@font-face {
  font-family: "Biome Pro";
  src: url("biome-pro.otf") format("opentype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

.revised-opening, .revised-closing {
  --navy: #092a36;
  --navy-deep: #041c25;
  --paper: #f4f6f3;
  --aqua: #67b3c6;
  --aqua-bright: #35c4db;
  --yellow: #f4c52e;
  --white: #f6f8f7;
  --line: rgba(151, 193, 201, 0.22);
}

.revised-opening *, .revised-closing * { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.revised-opening, .revised-closing {
  margin: 0;
  background: var(--navy-deep);
  color: var(--white);
  font-family: "Biome Pro", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.revised-opening a, .revised-closing a { color: inherit; text-decoration: none; }

.revised-opening,
.revised-closing {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
}

.revised-opening {
  background:
    radial-gradient(circle at 74% 38%, rgba(53, 196, 219, 0.11), transparent 30%),
    linear-gradient(145deg, #0a3441 0%, var(--navy) 48%, #061f29 100%);
}

.revised-opening::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(103, 179, 198, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 179, 198, 0.12) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, black 28%, black 78%, transparent);
}

.revised-support-bar {
  position: relative;
  z-index: 3;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #03151d;
  color: #c1cfd1;
  border-bottom: 1px solid var(--line);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.revised-site-header {
  position: relative;
  z-index: 4;
  width: min(1500px, calc(100% - 72px));
  height: 104px;
  margin: auto;
  display: grid;
  grid-template-columns: 260px 1fr auto;
  align-items: center;
  gap: 36px;
  border-bottom: 1px solid var(--line);
}

.revised-brand img,
.revised-closing footer img { display: block; width: 210px; height: auto; }

.revised-site-header nav {
  display: flex;
  justify-content: flex-end;
  gap: 38px;
  font-size: 0.8125rem;
  font-weight: 650;
  color: #d7e2e3;
}

.revised-site-header nav a,
.revised-footer-links a { transition: color 160ms ease; }
.revised-site-header nav a:hover,
.revised-footer-links a:hover { color: var(--yellow); }

.revised-login {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border: 1px solid rgba(202, 226, 230, 0.55);
  font-size: 0.8125rem;
  font-weight: 750;
}

.revised-hero-grid {
  position: relative;
  z-index: 2;
  width: min(1500px, calc(100% - 72px));
  margin: 62px auto 0;
  display: grid;
  grid-template-columns: minmax(410px, 0.8fr) minmax(650px, 1.35fr);
  align-items: center;
  gap: 55px;
}

.revised-eyebrow,
.revised-closing-eyebrow {
  margin-bottom: 20px;
  color: #a7bdc2;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.revised-hero-copy h1,
.revised-closing h2 {
  margin: 0;
  font-weight: 420;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.revised-hero-copy h1 { max-width: 650px; font-size: clamp(3.625rem, 5.35vw, 6rem); }
.revised-hero-copy h1 span,
.revised-closing h2 span { display: block; color: var(--yellow); }

.revised-hero-intro {
  max-width: 610px;
  margin: 30px 0 0;
  color: #bdd0d3;
  font-size: clamp(1.0625rem, 1.25vw, 1.3125rem);
  line-height: 1.55;
}

.revised-hero-actions,
.revised-closing-actions {
  display: flex;
  align-items: stretch;
  gap: 14px;
  margin-top: 34px;
}

.revised-button {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0 26px;
  font-size: 0.875rem;
  font-weight: 750;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.revised-button:hover { transform: translateY(-2px); }
.revised-button-primary {
  color: #082b36;
  background: var(--yellow);
  box-shadow: 0 14px 32px rgba(244, 197, 46, 0.16);
}
.revised-button-primary:hover { box-shadow: 0 18px 40px rgba(244, 197, 46, 0.28); }
.revised-button-secondary {
  color: #e9f0ef;
  border: 1px solid rgba(210, 231, 233, 0.38);
  background: rgba(5, 31, 40, 0.42);
}
.revised-button-secondary:hover { background: rgba(19, 66, 79, 0.72); }

.revised-audience-block {
  position: relative;
  z-index: 3;
  width: min(1500px, calc(100% - 72px));
  margin: 42px auto 0;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border-top: 1px solid var(--line);
}

.revised-audience-label {
  flex: 0 0 auto;
  color: var(--aqua);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.revised-audiences {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0;
  color: #eef4f3;
  font-size: clamp(0.8125rem, 1vw, 1rem);
  font-weight: 680;
  text-transform: uppercase;
  white-space: nowrap;
}

.revised-audiences span:not(:last-child)::after {
  content: "·";
  margin: 0 18px;
  color: var(--aqua);
}

.revised-platform-stage { position: relative; perspective: 1200px; }
.revised-platform-stage::before {
  content: "";
  position: absolute;
  left: 8%; right: 2%; bottom: -28px;
  height: 70px;
  border-radius: 50%;
  background: rgba(41, 195, 220, 0.23);
  filter: blur(35px);
}

.revised-platform-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(103, 179, 198, 0.5);
  background: #061f29;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
  transform: rotateY(-2deg);
}

.revised-frame-topline {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #a8bdc1;
  font-size: 0.625rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.revised-live-status { display: flex; align-items: center; gap: 8px; }
.revised-live-status i {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--aqua-bright);
  box-shadow: 0 0 0 5px rgba(53, 196, 219, 0.12), 0 0 16px var(--aqua-bright);
}

.revised-platform-frame > img {
  display: block;
  width: 100%;
  aspect-ratio: 2.01 / 1;
  object-fit: cover;
}

.revised-platform-frame::after {
  content: "";
  position: absolute;
  inset: 50px 0 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 54%, rgba(2, 18, 25, 0.83) 100%);
}

.revised-platform-callout,
.revised-platform-caption { position: absolute; z-index: 2; }
.revised-platform-callout {
  padding: 9px 13px;
  border: 1px solid var(--yellow);
  color: #fff5c9;
  background: rgba(5, 31, 40, 0.9);
  font-size: 0.5625rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.revised-callout-one { left: 41%; top: 39%; }
.revised-callout-two { right: 14%; top: 63%; }
.revised-platform-caption { left: 28px; bottom: 25px; max-width: 510px; }
.revised-platform-caption span {
  display: block;
  margin-bottom: 8px;
  color: var(--yellow);
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.revised-platform-caption strong {
  display: block;
  max-width: 490px;
  font-size: clamp(1.25rem, 1.75vw, 1.9375rem);
  font-weight: 430;
  line-height: 1.05;
}

.revised-platform-caption em {
  display: block;
  margin-top: 10px;
  color: #c4d6d8;
  font-size: clamp(0.6875rem, 0.78vw, 0.875rem);
  font-style: normal;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.revised-metrics {
  position: relative;
  z-index: 3;
  width: min(1500px, calc(100% - 72px));
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.revised-metric {
  min-height: 118px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  padding: 20px 31px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.revised-metric strong {
  color: var(--yellow);
  font-size: clamp(1.9375rem, 2.3vw, 2.75rem);
  font-weight: 450;
  letter-spacing: -0.04em;
}
.revised-metric span {
  max-width: 180px;
  color: #a9bdc1;
  font-size: 0.5625rem;
  font-weight: 780;
  line-height: 1.5;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.revised-section-jump {
  position: absolute;
  right: 26px; bottom: 26px;
  z-index: 5;
  width: 48px; height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(215, 233, 235, 0.35);
  border-radius: 50%;
  color: #dfe9e9;
}

.revised-closing {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #061c25;
}

.revised-closing-atmosphere,
.revised-closing-shade { position: absolute; inset: 0; }
.revised-closing-atmosphere {
  background-image: url("global-vessel-atmosphere.png");
  background-position: center;
  background-size: cover;
  filter: saturate(0.9) contrast(1.04);
  transform: scale(1.015);
}
.revised-closing-shade {
  background:
    radial-gradient(circle at 74% 45%, rgba(6, 31, 40, 0.10), rgba(3, 21, 29, 0.72) 62%),
    linear-gradient(90deg, rgba(3, 20, 27, 0.82) 0%, rgba(6, 31, 40, 0.52) 58%, rgba(3, 20, 27, 0.68) 100%);
}

.revised-closing-content {
  position: relative;
  z-index: 2;
  width: min(1040px, calc(100% - 48px));
  margin: auto;
  padding: 105px 0 75px;
  text-align: center;
}
.revised-closing-eyebrow { color: var(--aqua-bright); }
.revised-closing h2 {
  font-size: clamp(3.625rem, 6.4vw, 6.75rem);
  text-shadow: 0 5px 26px rgba(0, 0, 0, 0.35);
}
.revised-closing-content > p {
  max-width: 700px;
  margin: 28px auto 0;
  color: #c5d4d6;
  font-size: clamp(1.0625rem, 1.35vw, 1.375rem);
  line-height: 1.5;
}
.revised-closing-actions { justify-content: center; }
.revised-closing-contact {
  min-width: 210px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 24px;
  border-left: 1px solid rgba(212, 230, 232, 0.38);
  color: #f2f6f5;
  font-size: 0.8125rem;
  font-weight: 700;
}
.revised-closing-contact small { margin-bottom: 4px; color: #9db4b8; font-size: 0.5625rem; font-weight: 500; }

.revised-closing footer {
  position: relative;
  z-index: 2;
  width: min(1500px, calc(100% - 72px));
  min-height: 190px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px 1fr 390px;
  align-items: center;
  gap: 80px;
  border-top: 1px solid rgba(203, 226, 229, 0.22);
}
.revised-footer-statement { color: #bfd0d2; font-size: 1.125rem; line-height: 1.45; }
.revised-footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 36px;
  color: #dbe6e7;
  font-size: 0.75rem;
}

@media (max-width: 1180px) {
  .revised-site-header nav { display: none; }
  .revised-site-header { grid-template-columns: 1fr auto; }
  .revised-hero-grid { grid-template-columns: 1fr; }
  .revised-hero-copy { max-width: 850px; }
  .revised-platform-frame { transform: none; }
  .revised-metrics { grid-template-columns: repeat(2, 1fr); }
  .revised-closing footer { grid-template-columns: 220px 1fr; gap: 40px; }
  .revised-footer-links { grid-column: 1 / -1; padding-bottom: 35px; }
}

@media (max-width: 720px) {
  .revised-support-bar { height: 36px; font-size: 0.5625rem; }
  .revised-site-header,
  .revised-hero-grid,
  .revised-audience-block,
  .revised-metrics,
  .revised-closing footer { width: calc(100% - 2rem); }
  .revised-site-header { height: 84px; gap: 16px; }
  .revised-brand img { width: 154px; }
  .revised-login { min-height: 42px; padding: 0 15px; font-size: 0.6875rem; }
  .revised-hero-grid { margin-top: 42px; gap: 44px; }
  .revised-hero-copy h1 { font-size: clamp(3.125rem, 16vw, 4.625rem); }
  .revised-hero-intro { font-size: 1rem; }
  .revised-hero-actions,
  .revised-closing-actions { flex-direction: column; }
  .revised-button { width: 100%; }
  .revised-audience-block {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 14px;
  }
  .revised-audiences { display: flex; flex-wrap: wrap; gap: 8px 0; white-space: normal; }
  .revised-audiences span::after { display: none; }
  .revised-frame-topline { min-height: 44px; font-size: 0.4375rem; justify-content: flex-end; }
  .revised-frame-topline > span:first-child { display: none; }
  .revised-platform-callout { display: none; }
  .revised-platform-caption { left: 16px; right: 16px; bottom: 15px; }
  .revised-platform-caption strong { font-size: 1.125rem; }
  .revised-metrics { margin-top: 42px; grid-template-columns: 1fr 1fr; }
  .revised-metric { min-height: 125px; display: block; padding: 19px 16px; }
  .revised-metric strong,
  .revised-metric span { display: block; }
  .revised-metric span { margin-top: 8px; }
  .revised-section-jump { display: none; }
  .revised-closing-atmosphere {
    background-image: url("global-vessel-atmosphere-mobile.png");
    background-position: center;
    transform: none;
  }
  .revised-closing-content { padding: 110px 0 80px; }
  .revised-closing h2 { font-size: clamp(3.125rem, 15vw, 4.8125rem); }
  .revised-closing-content > p { font-size: 1rem; }
  .revised-closing-contact {
    min-height: 60px;
    align-items: center;
    border-left: 0;
    border-top: 1px solid rgba(212, 230, 232, 0.38);
  }
  .revised-closing footer { grid-template-columns: 1fr; gap: 28px; padding: 38px 0; }
  .revised-closing footer img { width: 176px; }
  .revised-footer-statement { font-size: 0.9375rem; }
  .revised-footer-links { grid-column: auto; padding-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .revised-button { transition: none; }
}

.revised-opening a.revised-button-primary, .revised-closing a.revised-button-primary, .revised-opening a.revised-button-primary:visited, .revised-closing a.revised-button-primary:visited {
  color: #06232c;
  background: #f4c52e;
  font-weight: 800;
  text-shadow: none;
}

.revised-site-header.revised-sticky-header {
  position: sticky;
  top: 0;
  z-index: 100;
  box-sizing: border-box;
  width: 100%;
  padding-inline: max(2.25rem, calc((100% - 93.75rem) / 2));
  background: rgba(4, 28, 37, 0.94);
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(0.875rem) saturate(125%);
  -webkit-backdrop-filter: blur(0.875rem) saturate(125%);
}

html[data-theme="light"] .revised-site-header.revised-sticky-header {
  color: #12343e;
  background: transparent;
  border-bottom-color: rgba(9, 70, 84, 0.2);
  box-shadow: 0 0.5rem 1.5rem rgba(8, 48, 58, 0.08);
}

html[data-theme="light"] .revised-site-header.revised-sticky-header.is-stuck {
  background: rgba(244, 251, 252, 0.92);
  box-shadow: 0 0.75rem 2rem rgba(8, 48, 58, 0.14);
}

.revised-site-header.revised-sticky-header nav {
  font-weight: 750;
}

html[data-theme="light"] .revised-site-header.revised-sticky-header nav, html[data-theme="light"] .revised-site-header.revised-sticky-header nav a, html[data-theme="light"] .revised-site-header.revised-sticky-header nav a:visited {
  color: #173744;
}

.revised-site-header.revised-sticky-header .revised-login, .revised-site-header.revised-sticky-header .revised-login:visited {
  color: #dbe6e7;
}

.revised-site-header.revised-sticky-header .revised-login:hover, .revised-site-header.revised-sticky-header .revised-login:focus-visible {
  color: #ffffff;
  background: rgba(19, 66, 79, 0.72);
}

html[data-theme="light"] .revised-site-header.revised-sticky-header .revised-login, html[data-theme="light"] .revised-site-header.revised-sticky-header .revised-login:visited {
  color: #173744;
  border-color: rgba(9, 70, 84, 0.42);
}

html[data-theme="light"] .revised-site-header.revised-sticky-header .theme-toggle {
  color: #173744;
  border-color: rgba(9, 70, 84, 0.42);
  background: transparent;
}

html[data-theme="light"] .revised-site-header.revised-sticky-header .theme-toggle:hover, html[data-theme="light"] .revised-site-header.revised-sticky-header .theme-toggle:focus-visible {
  color: #071820;
  background: rgba(217, 238, 242, 0.72);
}

.revised-opening a.revised-button-primary:hover, .revised-closing a.revised-button-primary:hover, .revised-opening a.revised-button-primary:focus-visible, .revised-closing a.revised-button-primary:focus-visible, .revised-opening a.revised-button-primary:active, .revised-closing a.revised-button-primary:active {
  color: #041c25;
  background: #ffdc63;
}

.revised-footer-legal {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1rem, 2vw, 2rem);
  width: min(93.75rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1rem 0 1.5rem;
  border-top: 0.0625rem solid rgba(203, 226, 229, 0.22);
  color: #dbe6e7;
  font-size: clamp(0.75rem, 0.72rem + 0.1vw, 0.875rem);
}
