/* ═══════════════════════════════════════════════════
   Eurocomunicazione — main.css
   Basato su design V1 "L'Autorevole"
   ═══════════════════════════════════════════════════ */

/* ─── Variables ─────────────────────────────────── */
:root {
  --blue:      #0A3D91;
  --blue-dark: #082C68;
  --blue-ink:  #0a2348;
  --gold:      #B0892B;
  --gold-soft: #caa343;
  --red:       #B33124;
  --paper:     #ffffff;
  --wash:      #f4f5f8;
  --line:      #dde1ea;
  --ink:       #16202e;
  --muted:     #5c6573;
}

/* ─── Reset / Base ───────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Spectral", Georgia, serif;
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }
p { margin: 0; }

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

/* Admin bar offset */
.admin-bar .ec-nav { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar .ec-nav { top: 46px; }
}

/* ─── Utility Bar ────────────────────────────────── */
.utility {
  background: var(--blue-ink);
  color: #cdd6e6;
  font-family: "Archivo", sans-serif;
  font-size: 12px;
}
.utility .wrap { display: flex; align-items: center; justify-content: space-between; height: 38px; }
.utility .u-left { display: flex; align-items: center; gap: 18px; }
.utility .u-left .temp { color: #fff; font-weight: 600; }
.utility .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold-soft); }
.utility .u-right { display: flex; align-items: center; gap: 20px; }
.utility a { color: #cdd6e6; letter-spacing: .06em; text-transform: uppercase; font-size: 11px; font-weight: 600; }
.utility a:hover { color: #fff; }
.utility .socials { display: flex; gap: 10px; }
.utility .socials a {
  width: 22px; height: 22px;
  border: 1px solid #2c4373; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; color: #9fb0cf;
  text-transform: none; letter-spacing: 0; font-weight: 400;
}
.utility .socials a:hover { color: #fff; border-color: rgba(255,255,255,.4); }

/* ─── Masthead ───────────────────────────────────── */
.masthead { border-bottom: 3px double var(--blue); background: var(--paper); }
.masthead .wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding-top: 26px; padding-bottom: 22px;
  gap: 24px;
}
.mh-side {
  font-family: "Archivo", sans-serif;
  font-size: 11px; color: var(--muted);
  letter-spacing: .1em; text-transform: uppercase; line-height: 1.7;
}
.mh-side.right { text-align: right; }
.mh-side .k { color: var(--blue); font-weight: 700; }
.brand { text-align: center; }
.brand a { text-decoration: none; }
.site-name {
  margin: 0;
  font-weight: 800; letter-spacing: -.01em;
  color: var(--blue); font-size: 52px; line-height: .95;
  font-family: "Spectral", Georgia, serif;
}
.site-tagline {
  font-family: "Archivo", sans-serif; font-size: 11px;
  letter-spacing: .42em; text-transform: uppercase;
  color: var(--muted); margin-top: 9px; padding-top: 9px;
}

/* ─── Navigation ─────────────────────────────────── */
.ec-nav {
  background: var(--blue);
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
}
.ec-nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 50px; }
.ec-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 2px; }
.ec-nav > .wrap > ul > li { position: relative; }
.ec-nav a {
  display: block; color: #e7edf8;
  font-family: "Archivo", sans-serif; font-weight: 600;
  font-size: 13px; letter-spacing: .06em; text-transform: uppercase;
  padding: 6px 13px; border-radius: 3px; position: relative;
}
.ec-nav a:hover { color: #fff; background: rgba(255,255,255,.08); }
.ec-nav .current-menu-item > a,
.ec-nav .current-cat > a,
.ec-nav .current-cat-ancestor > a { color: #fff; }
.ec-nav .current-menu-item > a::after,
.ec-nav .current-cat > a::after {
  content: "";
  position: absolute; left: 13px; right: 13px;
  bottom: -13px; height: 3px; background: var(--gold-soft);
}

/* Dropdown */
.ec-nav .sub-menu {
  display: none; position: absolute;
  top: 100%; left: 0;
  background: var(--blue-dark);
  min-width: 200px;
  border-top: 3px solid var(--gold-soft);
  z-index: 200;
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
}
.ec-nav > .wrap > ul > li:hover > .sub-menu { display: block; }
.ec-nav .sub-menu li { display: block; }
.ec-nav .sub-menu a {
  padding: 8px 16px; font-size: 12px; border-radius: 0;
  color: #cdd9f0; display: block;
}
.ec-nav .sub-menu a:hover { background: rgba(255,255,255,.06); color: #fff; }

/* Search btn */
.nav-search-btn {
  display: flex; align-items: center; gap: 8px;
  color: #cdd9f0; font-family: "Archivo", sans-serif;
  font-size: 12px; letter-spacing: .1em; text-transform: uppercase;
  cursor: pointer; background: none; border: none; padding: 0;
  flex-shrink: 0;
}
.nav-search-btn .ic {
  width: 30px; height: 30px;
  border: 1px solid rgba(255,255,255,.25); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 17px;
}
.nav-search-btn:hover,
.nav-search-btn:hover .ic { color: #fff; border-color: rgba(255,255,255,.5); }

/* Hamburger */
.nav-hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; background: none; border: none; padding: 8px;
}
.nav-hamburger span {
  display: block; width: 22px; height: 2px;
  background: #fff; border-radius: 2px; transition: .2s;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ─── Search Overlay ─────────────────────────────── */
.search-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(10,35,72,.93); z-index: 500;
  align-items: center; justify-content: center;
}
.search-overlay.open { display: flex; }
.search-overlay form { width: min(600px, 88vw); border-bottom: 2px solid var(--gold-soft); display: flex; gap: 0; }
.search-overlay input[type="search"] {
  flex: 1; background: none; border: none;
  color: #fff; font-family: "Spectral", Georgia, serif;
  font-size: 28px; padding: 12px 0; outline: none;
}
.search-overlay input::placeholder { color: rgba(255,255,255,.35); }
.search-overlay button[type="submit"] {
  background: none; border: none; color: var(--gold-soft);
  font-size: 22px; cursor: pointer; padding: 8px;
}
.search-overlay .ec-search-close {
  position: absolute; top: 24px; right: 24px;
  background: none; border: none; color: #fff;
  font-size: 28px; cursor: pointer; line-height: 1;
}

/* ─── Mobile Menu ────────────────────────────────── */
.mobile-menu-overlay {
  display: none; position: fixed; inset: 0;
  background: var(--blue-ink); z-index: 400;
  overflow-y: auto; padding: 20px 24px 40px;
}
.mobile-menu-overlay.open { display: block; }
.mobile-menu-top { display: flex; justify-content: flex-end; margin-bottom: 16px; }
.mobile-menu-top button { background: none; border: none; color: #fff; font-size: 26px; cursor: pointer; padding: 6px; }
.mobile-menu-overlay ul { list-style: none; margin: 0; padding: 0; }
.mobile-menu-overlay > .mob-nav > li { border-bottom: 1px solid rgba(255,255,255,.1); }
.mobile-menu-overlay a {
  display: block; color: #cdd9f0;
  font-family: "Archivo", sans-serif; font-weight: 600;
  font-size: 18px; letter-spacing: .04em; text-transform: uppercase;
  padding: 13px 0;
}
.mobile-menu-overlay a:hover { color: #fff; }
.mobile-menu-overlay .sub-menu { padding-left: 16px; margin-bottom: 6px; }
.mobile-menu-overlay .sub-menu a { font-size: 14px; padding: 8px 0; color: #9fb0cf; }

/* ─── Ticker ─────────────────────────────────────── */
.ticker {
  display: flex; align-items: stretch;
  border-bottom: 1px solid var(--line);
  font-family: "Archivo", sans-serif;
  overflow: hidden;
}
.ticker .label-tag {
  background: var(--red); color: #fff;
  font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  display: flex; align-items: center; padding: 0 16px;
  white-space: nowrap; flex-shrink: 0;
}
.ticker-track-wrap { flex: 1; overflow: hidden; }
.ticker .track {
  display: flex; align-items: center;
  padding: 9px 18px; gap: 34px;
  font-size: 13.5px; color: var(--ink);
  white-space: nowrap;
  animation: ticker-scroll 32s linear infinite;
}
.ticker .track:hover { animation-play-state: paused; }
.ticker .track b { color: var(--blue); font-weight: 700; }
.ticker .track .sep { color: var(--gold); font-weight: 700; }
@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ─── Kicker ─────────────────────────────────────── */
.kicker {
  font-family: "Archivo", sans-serif; font-size: 11.5px;
  font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--red); display: inline-flex; align-items: center; gap: 8px;
}
.kicker::before { content: ""; width: 18px; height: 2px; background: currentColor; }
.kicker.blue  { color: var(--blue); }
.kicker.gold  { color: var(--gold); }

/* ─── Byline ─────────────────────────────────────── */
.byline {
  font-family: "Archivo", sans-serif; font-size: 12px;
  letter-spacing: .04em; color: var(--muted); text-transform: uppercase;
}
.byline b { color: var(--ink); font-weight: 700; }

/* ─── No-thumb placeholder ───────────────────────── */
.no-thumb {
  background-color: var(--wash);
  background-image: repeating-linear-gradient(135deg, var(--wash) 0, var(--wash) 11px, var(--line) 11px, var(--line) 12px);
  width: 100%; height: 100%;
}

/* ─── Lead Section (homepage) ────────────────────── */
.lead {
  padding: 30px 0 8px;
  display: grid; grid-template-columns: 1.62fr .92fr; gap: 38px;
}
.lead .col-r { border-left: 1px solid var(--line); padding-left: 34px; }

.lead-hero .post-thumbnail {
  aspect-ratio: 16/9; width: 100%;
  margin: 14px 0 16px; border-radius: 2px; overflow: hidden;
}
.lead-hero .post-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.lead-hero h2 {
  font-size: 43px; line-height: 1.04; font-weight: 700;
  letter-spacing: -.012em; margin: 0 0 14px;
}
.lead-hero h2 a:hover { color: var(--blue); }
.lead-hero .stand {
  font-size: 19px; line-height: 1.5;
  color: #2f3947; margin: 0 0 14px; max-width: 60ch;
}

/* Ev-list (sidebar articles) */
.ev-list { margin-top: 14px; display: flex; flex-direction: column; }
.ev {
  display: grid; grid-template-columns: 1fr 84px;
  gap: 14px; padding: 15px 0;
  border-top: 1px solid var(--line); align-items: start;
}
.ev:first-child { border-top: none; padding-top: 2px; }
.ev .post-thumbnail { aspect-ratio: 1/1; border-radius: 2px; overflow: hidden; }
.ev .post-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.ev h3 { margin: 6px 0 8px; font-size: 19px; line-height: 1.16; font-weight: 600; letter-spacing: -.01em; }
.ev h3 a:hover { color: var(--blue); }
.ev .meta { font-family: "Archivo", sans-serif; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); }

/* ─── Dalla Redazione Strip ──────────────────────── */
.strip {
  border-top: 3px solid var(--blue);
  border-bottom: 1px solid var(--line);
  margin-top: 26px; padding: 22px 0 30px;
}
.strip-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 18px; }
.strip-head h4 {
  font-family: "Archivo", sans-serif; font-size: 13px;
  font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
  color: var(--blue); margin: 0;
}
.more {
  font-family: "Archivo", sans-serif; font-size: 11.5px;
  font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold);
}
.more:hover { color: var(--blue); }

.cards4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 26px; }
.card .post-thumbnail { aspect-ratio: 5/4; border-radius: 2px; margin-bottom: 12px; overflow: hidden; }
.card .post-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.card .tagx {
  font-family: "Archivo", sans-serif; font-size: 10.5px;
  font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold);
}
.card h3 { font-size: 21px; line-height: 1.14; font-weight: 600; letter-spacing: -.01em; margin: 6px 0 8px; }
.card h3 a:hover { color: var(--blue); }
.card .meta { font-family: "Archivo", sans-serif; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); }

