.hc-page {
  --hc-paper: #f5eedf;
  --hc-paper-strong: #fff8e8;
  --hc-ink: #171612;
  --hc-muted: rgba(23, 22, 18, 0.72);
  --hc-line: rgba(23, 22, 18, 0.13);
  --hc-fjord: #174c59;
  --hc-sea: #2d7b84;
  --hc-sage: #65775c;
  --hc-rust: #b95737;
  --hc-gold: #c09142;
  --hc-night: #101716;
  background: var(--hc-paper);
  color: var(--hc-ink);
}

.hc-page main {
  overflow: hidden;
}

.hc-wrap {
  width: min(1180px, calc(100% - clamp(1.25rem, 5vw, 5rem)));
  margin-inline: auto;
}

.hc-kicker {
  margin: 0 0 0.75rem;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--hc-rust);
}

.hc-hero {
  position: relative;
  isolation: isolate;
  min-height: min(780px, calc(100vh - 70px));
  display: grid;
  align-items: center;
  padding: clamp(2.4rem, 6vw, 5rem) 0 clamp(2.2rem, 5vw, 4rem);
  background:
    linear-gradient(90deg, rgba(16, 23, 22, 0.7), rgba(16, 23, 22, 0.25) 54%, rgba(245, 238, 223, 0.8)),
    url("/public/assets/curated/motifs/maps/nordroute-master.webp") center / cover no-repeat;
  color: #fff7e8;
}

.hc-hero::after {
  content: "";
  position: absolute;
  inset: auto clamp(1.25rem, 5vw, 5rem) 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 247, 232, 0.56), rgba(255, 247, 232, 0.18), transparent);
  pointer-events: none;
  z-index: -1;
}

.hc-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(28rem, 1.32fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}

.hc-hero h1 {
  max-width: 11ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6.9vw, 5.9rem);
  font-weight: 560;
  letter-spacing: 0;
  line-height: 0.9;
  text-wrap: balance;
}

.hc-hero__lede {
  max-width: 58ch;
  margin: 1.25rem 0 0;
  color: rgba(255, 247, 232, 0.88);
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.7vw, 1.35rem);
  line-height: 1.58;
}

.hc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.7rem;
}

.hc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(255, 247, 232, 0.42);
  border-radius: 999px;
  color: #fff7e8;
  font-family: var(--font-sans);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.hc-button--primary {
  border-color: rgba(246, 193, 139, 0.78);
  background: #e7a15e;
  color: #23150f;
}

.hc-button:hover,
.hc-button:focus-visible {
  outline: none;
  transform: translateY(-1px);
}

.hc-brief {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 247, 232, 0.2);
  border-radius: 8px;
  background: rgba(255, 247, 232, 0.2);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
}

.hc-brief__cell {
  display: grid;
  gap: 0.35rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  background: rgba(16, 23, 22, 0.72);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.hc-brief__cell span {
  color: #f2b46d;
  font-family: var(--font-sans);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hc-brief__cell strong {
  color: #fff7e8;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 620;
  line-height: 1.12;
}

.hc-brief__cell em {
  color: rgba(255, 247, 232, 0.74);
  font-style: normal;
  line-height: 1.48;
}

.hc-bridge {
  align-self: center;
  display: grid;
  gap: 0.7rem;
  padding: clamp(0.72rem, 1.5vw, 1rem);
  border: 1px solid rgba(255, 247, 232, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(9, 18, 20, 0.92), rgba(5, 10, 12, 0.98));
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.46);
}

.hc-bridge__windows {
  display: grid;
  grid-template-columns: 0.72fr 1.56fr 0.72fr;
  gap: 0.48rem;
  min-height: clamp(9rem, 16vw, 13rem);
}

.hc-bridge__window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(191, 224, 224, 0.28);
  border-radius: 7px 7px 3px 3px;
  background:
    linear-gradient(180deg, rgba(105, 144, 150, 0.72) 0 46%, rgba(24, 59, 65, 0.88) 47% 55%, rgba(8, 25, 31, 0.94) 56%),
    url("/public/assets/curated/motifs/maps/nordroute-master.webp") center / cover no-repeat;
  box-shadow: inset 0 0 32px rgba(0, 0, 0, 0.48);
}

.hc-bridge__window::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(105deg, rgba(232, 246, 240, 0.13) 0 1px, transparent 1px 14px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 62%);
  pointer-events: none;
}

.hc-bridge__window::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 15%;
  bottom: 23%;
  height: 22%;
  border-radius: 50% 50% 0 0;
  background: rgba(11, 33, 35, 0.62);
  filter: blur(2px);
}

