.news-hero { position: relative; min-height: 650px; display: flex; flex-direction: column; overflow: hidden; isolation: isolate; }
.news-hero-grid, .article-hero-grid { position: absolute; z-index: -2; inset: 0; opacity: .42; background-image: linear-gradient(rgba(220,247,239,.065) 1px, transparent 1px), linear-gradient(90deg, rgba(220,247,239,.065) 1px, transparent 1px); background-size: 75px 75px; mask-image: linear-gradient(180deg, #000, transparent 92%); }
.news-hero-glow { position: absolute; z-index: -1; top: -270px; right: -170px; width: 720px; height: 720px; border: 1px solid rgba(169,241,210,.13); border-radius: 50%; background: radial-gradient(circle at 40% 58%, rgba(81,215,207,.16), transparent 60%); }
.news-hero-glow::after { content: ""; position: absolute; bottom: 15%; left: 11%; width: 9px; height: 9px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 22px 5px rgba(169,241,210,.35); }
.news-hero-layout { flex: 1; display: grid; grid-template-columns: 1.2fr .6fr; align-items: end; gap: 70px; padding: 180px 0 95px; }
.news-hero h1 { margin: 28px 0 0; color: var(--white); font-size: clamp(55px, 7vw, 94px); font-weight: 570; line-height: 1.04; letter-spacing: -.075em; }
.news-hero h1 em { color: var(--mint); font-family: var(--serif); font-weight: 420; }
.news-hero-layout > p { max-width: 390px; margin: 0 0 13px; color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.75; word-break: keep-all; }
.news-hero-footer { height: 72px; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.5); border-top: 1px solid rgba(255,255,255,.17); font-size: 9px; letter-spacing: .13em; }
.news-hero-footer a { display: flex; align-items: center; gap: 10px; }
.news-hero-footer i { position: relative; width: 29px; height: 1px; background: currentColor; }
.news-hero-footer i::after { content: ""; position: absolute; right: 0; top: -2px; width: 5px; height: 5px; border-radius: 50%; background: var(--mint); }

.news-list-section { min-height: 620px; padding: 135px 0 155px; }
.news-section-head { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.news-filter { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.news-filter button { padding: 8px 13px; color: #6f7b7e; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 11px; }
.news-filter button.is-active { color: var(--white); border-color: var(--ink); background: var(--ink); }
.news-list-status { min-height: 220px; display: flex; align-items: center; justify-content: center; gap: 10px; color: #697679; font-size: 13px; }
.news-list-status[hidden] { display: none; }
.news-list-status.is-ready { min-height: 0; justify-content: flex-start; margin-top: 22px; }
.news-list-status.is-empty, .news-list-status.is-error { border-bottom: 1px solid var(--line); }
.news-list-status.is-error { color: #9f4e48; }
.news-loading-dot { width: 8px; height: 8px; border-radius: 50%; background: #25847e; box-shadow: 0 0 0 0 rgba(37,132,126,.4); animation: news-pulse 1.6s infinite; }
@keyframes news-pulse { 70% { box-shadow: 0 0 0 10px rgba(37,132,126,0); } 100% { box-shadow: 0 0 0 0 rgba(37,132,126,0); } }
.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; margin-top: 55px; }
.news-card { min-width: 0; border: 1px solid var(--line); background: var(--white); transition: transform .3s, box-shadow .3s; }
.news-card:hover { transform: translateY(-6px); box-shadow: 0 19px 42px rgba(7,22,30,.09); }
.news-card > a { height: 100%; display: grid; grid-template-columns: 42% 1fr; }
.news-card.is-featured { grid-column: 1 / -1; min-height: 440px; }
.news-card.is-featured > a { grid-template-columns: 55% 1fr; }
.news-card-media { position: relative; min-height: 280px; display: grid; place-items: center; overflow: hidden; background: var(--ink-soft); }
.news-card.is-featured .news-card-media { min-height: 440px; }
.news-card-media::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.08); pointer-events: none; }
.news-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.news-card:hover .news-card-media img { transform: scale(1.025); }
.news-card-mark { position: relative; width: 118px; height: 118px; border: 1px solid rgba(169,241,210,.2); border-radius: 50%; }
.news-card-mark i { position: absolute; border-radius: 50%; }
.news-card-mark i:nth-child(1) { left: 25px; top: 43px; width: 20px; height: 20px; background: var(--mint); }
.news-card-mark i:nth-child(2) { left: 47px; top: 29px; width: 27px; height: 27px; background: var(--aqua); }
.news-card-mark i:nth-child(3) { right: 24px; bottom: 24px; width: 16px; height: 16px; background: var(--blue); }
.news-card-content { min-width: 0; display: flex; flex-direction: column; padding: 28px; }
.news-card.is-featured .news-card-content { padding: 45px; }
.news-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 15px; color: #68777a; font-size: 9px; font-weight: 680; letter-spacing: .08em; }
.news-card-meta span { color: #176b66; }
.news-card h2 { margin: 38px 0 13px; font-size: clamp(24px, 2.5vw, 37px); font-weight: 580; line-height: 1.22; letter-spacing: -.06em; overflow-wrap: anywhere; word-break: keep-all; }
.news-card:not(.is-featured) h2 { margin-top: 28px; font-size: clamp(22px, 2vw, 29px); }
.news-card-content > p { display: -webkit-box; overflow: hidden; margin: 0; color: #657275; font-size: 14px; line-height: 1.72; word-break: keep-all; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.news-card-more { margin-top: auto; padding-top: 30px; color: #175f5c; font-size: 11px; font-weight: 680; }

.news-closing { padding: 125px 0; }
.news-closing-layout { display: grid; grid-template-columns: 1.1fr .55fr; align-items: end; gap: 80px; }
.news-closing .display { margin-top: 29px; }
.news-closing-layout > div:last-child > p { margin: 0 0 28px; color: rgba(255,255,255,.63); line-height: 1.75; }

.article-hero { position: relative; min-height: 610px; display: flex; overflow: hidden; isolation: isolate; }
.article-hero::after { content: ""; position: absolute; z-index: -1; top: -320px; right: -170px; width: 680px; height: 680px; border: 1px solid rgba(169,241,210,.13); border-radius: 50%; background: radial-gradient(circle, rgba(81,215,207,.1), transparent 65%); }
.article-hero-inner { align-self: end; padding: 180px 0 82px; }
.article-hero h1 { max-width: 990px; margin: 27px 0 23px; color: var(--white); font-size: clamp(48px, 6.5vw, 88px); font-weight: 570; line-height: 1.08; letter-spacing: -.075em; word-break: keep-all; }
.article-lead { max-width: 720px; margin: 0; color: rgba(255,255,255,.67); font-size: 18px; line-height: 1.75; word-break: keep-all; }
.article-meta { display: flex; gap: 22px; margin-top: 34px; color: rgba(255,255,255,.49); font-size: 10px; font-weight: 580; letter-spacing: .04em; }
.article-main { padding: 0 0 130px; }
.article-layout { max-width: 900px; }
.article-cover { width: min(1120px, calc(100vw - 40px)); margin: 0 50% 70px; transform: translate(-50%, -1px); }
.article-cover img { display: block; width: 100%; max-height: 680px; object-fit: cover; }
.article-content { padding-top: 100px; }
.article-cover + .article-content { padding-top: 0; }
.article-content > *:first-child { margin-top: 0; }
.article-content h2 { margin: 2.3em 0 .75em; font-size: clamp(31px, 4vw, 46px); font-weight: 600; line-height: 1.25; letter-spacing: -.06em; word-break: keep-all; }
.article-content h3 { margin: 2em 0 .7em; font-size: clamp(25px, 3vw, 34px); font-weight: 590; line-height: 1.3; letter-spacing: -.055em; }
.article-content p, .article-content li { color: #34484d; font-size: 18px; line-height: 1.95; word-break: keep-all; }
.article-content p { margin: 1.25em 0; }
.article-content ul { display: grid; gap: 8px; margin: 27px 0; padding-left: 24px; }
.article-content li::marker { color: #23817b; }
.article-content blockquote { margin: 50px 0; padding: 28px 35px; color: #1d625d; border-left: 4px solid #277e78; background: rgba(169,241,210,.19); font-family: var(--serif); font-size: clamp(24px, 3vw, 33px); font-style: italic; line-height: 1.55; }
.article-content figure { margin: 55px 0; }
.article-content figure img { display: block; width: 100%; height: auto; }
.article-content figcaption { margin-top: 10px; color: #778386; font-size: 11px; text-align: center; }
.article-content hr { margin: 70px 0; border: 0; border-top: 1px solid var(--line); }
.article-action a { display: inline-flex; align-items: center; gap: 28px; padding: 13px 17px; color: var(--ink); background: var(--mint); font-size: 13px; font-weight: 650; }
.article-action a:hover { background: var(--aqua); }
.article-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 90px; padding-top: 25px; border-top: 1px solid var(--line); color: #1b6864; font-size: 12px; font-weight: 650; }

.news-not-found { min-height: 100svh; display: grid; place-items: center; padding: 40px; }
.news-not-found main { width: min(690px, 100%); }
.news-not-found .brand { margin-bottom: 80px; }
.news-not-found h1 { margin: 28px 0 18px; color: var(--white); font-size: clamp(48px, 8vw, 80px); font-weight: 570; line-height: 1.08; letter-spacing: -.075em; }
.news-not-found main > p:not(.eyebrow) { margin: 0 0 34px; color: rgba(255,255,255,.65); }

@media (max-width: 900px) {
  .news-hero-layout { grid-template-columns: 1fr .55fr; gap: 35px; }
  .news-card > a, .news-card.is-featured > a { grid-template-columns: 1fr; }
  .news-card.is-featured { min-height: 0; }
  .news-card.is-featured .news-card-media { min-height: 360px; }
  .news-closing-layout { grid-template-columns: 1fr .65fr; gap: 45px; }
}

@media (max-width: 720px) {
  .news-hero { min-height: 660px; }
  .news-hero-layout { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 30px; padding: 135px 0 60px; }
  .news-hero h1 { font-size: clamp(48px, 14vw, 66px); }
  .news-hero-layout > p { margin: 0; font-size: 15px; }
  .news-hero-footer { height: 56px; font-size: 8px; }
  .news-list-section { padding: 95px 0 105px; }
  .news-section-head { align-items: flex-start; flex-direction: column; }
  .news-filter { justify-content: flex-start; }
  .news-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 38px; }
  .news-card.is-featured { grid-column: auto; }
  .news-card-media, .news-card.is-featured .news-card-media { min-height: 270px; }
  .news-card-content, .news-card.is-featured .news-card-content { min-height: 275px; padding: 24px; }
  .news-card h2, .news-card:not(.is-featured) h2 { margin-top: 27px; font-size: 27px; }
  .news-closing { padding: 95px 0; }
  .news-closing-layout { grid-template-columns: 1fr; gap: 34px; }
  .article-hero { min-height: 590px; }
  .article-hero-inner { padding: 145px 0 60px; }
  .article-hero h1 { font-size: clamp(44px, 12.5vw, 64px); }
  .article-lead { font-size: 15px; }
  .article-main { padding-bottom: 90px; }
  .article-cover { margin-bottom: 45px; }
  .article-content { padding-top: 70px; }
  .article-content p, .article-content li { font-size: 16px; line-height: 1.85; }
  .article-content blockquote { margin: 37px 0; padding: 22px 24px; }
  .article-content figure { margin: 40px 0; }
  .article-content hr { margin: 50px 0; }
  .article-footer { align-items: flex-start; flex-direction: column; margin-top: 65px; }
}

@media (prefers-reduced-motion: reduce) {
  .news-loading-dot { animation: none; }
  .news-card, .news-card-media img { transition: none; }
}
