/* Contact page: fast contact discovery first, then a focused business inquiry flow. */

.contact-page .site-header {
  color: var(--blue-deep);
}

.contact-page .site-header.is-scrolled {
  color: var(--blue-deep);
}

/* Contact hero */
.contact-hero {
  position: relative;
  min-height: 495px;
  height: min(535px, 61vh);
  overflow: hidden;
  background: var(--mist);
}

.contact-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: stretch;
  min-height: 100%;
  gap: clamp(46px, 7vw, 110px);
  padding-top: 84px;
  padding-bottom: 24px;
}

.contact-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 590px;
  padding-bottom: 23px;
}

.contact-hero-copy h1 {
  margin: 0 0 10px;
  color: var(--blue-deep);
  font-size: clamp(54px, 6.1vw, 86px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: 1.02;
}

.contact-hero-copy h2 {
  margin: 0 0 18px;
  color: var(--blue-deep);
  font-size: clamp(28px, 3vw, 43px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.18;
}

.contact-hero-lead {
  max-width: 500px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.contact-hero-mantra {
  margin: 24px 0 0;
  color: var(--blue);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
}

.contact-hero-media {
  position: relative;
  min-width: 0;
  min-height: 440px;
  margin-right: calc(-1 * clamp(24px, 5.55vw, 80px));
  overflow: hidden;
  background: var(--blue-deep);
}

.contact-hero-media picture,
.contact-hero-media img,
.contact-hero-media-overlay {
  position: absolute;
  inset: 0;
}

.contact-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 53%;
  filter: saturate(.72) contrast(1.08);
  animation: hero-image-in 1.25s var(--ease) both;
}

.contact-hero-media-overlay {
  background: linear-gradient(90deg, rgba(5,29,59,.86), rgba(6,37,75,.24) 65%, rgba(4,22,45,.63)), linear-gradient(0deg, rgba(4,22,45,.82), transparent 58%);
}

.contact-hero-media::after {
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image: linear-gradient(rgba(255,255,255,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.28) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  mask-image: linear-gradient(135deg, #000, transparent 78%);
}

.contact-image-label {
  position: absolute;
  top: 23px;
  left: 25px;
  color: rgba(255,255,255,.67);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}

.contact-hero-direct {
  position: absolute;
  z-index: 1;
  right: 31px;
  bottom: 40px;
  left: 31px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 20px 21px 19px;
  border-left: 2px solid var(--orange);
  background: rgba(5,29,59,.78);
  box-shadow: 0 15px 32px rgba(4,22,45,.16);
  backdrop-filter: blur(9px);
}

.contact-hero-direct > span {
  margin-bottom: 3px;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 800;
}

.contact-hero-direct a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #a8d4fb;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  transition: color .25s ease, transform .25s var(--ease);
}

.contact-hero-direct a:hover {
  color: var(--orange-soft);
  transform: translateX(4px);
}

.contact-hero-direct .icon {
  width: 15px;
  height: 15px;
  color: var(--orange-soft);
}


.contact-hero-bottom {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.62);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  pointer-events: none;
}

.contact-hero-bottom small {
  margin-left: auto;
  color: rgba(255,255,255,.42);
  font-family: var(--font-sans);
  font-size: 8px;
  letter-spacing: .16em;
}

/* Quick navigation */
.contact-anchor-nav {
  position: sticky;
  z-index: 12;
  top: 84px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 24px rgba(11,46,89,.04);
  backdrop-filter: blur(14px);
}

.contact-anchor-nav-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.contact-anchor-nav a {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-height: 76px;
  padding: 14px 16px 12px 0;
  border-right: 1px solid var(--line);
  color: #8b9db0;
  transition: color .25s ease, background-color .3s ease;
}

.contact-anchor-nav a:not(:first-child) {
  padding-left: 16px;
}

.contact-anchor-nav a:last-child {
  border-right: 0;
}

.contact-anchor-nav a::after {
  position: absolute;
  right: 16px;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--orange);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s var(--ease);
}

.contact-anchor-nav a:hover,
.contact-anchor-nav a.is-active {
  color: var(--blue-deep);
  background: rgba(237,245,252,.66);
}

.contact-anchor-nav a:hover::after,
.contact-anchor-nav a.is-active::after {
  transform: scaleX(1);
}

.contact-anchor-nav a > span {
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.contact-anchor-nav strong {
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}

/* Keep quick-nav targets clear of the fixed header and sticky contact nav. */
#contact-information,
#business-inquiry,
#port-location,
#how-can-we-help {
  scroll-margin-top: 160px;
}

/* Contact information */
.contact-information-section {
  background: var(--paper);
}

.contact-information-section .section-heading {
  margin-bottom: 43px;
}

.contact-information-section .section-heading h2 {
  margin-bottom: 0;
}

.contact-overview-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 12px;
}

