:root {
  --sky-a: #0b3f97;
  --sky-b: #1574c7;
  --sky-c: #0e2f6e;
  --panel: rgba(98, 151, 219, 0.18);
  --panel-strong: rgba(94, 143, 205, 0.28);
  --panel-line: rgba(255, 255, 255, 0.2);
  --text: #f5fbff;
  --text-strong: #ffffff;
  --ink: #143b59;
  --muted: rgba(240, 248, 255, 0.82);
  --muted-deep: rgba(225, 240, 250, 0.68);
  --accent: #ffd349;
  --accent-deep: #f5b82d;
  --white-soft: rgba(255, 255, 255, 0.18);
  --shadow: 0 24px 60px rgba(24, 74, 109, 0.22);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(136, 220, 255, 0.22), transparent 18%),
    linear-gradient(180deg, #0f67bb 0%, #0d4ea0 42%, #0a275e 100%);
}

.site-body--editorial {
  color: #101722;
  background:
    linear-gradient(90deg, #f4f4f2 0 73%, #d9edf6 73% 100%),
    linear-gradient(180deg, #f7f7f5 0%, #edf4f7 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  appearance: none;
}

.cookie-slot:empty {
  display: none;
}

.site-shell {
  width: min(1140px, calc(100% - 26px));
  margin: 0 auto;
  padding: 28px 0 40px;
}

.site-body--editorial .site-shell {
  width: min(1240px, calc(100% - 36px));
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding: 0 10px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.site-brand__icon {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: var(--shadow);
}

.site-brand__text {
  font-size: 1.08rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.92);
}

.site-nav a {
  font-size: 0.95rem;
  font-weight: 600;
}

.site-nav a.is-active,
.site-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.action-pill,
.button,
.mobile-nav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
}

.action-pill {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.button {
  background: linear-gradient(90deg, var(--accent-deep), var(--accent));
  color: #20506f;
}

.button-outline {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--text-strong);
}

.nav-toggle,
.mobile-nav {
  display: none;
}

.site-main,
.inner-page {
  display: grid;
  gap: 28px;
}

.site-main--editorial {
  gap: 34px;
}

.site-body--editorial .site-header {
  margin-bottom: 12px;
}

.site-body--editorial .site-brand__icon {
  background: #111820;
  color: #ffffff;
  border-color: rgba(17, 24, 32, 0.16);
  box-shadow: none;
}

.site-body--editorial .site-brand__text,
.site-body--editorial .site-nav,
.site-body--editorial .site-nav a,
.site-body--editorial .header-actions {
  color: #151d29;
}

.site-body--editorial .site-nav a.is-active,
.site-body--editorial .site-nav a:hover {
  text-decoration-color: #4aa6db;
}

.site-body--editorial .action-pill {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(17, 24, 32, 0.08);
  color: #111820;
}

.editorial-grid,
.story-cards,
.summary-stats {
  display: grid;
  gap: 22px;
}

.editorial-grid {
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.88fr);
  align-items: start;
}

.hero-stage-card,
.side-note-card,
.side-phone-card,
.editorial-story,
.editorial-summary {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 24, 32, 0.07);
  box-shadow: 0 30px 70px rgba(41, 56, 82, 0.08);
}

.hero-stage-card {
  position: relative;
  min-height: 720px;
  padding: 20px;
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, #203649 0%, #6eaad0 34%, #a5d1ee 72%, #d2e7f4 100%);
  color: #ffffff;
}

.hero-stage-card__toolbar,
.hero-stage-card__nav,
.hero-stage-card__dock {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.toolbar-group,
.nav-pills,
.dock-icons,
.side-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.toolbar-badge,
.toolbar-chip,
.toolbar-pill,
.brand-pill,
.nav-pills span {
  min-height: 36px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #111820;
  font-size: 0.84rem;
  font-weight: 700;
}

.toolbar-badge {
  width: 36px;
  padding: 0;
}

.brand-pill {
  background: #111820;
  color: #ffffff;
}

.hero-stage-card__nav {
  margin-top: 14px;
}

.hero-stage-card__visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.city-tower {
  position: absolute;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(18, 26, 37, 0.2)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.18) 0 3px, transparent 3px 16px),
    repeating-linear-gradient(180deg, rgba(255,255,255,0.12) 0 3px, transparent 3px 16px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.city-tower--one {
  width: 130px;
  height: 360px;
  left: -6px;
  top: -40px;
  transform: rotate(14deg);
}

.city-tower--two {
  width: 208px;
  height: 520px;
  left: 38%;
  top: -30px;
  transform: rotate(10deg);
}

.city-tower--three {
  width: 190px;
  height: 560px;
  right: 18%;
  top: -14px;
  transform: rotate(9deg);
}

.city-tower--four {
  width: 160px;
  height: 420px;
  right: -10px;
  top: 120px;
  transform: rotate(10deg);
}

.orbit-line {
  position: absolute;
  border: 1px dashed rgba(255, 255, 255, 0.26);
  border-radius: 999px;
}

.orbit-line--one {
  width: 420px;
  height: 420px;
  left: 28%;
  top: 160px;
}

.orbit-line--two {
  width: 560px;
  height: 560px;
  left: 18%;
  top: 60px;
}

.hero-stage-card__copy {
  position: relative;
  z-index: 2;
  max-width: 410px;
  margin: 210px 0 0 208px;
}

.hero-stage-card__copy h1 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 400;
}

