/* Public website only. The administration page uses its existing styles.css. */
:root {
  --navy: #102b48;
  --blue: #9ac9ed;
  --gold: #efbd4e;
  --text: #beccda;
  --line: #344e67;
  --pale: #163550;
  --cream: #182e43;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; color: #eef4fa; background: #0c2239; font: 16px/1.65 "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
::selection { color: var(--navy); background: #f5d88e; }
a { color: inherit; text-decoration: none; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
a, summary { touch-action: manipulation; }
a:focus-visible, summary:focus-visible, button:focus-visible { outline: 3px solid #9ac9ed; outline-offset: 5px; border-radius: 2px; }
img, svg { max-width: 100%; }
img { display: block; height: auto; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 600; line-height: 1.16; }
h1, h2 { letter-spacing: -.048em; text-wrap: balance; }
h2 { font-size: clamp(32px, 3.5vw, 46px); white-space: pre-line; }
h3 { font-size: 22px; letter-spacing: -.025em; }
p { color: var(--text); }
ul, ol { padding: 0; margin: 0; list-style: none; }
.container { width: min(1220px, calc(100% - 96px)); margin-inline: auto; }
.icon { color: inherit; width: 24px; height: 24px; flex-shrink: 0; vertical-align: middle; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; padding: 12px 20px; background: white; color: var(--navy); z-index: 100; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(10,29,49,.97); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 90px; display: flex; align-items: center; gap: 30px; position: relative; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 56px; height: 52px; object-fit: contain; }
.brand-type { font-size: 23px; font-weight: 700; line-height: 1.05; letter-spacing: .025em; white-space: nowrap; }
.brand-type b { color: var(--blue); font-weight: 500; }
.brand-type small { display: block; font-size: 10px; font-weight: 400; letter-spacing: .02em; margin-top: 7px; max-width: 300px; white-space: normal; line-height: 1.5; }
.brand-legal { font-size: .72em; font-weight: 500; }
.desktop-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.desktop-nav a { padding-block: 16px; font-size: 13px; font-weight: 600; transition: color .15s; }
.desktop-nav a:hover { color: var(--blue); }
.languages { display: flex; align-items: center; gap: 1px; border-left: 1px solid var(--line); padding-left: 20px; }
.languages a { font-size: 11px; font-weight: 700; width: 33px; min-height: 38px; display: grid; place-items: center; border-radius: 3px; }
.languages a:hover { background: var(--pale); }
.languages a[aria-current] { color: var(--navy); background: var(--gold); }
.mobile-menu { display: none; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--blue); margin-bottom: 24px; display: flex; align-items: center; gap: 12px; line-height: 1.6; }
.eyebrow > span { width: 29px; height: 2px; background: var(--gold); }
.hero { background: #102b48; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr 1fr; gap: 20px; align-items: center; padding-block: 70px 50px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { font-size: clamp(44px, 4.9vw, 68px); line-height: 1.08; margin-bottom: 26px; }
.hero h1 span { display: block; color: var(--blue); }
.hero-text { max-width: 475px; font-size: 17px; line-height: 1.8; margin-bottom: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 30px; min-height: 54px; padding: 15px 22px; border: 1px solid transparent; font-size: 13px; font-weight: 600; border-radius: 3px; transition: background .18s, transform .18s; line-height: 1.5; }
.button:hover { transform: translateY(-2px); }
.button .icon { width: 19px; height: 19px; }
.button-primary { background: var(--gold); color: var(--navy); }
.button-primary:hover { background: #ffd576; }
.button-gold { background: var(--gold); color: var(--navy); }
.button-gold:hover { background: #ffd576; }
.button-outline { border-color: #987a44; color: #f7d995; white-space: nowrap; }
.button-outline:hover { background: #3b3c37; }
.text-link { display: inline-flex; gap: 12px; align-items: center; font-size: 12px; font-weight: 600; }
.text-link .icon { width: 16px; height: 16px; }
.hero-discover { display: flex; width: fit-content; margin-top: 19px; }
.text-link:hover { color: var(--blue); text-decoration: underline; text-underline-offset: 5px; }
.hero-note { display: flex; align-items: center; gap: 10px; font-size: 11px; margin-top: 40px; }
.small-seal { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid #839caf; border-radius: 50%; }
.small-seal .icon { width: 14px; height: 14px; }
.hero-visual { position: relative; align-self: stretch; display: flex; align-items: center; min-width: 0; }
.map-topline { position: absolute; left: 30px; right: 0; top: 0; display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 600; color: #b8cede; z-index: 2; }

.live-dot { width: 6px; height: 6px; display: inline-block; background: var(--gold); border-radius: 50%; flex-shrink: 0; }
.europe-map { display: block; width: 115%; height: auto; max-width: none; margin-left: -4%; margin-block: -10px; }
.cargo-illustration { position: absolute; bottom: -14px; left: 0; width: 32%; }
.cargo-illustration svg { display: block; width: 100%; }
.map-caption { position: absolute; bottom: 5px; right: 0; display: flex; flex-direction: column; align-items: flex-end; gap: 9px; max-width: 230px; font-size: 10px; line-height: 1.8; color: #b8cede; text-align: right; }
.map-caption .icon { width: 21px; height: 21px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); padding-block: 29px 34px; }
.stat { display: flex; flex-direction: column; padding-left: 34px; border-left: 1px solid var(--line); }
.stat:first-child { padding-left: 0; border-left: 0; }
.stat strong { font-size: 30px; line-height: 1.2; font-weight: 500; letter-spacing: -.04em; }
.stat span { color: var(--text); font-size: 11px; margin-top: 7px; }
.section { padding-block: 98px; }
.section-heading { display: grid; grid-template-columns: 1.12fr 1fr; align-items: end; gap: 80px; margin-bottom: 47px; }
.section-intro { font-size: 15px; line-height: 1.85; max-width: 480px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { --icon-bg: #122f4c; background: #122f4c; padding: 30px 27px 25px; border: 1px solid var(--line); border-top: 3px solid var(--blue); border-radius: 3px; display: flex; flex-direction: column; }
.service-card:nth-child(2) { border-top-color: var(--gold); }
.service-card:nth-child(3) { border-top-color: #558fb3; }
.service-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.service-top > .icon { width: 39px; height: 39px; color: var(--blue); stroke-width: 1.25; }
.service-top > span { font-size: 11px; color: #b0c4d6; letter-spacing: .05em; }
.service-card h3 { margin-bottom: 15px; font-size: 21px; }
.service-card p { font-size: 14px; line-height: 1.85; margin-bottom: 26px; }
.service-tag { margin-top: auto; display: flex; align-items: center; gap: 8px; padding-top: 17px; border-top: 1px solid var(--line); font-size: 10px; font-weight: 600; }
.service-tag span { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.capacity-band { margin-top: 32px; background: var(--pale); padding: 27px 32px 30px; border-radius: 3px; }
.capacity-band h3 { font-size: 14px; font-weight: 500; letter-spacing: 0; margin-bottom: 25px; }
.capacity-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.capacity-grid strong { display: block; font-size: 23px; font-weight: 500; line-height: 1.3; letter-spacing: -.02em; }
.capacity-grid span { font-size: 11px; color: var(--text); display: block; margin-top: 6px; }
.destinations { background: #081e34; color: white; position: relative; }
.destinations-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; }
.destinations .eyebrow { color: var(--gold); }
.destinations-copy > p:not(.eyebrow) { color: #c1d0df; margin-top: 24px; font-size: 15px; max-width: 445px; }
.destinations-copy > .coverage-note { padding: 14px 18px; border-left: 2px solid var(--gold); background: #102b48; font-size: 13px; color: #d4e1ed; }
.direction-home strong, .direction-europe strong { overflow-wrap: anywhere; }
.direction-diagram { display: flex; align-items: center; gap: 26px; margin-top: 55px; padding: 35px 0 15px; border-top: 1px solid #35506b; }
.direction-home, .direction-europe { display: flex; flex-direction: column; gap: 5px; }
.direction-home > .icon, .direction-europe > .icon { color: var(--gold); width: 31px; height: 31px; margin-bottom: 10px; }
.direction-diagram strong { font-size: 18px; font-weight: 500; }
.direction-diagram span { font-size: 10px; color: #c1d0df; }
.direction-lines { flex: 1; display: flex; flex-direction: column; gap: 8px; text-align: center; padding-top: 20px; }
.direction-lines i { display: block; height: 1px; border-top: 1px dashed #6e88a0; }
.direction-lines i + i { margin-top: 1px; }
.list-label { color: #c1d0df; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; display: flex; gap: 9px; align-items: center; }
.daily-countries { margin-top: 19px; }
.daily-countries li { padding: 13px 0; border-bottom: 1px solid #35506b; display: flex; align-items: center; justify-content: space-between; font-size: 21px; font-weight: 400; }
.daily-countries .icon { width: 17px; height: 17px; color: #83a2bf; }
.other-label { margin-top: 27px; margin-bottom: 14px; }
.country-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.country-tags li { border: 1px solid #4e6880; border-radius: 3px; padding: 6px 12px; color: #d6e2ec; font-size: 11px; }
.destination-note { display: flex; gap: 20px; align-items: center; margin-top: 25px; font-size: 11px; color: #c1d0df; }
.destination-note .icon { width: 20px; height: 20px; }
.destination-note:hover { color: white; text-decoration: underline; text-underline-offset: 4px; }
.care-strip { padding-block: 48px; background: #173650; }
.care-grid { display: grid; grid-template-columns: 110px 1.2fr 1fr; gap: 40px; align-items: center; }
.care-symbol { position: relative; width: 96px; height: 96px; border: 1px solid #64849e; border-radius: 50%; display: grid; place-items: center; }
.care-symbol > .icon { width: 43px; height: 43px; stroke-width: 1.2; color: var(--blue); }
.care-symbol > span { color: var(--navy); position: absolute; right: -4px; bottom: -1px; background: var(--gold); border-radius: 50%; width: 29px; height: 29px; display: grid; place-items: center; }
.care-symbol > span .icon { width: 17px; height: 17px; }
.care-grid h2 { font-size: 30px; letter-spacing: -.035em; }
.care-grid p { font-size: 13px; margin-top: 14px; max-width: 450px; }
.care-grid ul { padding-left: 30px; border-left: 1px solid #3a5971; }
.care-grid li { display: flex; align-items: center; gap: 12px; font-size: 12px; margin-block: 13px; }
.care-grid li .icon { width: 17px; height: 17px; color: var(--blue); }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 60px; margin-bottom: 70px; }
.timeline li { display: flex; flex-direction: column; position: relative; padding-right: 30px; }
.timeline-year { font-size: 48px; font-weight: 400; letter-spacing: -.06em; line-height: 1; margin-bottom: 25px; }
.timeline-dot { display: block; height: 1px; background: var(--line); margin-bottom: 25px; margin-right: -30px; position: relative; }
.timeline-dot::before { content: ""; position: absolute; width: 9px; height: 9px; background: var(--gold); border-radius: 50%; top: -4px; left: 0; box-shadow: 0 0 0 5px #0c2239; }
.timeline h3 { font-size: 17px; line-height: 1.4; margin-bottom: 10px; }
.timeline p { font-size: 13px; max-width: 305px; }
.references { background: var(--cream); padding: 46px 42px; display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 38px; border: 1px solid #6e5b39; border-radius: 4px; }
.reference-mark { position: relative; color: #efbd4e; align-self: center; }
.reference-mark > svg:not(.icon) { width: 110px; display: block; opacity: .75; }
.reference-mark .icon { position: absolute; width: 39px; height: 39px; top: 45px; left: 35px; stroke-width: 1.1; }
.references .eyebrow { margin-bottom: 14px; color: #e8c779; font-size: 10px; }
.references h2 { font-size: 32px; }
.references p:not(.eyebrow) { font-size: 13px; line-height: 1.8; margin-top: 15px; max-width: 530px; }
.contact { background: #102b48; color: white; position: relative; overflow: hidden; }
.contact::after { content: ""; position: absolute; width: 550px; height: 550px; right: -300px; top: -340px; border: 1px solid #344d64; border-radius: 50%; box-shadow: 0 0 0 75px #ffffff03, 0 0 0 150px #ffffff03; pointer-events: none; }
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 120px; position: relative; z-index: 1; }
.contact .eyebrow { color: var(--gold); }
.contact-grid > div > p:not(.eyebrow) { color: #c1d0df; font-size: 14px; max-width: 470px; margin-block: 25px 30px; }
.contact-details { display: flex; flex-direction: column; justify-content: center; gap: 27px; }
.contact-item { display: flex; align-items: center; gap: 18px; border-bottom: 1px solid #35506b; padding-bottom: 28px; }
.contact-icon { display: grid; place-items: center; border: 1px solid #49647d; width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0; }
.contact-icon .icon { width: 19px; height: 19px; color: var(--gold); }
.contact-item > div { min-width: 0; }
.contact-item > div > span { color: #c1d0df; font-size: 11px; display: block; margin-bottom: 6px; }
.contact-item a { font-size: clamp(17px, 2vw, 25px); letter-spacing: -.02em; overflow-wrap: anywhere; }
.contact-item a:hover { text-decoration: underline; text-underline-offset: 7px; text-decoration-thickness: 1px; }
.contact-location { display: flex; align-items: center; gap: 18px; color: #c1d0df; font-size: 12px; padding-left: 13px; }
.contact-location .icon { width: 19px; height: 19px; margin-right: 13px; color: var(--gold); }
.site-footer { background: #081a2c; color: #c4d0db; padding-block: 28px; }
.footer-inner { display: flex; align-items: center; gap: 28px; }
.footer-inner > div { margin-right: auto; }
.footer-inner strong { display: block; font-size: 14px; letter-spacing: .07em; color: white; }
.footer-inner span, .footer-inner p, .footer-inner > a { font-size: 10px; color: #c4d0db; }
.footer-inner > a:not(.back-top):hover { text-decoration: underline; }
.back-top { border: 1px solid #3f566b; border-radius: 50%; width: 36px; height: 36px; display: grid; place-items: center; flex-shrink: 0; }
.back-top .icon { width: 16px; height: 16px; transform: rotate(-90deg); }
@media (min-width: 1440px) {
  .hero-grid { padding-block: 80px 64px; }
}
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .header-inner { gap: 20px; }
  .desktop-nav { gap: 17px; }
  .desktop-nav a { font-size: 11px; }
  .languages { padding-left: 12px; }
  .brand-type { font-size: 21px; }
  .brand img { width: 46px; height: 43px; }
  .hero-grid { padding-top: 56px; }
  .hero h1 { font-size: 54px; }
  .hero-text { font-size: 15px; }

  .map-caption { bottom: 0; max-width: 170px; font-size: 9px; }
  .cargo-illustration { bottom: -10px; }
  .section-heading { gap: 50px; }
  .destinations-grid { gap: 70px; }
  .service-card { padding-inline: 21px; }
  .service-card h3 { font-size: 19px; }
  .care-grid { grid-template-columns: 85px 1.2fr 1fr; gap: 26px; }
  .care-symbol { width: 76px; height: 76px; }
  .care-grid ul { padding-left: 22px; }
  .references { grid-template-columns: 90px 1fr; gap: 30px; }
  .reference-mark > svg:not(.icon) { width: 90px; }
  .reference-mark .icon { top: 36px; left: 27px; width: 34px; height: 34px; }
  .references > .button { grid-column: 2; justify-self: start; }
  .contact-grid { gap: 65px; }
}
@media (max-width: 860px) {
  .container { width: calc(100% - 48px); }
  .header-inner { min-height: 76px; gap: 15px; }
  .desktop-nav { display: none; }
  .languages { margin-left: auto; border: 0; padding: 0; }
  .mobile-menu { display: block; }
  .mobile-menu summary { list-style: none; width: 36px; height: 40px; display: grid; place-items: center; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .menu-lines, .menu-lines::after { display: block; width: 20px; height: 1.5px; background: #eef4fa; }
  .menu-lines { position: relative; transform: translateY(-4px); }
  .menu-lines::after { content: ""; position: absolute; top: 8px; }
  .mobile-menu[open] .menu-lines { transform: rotate(45deg); }
  .mobile-menu[open] .menu-lines::after { transform: rotate(-90deg); top: 0; }
  .mobile-menu nav { position: absolute; top: 100%; left: -24px; right: -24px; background: #102b48; box-shadow: 0 18px 20px #020b1555; padding: 10px 24px 18px; border-top: 1px solid var(--line); }
  .mobile-menu nav a { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
  .mobile-menu nav .icon { width: 17px; height: 17px; }
  .hero-grid { gap: 8px; padding-block: 55px 42px; }
  .hero h1 { font-size: 44px; }
  .hero .eyebrow { font-size: 9px; }
  .hero-note { margin-top: 28px; }
  .map-topline { left: 15px; font-size: 9px; }
  .europe-map { width: 125%; margin-left: -10%; }
  .map-caption { bottom: 0; max-width: 145px; font-size: 8px; }
  .cargo-illustration { width: 32%; bottom: 0; }
  .stat { padding-left: 20px; }
  .stat strong { font-size: 27px; }
  .stat span { font-size: 10px; padding-right: 12px; }
  .section { padding-block: 72px; }
  .section-heading { grid-template-columns: 1fr 1fr; gap: 35px; }
  .section-intro { font-size: 13px; }
  .service-grid { gap: 12px; }
  .service-card { padding: 22px 18px; }
  .service-card h3 { font-size: 18px; }
  .service-card p { font-size: 12px; }
  .service-tag { font-size: 9px; }
  .capacity-grid strong { font-size: 20px; }
  .destinations-grid { gap: 50px; }
  .destinations-copy > p:not(.eyebrow) { font-size: 13px; }
  .direction-diagram { gap: 15px; }
  .direction-diagram strong { font-size: 16px; }
  .daily-countries li { font-size: 18px; }
  .care-grid { grid-template-columns: 1.2fr 1fr; gap: 35px; }
  .care-symbol { display: none; }
  .care-grid h2 { font-size: 29px; }
  .timeline-year { font-size: 43px; }
  .timeline h3 { font-size: 16px; }
  .timeline p { font-size: 12px; }
  .contact-grid { gap: 40px; }
  .contact-item { gap: 12px; }
  .contact-icon { width: 38px; height: 38px; }
  .contact-item a { font-size: 19px; }
}
@media (max-width: 620px) {
  html { scroll-padding-top: 160px; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 72px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px 12px; padding-block: 12px 8px; }
  .brand { gap: 10px; grid-column: 1 / -1; }
  .brand img { width: 44px; height: 42px; }
  .brand-type { font-size: 20px; letter-spacing: .01em; white-space: nowrap; }
  .brand-type small { display: block; font-size: 10px; max-width: 270px; white-space: normal; }
  .languages { grid-column: 1; justify-self: start; margin-left: 0; }
  .mobile-menu { grid-column: 2; justify-self: end; }
  .languages a { width: 29px; min-height: 38px; font-size: 10px; }
  .mobile-menu summary { width: 30px; }
  .mobile-menu nav { left: -20px; right: -20px; padding-inline: 20px; }
  .hero-grid { display: flex; flex-direction: column; gap: 26px; padding-block: 44px 18px; }
  .hero-copy { width: 100%; }
  .eyebrow { font-size: 10px; margin-bottom: 20px; letter-spacing: .12em; }
  .hero .eyebrow { font-size: 9px; }
  .hero h1 { font-size: clamp(40px, 10vw, 59px); max-width: 500px; margin-bottom: 23px; }
  .hero-text { font-size: 15px; line-height: 1.8; margin-bottom: 26px; max-width: 480px; }
  .hero-note { margin-top: 24px; font-size: 10px; }
  .hero-discover { margin-top: 16px; font-size: 11px; }
  .hero-visual { width: 100%; max-width: 450px; min-height: 330px; align-self: center; margin-bottom: 10px; }
  .europe-map { width: 100%; margin: 0; }
  .map-topline { top: 2px; left: 0; right: 0; font-size: 8px; }

  .map-caption { bottom: 0; right: 0; max-width: 155px; font-size: 8px; }
  .cargo-illustration { bottom: -8px; left: 0; width: 32%; }
  .stats { grid-template-columns: repeat(2, 1fr); row-gap: 25px; padding-block: 27px 30px; }
  .stat { padding-left: 23px; }
  .stat:nth-child(3) { padding-left: 0; border-left: 0; }
  .stat strong { font-size: 29px; }
  .stat span { font-size: 10px; max-width: 180px; }
  .section { padding-block: 58px; }
  .section-heading { grid-template-columns: 1fr; gap: 21px; margin-bottom: 30px; }
  .section-intro { font-size: 14px; }
  h2 { font-size: clamp(31px, 8.1vw, 40px); }
  .service-grid { grid-template-columns: 1fr; gap: 17px; }
  .service-card { padding: 27px 25px 24px; }
  .service-top { margin-bottom: 24px; }
  .service-top > .icon { width: 38px; height: 38px; }
  .service-card h3 { font-size: 23px; }
  .service-card p { font-size: 14px; margin-bottom: 22px; }
  .service-tag { font-size: 11px; }
  .capacity-band { padding: 25px; margin-top: 23px; }
  .capacity-band h3 { line-height: 1.5; font-size: 15px; }
  .capacity-grid { grid-template-columns: 1fr 1fr; column-gap: 17px; row-gap: 25px; }
  .capacity-grid strong { font-size: 22px; }
  .capacity-grid span { font-size: 10px; }
  .destinations-grid { grid-template-columns: 1fr; gap: 44px; }
  .destinations-copy > p:not(.eyebrow) { font-size: 14px; }
  .direction-diagram { margin-top: 28px; padding-top: 23px; max-width: 400px; gap: 25px; }
  .direction-diagram strong { font-size: 18px; }
  .daily-countries li { font-size: 23px; padding-block: 15px; }
  .list-label { font-size: 9px; }
  .country-tags li { font-size: 12px; }
  .destination-note { font-size: 12px; }
  .care-strip { padding-block: 39px; }
  .care-grid { grid-template-columns: 1fr; gap: 22px; }
  .care-grid h2 { font-size: 31px; }
  .care-grid p { font-size: 14px; }
  .care-grid ul { padding-left: 0; padding-top: 8px; border-left: 0; border-top: 1px solid #3a5971; }
  .care-grid li { font-size: 13px; margin-block: 14px; }
  .timeline { grid-template-columns: 1fr; gap: 34px; margin-top: 37px; margin-bottom: 45px; }
  .timeline li { padding: 0 0 0 25px; border-left: 1px solid var(--line); }
  .timeline-year { font-size: 43px; margin-bottom: 14px; }
  .timeline-dot { position: absolute; top: 21px; left: -5px; margin: 0; height: 0; }
  .timeline-dot::before { top: 0; }
  .timeline h3 { font-size: 18px; margin-bottom: 8px; }
  .timeline p { font-size: 13px; max-width: none; }
  .references { padding: 28px 25px 31px; grid-template-columns: 1fr; gap: 22px; }
  .reference-mark { width: 70px; }
  .reference-mark > svg:not(.icon) { width: 70px; }
  .reference-mark .icon { width: 29px; height: 29px; left: 21px; top: 28px; }
  .references .eyebrow { font-size: 9px; }
  .references h2 { font-size: 31px; }
  .references p:not(.eyebrow) { font-size: 14px; }
  .references > .button { grid-column: auto; font-size: 12px; white-space: normal; }
  .contact-grid { grid-template-columns: 1fr; gap: 41px; }
  .contact-grid > div > p:not(.eyebrow) { font-size: 14px; }
  .contact-details { gap: 25px; }
  .contact-item { gap: 16px; padding-bottom: 23px; }
  .contact-icon { width: 43px; height: 43px; }
  .contact-item a { font-size: clamp(19px, 5.4vw, 26px); }
  .contact-item > div > span { font-size: 10px; }
  .contact-location { font-size: 12px; }
  .footer-inner { flex-wrap: wrap; gap: 20px; }
  .footer-inner > div { width: calc(100% - 58px); order: 0; }
  .footer-inner .back-top { order: 1; }
  .footer-inner p { order: 2; margin-right: auto; }
  .footer-inner > a:not(.back-top) { order: 3; }
  .footer-inner span { font-size: 9px; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .header-inner { gap: 8px; }
  .brand { gap: 8px; }
  .brand-type { font-size: 18px; }
  .brand-type small { max-width: 235px; font-size: 9px; }
  .brand img { width: 38px; height: 36px; }
  .languages a { width: 27px; }
  .mobile-menu nav { left: -16px; right: -16px; padding-inline: 16px; }
  .hero h1 { font-size: 38px; }
  .hero-visual { min-height: 295px; }
  .capacity-band { padding: 21px; }
  .capacity-grid strong { font-size: 19px; }
  .contact-item { gap: 11px; }
  .contact-icon { width: 36px; height: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .site-header { position: static; }
  .mobile-menu, .desktop-nav, .languages, .back-top, .cargo-illustration, .hero-discover { display: none; }
  .section { padding-block: 25px; }
  .container { width: 100%; }
  body { font-size: 11px; color: #102b48; background: white; }
  .site-header, .hero, .services, .about, .care-strip, .service-card, .capacity-band, .references { background: white; color: #102b48; }
  p, .eyebrow, .stat span, .capacity-grid span, .references p, .references h2 { color: #102b48; }
  .destinations, .contact, .site-footer { background: white; color: var(--navy); }
  .destinations p, .contact p, .contact a, .contact-details span, .site-footer p, .site-footer span, .site-footer a { color: var(--navy) !important; }
  .hero-visual { display: none; }
  .hero-grid, .section-heading { grid-template-columns: 1fr; }
  .service-card, .references, .contact-item { break-inside: avoid; }
}