.contact-info-card {
  position: relative;
  min-width: 0;
  min-height: 204px;
  padding: 22px 21px 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--mist);
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s var(--ease);
}

.contact-info-card::after {
  position: absolute;
  right: -34px;
  bottom: -41px;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(38,132,232,.1);
  border-radius: 50%;
  content: "";
}

.contact-info-card:hover {
  border-color: rgba(38,132,232,.42);
  box-shadow: var(--shadow-sm);
  transform: translateY(-4px);
}

.contact-info-index {
  position: absolute;
  top: 20px;
  right: 18px;
  color: #9aacc0;
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.contact-info-card > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  margin-bottom: 19px;
  color: var(--blue);
  background: var(--paper);
}

.contact-info-card > i .icon {
  width: 20px;
  height: 20px;
}

.contact-info-card > small {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.contact-info-card > strong {
  display: block;
  max-width: 230px;
  color: var(--blue-deep);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.55;
}

.contact-info-card > p {
  position: absolute;
  right: 20px;
  bottom: 19px;
  left: 20px;
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  color: #94a5b8;
  font-size: 9px;
  line-height: 1.45;
}

.contact-info-company > strong {
  font-size: 14px;
}

.contact-info-card > p:not(:empty) + * {
  position: relative;
}

.contact-info-card > p {
  z-index: 1;
}

.contact-info-company > p,
.contact-info-card .contact-info-links + p,
.contact-info-email + p {
  font-family: var(--font-sans);
}

.contact-info-card > p {
  color: #94a5b8;
}

.contact-info-company > p {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 9px;
  color: #9aacc0;
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.contact-info-company > p small {
  color: #9aaabd;
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.45;
}

.contact-info-links {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.contact-info-links a,
.contact-info-email {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--blue-deep);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
  transition: color .25s ease;
}

.contact-info-links a:hover,
.contact-info-email:hover {
  color: var(--orange);
}

.contact-info-email {
  font-size: 14px;
}

/* Inquiry form */
.business-inquiry-section {
  background: var(--mist-blue);
}

.business-inquiry-layout {
  display: grid;
  grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr);
  align-items: start;
  gap: clamp(55px, 8vw, 125px);
}

.business-inquiry-copy h2 {
  margin-bottom: 21px;
}

.business-inquiry-copy .section-lead {
  max-width: 440px;
  margin-bottom: 35px;
}

.inquiry-side-points {
  display: grid;
  gap: 0;
  max-width: 450px;
  border-top: 1px solid var(--line-strong);
}

.inquiry-side-points article {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  column-gap: 13px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.inquiry-side-points article > span {
  grid-row: 1 / span 2;
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.inquiry-side-points strong {
  color: var(--blue-deep);
  font-size: 13px;
  font-weight: 800;
}

.inquiry-side-points small {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.65;
}

.contact-page-form {
  position: relative;
  min-width: 0;
  padding: 31px 34px 28px;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 18px 44px rgba(11,46,89,.07);
}

.contact-page-form::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--blue-bright));
  content: "";
}

.contact-form-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.contact-form-heading > span {
  color: var(--orange);
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
}

.contact-form-heading strong {
  color: var(--blue-deep);
  font-size: 17px;
  font-weight: 800;
}

