/* NR2026 Marine Weather Intelligence — scoped under .weather
   scaled 120% from source for 100% system DPI */
.weather {
  --brand: #237fa3;
  --brand-dark: #155f7d;
  --aqua: #1be3e5;
  --aqua-dark: #00a9c8;
  --ink: #000033;
  --text: #526675;
  --muted: #83939e;
  --pale: #ebf2f6;
  --pale-2: #f7fafc;
  --line: #d9e5eb;
  --white: #fff;
  --black: #050505;
  --orange: #ff6545;
  --lime: #a9d93d;
  --deep: #062a3c;
  --container: 1344px;
  --shadow: 0 28.8px 72px rgba(32, 78, 98, .14);
  color: var(--ink);
  background: var(--white);
  font-family: "PingFang SC", "Microsoft YaHei", "Microsoft YaHei UI", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.weather *,
.weather *::before,
.weather *::after { box-sizing: border-box; }

.weather img { display: block; max-width: 100%; }
.weather a { color: inherit; text-decoration: none; }
.weather button, .weather a { -webkit-tap-highlight-color: transparent; }

body.page-weather { scroll-behavior: smooth; scroll-padding-top: 96px; }
body.page-weather .hadheight { display: block; height: 0; }
body.page-weather footer.fotbox { border-top: 1px solid #c5d5de; }

.weather .container {
      width: min(calc(100% - 57.6px), var(--container));
      margin-inline: auto;
    }

.weather .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14.4px;
  min-height: 52.8px;
  padding: 0 28.8px;
  border: 1.2px solid transparent;
  border-radius: 7.2px;
  font-size: 16.8px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.weather .button--dark {
  color: var(--white);
  background: var(--black);
}

.weather .button--outline {
  color: var(--brand);
  background: rgba(255, 255, 255, .78);
  border-color: var(--brand);
}

.weather .button:hover {
  transform: translateY(-2.4px);
  box-shadow: 0 14.4px 28.8px rgba(21, 68, 88, .14);
}

.weather .dot {
  width: 9.6px;
  height: 9.6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--aqua);
}
.weather .hero {
      position: relative;
      min-height: 924px;
      padding: 172.8px 0 96px;
      overflow: hidden;
      background:
        radial-gradient(circle at 91% 18%, rgba(27, 227, 229, .22) 0 132px, transparent 133.2px),
        linear-gradient(132deg, var(--pale) 0 61%, #e3eef3 61% 100%);
    }
.weather .hero::before {
      content: "";
      position: absolute;
      inset: 84px 0 0 46%;
      opacity: .42;
      background-image:
        linear-gradient(rgba(35, 127, 163, .18) 1.2px, transparent 1.2px),
        linear-gradient(90deg, rgba(35, 127, 163, .18) 1.2px, transparent 1.2px);
      background-size: 84px 76.8px;
      mask-image: linear-gradient(90deg, transparent, #000 20%);
    }
.weather .hero-inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(468px, .78fr) minmax(756px, 1.22fr);
      align-items: center;
      gap: 57.6px;
    }
.weather .eyebrow {
      display: inline-flex;
      flex-direction: column;
      gap: 10.8px;
      color: var(--brand);
      font: 13.2px/1.4 Arial, sans-serif;
      text-transform: uppercase;
    }
.weather .eyebrow::after { content: ""; width: 50.4px; height: 4.8px; border-radius: 118.8px; background: var(--aqua); }
.weather .hero h1 {
      margin: 33.6px 0 24px;
      font-size: clamp(62.4px, 5vw, 86.4px);
      font-weight: 600;
      line-height: 1;
      letter-spacing: -.045em;
    }
.weather .hero h1 span { display: block; margin-top: 14.4px; font-size: .47em; letter-spacing: -.025em; line-height: 1.18; }
.weather .hero-lead { margin: 0 0 15.6px; font-size: 25.2px; font-weight: 600; }
.weather .hero-copy { max-width: 624px; margin: 0; color: var(--text); font-size: 18px; }
.weather .hero-actions { display: flex; flex-wrap: wrap; gap: 16.8px; margin-top: 40.8px; }
.weather .metrics {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14.4px;
      margin-top: 52.8px;
    }
.weather .metric { min-width: 0; padding-left: 15.6px; border-left: 1.2px solid rgba(35, 127, 163, .45); }
.weather .metric strong, .weather .metric span { display: block; }
.weather .metric strong { font-size: 15.6px; }
.weather .metric span { margin-top: 3.6px; color: var(--muted); font: 9.6px/1.45 Arial, sans-serif; white-space: nowrap; }
.weather .hero-visual { position: relative; min-height: 600px; }
.weather .browser-window {
      position: absolute;
      top: 40.8px;
      right: -60px;
      width: min(912px, 120%);
      overflow: hidden;
      border: 8.4px solid rgba(255, 255, 255, .94);
      border-radius: 19.2px;
      background: var(--white);
      box-shadow: 0 33.6px 84px rgba(32, 78, 98, .19);
    }
.weather .browser-bar {
      position: relative;
      height: 40.8px;
      display: flex;
      align-items: center;
      gap: 10.8px;
      padding: 0 19.2px;
      background: #f5f8fa;
    }
.weather .browser-dot { width: 9.6px; height: 9.6px; border-radius: 50%; }
.weather .browser-dot:nth-child(1) { background: #ff746c; }
.weather .browser-dot:nth-child(2) { background: #ffcb43; }
.weather .browser-dot:nth-child(3) { background: #39c16c; }
.weather .browser-address {
      position: absolute;
      left: 50%;
      top: 9.6px;
      width: 48%;
      height: 21.6px;
      padding-top: 2.4px;
      border-radius: 12px;
      color: #9da9af;
      background: var(--white);
      transform: translateX(-50%);
      text-align: center;
      font: 9.6px/1.7 Arial, sans-serif;
    }
.weather .browser-window > img { width: 100%; aspect-ratio: 1.665 / 1; object-fit: cover; object-position: center; }
.weather .visual-label {
      position: absolute;
      left: 21.6px;
      bottom: 21.6px;
      z-index: 2;
      display: inline-flex;
      align-items: center;
      gap: 10.8px;
      padding: 9.6px 14.4px;
      border: 1.2px solid rgba(255, 255, 255, .34);
      border-radius: 6px;
      color: var(--white);
      background: rgba(0, 26, 63, .76);
      backdrop-filter: blur(8.4px);
      font-size: 12px;
    }
.weather .weather-badge {
      position: absolute;
      right: -10px;
      top: 7.2px;
      z-index: 3;
      padding: 12px 15.6px;
      border: 1.2px solid rgba(35, 127, 163, .25);
      border-radius: 8.4px;
      color: var(--brand-dark);
      background: rgba(255, 255, 255, .95);
      box-shadow: 0 14.4px 33.6px rgba(32, 78, 98, .14);
      font: 700 10.8px/1.4 Arial, sans-serif;
      letter-spacing: .05em;
    }
.weather .demo-note { position: absolute; right: 21.6px; bottom: 21.6px; z-index: 2; color: rgba(255, 255, 255, .72); font-size: 10.8px; }
.weather .section { position: relative; padding: 115.2px 0; }
.weather .section--pale { background: var(--pale); }
.weather .section-heading { max-width: 1020px; margin-bottom: 48px; }
.weather .section-heading h2 {
      margin: 31.2px 0 16.8px;
      font-size: clamp(43.2px, 4vw, 60px);
      font-weight: 600;
      line-height: 1.16;
      letter-spacing: -.035em;
    }
.weather .section-heading p { margin: 0; color: var(--text); font-size: 19.2px; }
.weather .capability-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 21.6px;
    }
.weather .capability-card {
      overflow: hidden;
      border: 1.2px solid var(--line);
      border-radius: 16.8px;
      background: var(--white);
      box-shadow: 0 14.4px 36px rgba(42, 81, 99, .07);
      transition: transform .25s ease, box-shadow .25s ease;
    }
.weather .capability-card:hover { transform: translateY(-5px); box-shadow: 0 24px 48px rgba(42, 81, 99, .12); }
.weather .card-media {
      position: relative;
      overflow: hidden;
      border-bottom: 1.2px solid var(--line);
      background: #062947;
    }
.weather .card-media img { width: 100%; aspect-ratio: 1.777 / 1; object-fit: cover; transition: transform .55s ease; }
.weather .capability-card:hover .card-media img { transform: scale(1.025); }
.weather .card-kicker {
      position: absolute;
      left: 15.6px;
      bottom: 15.6px;
      padding: 7.2px 10.8px;
      border: 1.2px solid rgba(255, 255, 255, .25);
      border-radius: 4.8px;
      color: var(--white);
      background: rgba(0, 26, 63, .76);
      backdrop-filter: blur(7.2px);
      font: 700 9.6px/1.3 Arial, sans-serif;
      letter-spacing: .08em;
    }
.weather .card-body { padding: 30px 28.8px 31.2px; }
.weather .card-index { display: flex; align-items: center; gap: 12px; color: var(--brand); font: 700 10.8px/1 Arial, sans-serif; letter-spacing: .1em; }
.weather .card-index::after { content: ""; width: 36px; height: 3.6px; border-radius: 118.8px; background: var(--aqua); }
.weather .card-body h3 { margin: 24px 0 9.6px; font-size: 22.8px; }
.weather .card-body p { margin: 0; color: var(--text); font-size: 15.6px; line-height: 1.75; }
.weather .card-tags { display: flex; flex-wrap: wrap; gap: 8.4px; margin-top: 20.4px; }
.weather .card-tags span { padding: 6px 9.6px; border: 1.2px solid #c8dfe8; border-radius: 6px; color: var(--brand-dark); background: var(--pale-2); font-size: 12px; }
.weather .linkage-layout {
      display: grid;
      grid-template-columns: .72fr 1.28fr;
      align-items: center;
      gap: 74.4px;
    }
.weather .feature-copy h2, .weather .decision-heading h2 {
      margin: 31.2px 0 18px;
      font-size: clamp(43.2px, 4vw, 60px);
      font-weight: 600;
      line-height: 1.15;
      letter-spacing: -.04em;
    }
.weather .feature-copy > p, .weather .decision-heading > p { margin: 0; color: var(--text); font-size: 18px; line-height: 1.8; }
.weather .feature-list { margin: 36px 0 0; padding: 0; list-style: none; border-top: 1.2px solid #cbdde5; }
.weather .feature-list li { display: grid; grid-template-columns: 40.8px 1fr; gap: 15.6px; padding: 20.4px 0; border-bottom: 1.2px solid #cbdde5; }
.weather .feature-list span { color: var(--brand); font: 700 12px/1.7 Arial, sans-serif; }
.weather .feature-list strong, .weather .feature-list small { display: block; }
.weather .feature-list strong { font-size: 18px; }
.weather .feature-list small { margin-top: 2.4px; color: var(--muted); font-size: 13.2px; }
.weather .linkage-stage { position: relative; min-height: 648px; }
.weather .stage-main, .weather .stage-secondary {
      position: absolute;
      margin: 0;
      overflow: hidden;
      border: 7.2px solid rgba(255, 255, 255, .96);
      border-radius: 16.8px;
      background: #052a49;
      box-shadow: var(--shadow);
    }
.weather .stage-main { top: 0; right: 0; width: 92%; }
.weather .stage-secondary { left: 0; bottom: 0; z-index: 2; width: 65%; }
.weather .stage-main img, .weather .stage-secondary img { width: 100%; aspect-ratio: 1.777 / 1; object-fit: cover; }
.weather .stage-main figcaption, .weather .stage-secondary figcaption, .weather .forecast-card figcaption, .weather .decision-visual figcaption {
      position: absolute;
      left: 15.6px;
      bottom: 15.6px;
      padding: 8.4px 13.2px;
      border-radius: 6px;
      color: var(--white);
      background: rgba(0, 26, 63, .76);
      backdrop-filter: blur(7.2px);
      font-size: 12px;
    }
.weather .sync-badge {
      position: absolute;
      right: 16.8px;
      top: 16.8px;
      z-index: 3;
      display: flex;
      align-items: center;
      gap: 9.6px;
      padding: 9.6px 12px;
      border-radius: 6px;
      color: var(--ink);
      background: rgba(255, 255, 255, .92);
      box-shadow: 0 9.6px 24px rgba(0, 26, 63, .15);
      font-size: 12px;
    }
.weather .sync-badge::before { content: ""; width: 9.6px; height: 9.6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4.8px rgba(169, 217, 61, .18); }
.weather .forecast-heading {
      display: grid;
      grid-template-columns: 1fr minmax(396px, .65fr);
      align-items: end;
      gap: 72px;
      margin-bottom: 45.6px;
    }
.weather .forecast-heading h2 { margin: 31.2px 0 0; font-size: clamp(43.2px, 4vw, 60px); font-weight: 600; line-height: 1.15; letter-spacing: -.04em; }
.weather .forecast-heading p { margin: 0; color: var(--text); font-size: 18px; line-height: 1.8; }
.weather .forecast-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 21.6px; }
.weather .forecast-card {
      position: relative;
      margin: 0;
      overflow: hidden;
      border: 7.2px solid var(--white);
      border-radius: 16.8px;
      background: #052a49;
      box-shadow: 0 19.2px 45.6px rgba(42, 81, 99, .1);
    }
.weather .forecast-card img { width: 100%; aspect-ratio: 1.777 / 1; object-fit: cover; transition: transform .55s ease; }
.weather .forecast-card:hover img { transform: scale(1.02); }
.weather .forecast-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19.2px; margin-top: 24px; }
.weather .forecast-note { padding: 21.6px 24px; border-left: 1.2px solid rgba(35, 127, 163, .4); background: linear-gradient(90deg, rgba(235, 242, 246, .8), transparent); }
.weather .forecast-note strong, .weather .forecast-note span { display: block; }
.weather .forecast-note strong { font-size: 16.8px; }
.weather .forecast-note span { margin-top: 3.6px; color: var(--muted); font-size: 13.2px; }
.weather .decision-heading {
      display: grid;
      grid-template-columns: 1fr minmax(420px, .68fr);
      align-items: end;
      gap: 72px;
      margin-bottom: 45.6px;
    }
.weather .decision-heading h2 { margin-bottom: 0; }
.weather .workflow-steps {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      margin-bottom: 28.8px;
      overflow: hidden;
      border: 1.2px solid #cbdfe8;
      border-radius: 14.4px;
      background: rgba(255, 255, 255, .66);
    }
.weather .workflow-step { position: relative; padding: 24px 21.6px; border-right: 1.2px solid #cbdfe8; }
.weather .workflow-step:last-child { border-right: 0; }
.weather .workflow-step:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -7px; top: 32.4px; color: var(--brand); background: var(--pale); font: 18px/1 Arial, sans-serif; }
.weather .workflow-step small, .weather .workflow-step strong { display: block; }
.weather .workflow-step small { color: var(--brand); font: 700 10.8px/1 Arial, sans-serif; letter-spacing: .08em; }
.weather .workflow-step strong { margin-top: 10.8px; font-size: 15.6px; }
.weather .decision-layout { display: grid; grid-template-columns: 1.3fr .7fr; align-items: stretch; gap: 24px; }
.weather .decision-visual {
      position: relative;
      min-width: 0;
      margin: 0;
      overflow: hidden;
      border: 7.2px solid rgba(255, 255, 255, .95);
      border-radius: 16.8px;
      background: #052a49;
      box-shadow: var(--shadow);
    }
.weather .decision-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.weather .risk-panel {
      position: relative;
      overflow: hidden;
      padding: 33.6px;
      border: 1.2px solid rgba(27, 227, 229, .18);
      border-radius: 16.8px;
      color: var(--white);
      background: var(--deep);
      box-shadow: var(--shadow);
    }
.weather .risk-panel::after { content: ""; position: absolute; width: 288px; height: 288px; right: -125px; top: -120px; border: 1.2px solid rgba(27, 227, 229, .18); border-radius: 50%; }
.weather .risk-panel small { color: #83dcf0; font: 700 10.8px/1.5 Arial, sans-serif; letter-spacing: .1em; }
.weather .risk-score-row { display: flex; align-items: center; gap: 24px; margin: 28.8px 0 26.4px; }
.weather .risk-score {
      width: 110.4px;
      height: 110.4px;
      flex: 0 0 auto;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: radial-gradient(circle at center, var(--deep) 56%, transparent 57%), conic-gradient(var(--orange) 0 82%, rgba(255, 255, 255, .15) 82%);
    }
.weather .risk-score strong { font: 600 33.6px/1 Arial, sans-serif; }
.weather .risk-level strong, .weather .risk-level span { display: block; }
.weather .risk-level strong { color: #ff765d; font-size: 25.2px; }
.weather .risk-level span { margin-top: 3.6px; color: rgba(255, 255, 255, .64); font-size: 13.2px; }
.weather .risk-points { margin: 0; padding: 0; list-style: none; border-top: 1.2px solid rgba(255, 255, 255, .13); }
.weather .risk-points li { position: relative; padding: 18px 0 18px 28.8px; border-bottom: 1.2px solid rgba(255, 255, 255, .13); color: rgba(255, 255, 255, .78); font-size: 14.4px; line-height: 1.65; }
.weather .risk-points li::before { content: ""; position: absolute; left: 1.2px; top: 26.4px; width: 9.6px; height: 9.6px; border-radius: 50%; background: var(--aqua); }
.weather .risk-points li:nth-child(2)::before { background: var(--lime); }
.weather .risk-points li:nth-child(3)::before { background: var(--orange); }
.weather .contact-section {
      position: relative;
      overflow: hidden;
      padding: 115.2px 0;
      color: var(--white);
      background: var(--deep);
    }
.weather .contact-section::before, .weather .contact-section::after { content: ""; position: absolute; border: 1.2px solid rgba(27, 227, 229, .24); border-radius: 50%; }
.weather .contact-section::before { width: 504px; height: 504px; right: -120px; top: -190px; }
.weather .contact-section::after { width: 372px; height: 372px; right: -65px; top: -135px; }
.weather .contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 64.8px; }
.weather .contact-copy .eyebrow { color: #83dcf0; }
.weather .contact-copy h2 { margin: 30px 0 16.8px; font-size: clamp(40.8px, 4vw, 60px); line-height: 1.16; }
.weather .contact-copy > p { max-width: 864px; margin: 0; color: rgba(255, 255, 255, .72); }
.weather .contact-tags { display: flex; flex-wrap: wrap; gap: 10.8px; margin-top: 31.2px; }
.weather .contact-tags span { padding: 8.4px 13.2px; border: 1.2px solid rgba(255, 255, 255, .16); border-radius: 7.2px; color: rgba(255, 255, 255, .84); background: rgba(255, 255, 255, .055); font-size: 14.4px; }
.weather .contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14.4px 33.6px; margin-top: 32.4px; }
.weather .contact-actions .button { color: var(--ink); background: var(--white); }
.weather .contact-link { color: rgba(255, 255, 255, .88); font-size: 16.8px; }
.weather .qr-card { width: 196.8px; padding: 18px; border-radius: 13.2px; color: var(--ink); background: var(--white); text-align: center; box-shadow: 0 24px 60px rgba(0, 0, 0, .18); }
.weather .qr-card img { width: 160.8px; height: 160.8px; margin: auto; }
.weather .qr-card span { display: block; margin-top: 9.6px; font-size: 14.4px; }
.weather .reveal { opacity: 0; transform: translateY(31.2px); transition: opacity .7s ease, transform .7s ease; }
.weather .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {.weather *, .weather *::before, .weather *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
.weather .reveal { opacity: 1; transform: none; }}
@media (max-width: 1248px) {.weather .hero-inner { grid-template-columns: 1fr; }
.weather .hero-copy { max-width: 816px; }
.weather .hero-visual { min-height: 708px; }
.weather .browser-window { left: 0; right: auto; width: min(100%, 960px); }
.weather .weather-badge { left: 876px; right: auto; }
.weather .capability-grid { grid-template-columns: 1fr 1fr; }
.weather .capability-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 10.8px); }
.weather .linkage-layout { grid-template-columns: 1fr; gap: 50.4px; }
.weather .linkage-stage { width: min(100%, 984px); }
.weather .decision-layout { grid-template-columns: 1fr; }
.weather .decision-visual { aspect-ratio: 1.777 / 1; }
.weather .risk-panel { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 31.2px; }
.weather .risk-panel > small { position: absolute; left: 33.6px; top: 28.8px; }
.weather .risk-score-row { margin-top: 40.8px; }}
@media (max-width: 984px) {.weather .container { width: min(calc(100% - 43.2px), var(--container)); }
.weather .hero { padding-top: 146.4px; }
.weather .hero h1 { font-size: 60px; }
.weather .metrics { max-width: 744px; }
.weather .weather-badge { display: none; }
.weather .section, .weather .contact-section { padding: 98.4px 0; }
.weather .capability-grid { grid-template-columns: 1fr; }
.weather .capability-card:last-child { grid-column: auto; max-width: none; }
.weather .forecast-heading, .weather .decision-heading { grid-template-columns: 1fr; gap: 21.6px; }
.weather .forecast-grid { grid-template-columns: 1fr; }
.weather .forecast-notes { grid-template-columns: 1fr; }
.weather .workflow-steps { grid-template-columns: 1fr; }
.weather .workflow-step { border-right: 0; border-bottom: 1.2px solid #cbdfe8; }
.weather .workflow-step:last-child { border-bottom: 0; }
.weather .workflow-step:not(:last-child)::after { right: 28.8px; top: auto; bottom: -8px; transform: rotate(90deg); }
.weather .risk-panel { display: block; }
.weather .risk-panel > small { position: static; }
.weather .risk-score-row { margin-top: 28.8px; }
.weather .contact-grid { grid-template-columns: 1fr; }}
@media (max-width: 672px) {.weather .hero { min-height: auto; padding-bottom: 64.8px; }
.weather .hero h1 { font-size: 50.4px; }
.weather .hero h1 span { font-size: .52em; }
.weather .hero-lead { font-size: 21.6px; }
.weather .hero-copy { font-size: 16.8px; }
.weather .hero-actions { flex-direction: column; }
.weather .button { width: 100%; }
.weather .metrics { grid-template-columns: 1fr; max-width: 348px; }
.weather .hero-visual { min-height: 372px; margin-top: 12px; }
.weather .browser-window { width: 100%; border-width: 6px; }
.weather .visual-label { left: 12px; bottom: 12px; font-size: 9.6px; }
.weather .demo-note { display: none; }
.weather .section, .weather .contact-section { padding: 86.4px 0; }
.weather .section-heading h2, .weather .feature-copy h2, .weather .forecast-heading h2, .weather .decision-heading h2, .weather .contact-copy h2 { font-size: 40.8px; }
.weather .card-body { padding: 26.4px 24px 28.8px; }
.weather .linkage-stage { min-height: 0; display: grid; gap: 16.8px; }
.weather .stage-main, .weather .stage-secondary { position: relative; inset: auto; width: 100%; border-width: 4.8px; }
.weather .forecast-card, .weather .decision-visual { border-width: 4.8px; }
.weather .decision-visual { aspect-ratio: auto; }
.weather .decision-visual img { height: auto; }
.weather .risk-panel { padding: 28.8px 26.4px; }
.weather .contact-actions { align-items: flex-start; flex-direction: column; }}