.weather-hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: #13243a;
}

.weather-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.weather-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 24, 46, .88), rgba(8, 24, 46, .46) 58%, rgba(8, 24, 46, .22)),
    linear-gradient(180deg, rgba(8, 24, 46, .16), rgba(8, 24, 46, .82));
}

.weather-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 32px;
  align-items: center;
  min-height: 430px;
  padding-top: 54px;
  padding-bottom: 44px;
}

.weather-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .84);
  font-size: 13px;
  font-weight: 700;
}

.weather-breadcrumb a,
.weather-breadcrumb strong {
  color: #fff;
}

.weather-hero__copy h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
}

.weather-hero__copy p {
  max-width: 670px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .94);
  font-size: 18px;
  line-height: 1.6;
}

.weather-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.weather-hero__badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  font-weight: 800;
  backdrop-filter: blur(7px);
}

.weather-hero__badges i {
  color: #ff8a1d;
  font-size: 18px;
}

.current-weather-card {
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .22);
  padding: 26px;
  color: #092247;
}

.current-weather-card > span {
  display: block;
  text-align: center;
  color: #0c2d61;
  font-size: 18px;
  font-weight: 800;
}

.current-weather-card__main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 18px 0 4px;
}

.current-weather-card__main i {
  color: #ff941d;
  font-size: 52px;
}

.current-weather-card__main strong {
  font-size: 44px;
  line-height: 1;
  font-weight: 800;
}

.current-weather-card p {
  margin: 4px 0 18px;
  text-align: center;
  color: #1f3554;
  font-weight: 700;
}

.current-weather-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #e6ecf3;
}

.current-weather-card dl div {
  min-width: 0;
  padding: 12px;
  background: #f8fafc;
}

.current-weather-card dt {
  color: #667085;
  font-size: 12px;
  font-weight: 700;
}

.current-weather-card dd {
  margin: 4px 0 0;
  color: #10233e;
  font-weight: 800;
}

.weather-page {
  background: #f6f8fb;
  padding: 0 0 64px;
}

.weather-facts-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: -34px;
  margin-bottom: 28px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  background: #e2e8f0;
  box-shadow: 0 14px 32px rgba(28, 46, 77, .11);
}

.weather-facts-strip div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
  min-height: 88px;
  padding: 18px;
  background: #fff;
}

.weather-facts-strip i {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #eef5ff;
  color: #0d47a1;
  font-size: 22px;
}

.weather-facts-strip span {
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.weather-facts-strip strong {
  min-width: 0;
  color: #122a4a;
  font-size: 14px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.weather-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}

.weather-section,
.weather-side-card,
.weather-cta {
  border: 1px solid #e1e8f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(34, 49, 76, .06);
}

.weather-section {
  margin-bottom: 24px;
  padding: 26px;
}

.weather-section__head {
  max-width: 760px;
  margin-bottom: 18px;
}

.weather-section__head--row {
  display: flex;
  max-width: none;
  justify-content: space-between;
  gap: 16px;
}

.weather-section__head a {
  align-self: start;
  color: #0d47a1;
  font-weight: 800;
}

.weather-section h2,
.weather-side-card h2,
.weather-cta h2 {
  margin: 0 0 10px;
  color: #102447;
  font-size: 24px;
  font-weight: 800;
}

.weather-section p,
.weather-side-card p,
.weather-cta p {
  margin: 0;
  color: #40516a;
  font-size: 15px;
  line-height: 1.7;
}

.weather-table-wrap {
  overflow-x: auto;
  border: 1px solid #e6edf5;
  border-radius: 8px;
}

.weather-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #fff;
}

.weather-table th,
.weather-table td {
  padding: 13px 14px;
  border-bottom: 1px solid #edf1f6;
  color: #243650;
  text-align: left;
  vertical-align: top;
}

.weather-table th {
  background: #f2f6fb;
  color: #0d2b59;
  font-size: 13px;
  font-weight: 800;
}

.weather-table td span {
  display: block;
  margin-top: 3px;
  color: #667085;
  font-size: 12px;
}

.weather-empty {
  display: grid;
  place-items: center;
  padding: 38px 20px;
  border: 1px dashed #c6d2df;
  border-radius: 8px;
  text-align: center;
}