.contact-form-heading i {
  width: 32px;
  height: 1px;
  margin-left: auto;
  background: var(--line-strong);
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.contact-field {
  position: relative;
  display: block;
  min-width: 0;
  margin-bottom: 18px;
}

.contact-field > span:first-child {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 7px;
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 800;
}

.contact-field > span:first-child em {
  color: var(--orange);
  font-size: 12px;
  font-style: normal;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  display: block;
  width: 100%;
  border: 1px solid #d5e3ef;
  border-radius: 2px;
  outline: 0;
  color: var(--text);
  background: var(--mist);
  font-size: 13px;
  line-height: 1.5;
  transition: border-color .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.contact-field input,
.contact-field select {
  height: 52px;
  padding: 13px 14px;
}

.contact-field textarea {
  min-height: 128px;
  padding: 13px 14px;
  resize: vertical;
}

.contact-field select {
  appearance: none;
  padding-right: 38px;
  background-image: linear-gradient(45deg, transparent 50%, var(--blue) 50%), linear-gradient(135deg, var(--blue) 50%, transparent 50%);
  background-position: calc(100% - 18px) 22px, calc(100% - 13px) 22px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #a5b4c2;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: var(--blue-bright);
  background: var(--paper);
  box-shadow: 0 0 0 3px rgba(38,132,232,.11);
}

.contact-field.has-error input,
.contact-field.has-error select,
.contact-field.has-error textarea {
  border-color: #d95d49;
  box-shadow: 0 0 0 3px rgba(217,93,73,.1);
}

.field-error {
  display: block;
  margin-top: 6px;
  color: #bc4e3c;
  font-size: 10px;
  line-height: 1.4;
}

.contact-form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.contact-form-privacy {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 2px 0 18px;
  color: #8193a6;
  font-size: 10px;
  line-height: 1.6;
}

.contact-form-privacy .icon {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  color: var(--blue);
}

.contact-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.contact-form-hint {
  max-width: 260px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
}

.contact-submit {
  min-width: 153px;
  min-height: 47px;
  padding-inline: 17px;
  font-size: 12px;
}

.contact-submit-loading {
  display: none;
}

.contact-submit.is-loading {
  cursor: wait;
  opacity: .78;
}

.contact-submit.is-loading > span:first-child {
  display: none;
}

.contact-submit.is-loading .contact-submit-loading {
  display: inline;
}

.contact-form-status {
  margin: 17px 0 0;
  padding: 11px 13px;
  border-left: 3px solid var(--orange);
  color: var(--blue-deep);
  background: rgba(233,104,50,.08);
  font-size: 11px;
  line-height: 1.6;
}

.contact-form-status.is-error {
  border-color: #c7513e;
  color: #9e3e31;
  background: rgba(199,81,62,.08);
}

.contact-form-status.is-success {
  border-color: var(--blue);
  color: var(--blue-deep);
  background: rgba(38,132,232,.08);
}

.contact-form-deployment-note {
  margin: 16px 0 0;
  color: #9aaabd;
  font-size: 9px;
  line-height: 1.6;
}

.contact-page-form.is-loading::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 3px;
  background: var(--orange);
  content: "";
  animation: contact-loading-bar 1s ease-in-out infinite;
}

@keyframes contact-loading-bar {
  0% { transform: translateX(0) scaleX(.55); transform-origin: left; }
  50% { transform: translateX(185%) scaleX(1); transform-origin: left; }
  100% { transform: translateX(530%) scaleX(.55); transform-origin: left; }
}

/* Location */
.port-location-section {
  background: var(--paper);
}

.port-location-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(0, .78fr);
  align-items: center;
  gap: clamp(55px, 8vw, 125px);
}

.port-location-map {
  min-width: 0;
  padding: 18px 20px 15px;
  border: 1px solid var(--line);
  background: var(--mist);
}

.location-map-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #90a3b7;
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}

.location-map-canvas {
  position: relative;
  height: 398px;
  margin-top: 12px;
  overflow: hidden;
  background: #092c56;
}

.location-map-canvas::before {
  position: absolute;
  inset: 0;
  opacity: .7;
  background-image: linear-gradient(rgba(125,188,251,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(125,188,251,.14) 1px, transparent 1px);
  background-size: 36px 36px;
  content: "";
  mask-image: linear-gradient(135deg, #000, transparent 82%);
}

.location-map-canvas::after {
  position: absolute;
  top: -20%;
  right: 11%;
  width: 45%;
  height: 140%;
  border: 13px solid rgba(125,188,251,.16);
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  content: "";
  transform: rotate(15deg);
}

.map-water-line,
.map-road-line {
  position: absolute;
  z-index: 1;
  display: block;
  transform-origin: left center;
}

.map-water-line {
  width: 78%;
  height: 1px;
  background: rgba(125,188,251,.65);
  transform: rotate(-33deg);
}

.map-water-one { top: 62%; left: 4%; }
.map-water-two { top: 34%; left: 28%; transform: rotate(31deg); opacity: .55; }

.map-road-line {
  width: 70%;
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--orange) 0 4px, transparent 4px 10px);
  transform: rotate(12deg);
}

.map-road-one { top: 46%; left: 18%; }
.map-road-two { top: 75%; left: 11%; transform: rotate(-9deg); opacity: .7; }

.map-region-label {
  position: absolute;
  z-index: 1;
  color: rgba(255,255,255,.25);
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .17em;
}