/* ─── Two-column Sections ────────────────────────── */
.sections { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; padding: 34px 0; }
.sec-head {
  display: flex; align-items: center; gap: 14px;
  border-bottom: 2px solid var(--blue); padding-bottom: 9px; margin-bottom: 18px;
}
.sec-head h4 {
  font-family: "Archivo", sans-serif; font-size: 15px;
  font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--blue); margin: 0;
}
.sec-head .rule { flex: 1; height: 1px; background: var(--line); }
.sec-lead .post-thumbnail { aspect-ratio: 16/9; border-radius: 2px; margin-bottom: 12px; overflow: hidden; }
.sec-lead .post-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.sec-lead h3 { font-size: 26px; line-height: 1.1; font-weight: 700; letter-spacing: -.01em; margin: 0 0 8px; }
.sec-lead h3 a:hover { color: var(--blue); }
.sec-lead .stand { color: #39424f; font-size: 16px; margin: 0 0 18px; }

.sec-list { list-style: none; margin: 0; padding: 0; }
.sec-list li { border-top: 1px solid var(--line); padding: 13px 0; display: flex; gap: 14px; align-items: baseline; }
.num { font-family: "Archivo", sans-serif; font-weight: 800; font-size: 13px; color: var(--gold); min-width: 20px; }
.sec-list h5 { margin: 0; font-size: 18px; line-height: 1.2; font-weight: 500; }
.sec-list h5 a:hover { color: var(--blue); }
.sec-list .meta {
  display: block; font-family: "Archivo", sans-serif;
  font-size: 10.5px; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); margin-top: 5px;
}

