:root{
  --yellow:#ffcc00;
  --black:#050505;
  --charcoal:#111111;
  --gray-900:#1a1a1a;
  --gray-700:#4f4f4f;
  --gray-500:#777;
  --gray-300:#d8d8d8;
  --gray-200:#e9e9e9;
  --gray-100:#f5f5f3;
  --white:#fff;
  --max:1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--white);color:var(--black);font-family:'Montserrat',Arial,sans-serif;line-height:1.5}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,select{font:inherit}
.container{width:min(var(--max),calc(100% - 48px));margin:auto}

/* Header */
.site-header{position:sticky;top:0;z-index:1000;background:var(--black);color:var(--white);border-bottom:1px solid #242424}
.nav-wrap{min-height:76px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:12px;font-size:1rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
.brand-mark{width:24px;height:34px;border:4px solid var(--yellow);display:inline-block}
.brand-copy{display:flex;flex-direction:column;line-height:1.03}.brand-copy small{font-size:.63rem;letter-spacing:.19em;font-weight:600;color:#bdbdbd;margin-top:4px}
.main-nav{margin-left:auto;display:flex;gap:28px;align-items:center}
.main-nav a{font-size:.73rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#ececec;position:relative;padding:29px 0}
.main-nav a:hover,.main-nav a.active{color:var(--yellow)}
.main-nav a:hover:after,.main-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:3px;background:var(--yellow)}
.nav-toggle{display:none;margin-left:auto;background:transparent;border:0;color:white;font-size:1.65rem;cursor:pointer}

/* Hero */
.hero{background:var(--black);color:white;padding:0;overflow:hidden}
.hero-grid{min-height:690px;display:grid;grid-template-columns:1.05fr .95fr;gap:0;align-items:stretch}
.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:90px 70px 90px 0;position:relative}
.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.17em;font-size:.69rem;font-weight:800}
.eyebrow{color:var(--yellow)}
.section-kicker:before,.eyebrow:before{content:"";width:30px;height:3px;background:var(--yellow);display:inline-block}
h1,h2,h3{margin:0}
h1{font-size:clamp(3.6rem,6.3vw,7rem);line-height:.94;letter-spacing:-.055em;text-transform:uppercase;font-weight:900;max-width:880px}
h2{font-size:clamp(2.1rem,4.2vw,4.4rem);line-height:.98;letter-spacing:-.045em;font-weight:900;text-transform:uppercase}
h3{font-size:1.25rem;line-height:1.12;font-weight:800}
.lead{font-size:1.07rem;line-height:1.75;color:#d0d0d0;max-width:760px;margin:28px 0 0;font-weight:400}
.cta-row{display:flex;gap:12px;margin:34px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border:2px solid var(--black);font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border-radius:0;transition:.18s ease}
.btn.primary{background:var(--yellow);color:var(--black);border-color:var(--yellow)}
.btn.primary:hover{background:white;border-color:white}
.btn.ghost{background:transparent;color:inherit;border-color:currentColor}
.btn.ghost:hover{background:var(--yellow);border-color:var(--yellow);color:black}
.btn.full{width:100%}
.hero-meta{display:flex;gap:24px;flex-wrap:wrap;margin-top:8px;font-size:.71rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#999}
.hero-card{background:#171717;position:relative;min-height:690px;overflow:hidden;border-left:1px solid #2d2d2d}
.mini-map{position:absolute;inset:0;background:
  linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.7)),
  radial-gradient(circle at 72% 35%,rgba(255,204,0,.24),transparent 18%),
  radial-gradient(circle at 30% 65%,rgba(39,113,102,.55),transparent 26%),
  linear-gradient(130deg,#274841,#102321 46%,#09110f 100%)}
.mini-map:before{content:"";position:absolute;inset:-10%;background-image:linear-gradient(rgba(255,255,255,.10) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.10) 1px,transparent 1px);background-size:56px 56px;transform:rotate(-7deg);opacity:.28}
.mini-map:after{content:"";position:absolute;left:17%;top:12%;width:170px;height:250px;border:9px solid var(--yellow);opacity:.97}
.dot{position:absolute;width:9px;height:9px;background:var(--yellow);border-radius:50%;box-shadow:0 0 0 7px rgba(255,204,0,.15)}
.d1{left:23%;top:45%}.d2{left:48%;top:28%}.d3{left:65%;top:61%}.d4{left:78%;top:38%}.d5{left:39%;top:72%}
.hero-card-copy{position:absolute;left:42px;right:42px;bottom:44px;z-index:3}
.hero-card-copy strong{font-size:2rem;line-height:1.02;text-transform:uppercase;font-weight:900}
.hero-card-copy p{max-width:480px;color:#d0d0d0;margin:12px 0 16px}
.hero-card-copy a{color:var(--yellow);font-size:.73rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}

/* Editorial sections */
.section{padding:92px 0}.section.alt{background:var(--gray-100)}
.section-kicker{color:var(--black);margin-bottom:18px}.section-kicker:before{background:var(--yellow)}
.split{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:start}
.prose{font-size:1.02rem;line-height:1.8;color:var(--gray-700);max-width:740px}.prose p:first-child{margin-top:0}.prose p:last-child{margin-bottom:0}
.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end}.text-link{font-size:.73rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;border-bottom:3px solid var(--yellow);padding-bottom:4px}
.cards{display:grid;gap:2px;margin-top:44px;background:var(--black);border:1px solid var(--black)}
.cards.three{grid-template-columns:repeat(3,1fr)}.cards.two{grid-template-columns:repeat(2,1fr)}
.card{background:white;padding:34px;min-height:260px;position:relative}.card .num{display:block;font-size:.72rem;font-weight:900;letter-spacing:.12em;color:var(--gray-500);margin-bottom:56px}.card h3{font-size:1.55rem;text-transform:uppercase;margin-bottom:14px}.card p{color:var(--gray-700);line-height:1.7;margin-bottom:0}
.card:before{content:"";position:absolute;left:34px;top:68px;width:45px;height:5px;background:var(--yellow)}


/* Journal cover carousel */
.journal-strip{margin:22px 0 34px;padding:12px 0 20px;border-top:1px solid var(--gray-300);border-bottom:1px solid var(--gray-300);overflow:hidden}
.cover-marquee{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}
.cover-track{display:flex;width:max-content;gap:18px;align-items:center;animation:cover-scroll 72s linear infinite;will-change:transform}
.cover-marquee:hover .cover-track{animation-play-state:paused}
.journal-cover{margin:0;flex:0 0 auto;width:150px}
.journal-cover img{display:block;width:150px;height:220px;object-fit:cover;background:#f1f1f1;box-shadow:0 4px 14px rgba(0,0,0,.10)}
.journal-cover figcaption{margin-top:7px;font-size:.58rem;line-height:1.3;font-weight:700;color:var(--gray-500);white-space:normal}
@keyframes cover-scroll{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 9px))}}
@media(prefers-reduced-motion:reduce){.cover-marquee{overflow-x:auto;mask-image:none;-webkit-mask-image:none}.cover-track{animation:none}.cover-track .journal-cover:nth-child(n+16){display:none}}

.publication-list{margin-top:34px;border-top:5px solid var(--black)}
.pub{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;padding:28px 0;border-bottom:1px solid var(--gray-300);align-items:center}
.tag{font-size:.67rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:#111;display:inline-block;margin-bottom:8px}.pub-tags{display:flex;flex-wrap:wrap;gap:7px 14px;align-items:center;margin-bottom:8px}.pub-tags .tag{margin-bottom:0;color:#111;font-weight:900}.pub-tags .tag-theme{position:relative}.pub-tags .tag-theme:before{content:"•";color:var(--yellow);margin-right:8px;font-weight:900}
.pub h3{font-size:1.28rem;margin:0 0 8px;max-width:800px}.pub p{margin:0;color:var(--gray-700)}
.citation{max-width:1120px;font-size:1.04rem;line-height:1.65;color:#272727!important}.citation em{font-style:italic}.pub-count{font-size:.73rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;border-bottom:3px solid var(--yellow);padding-bottom:4px}
.pub-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.pub-actions a{min-width:58px;text-align:center;padding:9px 11px;border:1px solid var(--black);font-size:.67rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase;transition:.18s ease}.pub-actions .doi-btn{background:var(--yellow);border-color:var(--yellow);color:var(--black)}.pub-actions .doi-btn:hover{background:#e5b800;border-color:#e5b800}.pub-actions .pdf-btn{background:#e2231a;border-color:#e2231a;color:white}.pub-actions .pdf-btn:hover{background:#ba1a14;border-color:#ba1a14}

.feature-card{background:white;overflow:hidden;display:grid;grid-template-rows:300px 1fr}
.feature-card>div:last-child{padding:28px 30px 32px}.feature-card h3{font-size:1.55rem;text-transform:uppercase;margin-bottom:12px}.feature-card p{color:var(--gray-700);line-height:1.7}.feature-card a{font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;border-bottom:3px solid var(--yellow);padding-bottom:3px}
.feature-visual{position:relative;overflow:hidden}
.map-lines{background:linear-gradient(145deg,#0a2421,#436b62)}.map-lines:before{content:"";position:absolute;inset:0;background:repeating-radial-gradient(circle at 45% 48%,transparent 0 20px,rgba(255,255,255,.14) 21px 22px)}.map-lines:after{content:"";position:absolute;left:34px;top:34px;width:110px;height:160px;border:8px solid var(--yellow)}
.data-grid{background:linear-gradient(145deg,#1d1d1d,#050505)}.data-grid:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,204,0,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(255,204,0,.18) 1px,transparent 1px);background-size:32px 32px}.data-grid:after{content:"DATA";position:absolute;right:28px;bottom:12px;color:var(--yellow);font-size:4rem;font-weight:900;letter-spacing:-.08em}

.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;border-top:5px solid var(--black)}
.service-grid div{padding:24px 26px 26px 0;border-bottom:1px solid var(--gray-300);min-height:150px}.service-grid div:nth-child(odd){border-right:1px solid var(--gray-300);padding-right:28px}.service-grid div:nth-child(even){padding-left:28px}.service-grid h3{font-size:1.12rem;text-transform:uppercase}.service-grid p{color:var(--gray-700);line-height:1.7}
.contact{background:var(--black);color:white;padding:86px 0}.contact-box{display:grid;grid-template-columns:1.25fr .75fr;gap:80px;align-items:end}.contact-box .section-kicker{color:white}.contact-box p{color:#bdbdbd;line-height:1.75}.contact-box .btn.primary{margin-top:12px}
.footer{background:var(--black);color:#888;padding:0 0 30px}
.footer .footer-inner{border-top:1px solid rgba(255,255,255,.22);padding-top:0;display:block;font-size:.68rem}
.footer-citation{padding:20px 0;border-bottom:1px solid rgba(255,255,255,.22)}
.footer-citation p{margin:0;color:#aaa;font-size:.76rem;line-height:1.65;letter-spacing:0;text-transform:none}
.footer-citation strong{color:#fff;font-weight:800}
.footer-citation em{color:#d7d7d7}
.footer-citation a{color:#d7d7d7;text-decoration:underline;text-decoration-color:rgba(255,204,0,.65);text-underline-offset:3px}
.footer-citation a:hover{color:var(--yellow)}
.footer-bottom{padding-top:22px;display:flex;justify-content:space-between;gap:20px;letter-spacing:.08em;text-transform:uppercase}


/* Explorer */
.explorer-page{background:var(--gray-100)}
.explorer-hero{background:var(--black);color:white;padding:76px 0 54px;border-bottom:8px solid var(--yellow)}
.explorer-hero h1{font-size:clamp(3rem,6.5vw,6rem);max-width:900px}.explorer-hero p{max-width:760px;color:#c7c7c7;font-size:1rem;line-height:1.7;margin:20px 0 0}
.explorer-shell{display:grid;grid-template-columns:330px 1fr;gap:20px;padding-top:28px;padding-bottom:80px}
.filters{background:white;border-top:7px solid var(--yellow);padding:26px 24px;height:max-content;box-shadow:0 6px 18px rgba(0,0,0,.05)}
.filters h2{font-size:2rem;margin-bottom:24px}.filters label{display:block;font-size:.68rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase;margin:16px 0 7px}.filters select{width:100%;background:white;border:1px solid #bdbdbd;border-radius:0;padding:11px 10px;color:#111}.filters .btn.ghost{color:black;margin-top:20px}.filters .btn.ghost:hover{color:black}
.stats{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--black);margin-top:22px;border:1px solid var(--black)}.stats div{background:var(--yellow);padding:16px}.stats strong{display:block;font-size:2rem;line-height:1;font-weight:900}.stats span{font-size:.63rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.tiny{font-size:.72rem;color:#777;line-height:1.55;margin-top:18px}.tiny code{background:#eee;padding:2px 4px}
.map-panel{position:relative;background:#d7d7d7;overflow:hidden;border:1px solid #c9c9c9;min-height:690px}.map-panel:before{content:"";position:absolute;left:16px;top:16px;width:52px;height:72px;border:7px solid var(--yellow);z-index:550;pointer-events:none}#map{height:690px;width:100%}.map-note{position:absolute;left:18px;bottom:18px;z-index:500;background:rgba(0,0,0,.88);color:white;padding:10px 12px;font-size:.72rem;font-weight:700;letter-spacing:.02em;box-shadow:0 8px 26px rgba(0,0,0,.18);max-width:420px}.leaflet-popup-content-wrapper{border-radius:0}.leaflet-popup-content{font-family:'Montserrat',Arial,sans-serif}.popup-title{font-weight:900;font-size:1rem}.popup-meta{font-size:.82rem;color:#555}.status-pill{display:inline-block;padding:4px 8px;background:var(--yellow);font-size:.68rem;font-weight:900;margin-top:8px;border-radius:0}

@media(max-width:1050px){
  .main-nav{gap:16px}.main-nav a{font-size:.65rem}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:82px 0}.hero-card{min-height:480px;border-left:0;border-top:1px solid #2b2b2b}.mini-map:after{width:130px;height:190px}.split{grid-template-columns:1fr;gap:32px}.explorer-shell{grid-template-columns:1fr}.filters{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;align-items:end}.filters>div:first-child,.filters .stats,.filters .tiny{grid-column:1/-1}.filters .btn{margin-top:16px}
}
@media(max-width:800px){
  .container{width:min(var(--max),calc(100% - 28px))}.main-nav{display:none}.nav-toggle{display:block}.main-nav.open{display:flex;position:absolute;top:76px;left:0;right:0;background:#090909;flex-direction:column;align-items:flex-start;padding:18px 20px 24px;gap:0;border-top:1px solid #222}.main-nav.open a{padding:12px 0;width:100%}.main-nav a:hover:after,.main-nav a.active:after{display:none}.hero-copy{padding:64px 0}.hero-grid{min-height:0}h1{font-size:clamp(3.1rem,13vw,5.3rem)}.cards.three,.cards.two{grid-template-columns:1fr}.section{padding:72px 0}.pub{grid-template-columns:1fr}.pub-actions{justify-content:flex-start}.service-grid{grid-template-columns:1fr}.service-grid div,.service-grid div:nth-child(odd),.service-grid div:nth-child(even){border-right:0;padding:22px 0}.contact-box{grid-template-columns:1fr;gap:30px}.filters{grid-template-columns:1fr 1fr}.filters label:nth-of-type(3){grid-column:1/-1}
}
@media(max-width:560px){
  .brand-copy span{font-size:.78rem}.brand-copy small{font-size:.52rem}.hero-card-copy{left:24px;right:24px;bottom:26px}.hero-card-copy strong{font-size:1.6rem}.hero-meta{flex-direction:column;gap:6px}.cta-row{flex-direction:column;align-items:stretch}.section-head{align-items:flex-start;flex-direction:column}.filters{grid-template-columns:1fr}.filters label:nth-of-type(3){grid-column:auto}.stats{grid-column:1/-1}.footer-bottom{flex-direction:column}.map-note{right:18px}.explorer-hero{padding-top:54px}
}

@media(max-width:560px){.journal-cover{width:118px}.journal-cover img{width:118px;height:173px}.cover-track{gap:13px;animation-duration:68s}}

/* Legacy carousel labels intentionally hidden */
.journal-strip-head,.journal-strip-title,.journal-strip-note,.journal-label,.carousel-label,.carousel-hint{display:none!important}

/* Hero photo replacement */
.hero-photo{margin:0;background:#111;position:relative;min-height:690px;overflow:hidden;border-left:1px solid #2d2d2d}
.hero-photo img{width:100%;height:100%;min-height:690px;object-fit:cover;object-position:center;display:block}
.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 62%,rgba(0,0,0,.38));pointer-events:none}
.hero-photo figcaption{position:absolute;right:18px;bottom:14px;z-index:2;margin:0;padding:5px 8px;background:rgba(0,0,0,.58);color:#fff;font-size:.61rem;font-weight:600;letter-spacing:.02em}
@media(max-width:1050px){.hero-photo{min-height:480px;border-left:0;border-top:1px solid #2b2b2b}.hero-photo img{min-height:480px}}
@media(max-width:560px){.hero-photo,.hero-photo img{min-height:360px}.hero-photo figcaption{right:12px;bottom:10px;font-size:.56rem}}

/* Contact links */
.contact-links-box{align-items:center}
.contact-links{display:flex;align-items:center;justify-content:flex-start;gap:22px;flex-wrap:wrap}
.contact-logo-link{display:flex;flex-direction:column;align-items:center;gap:7px;text-decoration:none;color:#fff;font-weight:800;font-size:.76rem;letter-spacing:.06em;text-transform:uppercase}
.contact-logo-link img{width:82px;height:82px;object-fit:contain;border-radius:50%;display:block;transition:transform .2s ease,filter .2s ease}
.contact-logo-link:hover img{transform:translateY(-3px);filter:brightness(1.05)}
.contact-email{color:#fff;text-decoration:none;font-size:1.05rem;font-weight:600;border-bottom:2px solid #ffcc00;padding-bottom:4px;margin-left:4px}
.contact-email:hover{color:#ffcc00}
@media (max-width:900px){.contact-links{gap:16px}.contact-logo-link img{width:70px;height:70px}.contact-email{width:100%;margin-left:0;margin-top:8px}}

/* Contact v7 — compact horizontal layout */
.contact{padding:62px 0}
.contact-simple{display:flex;align-items:center;justify-content:space-between;gap:48px}
.contact-title{margin:0;color:#fff;font-size:clamp(2.4rem,4.3vw,4.8rem);line-height:.95;text-transform:uppercase;letter-spacing:-.045em;white-space:nowrap}
.contact-links{display:flex;align-items:center;justify-content:flex-end;gap:28px;flex-wrap:nowrap}
.contact-logo-link{flex:0 0 auto;gap:6px;font-size:.72rem}
.contact-logo-link img{width:76px;height:76px;object-fit:cover;border-radius:50%;display:block}
.contact-email{flex:0 0 auto;margin:0;font-size:1rem;white-space:nowrap}
@media(max-width:1050px){.contact-simple{flex-direction:column;align-items:flex-start;gap:28px}.contact-links{justify-content:flex-start;flex-wrap:wrap}.contact-email{width:auto}}
@media(max-width:650px){.contact-links{gap:18px}.contact-logo-link img{width:66px;height:66px}.contact-email{width:100%;font-size:.92rem}.contact-title{font-size:clamp(2.3rem,13vw,3.5rem)}}

/* Contact v8 */
.contact{padding:58px 0}
.contact-simple{display:flex;align-items:center;justify-content:space-between;gap:56px}
.contact-heading{display:flex;flex-direction:column;align-items:flex-start;min-width:0}
.contact-title{font-size:clamp(2.6rem,3.7vw,4rem);line-height:.95;margin:0;letter-spacing:-.04em}
.contact-rule{display:block;width:118px;height:4px;background:#ffcc00;margin:18px 0 15px}
.contact-email{margin:0;color:#fff;text-decoration:none;font-size:1rem;font-weight:600;border:0;padding:0;white-space:nowrap}
.contact-email:hover{color:#ffcc00}
.contact-links{display:flex;align-items:flex-start;justify-content:flex-end;gap:32px;flex-wrap:nowrap}
.contact-logo-link{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;color:#fff;font-weight:800;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase}
.contact-logo-disc{width:78px;height:78px;border-radius:50%;display:grid;place-items:center;background:#111;border:1px solid #2b2b2b;overflow:hidden;transition:transform .2s ease,border-color .2s ease}
.contact-logo-disc img{width:68px;height:68px;object-fit:contain;border-radius:0;display:block;filter:none}
.contact-logo-link:hover .contact-logo-disc{transform:translateY(-3px);border-color:#ffcc00}
.contact-logo-link:hover img{transform:none;filter:none}
@media(max-width:900px){.contact-simple{flex-direction:column;align-items:flex-start;gap:30px}.contact-links{justify-content:flex-start;gap:22px;flex-wrap:wrap}.contact-logo-disc{width:72px;height:72px}.contact-logo-disc img{width:62px;height:62px}}
@media(max-width:520px){.contact-title{font-size:clamp(2.3rem,12vw,3.2rem)}.contact-rule{width:92px;margin:14px 0 12px}.contact-email{font-size:.92rem}.contact-links{gap:18px}.contact-logo-disc{width:66px;height:66px}.contact-logo-disc img{width:58px;height:58px}}


/* Home v9 — Notícias e Opinião */
.news-opinion{background:#fff}
.news-opinion-grid .card{position:relative}
.coming-soon{display:inline-block;margin-top:18px;font-size:.68rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase;border-bottom:3px solid var(--yellow);padding-bottom:4px}
@media(max-width:1180px){.main-nav{gap:13px}.main-nav a{font-size:.61rem}}


/* About v10 */
.about-split{grid-template-columns:.88fr 1.12fr;gap:72px;align-items:start}
.about-media{margin:0;background:#fff}
.about-media img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;border:1px solid var(--gray-200)}
.about-media figcaption{margin-top:12px;font-size:.74rem;line-height:1.45;color:var(--gray-700);font-weight:600}
.about-copy .section-kicker{margin-bottom:24px}
.about-prose{max-width:780px}
.about-logos{margin-top:34px;display:grid;gap:24px}
.about-logo-group h3{margin:0 0 14px;font-size:.82rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-700)}
.about-logo-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.about-logo-card{background:#fff;border:1px solid var(--gray-200);padding:18px 18px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:170px;text-align:center}
.about-logo-card img{max-width:100%;max-height:96px;object-fit:contain;margin-bottom:12px}
.about-logo-card span{font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--gray-700)}
@media(max-width:1050px){.about-split{grid-template-columns:1fr;gap:34px}.about-media img{aspect-ratio:4/3}.about-logo-row{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.about-logo-row{grid-template-columns:1fr}.about-logo-card{min-height:152px}.about-logo-card img{max-height:86px}}


/* About v11 refinements */
.about-media img{aspect-ratio:1/1!important;object-fit:cover!important}
.about-kicker{font-size:1.08rem!important;letter-spacing:.14em;margin-bottom:24px!important}
.about-kicker:before{width:42px;height:4px}
.about-prose strong{font-weight:800}
.inline-link{font-weight:600;border-bottom:2px solid var(--yellow);padding-bottom:1px;transition:.15s ease}
.inline-link:hover{color:#000;background:var(--yellow)}
.about-logos{margin-top:32px;display:flex;gap:46px;align-items:flex-start;flex-wrap:wrap}
.about-logo-group{min-width:220px}
.about-logo-group h3{margin:0 0 12px;font-size:.79rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:var(--gray-700)}
.about-logo-row.compact-logos{display:flex;align-items:center;gap:22px}
.about-logo-row.compact-logos img{width:auto;height:56px;max-width:150px;object-fit:contain;margin:0}
@media(max-width:1050px){.about-media img{aspect-ratio:1/1!important}.about-logos{gap:30px}}
@media(max-width:640px){.about-logos{display:grid;gap:24px}.about-logo-row.compact-logos{gap:18px}.about-logo-row.compact-logos img{height:48px;max-width:130px}}


/* About v12 — desktop square photo + larger logos */
.about-media{
  width:100%;
  max-width:640px;
}
.about-image-frame{
  width:100%;
  aspect-ratio:1 / 1;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--gray-200);
}
.about-image-frame img{
  width:100%!important;
  height:100%!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
  object-position:center!important;
  border:0!important;
}
.about-media figcaption{
  margin-top:12px;
}

/* Logos doubled from 56px to 112px on desktop */
.about-logo-row.compact-logos{
  gap:30px;
}
.about-logo-row.compact-logos img{
  height:112px!important;
  width:auto!important;
  max-width:300px!important;
  object-fit:contain!important;
}

/* Keep the image square on tablets and desktop */
@media (max-width:1050px){
  .about-media{
    max-width:620px;
  }
  .about-image-frame{
    aspect-ratio:1 / 1;
  }
  .about-logo-row.compact-logos img{
    height:96px!important;
    max-width:250px!important;
  }
}

/* Mobile stays compact, but still clearly larger than before */
@media (max-width:640px){
  .about-media{
    max-width:none;
  }
  .about-image-frame{
    aspect-ratio:1 / 1;
  }
  .about-logo-row.compact-logos{
    gap:20px;
    flex-wrap:wrap;
  }
  .about-logo-row.compact-logos img{
    height:78px!important;
    max-width:200px!important;
  }
}


/* About v13 — retrato circular e novo logo FUNBIO */
.about-portrait-wrap{
  display:flex;
  justify-content:center;
  margin-top:28px;
}
.about-portrait{
  width:260px;
  height:260px;
  border-radius:50%;
  object-fit:cover;
  object-position:center;
  display:block;
  border:6px solid #fff;
  box-shadow:0 14px 32px rgba(0,0,0,.10);
}

@media (max-width:1050px){
  .about-portrait{
    width:230px;
    height:230px;
  }
}

@media (max-width:640px){
  .about-portrait-wrap{
    margin-top:20px;
  }
  .about-portrait{
    width:170px;
    height:170px;
    border-width:4px;
  }
}


/* About v15 — retrato compacto e circular no desktop */
.about-media .about-portrait-wrap{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-top:24px;
}

.about-media .about-portrait{
  width:170px!important;
  height:170px!important;
  max-width:170px!important;
  min-width:170px!important;
  aspect-ratio:1 / 1!important;
  border-radius:50%!important;
  object-fit:cover!important;
  object-position:center 35%!important;
  display:block!important;
  border:4px solid #fff!important;
  box-shadow:0 10px 24px rgba(0,0,0,.10);
}

/* Aproximadamente 25% do espaço visual que o retrato ocupava antes */
@media (min-width:1051px){
  .about-media .about-portrait-wrap{
    min-height:190px;
  }
}

@media (max-width:1050px){
  .about-media .about-portrait{
    width:150px!important;
    height:150px!important;
    max-width:150px!important;
    min-width:150px!important;
  }
}

@media (max-width:640px){
  .about-media .about-portrait{
    width:128px!important;
    height:128px!important;
    max-width:128px!important;
    min-width:128px!important;
    border-width:3px!important;
  }
}


/* About v16 — retrato maior e alinhado visualmente com a faixa dos logos */
.about-media .about-portrait-wrap{
  margin-top:28px;
  min-height:300px;
  display:flex;
  justify-content:center;
  align-items:flex-start;
}

.about-media .about-portrait{
  width:240px!important;
  height:240px!important;
  max-width:240px!important;
  min-width:240px!important;
  aspect-ratio:1 / 1!important;
  border-radius:50%!important;
  object-fit:cover!important;
  object-position:center 35%!important;
  display:block!important;
  border:5px solid #fff!important;
  box-shadow:0 12px 28px rgba(0,0,0,.10);
}

/* Ajuste fino para manter o retrato dentro da mesma faixa visual dos logos no desktop */
@media (min-width:1051px){
  .about-media .about-portrait-wrap{
    min-height:270px;
    padding-bottom:4px;
  }
}

@media (max-width:1050px){
  .about-media .about-portrait{
    width:210px!important;
    height:210px!important;
    max-width:210px!important;
    min-width:210px!important;
  }
  .about-media .about-portrait-wrap{
    min-height:235px;
  }
}

@media (max-width:640px){
  .about-media .about-portrait{
    width:160px!important;
    height:160px!important;
    max-width:160px!important;
    min-width:160px!important;
    border-width:4px!important;
  }
  .about-media .about-portrait-wrap{
    min-height:180px;
    margin-top:20px;
  }
}


/* Research v17 — six areas of activity */
.research-cards .card{min-height:330px}
.research-cards .card .num{margin-bottom:42px}
.research-cards .card h3{font-size:1.42rem}
@media(max-width:1050px){.research-cards .card{min-height:300px}}
@media(max-width:800px){.research-cards .card{min-height:0}}


/* News v18 */
.news-feature-grid{margin-top:44px}
.news-feature-card{
  display:grid;
  grid-template-columns:minmax(260px,.72fr) 1.28fr;
  border:1px solid var(--black);
  background:#fff;
  transition:transform .18s ease,box-shadow .18s ease;
}
.news-feature-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.08)}
.news-feature-image{
  min-height:430px;
  background:var(--gray-100);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-right:1px solid var(--black);
  padding:26px;
}
.news-feature-image img{
  width:100%;
  height:100%;
  max-height:390px;
  object-fit:contain;
}
.news-feature-copy{
  padding:46px 48px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.news-meta,.media-link-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px 16px;
  align-items:center;
  margin-bottom:16px;
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
  color:var(--gray-700);
}
.news-meta time,.media-link-meta time{color:var(--black)}
.news-meta span:before,.media-link-meta span:before{
  content:"";
  display:inline-block;
  width:18px;
  height:3px;
  background:var(--yellow);
  margin-right:10px;
  vertical-align:middle;
}
.news-feature-copy h3{
  font-size:clamp(1.7rem,2.4vw,2.6rem);
  line-height:1.08;
  margin-bottom:18px;
}
.news-feature-copy p{
  margin:0;
  color:var(--gray-700);
  font-size:1rem;
  line-height:1.75;
}
.news-read{
  align-self:flex-start;
  margin-top:28px;
  padding-bottom:4px;
  border-bottom:3px solid var(--yellow);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.media-mentions{
  margin-top:42px;
  border-top:5px solid var(--black);
}
.media-mentions>h3{
  margin:24px 0 4px;
  font-size:.83rem;
  text-transform:uppercase;
  letter-spacing:.11em;
}
.media-link{
  display:block;
  padding:24px 0;
  border-bottom:1px solid var(--gray-300);
  transition:padding-left .18s ease;
}
.media-link:hover{padding-left:8px}
.media-link strong{
  display:block;
  font-size:1.08rem;
  line-height:1.4;
}
.media-link p{
  margin:8px 0 0;
  color:var(--gray-700);
  line-height:1.6;
}
.featured-media-link strong{font-size:1.25rem}

@media(max-width:900px){
  .news-feature-card{grid-template-columns:1fr}
  .news-feature-image{min-height:0;border-right:0;border-bottom:1px solid var(--black);padding:22px}
  .news-feature-image img{height:auto;max-height:430px}
  .news-feature-copy{padding:32px 28px}
}
@media(max-width:560px){
  .news-feature-copy{padding:26px 22px}
  .news-feature-image{padding:16px}
}


/* News v19 — stronger conservation context + full poster */
.news-feature-grid{
  display:grid;
  gap:26px;
}
.news-feature-card{
  min-height:500px;
}
.news-feature-image{
  padding:0!important;
  background:#dceeea;
  min-height:500px!important;
}
.news-feature-image img{
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center!important;
}
.news-feature-lead strong{
  color:var(--black);
  font-weight:900;
}
.news-context-visual{
  min-height:500px;
  background:var(--black);
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding:46px;
  border-right:1px solid var(--black);
}
.context-overline{
  color:var(--yellow);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:28px;
}
.news-context-visual strong{
  font-size:clamp(2.6rem,4.5vw,4.8rem);
  line-height:.9;
  letter-spacing:-.05em;
  text-transform:uppercase;
}
.context-line{
  width:90px;
  height:6px;
  background:var(--yellow);
  margin-top:34px;
}
.news-context-card:hover .news-context-visual{
  background:#0c0c0c;
}

@media(max-width:900px){
  .news-feature-card{min-height:0}
  .news-feature-image{min-height:420px!important}
  .news-context-visual{min-height:360px;border-right:0;border-bottom:1px solid var(--black)}
}
@media(max-width:560px){
  .news-feature-image{min-height:340px!important}
  .news-context-visual{min-height:300px;padding:30px 24px}
}


/* News v20 — Opinion block after "Na mídia" */
.opinion-block{
  margin-top:48px;
  padding:38px 40px 40px;
  border:1px solid var(--black);
  background:#fff;
}
.opinion-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  flex-wrap:wrap;
  margin-bottom:18px;
}
.opinion-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:.8rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.opinion-kicker:before{
  content:"";
  width:30px;
  height:3px;
  background:var(--yellow);
  display:inline-block;
}
.opinion-block h3{
  font-size:1.5rem;
  line-height:1.15;
}
.opinion-block p{
  max-width:900px;
  margin:0;
  color:var(--gray-700);
  font-size:1rem;
  line-height:1.75;
}
.opinion-block .coming-soon{
  margin-top:22px;
}

@media(max-width:640px){
  .opinion-block{padding:28px 22px 30px}
  .opinion-head{align-items:flex-start;flex-direction:column}
}


/* Publications v21 — production types and academic works */
.pub-types{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:13px;
  flex-wrap:wrap;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.pub-types span{
  position:relative;
  padding-bottom:6px;
}
.pub-types span:not(:last-child)::after{
  content:"";
  display:inline-block;
  width:4px;
  height:4px;
  margin-left:13px;
  background:var(--yellow);
  vertical-align:middle;
}
.pub-types::after{
  content:"";
  flex-basis:100%;
  height:3px;
  background:var(--yellow);
  margin-top:-2px;
}
.repo-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:76px;
  min-height:46px;
  padding:0 16px;
  background:var(--black);
  color:#fff;
  border:2px solid var(--black);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  transition:.16s ease;
}
.repo-btn:hover{
  background:var(--yellow);
  border-color:var(--yellow);
  color:var(--black);
}
.academic-work .tag:first-child{
  background:var(--black);
  color:#fff;
}
@media(max-width:800px){
  .pub-types{
    justify-content:flex-start;
    margin-top:10px;
  }
}

/* Explorer v24 — coleções oficiais */
.collection-section{padding:54px 0 10px;background:var(--gray-100)}
.collection-section-head{display:grid;grid-template-columns:.75fr 1.25fr;gap:56px;align-items:end;margin-bottom:26px}
.collection-section-head h2{font-size:clamp(2.25rem,4.3vw,4.3rem);margin-top:8px}
.collection-section-head>p{margin:0;color:#5e5e5e;line-height:1.75;max-width:760px}
.collection-card{display:grid;grid-template-columns:90px minmax(0,1fr) 245px;background:#fff;border:1px solid var(--black);border-top:7px solid var(--yellow)}
.collection-number{font-size:2rem;font-weight:900;padding:34px 24px;border-right:1px solid #d5d5d5;color:#777}
.collection-main{padding:34px 38px}
.collection-labels{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:14px}
.collection-labels span{font-size:.61rem;letter-spacing:.09em;text-transform:uppercase;font-weight:900;background:#f0f0f0;padding:6px 8px}
.collection-labels span:first-child{background:var(--yellow);color:#050505}
.collection-main h3{font-size:clamp(1.65rem,2.8vw,2.65rem);line-height:1.08;margin:0 0 18px}
.collection-main>p{font-size:.98rem;line-height:1.8;color:#555;max-width:920px}
.collection-source{margin-top:24px;padding-top:20px;border-top:1px solid #ddd}
.collection-source>span{display:block;font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;font-weight:900;margin-bottom:8px}
.collection-source p{font-size:.82rem;color:#666;line-height:1.6;margin:0 0 10px}
.collection-source a{display:inline-block;font-size:.72rem;font-weight:900;border-bottom:3px solid var(--yellow);padding-bottom:4px}
.collection-meta{border-left:1px solid #d5d5d5;display:grid;grid-template-rows:repeat(4,1fr)}
.collection-meta div{padding:24px;border-bottom:1px solid #e4e4e4;display:flex;flex-direction:column;justify-content:center}
.collection-meta div:last-child{border-bottom:0}
.collection-meta span{font-size:.6rem;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:#777;margin-bottom:5px}
.collection-meta strong{font-size:.92rem;line-height:1.25}
.explorer-shell{padding-top:34px}
.explorer-stats{grid-template-columns:repeat(3,1fr)}
.explorer-stats div{padding:14px 10px}
.explorer-stats strong{font-size:1.65rem}
.popup-source{font-size:.76rem;color:#555;margin-top:10px;padding-top:9px;border-top:1px solid #ddd;line-height:1.45;word-break:break-word}
.popup-source a{font-weight:800;border-bottom:2px solid var(--yellow)}
.filters label{margin-top:14px}
@media(max-width:1050px){
  .collection-section-head{grid-template-columns:1fr;gap:14px}
  .collection-card{grid-template-columns:70px 1fr}
  .collection-meta{grid-column:1/-1;border-left:0;border-top:1px solid #d5d5d5;grid-template-columns:repeat(4,1fr);grid-template-rows:none}
  .collection-meta div{border-bottom:0;border-right:1px solid #e4e4e4}
  .collection-meta div:last-child{border-right:0}
}
@media(max-width:800px){
  .collection-card{grid-template-columns:1fr}
  .collection-number{border-right:0;border-bottom:1px solid #ddd;padding:18px 22px}
  .collection-main{padding:26px 22px}
  .collection-meta{grid-template-columns:1fr 1fr}
  .collection-meta div:nth-child(2){border-right:0}
  .collection-meta div:nth-child(-n+2){border-bottom:1px solid #e4e4e4}
  .filters>div:first-child,.filters .stats,.filters .tiny{grid-column:1/-1}
}
@media(max-width:560px){
  .collection-section{padding-top:42px}
  .collection-meta{grid-template-columns:1fr}
  .collection-meta div{border-right:0!important;border-bottom:1px solid #e4e4e4!important}
  .collection-meta div:last-child{border-bottom:0!important}
}


/* V27 — contact details */
.contact-name{
  margin:0 0 8px;
  font-size:1rem;
  font-weight:800;
  line-height:1.35;
  color:#fff;
}
.contact-location{
  margin:9px 0 0;
  font-size:.74rem;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
  color:#a9a9a9;
}

/* V27 — robust mobile responsiveness for Biodiversity Explorer */
.explorer-page{
  overflow-x:hidden;
}
.explorer-page main,
.explorer-page .container,
.explorer-page .collection-card,
.explorer-page .collection-main,
.explorer-page .collection-meta,
.explorer-page .explorer-shell,
.explorer-page .filters,
.explorer-page .map-panel{
  min-width:0;
  max-width:100%;
  box-sizing:border-box;
}
.explorer-page .collection-source p,
.explorer-page .collection-source a,
.explorer-page .collection-main p,
.explorer-page .collection-meta strong,
.explorer-page .tiny{
  overflow-wrap:anywhere;
  word-break:normal;
}
.explorer-page #map,
.explorer-page .leaflet-container{
  max-width:100%;
  min-width:0;
}

@media(max-width:800px){
  .explorer-page .container{
    width:calc(100% - 28px);
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
  }
  .explorer-page .explorer-hero h1{
    font-size:clamp(2.45rem,12vw,4.4rem);
    line-height:.96;
    overflow-wrap:anywhere;
  }
  .explorer-page .explorer-hero p{
    max-width:100%;
  }
  .explorer-page .collection-section-head,
  .explorer-page .collection-card,
  .explorer-page .explorer-shell{
    width:100%;
    max-width:100%;
  }
  .explorer-page .collection-main{
    padding:24px 20px;
  }
  .explorer-page .collection-main h3{
    font-size:clamp(1.55rem,7vw,2.25rem);
    overflow-wrap:anywhere;
  }
  .explorer-page .collection-labels{
    max-width:100%;
  }
  .explorer-page .collection-labels span{
    max-width:100%;
    white-space:normal;
  }
  .explorer-page .filters{
    width:100%;
    padding:22px 18px;
  }
  .explorer-page .filters select,
  .explorer-page .filters button{
    max-width:100%;
    min-width:0;
  }
  .explorer-page .map-panel{
    width:100%;
    min-height:520px;
  }
  .explorer-page #map{
    width:100%!important;
    height:520px;
  }
  .explorer-page .map-note{
    left:12px;
    right:12px;
    bottom:12px;
    max-width:none;
    width:auto;
  }
  .explorer-page .leaflet-control-container .leaflet-top,
  .explorer-page .leaflet-control-container .leaflet-bottom{
    max-width:calc(100% - 12px);
  }
}

@media(max-width:560px){
  .explorer-page .container{
    width:calc(100% - 20px);
  }
  .explorer-page .explorer-hero{
    padding:46px 0 38px;
  }
  .explorer-page .explorer-hero h1{
    font-size:clamp(2.15rem,13vw,3.55rem);
  }
  .explorer-page .collection-number{
    padding:16px 18px;
  }
  .explorer-page .collection-main{
    padding:20px 17px;
  }
  .explorer-page .collection-meta div{
    padding:18px 17px;
  }
  .explorer-page .explorer-shell{
    padding-top:24px;
    padding-bottom:54px;
  }
  .explorer-page .filters{
    padding:20px 16px;
  }
  .explorer-page .stats{
    grid-template-columns:1fr 1fr 1fr;
  }
  .explorer-page .stats div{
    padding:12px 6px;
  }
  .explorer-page .stats strong{
    font-size:1.35rem;
  }
  .explorer-page .stats span{
    font-size:.54rem;
  }
  .explorer-page .map-panel{
    min-height:460px;
  }
  .explorer-page #map{
    height:460px;
  }
  .explorer-page .map-panel:before{
    width:38px;
    height:52px;
    border-width:5px;
    left:10px;
    top:10px;
  }
}


/* Logo update v28 */
.brand{gap:14px}
.brand-mark{width:40px;height:40px;display:block;object-fit:contain;border:0;flex:0 0 40px}
@media(max-width:560px){.brand-mark{width:34px;height:34px;flex-basis:34px}}