.map-region-top { top: 11%; left: 8%; }
.map-region-bottom { right: 8%; bottom: 10%; }

.map-node {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 94px;
  color: var(--paper);
  text-align: center;
}

.map-node i {
  display: block;
  width: 9px;
  height: 9px;
  margin-bottom: 8px;
  border: 2px solid #092c56;
  border-radius: 50%;
  background: #8ac8fb;
}

.map-node span {
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

.map-node small {
  margin-top: 2px;
  color: rgba(255,255,255,.54);
  font-size: 9px;
}

.map-node-city { top: 27%; left: 21%; }
.map-node-core { top: 47%; left: 49%; transform: translateX(-50%); }
.map-node-port { right: 17%; bottom: 25%; }

.map-node-core i {
  width: 15px;
  height: 15px;
  margin-bottom: 9px;
  border-color: var(--orange);
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(233,104,50,.16);
}

.map-node-core span { color: var(--orange-soft); }

.map-route-label {
  position: absolute;
  z-index: 2;
  bottom: 17px;
  left: 21px;
  color: rgba(255,255,255,.48);
  font-size: 10px;
}

.location-map-foot {
  display: flex;
  gap: 20px;
  margin-top: 8px;
  color: #8598ac;
  font-size: 9px;
}

.location-map-foot > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.port-location-copy h2 {
  margin-bottom: 21px;
}

.port-location-copy .section-lead {
  max-width: 470px;
  margin-bottom: 26px;
}

.location-address-card {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  max-width: 480px;
  padding: 16px 17px;
  border: 1px solid var(--line);
  background: var(--mist);
}

.location-address-card > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  color: var(--blue);
  background: var(--paper);
}

.location-address-card .icon {
  width: 16px;
  height: 16px;
}

.location-address-card strong {
  display: block;
  color: var(--blue-deep);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.location-address-card small {
  display: block;
  margin-top: 3px;
  color: #8e9fb2;
  font-size: 9px;
  line-height: 1.5;
}

.map-placeholder-button {
  margin-top: 20px;
  min-height: 45px;
  padding-inline: 16px;
  font-size: 12px;
}

.location-map-status {
  margin: 12px 0 0;
  color: var(--orange);
  font-size: 10px;
  line-height: 1.6;
}

/* Business directions */
.how-help-section {
  background: var(--mist);
}

.help-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.help-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  min-height: 201px;
  padding: 22px 21px;
  border: 1px solid var(--line);
  color: var(--text);
  background: var(--paper);
  text-align: left;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s var(--ease), background-color .3s ease;
}

.help-card:hover,
.help-card:focus-visible {
  border-color: rgba(38,132,232,.46);
  background: var(--mist-blue);
  box-shadow: var(--shadow-sm);
  transform: translateY(-4px);
}

.help-card > span {
  position: absolute;
  top: 20px;
  right: 18px;
  color: #9aacc0;
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

.help-card > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  margin-bottom: 18px;
  color: var(--blue);
  background: var(--mist-blue);
}

.help-card > i .icon {
  width: 21px;
  height: 21px;
}

.help-card strong {
  margin-bottom: 7px;
  color: var(--blue-deep);
  font-size: 16px;
  font-weight: 800;
}

.help-card small {
  max-width: 240px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
}

.help-card-arrow {
  position: absolute;
  right: 20px;
  bottom: 19px;
  width: 18px;
  height: 18px;
  color: var(--orange);
  transition: transform .3s var(--ease);
}

.help-card:hover .help-card-arrow,
.help-card:focus-visible .help-card-arrow {
  transform: translateX(4px);
}

/* Contact process */
.section-heading-light h2 {
  color: var(--paper);
}

.section-heading-light > p {
  color: rgba(255,255,255,.58);
}

.contact-process-section {
  overflow: hidden;
  color: var(--paper);
  background: var(--blue-deep);
}

.contact-process-section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 100%;
  opacity: .2;
  background-image: linear-gradient(rgba(129,194,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(129,194,255,.35) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: linear-gradient(90deg, #000, transparent);
}

.contact-process-section > .container {
  position: relative;
  z-index: 1;
}

.contact-process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 185px;
  margin-top: 12px;
}

.contact-process-line {
  position: absolute;
  z-index: 0;
  top: 48px;
  right: 12.5%;
  left: 12.5%;
  height: 1px;
  background: linear-gradient(90deg, var(--blue-bright), var(--orange));
  opacity: .68;
  transform-origin: left center;
  transition: transform 1.3s var(--ease);
}

.contact-process-track[data-route] .contact-process-line {
  transform: scaleX(0);
}

.contact-process-track[data-route].is-visible .contact-process-line {
  transform: scaleX(1);
}

.contact-process-track article {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 20px 10px 0;
  text-align: center;
}

.contact-process-track article::before {
  position: absolute;
  z-index: 2;
  top: 43px;
  left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--blue-deep);
  border-radius: 50%;
  background: #83c4fb;
  content: "";
}