/* ─── Triple Section ─────────────────────────────── */
.triple { display: grid; grid-template-columns: repeat(3,1fr); gap: 38px; padding: 8px 0 36px; border-top: 1px solid var(--line); }
.triple h3 { font-size: 19px; line-height: 1.16; font-weight: 600; margin: 6px 0; letter-spacing: -.01em; }
.triple h3 a:hover { color: var(--blue); }
.triple .post-thumbnail { aspect-ratio: 16/10; border-radius: 2px; margin-bottom: 10px; overflow: hidden; }
.triple .post-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.triple .meta { font-family: "Archivo", sans-serif; font-size: 10.5px; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); }

/* ─── Video Band ─────────────────────────────────── */
.videoband { background: var(--blue-ink); color: #eaf0fb; margin-top: 10px; }
.videoband .wrap { padding: 40px 32px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: start; }
.videoband .vh {
  font-family: "Archivo", sans-serif; font-size: 13px;
  font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-soft); margin: 0 0 14px;
}
.videoband .post-thumbnail { aspect-ratio: 16/9; border-radius: 3px; overflow: hidden; }
.videoband .post-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.videoband h3 { font-size: 24px; line-height: 1.18; font-weight: 600; margin: 16px 0 0; color: #fff; }
.videoband h3 a:hover { color: var(--gold-soft); }
.vlist { list-style: none; margin: 0; padding: 0; }
.vlist li { display: grid; grid-template-columns: 120px 1fr; gap: 14px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.12); align-items: start; }
.vlist li:first-child { border-top: none; }
.vlist .post-thumbnail { aspect-ratio: 16/9; border-radius: 2px; overflow: hidden; }
.vlist .post-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.vlist h5 { margin: 0; font-size: 15.5px; line-height: 1.25; font-weight: 500; color: #eaf0fb; }
.vlist h5 a:hover { color: var(--gold-soft); }
.vlist .play { font-family: "Archivo", sans-serif; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-soft); margin-top: 6px; display: block; }

