@font-face {
    font-family: "MontBold";
    src: url("../fonts/Mont-Bold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MontRegular";
    src: url("../fonts/Mont-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MontThinItalic";
    src: url("../fonts/Mont-ThinItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

:root {
    --deep: #071d2f;
    --navy: #104b73;
    --cyan: #05a9d7;
    --cyan-strong: #00b9e6;
    --orange: #ff6633;
    --white: #ffffff;
    --paper: #eef2f6;
    --ink: #1f2937;
}

* { box-sizing: border-box; }

html,
body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    overflow: hidden;
    background: var(--deep);
    color: var(--white);
    font-family: "MontRegular", Arial, Helvetica, sans-serif;
}

.news-shell {
    width: 100vw;
    height: 100vh;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 14% 8%, rgba(5, 169, 215, .22), transparent 34vw),
        linear-gradient(135deg, #061a2b 0%, #0d3c5f 52%, #061a2b 100%);
    padding: clamp(18px, 2.6vw, 42px);
}

.news-board {
    width: min(177.777vh, 100vw);
    aspect-ratio: 16 / 9;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: clamp(12px, 1.2vw, 22px);
    position: relative;
}

.back-hotspot {
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 20;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: rgba(255,255,255,.62);
    text-decoration: none;
    background: rgba(0,0,0,.2);
    opacity: .25;
    transition: opacity 160ms ease, background 160ms ease;
}

.back-hotspot:hover {
    opacity: 1;
    background: rgba(0,0,0,.42);
}

.news-header {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
    gap: clamp(20px, 3vw, 52px);
}

.news-title h1 {
    margin: 0;
    font-family: "MontBold", Arial, sans-serif;
    font-size: clamp(42px, 5vw, 86px);
    letter-spacing: -.055em;
    line-height: .95;
    text-shadow: 0 3px 0 rgba(0,0,0,.22);
}

.news-title p {
    margin: .22em 0 0;
    font-size: clamp(26px, 3vw, 52px);
    line-height: 1.05;
    opacity: .94;
}

.news-brand {
    min-width: clamp(190px, 18vw, 320px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.news-brand img {
    width: clamp(190px, 18vw, 320px);
    max-height: 110px;
    object-fit: contain;
}

.brand-fallback {
    display: none;
    text-align: right;
    color: var(--white);
    font-family: "MontBold", Arial, sans-serif;
    font-size: clamp(22px, 2.8vw, 42px);
    line-height: .9;
}

.brand-fallback span {
    display: block;
    font-family: "MontRegular", Arial, sans-serif;
    font-size: .52em;
}

.news-stage {
    position: relative;
    min-height: 0;
    border-radius: clamp(22px, 2vw, 36px);
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(0,0,0,.34);
    background:
        linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.03)),
        #0e4970;
}

.news-slide {
    width: 100%;
    height: 100%;
    min-height: 0;
    position: relative;
    display: grid;
    align-items: center;
    padding: clamp(44px, 5vw, 92px);
    isolation: isolate;
    animation: slideIn 560ms ease both;
}

.news-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background:
        radial-gradient(circle at 84% 18%, rgba(255,255,255,.14), transparent 22vw),
        linear-gradient(135deg, #0f5581 0%, #083456 100%);
}

.news-slide.has-image {
    align-items: end;
    padding: clamp(38px, 4.2vw, 76px);
}

.news-slide-bg {
    position: absolute;
    inset: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    filter: saturate(1.02) contrast(1.02);
}

.news-slide.has-image::before {
    background: #083456;
}

.news-slide.has-image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(6,26,43,.88) 0%, rgba(6,26,43,.52) 42%, rgba(6,26,43,.08) 100%),
        linear-gradient(0deg, rgba(6,26,43,.92) 0%, rgba(6,26,43,.06) 56%);
}

.news-slide.is-empty {
    background: #0f4d75;
}

.news-copy {
    max-width: min(980px, 82%);
    padding: clamp(26px, 2.2vw, 42px);
    border-radius: clamp(22px, 2vw, 34px);
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(8px);
}

.news-slide:not(.has-image) .news-copy {
    background: transparent;
    border: 0;
    padding: 0;
    max-width: 1180px;
}

.news-kicker {
    margin: 0 0 .45em;
    color: #7dd3fc;
    font-family: "MontBold", Arial, sans-serif;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: clamp(14px, 1.3vw, 22px);
}

.news-copy h2 {
    margin: 0;
    font-family: "MontBold", Arial, sans-serif;
    font-size: clamp(46px, 5.7vw, 102px);
    line-height: .95;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.news-copy p:not(.news-kicker) {
    max-width: 1050px;
    margin: .72em 0 0;
    font-size: clamp(24px, 2.7vw, 48px);
    line-height: 1.18;
    text-wrap: balance;
}

.news-controls {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
}

.news-progress {
    width: 100%;
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
}

.news-progress span {
    display: block;
    width: 0%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--cyan), var(--orange));
}

.news-progress span.is-running {
    animation-name: progressFill;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.news-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: rgba(255,255,255,.78);
    font-size: clamp(13px, 1vw, 18px);
}

.status-dot::before {
    content: "";
    display: inline-block;
    width: .7em;
    height: .7em;
    margin-right: .45em;
    border-radius: 50%;
    background: #facc15;
}

.status-dot.is-online::before { background: #34d399; }
.status-dot.is-error::before { background: #f87171; }
.status-dot.is-loading::before { background: #facc15; }

.news-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    min-height: 12px;
}

.news-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.34);
}

.news-dot.is-active {
    width: 34px;
    background: var(--cyan);
}

@keyframes slideIn {
    from { opacity: 0; transform: scale(1.012); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes progressFill {
    from { width: 0%; }
    to { width: 100%; }
}

@media (max-aspect-ratio: 16/9) {
    .news-board {
        width: 100vw;
        height: calc(100vw * 9 / 16);
    }
}


.news-slide.is-image-only {
    padding: 0;
    align-items: stretch;
    background: #061a2b;
    overflow: hidden;
}

.news-slide.is-image-only::before {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(6,26,43,.62) 0%, rgba(6,26,43,.16) 28%, rgba(6,26,43,.16) 72%, rgba(6,26,43,.62) 100%),
        linear-gradient(0deg, rgba(6,26,43,.42), rgba(6,26,43,.08));
}

.news-slide.is-image-only::after {
    display: none;
}

.news-slide-backdrop,
.news-slide-image {
    position: absolute;
    display: block;
}

.news-slide-backdrop {
    inset: -38px;
    z-index: -2;
    width: calc(100% + 76px);
    height: calc(100% + 76px);
    object-fit: cover;
    object-position: center center;
    transform: scale(1.04);
    filter: blur(24px) saturate(1.08) brightness(.72);
}

.news-slide-image {
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    filter: none;
    transform: none;
}

.fullscreen-hotspot {
  position: fixed;
  top: 14px;
  left: 58px;
  z-index: 1000;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(0, 25, 45, .4);
  color: rgba(255,255,255,.72);
  font-size: 18px;
  cursor: pointer;
  opacity: .35;
  transition: opacity .2s ease, background .2s ease;
}
.fullscreen-hotspot:hover { opacity: 1; background: rgba(0, 25, 45, .78); }
