.updates-page { min-height: 100vh; color: var(--ink); background: #ece8e0; }
.updates-header { background: rgba(248,245,239,.96); }
.updates-header__back { margin-right: auto; font-weight: 800; text-decoration: none; }
.updates-header__back span { margin-right: 8px; color: var(--orange); font-size: 1.3rem; }
.updates-main { width: min(1180px, calc(100% - 40px)); margin: 58px auto 90px; }
.updates-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, 420px); align-items: end; gap: 20px; margin-bottom: 35px; }
.updates-intro p { grid-column: 1; margin: 0 0 8px; color: var(--orange); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.updates-intro h1 { grid-column: 1; margin: 0; font-size: clamp(2.8rem, 6vw, 5.5rem); line-height: .9; }
.updates-intro > span { grid-column: 2; grid-row: 1 / 3; color: #526b79; line-height: 1.55; }
.updates-filters { margin-bottom: 18px; display: flex; justify-content: space-between; gap: 25px; padding: 20px; border: 1px solid rgba(6,43,64,.16); border-radius: 18px; background: rgba(255,255,255,.62); }
.updates-filters > div { display: grid; gap: 9px; }
.updates-filters strong { font-size: .7rem; letter-spacing: .09em; text-transform: uppercase; }
.updates-filter-group { display: flex; flex-wrap: wrap; gap: 7px; }
.updates-filter-group button { min-height: 38px; padding: 0 14px; border: 1px solid rgba(6,43,64,.28); border-radius: 999px; color: var(--ink); background: white; font: inherit; font-size: .78rem; font-weight: 800; cursor: pointer; }
.updates-filter-group button[aria-pressed="true"] { color: white; border-color: var(--ink); background: var(--ink); }
.updates-filter-group button:focus-visible { outline: 3px solid var(--lime); outline-offset: 2px; }
.updates-count { margin: 0 0 12px; color: #526b79; font-size: .8rem; font-weight: 800; }
.updates-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.update-story { position: relative; min-height: 260px; display: flex; flex-direction: column; padding: 28px; overflow: hidden; border: 1px solid rgba(6,43,64,.18); border-radius: 20px; background: rgba(255,255,255,.8); box-shadow: 0 8px 28px rgba(6,43,64,.06); scroll-margin-top: 25px; }
.update-story::after { content: ""; position: absolute; right: -55px; top: -60px; width: 160px; height: 160px; border: 24px solid rgba(215,223,0,.18); border-radius: 50%; }
.update-story.is-highlighted { border: 3px solid var(--orange); box-shadow: 0 12px 35px rgba(216,69,13,.13); }
.update-story__topline { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 25px; }
.update-story__topline > span:last-child { color: #617782; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.update-story__label { width: max-content; padding: 6px 9px; color: white; background: var(--orange); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.update-story h2 { position: relative; z-index: 1; margin: 0 0 10px; max-width: 90%; font-size: clamp(1.5rem, 3vw, 2.25rem); line-height: 1.02; }
.update-story__meta { margin: 0 0 18px; color: #526b79; font-weight: 800; }
.update-story__description { margin: 0 0 25px; max-width: 660px; color: #526b79; line-height: 1.55; }
.update-story__dates { margin: auto 0 20px; display: flex; flex-wrap: wrap; gap: 10px 28px; }
.update-story__dates div { display: grid; gap: 2px; }
.update-story__dates dt { color: #73858f; font-size: .65rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.update-story__dates dd { margin: 0; font-size: .78rem; font-weight: 900; }
.update-story__action { width: max-content; padding: 12px 17px; border: 1px solid var(--ink); border-radius: 10px; color: var(--ink); background: transparent; font: inherit; text-decoration: none; font-weight: 900; cursor: pointer; }
.update-story__action:hover, .update-story__action:focus-visible { color: white; border-color: var(--orange); background: var(--orange); }
.updates-empty { grid-column: 1 / -1; padding: 45px; border: 1px dashed rgba(6,43,64,.32); border-radius: 18px; text-align: center; background: rgba(255,255,255,.5); }
.updates-empty strong { font-size: 1.2rem; }
.updates-empty p { margin-bottom: 0; color: #526b79; }
@media (max-width: 720px) {
  .updates-header .header-cta { display: none; }
  .updates-header { min-height: 72px; padding: 0 14px; }
  .updates-header .brand { width: 72px; }
  .updates-header__back { font-size: .83rem; }
  .updates-main { width: min(100% - 28px, 620px); margin-top: 35px; }
  .updates-intro { grid-template-columns: 1fr; }
  .updates-intro p, .updates-intro h1, .updates-intro > span { grid-column: 1; grid-row: auto; }
  .updates-grid { grid-template-columns: 1fr; }
  .updates-filters { align-items: stretch; flex-direction: column; }
  .update-story { min-height: 0; padding: 23px; }
}