.hc-bridge__window span {
  position: absolute;
  left: 0.62rem;
  top: 0.58rem;
  z-index: 2;
  color: rgba(255, 247, 232, 0.86);
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hc-bridge__window i {
  position: absolute;
  left: 11%;
  right: 11%;
  top: 48%;
  height: 1px;
  background: rgba(255, 247, 232, 0.48);
  box-shadow: 0 12px 0 rgba(255, 247, 232, 0.12), 0 -14px 0 rgba(255, 247, 232, 0.1);
}

.hc-bridge__console {
  display: grid;
  gap: 0.64rem;
  padding: clamp(0.75rem, 1.6vw, 1rem);
  border: 1px solid rgba(255, 247, 232, 0.12);
  border-radius: 7px;
  background:
    radial-gradient(circle at 50% 0%, rgba(142, 215, 210, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(10, 20, 27, 0.98), rgba(6, 10, 13, 0.99));
  box-shadow:
    inset 0 0 0 1px rgba(142, 215, 210, 0.06),
    inset 0 -24px 60px rgba(0, 0, 0, 0.38);
}

.hc-bridge__console::before {
  content: "";
  height: 3px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, #8ed7d2 0 34%, #f2b46d 34% 66%, #b84232 66% 100%);
  opacity: 0.9;
}

.hc-bridge__status {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.32rem 1rem;
  align-items: end;
  padding: 0.78rem 0.85rem;
  border: 1px solid rgba(117, 185, 183, 0.24);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(13, 45, 50, 0.9), rgba(15, 29, 31, 0.95));
}

.hc-bridge__status span,
.hc-screen span,
.hc-bridge__gauges span,
.hc-bridge__controls span {
  color: #8ed7d2;
  font-family: var(--font-sans);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hc-bridge__status strong {
  color: #fff7e8;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  font-weight: 620;
  line-height: 1;
}

.hc-bridge__status em {
  grid-column: 1 / -1;
  color: rgba(255, 247, 232, 0.72);
  font-style: normal;
  line-height: 1.35;
}

.hc-bridge__essence {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(242, 180, 109, 0.28);
  border-radius: 7px;
  background: rgba(242, 180, 109, 0.22);
}

.hc-bridge__essence div {
  min-height: 7.5rem;
  padding: 0.86rem 0.9rem;
  background:
    linear-gradient(135deg, rgba(242, 180, 109, 0.16), rgba(142, 215, 210, 0.07)),
    rgba(11, 24, 25, 0.96);
  box-shadow: inset 0 0 30px rgba(242, 180, 109, 0.06);
}

.hc-bridge__essence span {
  color: #f2b46d;
  font-family: var(--font-sans);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hc-bridge__essence strong {
  display: block;
  margin-top: 0.36rem;
  color: #fff7e8;
  font-family: var(--font-display);
  font-size: clamp(1.28rem, 2.2vw, 1.65rem);
  font-weight: 620;
  line-height: 1.04;
  text-shadow: 0 0 18px rgba(242, 180, 109, 0.16);
}

.hc-bridge__essence p {
  margin: 0.45rem 0 0;
  color: rgba(255, 247, 232, 0.72);
  line-height: 1.38;
}

.hc-bridge__core {
  display: grid;
  grid-template-columns: minmax(12rem, 1.28fr) repeat(3, minmax(0, 0.72fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(142, 215, 210, 0.26);
  border-radius: 7px;
  background: rgba(142, 215, 210, 0.2);
}

.hc-core,
.hc-mini {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 8.25rem;
  padding: 0.72rem;
  background:
    radial-gradient(circle at 50% 38%, rgba(142, 215, 210, 0.16), transparent 58%),
    linear-gradient(180deg, rgba(5, 18, 22, 0.98), rgba(3, 9, 12, 0.99));
  box-shadow: inset 0 0 36px rgba(0, 0, 0, 0.48);
}

.hc-core {
  place-items: center;
  text-align: center;
}

.hc-core::before {
  content: "";
  position: absolute;
  width: min(7.2rem, 72%);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(5, 18, 22, 1) 0 52%, transparent 53%),
    conic-gradient(#8ed7d2 calc(var(--level) * 1%), rgba(142, 215, 210, 0.16) 0);
  filter: drop-shadow(0 0 18px rgba(142, 215, 210, 0.22));
}

.hc-core span,
.hc-mini span {
  position: relative;
  z-index: 1;
  color: #8ed7d2;
  font-family: var(--font-sans);
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.1;
  text-transform: uppercase;
}

.hc-core span {
  display: inline-flex;
  align-items: center;
  gap: 0.36rem;
  white-space: nowrap;
}

.hc-core span i {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: #8ed7d2;
  box-shadow: 0 0 16px rgba(142, 215, 210, 0.86);
  animation: hc-live-pulse 2.4s ease-in-out infinite;
}

.hc-core strong {
  position: relative;
  z-index: 1;
  margin-top: 0.18rem;
  color: #fff7e8;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 4.7vw, 4rem);
  font-weight: 650;
  line-height: 0.9;
  text-shadow: 0 0 26px rgba(142, 215, 210, 0.24);
}

.hc-core em,
.hc-mini em {
  position: relative;
  z-index: 1;
  color: rgba(255, 247, 232, 0.56);
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hc-mini {
  justify-items: center;
  gap: 0.3rem;
  text-align: center;
}

.hc-mini strong {
  color: #fff7e8;
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 2vw, 1.38rem);
  font-weight: 650;
  line-height: 1;
}

.hc-windrose,
.hc-dayring {
  position: relative;
  width: 4.15rem;
  aspect-ratio: 1;
  border: 1px solid rgba(142, 215, 210, 0.36);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 48%, rgba(142, 215, 210, 0.18) 49% 51%, transparent 52%),
    linear-gradient(0deg, transparent 48%, rgba(142, 215, 210, 0.18) 49% 51%, transparent 52%),
    radial-gradient(circle, rgba(142, 215, 210, 0.14), transparent 64%);
}

.hc-windrose::before {
  content: "N";
  position: absolute;
  inset: 0.28rem 0 auto;
  color: rgba(255, 247, 232, 0.5);
  font-size: 0.52rem;
  font-weight: 900;
  text-align: center;
}

.hc-windrose i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.22rem;
  height: 1.75rem;
  border-radius: 999px;
  background: #f2b46d;
  box-shadow: 0 0 14px rgba(242, 180, 109, 0.65);
  transform: translate(-50%, -86%) rotate(var(--wind-angle));
  transform-origin: 50% 86%;
  transition: transform 420ms ease;
}

.hc-tide {
  position: relative;
  width: 2.55rem;
  height: 4.25rem;
  overflow: hidden;
  border: 1px solid rgba(142, 215, 210, 0.38);
  border-radius: 1.4rem;
  background: rgba(3, 10, 13, 0.78);
}

.hc-tide::before {
  content: "";
  position: absolute;
  inset: 0.42rem;
  border-radius: inherit;
  background: repeating-linear-gradient(180deg, rgba(255, 247, 232, 0.16) 0 1px, transparent 1px 0.62rem);
}

.hc-tide i {
  position: absolute;
  left: 0.24rem;
  right: 0.24rem;
  bottom: 0.24rem;
  height: calc(var(--tide) * 1%);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(142, 215, 210, 0.82), rgba(49, 137, 151, 0.86));
  box-shadow: 0 0 18px rgba(142, 215, 210, 0.34);
  animation: hc-water-breathe 4.8s ease-in-out infinite;
}

.hc-dayring {
  background:
    radial-gradient(circle, rgba(5, 18, 22, 1) 0 52%, transparent 53%),
    conic-gradient(#f2b46d calc(var(--day) * 1%), rgba(242, 180, 109, 0.14) 0);
  box-shadow: 0 0 18px rgba(242, 180, 109, 0.18);
}

.hc-dayring::after {
  content: "";
  position: absolute;
  inset: 42%;
  border-radius: 50%;
  background: #f2b46d;
  box-shadow: 0 0 14px rgba(242, 180, 109, 0.72);
}

.hc-bridge__raw {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(142, 215, 210, 0.24);
  border-radius: 6px;
  background: rgba(142, 215, 210, 0.2);
}

.hc-bridge__raw div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.1rem 0.4rem;
  align-items: end;
  min-height: 4.2rem;
  padding: 0.54rem 0.58rem;
  background: rgba(5, 17, 19, 0.96);
}

.hc-bridge__raw span {
  grid-column: 1 / -1;
  color: #8ed7d2;
  font-family: var(--font-sans);
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hc-bridge__raw strong {
  color: #fff7e8;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.8vw, 1.36rem);
  font-weight: 650;
  line-height: 1;
}

.hc-bridge__raw em {
  color: rgba(255, 247, 232, 0.58);
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.hc-bridge__ports {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.38rem;
}

.hc-bridge__ports a {
  display: grid;
  place-items: center;
  min-height: 34px;
  padding: 0.38rem 0.44rem;
  border: 1px solid rgba(255, 247, 232, 0.12);
  border-radius: 999px;
  color: rgba(255, 247, 232, 0.72);
  background: rgba(255, 247, 232, 0.045);
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.hc-bridge__ports a[aria-current="true"] {
  border-color: rgba(142, 215, 210, 0.8);
  color: #071112;
  background: #8ed7d2;
  box-shadow: 0 0 22px rgba(142, 215, 210, 0.28);
}

.hc-bridge__summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(117, 185, 183, 0.22);
  border-radius: 6px;
  background: rgba(117, 185, 183, 0.18);
}

.hc-bridge__summary div {
  display: grid;
  gap: 0.2rem;
  min-height: 4.15rem;
  padding: 0.58rem 0.62rem;
  background:
    linear-gradient(180deg, rgba(8, 27, 30, 0.94), rgba(7, 14, 15, 0.98));
}

.hc-bridge__summary span,
.hc-bridge__trust span {
  color: #f2b46d;
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hc-bridge__summary strong {
  color: #fff7e8;
  font-family: var(--font-display);
  font-size: clamp(0.98rem, 1.5vw, 1.16rem);
  font-weight: 620;
  line-height: 1.02;
}

.hc-bridge__shipfeed {
  display: grid;
  grid-template-columns: 1.25fr 0.68fr 1fr;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(242, 180, 109, 0.28);
  border-radius: 6px;
  background: rgba(242, 180, 109, 0.18);
}

.hc-bridge__shipfeed header,
.hc-bridge__shipfeed div,
.hc-bridge__shipfeed p {
  display: grid;
  gap: 0.22rem;
  min-height: 3.85rem;
  padding: 0.58rem 0.62rem;
  background:
    linear-gradient(180deg, rgba(19, 26, 22, 0.96), rgba(7, 13, 14, 0.98));
}

.hc-bridge__shipfeed header {
  grid-column: span 1;
}

.hc-bridge__shipfeed p {
  grid-column: 1 / -1;
  min-height: 0;
  margin: 0;
  color: rgba(255, 247, 232, 0.62);
  font-size: 0.66rem;
  line-height: 1.35;
}

.hc-bridge__shipfeed span {
  color: #f2b46d;
  font-family: var(--font-sans);
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hc-bridge__shipfeed strong {
  color: #fff7e8;
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 1.42vw, 1.12rem);
  font-weight: 620;
  line-height: 1.02;
}

.hc-bridge__screens {
  display: grid;
  grid-template-columns: 0.88fr 1.18fr 0.94fr;
  gap: 0.55rem;
}

.hc-screen {
  display: grid;
  align-content: start;
  gap: 0.45rem;
  min-height: 10.2rem;
  padding: 0.78rem;
  border: 1px solid rgba(117, 185, 183, 0.24);
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 40%, rgba(92, 177, 171, 0.18), transparent 58%),
    linear-gradient(180deg, rgba(5, 18, 20, 0.96), rgba(7, 13, 14, 0.98));
  box-shadow: inset 0 0 26px rgba(0, 0, 0, 0.48);
}

.hc-screen strong {
  color: #fff7e8;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 620;
  line-height: 1.08;
}

.hc-screen p,
.hc-screen li {
  color: rgba(255, 247, 232, 0.72);
  line-height: 1.42;
}

.hc-screen p {
  margin: 0;
}

.hc-screen ol {
  display: grid;
  gap: 0.26rem;
  margin: 0.1rem 0 0;
  padding-left: 1.1rem;
}

.hc-radar {
  position: relative;
  aspect-ratio: 1;
  width: min(8rem, 100%);
  margin: 0.12rem auto 0;
  border: 1px solid rgba(142, 215, 210, 0.38);
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, rgba(142, 215, 210, 0.18) 0 1px, transparent 1px 22%),
    conic-gradient(from 260deg, rgba(142, 215, 210, 0.52), transparent 26%, transparent);
  animation: hc-radar-sweep 10s linear infinite;
}

.hc-radar::before,
.hc-radar::after,
.hc-radar i,
.hc-radar b {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.hc-radar::before {
  inset: 48% 8%;
  height: 1px;
  background: rgba(142, 215, 210, 0.42);
}

.hc-radar::after {
  inset: 8% 48%;
  width: 1px;
  background: rgba(142, 215, 210, 0.42);
}

.hc-radar i {
  width: 0.56rem;
  height: 0.56rem;
  left: 64%;
  top: 31%;
  background: #f2b46d;
  box-shadow: 0 0 16px rgba(242, 180, 109, 0.75);
}

.hc-radar b {
  width: 1.8rem;
  height: 0.72rem;
  left: 22%;
  top: 59%;
  background: rgba(184, 66, 50, 0.78);
  filter: blur(1px);
}

.hc-return-arc {
  position: relative;
  width: min(8.5rem, 100%);
  aspect-ratio: 2 / 1;
  margin-top: 0.35rem;
  overflow: hidden;
  border-bottom: 1px solid rgba(142, 215, 210, 0.28);
}

.hc-return-arc::before {
  content: "";
  position: absolute;
  inset: 0 8% -82%;
  border: 2px solid rgba(142, 215, 210, 0.72);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  box-shadow: 0 0 18px rgba(142, 215, 210, 0.18);
}

.hc-return-arc i {
  position: absolute;
  left: 66%;
  bottom: 0.08rem;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: #f2b46d;
  box-shadow: 0 0 16px rgba(242, 180, 109, 0.75);
}

.hc-bridge__gauges {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.45rem;
}

.hc-bridge__gauges div {
  --fill: calc(var(--level) * 1%);
  display: grid;
  gap: 0.32rem;
  min-height: 6.7rem;
  padding: 0.62rem;
  border: 1px solid rgba(255, 247, 232, 0.14);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 247, 232, 0.07), rgba(255, 247, 232, 0.03));
}

.hc-bridge__gauges div::before {
  content: "";
  width: 100%;
  height: 0.56rem;
  align-self: end;
  border-radius: 999px;
  background:
    linear-gradient(90deg, #8ed7d2 0 var(--fill), rgba(255, 247, 232, 0.12) var(--fill));
  box-shadow: 0 0 14px rgba(142, 215, 210, 0.2);
}

.hc-bridge__gauges strong {
  color: #fff7e8;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 620;
  line-height: 1;
}

.hc-bridge__controls {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 0.55rem;
  align-items: stretch;
}

.hc-bridge__controls > div {
  padding: 0.72rem;
  border: 1px solid rgba(255, 247, 232, 0.14);
  border-radius: 6px;
  background: rgba(255, 247, 232, 0.06);
}

.hc-bridge__controls strong {
  display: block;
  margin-top: 0.24rem;
  color: #fff7e8;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  font-weight: 620;
  line-height: 1.08;
}

.hc-throttle {
  display: grid;
  grid-template-columns: repeat(3, 0.9rem);
  gap: 0.38rem;
  align-content: end;
  justify-content: center;
  min-width: 5.5rem;
}

.hc-throttle i {
  display: block;
  height: 4.4rem;
  border-radius: 999px;
  background:
    linear-gradient(180deg, #f2b46d 0 22%, rgba(255, 247, 232, 0.16) 22%),
    rgba(255, 247, 232, 0.08);
}

.hc-throttle i:nth-child(2) {
  background:
    linear-gradient(180deg, #8ed7d2 0 44%, rgba(255, 247, 232, 0.16) 44%),
    rgba(255, 247, 232, 0.08);
}

.hc-throttle i:nth-child(3) {
  background:
    linear-gradient(180deg, #b84232 0 14%, rgba(255, 247, 232, 0.16) 14%),
    rgba(255, 247, 232, 0.08);
}

.hc-bridge__trust {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr);
  gap: 0.28rem 0.75rem;
  align-items: center;
  padding: 0.62rem 0.72rem;
  border: 1px solid rgba(255, 247, 232, 0.12);
  border-radius: 6px;
  background: rgba(255, 247, 232, 0.045);
}

.hc-bridge__trust strong {
  color: rgba(255, 247, 232, 0.88);
  font-family: var(--font-sans);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hc-bridge__trust em {
  grid-column: 1 / -1;
  color: rgba(255, 247, 232, 0.62);
  font-size: 0.82rem;
  font-style: normal;
  line-height: 1.35;
}

.hc-livecard {
  display: grid;
  gap: 0.78rem;
  overflow: hidden;
  border: 1px solid rgba(255, 247, 232, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(245, 238, 223, 0.94), rgba(234, 222, 196, 0.92)),
    repeating-linear-gradient(0deg, rgba(16, 23, 22, 0.06) 0 1px, transparent 1px 28px);
  color: #171612;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.3);
  padding: clamp(0.85rem, 1.7vw, 1.15rem);
}

.hc-livecard__top {
  display: grid;
  gap: 0.25rem;
  padding: 0.9rem 0.95rem;
  border: 1px solid rgba(23, 22, 18, 0.14);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(175, 198, 164, 0.42), rgba(168, 200, 199, 0.28)),
    rgba(255, 248, 232, 0.64);
}

.hc-livecard__top span,
.hc-livecard__instruments span,
.hc-livecard__verdict span,
.hc-livecard__source {
  font-family: var(--font-sans);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.25;
  text-transform: uppercase;
}

.hc-livecard__top span {
  color: var(--hc-rust);
}

.hc-livecard__top strong {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3.1vw, 2.3rem);
  font-weight: 620;
  line-height: 1;
}

.hc-livecard__instruments {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(23, 22, 18, 0.12);
  border-radius: 6px;
  background: rgba(23, 22, 18, 0.12);
}

.hc-livecard__instruments div {
  display: grid;
  align-content: start;
  gap: 0.28rem;
  min-height: 8.4rem;
  padding: 0.7rem;
  background: rgba(255, 248, 232, 0.82);
}

.hc-livecard__instruments span {
  color: var(--hc-fjord);
}

.hc-livecard__instruments strong {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 680;
  line-height: 1.08;
}

.hc-livecard__instruments em {
  color: rgba(23, 22, 18, 0.68);
  font-size: 0.84rem;
  font-style: normal;
  line-height: 1.35;
}

.hc-dayline {
  position: relative;
  min-height: 4.8rem;
  border: 1px solid rgba(23, 22, 18, 0.12);
  border-radius: 6px;
  background:
    linear-gradient(90deg, transparent 0 6%, rgba(90, 71, 54, 0.55) 6% 94%, transparent 94%),
    rgba(255, 248, 232, 0.78);
  background-size: 100% 2px, auto;
  background-position: center, 0 0;
  background-repeat: no-repeat;
}

.hc-dayline::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 50%;
  height: 16px;
  transform: translateY(-50%);
  background:
    repeating-linear-gradient(90deg, rgba(90, 71, 54, 0.36) 0 1px, transparent 1px 11.1%);
  pointer-events: none;
}

.hc-dayline span {
  position: absolute;
  left: var(--pos);
  top: 50%;
  transform: translate(-8%, -50%);
  display: inline-grid;
  place-items: center;
  min-height: 30px;
  max-width: 9.6rem;
  padding: 0.28rem 0.45rem;
  border: 1px solid rgba(90, 71, 54, 0.24);
  border-radius: 999px;
  background: #fff8e8;
  color: #5a4736;
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: normal;
}

.hc-waterline {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  min-height: 3.4rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(23, 22, 18, 0.12);
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(168, 200, 199, 0.3), rgba(45, 123, 132, 0.18));
}

.hc-waterline strong {
  position: relative;
  display: block;
  color: #174c59;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.hc-waterline strong::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.42rem;
  height: 2px;
  background: linear-gradient(90deg, rgba(45, 123, 132, 0.2), rgba(45, 123, 132, 0.86), rgba(45, 123, 132, 0.2));
}

.hc-waterline span {
  color: rgba(23, 22, 18, 0.64);
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hc-livecard__verdict {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(23, 22, 18, 0.12);
  border-radius: 6px;
  background: rgba(23, 22, 18, 0.12);
}

.hc-livecard__verdict div {
  display: grid;
  gap: 0.35rem;
  min-height: 6.6rem;
  padding: 0.8rem;
  background: rgba(255, 248, 232, 0.84);
}

.hc-livecard__verdict span {
  color: var(--hc-rust);
}

.hc-livecard__verdict strong {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 660;
  line-height: 1.08;
}

.hc-livecard__source {
  margin: 0;
  color: rgba(23, 22, 18, 0.58);
}

.hc-section {
  padding-block: clamp(3.2rem, 7vw, 6.5rem);
}

.hc-section--tight {
  padding-block: clamp(2.2rem, 4.5vw, 4rem);
}

.hc-clarity {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(1.3rem, 4vw, 3rem);
  align-items: start;
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid var(--hc-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 248, 232, 0.86), rgba(175, 198, 164, 0.23)),
    rgba(255, 248, 232, 0.72);
}

.hc-clarity h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 3.4rem);
  font-weight: 560;
  letter-spacing: 0;
  line-height: 1;
  text-wrap: balance;
}

