: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));
  }
}
