:root {
  --navy: #061b2c;
  --navy-soft: #0b2c43;
  --blue: #0567b1;
  --blue-bright: #0879ce;
  --yellow: #f5b51b;
  --yellow-soft: #ffd567;
  --paper: #f7f8f6;
  --white: #ffffff;
  --ink: #102332;
  --muted: #61707c;
  --line: #dfe5e8;
  --green: #18a66b;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input {
  font-family: var(--sans);
}

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

img {
  display: block;
  max-width: 100%;
}

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
summary {
  cursor: pointer;
}

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

::selection {
  background: var(--yellow);
  color: var(--navy);
}

.container {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.site-shell {
  min-width: 320px;
  overflow: clip;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  transform: translateY(-160%);
  border-radius: 6px;
  background: var(--white);
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.prototype-strip {
  background: var(--navy);
  color: #b9c6ce;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.prototype-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 27px;
}

.prototype-strip__inner span:first-child {
  color: var(--yellow);
}

.utility-bar {
  border-bottom: 1px solid #e6eaec;
  background: #f1f4f4;
  color: #53636e;
  font-size: 12px;
}

.utility-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
}

.utility-bar p {
  margin: 0;
}

.utility-actions,
.social-mini {
  display: flex;
  align-items: center;
}

.utility-actions {
  gap: 14px;
}

.utility-actions > a {
  font-weight: 700;
}

.utility-actions > a:hover {
  color: var(--blue);
}

.weather b {
  margin-right: 5px;
  color: var(--blue);
}

.utility-divider {
  width: 1px;
  height: 14px;
  background: #cbd3d7;
}

.social-mini {
  gap: 5px;
}

.social-mini a,
.footer-socials a {
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: -0.02em;
  transition: 180ms ease;
}

.social-mini a {
  width: 22px;
  height: 22px;
  color: #6f7c85;
}

.social-mini a:hover {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
}

.site-header {
  position: relative;
  z-index: 20;
  background: var(--white);
}

.brand-row {
  display: grid;
  grid-template-columns: 310px minmax(460px, 690px);
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  min-height: 130px;
  padding-block: 18px;
}

.brand {
  display: block;
  width: fit-content;
}

.brand img {
  width: 238px;
  height: auto;
  object-fit: contain;
}

.brand > span {
  display: block;
  margin-top: 3px;
  color: #71808a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.top-ad {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  overflow: hidden;
  border: 1px solid #d9e3e8;
  border-radius: 10px;
  background:
    radial-gradient(circle at 15% 30%, rgba(245, 181, 27, 0.24), transparent 24%),
    linear-gradient(120deg, #edf7fc 0%, #ffffff 50%, #e9f1f5 100%);
  color: var(--navy);
}

.top-ad::before,
.top-ad::after {
  position: absolute;
  width: 70px;
  height: 140px;
  border: 1px solid rgba(5, 103, 177, 0.12);
  content: "";
  transform: rotate(35deg);
}

.top-ad::before {
  left: 12%;
}

.top-ad::after {
  right: 12%;
}

.top-ad small,
.billboard small,
.square-ad small {
  position: absolute;
  top: 6px;
  left: 9px;
  color: #82909a;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.top-ad__message {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: 15px;
}

.top-ad__message b {
  font-family: var(--serif);
  font-size: 21px;
}

.top-ad__message em {
  color: #60727e;
  font-size: 11px;
  font-style: normal;
}

.ad-size {
  position: absolute;
  right: 10px;
  bottom: 7px;
  color: #91a0a8;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.main-nav {
  position: sticky;
  z-index: 50;
  top: 0;
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 8px 22px rgba(6, 27, 44, 0.1);
}

.main-nav__inner {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 58px;
}

.nav-home,
.desktop-links a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  transition: 160ms ease;
}

.nav-home {
  padding-right: 21px;
}

.desktop-links {
  display: flex;
  align-items: stretch;
  gap: 25px;
}

.nav-home::after,
.desktop-links a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--yellow);
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transition: 160ms ease;
}