.contact-process-track article:first-of-type::before {
  left: auto;
  right: -4px;
}

.contact-process-track article:last-of-type::before {
  background: var(--orange);
}

.contact-process-track article i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  margin-bottom: 15px;
  border: 1px solid rgba(125,188,251,.38);
  color: #8bc8fb;
  background: rgba(255,255,255,.05);
}

.contact-process-track article:last-of-type i {
  border-color: var(--orange);
  color: var(--orange-soft);
}

.contact-process-track article .icon {
  width: 21px;
  height: 21px;
}

.contact-process-track article > span {
  margin-bottom: 7px;
  color: var(--orange-soft);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.contact-process-track article strong {
  color: var(--paper);
  font-size: 14px;
  font-weight: 800;
}

.contact-process-track article small {
  margin-top: 3px;
  color: rgba(255,255,255,.46);
  font-size: 9px;
  line-height: 1.5;
}

/* Direct contact */
.direct-contact-section {
  color: var(--paper);
  background: #08284d;
}

.direct-contact-inner {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: clamp(50px, 8vw, 125px);
  min-height: 305px;
}

.direct-contact-heading h2 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(39px, 4.7vw, 65px);
  line-height: 1.02;
}

.direct-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
}

.direct-contact-grid > a,
.direct-contact-grid > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  min-height: 174px;
  padding: 18px 16px;
  border: 1px solid rgba(125,188,251,.27);
  color: var(--paper);
  background: rgba(255,255,255,.045);
}

.direct-contact-grid > a {
  transition: border-color .3s ease, background-color .3s ease, transform .3s var(--ease);
}

.direct-contact-grid > a:hover {
  border-color: rgba(233,104,50,.72);
  background: rgba(233,104,50,.1);
  transform: translateY(-4px);
}