.hero-start-button,
.inline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #111820;
  font-size: 0.88rem;
  font-weight: 700;
}

.hero-start-button {
  margin-top: 20px;
}

.hero-stage-card__dock {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  color: #131c28;
}

.dock-icons span {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(19, 28, 40, 0.08);
}

.hero-stage-card__dock p,
.side-note-card p,
.side-phone-card p,
.editorial-story p,
.editorial-summary p,
.summary-stat span {
  margin: 0;
  color: #5d6676;
  line-height: 1.65;
}

.editorial-side-column {
  display: grid;
  gap: 22px;
}

.side-note-card,
.side-phone-card,
.editorial-story,
.editorial-summary {
  border-radius: 28px;
  padding: 24px;
}

.side-tabs span {
  color: #7c8593;
  font-size: 0.84rem;
}

.side-tabs .is-active {
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #111820;
}

.cloud-pin {
  width: 64px;
  height: 64px;
  margin: 34px auto 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  color: #111820;
  font-size: 1.4rem;
}

.side-note-card h2,
.story-heading h2,
.summary-copy h2 {
  margin: 0;
  color: #121a26;
  letter-spacing: -0.05em;
}

.side-note-card h2 {
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  line-height: 1.08;
  text-align: center;
}

.side-note-card .inline-button {
  margin: 20px auto 0;
  display: flex;
  width: fit-content;
}

.phone-shell {
  width: 220px;
  min-height: 420px;
  margin: 0 auto;
  padding: 20px 18px;
  border-radius: 120px;
  background: linear-gradient(180deg, #a8cadb 0%, #d6e5ee 100%);
  border: 8px solid #edf4f8;
  text-align: left;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.4);
}

.phone-top {
  font-size: 0.86rem;
  opacity: 0.95;
}

.phone-temp {
  margin-top: 22px;
  font-size: 3.2rem;
  font-weight: 700;
}

.phone-copy {
  margin-top: 8px;
  font-size: 2rem;
  line-height: 1.02;
}

.phone-week {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  font-size: 0.82rem;
  opacity: 0.9;
}

.phone-copy-grid {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.phone-copy-grid h3,
.summary-stat strong,
.story-label,
.story-chip {
  margin: 0 0 6px;
  color: #111820;
}

.phone-copy-grid h3 {
  font-size: 1rem;
}

.editorial-story {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 26px;
}

.story-heading h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 0.96;
}

.story-heading .inline-button {
  margin-top: 18px;
}

.story-cards {
  grid-template-columns: 0.82fr 0.92fr 1fr 0.92fr;
  align-items: end;
}