.nav-home:hover,
.desktop-links a:hover {
  color: var(--yellow-soft);
}

.nav-home.is-active::after,
.desktop-links a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-tools {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin-left: auto;
}

.advertise-link {
  display: flex;
  align-items: center;
  align-self: center;
  height: 34px;
  padding-inline: 16px;
  border: 1px solid rgba(245, 181, 27, 0.65);
  border-radius: 999px;
  color: var(--yellow);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: 160ms ease;
}

.advertise-link:hover {
  background: var(--yellow);
  color: var(--navy);
}

.search-popover {
  position: relative;
}

.search-popover > summary {
  display: grid;
  width: 54px;
  height: 58px;
  place-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.search-popover[open] > summary {
  background: rgba(255, 255, 255, 0.08);
}

.search-icon {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.search-icon::after {
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 7px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
  transform: rotate(45deg);
}

.search-form {
  position: absolute;
  z-index: 30;
  top: calc(100% + 10px);
  right: 0;
  width: min(390px, calc(100vw - 32px));
  padding: 20px;
  border: 1px solid #dce3e7;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(6, 27, 44, 0.2);
  color: var(--ink);
}

.search-form::before {
  position: absolute;
  top: -7px;
  right: 20px;
  width: 14px;
  height: 14px;
  background: var(--white);
  content: "";
  transform: rotate(45deg);
}

.search-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.search-form > div {
  display: flex;
}

.search-form input {
  flex: 1;
  min-width: 0;
  height: 46px;
  padding-inline: 14px;
  border: 1px solid #cad4da;
  border-radius: 7px 0 0 7px;
  outline: 0;
}

.search-form input:focus {
  border-color: var(--blue);
  box-shadow: inset 0 0 0 1px var(--blue);
}

.search-form button {
  display: grid;
  width: 48px;
  place-items: center;
  border: 0;
  border-radius: 0 7px 7px 0;
  background: var(--blue);
  color: var(--white);
}

.mobile-menu {
  display: none;
}

.breaking-bar {
  position: relative;
  z-index: 10;
  background: var(--yellow);
  color: var(--navy);
}

.breaking-bar__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 44px;
  gap: 18px;
}

.breaking-label {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 8px;
  padding-right: 18px;
  border-right: 1px solid rgba(6, 27, 44, 0.18);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.breaking-label i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e63232;
  box-shadow: 0 0 0 4px rgba(230, 50, 50, 0.13);
}

.breaking-bar a {
  overflow: hidden;
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breaking-time {
  font-size: 11px;
  font-weight: 900;
}

.hero-section {
  padding-top: 54px;
  padding-bottom: 28px;
}

.section-intro,
.section-heading,
.gallery-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.section-intro {
  margin-bottom: 20px;
}

.section-intro h1,
.section-heading h2,
.gallery-heading h2 {
  margin: 2px 0 0;
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.section-intro h1 {
  font-size: clamp(26px, 3vw, 39px);
}

.section-intro p {
  margin: 0 0 6px;
  padding-left: 15px;
  color: #7a878f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-intro p::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--green);
  content: "";
}

.eyebrow {
  display: inline-block;
  color: var(--blue);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow.yellow {
  color: var(--yellow);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(310px, 0.85fr);
  gap: 16px;
  height: 530px;
}

.hero-card,
.lead-card,
.gallery-card {
  position: relative;
  overflow: hidden;
  background: var(--navy);
}

.hero-card {
  border-radius: 22px 6px 6px 22px;
}

.hero-card > a,
.lead-card > a,
.gallery-card > a {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-card img,
.lead-card img,
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.hero-card:hover img,
.lead-card:hover img,
.gallery-card:hover img {
  transform: scale(1.035);
}

.image-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(3, 14, 23, 0.94) 0%, rgba(3, 16, 26, 0.32) 58%, rgba(3, 16, 26, 0.04) 100%);
}

.hero-card__content,
.lead-card__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: var(--white);
}

.hero-card__content {
  padding: clamp(28px, 4vw, 48px);
}

.category-pill {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding-inline: 10px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.category-pill.light {
  background: var(--yellow);
  color: var(--navy);
}

.hero-card h2 {
  max-width: 760px;
  margin: 13px 0 10px;
  font-family: var(--serif);
  font-size: clamp(31px, 4.1vw, 53px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.hero-card__content > p {
  max-width: 650px;
  margin: 0 0 17px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.story-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.story-meta i,
.region-card small i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.6;
}

.light-meta {
  color: rgba(255, 255, 255, 0.7);
}

.light-meta b {
  color: var(--yellow-soft);
}

.lead-stack {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
}

.lead-card:first-child {
  border-radius: 6px 22px 6px 6px;
}

.lead-card:last-child {
  border-radius: 6px 6px 22px 6px;
}

.lead-card__content {
  padding: 25px;
}

.lead-card h3 {
  margin: 9px 0 11px;
  font-family: var(--serif);
  font-size: clamp(19px, 1.9vw, 27px);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 25px;
  padding-block: 25px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quick-story {
  min-width: 0;
  padding-inline: 22px;
  border-right: 1px solid var(--line);
}

.quick-story:first-child {
  padding-left: 0;
}

.quick-story:last-child {
  padding-right: 0;
  border-right: 0;
}

.quick-story > a {
  display: grid;
  grid-template-columns: 116px 1fr;
  align-items: center;
  gap: 17px;
}

.quick-story img {
  width: 116px;
  height: 88px;
  border-radius: 9px;
  object-fit: cover;
}

.quick-story span,
.latest-card__meta span,
.region-card > a > span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quick-story h3 {
  margin: 5px 0 7px;
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.16;
  letter-spacing: -0.02em;
}

.quick-story small,
.read-more {
  color: #7a8790;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.quick-story small span,
.read-more span,
.section-heading > a span,
.gallery-heading > a span {
  display: inline-block;
  margin-left: 3px;
  color: inherit;
  transition: transform 160ms ease;
}

.quick-story a:hover small span,
.read-more:hover span,
.section-heading > a:hover span,
.gallery-heading > a:hover span {
  transform: translateX(4px);
}

.billboard-wrap {
  padding-block: 28px 72px;
}

.billboard {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 112px;
  overflow: hidden;
  padding: 22px 35px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 90% 50%, rgba(5, 103, 177, 0.62), transparent 34%),
    linear-gradient(120deg, #061b2c 0%, #0a3553 68%, #075b98 100%);
  color: var(--white);
  box-shadow: 0 16px 40px rgba(6, 27, 44, 0.12);
}

.billboard::after {
  position: absolute;
  top: -120px;
  right: 22%;
  width: 220px;
  height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  transform: rotate(-24deg);
}

.billboard small {
  color: rgba(255, 255, 255, 0.55);
}

.billboard > div {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}

.billboard-mark {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 2px solid var(--yellow);
  border-radius: 50%;
  color: var(--yellow);
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 700;
}

.billboard b,
.billboard em {
  display: block;
}

.billboard b {
  font-family: var(--serif);
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.1;
}

.billboard em {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-style: normal;
}

.billboard strong {
  position: relative;
  z-index: 1;
  padding: 12px 17px;
  border-radius: 7px;
  background: var(--yellow);
  color: var(--navy);
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.billboard strong span {
  margin-left: 7px;
}

.latest-section {
  padding-bottom: 92px;
}

.section-heading {
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--navy);
}

.section-heading > div {
  position: relative;
}

.section-heading > div::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 75px;
  height: 4px;
  background: var(--yellow);
  content: "";
}

.section-heading h2,
.gallery-heading h2 {
  font-size: clamp(31px, 4vw, 46px);
  line-height: 1;
}

.section-heading > a,
.gallery-heading > a {
  margin-bottom: 5px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.content-aside-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.82fr) minmax(290px, 0.78fr);
  align-items: start;
  gap: 48px;
}

.latest-card {
  display: grid;
  grid-template-columns: 236px minmax(0, 1fr);
  gap: 24px;
  padding-block: 22px;
  border-bottom: 1px solid var(--line);
}

.latest-card:first-child {
  padding-top: 0;
}

.latest-card__image {
  overflow: hidden;
  border-radius: 12px;
  background: #dbe2e5;
}

.latest-card__image img {
  width: 100%;
  height: 168px;
  object-fit: cover;
  transition: transform 500ms ease;
}

.latest-card:hover .latest-card__image img {
  transform: scale(1.04);
}

.latest-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.latest-card__meta time {
  padding-left: 12px;
  border-left: 1px solid #cdd6da;
  color: #7d8991;
  font-size: 10px;
  font-weight: 750;
}

.latest-card h3 {
  margin: 7px 0 7px;
  font-family: var(--serif);
  font-size: clamp(22px, 2.3vw, 28px);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.latest-card h3 a {
  transition: color 160ms ease;
}

.latest-card h3 a:hover {
  color: var(--blue);
}

.latest-card p {
  display: -webkit-box;
  max-width: 630px;
  margin: 0 0 10px;
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.read-more {
  color: var(--blue);
}

.load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 24px;
  border: 1px solid #cbd5da;
  border-radius: 8px;
  color: var(--navy);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: 160ms ease;
}

.load-more span {
  margin-left: 8px;
}

.load-more:hover {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
}

.sidebar {
  display: grid;
  gap: 24px;
}

.most-read-card {
  overflow: hidden;
  border: 1px solid #dbe2e6;
  border-radius: 15px;
  background: var(--white);
  box-shadow: 0 10px 32px rgba(18, 43, 61, 0.05);
}

.aside-title {
  padding: 22px 24px 16px;
  background:
    linear-gradient(130deg, rgba(5, 103, 177, 0.1), transparent 55%),
    var(--white);
}

.aside-title span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.aside-title h2 {
  margin: 1px 0 0;
  font-family: var(--serif);
  font-size: 30px;
  letter-spacing: -0.035em;
}

.most-read-card ol {
  margin: 0;
  padding: 0 24px 11px;
  list-style: none;
}

.most-read-card li {
  display: grid;
  grid-template-columns: 39px 1fr;
  align-items: start;
  gap: 10px;
  padding-block: 14px;
  border-top: 1px solid #e6eaec;
}

.most-read-card li > span {
  color: var(--yellow);
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  -webkit-text-stroke: 0.6px #c78e00;
}

.most-read-card li a {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.22;
  transition: color 160ms ease;
}

.most-read-card li a:hover {
  color: var(--blue);
}

.whatsapp-card {
  position: relative;
  overflow: hidden;
  padding: 27px;
  border-radius: 15px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.16), transparent 36%),
    var(--green);
  color: var(--white);
}

.whatsapp-card::after {
  position: absolute;
  right: -29px;
  bottom: -45px;
  width: 140px;
  height: 140px;
  border: 24px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.whatsapp-icon {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 900;
}

.whatsapp-card p {
  margin: 17px 0 2px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.whatsapp-card h2 {
  max-width: 260px;
  margin: 0 0 9px;
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.whatsapp-card > span:not(.whatsapp-icon) {
  display: block;
  max-width: 230px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
}

.whatsapp-card a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 19px;
  padding: 10px 13px;
  border-radius: 6px;
  background: var(--white);
  color: #08754a;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.square-ad {
  position: relative;
  display: grid;
  min-height: 250px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #d8e0e4;
  border-radius: 15px;
  background:
    linear-gradient(45deg, rgba(5, 103, 177, 0.055) 25%, transparent 25%, transparent 75%, rgba(5, 103, 177, 0.055) 75%),
    linear-gradient(45deg, rgba(5, 103, 177, 0.055) 25%, #f4f7f7 25%, #f4f7f7 75%, rgba(5, 103, 177, 0.055) 75%);
  background-position: 0 0, 11px 11px;
  background-size: 22px 22px;
  color: var(--navy);
  text-align: center;
}

.square-ad span {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 700;
  line-height: 0.98;
}

.square-ad em {
  position: absolute;
  right: 11px;
  bottom: 9px;
  color: #8a969d;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.gallery-section {
  position: relative;
  padding-block: 88px 96px;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 15%, rgba(5, 103, 177, 0.35), transparent 30%),
    radial-gradient(circle at 0 100%, rgba(245, 181, 27, 0.09), transparent 28%),
    var(--navy);
  color: var(--white);
}

.gallery-section::before {
  position: absolute;
  top: -140px;
  left: 43%;
  width: 1px;
  height: 110%;
  background: rgba(255, 255, 255, 0.045);
  content: "";
  transform: rotate(22deg);
}

.gallery-heading {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.gallery-heading > a {
  color: var(--yellow);
}

.gallery-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-template-rows: repeat(2, 238px);
  gap: 13px;
}

.gallery-card {
  border-radius: 9px;
}

.gallery-card--featured {
  grid-row: 1 / 3;
  border-radius: 20px 9px 9px 20px;
}

.gallery-card .image-shade {
  background: linear-gradient(to top, rgba(3, 14, 23, 0.92), rgba(3, 14, 23, 0.04) 70%);
}

.photo-count {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(6, 27, 44, 0.72);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.04em;
  backdrop-filter: blur(6px);
}

.photo-count i {
  position: relative;
  display: block;
  width: 12px;
  height: 9px;
  border: 1.5px solid currentColor;
  border-radius: 2px;
}

.photo-count i::after {
  position: absolute;
  top: 2px;
  left: 4px;
  width: 3px;
  height: 3px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
}

.gallery-card h3 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 20px;
  font-family: var(--serif);
  font-size: clamp(17px, 1.7vw, 23px);
  line-height: 1.09;
  letter-spacing: -0.025em;
}

.gallery-card--featured h3 {
  padding: 30px;
  font-size: clamp(27px, 3vw, 41px);
}

.region-section {
  padding-block: 90px 78px;
}

.region-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.region-card__image {
  height: 225px;
  margin-bottom: 17px;
  overflow: hidden;
  border-radius: 13px;
  background: #dde3e5;
}

.region-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.region-card:hover img {
  transform: scale(1.04);
}

.region-card h3 {
  margin: 7px 0 11px;
  font-family: var(--serif);
  font-size: clamp(21px, 2.2vw, 27px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.region-card small {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #7c8991;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.topic-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 43px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}

.topic-row > span {
  margin-right: 7px;
  color: var(--navy);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.topic-row a {
  padding: 8px 12px;
  border: 1px solid #d3dce0;
  border-radius: 999px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 750;
  transition: 160ms ease;
}

.topic-row a:hover {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
}

.newsletter-section {
  padding: 0 0 90px;
}

.newsletter-card {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 70px;
  min-height: 290px;
  overflow: hidden;
  padding: 50px 62px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 95% 0, rgba(245, 181, 27, 0.2), transparent 30%),
    linear-gradient(120deg, var(--blue) 0%, #044979 100%);
  color: var(--white);
  box-shadow: 0 22px 55px rgba(5, 103, 177, 0.18);
}

.newsletter-card::before {
  position: absolute;
  top: -100px;
  left: 44%;
  width: 180px;
  height: 480px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
  transform: rotate(25deg);
}

.newsletter-copy,
.newsletter-form {
  position: relative;
  z-index: 1;
}

.newsletter-kicker {
  color: var(--yellow-soft);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.newsletter-copy h2 {
  max-width: 520px;
  margin: 5px 0 11px;
  font-family: var(--serif);
  font-size: clamp(30px, 3.6vw, 44px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.newsletter-copy p {
  max-width: 480px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.newsletter-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.newsletter-form > div {
  display: flex;
}

.newsletter-form input {
  flex: 1;
  min-width: 0;
  height: 54px;
  padding-inline: 17px;
  border: 0;
  border-radius: 8px 0 0 8px;
  background: var(--white);
  color: var(--ink);
  outline: 0;
}

.newsletter-form input:focus {
  box-shadow: inset 0 0 0 3px var(--yellow);
}

.newsletter-form button {
  min-width: 152px;
  border: 0;
  border-radius: 0 8px 8px 0;
  background: var(--yellow);
  color: var(--navy);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.newsletter-form button span {
  margin-left: 5px;
}

.newsletter-form small {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
}

.site-footer {
  background: #041521;
  color: #c1cbd1;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.45fr 0.7fr 0.7fr 1.1fr;
  gap: 55px;
  padding-block: 68px 58px;
}

.footer-brand img {
  width: 218px;
  height: auto;
  filter: drop-shadow(0 7px 18px rgba(0, 0, 0, 0.24));
}

.footer-brand p {
  max-width: 330px;
  margin: 18px 0 22px;
  color: #8fa0aa;
  font-size: 12px;
  line-height: 1.65;
}

.footer-socials {
  display: flex;
  gap: 8px;
}

.footer-socials a {
  width: 34px;
  height: 34px;
  color: #a7b5bc;
}

.footer-socials a:hover {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--navy);
}

.footer-column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 9px;
}

.footer-column h2 {
  margin: 4px 0 9px;
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer-column > a {
  color: #93a2aa;
  font-size: 11px;
  transition: color 160ms ease;
}

.footer-column > a:hover {
  color: var(--yellow);
}

.footer-contact > span {
  margin-top: 5px;
  color: #657780;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-contact .contact-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 13px;
  padding: 10px 13px;
  border: 1px solid rgba(245, 181, 27, 0.55);
  border-radius: 6px;
  color: var(--yellow);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-contact .contact-button:hover {
  background: var(--yellow);
  color: var(--navy);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  gap: 28px;
}

.footer-bottom p {
  margin: 0;
  color: #647680;
  font-size: 9px;
}

.footer-bottom__inner > div {
  display: flex;
  gap: 19px;
}

.footer-bottom a {
  color: #74858e;
  font-size: 9px;
}

.footer-bottom a:hover {
  color: var(--white);
}

@media (max-width: 1120px) {
  .container {
    width: min(100% - 36px, 1060px);
  }

  .brand-row {
    grid-template-columns: 260px 1fr;
  }

  .desktop-links {
    gap: 16px;
  }

  .nav-home,
  .desktop-links a {
    font-size: 10px;
  }

  .advertise-link {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
    height: 480px;
  }

  .quick-story {
    padding-inline: 14px;
  }

  .quick-story > a {
    grid-template-columns: 96px 1fr;
    gap: 13px;
  }

  .quick-story img {
    width: 96px;
    height: 78px;
  }

  .content-aside-grid {
    gap: 32px;
  }

  .newsletter-card {
    gap: 40px;
    padding-inline: 45px;
  }
}

@media (max-width: 900px) {
  .utility-actions > a,
  .utility-divider,
  .desktop-links,
  .nav-home {
    display: none;
  }

  .brand-row {
    grid-template-columns: 220px 1fr;
    min-height: 112px;
  }

  .brand img {
    width: 205px;
  }

  .brand > span {
    font-size: 8px;
  }

  .top-ad__message {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }

  .top-ad__message b {
    font-size: 18px;
  }

  .main-nav__inner {
    justify-content: space-between;
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu > summary {
    display: grid;
    grid-template-columns: 22px 1fr;
    grid-template-rows: repeat(3, 4px);
    align-content: center;
    column-gap: 9px;
    width: 100px;
    height: 58px;
  }

  .mobile-menu > summary span {
    grid-column: 1;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: var(--white);
  }

  .mobile-menu > summary b {
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: center;
    font-size: 10px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .mobile-menu__panel {
    position: absolute;
    z-index: 40;
    top: calc(100% + 1px);
    left: 0;
    display: grid;
    width: min(350px, calc(100vw - 36px));
    padding: 9px;
    border-radius: 0 0 11px 11px;
    background: var(--white);
    box-shadow: 0 20px 40px rgba(6, 27, 44, 0.22);
    color: var(--navy);
  }

  .mobile-menu__panel a {
    padding: 13px 14px;
    border-bottom: 1px solid #edf0f2;
    font-size: 12px;
    font-weight: 800;
  }

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

  .hero-card {
    height: 500px;
    border-radius: 18px;
  }

  .lead-stack {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
  }

  .lead-card {
    height: 270px;
  }

  .lead-card:first-child,
  .lead-card:last-child {
    border-radius: 12px;
  }

  .quick-grid {
    grid-template-columns: 1fr;
  }

  .quick-story {
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .quick-story:first-child {
    padding-top: 0;
  }

  .quick-story:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .quick-story > a {
    grid-template-columns: 120px 1fr;
  }

  .quick-story img {
    width: 120px;
    height: 88px;
  }

  .billboard {
    gap: 20px;
  }

  .billboard strong {
    max-width: 150px;
  }

  .content-aside-grid {
    grid-template-columns: 1fr;
  }

  .sidebar {
    grid-template-columns: repeat(2, 1fr);
  }

  .most-read-card {
    grid-row: span 2;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 360px repeat(2, 220px);
  }

  .gallery-card--featured {
    grid-column: 1 / 3;
    grid-row: auto;
    border-radius: 18px;
  }

  .gallery-card--featured h3 {
    font-size: 34px;
  }

  .newsletter-card {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-main {
    grid-template-columns: 1.2fr repeat(2, 0.7fr);
  }

  .footer-contact {
    grid-column: 1 / -1;
    padding-top: 27px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 680px) {
  .container {
    width: calc(100% - 28px);
  }

  .prototype-strip__inner {
    justify-content: center;
  }

  .prototype-strip__inner span:last-child {
    display: none;
  }

  .utility-bar p {
    overflow: hidden;
    max-width: 210px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .social-mini a {
    width: 21px;
    height: 21px;
  }

  .brand-row {
    display: flex;
    min-height: 93px;
    justify-content: center;
    padding-block: 13px;
  }

  .brand {
    text-align: center;
  }

  .brand img {
    width: 205px;
    margin-inline: auto;
  }

  .top-ad {
    display: none;
  }

  .breaking-bar__inner {
    grid-template-columns: auto 1fr;
    gap: 12px;
  }

  .breaking-label {
    padding-right: 12px;
  }

  .breaking-time {
    display: none;
  }

  .breaking-bar a {
    font-size: 12px;
  }

  .hero-section {
    padding-top: 38px;
  }

  .section-intro p {
    display: none;
  }

  .section-intro h1 {
    font-size: 29px;
    line-height: 1.03;
  }

  .hero-card {
    height: 470px;
  }

  .hero-card__content {
    padding: 24px 22px;
  }

  .hero-card h2 {
    font-size: clamp(31px, 10vw, 41px);
  }

  .hero-card__content > p {
    display: none;
  }

  .lead-stack {
    grid-template-columns: 1fr;
  }

  .lead-card {
    height: 265px;
  }

  .lead-card__content {
    padding: 22px;
  }

  .lead-card h3 {
    font-size: 23px;
  }

  .quick-story > a {
    grid-template-columns: 104px 1fr;
  }

  .quick-story img {
    width: 104px;
    height: 82px;
  }

  .quick-story h3 {
    font-size: 16px;
  }

  .billboard-wrap {
    padding-block: 21px 58px;
  }

  .billboard {
    min-height: 175px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 28px 25px;
  }

  .billboard > div {
    gap: 13px;
  }

  .billboard-mark {
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    font-size: 18px;
  }

  .billboard strong {
    max-width: none;
    margin-left: 59px;
  }

  .latest-section {
    padding-bottom: 68px;
  }

  .section-heading {
    align-items: flex-end;
    margin-bottom: 19px;
  }

  .section-heading h2,
  .gallery-heading h2 {
    font-size: 34px;
  }

  .section-heading > a,
  .gallery-heading > a {
    max-width: 105px;
    text-align: right;
  }

  .latest-card {
    grid-template-columns: 112px 1fr;
    align-items: start;
    gap: 14px;
    padding-block: 17px;
  }

  .latest-card__image img {
    height: 104px;
  }

  .latest-card h3 {
    margin-top: 5px;
    font-size: 18px;
  }

  .latest-card p,
  .latest-card .read-more {
    display: none;
  }

  .sidebar {
    grid-template-columns: 1fr;
  }

  .most-read-card {
    grid-row: auto;
  }

  .square-ad {
    min-height: 220px;
  }

  .gallery-section {
    padding-block: 66px 72px;
  }

  .gallery-heading {
    align-items: flex-end;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 380px repeat(4, 230px);
  }

  .gallery-card--featured {
    grid-column: auto;
  }

  .gallery-card,
  .gallery-card--featured {
    border-radius: 13px;
  }

  .gallery-card--featured h3 {
    padding: 22px;
    font-size: 30px;
  }

  .region-section {
    padding-block: 67px 55px;
  }

  .region-grid {
    grid-template-columns: 1fr;
    gap: 31px;
  }

  .region-card__image {
    height: 230px;
  }

  .region-card h3 {
    font-size: 24px;
  }

  .topic-row {
    overflow-x: auto;
    flex-wrap: nowrap;
    margin-inline: -14px;
    padding-inline: 14px;
    scrollbar-width: none;
  }

  .topic-row::-webkit-scrollbar {
    display: none;
  }

  .topic-row > span,
  .topic-row a {
    flex: 0 0 auto;
  }

  .newsletter-section {
    padding-bottom: 0;
  }

  .newsletter-card {
    width: 100%;
    min-height: 420px;
    padding: 45px 23px;
    border-radius: 0;
  }

  .newsletter-copy h2 {
    font-size: 37px;
  }

  .newsletter-form > div {
    display: grid;
    gap: 8px;
  }

  .newsletter-form input,
  .newsletter-form button {
    width: 100%;
    height: 52px;
    border-radius: 8px;
  }

  .footer-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 25px;
    padding-block: 53px 45px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-brand img {
    width: 205px;
  }

  .footer-contact {
    grid-column: 1 / -1;
  }

  .footer-bottom__inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 22px;
  }

  .footer-bottom__inner > div {
    flex-wrap: wrap;
    gap: 9px 16px;
  }
}

@media (max-width: 390px) {
  .utility-bar p {
    max-width: 155px;
  }

  .weather {
    display: none;
  }

  .hero-card {
    height: 440px;
  }

  .hero-card h2 {
    font-size: 31px;
  }

  .latest-card {
    grid-template-columns: 96px 1fr;
  }

  .latest-card__image img {
    height: 94px;
  }

  .latest-card h3 {
    font-size: 16px;
  }

  .latest-card__meta time {
    display: none;
  }

  .billboard b {
    font-size: 19px;
  }

  .newsletter-copy h2 {
    font-size: 33px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