/* ─── Paesi / Tags ───────────────────────────────── */
.paesi { padding: 34px 0; border-top: 1px solid var(--line); }
.paesi h4 { font-family: "Archivo", sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--blue); margin: 0 0 16px; }
.tags-cloud { display: flex; flex-wrap: wrap; gap: 9px; }
.tags-cloud a {
  font-family: "Archivo", sans-serif; font-size: 12.5px;
  color: var(--ink); border: 1px solid var(--line);
  padding: 6px 12px; border-radius: 2px;
  display: inline-flex; gap: 7px; align-items: center;
}
.tags-cloud a:hover { border-color: var(--blue); color: var(--blue); }
.tags-cloud a b { color: var(--gold); font-weight: 700; font-size: 11px; }

/* ─── Collab ─────────────────────────────────────── */
.collab { padding: 30px 0 6px; border-top: 1px solid var(--line); text-align: center; }
.collab h4 { font-family: "Archivo", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin: 0 0 18px; }
.collab .logos { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.collab .logos img { width: 190px; height: 62px; object-fit: contain; border-radius: 2px; }
.collab .logos .logo-placeholder {
  width: 190px; height: 62px; border-radius: 2px;
  background: var(--line); display: flex; align-items: center; justify-content: center;
  font-family: "Archivo", sans-serif; font-size: 11px; color: var(--muted); letter-spacing: .06em; text-transform: uppercase;
}

/* ─── Single Article ─────────────────────────────── */
.single-header { padding: 28px 0 20px; max-width: 760px; }
.single-header .kicker { margin-bottom: 12px; }
.single-header h1 { font-size: 40px; line-height: 1.06; font-weight: 700; letter-spacing: -.015em; margin: 0 0 16px; }
.single-header .stand { font-size: 20px; line-height: 1.5; color: #2f3947; margin: 0 0 16px; }
.single-header .byline { margin-bottom: 0; }

.single-featured { aspect-ratio: 16/9; width: 100%; margin-bottom: 32px; border-radius: 2px; overflow: hidden; }
.single-featured img { width: 100%; height: 100%; object-fit: cover; }

.single-layout { display: grid; grid-template-columns: 1fr 300px; gap: 50px; align-items: start; padding-bottom: 50px; }

.single-content {
  font-size: 18px; line-height: 1.72; color: var(--ink);
}
.single-content > * + * { margin-top: 1.3em; }
.single-content p { margin: 0; }
.single-content h2 { font-size: 26px; font-weight: 700; line-height: 1.2; letter-spacing: -.01em; }
.single-content h3 { font-size: 22px; font-weight: 700; line-height: 1.2; }
.single-content h4 { font-family: "Archivo", sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); }
.single-content ul, .single-content ol { padding-left: 1.5em; }
.single-content li { margin-bottom: .3em; }
.single-content blockquote {
  border-left: 3px solid var(--gold-soft);
  padding: 4px 0 4px 24px;
  font-style: italic; font-size: 20px; color: #39424f;
}
.single-content a { color: var(--blue); text-decoration: underline; }
.single-content a:hover { color: var(--blue-dark); }
.single-content img { border-radius: 2px; margin: .5em 0; }
.single-content figure { margin: 1em 0; }
.single-content figcaption { font-family: "Archivo", sans-serif; font-size: 12px; letter-spacing: .06em; color: var(--muted); text-transform: uppercase; margin-top: 7px; }
.single-content .wp-block-image { margin: 1em 0; }
.single-content .alignleft  { float: left; margin: 0 1.5em 1em 0; }
.single-content .alignright { float: right; margin: 0 0 1em 1.5em; }
.single-content .aligncenter { margin-left: auto; margin-right: auto; }
.single-content iframe { max-width: 100%; }
.single-content .wp-caption { max-width: 100%; }
.single-content .wp-caption-text { font-family: "Archivo", sans-serif; font-size: 12px; color: var(--muted); }

/* Single Sidebar */
.single-sidebar {}
.single-sidebar .sidebar-widget { margin-bottom: 30px; }
.widget-title {
  font-family: "Archivo", sans-serif; font-size: 11px;
  font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
  color: var(--blue); border-bottom: 2px solid var(--blue);
  padding-bottom: 8px; margin: 0 0 14px;
}
.sidebar-post { display: flex; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); align-items: start; }
.sidebar-post:first-of-type { border-top: none; }
.sidebar-post .thumb { width: 70px; height: 52px; border-radius: 2px; overflow: hidden; flex-shrink: 0; }
.sidebar-post .thumb img { width: 100%; height: 100%; object-fit: cover; }
.sidebar-post h5 { margin: 0 0 4px; font-size: 15px; line-height: 1.3; font-weight: 600; letter-spacing: -.005em; }
.sidebar-post h5 a:hover { color: var(--blue); }
.sidebar-post .meta { font-family: "Archivo", sans-serif; font-size: 10.5px; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); }