.direct-contact-grid small {
  margin-bottom: 36px;
  color: var(--orange-soft);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.direct-contact-grid strong {
  display: block;
  max-width: 100%;
  color: var(--paper);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.direct-phone-card > strong {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.direct-phone-card > strong a {
  color: inherit;
  transition: color .25s ease;
}

.direct-phone-card > strong a:hover {
  color: var(--orange-soft);
}

.direct-contact-grid > a > span,
.direct-contact-grid > div > span {
  margin-top: auto;
  color: rgba(255,255,255,.48);
  font-size: 9px;
}

.direct-contact-grid > a > .icon,
.direct-contact-grid > div > .icon {
  position: absolute;
  right: 16px;
  bottom: 17px;
  width: 17px;
  height: 17px;
  color: var(--orange-soft);
}

/* Short brand CTA */
.contact-brand-cta {
  position: relative;
  min-height: 355px;
  overflow: hidden;
  color: var(--paper);
  background: var(--blue-deep);
}

.contact-brand-background,
.contact-brand-background picture,
.contact-brand-background img,
.contact-brand-background > div:not(.image-slot) {
  position: absolute;
  inset: 0;
}

.contact-brand-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  filter: saturate(.67) contrast(1.08);
}

.contact-brand-background > div:not(.image-slot) {
  background: linear-gradient(90deg, rgba(4,24,49,.96), rgba(4,24,49,.7) 53%, rgba(4,24,49,.42)), linear-gradient(0deg, rgba(4,24,49,.76), transparent 70%);
}

.contact-brand-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 355px;
}

.contact-brand-content h2 {
  margin: 0 0 15px;
  color: var(--paper);
  font-size: clamp(41px, 5.2vw, 73px);
  line-height: 1.02;
}

.contact-brand-content h2 span:last-child {
  color: #84c2fc;
}

.contact-brand-content > p:not(.section-kicker) {
  margin: 0 0 24px;
  color: rgba(255,255,255,.63);
  font-size: 13px;
}

/* Mobile contact actions */
.contact-mobile-bar {
  display: none;
}

/* Tablet */
@media (max-width: 1240px) {
  .contact-hero-inner {
    gap: 55px;
  }

  .contact-hero-direct {
    right: 22px;
    left: 22px;
  }

  .contact-overview-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-info-card {
    min-height: 186px;
  }

  .contact-info-company {
    grid-column: span 2;
  }

  .contact-info-company > strong {
    max-width: 360px;
  }

  .help-card {
    padding-inline: 18px;
  }

  .direct-contact-inner {
    gap: 50px;
  }
}

@media (max-width: 1040px) {
  .contact-anchor-nav {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .contact-anchor-nav::-webkit-scrollbar {
    display: none;
  }

  .contact-anchor-nav-inner {
    width: max-content;
    min-width: 100%;
    grid-template-columns: repeat(4, minmax(155px, 1fr));
  }

  .business-inquiry-layout,
  .port-location-layout,
  .direct-contact-inner {
    grid-template-columns: 1fr;
    gap: 47px;
  }

  .business-inquiry-copy,
  .port-location-copy,
  .direct-contact-heading {
    max-width: 720px;
  }

  .contact-page-form {
    max-width: 760px;
  }

  .port-location-map {
    max-width: 760px;
  }

  .direct-contact-grid {
    max-width: 760px;
  }
}

@media (max-width: 900px) {
  .contact-hero {
    height: auto;
    min-height: 0;
  }

  .contact-hero-inner {
    grid-template-columns: 1fr;
    gap: 31px;
    min-height: 0;
    padding-top: 103px;
    padding-bottom: 33px;
  }

  .contact-hero-copy {
    max-width: 650px;
    padding-bottom: 0;
  }

  .contact-hero-media {
    min-height: 310px;
    margin-right: 0;
  }

  .contact-hero-bottom {
    display: none;
  }

  .contact-anchor-nav {
    top: 74px;
  }

  #contact-information,
  #business-inquiry,
  #port-location,
  #how-can-we-help {
    scroll-margin-top: 143px;
  }

  .contact-anchor-nav-inner {
    display: flex;
  }

  .contact-anchor-nav a {
    flex: 0 0 160px;
  }

  .contact-anchor-nav a:last-child {
    border-right: 1px solid var(--line);
  }

  .contact-anchor-nav a::after {
    right: 0;
  }

  .help-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-process-track {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 680px) {
  body.contact-page:not(.thank-you-body) {
    padding-bottom: 63px;
  }

  .contact-hero-inner {
    gap: 25px;
    padding-top: 96px;
    padding-bottom: 28px;
  }

  .contact-hero-copy h1 {
    font-size: clamp(48px, 15vw, 67px);
  }

  .contact-hero-copy h2 {
    margin-bottom: 15px;
    font-size: clamp(26px, 8.4vw, 37px);
  }

  .contact-hero-lead {
    max-width: 320px;
    margin-bottom: 19px;
    font-size: 13px;
    line-height: 1.8;
  }

  .contact-hero-copy .hero-actions {
    flex-wrap: wrap;
    gap: 9px;
  }

  .contact-hero-copy .hero-actions .button {
    min-height: 45px;
    padding-inline: 14px;
    font-size: 12px;
  }

  .contact-hero-mantra {
    margin-top: 20px;
    font-size: 8px;
    letter-spacing: .06em;
  }

  .contact-hero-media {
    min-height: 285px;
  }

  .contact-image-label {
    top: 16px;
    left: 17px;
    font-size: 8px;
  }

  .contact-hero-direct {
    right: 16px;
    bottom: 31px;
    left: 16px;
    gap: 6px;
    padding: 14px 14px 13px;
  }

  .contact-hero-direct > span {
    font-size: 10px;
  }

  .contact-hero-direct a {
    font-size: 11px;
  }


  .contact-anchor-nav {
    top: 68px;
  }

  #contact-information,
  #business-inquiry,
  #port-location,
  #how-can-we-help {
    scroll-margin-top: 137px;
  }

  .contact-anchor-nav a {
    flex-basis: 137px;
    min-height: 69px;
    padding: 12px 10px 10px 0;
  }

  .contact-anchor-nav a:not(:first-child) {
    padding-left: 10px;
  }

  .contact-anchor-nav strong {
    font-size: 10px;
  }

  .contact-information-section .section-heading {
    margin-bottom: 34px;
  }

  .contact-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .contact-info-card,
  .contact-info-company {
    grid-column: auto;
    min-height: 192px;
    padding: 17px 14px 16px;
  }

  .contact-info-company > strong {
    font-size: 12px;
  }

  .contact-info-card > i {
    width: 36px;
    height: 36px;
    margin-bottom: 14px;
  }

  .contact-info-card > i .icon {
    width: 18px;
    height: 18px;
  }

  .contact-info-card > small {
    font-size: 8px;
  }

  .contact-info-card > strong {
    font-size: 12px;
  }

  .contact-info-index {
    top: 16px;
    right: 12px;
    font-size: 8px;
  }

  .contact-info-links a {
    font-size: 12px;
  }

  .contact-info-email {
    overflow-wrap: anywhere;
    font-size: 11px;
    white-space: normal;
  }

  .contact-info-card > p,
  .contact-info-company > p {
    right: 14px;
    bottom: 14px;
    left: 14px;
    font-size: 8px;
  }

  .business-inquiry-layout,
  .port-location-layout,
  .direct-contact-inner {
    gap: 38px;
  }

  .business-inquiry-copy .section-lead {
    margin-bottom: 25px;
  }

  .inquiry-side-points article {
    padding: 13px 0;
  }

  .inquiry-side-points strong {
    font-size: 12px;
  }

  .inquiry-side-points small {
    font-size: 9px;
  }

  .contact-page-form {
    padding: 26px 18px 23px;
  }

  .contact-form-heading {
    margin-bottom: 23px;
  }

  .contact-form-heading strong {
    font-size: 15px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-field {
    margin-bottom: 16px;
  }

  .contact-field input,
  .contact-field select {
    height: 51px;
  }

  .contact-field textarea {
    min-height: 125px;
  }

  .contact-form-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
  }

  .contact-form-hint {
    max-width: none;
  }

  .contact-submit {
    width: 100%;
  }

  .location-map-head {
    font-size: 7px;
  }

  .port-location-map {
    padding: 14px 11px 11px;
  }

  .location-map-canvas {
    height: 295px;
    margin-top: 9px;
  }

  .map-region-label {
    font-size: 14px;
  }

  .map-node span {
    font-size: 7px;
  }

  .map-node small {
    font-size: 8px;
  }

  .map-node-city { left: 14%; }
  .map-node-port { right: 10%; }

  .map-route-label {
    bottom: 13px;
    left: 13px;
    font-size: 8px;
  }

  .location-map-foot {
    flex-wrap: wrap;
    gap: 8px 14px;
    font-size: 8px;
  }

  .location-address-card {
    padding: 13px;
  }

  .location-address-card strong {
    font-size: 12px;
  }

  .map-placeholder-button {
    width: 100%;
  }

  .help-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .help-card {
    min-height: 191px;
    padding: 17px 14px;
  }

  .help-card > span {
    top: 16px;
    right: 12px;
  }

  .help-card > i {
    width: 36px;
    height: 36px;
    margin-bottom: 14px;
  }

  .help-card > i .icon {
    width: 18px;
    height: 18px;
  }

  .help-card strong {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .help-card small {
    font-size: 8px;
    line-height: 1.55;
  }

  .help-card-arrow {
    right: 12px;
    bottom: 13px;
    width: 16px;
    height: 16px;
  }

  .contact-process-section {
    padding-bottom: 69px;
  }

  .contact-process-track {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    margin-top: 0;
    padding-left: 17px;
  }

  .contact-process-line {
    top: 28px;
    right: auto;
    bottom: 28px;
    left: 5px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, var(--blue-bright), var(--orange));
    transform: scaleY(0);
    transform-origin: top center;
  }

  .contact-process-track[data-route] .contact-process-line {
    transform: scaleY(0);
  }

  .contact-process-track[data-route].is-visible .contact-process-line {
    transform: scaleY(1);
  }

  .contact-process-track article,
  .contact-process-track article:first-of-type,
  .contact-process-track article:last-of-type {
    display: grid;
    grid-template-columns: 49px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 14px;
    min-height: 84px;
    padding: 10px 0;
    text-align: left;
  }

  .contact-process-track article::before,
  .contact-process-track article:first-of-type::before,
  .contact-process-track article:last-of-type::before {
    top: 38px;
    left: 0;
    width: 9px;
    height: 9px;
    border: 2px solid var(--blue-deep);
    background: #83c4fb;
    transform: translateX(-50%);
  }

  .contact-process-track article:last-of-type::before {
    background: var(--orange);
  }

  .contact-process-track article i {
    grid-row: 1 / span 2;
    width: 49px;
    height: 49px;
    margin: 0;
  }

  .contact-process-track article > span {
    align-self: end;
    margin: 0;
  }

  .contact-process-track article strong {
    align-self: end;
    font-size: 13px;
  }

  .contact-process-track article small {
    grid-column: 2;
    align-self: start;
    margin-top: 1px;
    font-size: 8px;
  }

  .direct-contact-inner {
    min-height: 0;
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .direct-contact-heading h2 {
    font-size: clamp(38px, 11vw, 51px);
  }

  .direct-contact-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .direct-contact-grid > a,
  .direct-contact-grid > div {
    min-height: 120px;
    padding: 14px;
  }

  .direct-contact-grid small {
    margin-bottom: 12px;
  }

  .direct-contact-grid strong {
    font-size: 14px;
  }

  .direct-phone-card > strong {
    gap: 1px;
    font-size: 12px;
    line-height: 1.35;
  }

  .contact-brand-cta {
    min-height: 430px;
  }

  .contact-brand-content {
    min-height: 430px;
  }

  .contact-brand-content h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .contact-brand-content > p:not(.section-kicker) {
    font-size: 11px;
  }

  body.contact-page:not(.thank-you-body) .back-to-top {
    bottom: 78px;
  }

  .contact-mobile-bar {
    position: fixed;
    z-index: 14;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 63px;
    border-top: 1px solid rgba(125,188,251,.22);
    background: rgba(5,29,59,.96);
    box-shadow: 0 -8px 25px rgba(4,22,45,.16);
    backdrop-filter: blur(12px);
  }

  .contact-mobile-bar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(255,255,255,.75);
    font-size: 12px;
    font-weight: 800;
  }

  .contact-mobile-bar a + a {
    border-left: 1px solid rgba(125,188,251,.22);
    color: var(--orange-soft);
  }

  .contact-mobile-bar .icon {
    width: 17px;
    height: 17px;
  }
}

@media (max-width: 390px) {
  .contact-hero-copy h1 {
    font-size: 48px;
  }

  .contact-hero-copy h2 {
    font-size: 25px;
  }

  .contact-info-card,
  .contact-info-company {
    min-height: 207px;
  }

  .help-card {
    min-height: 204px;
  }

  .help-card strong {
    font-size: 11px;
  }

  .help-card small {
    font-size: 7px;
  }
}

/* Thank-you state used after a successful contact response. */
.thank-you-page {
  min-height: calc(100vh - 230px);
  padding: 165px 0 116px;
  background: var(--mist);
  text-align: center;
}

.thank-you-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
}

