.news-index__header { width: var(--wrap); margin: .8rem auto 1rem; }
.news-index__header h1 { max-width: none; margin: 0; font-size: clamp(1.4rem, 2.8vw, 1.85rem); line-height: 1.45; letter-spacing: -.025em; }
.news-index__header > p { margin: .35rem 0 0; color: var(--ink-2); font-size: var(--fs-xs); }
.news-discovery { width: var(--wrap); margin: 1.5rem auto; padding: 1rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-m); }
.news-detail .news-discovery { width: 100%; max-width: 48rem; }
.news-discovery__header { display: flex; align-items: baseline; justify-content: space-between; gap: .75rem; }
.news-discovery__header h2 { margin: 0; font-size: 1.05rem; }
.news-discovery__header > a { flex-shrink: 0; color: var(--blue); font-size: .8rem; }
.news-discovery__period { display: flex; flex-wrap: wrap; gap: .25rem .75rem; margin: .35rem 0 0; color: var(--ink-2); font-size: .75rem; }
.news-discovery__period a { color: var(--ink-2); }
.news-discovery__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; list-style: none; padding: 0; margin: .6rem 0 0; }
.news-discovery__list li { min-width: 0; }
.news-discovery__list a { display: flex; gap: .65rem; height: 100%; padding: .65rem 0; text-decoration: none; color: var(--ink); border-top: 1px solid var(--line); }
.news-discovery__list a:hover h3 { color: var(--blue); text-decoration: underline; }
.news-discovery a:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.news-discovery__list img, .news-discovery__cover { flex: 0 0 64px; width: 64px; height: 64px; object-fit: cover; border-radius: var(--r-s); }
.news-discovery__cover { display: flex; align-items: center; justify-content: center; padding: .3rem; box-sizing: border-box; background: var(--surface); color: var(--ink-2); font-size: .7rem; line-height: 1.4; text-align: center; overflow-wrap: anywhere; }
.news-discovery__content { min-width: 0; }
.news-discovery__meta { display: flex; flex-wrap: wrap; gap: .25rem .6rem; color: var(--ink-2); font-size: .75rem; }
.news-discovery__list h3 { margin: .3rem 0 0; font-size: .95rem; line-height: 1.6; overflow-wrap: break-word; }
@media (max-width: 767px) {
  .news-discovery { padding: .85rem; }
  .news-discovery__list { grid-template-columns: 1fr; gap: 0; }
  .news-discovery__header { align-items: center; }
  .news-discovery__header h2 { font-size: 1rem; }
}
.news-filters { width: var(--wrap); margin: 0 auto 1rem; padding: .85rem; border: 1px solid var(--line); border-radius: var(--r-m); background: var(--paper); }
.news-filters__cities { display: flex; gap: .4rem; overflow-x: auto; padding-bottom: .3rem; scrollbar-width: thin; }
.news-filters__cities a { display: inline-flex; align-items: center; justify-content: center; flex: 1 0 auto; min-height: 44px; padding: .4rem .7rem; border: 1px solid var(--line); border-radius: var(--r-p); background: var(--paper); color: var(--ink-2); font-size: .8rem; font-weight: 700; white-space: nowrap; text-decoration: none; }
.news-filters__cities a.active { color: var(--control-active-ink); border-color: var(--control-active-border); background: var(--control-active-bg); }
.news-filters__search { display: grid; grid-template-columns: minmax(0, 1fr) minmax(10rem, .4fr) auto; gap: .55rem; align-items: end; margin-top: .6rem; }
.news-filters__search > div { min-width: 0; }
.news-filters__search label { display: block; margin-bottom: .25rem; color: var(--ink-2); font-size: .75rem; font-weight: 700; }
.news-filters__search input[type="search"], .news-filters__search select { width: 100%; min-width: 0; height: 44px; padding: .4rem .65rem; border: 1px solid var(--line); border-radius: var(--r-s); background: var(--paper); color: var(--ink); font: inherit; font-size: 16px; }
.news-filters__search .btn { min-height: 44px; margin: 0; padding-inline: 1.2rem; }
.news-filters__selection { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .4rem; margin-top: .65rem; color: var(--ink-2); font-size: .75rem; overflow-wrap: anywhere; }
.news-filters__selection a { color: var(--blue); text-decoration: underline; }
.news-filters a:focus-visible, .news-filters input:focus-visible, .news-filters select:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; width: var(--wrap); margin: 0 auto 4rem; }
.news-pagination { display: grid; justify-items: center; gap: .65rem; width: var(--wrap); margin: 1rem auto 3rem; }
.news-pagination--compact { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin: 0 auto 1rem; }
.news-pagination__status, .news-pagination__position { margin: 0; color: var(--ink-3); font-size: var(--fs-xs); }
.news-pagination__controls, .news-pagination__numbers { display: flex; align-items: center; justify-content: center; gap: .4rem; }
.news-pagination__direction, .news-pagination__number { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: .4rem .75rem; border: 1px solid var(--line); border-radius: var(--r-p); background: var(--paper); color: var(--ink-2); font-size: var(--fs-xs); font-weight: 700; text-decoration: none; }
.news-pagination__number { padding: .4rem; }
.news-pagination__position { min-width: 3rem; text-align: center; }
.news-pagination [aria-current="page"] { background: var(--control-active-bg); color: var(--control-active-ink); border-color: var(--control-active-border); }
.news-pagination [aria-disabled="true"] { background: var(--surface); color: var(--ink-3); border-color: transparent; }
.news-pagination a:hover { background: var(--surface-accent); border-color: var(--blue); }
.news-pagination a:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.news-pagination__gap { color: var(--ink-3); }
.news-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--r-l); background: var(--paper); box-shadow: var(--sh-1); transition: border-color var(--t-fast), box-shadow var(--t-fast), transform var(--t-fast); }
.news-card:hover, .news-card:focus-within { border-color: var(--blue-100); box-shadow: var(--sh-2); transform: translateY(-3px); }
.news-card__surface { display: block; height: 100%; color: inherit; text-decoration: none; }
.news-card__surface:focus-visible { outline: 3px solid var(--blue); outline-offset: -3px; border-radius: inherit; }
.news-card__surface > img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.news-card__cover { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: .5rem; aspect-ratio: 16 / 9; padding: .5rem; background: #e8eef1; color: #36576b; text-align: center; }
.news-card__cover-brand { font-size: .65rem; letter-spacing: .18em; opacity: .7; }
.news-card__cover strong { font-size: 1rem; line-height: 1.4; overflow-wrap: anywhere; }
.news-card__cover--event, .news-card__cover--community { background: #edf0e4; color: #48613d; }
.news-card__cover--business, .news-card__cover--tourism { background: #f3ebdf; color: #795932; }
.news-card__dates { display: flex; flex-wrap: wrap; gap: .25rem .75rem; color: var(--ink-3); font-size: .75rem; line-height: 1.5; }
.news-card__dates small { font-size: inherit; }
.news-card__body { display: grid; gap: .65rem; min-width: 0; padding: 1rem; }
.news-card__meta, .news-detail__meta { display: flex; flex-wrap: wrap; gap: .4rem; align-items: center; color: var(--ink-3); font-size: .7rem; font-weight: 700; }
.news-card__meta span, .news-detail__meta span { padding: .18rem .48rem; color: var(--blue); border-radius: var(--r-p); background: var(--blue-50); }
.news-card h2, .news-card h3 { overflow-wrap: break-word; font-size: var(--fs-3); line-height: 1.42; }
.news-card__body > p:not(.news-card__meta) { color: var(--ink-2); font-size: var(--fs-xs); line-height: 1.65; }
.news-card__link { color: var(--blue); font-size: var(--fs-xs); font-weight: 800; }
.news-grid--feed { grid-template-columns: minmax(0, 1fr); gap: 0; width: var(--wrap); margin-bottom: 1rem; border: 1px solid var(--line); border-radius: var(--r-m); overflow: hidden; background: var(--paper); }
.news-card--row { border: 0; border-bottom: 1px solid var(--line); border-radius: 0; box-shadow: none; }
.news-card--row:last-child { border-bottom: 0; }
.news-card--row:hover, .news-card--row:focus-within { background: var(--surface); box-shadow: none; transform: none; }
.news-card--row .news-card__surface { display: grid; grid-template-columns: 224px minmax(0, 1fr); grid-template-rows: auto auto 1fr auto; gap: .4rem 1.25rem; padding: 1.25rem; }
.news-card--row .news-card__surface > img, .news-card--row .news-card__cover { grid-column: 1; grid-row: 1 / 5; width: 224px; height: 150px; border-radius: var(--r-s); align-self: center; }
.news-card--row .news-card__body { display: contents; }
.news-card--row .news-card__meta { grid-column: 2; grid-row: 1; margin: 0; font-size: .75rem; }
.news-card--row h2, .news-card--row h3 { grid-column: 2; grid-row: 2; margin: 0; font-size: 1.14rem; line-height: 1.55; }
.news-card--row .news-card__body > p:not(.news-card__meta) { grid-column: 2; grid-row: 3; align-self: start; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin: 0; }
.news-card--row .news-card__dates { grid-column: 2; grid-row: 4; }
.news-card--row .news-card__link { display: none; }
.news-detail { width: var(--wrap); margin: .8rem auto 3rem; padding: clamp(1rem, 2.8vw, 2rem); border: 1px solid var(--line); border-radius: var(--r-l); background: var(--paper); box-shadow: var(--sh-1); }
.news-detail .breadcrumbs { width: 100%; margin: 0 0 1.5rem; }
.news-detail__header { width: 100%; margin: 0 0 1.5rem; }
.news-detail__header h1 { width: 100%; margin-top: .55rem; overflow-wrap: break-word; font-size: clamp(1.45rem, 2.8vw, 2rem); line-height: 1.5; letter-spacing: -.025em; }
.news-detail__return { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0 0 .8rem; }
.news-detail__back { display: inline-flex; align-items: center; min-height: 44px; color: var(--blue); font-size: .8rem; font-weight: 700; }
.news-detail__return--bottom { margin: 1.5rem 0 0; }
.news-detail__safety { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .4rem .75rem; margin: .75rem 0; padding: .65rem .8rem; border: 1px solid var(--line); border-radius: var(--r-s); background: var(--surface); font-size: .75rem; }
.news-detail__safety p { margin: 0; color: var(--ink-2); }
.news-detail__safety a { color: var(--blue); font-weight: 700; text-decoration: underline; }
.news-revisions { display: grid; gap: .55rem; max-width: 48rem; margin: .9rem 0 0; padding: .8rem; border: 1px solid var(--line); border-radius: var(--r-m); background: var(--surface); }
.news-revisions__item { display: grid; grid-template-columns: auto auto minmax(0, 1fr); gap: .35rem .65rem; align-items: baseline; padding: .65rem .75rem; border-radius: var(--r-s); background: var(--paper); }
.news-revisions__item strong { color: var(--ink-2); font-size: var(--fs-xs); }
.news-revisions__item time { color: var(--ink-3); font-size: .72rem; white-space: nowrap; }
.news-revisions__item a { min-width: 0; overflow-wrap: break-word; color: var(--blue); font-weight: 800; }
.news-revisions__item--latest { background: var(--surface-accent); }
.news-revisions__item--latest strong::before { display: inline-block; width: .48rem; height: .48rem; margin-right: .4rem; border-radius: 50%; background: var(--green); content: ""; vertical-align: .02rem; }
.news-detail__summary { max-width: 48rem; margin-top: .9rem; color: var(--ink-2); font-size: 1rem; line-height: 1.8; }
.news-detail__image { margin: 0 auto 2rem; }
.news-detail__image img { width: 100%; max-height: 560px; object-fit: cover; border-radius: var(--r-l); }
.news-detail__image figcaption { margin-top: .45rem; color: var(--ink-3); font-size: .7rem; }
.news-detail__image--illustration { max-width: 30rem; }
.news-detail__image--illustration img { height: auto; object-fit: contain; }
.news-detail__body, .news-sources, .news-share, .news-related { max-width: 48rem; margin-right: auto; margin-left: auto; }
.news-detail__body { font-size: clamp(1rem, 1.3vw, 1.08rem); line-height: 1.95; }
.news-detail__body h2 { margin: 2.5rem 0 .8rem; font-size: var(--fs-3); }
.news-detail__body h2:first-child { margin-top: 0; }
.news-detail__body h3 { margin: 1.8rem 0 .6rem; font-size: var(--fs-4); }
.news-sources, .news-related { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.news-sources ul { display: grid; gap: .5rem; margin: 1rem 0; }
.news-sources a { color: var(--blue); font-weight: 700; }
.news-sources time { display: block; margin-top: .2rem; color: var(--ink-3); font-size: .75rem; }
.news-sources p { color: var(--ink-3); font-size: var(--fs-xs); }
.news-share { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 2rem; margin-bottom: 2rem; }
.news-share__fallback { flex: 1 0 100%; min-width: 0; width: 100%; padding: .6rem; font-size: 16px; }
.news-follow { width: var(--wrap); margin: 0 auto 1rem; padding: .6rem .85rem; border: 1px solid var(--line); border-radius: var(--r-m); background: var(--surface); }
.news-detail .news-follow { width: 100%; max-width: 48rem; margin: 1rem auto; }
.news-follow__row { display: flex; flex-wrap: wrap; align-items: baseline; gap: .4rem 1rem; }
.news-follow__latest { color: var(--blue); font-weight: 700; margin-right: auto; }
.news-follow .btn { min-height: 44px; white-space: normal; }
.news-follow__rss { flex: 0 1 auto; color: var(--ink-2); font-size: .8rem; }
.news-follow__rss[open] { flex-basis: 100%; }
.news-follow__rss summary { cursor: pointer; min-height: 44px; display: list-item; align-content: center; }
.news-follow__rss p { margin: .5rem 0; line-height: 1.65; }
.news-follow__rss a { color: var(--blue); text-decoration: underline; overflow-wrap: anywhere; }
.news-follow__saved { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem .7rem; border-top: 1px solid var(--line); margin-top: .5rem; padding-top: .5rem; font-size: .8rem; }
.news-follow__saved a { color: var(--blue); font-weight: 700; }
.news-follow__saved button { margin-left: auto; padding: .5rem; min-height: 44px; color: var(--ink-2); background: transparent; border: 0; text-decoration: underline; cursor: pointer; }
.news-action-status { flex-basis: 100%; margin: 0; font-size: .8rem; color: var(--ink-2); }
.news-action-status:empty { display: none; }
.news-follow [hidden], .news-share [hidden] { display: none !important; }
.news-follow a:focus-visible, .news-follow button:focus-visible, .news-follow summary:focus-visible, .news-share button:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.news-related .news-grid { width: 100%; margin: 1rem 0 0; }
.news-event-list { display: grid; gap: .65rem; margin: .75rem 0; }
.news-event-link { display: flex; gap: .8rem; align-items: center; padding: .7rem; border: 1px solid var(--line); border-radius: var(--r-m); background: var(--paper); color: var(--ink); text-decoration: none; }
.news-event-link img { width: 96px; height: 72px; object-fit: cover; border-radius: var(--r-s); flex-shrink: 0; }
.news-event-link > div { min-width: 0; }
.news-event-link time { color: var(--blue-d); font-size: .8rem; font-weight: 700; }
.news-event-link h3 { margin: .2rem 0; font-size: 1rem; line-height: 1.5; overflow-wrap: break-word; }
.news-event-link p { margin: 0; color: var(--ink-2); font-size: .75rem; line-height: 1.5; }
.news-event-link:hover { background: var(--surface); }
.news-event-link:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
@media (max-width: 639px) { .news-event-link img { width: 72px; height: 72px; } .news-event-link { gap: .6rem; padding: .6rem; } }
.news-destinations { max-width: 48rem; margin: 1.5rem auto; padding: 1rem; border: 1px solid var(--line); border-radius: var(--r-l); background: var(--blue-50); }
.news-destinations h2 { margin: 0 0 .65rem; font-size: 1rem; }
.news-destinations ul { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; margin: 0; padding: 0; }
.news-destinations li { min-width: 0; }
.news-destinations .btn { min-height: 44px; white-space: normal; text-align: left; }
.empty { grid-column: 1 / -1; padding: 3rem; text-align: center; border: 1px solid var(--line); border-radius: var(--r-l); background: var(--paper); }

@media (max-width: 800px) {
  .news-pagination { width: var(--wrap); }
  .news-pagination--compact { gap: .5rem; }
  .news-index__header { width: var(--wrap); margin: .7rem auto .9rem; }
  .news-index__header h1 { font-size: 1.3rem; line-height: 1.5; }
  .news-filters { width: var(--wrap); padding: .65rem; }
  .news-filters__cities { gap: .25rem; }
  .news-filters__cities a { padding-inline: .5rem; font-size: .75rem; }
  .news-filters__search { grid-template-columns: minmax(0, 1fr) auto; }
  .news-filters__keyword { grid-column: 1 / -1; }
  .news-grid { grid-template-columns: 1fr; gap: .7rem; width: var(--wrap); }
  .news-card__surface { display: grid; grid-template-columns: 7rem minmax(0, 1fr); }
  .news-card__surface > img { height: 100%; aspect-ratio: auto; }
  .news-card__cover { height: 100%; aspect-ratio: auto; }
  .news-card__body { padding: .85rem; }
  .news-card h2, .news-card h3 { font-size: 1rem; }
  .news-card__body > p:not(.news-card__meta) { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .news-grid--feed { gap: 0; }
  .news-card--row .news-card__surface { grid-template-columns: 104px minmax(0, 1fr); grid-template-rows: auto auto auto auto; gap: .65rem .8rem; padding: 1rem .9rem; }
  .news-card--row .news-card__surface > img, .news-card--row .news-card__cover { grid-column: 1; grid-row: 2; width: 104px; height: 78px; align-self: start; }
  .news-card--row .news-card__meta { grid-column: 1 / -1; grid-row: 1; }
  .news-card--row .news-card__dates { grid-column: 1 / -1; grid-row: 4; font-size: .75rem; }
  .news-card--row .news-card__body > p:not(.news-card__meta) { grid-column: 1 / -1; grid-row: 3; font-size: .85rem; }
  .news-card--row .news-card__cover-brand { font-size: .55rem; }
  .news-card--row .news-card__cover strong { font-size: .8rem; }
  .news-card--row h2, .news-card--row h3 { font-size: 1rem; }
  .news-detail { width: var(--wrap); margin: .5rem auto 2rem; padding: 1rem; }
  .news-detail .breadcrumbs { margin-bottom: 1rem; }
  .news-detail__header { margin-bottom: 1.5rem; }
  .news-detail__header h1 { font-size: 1.4rem; line-height: 1.5; }
  .news-detail__summary { font-size: .9rem; }
  .news-revisions__item { grid-template-columns: 1fr auto; }
  .news-revisions__item a { grid-column: 1 / -1; }
  .news-share .btn { flex: 1; }
  .news-follow__row { gap: .2rem .65rem; }
  .news-follow__latest { flex-basis: 100%; font-size: .9rem; }
  .news-follow__rss { margin-left: auto; }
  .news-share .btn { flex-basis: calc(50% - .65rem); white-space: normal; }
  .news-related .news-card__surface { grid-template-columns: 6rem minmax(0, 1fr); }
}
@media (max-width: 360px) {
  .news-card--row .news-card__surface { grid-template-columns: 80px minmax(0, 1fr); column-gap: .65rem; }
  .news-card--row .news-card__surface > img, .news-card--row .news-card__cover { width: 80px; height: 64px; }
}
@media (prefers-reduced-motion: reduce) {
  .news-card { transition: none; }
  .news-card:hover, .news-card:focus-within { transform: none; }
}