.hc-clarity__answers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(23, 22, 18, 0.12);
  border-radius: 6px;
  background: rgba(23, 22, 18, 0.12);
}

.hc-clarity__answers article {
  min-height: 11rem;
  padding: clamp(0.9rem, 2vw, 1.15rem);
  background: rgba(255, 248, 232, 0.78);
}

.hc-clarity__answers span {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--hc-rust);
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.hc-clarity__answers strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.12rem, 2vw, 1.4rem);
  font-weight: 660;
  line-height: 1.08;
}

.hc-clarity__answers p {
  margin: 0.55rem 0 0;
  color: var(--hc-muted);
  line-height: 1.52;
}

.hc-section--ink {
  background:
    linear-gradient(180deg, #101716, #19393d);
  color: #fff7e8;
}

.hc-section__head {
  max-width: 820px;
  margin-bottom: clamp(1.5rem, 4vw, 2.7rem);
}

.hc-section__head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 4.2rem);
  font-weight: 560;
  letter-spacing: 0;
  line-height: 1;
  text-wrap: balance;
}

.hc-section__head p:not(.hc-kicker) {
  max-width: 62ch;
  margin: 0.9rem 0 0;
  color: var(--hc-muted);
  font-family: var(--font-display);
  font-size: clamp(1.04rem, 1.5vw, 1.22rem);
  line-height: 1.62;
}