/* Related */
.related-section { border-top: 3px solid var(--blue); padding: 28px 0 40px; }
.related-section .section-title {
  font-family: "Archivo", sans-serif; font-size: 13px;
  font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
  color: var(--blue); margin: 0 0 22px;
}
.cards3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }

/* Post meta bar */
.post-meta-bar {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 0; border-bottom: 1px solid var(--line); margin-bottom: 28px;
  font-family: "Archivo", sans-serif; font-size: 11.5px;
  letter-spacing: .06em; text-transform: uppercase; color: var(--muted);
}
.post-meta-bar .author-avatar { width: 32px; height: 32px; border-radius: 50%; overflow: hidden; }
.post-meta-bar .author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.post-meta-bar a { color: var(--ink); font-weight: 700; }
.post-meta-bar a:hover { color: var(--blue); }
.post-meta-bar .sep { color: var(--line); }

/* ─── Category / Archive ─────────────────────────── */
.archive-header { padding: 28px 0 20px; border-bottom: 3px solid var(--blue); margin-bottom: 28px; }
.archive-header .cat-label {
  font-family: "Archivo", sans-serif; font-size: 11px;
  font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px;
}
.archive-header h1 { font-size: 36px; font-weight: 800; letter-spacing: -.01em; color: var(--blue); margin: 0; }
.archive-header .cat-desc { margin-top: 8px; font-size: 16px; color: var(--muted); max-width: 60ch; }

