:root {
  --ink: #111419;
  --paper: #f1efe8;
  --stone: #d9d7cf;
  --stone-light: #e8e6df;
  --night: #20172f;
  --night-soft: #332944;
  --accent: #6874a8;
  --accent-soft: #d9dcec;
  --accent-deep: #4f5a89;
  --blue: #587596;
  --line: rgba(17, 20, 25, 0.2);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, summary { font: inherit; }
main { min-height: 100vh; overflow: hidden; }

.topline,
.site-header,
.opening-note,
.house-reports,
.community-reports,
.day-news,
.regions,
.international,
.source-policy,
.region-hero,
.country-directory,
.country-note,
.site-footer {
  padding-left: clamp(22px, 5vw, 78px);
  padding-right: clamp(22px, 5vw, 78px);
}

.topline {
  min-height: 31px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0e0b13;
  color: var(--paper);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.site-header {
  min-height: 104px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: clamp(22px, 4vw, 54px);
  border-bottom: 1px solid var(--ink);
}

.brand { display: flex; align-items: center; gap: 14px; width: fit-content; }
.brand-mark { width: 44px; height: 44px; overflow: hidden; border-radius: 50%; background: var(--night); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; }
.brand-name { font-family: var(--serif); font-size: clamp(25px, 2.4vw, 35px); font-weight: 700; letter-spacing: -.055em; }

.main-nav { display: flex; gap: clamp(18px, 2.4vw, 34px); }
.main-nav a, .about-link {
  padding: 9px 0;
  border-bottom: 1px solid transparent;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.main-nav a:hover, .main-nav a:focus-visible, .about-link:hover { border-color: var(--accent); }
.about-link { border-color: var(--ink); }

.opening-note {
  position: relative;
  min-height: 520px;
  display: block;
  isolation: isolate;
  background: var(--night);
  color: var(--paper);
}

.opening-note::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(18,12,28,.97) 0%, rgba(18,12,28,.83) 45%, rgba(18,12,28,.28) 76%, rgba(18,12,28,.48) 100%); }
.opening-note > .opening-copy { position: relative; z-index: 2; width: min(100%, 1080px); min-height: 560px; display: flex; flex-direction: column; justify-content: center; padding: 72px clamp(28px, 6vw, 94px) 72px 0; }
.kicker { margin: 0 0 18px; color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.opening-note h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(70px, 9vw, 142px);
  font-weight: 500;
  letter-spacing: -.075em;
  line-height: .82;
}
.opening-note > .opening-copy > p:last-child { max-width: 640px; margin: 45px 0 0; color: rgba(241,239,232,.78); font-family: var(--serif); font-size: clamp(20px, 2vw, 29px); line-height: 1.25; }
.opening-note > img { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; min-height: 520px; object-fit: cover; object-position: center; filter: saturate(.75) contrast(1.08) brightness(.72); }

.house-reports, .community-reports, .day-news, .international, .source-policy, .country-directory { padding-top: 95px; padding-bottom: 105px; }
.section-title { position: relative; display: grid; grid-template-columns: 1fr minmax(260px, .48fr); gap: 36px; align-items: end; padding-bottom: 28px; border-bottom: 1px solid var(--ink); }
.section-title .kicker { grid-column: 1 / -1; margin-bottom: -22px; }
.section-title h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 6.2vw, 90px); font-weight: 500; letter-spacing: -.065em; line-height: .88; }
.section-title > p:not(.kicker) { margin: 0; font-family: var(--serif); font-size: 19px; line-height: 1.35; }
.last-update { position: absolute; right: 0; top: 0; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.house-feature { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 650px; margin-top: 42px; background: var(--stone-light); border: 1px solid var(--ink); }
.report-copy { display: flex; flex-direction: column; padding: clamp(34px, 5vw, 70px); border-right: 1px solid var(--ink); }
.status-pill { width: fit-content; padding: 7px 10px; background: var(--accent-deep); color: var(--paper); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.report-number { margin: auto 0 17px; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.report-copy h3 { max-width: 640px; margin: 0 0 24px; font-family: var(--serif); font-size: clamp(40px, 4.7vw, 70px); font-weight: 500; letter-spacing: -.058em; line-height: .94; }
.report-deck { margin: 0 0 34px; font-family: var(--serif); font-size: 19px; line-height: 1.4; }
.report-data { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding-top: 18px; border-top: 1px solid var(--ink); }
.report-data div { padding-right: 12px; }
.report-data dt { margin-bottom: 5px; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.report-data dd { margin: 0; font-family: var(--serif); font-size: 15px; }
.report-read-link { width: fit-content; margin-top: 28px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.reports-workspace { margin-top: 42px; }
.reports-workspace .house-feature { margin-top: 0; }
.house-feature-empty .report-copy { justify-content: center; }
.empty-report { max-width: 620px; margin: 0; }
.empty-report h3 { margin-top: 30px; }
.empty-report > p { margin: 0; max-width: 520px; font-family: var(--serif); font-size: 20px; line-height: 1.4; }
.report-selector { display: flex; gap: 1px; margin-bottom: 16px; overflow-x: auto; background: var(--ink); border: 1px solid var(--ink); }
.report-selector button { flex: 0 0 min(330px, 78vw); padding: 14px 16px; border: 0; background: var(--paper); color: var(--ink); cursor: pointer; font-size: 8px; font-weight: 800; letter-spacing: .11em; text-align: left; text-transform: uppercase; }
.report-selector button span { display: block; margin-top: 6px; overflow: hidden; font-family: var(--serif); font-size: 15px; font-weight: 500; letter-spacing: 0; text-overflow: ellipsis; text-transform: none; white-space: nowrap; }
.report-selector button.is-active { background: var(--accent-deep); color: var(--paper); }

.report-carousel { display: grid; grid-template-rows: 1fr auto; min-width: 0; background: var(--night); color: var(--paper); }
.carousel-frame { position: relative; min-height: 590px; overflow: hidden; }
.carousel-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -170px 110px -90px rgba(10,7,15,.9); pointer-events: none; }
.carousel-image { width: 100%; height: 100%; object-fit: cover; animation: image-in 280ms ease-out; }
.report-carousel-contain .carousel-frame { background: #120d1c; }
.report-carousel-contain .carousel-image { object-fit: contain; padding: 14px; }
.carousel-image-1, .carousel-image-3 { object-position: center 26%; }
.carousel-image-2 { object-position: center 18%; }
.carousel-image-3 { transform: scale(1.45); object-position: center 27%; }
.image-credit { position: absolute; top: 18px; right: 18px; z-index: 2; padding: 6px 9px; background: rgba(14,11,19,.75); font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.carousel-frame p { position: absolute; left: 22px; bottom: 20px; z-index: 2; margin: 0; font-family: var(--serif); font-size: 18px; }
.carousel-controls { min-height: 58px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 18px; padding: 0 18px; border-top: 1px solid rgba(241,239,232,.28); }
.carousel-controls > button { width: 34px; height: 34px; border: 1px solid rgba(241,239,232,.5); border-radius: 50%; background: transparent; color: var(--paper); cursor: pointer; }
.carousel-controls > span { font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.carousel-dots { display: flex; gap: 8px; }
.carousel-dots button { width: 24px; height: 3px; padding: 0; border: 0; background: rgba(241,239,232,.3); cursor: pointer; }
.carousel-dots button.is-active { background: var(--accent); }
.carousel-controls button:disabled { opacity: .35; cursor: default; }
@keyframes image-in { from { opacity: .45; transform: scale(1.02); } to { opacity: 1; } }

.publisher-panel { margin-top: 16px; border: 1px solid var(--ink); background: var(--paper); }
.publisher-panel > summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 24px; cursor: pointer; list-style: none; background: var(--accent-deep); color: var(--paper); }
.publisher-panel > summary::-webkit-details-marker { display: none; }
.publisher-panel > summary span { font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.publisher-panel > summary strong { font-family: var(--serif); font-size: 23px; font-weight: 500; }
.publisher-layout { display: grid; grid-template-columns: .62fr 1fr; gap: clamp(35px, 6vw, 90px); padding: clamp(28px, 5vw, 65px); }
.publisher-intro h3 { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(40px, 5vw, 70px); font-weight: 500; letter-spacing: -.055em; line-height: .95; }
.publisher-intro > p:not(.kicker) { max-width: 480px; margin: 0 0 18px; font-family: var(--serif); font-size: 18px; line-height: 1.42; }
.publisher-intro .publisher-help { color: rgba(17,20,25,.62); font-size: 14px; }
.publisher-form { display: grid; gap: 18px; }
.publisher-form label { display: grid; gap: 7px; font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.publisher-form input, .publisher-form textarea { width: 100%; padding: 13px 14px; border: 1px solid rgba(17,20,25,.46); border-radius: 0; background: #faf9f4; color: var(--ink); font-family: var(--sans); font-size: 15px; letter-spacing: 0; line-height: 1.4; text-transform: none; }
.publisher-form textarea { resize: vertical; }
.publisher-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.publisher-actions { display: flex; gap: 18px; align-items: center; }
.publisher-actions button { min-height: 48px; padding: 0 20px; border: 1px solid var(--accent-deep); background: var(--accent-deep); color: var(--paper); cursor: pointer; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.publisher-actions button:disabled { opacity: .58; cursor: wait; }
.publisher-actions p { margin: 0; font-family: var(--serif); font-size: 15px; }

.day-news { background: var(--stone); }
.daily-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 42px; background: var(--ink); border: 1px solid var(--ink); }
.news-card { display: flex; flex-direction: column; min-width: 0; background: var(--paper); }
.news-card-featured { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; }
.news-visual { min-height: 190px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--night-soft); color: var(--paper); font-family: var(--serif); font-size: 66px; }
.news-card-featured .news-visual { min-height: 100%; }
.news-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.news-visual:hover img { transform: scale(1.025); }
.news-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.news-meta { display: flex; flex-wrap: wrap; gap: 7px 12px; align-items: center; margin-bottom: 22px; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.source-badge { padding: 5px 7px; background: var(--accent-deep); color: var(--paper); }
.source-mark { display: inline-flex; min-height: 27px; align-items: center; gap: 7px; padding: 4px 8px 4px 5px; border: 1px solid rgba(17,20,25,.2); }
.source-mark img { width: 18px; height: 18px; object-fit: contain; background: #fff; }
.news-brand-visual { display: grid; place-items: center; gap: 18px; max-width: 86%; text-align: center; }
.news-brand-visual img { width: clamp(48px, 7vw, 92px); height: clamp(48px, 7vw, 92px); padding: 8px; border-radius: 14px; background: #fff; object-fit: contain; }
.news-brand-visual strong { font-family: var(--sans); font-size: clamp(22px, 3vw, 42px); font-weight: 900; letter-spacing: -.04em; line-height: .92; text-transform: uppercase; }
.news-body h3 { margin: 0 0 14px; font-family: var(--serif); font-size: clamp(23px, 2vw, 31px); font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
.news-card-featured h3 { font-size: clamp(30px, 3.5vw, 50px); }
.news-body > p { margin: 0 0 24px; color: rgba(17,20,25,.7); font-family: var(--serif); font-size: 15px; line-height: 1.4; }
.news-footer { display: flex; justify-content: space-between; gap: 14px; align-items: flex-end; margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.news-footer div { display: flex; gap: 12px; text-align: right; }
.news-footer a { padding-bottom: 2px; border-bottom: 1px solid currentColor; }

.regions { padding-top: 100px; padding-bottom: 100px; background: var(--night); color: var(--paper); }
.section-title-dark { border-color: rgba(241,239,232,.35); }
.region-list { margin-top: 40px; border-top: 1px solid rgba(241,239,232,.25); }
.region-list a { display: grid; grid-template-columns: 70px 1fr .7fr auto; gap: 22px; align-items: center; min-height: 126px; border-bottom: 1px solid rgba(241,239,232,.25); transition: background 180ms ease, padding 180ms ease; }
.region-list a:hover, .region-list a:focus-visible { padding-left: 18px; background: var(--night-soft); }
.region-list span { color: #aeb7e2; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.region-list h3 { margin: 0; font-family: var(--serif); font-size: clamp(35px, 4vw, 58px); font-weight: 500; letter-spacing: -.05em; }
.region-list p { margin: 0; color: rgba(241,239,232,.66); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.region-list i { font-family: var(--serif); font-size: 32px; font-style: normal; }

.international { background: #e9e7df; }
.international-carousel { margin-top: 42px; border: 1px solid var(--ink); background: var(--ink); }
.international-slide { min-height: 650px; display: grid; grid-template-columns: 1.45fr .8fr; grid-template-rows: 1fr 1fr; gap: 1px; background: var(--ink); }
.international-slide .news-card-featured { grid-column: 1; grid-row: 1 / 3; display: flex; }
.international-slide .news-card-featured .news-visual { min-height: 330px; }
.international-slide .news-card:not(.news-card-featured) { grid-column: 2; display: grid; grid-template-columns: 150px 1fr; }
.international-slide .news-card:not(.news-card-featured) .news-visual { min-height: 100%; }
.international-slide .news-card:not(.news-card-featured) .news-body { padding: 18px; }
.international-slide .news-card:not(.news-card-featured) .news-body h3 { font-size: 21px; }
.international-slide .news-card:not(.news-card-featured) .news-body > p { display: none; }
.international-slide .news-card:not(.news-card-featured) .news-meta { margin-bottom: 12px; }
.international-controls { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 13px 18px; background: var(--night); color: var(--paper); }
.international-controls p { margin: 0; color: rgba(241,239,232,.7); font-family: var(--serif); font-size: 15px; }
.international-controls > div { display: flex; align-items: center; gap: 12px; }
.international-controls button { width: 38px; height: 38px; border: 1px solid rgba(241,239,232,.48); border-radius: 50%; background: transparent; color: var(--paper); cursor: pointer; }
.international-controls span { min-width: 48px; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-align: center; }
.international-empty { margin: 42px 0 0; padding: 38px; border: 1px solid var(--ink); font-family: var(--serif); font-size: 20px; }
.international-columns { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(35px, 6vw, 90px); margin-top: 52px; }
.column-heading { display: flex; gap: 16px; align-items: baseline; padding-bottom: 16px; border-bottom: 1px solid var(--ink); }
.column-heading span { color: var(--blue); font-size: 10px; font-weight: 800; }
.column-heading h3 { margin: 0; font-family: var(--serif); font-size: clamp(28px, 3vw, 42px); font-weight: 500; letter-spacing: -.04em; }
.stacked-news { background: transparent; }
.stacked-news .news-card { display: grid; grid-template-columns: 135px 1fr; padding: 24px 0; border-bottom: 1px solid var(--line); }
.stacked-news .news-visual { min-height: 125px; }
.stacked-news .news-body { padding: 0 0 0 20px; }
.stacked-news .news-meta { margin-bottom: 12px; }
.stacked-news .news-body h3 { font-size: 23px; }
.stacked-news .news-body > p { display: none; }

.source-policy { background: var(--night-soft); color: var(--paper); }
.source-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 42px; background: rgba(241,239,232,.25); border: 1px solid rgba(241,239,232,.25); }
.source-grid article { min-height: 255px; padding: 28px; background: var(--night-soft); }
.source-grid span { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; border: 1px solid #aeb7e2; border-radius: 50%; color: #aeb7e2; font-family: var(--serif); }
.source-grid h3 { margin: 62px 0 12px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.source-grid p { margin: 0; color: rgba(241,239,232,.68); font-family: var(--serif); font-size: 16px; line-height: 1.4; }
.language-note { max-width: 720px; margin: 30px 0 0; color: rgba(241,239,232,.72); font-family: var(--serif); font-size: 16px; line-height: 1.45; }

.community-reports { background: var(--accent-soft); }
.community-workspace { margin-top: 42px; }
.community-workspace .house-feature { margin-top: 0; }
.community-feature { background: #efede6; }
.community-feature .status-pill, .community-selector button.is-active { background: var(--night-soft); }
.community-submit-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 16px; align-items: start; margin-top: 16px; }
.community-proposal { padding: clamp(28px, 4vw, 52px); border: 1px solid var(--ink); background: var(--paper); }
.community-proposal h3 { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(37px, 4.4vw, 62px); font-weight: 500; letter-spacing: -.055em; line-height: .94; }
.community-proposal > p:not(.kicker) { margin: 0 0 30px; font-family: var(--serif); font-size: 17px; line-height: 1.4; }
.community-publisher { margin-top: 0; }
.community-publisher > summary { background: var(--night-soft); }

.region-hero { position: relative; isolation: isolate; overflow: hidden; padding-top: 95px; padding-bottom: 75px; background: var(--night); color: var(--paper); }
.region-hero > .back-link,
.region-hero > .kicker,
.region-hero > h1,
.region-hero > p { position: relative; z-index: 1; }
.region-hero h1 { max-width: 900px; margin: 0 0 28px; font-family: var(--serif); font-size: clamp(72px, 11vw, 160px); font-weight: 500; letter-spacing: -.08em; line-height: .78; }
.region-hero > p:not(.kicker) { max-width: 720px; margin: 0; color: rgba(241,239,232,.73); font-family: var(--serif); font-size: 21px; line-height: 1.35; }
.region-hero > span { position: absolute; right: clamp(22px,5vw,78px); bottom: 75px; z-index: 1; color: #aeb7e2; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.back-link { display: inline-block; margin-bottom: 64px; padding-bottom: 5px; border-bottom: 1px solid rgba(241,239,232,.55); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.compact-title h2 { font-size: clamp(48px, 5vw, 74px); }
.country-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 42px; background: var(--ink); border: 1px solid var(--ink); }
.country-card { background: var(--paper); }
.country-card-toggle { width: 100%; min-height: 112px; display: grid; grid-template-columns: auto 1fr auto; gap: 15px; align-items: center; padding: 20px; border: 0; background: transparent; color: var(--ink); cursor: pointer; text-align: left; }
.country-flag { font-size: 31px; }
.country-card-toggle strong { display: block; margin-bottom: 4px; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.country-card-toggle small { color: rgba(17,20,25,.62); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.country-card-toggle i { color: var(--blue); font-size: 24px; font-style: normal; transition: transform 180ms ease; }
.country-card.is-open .country-card-toggle i { transform: rotate(45deg); }
.country-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin: 0 20px; padding: 20px 0; border-top: 1px solid var(--line); }
.country-card dl div { min-width: 0; }
.country-card dt { margin-bottom: 4px; font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.country-card dd { margin: 0; font-family: var(--serif); font-size: 15px; overflow-wrap: anywhere; }
.country-links { display: flex; gap: 14px; padding: 0 20px 22px; }
.country-links a { padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.country-links-direct { flex-wrap: wrap; align-items: center; margin: 0 20px; padding: 20px 0 22px; border-top: 1px solid var(--line); }
.country-links-direct .country-news-link { padding: 12px 15px; border: 1px solid var(--night-soft); background: var(--night-soft); color: var(--paper); transition: background 180ms ease, border-color 180ms ease; }
.country-links-direct .country-news-link:hover,
.country-links-direct .country-news-link:focus-visible { border-color: var(--accent-deep); background: var(--accent-deep); }
.country-headlines { margin: 0 20px 20px; border-top: 1px solid var(--line); }
.country-headlines-title { display: flex; justify-content: space-between; gap: 14px; padding: 17px 0 10px; }
.country-headlines-title strong, .country-headlines-title span { font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.country-headlines-title span { color: rgba(17,20,25,.55); }
.country-headlines > a { position: relative; display: block; padding: 14px 28px 14px 0; border-top: 1px solid var(--line); }
.country-headlines > a span { display: block; margin-bottom: 6px; color: var(--accent-deep); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.country-headlines > a strong { display: block; font-family: var(--serif); font-size: 17px; font-weight: 500; line-height: 1.2; }
.country-headlines > a i { position: absolute; right: 0; top: 50%; font-size: 15px; font-style: normal; transform: translateY(-50%); }
.country-news-state { margin: 0; padding: 14px 0; border-top: 1px solid var(--line); color: rgba(17,20,25,.65); font-family: var(--serif); font-size: 14px; }
.country-note { padding-top: 38px; padding-bottom: 38px; display: grid; grid-template-columns: .4fr 1fr; gap: 30px; background: var(--accent-deep); color: var(--paper); }
.country-note strong { font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.country-note p { max-width: 850px; margin: 0; font-family: var(--serif); font-size: 17px; line-height: 1.4; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 42px; align-items: end; padding-top: 65px; padding-bottom: 50px; background: #0e0b13; color: var(--paper); }
.footer-brand { font-family: var(--serif); font-size: clamp(38px, 5vw, 66px); font-weight: 700; letter-spacing: -.065em; }
.site-footer p { margin: 0; color: rgba(241,239,232,.72); font-family: var(--serif); font-size: 17px; line-height: 1.3; }

.daily-gallery { padding: 94px clamp(22px, 5vw, 78px) 105px; background: #e4e1d9; }
.gallery-heading { display: grid; grid-template-columns: 1fr minmax(270px, .46fr); gap: 36px; align-items: end; padding-bottom: 26px; border-bottom: 1px solid var(--ink); }
.gallery-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 6.4vw, 92px); font-weight: 500; letter-spacing: -.067em; line-height: .88; }
.gallery-heading > div:last-child { display: grid; gap: 15px; }
.gallery-heading > div:last-child p { margin: 0; font-family: var(--serif); font-size: 18px; line-height: 1.38; }
.gallery-cycle { width: fit-content; padding: 7px 9px; background: var(--accent-deep); color: var(--paper); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.gallery-stage { display: grid; grid-template-columns: 1.55fr .75fr; gap: 1px; margin-top: 38px; background: var(--ink); border: 1px solid var(--ink); }
.gallery-main { position: relative; min-height: 610px; overflow: hidden; background: var(--night); }
.gallery-main > a, .gallery-main img { width: 100%; height: 100%; }
.gallery-main img, .gallery-thumb img, .gallery-film img { object-fit: cover; transition: transform 450ms ease; }
.gallery-main > a:hover img, .gallery-thumb:hover img, .gallery-film a:hover img { transform: scale(1.025); }
.gallery-caption { position: absolute; inset: auto 0 0; z-index: 2; display: grid; gap: 10px; padding: 95px 28px 26px; color: var(--paper); background: linear-gradient(transparent, rgba(10,7,15,.93)); pointer-events: none; }
.gallery-caption strong { max-width: 760px; font-family: var(--serif); font-size: clamp(25px, 3vw, 42px); font-weight: 500; letter-spacing: -.035em; line-height: 1; }
.gallery-caption span { font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.gallery-side { display: grid; grid-template-rows: 1fr 1fr; gap: 1px; background: var(--ink); }
.gallery-thumb { position: relative; min-height: 300px; overflow: hidden; border: 0; background: var(--night-soft); color: var(--paper); cursor: pointer; text-align: left; }
.gallery-thumb img { width: 100%; height: 100%; }
.gallery-thumb span { position: absolute; left: 16px; bottom: 14px; right: 16px; z-index: 2; padding-top: 48px; color: var(--paper); background: linear-gradient(transparent, rgba(10,7,15,.84)); font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.gallery-footer { display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; min-height: 68px; padding: 0 18px; background: var(--night); color: var(--paper); }
.gallery-controls { display: flex; gap: 8px; }
.gallery-controls button { width: 36px; height: 36px; border: 1px solid rgba(241,239,232,.5); border-radius: 50%; background: transparent; color: var(--paper); cursor: pointer; }
.gallery-credit { min-width: 0; overflow: hidden; color: rgba(241,239,232,.72); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.gallery-count { font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.gallery-film { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 1px; background: var(--ink); border: 1px solid var(--ink); }
.gallery-film a { position: relative; height: 170px; overflow: hidden; background: var(--night-soft); }
.gallery-film img { width: 100%; height: 100%; filter: saturate(.82) contrast(1.04); }
.gallery-state { min-height: 380px; display: grid; place-items: center; margin-top: 38px; border: 1px solid var(--ink); background: var(--night); color: var(--paper); font-family: var(--serif); font-size: 22px; text-align: center; }

.pull-quote { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: clamp(22px, 5vw, 70px); align-items: center; padding: 55px clamp(22px, 5vw, 78px); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--paper); }
.pull-quote::before { content: "“"; color: var(--accent-deep); font-family: var(--serif); font-size: 76px; line-height: .6; }
.pull-quote blockquote { margin: 0; font-family: var(--serif); font-size: clamp(27px, 3.4vw, 50px); letter-spacing: -.035em; line-height: 1.05; }
.pull-quote cite { font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.pull-quote-dark { border-color: rgba(241,239,232,.28); background: var(--night-soft); color: var(--paper); }

.contact-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1px; padding: 0; background: var(--ink); border-top: 1px solid var(--ink); }
.contact-copy { padding: 95px clamp(22px, 5vw, 78px) 100px; background: var(--paper); }
.contact-copy h2 { margin: 0 0 28px; font-family: var(--serif); font-size: clamp(58px, 8vw, 116px); font-weight: 500; letter-spacing: -.075em; line-height: .82; }
.contact-copy > p:not(.kicker) { max-width: 660px; margin: 0; font-family: var(--serif); font-size: clamp(20px, 2vw, 28px); line-height: 1.35; }
.contact-links { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 44px; background: var(--ink); border: 1px solid var(--ink); }
.contact-links a { display: grid; gap: 8px; min-height: 128px; align-content: end; padding: 20px; background: #e7e4dc; transition: background 180ms ease; }
.contact-links a:hover, .contact-links a:focus-visible { background: var(--accent-soft); }
.contact-links span { font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-links strong { overflow-wrap: anywhere; font-family: var(--serif); font-size: clamp(18px, 2vw, 27px); font-weight: 500; }
.contact-visual { position: relative; min-height: 560px; display: grid; place-items: center; overflow: hidden; background: var(--night); color: var(--paper); }
.contact-visual::before, .contact-visual::after { content: ""; position: absolute; border: 1px solid rgba(241,239,232,.2); border-radius: 50%; }
.contact-visual::before { width: 72%; aspect-ratio: 1; }
.contact-visual::after { width: 46%; aspect-ratio: 1; }
.contact-visual > .contact-logo { position: relative; z-index: 1; width: min(58%, 390px); aspect-ratio: 1; object-fit: cover; object-position: center 25%; border-radius: 50%; box-shadow: 0 0 0 14px rgba(241,239,232,.06); }
.contact-visual p { position: absolute; right: 25px; bottom: 22px; left: 25px; z-index: 2; margin: 0; color: rgba(241,239,232,.66); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-align: center; text-transform: uppercase; }

.site-footer { display: flex; min-height: 92px; gap: clamp(22px, 4vw, 62px); align-items: center; justify-content: space-between; padding-top: 22px; padding-bottom: 22px; overflow-x: auto; }
.footer-brand { flex: none; font-size: 25px; letter-spacing: -.045em; white-space: nowrap; }
.site-footer p, .site-footer > a:not(.footer-brand) { flex: none; margin: 0; font-family: var(--sans); font-size: 8px; font-weight: 800; letter-spacing: .11em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.site-footer > a:not(.footer-brand) { padding-bottom: 4px; border-bottom: 1px solid rgba(241,239,232,.62); }

a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; padding-top: 20px; padding-bottom: 18px; }
  .main-nav { grid-column: 1 / -1; grid-row: 2; justify-content: space-between; overflow-x: auto; }
  .about-link { grid-column: 2; grid-row: 1; }
  .house-feature { grid-template-columns: 1fr; }
  .report-copy { min-height: 560px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .daily-grid { grid-template-columns: 1fr 1fr; }
  .news-card-featured { grid-column: span 2; }
  .country-grid { grid-template-columns: 1fr 1fr; }
  .publisher-layout { grid-template-columns: 1fr; }
  .international-slide { grid-template-columns: 1.15fr .85fr; }
  .international-slide .news-card:not(.news-card-featured) { grid-template-columns: 110px 1fr; }
  .community-submit-grid { grid-template-columns: 1fr; }
  .gallery-stage { grid-template-columns: 1.2fr .8fr; }
  .gallery-main { min-height: 540px; }
  .gallery-thumb { min-height: 265px; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-visual { min-height: 480px; }
}

@media (max-width: 760px) {
  .topline span:first-child { max-width: 240px; }
  .site-header { min-height: 92px; }
  .brand-name { font-size: 24px; }
  .brand-mark { width: 38px; height: 38px; }
  .main-nav { gap: 20px; padding-top: 9px; }
  .main-nav a, .about-link { flex: none; font-size: 8px; }
  .opening-note > .opening-copy { min-height: 520px; padding-right: 0; }
  .opening-note h1 { font-size: clamp(64px, 19vw, 94px); }
  .opening-note > img { min-height: 100%; }
  .house-reports, .community-reports, .day-news, .international, .source-policy, .country-directory { padding-top: 70px; padding-bottom: 75px; }
  .section-title { grid-template-columns: 1fr; }
  .section-title .kicker { margin-bottom: -14px; }
  .last-update { position: static; }
  .report-copy { min-height: auto; }
  .report-number { margin-top: 80px; }
  .report-data { grid-template-columns: 1fr; gap: 16px; }
  .publisher-row { grid-template-columns: 1fr; }
  .publisher-panel > summary { align-items: flex-start; flex-direction: column; }
  .carousel-frame { min-height: 500px; }
  .daily-grid { grid-template-columns: 1fr; }
  .news-card-featured { grid-column: auto; display: flex; }
  .news-card-featured .news-visual { min-height: 250px; }
  .region-list a { grid-template-columns: 40px 1fr auto; padding: 24px 0; }
  .region-list p { grid-column: 2; }
  .region-list i { grid-column: 3; grid-row: 1 / 3; }
  .international-columns { grid-template-columns: 1fr; }
  .international-slide { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto; }
  .international-slide .news-card-featured, .international-slide .news-card:not(.news-card-featured) { grid-column: 1; grid-row: auto; }
  .international-slide .news-card:not(.news-card-featured) { grid-template-columns: 105px 1fr; }
  .international-controls { align-items: flex-start; flex-direction: column; }
  .stacked-news .news-card { grid-template-columns: 105px 1fr; }
  .stacked-news .news-body h3 { font-size: 20px; }
  .source-grid, .country-grid { grid-template-columns: 1fr; }
  .region-hero { padding-top: 70px; }
  .region-hero > span { position: static; display: block; margin-top: 38px; }
  .country-note { grid-template-columns: 1fr; }
  .country-note { gap: 12px; }
  .daily-gallery { padding-top: 70px; padding-bottom: 75px; }
  .gallery-heading { grid-template-columns: 1fr; }
  .gallery-stage { grid-template-columns: 1fr; }
  .gallery-main { min-height: 470px; }
  .gallery-side { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; }
  .gallery-thumb { min-height: 210px; }
  .gallery-footer { grid-template-columns: auto 1fr; padding: 12px 14px; }
  .gallery-count { grid-column: 1 / -1; }
  .gallery-film { grid-template-columns: 1fr 1fr; }
  .gallery-film a { height: 145px; }
  .pull-quote { grid-template-columns: auto 1fr; }
  .pull-quote cite { grid-column: 2; white-space: normal; }
  .contact-links { grid-template-columns: 1fr; }
  .contact-visual { min-height: 430px; }
  .site-footer { justify-content: flex-start; padding-top: 24px; padding-bottom: 24px; }
}

/* Última pasada editorial: más carácter con menos altura */
.editorial-backdrop { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.editorial-backdrop img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.025); transition: opacity 1100ms ease, transform 10s linear; }
.editorial-backdrop img.is-active { opacity: 1; transform: scale(1); }
.editorial-backdrop::after { content: ""; position: absolute; inset: 0; }
.editorial-backdrop-hero img { filter: saturate(.82) contrast(1.08) brightness(.72); }
.editorial-backdrop-hero::after { background: linear-gradient(90deg, rgba(18,12,28,.97) 0%, rgba(18,12,28,.8) 46%, rgba(18,12,28,.3) 78%, rgba(18,12,28,.52) 100%); }
.editorial-backdrop-soft img { filter: saturate(.7) contrast(1.08); }
.editorial-backdrop-soft::after { background: rgba(24,17,35,.89); }
.editorial-backdrop-closing img { filter: saturate(.7) contrast(1.1) brightness(.58); }
.editorial-backdrop-closing::after { background: rgba(24,17,35,.58); }
.editorial-backdrop-region img { filter: saturate(.72) contrast(1.08) brightness(.66); }
.editorial-backdrop-region::after { background: linear-gradient(90deg, rgba(25,17,38,.9) 0%, rgba(30,21,45,.74) 52%, rgba(25,17,38,.58) 100%); }

.region-hero::after { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(180deg, rgba(111,98,155,.12), transparent 45%, rgba(12,9,18,.2)); pointer-events: none; }

.opening-note .kicker { color: #9fb5ff; text-shadow: 0 0 8px rgba(125,151,255,.88), 0 0 22px rgba(93,116,214,.58); }

.regions, .source-policy { position: relative; isolation: isolate; }
.regions > :not(.editorial-backdrop), .source-policy > :not(.editorial-backdrop) { position: relative; z-index: 1; }
.regions { padding-top: 58px; padding-bottom: 54px; }
.regions .section-title { padding-bottom: 16px; }
.regions .section-title h2 { font-size: clamp(39px, 4.5vw, 62px); }
.regions .section-title > p:not(.kicker) { font-size: 15px; }
.region-list { margin-top: 22px; }
.region-list a { min-height: 78px; grid-template-columns: 52px 1fr .65fr auto; gap: 16px; }
.region-list h3 { font-size: clamp(27px, 2.8vw, 40px); }
.region-list i { font-size: 25px; }

.source-policy { padding-top: 48px; padding-bottom: 48px; background: var(--night-soft); }
.source-policy .section-title { padding-bottom: 16px; }
.source-policy .section-title h2 { font-size: clamp(38px, 4.5vw, 61px); }
.source-grid { margin-top: 22px; background: rgba(241,239,232,.18); border-color: rgba(241,239,232,.2); }
.source-grid article { min-height: 164px; padding: 20px; border-top: 3px solid transparent; }
.source-grid article:nth-child(1) { background: rgba(45,34,61,.93); border-top-color: #7d75b8; }
.source-grid article:nth-child(2) { background: rgba(26,48,64,.93); border-top-color: #4c89ac; }
.source-grid article:nth-child(3) { background: rgba(58,33,42,.93); border-top-color: #a05b69; }
.source-grid span { width: 30px; height: 30px; }
.source-grid h3 { margin: 25px 0 8px; font-size: 23px; }
.source-grid p { font-size: 14px; line-height: 1.35; }
.language-note { max-width: 860px; margin-top: 18px; font-size: 14px; }

.country-card::before { background-image: linear-gradient(90deg, rgba(241,239,232,.79), rgba(241,239,232,.64)), var(--card-image); opacity: .82; filter: saturate(1.08) contrast(1.03); }
.country-card.is-open::before { opacity: .68; }
.organization-card::before { opacity: 1; }

.contact-copy { padding-top: 56px; padding-bottom: 58px; }
.contact-copy h2 { margin-bottom: 18px; font-size: clamp(48px, 6vw, 82px); }
.contact-copy > p:not(.kicker) { font-size: clamp(18px, 1.7vw, 23px); }
.contact-links { margin-top: 28px; }
.contact-links a { min-height: 94px; }
.contact-visual { min-height: 350px; }
.contact-visual::before { width: 58%; }
.contact-visual::after { width: 37%; }
.contact-visual > .contact-logo { width: min(42%, 230px); box-shadow: 0 0 0 10px rgba(241,239,232,.07); }
.contact-visual .editorial-backdrop img { position: absolute; inset: 0; width: 100%; height: 100%; aspect-ratio: auto; border-radius: 0; object-fit: cover; box-shadow: none; }

@media (max-width: 760px) {
  .regions { padding-top: 46px; padding-bottom: 42px; }
  .region-list a { min-height: 72px; grid-template-columns: 34px 1fr auto; padding: 12px 0; }
  .region-list h3 { font-size: 27px; }
  .source-policy { padding-top: 42px; padding-bottom: 42px; }
  .source-grid article { min-height: 140px; }
  .contact-copy { padding-top: 48px; padding-bottom: 50px; }
  .contact-visual { min-height: 290px; }
}

/* Identidad visual por país y organización */
.country-card { position: relative; isolation: isolate; overflow: hidden; }
.country-card::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(90deg, rgba(241,239,232,.96), rgba(241,239,232,.86)), var(--card-image); background-position: center; background-size: cover; opacity: .42; filter: saturate(.9); }
.country-card::after { content: ""; position: absolute; inset: 0; z-index: -1; border-left: 5px solid var(--accent-deep); pointer-events: none; }
.country-card.is-open::before { opacity: .29; }
.country-card-toggle { min-height: 100px; }
.country-flag { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.82); box-shadow: 0 3px 14px rgba(17,20,25,.12); font-size: 27px; }
.organization-card::before { background: linear-gradient(120deg, color-mix(in srgb, var(--organization-color) 15%, var(--paper)), rgba(241,239,232,.93)); opacity: 1; }
.organization-card::after { border-left-color: var(--organization-color); }
.organization-logo { display: grid; width: 54px; height: 54px; place-items: center; overflow: hidden; border: 1px solid rgba(17,20,25,.14); border-radius: 50%; background: rgba(255,255,255,.88); color: var(--organization-color); font-size: 10px; font-weight: 900; letter-spacing: -.03em; }
.organization-logo img { width: 82%; height: 82%; object-fit: contain; }
.organization-logo { position: relative; }
.organization-logo b { font-size: 9px; }
.organization-logo img { position: absolute; inset: 9%; width: 82%; height: 82%; background: rgba(255,255,255,.94); }
.organization-grid .country-card-toggle small { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.organizations-hero h1 { max-width: 1180px; font-size: clamp(62px, 9vw, 132px); }

/* Citas horarias con retrato y acentos cromáticos */
.pull-quote { grid-template-columns: auto minmax(0, 1fr) auto; overflow: hidden; }
.pull-quote.quote-tone-0 { box-shadow: inset 8px 0 0 #a02f3f; }
.pull-quote.quote-tone-1 { box-shadow: inset 8px 0 0 #315f94; }
.pull-quote.quote-tone-2 { box-shadow: inset 8px 0 0 #b37c2f; }
.quote-author { min-width: 190px; display: flex; align-items: center; justify-content: flex-end; gap: 13px; }
.quote-portrait { flex: none; width: 64px; height: 64px; display: grid; place-items: center; overflow: hidden; border: 2px solid var(--accent-deep); border-radius: 4px; background: var(--accent-soft); color: var(--accent-deep); font-family: var(--serif); font-size: 20px; font-weight: 700; }
.quote-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; filter: grayscale(.25) contrast(1.06); }
.quote-author cite { display: grid; gap: 5px; text-align: left; }
.quote-author cite small { color: rgba(17,20,25,.58); font-size: 7px; letter-spacing: .12em; }
.pull-quote-dark .quote-author cite small { color: rgba(241,239,232,.58); }

/* Comunidad: fototeca compacta, envío plegable y bandeja editorial */
.compact-community .community-feature { grid-template-columns: .88fr 1.12fr; min-height: 410px; }
.compact-community .community-feature .report-copy { min-height: 410px; padding: clamp(26px, 3.5vw, 46px); }
.compact-community .community-feature .report-copy h3 { font-size: clamp(30px, 3.5vw, 48px); }
.compact-community .community-feature .carousel-frame { min-height: 360px; }
.compact-community .community-feature .carousel-controls { min-height: 49px; }
.community-contribute-panel { margin-top: 14px; border: 1px solid var(--ink); background: var(--paper); }
.community-contribute-panel > summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 21px; cursor: pointer; list-style: none; }
.community-contribute-panel > summary::-webkit-details-marker { display: none; }
.community-contribute-panel > summary span { display: grid; gap: 5px; }
.community-contribute-panel > summary small { color: var(--accent-deep); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.community-contribute-panel > summary strong { font-family: var(--serif); font-size: clamp(21px, 2.4vw, 30px); font-weight: 500; }
.community-contribute-panel > summary i { font-family: var(--serif); font-size: 28px; font-style: normal; transition: transform 180ms ease; }
.community-contribute-panel[open] > summary i { transform: rotate(45deg); }
.community-review-layout { display: grid; grid-template-columns: .55fr 1fr; gap: clamp(30px, 5vw, 70px); padding: clamp(25px, 4vw, 50px); border-top: 1px solid var(--ink); }
.community-proposal-copy h3 { margin: 0 0 16px; font-family: var(--serif); font-size: clamp(34px, 4vw, 58px); font-weight: 500; letter-spacing: -.055em; line-height: .95; }
.community-proposal-copy > p:not(.kicker) { margin: 0; font-family: var(--serif); font-size: 17px; line-height: 1.42; }
.publisher-form input[type="file"] { min-height: 48px; padding: 9px; background: #faf9f4; font-size: 12px; }
.admin-review-panel { margin-top: 10px; }
.admin-review-panel > summary { min-height: 60px; padding-top: 13px; padding-bottom: 13px; }
.admin-review-panel > summary strong { font-size: 19px; }
.admin-review-body { padding: clamp(22px, 4vw, 44px); }
.admin-access { display: flex; gap: 12px; align-items: end; }
.admin-access label { flex: 1; display: grid; gap: 7px; font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.admin-access input { min-height: 44px; padding: 10px 12px; border: 1px solid var(--ink); }
.admin-access button, .pending-actions button { min-height: 44px; padding: 0 16px; border: 1px solid var(--night-soft); background: var(--night-soft); color: var(--paper); cursor: pointer; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pending-grid { display: grid; gap: 12px; margin-top: 24px; }
.pending-card { display: grid; grid-template-columns: 170px 1fr; border: 1px solid var(--line); background: #faf9f4; }
.pending-card > img { width: 100%; height: 100%; min-height: 190px; object-fit: cover; }
.pending-card > div { padding: 20px; }
.pending-card span { font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pending-card h4 { margin: 9px 0; font-family: var(--serif); font-size: 26px; font-weight: 500; }
.pending-card p { margin: 0; font-family: var(--serif); font-size: 15px; line-height: 1.4; }
.pending-links, .pending-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.pending-links a { padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.pending-actions button:last-child { border-color: #922f3d; background: #922f3d; }
.admin-message { margin: 18px 0 0; font-family: var(--serif); }
.admin-hero, .admin-inbox { padding-left: clamp(22px, 5vw, 78px); padding-right: clamp(22px, 5vw, 78px); }
.admin-hero { padding-top: 70px; padding-bottom: 55px; background: var(--night); color: var(--paper); }
.admin-hero h1 { max-width: 950px; margin: 0 0 18px; font-family: var(--serif); font-size: clamp(52px, 8vw, 110px); font-weight: 500; letter-spacing: -.07em; line-height: .85; }
.admin-hero > p:not(.kicker) { font-family: var(--serif); color: rgba(241,239,232,.7); }
.admin-hero > div { display: flex; gap: 20px; margin-top: 28px; }
.admin-hero a { padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.admin-inbox { padding-top: 65px; padding-bottom: 80px; }
.admin-inbox .admin-review-body { margin-top: 28px; border: 1px solid var(--ink); background: var(--stone-light); }

.region-list a { min-height: 105px; }
.region-list h3 { font-size: clamp(31px, 3.3vw, 48px); }

@media (max-width: 900px) {
  .community-review-layout { grid-template-columns: 1fr; }
  .compact-community .community-feature { grid-template-columns: 1fr; }
  .quote-author { min-width: 150px; }
}

@media (max-width: 760px) {
  .pull-quote { grid-template-columns: auto 1fr; }
  .quote-author { grid-column: 2; min-width: 0; justify-content: flex-start; }
  .quote-portrait { width: 52px; height: 52px; }
  .compact-community .community-feature .report-copy { min-height: 330px; }
  .compact-community .community-feature .carousel-frame { min-height: 300px; }
  .community-review-layout { padding: 24px 18px; }
  .admin-access { align-items: stretch; flex-direction: column; }
  .pending-card { grid-template-columns: 1fr; }
  .pending-card > img { max-height: 220px; }
  .organizations-hero h1 { font-size: clamp(50px, 15vw, 78px); overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Edición compacta: más información visible, menor peso por bloque */
.site-header { min-height: 76px; gap: clamp(16px, 2.6vw, 38px); }
.brand-mark { width: 38px; height: 38px; }
.brand-name { font-size: clamp(23px, 2vw, 31px); }
.main-nav { gap: clamp(14px, 1.8vw, 26px); }
.main-nav a, .about-link { padding: 6px 0; font-size: 9px; }

.opening-note { min-height: 390px; }
.opening-note > .opening-copy { min-height: 390px; padding-top: 48px; padding-bottom: 48px; }
.opening-note h1 { max-width: 1050px; font-size: clamp(54px, 7vw, 104px); line-height: .9; text-wrap: balance; }
.opening-note > .opening-copy > p:last-child { max-width: 690px; margin-top: 28px; font-size: clamp(17px, 1.65vw, 24px); }
.opening-note > img { min-height: 390px; }

.house-reports, .community-reports, .day-news, .international, .source-policy, .country-directory { padding-top: 66px; padding-bottom: 72px; }
.section-title { padding-bottom: 20px; }
.section-title h2 { font-size: clamp(42px, 5vw, 70px); }
.section-title > p:not(.kicker) { font-size: 16px; }
.reports-workspace, .compact-news-carousel { margin-top: 28px; }

.report-accordion { display: grid; gap: 10px; }
.report-disclosure { border: 1px solid var(--ink); background: var(--stone-light); }
.report-disclosure > summary { min-height: 92px; display: grid; grid-template-columns: 72px 1fr auto; gap: 18px; align-items: center; padding: 10px 18px 10px 10px; cursor: pointer; list-style: none; }
.report-disclosure > summary::-webkit-details-marker { display: none; }
.report-disclosure > summary img { width: 72px; height: 72px; object-fit: cover; object-position: top; border: 1px solid var(--line); }
.report-disclosure > summary span { min-width: 0; }
.report-disclosure > summary small { display: block; margin-bottom: 5px; color: var(--accent-deep); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.report-disclosure > summary strong { display: block; overflow: hidden; font-family: var(--serif); font-size: clamp(18px, 2.2vw, 29px); font-weight: 500; line-height: 1.05; text-overflow: ellipsis; white-space: nowrap; }
.report-disclosure > summary i { font-family: var(--serif); font-size: 28px; font-style: normal; transition: transform 180ms ease; }
.report-disclosure[open] > summary i { transform: rotate(45deg); }
.report-disclosure .house-feature { grid-template-columns: .9fr 1.1fr; min-height: 430px; margin: 0; border: 0; border-top: 1px solid var(--ink); }
.report-disclosure .report-copy { min-height: 430px; padding: clamp(25px, 3.4vw, 44px); }
.report-disclosure .report-number { margin: auto 0 12px; }
.report-disclosure .report-copy h3 { margin-bottom: 15px; font-size: clamp(30px, 3.5vw, 48px); }
.report-disclosure .report-deck { margin-bottom: 16px; font-size: 16px; }
.report-disclosure .carousel-frame { min-height: 380px; }
.report-disclosure .carousel-controls { min-height: 49px; }
.report-disclosure-latest {
  border: 2px solid #b88a31;
  box-shadow: 0 0 0 1px rgba(184,138,49,.22), 0 10px 30px rgba(74,52,15,.12);
}
.report-disclosure-latest > summary {
  background: linear-gradient(90deg, #f1ead8 0%, #e8dfc9 48%, #f3eee1 100%);
}
.report-disclosure-latest > summary img {
  border-color: #b88a31;
  box-shadow: 0 0 0 2px rgba(184,138,49,.16);
}
.report-disclosure-latest > summary small { color: #87621e; }
.report-disclosure-latest .house-feature { border-top-color: #b88a31; }
.report-disclosure-latest .status-pill { background: #947026; }

.daily-gallery { padding-top: 64px; padding-bottom: 70px; }
.gallery-heading { padding-bottom: 20px; }
.gallery-heading h2 { font-size: clamp(42px, 5vw, 70px); }
.gallery-heading > div:last-child p { font-size: 16px; }
.gallery-stage { grid-template-columns: 1.25fr 1fr; margin-top: 28px; }
.gallery-main { min-height: 430px; }
.gallery-side { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; }
.gallery-thumb { min-height: 214px; }
.gallery-film a { height: 120px; }
.gallery-caption { padding: 70px 22px 20px; }
.gallery-caption strong { font-size: clamp(22px, 2.4vw, 34px); }

.compact-news-carousel { border: 1px solid var(--ink); background: var(--ink); }
.compact-news-slide { min-height: 480px; display: grid; grid-template-columns: 1.25fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 1px; background: var(--ink); }
.compact-news-slide .news-card-featured { grid-column: 1; grid-row: 1 / 3; display: flex; }
.compact-news-slide .news-card-featured .news-visual { min-height: 245px; }
.compact-news-slide .news-card:not(.news-card-featured) { display: grid; grid-template-columns: 115px 1fr; }
.compact-news-slide .news-card:not(.news-card-featured) .news-visual { min-height: 100%; }
.compact-news-slide .news-card:not(.news-card-featured) .news-body { justify-content: center; padding: 15px; }
.compact-news-slide .news-card:not(.news-card-featured) .news-meta,
.compact-news-slide .news-card:not(.news-card-featured) .news-body > p,
.compact-news-slide .news-card:not(.news-card-featured) .news-footer { display: none; }
.compact-news-slide .news-card:not(.news-card-featured) .news-body h3 { margin: 0; font-size: clamp(17px, 1.5vw, 23px); }
.compact-news-slide .news-card-featured .news-body { padding: 19px; }
.compact-news-slide .news-card-featured .news-meta { margin-bottom: 13px; }
.compact-news-slide .news-card-featured .news-body h3 { font-size: clamp(27px, 3vw, 42px); }
.compact-news-slide .news-card-featured .news-body > p { display: -webkit-box; overflow: hidden; margin-bottom: 14px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.compact-news-carousel .international-controls { min-height: 62px; }

.pull-quote { padding-top: 36px; padding-bottom: 36px; }
.pull-quote::before { font-size: 60px; }
.pull-quote blockquote { font-size: clamp(23px, 2.7vw, 38px); }
.pull-quote cite { max-width: 210px; text-align: right; white-space: normal; }

@media (max-width: 1050px) {
  .report-disclosure .house-feature { grid-template-columns: 1fr 1fr; }
  .compact-news-slide { grid-template-columns: 1.1fr 1fr; }
  .compact-news-slide .news-card-featured { grid-column: 1; grid-row: 1 / 5; }
  .compact-news-slide .news-card:not(.news-card-featured) { grid-column: 2; grid-template-columns: 105px 1fr; }
}

@media (max-width: 760px) {
  .site-header { min-height: 78px; padding-top: 14px; padding-bottom: 12px; }
  .opening-note, .opening-note > .opening-copy { min-height: 370px; }
  .opening-note h1 { font-size: clamp(49px, 15vw, 76px); }
  .house-reports, .community-reports, .day-news, .international, .source-policy, .country-directory { padding-top: 54px; padding-bottom: 58px; }
  .report-disclosure > summary { grid-template-columns: 58px 1fr auto; min-height: 76px; gap: 12px; }
  .report-disclosure > summary img { width: 58px; height: 58px; }
  .report-disclosure > summary strong { white-space: normal; }
  .report-disclosure .house-feature { grid-template-columns: 1fr; }
  .report-disclosure .report-copy { min-height: 350px; }
  .report-disclosure .carousel-frame { min-height: 360px; }
  .gallery-stage { grid-template-columns: 1fr; }
  .gallery-main { min-height: 350px; }
  .gallery-side { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; }
  .gallery-thumb { min-height: 150px; }
  .gallery-film { grid-template-columns: repeat(4, 1fr); }
  .gallery-film a { height: 86px; }
  .compact-news-slide { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto; }
  .compact-news-slide .news-card-featured { grid-column: 1; grid-row: auto; }
  .compact-news-slide .news-card:not(.news-card-featured) { grid-column: 1; grid-template-columns: 105px 1fr; min-height: 112px; }
  .compact-news-slide .news-card:not(.news-card-featured) .news-visual { min-height: 112px; }
  .pull-quote { padding-top: 30px; padding-bottom: 30px; }
}

/* Overrides finales: deben prevalecer sobre las reglas históricas del sitio */
.opening-note::after { display: none; }
.regions { padding-top: 58px; padding-bottom: 54px; }
.region-list { margin-top: 22px; }
.region-list a { min-height: 78px; grid-template-columns: 52px 1fr .65fr auto; gap: 16px; }
.region-list h3 { font-size: clamp(27px, 2.8vw, 40px); }
.source-policy { padding-top: 48px; padding-bottom: 48px; }
.source-grid article { min-height: 164px; }
.country-card::before { background-image: linear-gradient(90deg, rgba(241,239,232,.79), rgba(241,239,232,.64)), var(--card-image); opacity: .82; filter: saturate(1.08) contrast(1.03); }
.country-card.is-open::before { opacity: .68; }
.organization-card::before { background: linear-gradient(120deg, color-mix(in srgb, var(--organization-color) 15%, var(--paper)), rgba(241,239,232,.93)); opacity: 1; }

@media (max-width: 760px) {
  .regions { padding-top: 46px; padding-bottom: 42px; }
  .region-list a { min-height: 72px; grid-template-columns: 34px 1fr auto; padding: 12px 0; }
  .region-list h3 { font-size: 27px; }
  .source-policy { padding-top: 42px; padding-bottom: 42px; }
  .source-grid article { min-height: 140px; }
}

/* Becas: directorio oficial, amplio en contenido y compacto en pantalla */
.scholarships {
  position: relative;
  padding: 64px clamp(22px, 5vw, 78px) 70px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 7%, rgba(88,117,150,.2), transparent 29%),
    radial-gradient(circle at 8% 96%, rgba(160,47,63,.09), transparent 25%),
    #e7e5de;
}
.scholarships::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -100px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(79,90,137,.17);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(79,90,137,.035), 0 0 0 104px rgba(79,90,137,.025);
  pointer-events: none;
}
.scholarships > * { position: relative; z-index: 1; }
.scholarships .section-title { padding-bottom: 20px; }
.scholarships .section-title h2 { font-size: clamp(43px, 5vw, 72px); }
.scholarships .section-title > p:not(.kicker) { font-size: 16px; }
.scholarship-directory { margin-top: 24px; }
.scholarship-toolbar {
  display: grid;
  grid-template-columns: 1fr minmax(280px, .45fr);
  gap: 18px;
  align-items: end;
}
.scholarship-filters { display: flex; gap: 6px; overflow-x: auto; padding-bottom: 2px; }
.scholarship-filters button {
  flex: none;
  min-height: 37px;
  padding: 0 13px;
  border: 1px solid rgba(17,20,25,.35);
  background: rgba(241,239,232,.7);
  color: var(--ink);
  cursor: pointer;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.scholarship-filters button:hover,
.scholarship-filters button:focus-visible { background: var(--accent-soft); }
.scholarship-filters button.is-active { border-color: var(--accent-deep); background: var(--accent-deep); color: var(--paper); }
.scholarship-search { display: grid; gap: 7px; }
.scholarship-search span { font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.scholarship-search input {
  width: 100%;
  height: 39px;
  padding: 0 12px;
  border: 1px solid rgba(17,20,25,.35);
  border-radius: 0;
  background: rgba(250,249,244,.88);
  color: var(--ink);
  font: 14px var(--sans);
}
.scholarship-summary {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 10px;
  align-items: baseline;
  margin-top: 17px;
  padding: 11px 14px;
  border-left: 4px solid var(--blue);
  background: rgba(32,23,47,.94);
  color: var(--paper);
}
.scholarship-summary strong { color: #b8c9e6; font-family: var(--serif); font-size: 27px; font-weight: 500; line-height: 1; }
.scholarship-summary span { font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.scholarship-summary p { justify-self: end; margin: 0; color: rgba(241,239,232,.65); font-family: var(--serif); font-size: 13px; }
.scholarship-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1px;
  border: 1px solid var(--ink);
  background: var(--ink);
}
.scholarship-card {
  min-width: 0;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: 19px;
  background: rgba(241,239,232,.98);
  border-top: 4px solid #5f698f;
}
.scholarship-card:nth-child(3n + 2) { border-top-color: #476f88; }
.scholarship-card:nth-child(3n + 3) { border-top-color: #8e4655; }
.scholarship-card.is-featured { background: #e0e2ec; }
.scholarship-card-top { min-height: 20px; display: flex; justify-content: space-between; gap: 12px; align-items: start; }
.scholarship-card-top > span { color: rgba(17,20,25,.48); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.scholarship-card-top strong { padding: 5px 7px; background: var(--night-soft); color: var(--paper); font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
.scholarship-provider { margin: 20px 0 7px; color: var(--accent-deep); font-size: 8px; font-weight: 800; letter-spacing: .1em; line-height: 1.3; text-transform: uppercase; }
.scholarship-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(24px, 2vw, 31px); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.scholarship-destination { margin: 10px 0 0; color: rgba(17,20,25,.62); font-family: var(--serif); font-size: 14px; }
.scholarship-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 16px; }
.scholarship-tags span { padding: 5px 7px; border: 1px solid rgba(17,20,25,.25); font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.scholarship-card dl { display: grid; gap: 10px; margin: 18px 0 22px; padding-top: 14px; border-top: 1px solid rgba(17,20,25,.2); }
.scholarship-card dl div { display: grid; grid-template-columns: 68px 1fr; gap: 9px; }
.scholarship-card dt { font-size: 7px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.scholarship-card dd { margin: 0; color: rgba(17,20,25,.72); font-family: var(--serif); font-size: 13px; line-height: 1.28; }
.scholarship-card > a {
  width: fit-content;
  margin-top: auto;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.scholarship-card > a:hover,
.scholarship-card > a:focus-visible { color: var(--accent-deep); }
.scholarship-more {
  width: 100%;
  min-height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid var(--ink);
  border-top: 0;
  background: var(--night);
  color: var(--paper);
  cursor: pointer;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.scholarship-more:hover,
.scholarship-more:focus-visible { background: var(--night-soft); }
.scholarship-empty { margin: 1px 0 0; padding: 34px; border: 1px solid var(--ink); background: var(--paper); font-family: var(--serif); font-size: 18px; }

@media (max-width: 1150px) {
  .scholarship-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .scholarship-toolbar { grid-template-columns: 1fr; }
  .scholarship-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scholarship-summary { grid-template-columns: auto 1fr; }
  .scholarship-summary p { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 600px) {
  .scholarships { padding-top: 48px; padding-bottom: 52px; }
  .scholarships .section-title { grid-template-columns: 1fr; }
  .scholarship-directory { margin-top: 18px; }
  .scholarship-grid { grid-template-columns: 1fr; }
  .scholarship-card { min-height: 0; }
  .scholarship-summary { gap: 7px 9px; }
  .scholarship-summary p { line-height: 1.35; }
}

/* Cabecera compacta: identidad arriba y navegación completa en una sola línea */
.topline {
  min-height: 43px;
  justify-content: flex-start;
  background: #15111d;
}
.topline-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  color: var(--paper);
  white-space: nowrap;
}
.topline-logo {
  flex: none;
  width: 29px;
  height: 29px;
  overflow: hidden;
  border: 1px solid rgba(241,239,232,.32);
  border-radius: 50%;
  background: var(--night);
}
.topline-logo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 27%; }
.topline-brand > span:last-child { overflow: hidden; text-overflow: ellipsis; }
.site-header {
  min-height: 53px;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  background: linear-gradient(90deg, #445578, #56698f 52%, #3f5577);
  border-bottom-color: #172033;
}
.site-header .main-nav {
  width: 100%;
  min-height: 53px;
  display: flex;
  grid-column: auto;
  grid-row: auto;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 2.4vw, 38px);
  padding: 0;
  overflow-x: auto;
  scrollbar-width: thin;
  white-space: nowrap;
}
.site-header .main-nav a {
  flex: none;
  padding: 19px 0 16px;
  border-bottom: 3px solid transparent;
  color: #f6f3ea;
  text-shadow: 0 1px 8px rgba(8,14,29,.28);
}
.site-header .main-nav a:hover,
.site-header .main-nav a:focus-visible {
  border-bottom-color: #d8b76b;
  color: #fff8df;
}

@media (max-width: 760px) {
  .topline { min-height: 40px; }
  .topline-logo { width: 27px; height: 27px; }
  .topline-brand { gap: 8px; }
  .topline-brand > span:last-child { font-size: 7px; letter-spacing: .12em; }
  .site-header { min-height: 48px; padding-top: 0; padding-bottom: 0; }
  .site-header .main-nav { min-height: 48px; justify-content: flex-start; gap: 25px; padding: 0; }
  .site-header .main-nav a { padding: 17px 0 14px; }
}

/* Investigaciones: biblioteca académica y recepción de papers */
.research-section {
  padding: 64px clamp(22px, 5vw, 78px) 72px;
  background:
    radial-gradient(circle at 92% 8%, rgba(91,64,126,.15), transparent 28%),
    #dcdad3;
}
.research-section .section-title { padding-bottom: 20px; }
.research-section .section-title h2 { font-size: clamp(43px, 5.3vw, 76px); }
.research-section .section-title > p:not(.kicker) { font-size: 16px; }
.research-library { margin-top: 24px; }
.research-library-heading {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 15px;
  background: #2b203a;
  color: var(--paper);
}
.research-library-heading > div { display: flex; align-items: baseline; gap: 9px; }
.research-library-heading strong { color: #c9b4e0; font-family: var(--serif); font-size: 27px; font-weight: 500; line-height: 1; }
.research-library-heading span,
.research-library-heading p { margin: 0; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.research-library-heading p { color: rgba(241,239,232,.62); }
.research-list { display: grid; gap: 8px; margin-top: 8px; }
.research-paper { border: 1px solid var(--ink); background: var(--paper); }
.research-paper > summary {
  min-height: 86px;
  display: grid;
  grid-template-columns: 76px 54px 1fr auto;
  gap: 15px;
  align-items: center;
  padding: 10px 17px;
  cursor: pointer;
  list-style: none;
}
.research-paper > summary::-webkit-details-marker,
.research-submit-panel > summary::-webkit-details-marker { display: none; }
.research-code { color: rgba(17,20,25,.5); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.research-profile {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(17,20,25,.24);
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-deep);
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
}
.research-profile img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.research-summary-copy { min-width: 0; display: grid; gap: 5px; }
.research-summary-copy small { overflow: hidden; color: var(--accent-deep); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.research-summary-copy strong { overflow: hidden; font-family: var(--serif); font-size: clamp(20px, 2.3vw, 31px); font-weight: 500; letter-spacing: -.025em; line-height: 1.02; text-overflow: ellipsis; white-space: nowrap; }
.research-paper > summary i,
.research-submit-panel > summary i { font-family: var(--serif); font-size: 28px; font-style: normal; transition: transform 180ms ease; }
.research-paper[open] > summary i,
.research-submit-panel[open] > summary i { transform: rotate(45deg); }
.research-paper-house {
  border: 2px solid #6b4a88;
  box-shadow: 0 8px 24px rgba(46,30,63,.11);
}
.research-paper-house > summary { background: linear-gradient(90deg, #ded6e8, #eee9f2 58%, #e4ddeb); }
.research-paper-house .research-profile { border-color: #765594; box-shadow: 0 0 0 2px rgba(107,74,136,.14); }
.research-paper-house .research-code,
.research-paper-house .research-summary-copy small { color: #63417f; }
.research-paper-body {
  display: grid;
  grid-template-columns: minmax(230px, .38fr) 1fr;
  min-height: 430px;
  border-top: 1px solid var(--ink);
  background: #f0eee7;
}
.research-paper-house .research-paper-body { border-top-color: #6b4a88; }
.research-cover { min-height: 430px; display: grid; place-items: center; overflow: hidden; border-right: 1px solid var(--ink); background: #1d1627; }
.research-paper-house .research-cover { border-right-color: #6b4a88; }
.research-cover > img { width: 100%; height: 100%; max-height: 500px; object-fit: cover; object-position: top; }
.research-cover > div { width: 100%; height: 100%; display: grid; align-content: end; gap: 18px; padding: 30px; color: var(--paper); background: linear-gradient(145deg, #17111f, #443056); }
.research-cover > div span { font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.research-cover > div strong { font-family: var(--serif); font-size: 31px; font-weight: 500; line-height: 1; }
.research-copy { display: flex; min-width: 0; flex-direction: column; padding: clamp(27px, 4vw, 52px); }
.research-paper-labels { display: flex; flex-wrap: wrap; gap: 7px; }
.research-paper-labels span { padding: 6px 8px; background: #2b203a; color: var(--paper); font-size: 7px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.research-paper-labels span + span { background: #665071; }
.research-author-line { margin: auto 0 12px; color: rgba(17,20,25,.61); font-size: 8px !important; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.research-copy h3 { margin: 0 0 14px; font-family: var(--serif); font-size: clamp(32px, 4vw, 54px); font-weight: 500; letter-spacing: -.05em; line-height: .95; }
.research-copy > p:not(.research-author-line) { max-width: 850px; margin: 0; color: rgba(17,20,25,.74); font-family: var(--serif); font-size: 16px; line-height: 1.4; }
.research-disciplines { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 19px; }
.research-disciplines span { padding: 5px 7px; border: 1px solid rgba(17,20,25,.3); font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.research-copy > a { width: fit-content; margin-top: 25px; padding: 13px 16px; background: #5d3f78; color: var(--paper); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.research-copy > a:hover,
.research-copy > a:focus-visible { background: #39274a; }
.research-submit-panel { margin-top: 14px; border: 1px solid var(--ink); background: var(--paper); }
.research-submit-panel > summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 14px 20px; cursor: pointer; list-style: none; background: #252c3a; color: var(--paper); }
.research-submit-panel > summary span { display: grid; gap: 5px; }
.research-submit-panel > summary small { color: #b8c7e3; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.research-submit-panel > summary strong { font-family: var(--serif); font-size: clamp(21px, 2.4vw, 30px); font-weight: 500; }
.research-submit-layout { display: grid; grid-template-columns: .52fr 1fr; gap: clamp(30px, 5vw, 70px); padding: clamp(27px, 4vw, 52px); border-top: 1px solid var(--ink); }
.research-submit-copy h3 { margin: 0 0 17px; font-family: var(--serif); font-size: clamp(36px, 4.2vw, 58px); font-weight: 500; letter-spacing: -.05em; line-height: .95; }
.research-submit-copy > p:not(.kicker) { margin: 0; font-family: var(--serif); font-size: 17px; line-height: 1.4; }
.research-submit-copy ul { margin: 25px 0 0; padding: 20px 0 0 18px; border-top: 1px solid var(--line); color: rgba(17,20,25,.7); font-family: var(--serif); font-size: 14px; line-height: 1.5; }
.research-area-fieldset { margin: 0; padding: 0; border: 0; }
.research-area-fieldset legend { margin-bottom: 9px; font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.research-area-fieldset > div { display: flex; flex-wrap: wrap; gap: 6px; }
.research-area-fieldset label {
  display: flex;
  grid-template-columns: none;
  flex-direction: row;
  gap: 7px;
  align-items: center;
  padding: 7px 9px;
  border: 1px solid rgba(17,20,25,.26);
  background: #faf9f4;
  cursor: pointer;
  font-size: 7px;
  letter-spacing: .08em;
}
.research-area-fieldset input { width: 14px !important; height: 14px; margin: 0; padding: 0 !important; accent-color: #65477f; }
.admin-research-inbox { padding-top: 40px; background: #ded8e5; }
.research-pending-card { grid-template-columns: 86px 1fr; }
.pending-card .pending-profile { width: 68px; height: 68px; min-height: 0; margin: 20px 0 0 18px; border: 2px solid #6b4a88; border-radius: 50%; object-fit: cover; }
.pending-profile-empty { display: grid; place-items: center; background: #d8cbe4; color: #5d3f78; font-family: var(--serif); font-size: 24px; }

@media (max-width: 900px) {
  .research-paper-body { grid-template-columns: .42fr 1fr; }
  .research-submit-layout { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .research-section { padding-top: 48px; padding-bottom: 52px; }
  .research-library-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .research-paper > summary { grid-template-columns: 48px 1fr auto; min-height: 80px; gap: 11px; padding: 10px 12px; }
  .research-code { display: none; }
  .research-profile { width: 46px; height: 46px; }
  .research-summary-copy small { white-space: normal; }
  .research-summary-copy strong { font-size: 20px; white-space: normal; }
  .research-paper-body { grid-template-columns: 1fr; }
  .research-cover { min-height: 300px; max-height: 390px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .research-paper-house .research-cover { border-right: 0; border-bottom-color: #6b4a88; }
  .research-cover > img { max-height: none; }
  .research-copy { padding: 25px 20px 28px; }
  .research-author-line { margin-top: 42px; }
  .research-submit-layout { padding: 24px 18px; }
  .research-area-fieldset > div { display: grid; grid-template-columns: 1fr 1fr; }
  .research-pending-card { grid-template-columns: 1fr; }
}

/* Ajuste compacto de Investigaciones: mismo lenguaje visual que Informes */
.research-section { padding-top: 54px; padding-bottom: 58px; }
.research-library-heading { min-height: 44px; padding-top: 7px; padding-bottom: 7px; }
.research-list { gap: 10px; margin-top: 10px; }
.research-paper {
  border: 2px solid #b88a31;
  background: #f1ede2;
  box-shadow: 0 5px 16px rgba(74,52,15,.08);
}
.research-paper > summary {
  min-height: 92px;
  grid-template-columns: 68px 1fr auto;
  gap: 17px;
  padding: 9px 18px 9px 10px;
  background: linear-gradient(90deg, #f1ead8, #f4f0e6);
}
.research-paper-house {
  border-color: #694684;
  background: #ece6f0;
  box-shadow: 0 6px 18px rgba(46,30,63,.1);
}
.research-paper-house > summary { background: linear-gradient(90deg, #ddd3e6, #f0ebf3); }
.research-row-thumb {
  position: relative;
  width: 64px;
  height: 70px;
  display: grid;
  place-items: center;
  overflow: visible;
  border: 1px solid #b88a31;
  background: #ded6c4;
}
.research-paper-house .research-row-thumb { border-color: #694684; }
.research-row-thumb > img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.research-row-pdf { color: #74571f; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.research-paper-house .research-row-pdf { color: #694684; }
.research-row-thumb .research-profile {
  position: absolute;
  right: -7px;
  bottom: -5px;
  width: 27px;
  height: 27px;
  border: 2px solid #f4f0e6;
  background: #332442;
  color: var(--paper);
  box-shadow: 0 2px 7px rgba(17,20,25,.2);
  font-size: 9px;
}
.research-row-thumb .research-profile img { width: 100%; height: 100%; object-fit: cover; }
.research-summary-copy small { color: #87621e; }
.research-paper-house .research-summary-copy small { color: #694684; }
.research-summary-copy strong { font-size: clamp(22px, 2.5vw, 34px); }
.research-paper > summary i { font-size: 31px; }
.research-paper-body {
  grid-template-columns: 170px 1fr;
  min-height: 0;
  border-top-color: #b88a31;
  background: #f4f1e9;
}
.research-paper-house .research-paper-body { border-top-color: #694684; }
.research-cover {
  min-height: 230px;
  max-height: 265px;
  border-right-color: #b88a31;
}
.research-paper-house .research-cover { border-right-color: #694684; }
.research-cover > img { max-height: 265px; }
.research-cover > div { min-height: 230px; padding: 20px; }
.research-cover > div strong { font-size: 22px; }
.research-copy { justify-content: center; padding: 22px 26px 24px; }
.research-author-line { margin: 17px 0 9px; }
.research-copy h3 { margin-bottom: 9px; font-size: clamp(25px, 3vw, 39px); }
.research-copy > p:not(.research-author-line) { display: -webkit-box; overflow: hidden; font-size: 14px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.research-disciplines { margin-top: 13px; }
.research-copy > a { margin-top: 16px; padding: 11px 13px; }
.research-submit-panel { margin-top: 11px; }

@media (max-width: 650px) {
  .research-section { padding-top: 44px; padding-bottom: 48px; }
  .research-paper > summary { min-height: 82px; grid-template-columns: 56px 1fr auto; gap: 12px; padding: 8px 12px 8px 8px; }
  .research-row-thumb { width: 52px; height: 61px; }
  .research-row-thumb .research-profile { right: -5px; bottom: -4px; width: 23px; height: 23px; }
  .research-summary-copy small { display: -webkit-box; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .research-summary-copy strong { font-size: 19px; }
  .research-paper-body { grid-template-columns: 1fr; }
  .research-paper-body .research-cover { display: none; }
  .research-copy { padding: 20px 18px 22px; }
  .research-author-line { margin-top: 12px; }
  .research-copy h3 { font-size: 27px; }
}

/* Contacto compacto · enlace editorial + acceso directo a Instagram */
.contact-section {
  display: block;
  padding: 0;
  border-top: 1px solid rgba(241,239,232,.2);
  background: var(--night);
}
.contact-copy {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(500px, 1.18fr);
  gap: clamp(36px, 6vw, 92px);
  align-items: center;
  overflow: hidden;
  padding: 44px clamp(22px, 5vw, 78px) 46px;
  background:
    radial-gradient(circle at 88% 18%, rgba(104,116,168,.2), transparent 28%),
    linear-gradient(115deg, #171020 0%, #20172f 58%, #24203a 100%);
  color: var(--paper);
}
.contact-copy::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -150px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(159,181,255,.15);
  border-radius: 50%;
  pointer-events: none;
}
.contact-intro { position: relative; z-index: 1; }
.contact-intro .kicker { margin-bottom: 11px; color: #aebdf3; }
.contact-copy .contact-intro h2 {
  margin: 0 0 13px;
  color: var(--paper);
  font-size: clamp(43px, 5vw, 67px);
  line-height: .9;
}
.contact-copy .contact-intro > p:not(.kicker) {
  max-width: 540px;
  margin: 0;
  color: rgba(241,239,232,.72);
  font-family: var(--serif);
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.34;
}
.contact-links {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(225px, .84fr) minmax(290px, 1.16fr);
  gap: 18px;
  align-items: center;
  margin: 0;
  border: 0;
  background: transparent;
}
.contact-links a { min-height: 70px; }
.contact-links .contact-email {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  align-content: center;
  padding: 13px 2px;
  border-top: 1px solid rgba(241,239,232,.32);
  border-bottom: 1px solid rgba(241,239,232,.32);
  background: transparent;
  color: var(--paper);
}
.contact-email span { display: grid; gap: 6px; min-width: 0; }
.contact-email small {
  color: #aebdf3;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.contact-email strong {
  overflow: hidden;
  font-family: var(--sans);
  font-size: clamp(13px, 1.15vw, 17px);
  font-weight: 700;
  letter-spacing: .02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact-email i, .contact-instagram i { font-family: var(--serif); font-size: 24px; font-style: normal; }
.contact-links .contact-instagram {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 17px;
  align-items: center;
  align-content: center;
  min-height: 74px;
  padding: 0 23px;
  border: 1px solid #838fc5;
  border-radius: 999px;
  background: linear-gradient(105deg, #35264b 0%, #4f5a89 58%, #587596 100%);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), 0 10px 30px rgba(6,5,10,.18);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.contact-instagram:hover, .contact-instagram:focus-visible {
  border-color: #b3c0ff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.1), 0 12px 34px rgba(6,5,10,.3), 0 0 24px rgba(104,116,168,.2);
  transform: translateY(-2px);
}
.contact-instagram strong {
  overflow: hidden;
  font-family: var(--sans);
  font-size: clamp(14px, 1.4vw, 19px);
  font-weight: 800;
  letter-spacing: .08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.instagram-icon { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.instagram-icon .instagram-dot { fill: currentColor; stroke: none; }

@media (max-width: 1050px) {
  .contact-copy { grid-template-columns: 1fr; gap: 28px; }
  .contact-links { grid-template-columns: minmax(230px, .8fr) minmax(330px, 1.2fr); }
}

@media (max-width: 680px) {
  .contact-copy { gap: 24px; padding-top: 38px; padding-bottom: 40px; }
  .contact-copy .contact-intro h2 { font-size: 46px; }
  .contact-links { grid-template-columns: 1fr; gap: 15px; }
  .contact-links .contact-email { min-height: 62px; }
  .contact-links .contact-instagram { min-height: 68px; padding: 0 19px; }
  .contact-instagram strong { font-size: 14px; letter-spacing: .055em; }
}