.thank-you-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 26px;
  border-radius: 50%;
  color: var(--paper);
  background: var(--blue-deep);
  box-shadow: 0 0 0 10px rgba(38,132,232,.1);
}

.thank-you-mark .icon {
  width: 29px;
  height: 29px;
  stroke-width: 2;
}

.thank-you-inner .section-kicker {
  margin-bottom: 18px;
}

.thank-you-inner h1 {
  margin: 0 0 22px;
  color: var(--blue-deep);
  font-size: clamp(42px, 5.2vw, 72px);
  font-weight: 900;
  letter-spacing: -.09em;
  line-height: 1.1;
}

.thank-you-lead {
  max-width: 530px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.thank-you-direct {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 11px;
  margin: 27px 0 0;
}

.thank-you-direct a {
  padding: 10px 14px;
  border: 1px solid var(--line-strong);
  color: var(--blue-deep);
  background: var(--paper);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 800;
  transition: color .25s ease, border-color .25s ease, transform .25s var(--ease);
}

.thank-you-direct a:hover {
  border-color: var(--blue-bright);
  color: var(--blue);
  transform: translateY(-2px);
}

.thank-you-note {
  max-width: 500px;
  margin: 24px 0 0;
  color: #93a3b4;
  font-size: 10px;
  line-height: 1.7;
}

.thank-you-inner .cta-actions {
  justify-content: center;
  margin-top: 27px;
}

@media (max-width: 680px) {
  .thank-you-page {
    min-height: calc(100vh - 220px);
    padding: 125px 0 78px;
  }

  .thank-you-mark {
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
  }

  .thank-you-mark .icon {
    width: 25px;
    height: 25px;
  }

  .thank-you-inner h1 {
    font-size: 42px;
  }

  .thank-you-lead {
    font-size: 13px;
  }

  .thank-you-direct {
    flex-direction: column;
    width: 100%;
  }

  .thank-you-direct a {
    width: 100%;
    font-size: 12px;
  }

  .thank-you-inner .cta-actions {
    width: 100%;
    flex-direction: column;
  }

  .thank-you-inner .cta-actions .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-page-form.is-loading::after {
    animation: none;
  }
}