.weather-empty i {
  color: #ff8a1d;
  font-size: 42px;
}

.weather-empty strong {
  margin-top: 8px;
  color: #102447;
  font-size: 20px;
}

.season-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.season-grid article {
  min-width: 0;
  padding: 18px;
  border: 1px solid #e5ecf3;
  border-radius: 8px;
  background: #f9fbfd;
}

.season-grid i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 8px;
  background: #ecfdf3;
  color: #16803c;
  font-size: 22px;
}

.season-grid article:nth-child(2) i {
  background: #eff6ff;
  color: #1c64f2;
}

.season-grid article:nth-child(3) i {
  background: #eef7ff;
  color: #0d47a1;
}

.season-grid h3 {
  margin: 0 0 8px;
  color: #122a4a;
  font-size: 17px;
  font-weight: 800;
}

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

.weather-place-grid a {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e5ecf3;
  border-radius: 8px;
  background: #fff;
  color: #102447;
  font-weight: 800;
}

.weather-place-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.weather-place-grid strong {
  display: block;
  padding: 10px 12px;
  overflow-wrap: anywhere;
}

.weather-sidebar {
  position: sticky;
  top: 88px;
}

.weather-side-card {
  margin-bottom: 18px;
  padding: 22px;
}

.weather-side-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.weather-side-card li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 9px;
  color: #35465f;
  line-height: 1.55;
}

.weather-side-card li i {
  color: #16803c;
}

.weather-package-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 14px;
  border-radius: 8px;
  object-fit: cover;
}

.weather-package-card a,
.weather-cta button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 16px;
  padding: 0 18px;
  border: 0;
  border-radius: 7px;
  background: #ff7a1a;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.weather-faq-section {
  margin-top: 0;
}

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

.weather-faq-grid details {
  border: 1px solid #e5ecf3;
  border-radius: 8px;
  background: #fbfcfe;
}

.weather-faq-grid summary {
  cursor: pointer;
  padding: 14px 16px;
  color: #102447;
  font-weight: 800;
}

.weather-faq-grid p {
  padding: 0 16px 16px;
}

.weather-related-links {
  margin-top: 0;
}

.weather-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.weather-related-grid a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 68px;
  padding: 12px 14px;
  border: 1px solid #e5ecf3;
  border-radius: 8px;
  background: #fbfcfe;
  color: #102447;
  font-weight: 800;
}

.weather-related-grid i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #fff2e5;
  color: #ff7a1a;
  font-size: 18px;
}

.weather-related-grid span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.weather-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 26px 30px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8, 35, 74, .94), rgba(8, 35, 74, .74)),
    #0b356c;
}

.weather-cta span {
  display: block;
  margin-bottom: 6px;
  color: #ffd08a;
  font-weight: 800;
}

.weather-cta h2,
.weather-cta p {
  color: #fff;
}

.weather-cta button {
  flex: 0 0 auto;
  margin-top: 0;
  min-width: 170px;
}

@media (max-width: 991px) {
  .weather-hero__grid,
  .weather-layout {
    grid-template-columns: 1fr;
  }

  .weather-hero__grid {
    padding-top: 34px;
  }

  .current-weather-card {
    max-width: 460px;
  }

  .weather-facts-strip,
  .season-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .weather-sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .weather-hero,
  .weather-hero__grid {
    min-height: auto;
  }

  .weather-hero__grid {
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .weather-hero__copy h1 {
    font-size: 34px;
  }

  .weather-hero__copy p {
    font-size: 16px;
  }

  .weather-hero__badges {
    gap: 8px;
  }

  .weather-hero__badges span {
    width: 100%;
  }

  .current-weather-card {
    padding: 20px;
  }

  .current-weather-card__main strong {
    font-size: 34px;
  }

  .weather-facts-strip,
  .season-grid,
  .weather-place-grid,
  .weather-faq-grid,
  .weather-related-grid {
    grid-template-columns: 1fr;
  }

  .weather-facts-strip {
    margin-top: -18px;
  }

  .weather-section,
  .weather-side-card {
    padding: 20px;
  }

  .weather-section__head--row,
  .weather-cta {
    display: block;
  }

  .weather-section__head a {
    display: inline-flex;
    margin-top: 10px;
  }

  .weather-cta button {
    width: 100%;
    margin-top: 18px;
  }
}
