/* Frontend R2-3 — Homepage News + Honors Presentation */

.r2-newsroom-layer,
.r2-honors-layer {
  position:relative;
  isolation:isolate;
}

.r2-newsroom-layer {
  padding:clamp(86px,9vw,140px) 0;
  border-top:1px solid rgba(135,155,194,.12);
  background:
    radial-gradient(circle at 84% 20%,rgba(91,140,255,.065),transparent 34%),
    linear-gradient(180deg,rgba(5,9,17,.22),rgba(5,9,17,.05));
}

.r2-editorial-head {
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(320px,1.2fr);
  gap:clamp(40px,7vw,96px);
  align-items:end;
  margin-bottom:clamp(42px,5vw,68px);
}

.r2-editorial-head h2,
.r2-honors-head h2 {
  margin:16px 0 0;
  font-size:clamp(40px,5vw,70px);
  line-height:.98;
  letter-spacing:-.05em;
  text-wrap:balance;
}

.r2-editorial-head-copy {
  max-width:650px;
  margin:0;
  color:var(--muted);
  font-size:15.5px;
  line-height:1.85;
}

.r2-news-list {
  border-top:1px solid rgba(135,155,194,.18);
}

.r2-news-item {
  display:grid;
  grid-template-columns:150px minmax(0,1fr) 42px;
  gap:clamp(24px,4vw,56px);
  align-items:start;
  padding:30px 6px;
  border-bottom:1px solid rgba(135,155,194,.16);
  cursor:pointer;
  transition:
    background .22s ease,
    padding-left .22s ease,
    padding-right .22s ease;
}

.r2-news-item:hover {
  padding-left:16px;
  padding-right:16px;
  background:
    linear-gradient(90deg,rgba(91,140,255,.055),rgba(37,230,200,.02),transparent);
}

.r2-news-meta {
  display:flex;
  flex-direction:column;
  gap:8px;
  padding-top:3px;
}

.r2-news-category {
  color:var(--acc2);
  font-size:10.5px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.r2-news-date {
  color:var(--faint);
  font-size:12px;
}

.r2-news-copy h3 {
  margin:0;
  max-width:860px;
  font-size:clamp(23px,2.5vw,34px);
  line-height:1.13;
  letter-spacing:-.03em;
}

.r2-news-copy p {
  max-width:820px;
  margin:14px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.75;
}

.r2-news-arrow {
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  margin-top:2px;
  border:1px solid rgba(133,155,194,.18);
  border-radius:50%;
  color:var(--acc2);
}

.r2-content-state {
  padding:34px 0;
  color:var(--muted);
  font-size:14px;
  border-bottom:1px solid rgba(135,155,194,.14);
}

.r2-section-action {
  display:flex;
  justify-content:flex-end;
  margin-top:26px;
}

.r2-section-action a {
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:44px;
  padding:0 16px;
  border:1px solid rgba(117,154,255,.23);
  border-radius:10px;
  color:var(--text);
  font-size:13px;
  font-weight:750;
  background:rgba(255,255,255,.018);
  cursor:pointer;
}

.r2-honors-layer {
  padding:clamp(72px,8vw,126px) 0 clamp(98px,10vw,154px);
  overflow:hidden;
}

.r2-honors-layer::before {
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 58%,rgba(230,182,77,.055),transparent 36%),
    radial-gradient(circle at 82% 28%,rgba(91,140,255,.045),transparent 34%);
}

.r2-honors-head {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);
  gap:clamp(36px,7vw,96px);
  align-items:end;
  margin-bottom:clamp(40px,5vw,66px);
}

.r2-honors-head p {
  margin:0 0 2px;
  color:var(--muted);
  font-size:15px;
  line-height:1.85;
}

.r2-honors-stage {
  position:relative;
  padding-left:34px;
}

.r2-honors-stage::before {
  content:"";
  position:absolute;
  left:7px;
  top:5px;
  bottom:5px;
  width:1px;
  background:
    linear-gradient(
      to bottom,
      rgba(230,182,77,.68),
      rgba(91,140,255,.22),
      transparent
    );
}

.r2-honor-item {
  position:relative;
  display:grid;
  grid-template-columns:130px minmax(0,1fr);
  gap:clamp(22px,4vw,54px);
  padding:0 0 38px;
}

.r2-honor-item:last-child {
  padding-bottom:0;
}

.r2-honor-item::before {
  content:"";
  position:absolute;
  left:-31px;
  top:8px;
  width:9px;
  height:9px;
  border:2px solid rgba(230,182,77,.72);
  border-radius:50%;
  background:#070a11;
  box-shadow:0 0 0 5px rgba(230,182,77,.055);
}

.r2-honor-date {
  color:#d8b769;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.r2-honor-copy {
  max-width:820px;
}

.r2-honor-copy h3 {
  margin:0;
  font-size:clamp(24px,2.7vw,38px);
  line-height:1.08;
  letter-spacing:-.035em;
}

.r2-honor-copy p {
  max-width:760px;
  margin:13px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.75;
}

.r2-honors-empty {
  padding:28px 0;
  color:var(--muted);
  font-size:14px;
}

@media (max-width:900px) {
  .r2-editorial-head,
  .r2-honors-head {
    grid-template-columns:1fr;
    gap:18px;
  }

  .r2-news-item {
    grid-template-columns:120px minmax(0,1fr) 38px;
    gap:22px;
  }
}

@media (max-width:640px) {
  .r2-newsroom-layer {
    padding:68px 0;
  }

  .r2-news-item {
    grid-template-columns:1fr 34px;
    gap:12px;
    padding:25px 0;
  }

  .r2-news-meta {
    grid-column:1;
    flex-direction:row;
    gap:12px;
    align-items:center;
  }

  .r2-news-copy {
    grid-column:1 / -1;
  }

  .r2-news-arrow {
    grid-column:2;
    grid-row:1;
    width:30px;
    height:30px;
  }

  .r2-news-item:hover {
    padding-left:6px;
    padding-right:6px;
  }

  .r2-honors-layer {
    padding:66px 0 90px;
  }

  .r2-honors-stage {
    padding-left:26px;
  }

  .r2-honors-stage::before {
    left:5px;
  }

  .r2-honor-item {
    grid-template-columns:1fr;
    gap:8px;
    padding-bottom:32px;
  }

  .r2-honor-item::before {
    left:-25px;
  }
}

@media (prefers-reduced-motion:reduce) {
  .r2-news-item {
    transition:none;
  }
}