.hc-section--ink .hc-section__head p:not(.hc-kicker),
.hc-section--ink .hc-card p,
.hc-section--ink .hc-card li {
  color: rgba(255, 247, 232, 0.76);
}

.hc-instruments {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--hc-line);
  background: var(--hc-line);
}

.hc-instrument {
  min-height: 13.5rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  background:
    linear-gradient(180deg, rgba(255, 248, 232, 0.84), rgba(242, 231, 209, 0.9));
}

.hc-instrument__mark {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(23, 22, 18, 0.18);
  border-radius: 50%;
  color: var(--hc-paper-strong);
  background: var(--hc-fjord);
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 900;
}

.hc-instrument:nth-child(2) .hc-instrument__mark { background: var(--hc-sea); }
.hc-instrument:nth-child(3) .hc-instrument__mark { background: var(--hc-sage); }
.hc-instrument:nth-child(4) .hc-instrument__mark { background: var(--hc-rust); }
.hc-instrument:nth-child(5) .hc-instrument__mark { background: var(--hc-gold); color: #21180f; }

.hc-instrument h3,
.hc-card h3,
.hc-port h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.22rem, 2vw, 1.55rem);
  font-weight: 620;
  line-height: 1.1;
}

.hc-instrument p {
  margin: 0.7rem 0 0;
  color: var(--hc-muted);
  line-height: 1.58;
}

