.news-page { min-height: 100vh; background: var(--page); }
.news-page .site-header { position: sticky; top: 0; backdrop-filter: blur(14px); }
.news-hero { padding: clamp(50px, 8vw, 92px) 0 34px; border-bottom: 1px solid var(--line); background: var(--brand-soft); }
.news-hero-copy { display: grid; grid-template-columns: minmax(0, .9fr) minmax(260px, .55fr); align-items: end; gap: 28px 72px; }
.news-hero h1 { margin: 0; font-size: clamp(42px, 6.2vw, 72px); line-height: 1; letter-spacing: -.045em; }
.news-hero-copy > p { max-width: 34ch; margin: 0 0 3px; color: var(--ink-soft); font-size: 16px; }
.news-filters { display: flex; gap: 8px; margin-top: 45px; padding: 0; overflow-x: auto; scrollbar-width: thin; }
.news-filters a { flex: 0 0 auto; padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); background: rgba(255,255,255,.64); font-size: 14px; font-weight: 700; text-decoration: none; transition: color 160ms ease-out, border-color 160ms ease-out, background 160ms ease-out; }
.news-filters a:hover, .news-filters a[aria-current="page"] { border-color: var(--brand); color: #fff; background: var(--brand); }
.news-main { padding-top: clamp(44px, 6vw, 76px); padding-bottom: clamp(74px, 9vw, 118px); }
.feed-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 22px; }
.feed-heading h2 { margin: 0; font-size: clamp(26px, 3.5vw, 38px); line-height: 1.2; letter-spacing: -.03em; }
.feed-heading p { margin: 10px 0 0; color: var(--ink-soft); font-size: 14px; }
.feed-heading > p { flex: 0 0 auto; margin: 0; color: var(--brand-dark); font-weight: 700; }
.news-feed { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.news-feed-item { display: grid; grid-template-columns: 116px minmax(0,1fr); min-height: 156px; border-bottom: 1px solid var(--line); }
.news-date { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 24px 22px 24px 0; color: var(--brand-dark); font-variant-numeric: tabular-nums; }
.news-date span { font-size: 24px; font-weight: 800; line-height: 1; letter-spacing: -.04em; }
.news-date small { margin-top: 7px; color: var(--ink-soft); font-size: 12px; }
.news-record { position: relative; display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 27px 152px 27px 29px; border-left: 1px solid var(--brand-soft); transition: background 160ms ease-out, border-color 160ms ease-out; }
.news-feed-item:hover .news-record { border-color: var(--brand); background: var(--paper); }
.news-feed-item.is-recruitment .news-record { border-color: #f7d6df; }
.news-feed-item.is-recruitment:hover .news-record { border-color: var(--pink); }
.news-record-meta { display: flex; flex-wrap: wrap; gap: 7px 14px; margin-bottom: 10px; color: var(--ink-soft); font-size: 13px; }
.news-type { color: var(--brand-dark); font-weight: 800; }
.is-recruitment .news-type { color: #a84e68; }
.news-record h3 { max-width: 35ch; margin: 0; font-size: clamp(19px, 2.2vw, 25px); line-height: 1.42; letter-spacing: -.02em; }
.news-record h3 a { text-decoration-color: transparent; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.news-record h3 a:hover { text-decoration-color: currentColor; }
.news-read-link { position: absolute; top: 50%; right: 28px; display: inline-flex; align-items: center; gap: 8px; color: var(--brand-dark); font-size: 14px; font-weight: 800; text-decoration: none; transform: translateY(-50%); }
.news-read-link span { font-size: 20px; transition: transform 160ms ease-out; }
.news-record:hover .news-read-link span { transform: translateX(4px); }
.news-empty { padding: clamp(44px, 8vw, 76px) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.news-empty h2 { margin: 0; font-size: 28px; }
.news-empty p { max-width: 48ch; margin: 14px 0 22px; color: var(--ink-soft); }
.news-empty div { display: flex; flex-wrap: wrap; gap: 10px; }
.news-empty a, .news-pagination a { display: inline-flex; min-height: 40px; align-items: center; padding: 0 14px; border: 1px solid var(--brand); border-radius: 10px; color: var(--brand-dark); font-weight: 700; text-decoration: none; }
.news-empty a:hover, .news-pagination a:hover { color: #fff; background: var(--brand); }
.news-empty .news-empty-link { display: inline; min-height: 0; padding: 0; border: 0; border-radius: 0; color: var(--brand-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.news-empty .news-empty-link:hover { color: var(--brand-dark); background: transparent; }
.news-pagination { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 30px; color: var(--ink-soft); font-size: 14px; }
.news-pagination > :first-child:last-child { margin-left: auto; }

@media (max-width: 700px) {
  .news-page .site-header { position: relative; }
  .news-hero { padding-top: 42px; }
  .news-hero-copy { grid-template-columns: 1fr; gap: 18px; }
  .news-hero-copy > p { margin: 0; }
  .news-filters { margin-top: 31px; padding-bottom: 4px; }
  .feed-heading { display: block; }
  .feed-heading > p { margin-top: 14px; }
  .news-feed-item { grid-template-columns: 74px minmax(0,1fr); min-height: 0; }
  .news-date { justify-content: flex-start; padding: 25px 12px 0 0; }
  .news-date span { font-size: 18px; }
  .news-record { min-height: 156px; padding: 24px 18px 56px 20px; }
  .news-record-meta { gap: 5px 10px; font-size: 12px; }
  .news-record h3 { font-size: 19px; }
  .news-read-link { top: auto; right: 18px; bottom: 17px; transform: none; }
  .news-pagination { flex-wrap: wrap; }
}