.story-card {
  min-height: 180px;
  border-radius: 26px;
  padding: 18px;
  background: linear-gradient(180deg, #f1f5f7, #dbe8ef);
  overflow: hidden;
}

.story-card--night {
  min-height: 260px;
  background: linear-gradient(180deg, #1d232d, #394965);
  color: #ffffff;
  display: flex;
  align-items: flex-end;
}

.story-card--phone {
  min-height: 230px;
  display: grid;
  place-items: end center;
  background: linear-gradient(180deg, #dcecf4, #f3f7f9);
}

.mini-phone {
  width: 140px;
  height: 180px;
  padding: 18px;
  border-radius: 28px;
  background: linear-gradient(180deg, #a8cadb, #d6e5ee);
  color: #ffffff;
}

.mini-phone strong {
  font-size: 2rem;
}

.mini-phone span {
  display: block;
  margin-top: 10px;
  font-size: 1.1rem;
  line-height: 1.05;
}

.story-card--share {
  background: linear-gradient(180deg, #b9d7e7, #dbe9f1);
}

.story-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  font-size: 0.8rem;
}

.story-card--city {
  background: linear-gradient(180deg, #b8d7ef, #eef5fa);
}

.story-label {
  display: block;
  font-size: 1.2rem;
  line-height: 1.18;
}

.editorial-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 26px;
}

.summary-copy h2 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 0.98;
}

.summary-stats {
  grid-template-columns: 1fr;
}

.summary-stat {
  padding: 20px;
  border-radius: 22px;
  background: rgba(245, 248, 250, 0.92);
  border: 1px solid rgba(17, 24, 32, 0.08);
}

.summary-stat strong {
  display: block;
  font-size: 2rem;
}

.hero-board,
.inner-hero,
.info-card,
.forecast-grid,
.weekly-panel,
.footer-grid {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.hero-board {
  padding: 28px;
  border-radius: var(--radius-xl);
}

.hero-board--mirror {
  padding: 30px 22px 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(98, 212, 255, 0.22), transparent 18%),
    linear-gradient(180deg, rgba(10, 88, 172, 0.72), rgba(6, 34, 86, 0.78));
}

.mirror-hero {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) 170px;
  align-items: start;
  gap: 16px;
  min-height: 320px;
}

.mirror-hero__copy,
.mirror-hero__temp {
  padding-top: 8px;
}

.mirror-city,
.mirror-day,
.mirror-meta li,
.mirror-day-card strong,
.mirror-day-card span {
  display: block;
}

.mirror-city {
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--text-strong);
}

.mirror-day {
  margin-top: 20px;
  font-size: 1.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
}

.mirror-meta {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  color: rgba(229, 243, 255, 0.8);
  font-size: 0.96rem;
}

.mirror-hero__visual {
  position: relative;
  min-height: 290px;
}

.mirror-sun {
  position: absolute;
  top: 24px;
  left: 38%;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff6a6 0%, #ffd94f 54%, #f5ae1c 100%);
  box-shadow: 0 0 34px rgba(255, 215, 74, 0.42);
}

.mirror-sun::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  background:
    conic-gradient(from 0deg, transparent 0 6%, rgba(255, 222, 117, 0.92) 6% 9%, transparent 9% 15%, rgba(255, 222, 117, 0.92) 15% 18%, transparent 18% 24%, rgba(255, 222, 117, 0.92) 24% 27%, transparent 27% 33%, rgba(255, 222, 117, 0.92) 33% 36%, transparent 36% 42%, rgba(255, 222, 117, 0.92) 42% 45%, transparent 45% 51%, rgba(255, 222, 117, 0.92) 51% 54%, transparent 54% 60%, rgba(255, 222, 117, 0.92) 60% 63%, transparent 63% 69%, rgba(255, 222, 117, 0.92) 69% 72%, transparent 72% 78%, rgba(255, 222, 117, 0.92) 78% 81%, transparent 81% 87%, rgba(255, 222, 117, 0.92) 87% 90%, transparent 90% 100%);
  -webkit-mask: radial-gradient(circle, transparent 0 63%, #000 64%);
          mask: radial-gradient(circle, transparent 0 63%, #000 64%);
}

.mirror-cloud {
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff, #dfeeff);
  box-shadow: inset 0 -10px 16px rgba(131, 164, 199, 0.26), 0 18px 36px rgba(3, 31, 88, 0.16);
}

.mirror-cloud::before,
.mirror-cloud::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: inherit;
}

.mirror-cloud--back {
  left: 26%;
  right: 14%;
  bottom: 64px;
  height: 74px;
}

.mirror-cloud--back::before {
  width: 78px;
  height: 78px;
  left: 26px;
  top: -28px;
}

.mirror-cloud--back::after {
  width: 102px;
  height: 102px;
  right: 40px;
  top: -40px;
}

.mirror-cloud--front {
  left: 20%;
  right: 28%;
  bottom: 30px;
  height: 62px;
}

.mirror-cloud--front::before {
  width: 68px;
  height: 68px;
  left: 22px;
  top: -26px;
}

.mirror-cloud--front::after {
  width: 88px;
  height: 88px;
  right: 34px;
  top: -34px;
}

.mirror-hero__temp {
  text-align: right;
}

.mirror-hero__temp strong {
  display: block;
  font-size: clamp(3rem, 5vw, 4.5rem);
  line-height: 1;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.95);
}