.hc-mapdesk {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(1.2rem, 3vw, 2.4rem);
  align-items: start;
}

.hc-portnav {
  position: sticky;
  top: 84px;
  display: grid;
  gap: 0.55rem;
  padding: 0.85rem;
  border: 1px solid rgba(255, 247, 232, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 247, 232, 0.08), rgba(255, 247, 232, 0.04)),
    rgba(16, 23, 22, 0.72);
}

.hc-portnav a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: center;
  min-height: 42px;
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(255, 247, 232, 0.1);
  border-radius: 6px;
  color: #fff7e8;
  font-family: var(--font-sans);
  font-weight: 840;
  text-decoration: none;
}

.hc-portnav a span {
  color: #f2b46d;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hc-portnav a:hover,
.hc-portnav a:focus-visible {
  border-color: rgba(242, 180, 109, 0.65);
  background: rgba(255, 247, 232, 0.08);
  outline: none;
}

.hc-ports {
  display: grid;
  gap: clamp(1rem, 2vw, 1.35rem);
}

.hc-port {
  scroll-margin-top: 92px;
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1.38fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 247, 232, 0.14);
  border-radius: 8px;
  background: rgba(255, 247, 232, 0.14);
}

.hc-port__head {
  display: grid;
  align-content: space-between;
  min-height: 22rem;
  padding: clamp(1.1rem, 2.5vw, 1.6rem);
  background:
    linear-gradient(180deg, rgba(16, 23, 22, 0.04), rgba(16, 23, 22, 0.68)),
    var(--hc-photo) center / cover no-repeat;
}