.archive-lead { display: grid; grid-template-columns: 1.5fr 1fr; gap: 36px; margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--line); align-items: start; }
.archive-lead .post-thumbnail { aspect-ratio: 16/9; border-radius: 2px; overflow: hidden; }
.archive-lead .post-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.archive-lead-info .kicker { margin-bottom: 10px; }
.archive-lead-info h2 { font-size: 30px; line-height: 1.1; font-weight: 700; letter-spacing: -.01em; margin: 0 0 10px; }
.archive-lead-info h2 a:hover { color: var(--blue); }
.archive-lead-info .stand { font-size: 17px; line-height: 1.5; color: #2f3947; margin: 0 0 12px; }

.archive-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; margin-bottom: 36px; }
.archive-grid .card .post-thumbnail { aspect-ratio: 16/10; }

/* Pagination */
.pagination { display: flex; gap: 6px; justify-content: center; align-items: center; padding: 20px 0 40px; font-family: "Archivo", sans-serif; }
.pagination a, .pagination span {
  display: flex; align-items: center; justify-content: center;
  min-width: 38px; height: 38px; padding: 0 6px;
  border: 1px solid var(--line); border-radius: 3px;
  font-size: 13px; font-weight: 600; color: var(--ink);
}
.pagination a:hover { border-color: var(--blue); color: var(--blue); }
.pagination .current { background: var(--blue); border-color: var(--blue); color: #fff; }
.pagination .dots { border: none; }

/* ─── Static Page ────────────────────────────────── */
.page-header { padding: 32px 0 24px; border-bottom: 3px double var(--blue); margin-bottom: 32px; }
.page-header h1 { font-size: 36px; font-weight: 800; letter-spacing: -.01em; color: var(--blue); margin: 0; }
.page-content { max-width: 760px; font-size: 18px; line-height: 1.7; padding-bottom: 50px; }
.page-content > * + * { margin-top: 1.3em; }
.page-content p { margin: 0; }
.page-content h2 { font-size: 26px; font-weight: 700; color: var(--blue); }
.page-content h3 { font-size: 22px; font-weight: 700; }
.page-content ul, .page-content ol { padding-left: 1.5em; }
.page-content a { color: var(--blue); text-decoration: underline; }

/* ─── Search Results ─────────────────────────────── */
.search-header { padding: 28px 0 20px; border-bottom: 3px solid var(--blue); margin-bottom: 28px; }
.search-header .label { font-family: "Archivo", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.search-header .search-term { font-size: 30px; font-weight: 700; color: var(--blue); }

.inline-search-form { margin-bottom: 28px; }
.inline-search-form form { display: flex; max-width: 500px; }
.inline-search-form input[type="search"] { flex: 1; border: 1px solid var(--line); border-right: none; padding: 10px 14px; font-family: "Spectral", Georgia, serif; font-size: 17px; color: var(--ink); outline: none; }
.inline-search-form input:focus { border-color: var(--blue); }
.inline-search-form button { background: var(--blue); border: none; color: #fff; padding: 0 20px; font-family: "Archivo", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.inline-search-form button:hover { background: var(--blue-dark); }

.search-result { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 20px 0; border-top: 1px solid var(--line); align-items: start; }
.search-result:last-child { border-bottom: 1px solid var(--line); }
.search-result .thumb { aspect-ratio: 16/10; border-radius: 2px; overflow: hidden; }
.search-result .thumb img { width: 100%; height: 100%; object-fit: cover; }
.search-result h2 { font-size: 22px; line-height: 1.2; font-weight: 700; margin: 0 0 8px; letter-spacing: -.01em; }
.search-result h2 a:hover { color: var(--blue); }
.search-result .excerpt { font-size: 15px; color: #39424f; margin: 0 0 6px; }
.search-result .meta { font-family: "Archivo", sans-serif; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); }
.no-results { text-align: center; padding: 50px 0; color: var(--muted); font-size: 18px; }

/* ─── 404 ────────────────────────────────────────── */
.error-page { text-align: center; padding: 80px 20px; }
.error-page .code { font-family: "Archivo", sans-serif; font-size: 120px; font-weight: 800; color: var(--line); line-height: 1; margin-bottom: 16px; }
.error-page h1 { font-size: 30px; font-weight: 700; color: var(--blue); margin: 0 0 12px; }
.error-page p { font-size: 18px; color: var(--muted); margin-bottom: 28px; }
.ec-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--blue); color: #fff;
  font-family: "Archivo", sans-serif; font-size: 13px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  padding: 12px 22px; border-radius: 3px;
}
.ec-btn:hover { background: var(--blue-dark); color: #fff; }

/* ─── Footer ─────────────────────────────────────── */
footer.ec-footer { background: var(--blue); color: #cdd8ef; margin-top: 34px; font-family: "Archivo", sans-serif; }
footer.ec-footer .wrap { padding: 44px 32px 30px; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.fbrand h2 { font-family: "Spectral", serif; color: #fff; font-size: 30px; font-weight: 800; margin: 0 0 12px; }
.fbrand p { font-size: 13px; line-height: 1.6; max-width: 34ch; color: #b8c6e3; }
.fbrand .mail { color: var(--gold-soft); font-size: 13px; display: block; margin-top: 12px; }
footer.ec-footer h6 { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: #fff; margin: 4px 0 14px; font-weight: 800; }
footer.ec-footer ul { list-style: none; margin: 0; padding: 0; }
footer.ec-footer ul li { margin-bottom: 9px; }
footer.ec-footer ul a { font-size: 13px; color: #c2cfe8; }
footer.ec-footer ul a:hover { color: #fff; }
.fbar { border-top: 1px solid rgba(255,255,255,.14); }
.fbar .wrap { padding: 16px 32px; display: flex; justify-content: space-between; align-items: center; font-size: 11.5px; letter-spacing: .04em; color: #aebde0; }
.fbar .socials { display: flex; gap: 10px; }
.fbar .socials a { width: 26px; height: 26px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; color: #aebde0; }
.fbar .socials a:hover { color: #fff; border-color: #fff; }

/* ─── Responsive ─────────────────────────────────── */
@media (max-width: 1024px) {
  .single-layout { grid-template-columns: 1fr; }
  .single-sidebar { border-top: 2px solid var(--line); padding-top: 30px; }
}

@media (max-width: 900px) {
  .lead, .sections, .videoband .wrap { grid-template-columns: 1fr; }
  .lead .col-r { border-left: none; padding-left: 0; }
  .cards4, .triple { grid-template-columns: 1fr 1fr; }
  .cards3 { grid-template-columns: 1fr 1fr; }
  footer.ec-footer .wrap { grid-template-columns: 1fr 1fr; }
  .archive-lead { grid-template-columns: 1fr; }
  .archive-grid { grid-template-columns: 1fr 1fr; }
  nav.ec-nav ul, .nav-search-btn { display: none; }
  .nav-hamburger { display: flex; }
}

@media (max-width: 600px) {
  .wrap { padding: 0 16px; }
  .utility .wrap { height: 34px; }
  .utility .u-right { display: none; }
  .utility .u-left { gap: 10px; font-size: 11px; }
  .masthead .wrap { grid-template-columns: 1fr; padding: 18px 0 14px; gap: 4px; }
  .mh-side { display: none; }
  .site-name { font-size: 30px; }
  .site-tagline { font-size: 9px; letter-spacing: .26em; }
  .ec-nav .wrap { height: 46px; }
  .ticker .track { font-size: 12.5px; gap: 22px; }
  .lead { padding: 20px 0 4px; gap: 22px; }
  .lead-hero h2 { font-size: 27px; }
  .lead-hero .stand { font-size: 16px; }
  .ev h3 { font-size: 17px; }
  .cards4 { grid-template-columns: 1fr; gap: 22px; }
  .triple { grid-template-columns: 1fr; gap: 26px; }
  .sections { gap: 30px; padding: 26px 0; }
  .videoband .wrap { padding: 28px 16px; gap: 26px; }
  footer.ec-footer .wrap { grid-template-columns: 1fr 1fr; padding: 34px 16px 26px; gap: 26px; }
  .fbar .wrap { flex-direction: column; gap: 10px; text-align: center; padding: 14px 0; }
  .single-header h1 { font-size: 28px; }
  .archive-header h1 { font-size: 26px; }
  .archive-grid { grid-template-columns: 1fr; }
  .cards3 { grid-template-columns: 1fr; }
  .search-result { grid-template-columns: 1fr; }
}
