/* Static public shell. Keep publisher content and Weather dashboard styles separate. */
.aw-shell, .aw-module, .aw-skip-link {
  --aw-bg: #070d14;
  --aw-text: #f0f5fa;
  --aw-muted: #afbecd;
  --aw-accent: #8bcdff;
  --aw-line: #2b3d4d;
  color: var(--aw-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
.aw-shell *, .aw-shell *::before, .aw-shell *::after { box-sizing: border-box; }
.aw-shell a, .aw-module a { color: inherit; text-underline-offset: .25em; }
.aw-shell a:hover, .aw-module a:hover { color: var(--aw-accent); }
.aw-shell a:focus-visible, .aw-shell button:focus-visible, .aw-module a:focus-visible,
.aw-skip-link:focus-visible, .aw-main:focus-visible {
  outline: 3px solid #ffd17a;
  outline-offset: 3px;
  border-radius: 3px;
}
.aw-main:focus-visible { outline-offset: -3px; }
.aw-skip-link {
  position: absolute; z-index: 2000; left: 16px; top: 12px;
  padding: 10px 16px; background: #f0f5fa; color: #070d14;
  transform: translateY(-180%);
}
.aw-skip-link:focus { transform: translateY(0); }
.aw-header { background: #070d14; }
.aw-header-inner, .aw-footer-inner {
  width: min(1120px, calc(100% - 64px)); margin-inline: auto;
}
.aw-header-inner {
  min-height: 72px; display: flex; flex-wrap: wrap; align-items: center;
  justify-content: space-between; gap: 8px 24px;
  padding-block: 10px; border-bottom: 1px solid var(--aw-line);
}
.aw-shell .aw-brand {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 1.1rem; font-weight: 650; letter-spacing: -.035em; text-decoration: none;
}
.aw-brand strong { font-weight: 400; color: var(--aw-muted); }
.aw-brand-mark {
  display: grid; place-items: center; flex-shrink: 0; width: 36px; height: 36px;
  border: 1px solid #5685a5; border-radius: 50%; color: var(--aw-accent);
  font-size: .7rem; letter-spacing: -.06em;
}
.aw-nav-links {
  display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0;
}
.aw-shell .aw-nav-links a {
  display: block; padding: 10px 12px; min-height: 44px;
  font-size: .9rem; font-weight: 600; text-decoration: none;
  border-bottom: 2px solid transparent;
}
.aw-nav-links a[aria-current="page"] { border-bottom-color: var(--aw-accent); }
.aw-menu-button {
  min-height: 44px; padding: 8px 12px; border: 1px solid var(--aw-line);
  border-radius: 5px; background: #0e1924; color: var(--aw-text);
  font: inherit; font-size: .875rem; cursor: pointer;
}
.aw-menu-button[hidden], .aw-primary-nav[hidden] { display: none; }
.aw-footer { margin-top: 52px; }
.aw-footer-inner {
  display: grid; gap: 24px; padding-block: 28px; border-top: 1px solid var(--aw-line);
}
.aw-footer-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px 32px; }
.aw-footer-group { min-width: 0; }
.aw-footer-group h2 { margin: 0 0 8px; color: var(--aw-muted); font-size: .75rem; line-height: 1.5; letter-spacing: .05em; text-transform: uppercase; overflow-wrap: anywhere; }
.aw-footer-group ul { margin: 0; padding: 0; list-style: none; }
.aw-footer-group a { display: block; width: fit-content; max-width: 100%; padding: 9px 0; min-height: 44px; font-size: .875rem; text-decoration: none; overflow-wrap: anywhere; }
.aw-footer-group a[aria-current="page"] { text-decoration: underline; text-decoration-thickness: 2px; }
.aw-footer-copyright { padding-top: 18px; border-top: 1px solid var(--aw-line); color: var(--aw-muted); font-size: .75rem; }
.aw-footer-copyright p { margin: 0 0 6px; max-width: 85ch; }
.aw-footer .aw-footer-title { margin: 0 0 6px; color: var(--aw-text); font-size: .95rem; font-weight: 650; }
.aw-footer .aw-footer-note { margin: 0; max-width: 65ch; color: var(--aw-muted); font-size: .875rem; }
.weather-page .aw-header-inner, .weather-page .aw-footer-inner { width: calc(100% - 36px); }
.weather-page .aw-footer { margin-top: 16px; }
.aw-module { padding: 12px 18px 10px; }
.aw-breadcrumb ol {
  display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 4px; padding: 0;
  list-style: none; font-size: .75rem; color: var(--aw-muted);
}
.aw-breadcrumb li + li::before { content: "›"; margin-right: 8px; }
.aw-module h1 { margin: 0; font-size: 1.375rem; font-weight: 650; letter-spacing: -.025em; line-height: 1.25; }
.aw-module p { margin: 3px 0 0; color: var(--aw-muted); font-size: .8125rem; }
@media (max-width: 760px) {
  .aw-header-inner, .aw-footer-inner { width: calc(100% - 40px); }
}
@media (max-width: 600px) {
  .aw-header-inner { gap: 8px 12px; }
  .aw-primary-nav { flex-basis: 100%; }
  .aw-footer-inner { align-items: flex-start; }
  .aw-footer-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
}
@media (max-width: 380px) {
  .aw-header-inner, .aw-footer-inner { width: calc(100% - 32px); }
  .aw-shell .aw-brand { gap: 8px; font-size: .95rem; }
  .aw-brand-mark { width: 28px; height: 28px; font-size: .6rem; }
}
/* No transitions or animation: reduced-motion works without extra overrides. */
