html[data-page="romania"] .site-header { background: var(--fog); }
html[data-page="romania"] .site-nav a[aria-current="page"] { color: var(--cobalt); }

.ro-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  align-items: center;
  gap: clamp(40px, 7vw, 120px);
  padding-block: clamp(64px, 9vw, 130px);
}
.ro-hero h1 { max-width: 12ch; margin: 0; font: 780 clamp(3.4rem, 7vw, 7.4rem) / .88 var(--display); letter-spacing: -.07em; }
.ro-hero-lede { max-width: 640px; margin: 30px 0 0; color: var(--ink-soft); font-size: clamp(1.06rem, 1.5vw, 1.32rem); line-height: 1.5; }
.ro-hero .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.ro-subnav { display: flex; flex-wrap: wrap; gap: 6px 22px; margin-top: 34px; font: 600 .74rem/1.2 var(--utility); letter-spacing: .06em; text-transform: uppercase; }
.ro-subnav a { color: var(--ink-soft); text-decoration: none; border-bottom: 1px solid transparent; padding-bottom: 3px; }
.ro-subnav a:hover, .ro-subnav a:focus-visible { color: var(--cobalt); border-color: var(--cobalt); }

.ro-hero-note { padding: clamp(24px, 3vw, 38px); border: 1px solid var(--rule); border-radius: 18px; background: var(--fog); }
.ro-note-number { margin: 0; color: var(--ink); font: 780 clamp(4rem, 8vw, 7rem) / .9 var(--display); letter-spacing: -.06em; font-variant-numeric: tabular-nums; }
.ro-note-label { margin: 10px 0 0; color: var(--cobalt); font: 600 .68rem/1.2 var(--utility); letter-spacing: .1em; text-transform: uppercase; }
.ro-note-rule { height: 1px; margin: 22px 0; background: var(--rule); }
.ro-note-copy { margin: 0; color: var(--ink-soft); font-size: .95rem; line-height: 1.5; }

.ro-lead-section, .ro-featured-section, .ro-all-section { scroll-margin-top: 86px; border-top: 1px solid var(--rule); }
.ro-lead-section .section-label, .ro-featured-section .section-label, .ro-all-section .section-label { color: var(--cobalt); }

.ro-lead { min-width: 0; overflow: hidden; border: 1px solid var(--rule); border-radius: 18px; background: var(--fog); }
.ro-lead > a { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); color: var(--ink); text-decoration: none; }
.ro-lead-media { overflow: hidden; background: var(--fog); min-height: 100%; }
.ro-lead-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .4s ease; }
.ro-lead-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(26px, 3.5vw, 48px); }
.ro-lead-copy h3 { max-width: 12ch; margin: 0; font: 750 clamp(2.2rem, 4vw, 4.4rem) / .96 var(--display); letter-spacing: -.045em; }
.ro-lead-copy p { max-width: 50ch; margin: 20px 0 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.5; }
.ro-lead:hover .ro-lead-media img { transform: scale(1.03); }
.ro-lead:focus-within { outline: 3px solid var(--coral); outline-offset: 4px; }

.ro-meta { display: block; margin-bottom: 11px; color: var(--cobalt); font: 600 .62rem/1.2 var(--utility); letter-spacing: .08em; text-transform: uppercase; }
.ro-arrow { display: grid; width: 28px; height: 28px; place-items: center; margin-top: 18px; margin-left: auto; border: 1px solid var(--rule); border-radius: 50%; color: var(--ink); font: 700 .82rem/1 var(--display); transition: background .2s ease, border-color .2s ease, color .2s ease; }
.ro-lead:hover .ro-arrow, .ro-card:hover .ro-arrow, .ro-lead:focus-within .ro-arrow, .ro-card:focus-within .ro-arrow { border-color: var(--cobalt); background: var(--cobalt); color: var(--paper); }

.ro-featured-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.ro-card { min-width: 0; overflow: hidden; border: 1px solid var(--rule); border-radius: 14px; background: var(--paper); }
.ro-card > a { display: grid; grid-template-rows: auto 1fr; height: 100%; color: var(--ink); text-decoration: none; }
.ro-card-media { aspect-ratio: 16 / 9; overflow: hidden; background: var(--fog); }
.ro-card-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .4s ease; }
.ro-card-copy { padding: 16px 18px 20px; }
.ro-card h3 { margin: 0; font: 700 clamp(1.2rem, 1.5vw, 1.6rem) / 1.05 var(--display); letter-spacing: -.03em; }
.ro-card p { margin: 10px 0 0; color: var(--ink-soft); font-size: .84rem; line-height: 1.45; }
.ro-card:hover .ro-card-media img { transform: scale(1.035); }
.ro-card:focus-within { outline: 3px solid var(--coral); outline-offset: 4px; }

.ro-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule); }
.ro-list > li { display: grid; grid-template-columns: 148px minmax(0, 1fr) auto; gap: 18px 22px; align-items: start; padding: 18px 0; border-bottom: 1px solid var(--rule); }
.ro-list > li[hidden] { display: none !important; }
.ro-row-media { aspect-ratio: 16 / 9; overflow: hidden; border-radius: 8px; background: var(--fog); }
.ro-row-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.ro-row-copy h3 { margin: 0; font: 700 clamp(1.1rem, 1.4vw, 1.45rem) / 1.1 var(--display); letter-spacing: -.025em; }
.ro-row-copy h3 a { color: var(--ink); text-decoration: none; }
.ro-row-copy h3 a:hover, .ro-row-copy h3 a:focus-visible { color: var(--cobalt); text-decoration: underline; text-underline-offset: 3px; }
.ro-row-copy p { margin: 8px 0 0; max-width: 70ch; color: var(--ink-soft); font-size: .9rem; line-height: 1.45; }
.ro-row-date { color: var(--ink-soft); font: 600 .68rem/1.4 var(--utility); letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; font-variant-numeric: tabular-nums; }
.ro-list-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; margin: 24px 0 0; color: var(--ink-soft); font-size: .9rem; }

@media (max-width: 1000px) {
  .ro-hero { grid-template-columns: 1fr; }
  .ro-featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .ro-lead > a { grid-template-columns: 1fr; }
  .ro-lead-media { aspect-ratio: 16 / 9; min-height: 0; }
  .ro-list > li { grid-template-columns: 110px minmax(0, 1fr); }
  .ro-row-date { grid-column: 2; }
}
@media (max-width: 480px) {
  .ro-featured-grid { grid-template-columns: 1fr; }
  .ro-list > li { grid-template-columns: 1fr; }
  .ro-row-media { max-width: 220px; }
  .ro-row-date { grid-column: 1; }
}