.mirror-week {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.mirror-day-card {
  padding: 16px 10px;
  border-radius: 10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.mirror-day-card strong {
  margin-top: 12px;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.9);
}

.mirror-day-card span {
  margin-top: 8px;
  color: rgba(232, 244, 255, 0.82);
  font-size: 0.92rem;
}

.mirror-icon {
  position: relative;
  width: 56px;
  height: 42px;
  margin: 0 auto;
}

.mirror-icon::before,
.mirror-icon::after {
  content: "";
  position: absolute;
}

.mirror-icon--sun::before {
  inset: 4px 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff4a4 0%, #ffd54a 58%, #f4b021 100%);
  box-shadow: 0 0 16px rgba(255, 212, 74, 0.35);
}

.mirror-icon--cloud::before,
.mirror-icon--rain::before,
.mirror-icon--storm::before,
.mirror-icon--sun-cloud::after {
  left: 6px;
  right: 6px;
  bottom: 8px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f2f8ff, #d7e6f4);
}

.mirror-icon--cloud::after,
.mirror-icon--rain::after,
.mirror-icon--storm::after {
  left: 14px;
  bottom: 18px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #eef7ff;
  box-shadow:
    11px -7px 0 4px #eef7ff,
    24px 0 0 1px #dceaf7;
}

.mirror-icon--sun-cloud::before {
  left: 3px;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff4a4 0%, #ffd54a 58%, #f4b021 100%);
}

.mirror-icon--rain {
  background:
    linear-gradient(90deg, transparent 30%, rgba(234, 244, 255, 0.86) 30% 36%, transparent 36% 54%, rgba(234, 244, 255, 0.86) 54% 60%, transparent 60% 78%, rgba(234, 244, 255, 0.86) 78% 84%, transparent 84%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 24px 12px;
}

.mirror-icon--storm {
  background:
    linear-gradient(135deg, transparent 45%, #ffd748 45% 64%, transparent 64%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 18px 18px;
}

.hero-title-block {
  text-align: center;
  margin-bottom: 24px;
}

.eyebrow {
  margin: 0 0 10px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-title {
  margin: 0;
  font-size: clamp(2.2rem, 6vw, 4rem);
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 720px;
  margin: 14px auto 0;
  color: var(--muted);
  line-height: 1.72;
}

.top-panels {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 18px;
}

.forecast-panel,
.daily-card,
.info-card {
  min-width: 0;
}

.forecast-panel {
  padding: 18px 18px 20px;
  border-radius: var(--radius-lg);
  background: var(--panel);
  border: 1px solid var(--panel-line);
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.panel-head strong,
.daily-card strong,
.info-card h3,
.footer-grid h3 {
  letter-spacing: 0.04em;
}

.panel-head strong,
.info-card h3,
.inner-hero h1,
.content-head h2 {
  margin: 0;
}

.panel-head strong {
  font-size: 0.82rem;
  text-transform: uppercase;
}

.local-forecast {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

.forecast-main {
  display: grid;
  justify-items: start;
  gap: 12px;
}

.weather-sun {
  position: relative;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #fff2a6 0%, var(--accent) 52%, #f2a110 100%);
  box-shadow: 0 0 30px rgba(255, 211, 73, 0.34);
}

.weather-sun::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 228, 136, 0.26);
}

.sunny-meta {
  text-align: right;
}

.day-name {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.day-state {
  display: block;
  margin-top: 2px;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.temp-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}

.temp-primary {
  font-size: 2.2rem;
  font-weight: 700;
}

.temp-secondary {
  font-size: 1.06rem;
  color: var(--muted);
}

.detail-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: var(--muted);
}

.sea-report {
  display: grid;
  gap: 10px;
}

.report-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  font-size: 0.86rem;
  color: var(--muted);
  position: relative;
}

.report-row::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.18);
}

.five-day {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.daily-card {
  padding: 18px 14px;
  border-radius: 18px;
  text-align: center;
  background: var(--panel-strong);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.daily-card strong {
  display: block;
  margin-bottom: 16px;
  font-size: 0.86rem;
  text-transform: uppercase;
}

.daily-card .temp-primary {
  display: block;
  margin-top: 14px;
  font-size: 1.55rem;
}

.daily-card .temp-secondary {
  display: block;
  margin-top: 2px;
  font-size: 0.98rem;
}

.icon-cloud,
.icon-storm,
.icon-rain,
.icon-snow,
.icon-sun-cloud {
  position: relative;
  width: 90px;
  height: 66px;
  margin: 0 auto;
}

.icon-cloud::before,
.icon-cloud::after,
.icon-sun-cloud::after,
.icon-storm::before,
.icon-rain::before {
  content: "";
  position: absolute;
}

.icon-cloud::before,
.icon-storm::before,
.icon-rain::before,
.icon-sun-cloud::after {
  left: 16px;
  right: 12px;
  bottom: 12px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(180deg, #eef8ff, #c9def0);
  box-shadow: inset 0 -8px 14px rgba(146, 174, 200, 0.28);
}

.icon-cloud::after,
.icon-storm::after,
.icon-rain::after {
  content: "";
  position: absolute;
  left: 26px;
  bottom: 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #eef8ff;
  box-shadow:
    18px -10px 0 5px #eef8ff,
    36px 0 0 1px #d8eaf6;
}

.icon-sun-cloud::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff4ab 0%, var(--accent) 58%, #f0aa10 100%);
  box-shadow: 0 0 16px rgba(255, 211, 73, 0.36);
}

.icon-rain .rain-lines {
  position: absolute;
  left: 26px;
  bottom: 0;
  width: 42px;
  height: 16px;
  background:
    linear-gradient(90deg, transparent 0 10%, rgba(233, 243, 250, 0.8) 10% 18%, transparent 18% 34%, rgba(233, 243, 250, 0.8) 34% 42%, transparent 42% 58%, rgba(233, 243, 250, 0.8) 58% 66%, transparent 66% 82%, rgba(233, 243, 250, 0.8) 82% 90%, transparent 90%);
  transform: skewX(-20deg);
}

.icon-storm::before,
.icon-storm::after {
  background: linear-gradient(180deg, #626970, #353a42);
}

.icon-storm .bolt {
  position: absolute;
  left: 38px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 5px solid transparent;
  border-top: 24px solid #ffd33f;
  transform: skewX(-14deg);
}

.icon-snow::before,
.icon-snow::after {
  content: "";
  position: absolute;
  inset: 12px 20px;
  background:
    linear-gradient(90deg, transparent 47%, #eef8ff 47% 53%, transparent 53%),
    linear-gradient(transparent 47%, #eef8ff 47% 53%, transparent 53%),
    linear-gradient(45deg, transparent 47%, #eef8ff 47% 53%, transparent 53%),
    linear-gradient(-45deg, transparent 47%, #eef8ff 47% 53%, transparent 53%);
}

.content-section,
.weekly-panel {
  display: grid;
  gap: 18px;
}

.content-head,
.inner-hero__row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.section-kicker,
.panel-kicker {
  margin: 0 0 8px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.content-head h2,
.inner-hero h1 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.08;
}

.section-link {
  font-weight: 700;
  color: var(--text-strong);
}

.info-grid,
.inner-card-grid,
.footer-grid {
  display: grid;
  gap: 18px;
}

.info-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card,
.weekly-panel,
.inner-hero {
  padding: 24px;
  border-radius: var(--radius-lg);
}

.info-card h3 {
  font-size: 1.18rem;
}

.info-card p,
.weekly-panel p,
.inner-hero p,
.footer-grid p,
.footer-grid a,
.detail-list li,
.report-row {
  line-height: 1.7;
  color: var(--muted);
}

.weekly-panel {
  gap: 16px;
}

.weekly-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.stat-card {
  padding: 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.stat-card strong {
  display: block;
  font-size: 1.35rem;
  color: var(--text-strong);
}

.inner-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detail-list {
  margin: 0;
  padding-left: 18px;
}

.detail-list li + li {
  margin-top: 8px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field {
  display: grid;
  gap: 8px;
}

.field span,
.checkbox-field span {
  color: var(--muted);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  color: var(--text-strong);
  outline: 0;
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.checkbox-field {
  display: flex;
  align-items: start;
  gap: 10px;
}

.checkbox-field input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.site-footer {
  margin-top: 4px;
}

.footer-grid {
  grid-template-columns: 1.2fr repeat(3, minmax(0, 0.8fr));
  padding: 24px;
  border-radius: var(--radius-lg);
}

.footer-grid a {
  display: block;
}

.footer-grid a + a {
  margin-top: 8px;
}

@media (max-width: 1000px) {
  .top-panels,
  .info-grid,
  .inner-card-grid,
  .contact-grid,
  .footer-grid,
  .content-head,
  .inner-hero__row {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .five-day,
  .weekly-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mirror-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .mirror-hero__temp {
    text-align: left;
  }

  .mirror-week {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .editorial-grid,
  .editorial-story,
  .editorial-summary {
    grid-template-columns: 1fr;
  }

  .story-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-stage-card__copy {
    margin: 210px 0 0 120px;
  }
}

@media (max-width: 760px) {
  .site-shell {
    width: calc(100% - 12px);
  }

  .site-header {
    padding: 0 4px;
  }

  .site-brand__text {
    font-size: 0.92rem;
  }

  .site-nav,
  .header-actions .action-pill {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .nav-toggle span {
    width: 24px;
    height: 2px;
    background: var(--text-strong);
  }

  .mobile-nav {
    display: none;
    gap: 12px;
    margin-bottom: 18px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: var(--shadow);
  }

  .mobile-nav.is-open {
    display: grid;
  }

  .site-body--editorial .mobile-nav {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(17, 24, 32, 0.08);
    color: #111820;
  }

  .five-day,
  .form-grid,
  .weekly-stats {
    grid-template-columns: 1fr;
  }

  .local-forecast {
    grid-template-columns: 1fr;
  }

  .sunny-meta,
  .temp-row {
    text-align: left;
    justify-content: flex-start;
  }

  .day-name {
    font-size: 1.1rem;
  }

  .temp-primary {
    font-size: 1.9rem;
  }

  .report-row {
    grid-template-columns: 1fr auto;
    font-size: 0.8rem;
  }

  .hero-board,
  .inner-hero,
  .weekly-panel,
  .info-card,
  .footer-grid {
    padding: 18px;
  }

  .hero-title {
    font-size: 1.55rem;
    letter-spacing: 0.04em;
  }

  .editorial-grid,
  .story-cards {
    gap: 16px;
  }

  .hero-stage-card {
    min-height: 620px;
    padding: 16px;
  }

  .toolbar-group,
  .nav-pills {
    gap: 6px;
  }

  .toolbar-chip,
  .toolbar-pill,
  .brand-pill,
  .nav-pills span {
    min-height: 32px;
    padding: 0 10px;
    font-size: 0.75rem;
  }

  .hero-stage-card__copy {
    max-width: 260px;
    margin: 170px 0 0 24px;
  }

  .hero-stage-card__copy h1 {
    font-size: 2.6rem;
  }

  .hero-stage-card__dock {
    align-items: flex-start;
    flex-direction: column;
  }

  .editorial-story,
  .editorial-summary,
  .side-note-card,
  .side-phone-card {
    padding: 18px;
  }

  .story-cards {
    grid-template-columns: 1fr;
  }

  .phone-shell {
    width: 188px;
    min-height: 360px;
  }

  .summary-copy h2 {
    font-size: 2rem;
  }

  .hero-board--mirror {
    padding: 22px 14px 18px;
  }

  .mirror-city {
    font-size: 1.65rem;
  }

  .mirror-day {
    margin-top: 14px;
    font-size: 1.45rem;
  }

  .mirror-hero__visual {
    min-height: 220px;
  }

  .mirror-sun {
    left: 32%;
    width: 92px;
    height: 92px;
  }

  .mirror-cloud--back {
    left: 18%;
    right: 8%;
    bottom: 54px;
  }

  .mirror-cloud--front {
    left: 12%;
    right: 18%;
    bottom: 18px;
  }

  .mirror-week {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body.site-body--nipponsky {
  background: linear-gradient(180deg, #20212e 0%, #171823 100%);
  color: #eef4ff;
}

.site-body--nipponsky .site-shell {
  width: min(1220px, calc(100% - 32px));
  padding: 26px 0 54px;
}

.nipponsky-page {
  background: #1f202d;
  border-radius: 24px;
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.nipponsky-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 28px;
  background: #202130;
  border-bottom: 1px solid rgba(130, 171, 255, 0.08);
}

.nipponsky-brand,
.nipponsky-brand--footer {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.nipponsky-brand__mark {
  width: 20px;
  height: 14px;
  border-radius: 999px 999px 999px 999px;
  border: 2px solid #37b8ff;
  border-left-color: transparent;
  position: relative;
}

.nipponsky-brand__mark::before {
  content: "";
  position: absolute;
  right: -4px;
  top: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #37b8ff;
}

.nipponsky-brand__text {
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #f2f7ff;
}

.nipponsky-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nipponsky-nav a,
.mobile-nav--nipponsky a {
  color: rgba(238, 244, 255, 0.84);
  font-size: 0.84rem;
  font-weight: 600;
}

.nipponsky-nav a.is-active,
.nipponsky-nav a:hover,
.mobile-nav--nipponsky a.is-active,
.mobile-nav--nipponsky a:hover {
  color: #ffffff;
}

.nipponsky-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nipponsky-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(48, 188, 255, 0.12);
  border: 1px solid rgba(48, 188, 255, 0.24);
  color: #75d2ff;
  font-size: 0.8rem;
  font-weight: 700;
}

.nav-toggle--nipponsky {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
}

.nav-toggle--nipponsky span {
  width: 22px;
  height: 2px;
  background: #eef4ff;
}

.mobile-nav--nipponsky {
  background: #202130;
  color: #eef4ff;
}

.mobile-nav--nipponsky .mobile-nav__cta {
  background: rgba(48, 188, 255, 0.12);
  border: 1px solid rgba(48, 188, 255, 0.24);
  color: #75d2ff;
}

.nipponsky-main {
  display: grid;
  gap: 0;
}

.sky-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #141522;
}

.sky-hero__bg,
.sky-hero__shade {
  position: absolute;
  inset: 0;
}

.sky-hero__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sky-hero__shade {
  background: linear-gradient(180deg, rgba(19, 21, 34, 0.1), rgba(19, 21, 34, 0.66));
}

.sky-hero__topline,
.sky-hero__dashboard {
  position: relative;
  z-index: 1;
}

.sky-hero__topline {
  padding: 22px 28px 0;
}

.search-bar-shell {
  display: grid;
  grid-template-columns: 1fr 90px;
  gap: 0;
  width: min(100%, 820px);
  margin: 0 auto;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(18, 20, 31, 0.74);
  border: 1px solid rgba(143, 175, 255, 0.16);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.search-bar-shell input {
  height: 48px;
  padding: 0 18px;
  border: 0;
  background: transparent;
  color: #eef4ff;
  outline: none;
}

.search-bar-shell input::placeholder {
  color: rgba(238, 244, 255, 0.45);
}

.search-bar-shell button {
  border: 0;
  background: linear-gradient(180deg, #2bbdff, #0f8ed8);
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
}

.sky-hero__dashboard {
  display: grid;
  gap: 16px;
  align-content: end;
  min-height: 430px;
  padding: 120px 28px 28px;
}

.city-brief {
  display: grid;
  gap: 12px;
  width: min(100%, 320px);
  padding: 18px;
  border-radius: 0;
  background: rgba(28, 30, 46, 0.94);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.city-brief__tag {
  color: #95a5c8;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.city-brief__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}

.city-brief__header p,
.city-brief__meta {
  margin: 0;
}

.city-brief__header p {
  color: #b7c8ea;
  font-size: 0.95rem;
}

.city-brief__header strong {
  font-size: 3.1rem;
  line-height: 1;
  color: #ffffff;
}

.city-brief__sun {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #5cd2ff, #1094df 72%, #0b77bd 100%);
  position: relative;
  box-shadow: 0 0 0 10px rgba(92, 210, 255, 0.08);
}

.city-brief__sun::before,
.city-brief__sun::after {
  content: "";
  position: absolute;
  background: #46c8ff;
}

.city-brief__sun::before {
  left: 50%;
  top: -12px;
  width: 2px;
  height: 82px;
  transform: translateX(-50%);
}

.city-brief__sun::after {
  top: 50%;
  left: -12px;
  width: 82px;
  height: 2px;
  transform: translateY(-50%);
}

.city-brief__meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  color: #8a9bbd;
  font-size: 0.82rem;
}

.forecast-ribbon {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  background: rgba(109, 144, 220, 0.06);
}

.mini-day {
  display: grid;
  gap: 10px;
  justify-items: center;
  padding: 18px 12px;
  background: rgba(34, 36, 54, 0.97);
  text-align: center;
}

.mini-day span,
.mini-day small {
  color: #8d9dbd;
}

.mini-day strong {
  font-size: 1.55rem;
  color: #ffffff;
}

.mini-day.is-active {
  background: #2a3147;
}

.camera-section,
.news-strip,
.feature-panels,
.nipponsky-footer {
  padding-left: 28px;
  padding-right: 28px;
}

.camera-section {
  padding-top: 24px;
  padding-bottom: 28px;
  background: #202130;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #4cc7ff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-head h2,
.feature-panel h3,
.news-strip__item h3 {
  margin: 0;
}

.section-head h2 {
  font-size: 1.4rem;
}

.camera-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.camera-card {
  overflow: hidden;
  background: #191a27;
}

.camera-card img {
  display: block;
  width: 100%;
  height: 128px;
  object-fit: cover;
}

.camera-card__body {
  display: grid;
  gap: 4px;
  padding: 12px 4px 0;
}

.camera-card__body strong {
  font-size: 0.9rem;
}

.camera-card__body span {
  color: #6f819f;
  font-size: 0.74rem;
}

.news-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding-top: 28px;
  padding-bottom: 28px;
  background: #2a2b39;
}

.news-strip__item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
}

.news-strip__item > span {
  color: #2bbdff;
  font-size: 0.85rem;
  font-weight: 700;
}

.news-strip__item h3 {
  margin-bottom: 8px;
  font-size: 0.96rem;
  line-height: 1.5;
  color: #f6f9ff;
}

.news-strip__item p,
.feature-panel p,
.nipponsky-footer p,
.nipponsky-footer a {
  margin: 0;
  color: #8291af;
  line-height: 1.7;
}

.feature-panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding-top: 32px;
  padding-bottom: 38px;
  background: #202130;
}

.feature-panel {
  padding: 22px;
  background: linear-gradient(180deg, rgba(49, 56, 83, 0.56), rgba(26, 28, 42, 0.86));
  border: 1px solid rgba(119, 154, 229, 0.08);
}

.feature-panel h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1.5;
}

.nipponsky-footer {
  padding-top: 0;
  padding-bottom: 36px;
  background: #202130;
}

.nipponsky-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(119, 154, 229, 0.08);
}

.nipponsky-footer h3 {
  margin: 0 0 12px;
  color: #eef4ff;
  font-size: 0.98rem;
}

.nipponsky-footer a {
  display: block;
  margin-bottom: 8px;
}

@media (max-width: 1040px) {
  .forecast-ribbon,
  .camera-grid,
  .news-strip,
  .feature-panels,
  .nipponsky-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .nipponsky-nav,
  .nipponsky-button {
    display: none;
  }

  .nav-toggle--nipponsky {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
  }

  .mobile-nav--nipponsky {
    display: none;
  }

  .mobile-nav--nipponsky.is-open {
    display: grid;
    gap: 10px;
    padding: 16px 28px 20px;
  }

  .camera-grid,
  .news-strip,
  .feature-panels,
  .nipponsky-footer .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-body--nipponsky .site-shell {
    width: min(100%, calc(100% - 16px));
  }

  .nipponsky-header,
  .sky-hero__topline,
  .sky-hero__dashboard,
  .camera-section,
  .news-strip,
  .feature-panels,
  .nipponsky-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .search-bar-shell {
    grid-template-columns: 1fr 76px;
  }

  .forecast-ribbon {
    grid-template-columns: 1fr;
  }

  .city-brief__header strong {
    font-size: 2.5rem;
  }
}

body.site-body--WetterFuerSie {
  background: linear-gradient(180deg, #2a2a2d 0%, #1d1d21 100%);
  color: #f3f6fb;
}

.site-body--WetterFuerSie .site-shell {
  width: min(1180px, calc(100% - 26px));
  padding-top: 32px;
}

.WetterFuerSie-page {
  background: transparent;
}

.WetterFuerSie-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 14px 20px;
}

.WetterFuerSie-brand,
.WetterFuerSie-brand--footer {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.WetterFuerSie-brand__mark {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #42c5ff, #0a8fe0 70%, #056aa6 100%);
  box-shadow: 0 0 0 6px rgba(66, 197, 255, 0.08);
}

.WetterFuerSie-brand__text {
  color: #f3f6fb;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.WetterFuerSie-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.WetterFuerSie-nav a,
.mobile-nav--WetterFuerSie a {
  color: rgba(243, 246, 251, 0.74);
  font-size: 0.82rem;
  font-weight: 600;
}

.WetterFuerSie-nav a.is-active,
.WetterFuerSie-nav a:hover,
.mobile-nav--WetterFuerSie a.is-active,
.mobile-nav--WetterFuerSie a:hover {
  color: #ffffff;
}

.WetterFuerSie-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.WetterFuerSie-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(83, 195, 255, 0.28);
  color: #61d0ff;
  background: rgba(20, 23, 31, 0.58);
  font-size: 0.78rem;
  font-weight: 700;
}

.nav-toggle--WetterFuerSie {
  display: none;
  padding: 0;
  border: 0;
  background: transparent;
}

.nav-toggle--WetterFuerSie span {
  width: 22px;
  height: 2px;
  background: #f3f6fb;
}

.mobile-nav--WetterFuerSie {
  background: #1b1d24;
}

.mobile-nav--WetterFuerSie .mobile-nav__cta {
  border: 1px solid rgba(83, 195, 255, 0.28);
  color: #61d0ff;
  background: rgba(20, 23, 31, 0.58);
}

.WetterFuerSie-main {
  display: grid;
  gap: 0;
}

.storm-device-wrap,
.camera-section--report,
.report-strip,
.feature-panels--report,
.WetterFuerSie-footer {
  padding-left: 14px;
  padding-right: 14px;
}

.storm-device-wrap {
  padding-bottom: 28px;
}

.storm-device {
  padding: 18px 22px 16px;
  border-radius: 28px;
  background: linear-gradient(180deg, #0f1015 0%, #12141a 100%);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

.storm-device__status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(243, 246, 251, 0.5);
  font-size: 0.72rem;
  margin-bottom: 14px;
}

.storm-device__screen {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 150px;
  gap: 22px;
  align-items: center;
}

.storm-device__left h1,
.report-strip__item h3 {
  margin: 0;
}

.storm-temp {
  display: flex;
  align-items: start;
  gap: 2px;
  margin-bottom: 8px;
}

.storm-temp strong {
  font-size: 4rem;
  line-height: 0.9;
}

.storm-temp span {
  margin-top: 8px;
  color: rgba(243, 246, 251, 0.72);
}

.storm-device__left h1 {
  font-size: 1.4rem;
  line-height: 1.15;
  margin-bottom: 12px;
}

.storm-meta {
  display: flex;
  gap: 16px;
  color: rgba(243, 246, 251, 0.62);
  font-size: 0.9rem;
}

.storm-device__center {
  display: flex;
  justify-content: center;
}

.storm-device__center img {
  display: block;
  width: min(100%, 430px);
  height: auto;
}

.storm-device__right {
  display: grid;
  gap: 8px;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.mini-report {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.mini-report:last-child {
  border-bottom: 0;
}

.mini-report span {
  color: rgba(243, 246, 251, 0.58);
  font-size: 0.8rem;
}

.mini-report strong {
  font-size: 0.96rem;
}

.storm-timeline {
  position: relative;
  margin-top: 20px;
  padding-top: 14px;
}

.storm-timeline__line {
  position: absolute;
  left: 4%;
  right: 4%;
  top: 22px;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.storm-timeline__points {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  color: rgba(243, 246, 251, 0.64);
  font-size: 0.76rem;
  text-align: center;
}

.camera-section--report {
  padding-top: 14px;
  padding-bottom: 26px;
}

.camera-grid--report {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.camera-section--report .camera-card {
  background: transparent;
}

.camera-section--report .camera-card img {
  height: 112px;
  border-radius: 6px;
}

.camera-section--report .camera-card__body {
  padding-top: 8px;
}

.report-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding-top: 26px;
  padding-bottom: 26px;
  background: rgba(255, 255, 255, 0.03);
}

.report-strip__item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
}

.report-strip__item > span {
  color: #2fbfff;
  font-size: 0.84rem;
  font-weight: 700;
}

.report-strip__item h3 {
  margin-bottom: 8px;
  font-size: 0.96rem;
  line-height: 1.45;
}

.report-strip__item p,
.feature-panels--report .feature-panel p,
.WetterFuerSie-footer p,
.WetterFuerSie-footer a {
  margin: 0;
  color: rgba(243, 246, 251, 0.54);
  line-height: 1.75;
}

.feature-panels--report {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding-top: 30px;
  padding-bottom: 38px;
}

.feature-panels--report .feature-panel {
  background: rgba(255, 255, 255, 0.03);
}

.WetterFuerSie-footer {
  padding-top: 6px;
  padding-bottom: 38px;
}

.WetterFuerSie-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.WetterFuerSie-footer h3 {
  margin: 0 0 12px;
  font-size: 0.96rem;
  color: #f3f6fb;
}

.WetterFuerSie-footer a {
  display: block;
  margin-bottom: 8px;
}

@media (max-width: 1040px) {
  .storm-device__screen {
    grid-template-columns: 1fr;
  }

  .camera-grid--report,
  .report-strip,
  .feature-panels--report,
  .WetterFuerSie-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .WetterFuerSie-nav,
  .WetterFuerSie-pill {
    display: none;
  }

  .nav-toggle--WetterFuerSie {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
  }

  .mobile-nav--WetterFuerSie {
    display: none;
  }

  .mobile-nav--WetterFuerSie.is-open {
    display: grid;
    gap: 10px;
    padding: 16px 14px 20px;
  }

  .camera-grid--report,
  .report-strip,
  .feature-panels--report,
  .WetterFuerSie-footer .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-body--WetterFuerSie .site-shell {
    width: min(100%, calc(100% - 16px));
  }

  .storm-timeline__points {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }
}
