/* Publisher pages only. Weather retains its independent styles.css. */
.publisher {
  --site-bg: #070d14;
  --site-panel: #0e1924;
  --site-text: #f0f5fa;
  --site-muted: #afbecd;
  --site-accent: #8bcdff;
  --site-line: #2b3d4d;
  margin: 0;
  min-height: 100vh;
  background: var(--site-bg);
  color: var(--site-text);
  font: 1rem/1.65 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-text-size-adjust: 100%;
}
.publisher *, .publisher *::before, .publisher *::after { box-sizing: border-box; }
.publisher .wrap { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.publisher a { color: inherit; text-underline-offset: .25em; }
.publisher a:hover { color: var(--site-accent); }
.publisher a:focus-visible, .publisher [tabindex]:focus-visible { outline: 3px solid #ffd17a; outline-offset: 6px; border-radius: 3px; }
.publisher .hero { padding: 76px 0 64px; max-width: 890px; }
.publisher .eyebrow { margin: 0 0 18px; color: var(--site-accent); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.publisher h1, .publisher h2, .publisher h3 { color: var(--site-text); text-wrap: balance; }
.publisher h1 { max-width: 870px; margin: 0 0 26px; font-size: clamp(2.5rem, 5.5vw, 4.7rem); line-height: 1.06; letter-spacing: -.055em; font-weight: 620; }
.publisher h2 { margin: 0 0 18px; font-size: clamp(1.6rem, 2.6vw, 2.15rem); line-height: 1.2; letter-spacing: -.035em; font-weight: 620; }
.publisher h3 { margin: 16px 0 10px; font-size: 1.12rem; line-height: 1.3; }
.publisher p { max-width: 66ch; margin: 0 0 18px; color: var(--site-muted); }
.publisher .hero-intro { max-width: 650px; font-size: clamp(1.06rem, 1.8vw, 1.25rem); line-height: 1.65; }
.publisher .button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 50px; margin-top: 10px; padding: 12px 20px; border-radius: 5px; background: var(--site-accent); color: #061320; text-decoration: none; font-weight: 700; }
.publisher .button:hover { background: #b8e0ff; color: #061320; }
.publisher .hero-note { max-width: 620px; margin: 22px 0 0; font-size: .85rem; }
.publisher .weather-module { display: grid; grid-template-columns: .95fr 1.15fr; border: 1px solid var(--site-line); border-top: 3px solid var(--site-accent); border-radius: 8px; background: var(--site-panel); }
.publisher .module-intro, .publisher .module-details { padding: 36px; }
.publisher .module-intro { border-right: 1px solid var(--site-line); }
.publisher .module-intro h2 { font-size: 2.15rem; }
.publisher .module-intro > p:not(.eyebrow) { max-width: 31ch; }
.publisher .status-dot { display: inline-block; height: 7px; width: 7px; margin-right: 7px; border-radius: 50%; background: #7ee3bb; }
.publisher .text-link { display: inline-block; padding-block: 8px; color: var(--site-accent); font-weight: 650; }
.publisher .text-link span { margin-left: 10px; }
.publisher .feature-list, .publisher .source-list, .publisher .process-list { padding: 0; margin: 0; list-style: none; }
.publisher .feature-list li + li { margin-top: 20px; }
.publisher .feature-list strong, .publisher .source-list strong { display: block; font-size: .96rem; font-weight: 650; }
.publisher .feature-list span, .publisher .source-list span { display: block; color: var(--site-muted); font-size: .9rem; }
.publisher .section-space { margin-top: 68px; }
.publisher .editorial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; }
.publisher .editorial-grid section { min-width: 0; }
.publisher .editorial-grid p:last-child { margin-bottom: 0; }
.publisher .how-it-works { padding-block: 40px; border-block: 1px solid var(--site-line); }
.publisher .section-heading { margin-bottom: 32px; }
.publisher .process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.publisher .step-number { color: var(--site-accent); font: .85rem/1.2 ui-monospace, monospace; }
.publisher .process-list p { font-size: .94rem; margin: 0; }
.publisher .reading-sections { margin-bottom: 58px; }
.publisher .key-point { color: var(--site-text); border-left: 2px solid var(--site-accent); padding-left: 16px; font-weight: 600; }
.publisher .source-list li { padding-block: 12px; border-top: 1px solid var(--site-line); }
.publisher .source-list span { font-size: .8rem; }
.publisher .authority-note { padding: 26px 30px; border-left: 3px solid var(--site-accent); background: var(--site-panel); }
.publisher .authority-note h2 { font-size: 1.15rem; margin-bottom: 8px; }
.publisher .authority-note p { max-width: 95ch; margin: 0; font-size: .9rem; }
@media (max-width: 760px) {
  .publisher .wrap { width: calc(100% - 40px); }
  .publisher .hero { padding-block: 52px 42px; }
  .publisher .weather-module, .publisher .editorial-grid, .publisher .process-list { grid-template-columns: 1fr; }
  .publisher .module-intro { border-right: 0; border-bottom: 1px solid var(--site-line); }
  .publisher .module-intro, .publisher .module-details { padding: 28px; }
  .publisher .module-intro > p:not(.eyebrow) { max-width: 50ch; }
  .publisher .editorial-grid { gap: 40px; }
  .publisher .section-space { margin-top: 44px; }
  .publisher .process-list { gap: 28px; }
  .publisher .process-list h3 { margin-top: 8px; }
  .publisher .reading-sections { margin-bottom: 38px; }
}
@media (max-width: 380px) {
  .publisher .wrap { width: calc(100% - 32px); }
  .publisher .hero { padding-top: 40px; }
  .publisher h1 { font-size: 2.5rem; }
  .publisher .module-intro, .publisher .module-details { padding: 24px 20px; }
  .publisher .authority-note { padding: 22px 20px; }
}
/* No animated effects or transitions; reduced-motion preferences need no override. */