.hc-port__label {
  width: fit-content;
  padding: 0.28rem 0.48rem;
  border: 1px solid rgba(255, 247, 232, 0.3);
  border-radius: 999px;
  color: #fff7e8;
  background: rgba(16, 23, 22, 0.52);
  font-family: var(--font-sans);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hc-port__head h3 {
  color: #fff7e8;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.hc-port__head p {
  max-width: 28ch;
  margin: 0.7rem 0 0;
  color: rgba(255, 247, 232, 0.84);
  font-family: var(--font-display);
  font-size: 1.08rem;
  line-height: 1.45;
}

.hc-port__body {
  display: grid;
  gap: 1px;
  background: rgba(255, 247, 232, 0.12);
}

.hc-readout {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 247, 232, 0.14);
}

.hc-readout span {
  display: grid;
  gap: 0.28rem;
  min-height: 7.8rem;
  padding: 0.8rem;
  background: rgba(16, 23, 22, 0.64);
  color: rgba(255, 247, 232, 0.76);
  font-size: 0.9rem;
  line-height: 1.42;
}

.hc-readout b {
  color: #f2b46d;
  font-family: var(--font-sans);
  font-size: 0.62rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hc-verdict {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 247, 232, 0.14);
}

.hc-verdict div {
  padding: clamp(1rem, 2vw, 1.25rem);
  background: rgba(16, 23, 22, 0.48);
}

.hc-verdict strong {
  display: block;
  color: #fff7e8;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 620;
}

.hc-verdict p {
  margin: 0.45rem 0 0;
  color: rgba(255, 247, 232, 0.76);
  line-height: 1.54;
}

.hc-verdict a {
  color: #f2b46d;
}

.hc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--hc-line);
  background: var(--hc-line);
}

.hc-card {
  min-height: 15rem;
  padding: clamp(1.15rem, 2.4vw, 1.7rem);
  background: rgba(255, 248, 232, 0.78);
}

.hc-card p,
.hc-card li {
  color: var(--hc-muted);
  line-height: 1.62;
}

.hc-card ul {
  display: grid;
  gap: 0.55rem;
  margin: 0.9rem 0 0;
  padding-left: 1.05rem;
}

