/* ============ base ============ */
*,
*::before,
*::after { box-sizing: border-box; outline: none; }

html, body { overflow-x: hidden; }

body {
  margin: 0;
  padding: 0;
  font-family: "Archivo", sans-serif;
  background: #0B1116;
  color: #0B1D2B;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, p, ul, li, figure { margin: 0; padding: 0; }
li { list-style: none; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button { font: inherit; border: none; cursor: pointer; }

.container {
  max-width: 1410px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}

.label {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
}

.vlabel {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 90;
  background: #0B1D2B;
  color: #fff;
  font-size: 11px;
  letter-spacing: .18em;
  padding: 7px 16px;
  text-transform: uppercase;
  font-weight: 700;
}

/* ============ HEADER (shared skeleton) ============ */
.nav { position: absolute; left: 0; right: 0; top: 0; z-index: 20; }

.nav__in {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  height: 92px;
}

.nav__logo img { height: 34px; width: auto; }

.nav__menu {
  display: flex;
  gap: 34px;
  font-size: 15px;
  font-weight: 500;
  justify-self: center;
}

.nav__menu a { position: relative; padding: 6px 0; transition: opacity .2s ease; }
.nav__menu a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  height: 2px; width: 0;
  background: currentColor;
  transition: width .25s ease;
}
.nav__menu a:hover::after { width: 100%; }

.nav__right {
  display: flex;
  align-items: center;
  gap: 22px;
  justify-self: end;
}

.nav__phone {
  font-size: 15px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.nav__btn {
  display: inline-flex;
  align-items: center;
  height: 46px;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 600;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.nav__btn:hover { transform: translateY(-2px); }

/* ============================================================
   A · TERMINAL  (dark / cinematic / photo)
   ============================================================ */
.ha {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: #EAF0F5;
  background: #060C11;
  overflow: hidden;
}

.ha__bg { position: absolute; inset: 0; z-index: 0; }
.ha__bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 60% 50%;
  animation: haZoom 26s ease-out forwards;
}
@keyframes haZoom { from { transform: scale(1.12); } to { transform: scale(1); } }

.ha__shade {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(90deg, rgba(4,10,15,.94) 0%, rgba(4,10,15,.86) 32%, rgba(4,10,15,.45) 62%, rgba(4,10,15,.30) 100%),
    linear-gradient(180deg, rgba(4,10,15,.75) 0%, rgba(4,10,15,0) 34%, rgba(4,10,15,.55) 100%);
}

.ha .nav { color: #fff; }
.ha .nav__logo img { filter: brightness(0) invert(1); }
.ha .nav__btn { background: #F2A93B; color: #10202B; }
.ha .nav__btn:hover { background: #FFC163; }

.ha__body {
  position: relative;
  z-index: 5;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 120px 0 0;
}

.ha__in { max-width: 830px; }

.ha__title {
  font-size: 78px;
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -.035em;
}
.ha__title em { font-style: normal; color: #F2A93B; }

.ha__sub {
  margin-top: 28px;
  max-width: 610px;
  font-size: 19px;
  line-height: 1.55;
  color: rgba(234, 240, 245, .74);
  font-weight: 400;
}

.ha__cta { margin-top: 42px; display: flex; align-items: center; gap: 30px; }

.btn-solid {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  height: 64px;
  padding: 0 34px;
  background: #F2A93B;
  color: #10202B;
  font-size: 17px;
  font-weight: 700;
  transition: background .2s ease, transform .2s ease;
}
.btn-solid:hover { background: #FFC163; transform: translateY(-2px); }
.btn-solid span { font-size: 20px; line-height: 1; }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #EAF0F5;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(234,240,245,.35);
  transition: border-color .2s ease, gap .2s ease;
}
.btn-ghost:hover { border-color: #F2A93B; gap: 16px; }

.ha__proof {
  position: relative;
  z-index: 5;
  border-top: 1px solid rgba(234,240,245,.14);
  padding: 30px 0 38px;
}
.ha__proof-in { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.ha__proof-lb { font-size: 13px; color: rgba(234,240,245,.5); white-space: nowrap; }
.ha__carriers { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; width: 100%; }
.ha__carriers img {
  width: auto;
  filter: brightness(0) invert(1);
  opacity: .5;
  transition: opacity .25s ease;
}
.ha__carriers li:hover img { opacity: .95; }
.ha__carriers li:nth-child(1) img { height: 30px; }
.ha__carriers li:nth-child(2) img { height: 44px; }
.ha__carriers li:nth-child(3) img { height: 38px; }
.ha__carriers li:nth-child(4) img { height: 33px; }
.ha__carriers li:nth-child(5) img { height: 19px; }
.ha__carriers li:nth-child(6) img { height: 38px; }
.ha__desk {
  margin-left: auto;
  font-size: 13px;
  color: rgba(234,240,245,.68);
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.ha__dot {
  width: 8px; height: 8px;
  background: #56D08A;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(86,208,138,.6);
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(86,208,138,.55); }
  70% { box-shadow: 0 0 0 10px rgba(86,208,138,0); }
  100% { box-shadow: 0 0 0 0 rgba(86,208,138,0); }
}

/* enter animation */
.up { opacity: 0; transform: translateY(26px); animation: up .9s cubic-bezier(.22,.61,.36,1) forwards; }
.up--1 { animation-delay: .10s; }
.up--2 { animation-delay: .22s; }
.up--3 { animation-delay: .34s; }
.up--4 { animation-delay: .46s; }
@keyframes up { to { opacity: 1; transform: none; } }

/* ============================================================
   B · OPEN GRID (light / editorial / swiss)
   ============================================================ */
.hb {
  position: relative;
  min-height: 100vh;
  background: #fff;
  color: #0B1D2B;
  font-family: "Instrument Sans", sans-serif;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}

.hb .nav { position: relative; border-bottom: 1px solid #E4E9ED; }
.hb .nav__btn { background: #0B6BA8; color: #fff; }
.hb .nav__btn:hover { background: #0A5C90; }
.hb .nav__phone { color: #4C6070; }

.hb__body { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 54px 0 0; }

.hb__top {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 4fr);
  gap: 90px;
  align-items: end;
}

.hb__title {
  font-size: 62px;
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -.032em;
}
.hb__title u { text-decoration: none; color: #0B6BA8; }

.hb__aside p {
  font-size: 17px;
  line-height: 1.6;
  color: #4C6070;
}
.hb__cta { margin-top: 26px; display: flex; align-items: center; gap: 24px; }

.btn-blue {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 60px;
  padding: 0 30px;
  background: #0B6BA8;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: background .2s ease, transform .2s ease;
}
.btn-blue:hover { background: #0A5C90; transform: translateY(-2px); }

.btn-line {
  font-size: 16px;
  font-weight: 600;
  color: #0B1D2B;
  border-bottom: 1px solid #B9C6D0;
  padding-bottom: 3px;
  transition: border-color .2s ease;
}
.btn-line:hover { border-color: #0B6BA8; }

.hb__media {
  margin-top: 46px;
  position: relative;
  height: 286px;
  overflow: hidden;
}
.hb__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 62%;
  transform: scale(1.04);
  animation: hbZoom 24s ease-out forwards;
}
@keyframes hbZoom { to { transform: scale(1); } }

.hb__cap {
  position: absolute;
  left: 0; bottom: 0;
  background: #fff;
  padding: 14px 22px;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
  color: #0B1D2B;
}

.hb__stats {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #E4E9ED;
}
.hb__stats li { padding: 22px 26px 0 0; }
.hb__stats b {
  display: block;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1;
}
.hb__stats span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.45;
  color: #4C6070;
  max-width: 220px;
}

/* ============================================================
   C · WIDE (full-bleed daylight photo / centred)
   ============================================================ */
.hc {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  background: #0E2230;
  overflow: hidden;
}
.hc__bg { position: absolute; inset: 0; z-index: 0; }
.hc__bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 88%;
  animation: hcZoom 28s ease-out forwards;
}
@keyframes hcZoom { from { transform: scale(1.1); } to { transform: scale(1); } }
.hc__shade {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(6,20,30,.72) 0%, rgba(6,20,30,.46) 34%, rgba(6,20,30,.60) 66%, rgba(6,20,30,.9) 100%);
}
.hc .nav { color: #fff; }
.hc .nav__logo img { filter: brightness(0) invert(1); }
.hc .nav__btn { background: #fff; color: #0E2230; }
.hc .nav__btn:hover { background: #E7EEF3; }

.hc__body {
  position: relative; z-index: 5;
  flex: 1;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  padding: 120px 0 0;
}
.hc__in { max-width: 1040px; margin: 0 auto; }
.hc__title {
  font-size: 82px;
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -.04em;
}
.hc__sub {
  margin: 26px auto 0;
  max-width: 660px;
  font-size: 19px;
  line-height: 1.55;
  color: rgba(255,255,255,.8);
}
.hc__cta { margin-top: 40px; display: flex; align-items: center; justify-content: center; gap: 28px; }
.btn-white {
  display: inline-flex; align-items: center; gap: 14px;
  height: 64px; padding: 0 36px;
  background: #fff; color: #0E2230;
  font-size: 17px; font-weight: 700;
  transition: transform .2s ease, background .2s ease;
}
.btn-white:hover { transform: translateY(-2px); background: #E7EEF3; }
.btn-clear {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 16px; font-weight: 600; color: #fff;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255,255,255,.4);
  transition: gap .2s ease, border-color .2s ease;
}
.btn-clear:hover { gap: 16px; border-color: #fff; }

.hc__proof { position: relative; z-index: 5; padding: 0 0 44px; }
.hc__carriers {
  display: flex; align-items: center; justify-content: center;
  gap: 56px; flex-wrap: wrap;
}
.hc__carriers img {
  width: auto;
  filter: brightness(0) invert(1);
  opacity: .62;
  transition: opacity .25s ease;
}
.hc__carriers li:hover img { opacity: 1; }
.hc__carriers li:nth-child(1) img { height: 22px; }
.hc__carriers li:nth-child(2) img { height: 34px; }
.hc__carriers li:nth-child(3) img { height: 29px; }
.hc__carriers li:nth-child(4) img { height: 25px; }
.hc__carriers li:nth-child(5) img { height: 15px; }
.hc__carriers li:nth-child(6) img { height: 29px; }

@media (max-width: 1200px) {
  .ha__title { font-size: 60px; }
  .hb__title { font-size: 54px; }
  .hc__title { font-size: 64px; }
}

/* ============================================================
   D · SPLIT (navy panel / photo, hard edge)
   ============================================================ */
.hd {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 6.2fr) minmax(0, 5.8fr);
  background: #0B1D2B;
  color: #fff;
  font-family: "Archivo", sans-serif;
  overflow: hidden;
}
.hd .nav { color: #fff; }
.hd .nav__logo img { filter: brightness(0) invert(1); }
.hd .nav__btn { background: #F2A93B; color: #10202B; }
.hd .nav__btn:hover { background: #FFC163; }
.hd .nav .container { max-width: none; padding: 0 56px; }

.hd__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 150px 80px 56px 56px;
}
.hd__title { font-size: 58px; line-height: 1.06; font-weight: 800; letter-spacing: -.035em; }
.hd__sub { margin-top: 26px; max-width: 540px; font-size: 18px; line-height: 1.6; color: rgba(255,255,255,.72); }
.hd__cta { margin-top: 38px; display: flex; align-items: center; gap: 28px; }
.hd__facts {
  margin-top: 62px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.16);
}
.hd__facts li { padding: 22px 20px 0 0; }
.hd__facts b { display: block; font-size: 34px; font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.hd__facts span { display: block; margin-top: 9px; font-size: 13px; line-height: 1.4; color: rgba(255,255,255,.55); }

.hd__right { position: relative; overflow: hidden; }
.hd__right::after {
  content: "";
  position: absolute; left: 0; right: 0; top: 0; height: 200px; z-index: 2;
  background: linear-gradient(180deg, rgba(11,29,43,.78) 0%, rgba(11,29,43,0) 100%);
}
.hd__right img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 55% 50%;
  animation: hdZoom 30s ease-out forwards;
}
@keyframes hdZoom { from { transform: scale(1.12); } to { transform: scale(1); } }
.hd__tag {
  position: absolute;
  left: 0; bottom: 0;
  z-index: 3;
  background: #F2A93B;
  color: #0B1D2B;
  padding: 18px 26px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* ============================================================
   E · TILES (light / headline + three photo tiles)
   ============================================================ */
.he {
  position: relative;
  min-height: 100vh;
  background: #fff;
  color: #0B1D2B;
  font-family: "Instrument Sans", sans-serif;
  display: flex;
  flex-direction: column;
}
.he .nav { position: relative; }
.he .nav__btn { background: #0B1D2B; color: #fff; }
.he .nav__btn:hover { background: #16344A; }
.he .nav__phone { color: #4C6070; }

.he__body { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 40px 0 44px; }
.he__top {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
  gap: 70px;
  align-items: end;
  padding-bottom: 44px;
}
.he__title { font-size: 66px; line-height: 1.03; font-weight: 600; letter-spacing: -.035em; }
.he__aside p { font-size: 17px; line-height: 1.6; color: #4C6070; }
.he__aside .btn-blue { margin-top: 24px; }

.he__tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tile {
  position: relative;
  height: 340px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 26px;
  color: #fff;
  isolation: isolate;
}
.tile img {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .9s cubic-bezier(.22,.61,.36,1);
}
.tile::after {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(7,16,24,.15) 0%, rgba(7,16,24,.62) 100%);
  transition: background .4s ease;
}
.tile:hover img { transform: scale(1.07); }
.tile:hover::after { background: linear-gradient(180deg, rgba(7,16,24,.3) 0%, rgba(7,16,24,.8) 100%); }
.tile__in { width: 100%; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.tile__ttl { font-size: 25px; font-weight: 600; letter-spacing: -.02em; }
.tile__meta { display: block; margin-top: 7px; font-size: 14px; color: rgba(255,255,255,.75); }
.tile__arw {
  width: 42px; height: 42px; flex: none;
  border: 1px solid rgba(255,255,255,.4);
  display: flex; align-items: center; justify-content: center;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.tile:hover .tile__arw { background: #fff; color: #0B1D2B; border-color: #fff; }