.hc-opsbar {
  display: grid;
  grid-template-columns: minmax(13rem, 0.9fr) repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-bottom: 0.85rem;
  border: 1px solid rgba(32, 54, 50, 0.16);
  border-radius: 8px;
  background: rgba(32, 54, 50, 0.14);
}

.hc-opsbar label,
.hc-opsbar > div {
  display: grid;
  gap: 0.28rem;
  min-height: 4.3rem;
  align-content: center;
  padding: 0.72rem 0.8rem;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.94), rgba(247, 240, 227, 0.9));
}

.hc-opsbar span {
  color: #315a56;
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hc-opsbar strong,
.hc-opsbar select {
  color: #172421;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  font-weight: 650;
}

.hc-opsbar select {
  min-height: 2.35rem;
  width: 100%;
  border: 1px solid rgba(32, 54, 50, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.45);
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 850;
}

.hc-opsmap {
  display: grid;
  grid-template-columns: minmax(13rem, 0.82fr) minmax(18rem, 1.5fr) minmax(10rem, 0.58fr);
  gap: 1px;
  overflow: hidden;
  margin-bottom: 0.85rem;
  border: 1px solid rgba(142, 215, 210, 0.22);
  border-radius: 8px;
  background: rgba(142, 215, 210, 0.18);
  box-shadow: 0 24px 70px rgba(8, 22, 24, 0.16);
}

.hc-opsmap__panel,
.hc-opsmap__stack,
.hc-opsmap__map {
  min-height: 12.5rem;
  background:
    radial-gradient(circle at 74% 16%, rgba(142, 215, 210, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(7, 20, 24, 0.98), rgba(3, 9, 12, 0.99));
}

.hc-opsmap__panel {
  display: grid;
  align-content: end;
  gap: 0.38rem;
  padding: 1rem;
}

.hc-opsmap__panel span,
.hc-opsmap__stack span {
  color: #8ed7d2;
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hc-opsmap__panel strong {
  color: #fff7e8;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 650;
  line-height: 1;
}

.hc-opsmap__panel em {
  max-width: 24ch;
  color: rgba(255, 247, 232, 0.66);
  font-style: normal;
  line-height: 1.4;
}

.hc-opsmap__map {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent 0 49%, rgba(142, 215, 210, 0.11) 49% 50%, transparent 50%),
    linear-gradient(0deg, transparent 0 49%, rgba(142, 215, 210, 0.11) 49% 50%, transparent 50%),
    radial-gradient(circle at 62% 50%, transparent 0 19%, rgba(142, 215, 210, 0.08) 19.4% 19.9%, transparent 20.2% 37%, rgba(142, 215, 210, 0.08) 37.4% 37.8%, transparent 38%),
    linear-gradient(180deg, rgba(6, 21, 26, 0.98), rgba(3, 9, 12, 0.99));
}

.hc-opsmap__map::before {
  content: "";
  position: absolute;
  left: 30%;
  top: -6%;
  width: 46%;
  height: 112%;
  border: 1px solid rgba(142, 215, 210, 0.24);
  border-radius: 48% 54% 42% 58%;
  background:
    linear-gradient(150deg, rgba(142, 215, 210, 0.16), transparent 44%),
    rgba(142, 215, 210, 0.04);
  transform: rotate(15deg);
}

.hc-opsmap__map::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(112deg, transparent 0 18px, rgba(142, 215, 210, 0.06) 18px 19px),
    linear-gradient(90deg, rgba(3, 9, 12, 0.72), transparent 28%, transparent 72%, rgba(3, 9, 12, 0.72));
}

.hc-opsmap__map i {
  position: absolute;
  z-index: 1;
  left: calc(var(--x) * 1%);
  top: calc(var(--y) * 1%);
  width: 0.86rem;
  height: 0.86rem;
  border: 2px solid rgba(255, 247, 232, 0.78);
  border-radius: 50%;
  background: var(--state);
  box-shadow: 0 0 0 0.35rem color-mix(in srgb, var(--state) 24%, transparent), 0 0 24px color-mix(in srgb, var(--state) 68%, transparent);
  transform: translate(-50%, -50%);
}

.hc-opsmap__map i::after {
  content: attr(data-port);
  position: absolute;
  left: 1rem;
  top: -0.2rem;
  color: rgba(255, 247, 232, 0.68);
  font-family: var(--font-sans);
  font-size: 0.54rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hc-opsmap__stack {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 1px;
  background: rgba(142, 215, 210, 0.18);
}

.hc-opsmap__stack div {
  display: grid;
  align-content: center;
  gap: 0.16rem;
  padding: 0.72rem;
  background: linear-gradient(180deg, rgba(9, 24, 27, 0.96), rgba(3, 9, 12, 0.99));
}

.hc-opsmap__stack strong {
  color: #fff7e8;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 650;
  line-height: 0.95;
}

.hc-datawall {
  overflow-x: auto;
  border: 1px solid rgba(142, 215, 210, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(7, 20, 24, 0.98), rgba(3, 9, 12, 0.99));
  box-shadow: 0 22px 70px rgba(8, 22, 24, 0.18);
}

.hc-datatable {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  color: #fff7e8;
  font-family: var(--font-sans);
}

.hc-datatable th,
.hc-datatable td {
  padding: 0.78rem 0.86rem;
  border-bottom: 1px solid rgba(142, 215, 210, 0.13);
  text-align: left;
  white-space: nowrap;
}

.hc-datatable thead th {
  background: rgba(142, 215, 210, 0.09);
  color: #8ed7d2;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hc-datatable tbody th {
  color: #fff7e8;
  font-weight: 900;
}

.hc-datatable tbody td {
  color: rgba(255, 247, 232, 0.76);
  font-size: 0.88rem;
  font-weight: 760;
}

.hc-datatable td[data-state] {
  font-weight: 940;
}

.hc-datatable td[data-state="ok"] {
  color: #8ed7d2;
}

.hc-datatable td[data-state="watch"] {
  color: #f2b46d;
}

.hc-datatable td[data-state="risk"] {
  color: #ff8b78;
}

.hc-datatable tr:last-child th,
.hc-datatable tr:last-child td {
  border-bottom: 0;
}

.hc-datatable tbody tr {
  cursor: pointer;
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

.hc-datatable tbody tr:hover {
  background: rgba(142, 215, 210, 0.12);
}

.hc-datatable tbody tr[aria-current="true"] {
  box-shadow: inset 3px 0 0 #8ed7d2;
  background: rgba(142, 215, 210, 0.16);
}

.hc-sourcebar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1.2rem;
}

.hc-sourcebar span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0.34rem 0.56rem;
  border: 1px solid rgba(23, 22, 18, 0.16);
  border-radius: 999px;
  color: var(--hc-muted);
  background: rgba(255, 255, 255, 0.24);
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hc-faq {
  display: grid;
  gap: 0.65rem;
}

.hc-faq details {
  border: 1px solid var(--hc-line);
  border-radius: 8px;
  background: rgba(255, 248, 232, 0.74);
}

.hc-faq summary {
  cursor: pointer;
  padding: 1rem 1.1rem;
  font-family: var(--font-display);
  font-size: clamp(1.12rem, 2vw, 1.38rem);
  font-weight: 620;
}

.hc-faq p {
  margin: 0;
  padding: 0 1.1rem 1.1rem;
  color: var(--hc-muted);
  line-height: 1.62;
}

@keyframes hc-live-pulse {
  0%,
  100% {
    opacity: 0.64;
    transform: scale(0.84);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes hc-water-breathe {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

@keyframes hc-radar-sweep {
  to {
    rotate: 360deg;
  }
}

@media (max-width: 1080px) {
  .hc-hero__grid,
  .hc-mapdesk,
  .hc-port,
  .hc-clarity {
    grid-template-columns: 1fr;
  }

  .hc-portnav {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hc-instruments,
  .hc-readout,
  .hc-livecard__instruments,
  .hc-bridge__screens,
  .hc-bridge__gauges,
  .hc-bridge__core,
  .hc-bridge__summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hc-core {
    grid-column: 1 / -1;
  }

  .hc-bridge__screens .hc-screen--route {
    grid-column: 1 / -1;
  }

  .hc-grid {
    grid-template-columns: 1fr;
  }

  .hc-opsbar {
    grid-template-columns: 1fr;
  }

  .hc-opsmap {
    grid-template-columns: 1fr;
  }

  .hc-opsmap__panel,
  .hc-opsmap__stack,
  .hc-opsmap__map {
    min-height: 9rem;
  }

  .hc-opsmap__stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
  }
}

@media (max-width: 720px) {
  .hc-hero {
    min-height: auto;
    padding-top: 4rem;
    background:
      linear-gradient(180deg, rgba(16, 23, 22, 0.78), rgba(16, 23, 22, 0.52), rgba(16, 23, 22, 0.76)),
      url("/public/assets/curated/motifs/maps/nordroute-master.webp") center / cover no-repeat;
  }

  .hc-hero h1 {
    max-width: 9ch;
  }

  .hc-button {
    width: 100%;
  }

  .hc-portnav,
  .hc-readout,
  .hc-verdict,
  .hc-instruments,
  .hc-livecard__instruments,
  .hc-livecard__verdict,
  .hc-clarity__answers,
  .hc-waterline,
  .hc-bridge__windows,
  .hc-bridge__essence,
  .hc-bridge__core,
  .hc-bridge__raw,
  .hc-bridge__screens,
  .hc-bridge__gauges,
  .hc-bridge__ports,
  .hc-bridge__summary,
  .hc-bridge__shipfeed,
  .hc-bridge__controls,
  .hc-bridge__status,
  .hc-bridge__trust {
    grid-template-columns: 1fr;
  }

  .hc-bridge__windows {
    min-height: auto;
  }

  .hc-hero__grid > div:first-child {
    order: 2;
  }

  .hc-bridge {
    order: 1;
    margin-top: 0.8rem;
  }

  .hc-bridge__window {
    min-height: 7.2rem;
  }

  .hc-bridge__screens .hc-screen--route {
    grid-column: auto;
  }

  .hc-bridge__gauges div,
  .hc-screen {
    min-height: auto;
  }

  .hc-bridge__trust em {
    grid-column: auto;
  }

  .hc-bridge__raw div {
    min-height: 3.7rem;
  }

  .hc-core,
  .hc-mini {
    min-height: 7.15rem;
  }

  .hc-core {
    grid-column: auto;
  }

  .hc-dayline {
    display: grid;
    gap: 0.4rem;
    min-height: auto;
    padding: 0.65rem;
    background: rgba(255, 248, 232, 0.78);
  }

  .hc-dayline::before {
    display: none;
  }

  .hc-dayline span {
    position: static;
    transform: none;
    max-width: none;
    width: 100%;
    justify-content: start;
    text-align: left;
  }

  .hc-waterline {
    gap: 0.35rem;
    text-align: center;
  }

  .hc-waterline strong::before {
    display: none;
  }

  .hc-port__head {
    min-height: 18rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hc-core span i,
  .hc-tide i,
  .hc-radar {
    animation: none;
  }
}

