/* =========================================================
   DR. ADRIANO SANTOS — SITE INSTITUCIONAL / CAMPANHA
   HTML + CSS + JavaScript puro
   Edite cores em :root e imagens em assets/img/
   ========================================================= */
:root {
  --navy-950: #03101f;
  --navy-900: #05162b;
  --navy-850: #071d38;
  --navy-800: #0a294b;
  --blue-700: #0d4e82;
  --blue-600: #1769a2;
  --blue-300: #9fc2dc;
  --green-action: #00af63;
  --green-vivid: #0dbd75;
  --ice-white: #f3f7ff;

  /* Compatibilidade com as regras existentes */
  --gold: var(--green-action);
  --gold-light: var(--green-vivid);
  --ink: #122033;
  --muted: #657386;
  --paper: var(--ice-white);
  --white: #ffffff;
  --line: rgba(12, 40, 69, .13);
  --shadow: 0 24px 70px rgba(3, 16, 31, .16);
  --radius: 24px;
  --container: 1220px;
  --header: 88px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI", Aptos, Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--gold); color: var(--navy-950); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; position: relative; }
.section-sm { padding: 76px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .19em; color: var(--blue-700); }
.eyebrow::before { content: ""; width: 36px; height: 2px; background: var(--gold); }
.eyebrow.light { color: #dbe9f4; }
.display { margin: 18px 0 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.45rem, 5vw, 5.2rem); line-height: .98; letter-spacing: -.055em; }
.title { margin: 14px 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.1rem, 3.6vw, 4rem); line-height: 1.04; letter-spacing: -.045em; }
.lead { max-width: 720px; font-size: clamp(1.05rem, 1.5vw, 1.25rem); color: var(--muted); }
.text-light { color: rgba(255,255,255,.76); }
.btn { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; transition: .25s ease; }
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--gold); color: var(--navy-950); }
.btn-primary:hover { transform: translateY(-2px); background: #0dbd75; box-shadow: 0 15px 35px rgba(0,175,99,.24); }
.btn-outline { border-color: rgba(255,255,255,.42); color: white; background: rgba(255,255,255,.04); backdrop-filter: blur(8px); }
.btn-outline:hover { border-color: white; background: white; color: var(--navy-900); }
.btn-dark { background: var(--navy-900); color: #ffffff; }
.btn-dark:hover { background: var(--blue-700); transform: translateY(-2px); }
.link-arrow { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; color: var(--blue-700); }
.link-arrow::after { content: "→"; transition: transform .2s ease; }
.link-arrow:hover::after { transform: translateX(5px); }

/* Header */
.site-header { height: var(--header); position: fixed; inset: 0 0 auto; z-index: 1000; color: white; border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.scrolled, .site-header.inner-header { background: rgba(5,22,43,.96); border-bottom-color: rgba(255,255,255,.11); box-shadow: 0 12px 34px rgba(0,0,0,.18); backdrop-filter: blur(14px); }
.header-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 13px; min-width: 220px; }
.brand-symbol { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-700); border: 1px solid rgba(255,255,255,.25); font-family: Georgia, serif; font-weight: 800; }
.brand-copy { line-height: 1.05; }
.brand-copy strong { display: block; font-size: .87rem; letter-spacing: .14em; }
.brand-copy span { display: block; margin-top: 5px; font-family: Georgia, serif; font-size: 1.38rem; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { position: relative; font-size: .88rem; font-weight: 700; color: rgba(255,255,255,.84); }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--gold); transition: .25s ease; }
.main-nav a:hover, .main-nav a.active { color: white; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.header-cta { min-height: 46px; padding-inline: 19px; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: transparent; color: white; }
.menu-toggle span { width: 20px; height: 2px; display: block; margin: 5px auto; background: currentColor; transition: .25s ease; }

/* Hero */
.hero { min-height: 100svh; position: relative; display: flex; align-items: end; overflow: hidden; color: white; background: var(--navy-950); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(3,16,31,.97) 0%, rgba(5,22,43,.92) 37%, rgba(6,29,56,.62) 67%, rgba(5,22,43,.35) 100%), linear-gradient(180deg, rgba(3,16,31,.18), rgba(3,16,31,.84)), url('../img/cidade/sao-paulo-hero.webp'); background-size: cover; background-position: center 42%; transform: scale(1.025); }
.hero::after { content: "SÃO PAULO"; position: absolute; left: -12px; bottom: -3vw; font-family: Georgia, serif; font-size: clamp(7rem, 17vw, 17rem); line-height: .8; font-weight: 700; color: rgba(255,255,255,.035); white-space: nowrap; pointer-events: none; }
.hero-grid { min-height: 100svh; padding-top: calc(var(--header) + 20px); display: grid; grid-template-columns: minmax(0,1.06fr) minmax(360px,.94fr); align-items: end; position: relative; z-index: 2; }
.hero-content { align-self: center; padding: 25px 0 120px; max-width: 710px; }
.hero-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; font-size: .77rem; font-weight: 850; text-transform: uppercase; letter-spacing: .22em; color: #d6e5f1; }
.hero-kicker::before { content: ""; width: 46px; height: 2px; background: var(--gold); }
.hero h1 { margin: 0 0 27px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.75rem, 7vw, 7.6rem); line-height: .86; letter-spacing: -.065em; text-wrap: balance; }
.hero h1 em { display: block; color: var(--gold-light); font-weight: 400; }
.hero p { max-width: 630px; margin: 0 0 34px; font-size: clamp(1.05rem, 1.45vw, 1.27rem); color: rgba(255,255,255,.78); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-person { min-height: calc(100svh - var(--header)); display: flex; align-items: end; justify-content: center; position: relative; }
.hero-person::before { content: ""; position: absolute; width: 610px; height: 610px; bottom: 80px; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 0 0 72px rgba(255,255,255,.025), 0 0 0 144px rgba(255,255,255,.018); }
.hero-person img { width: min(100%, 650px); max-height: 88svh; object-fit: contain; object-position: bottom; filter: drop-shadow(0 30px 40px rgba(0,0,0,.45)); position: relative; z-index: 2; }
.hero-note { position: absolute; right: 0; bottom: 86px; z-index: 4; width: 230px; padding: 18px 20px; background: rgba(4,20,39,.8); border: 1px solid rgba(255,255,255,.17); backdrop-filter: blur(10px); }
.hero-note strong { display: block; color: var(--gold-light); font-size: .78rem; text-transform: uppercase; letter-spacing: .15em; }
.hero-note span { display: block; margin-top: 7px; font-family: Georgia, serif; font-size: 1.25rem; line-height: 1.2; }
.scroll-cue { position: absolute; left: 50%; bottom: 28px; z-index: 4; transform: translateX(-50%); width: 28px; height: 48px; border: 1px solid rgba(255,255,255,.35); border-radius: 99px; }
.scroll-cue::after { content: ""; position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; border-radius: 5px; background: white; transform: translateX(-50%); animation: scroll 1.8s infinite; }
@keyframes scroll { 0% { opacity:0; transform:translate(-50%,0)} 35% {opacity:1} 100%{opacity:0;transform:translate(-50%,20px)} }

/* Intro */
.intro-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(48px,8vw,110px); align-items: center; }
.editorial-photo { position: relative; padding: 0 0 44px 44px; }
.editorial-photo::before { content: ""; position: absolute; left: 0; bottom: 0; width: 60%; height: 70%; background: var(--gold); opacity: .24; }
.editorial-photo img { aspect-ratio: 4/5; width: 100%; object-fit: cover; position: relative; z-index: 1; box-shadow: var(--shadow); }
.photo-caption { position: absolute; right: -24px; bottom: 78px; z-index: 3; padding: 18px 22px; color: white; background: var(--navy-900); box-shadow: var(--shadow); }
.photo-caption strong { display: block; font-family: Georgia, serif; font-size: 2rem; line-height: 1; color: var(--gold-light); }
.photo-caption span { font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.quote { margin: 30px 0; padding: 10px 0 10px 26px; border-left: 3px solid var(--gold); font-family: Georgia, serif; font-size: clamp(1.3rem,2vw,1.75rem); color: var(--navy-800); line-height: 1.35; }
.detail-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px 26px; margin: 30px 0 34px; }
.detail-list div { display: flex; align-items: start; gap: 12px; font-weight: 700; color: #26384d; }
.detail-list span { flex: 0 0 22px; width: 22px; height: 22px; display: grid; place-items: center; margin-top: 2px; border-radius: 50%; background: #e5edf4; color: var(--blue-700); font-size: .75rem; }

/* Numbers */
.milestones { background: var(--navy-900); color: white; overflow: hidden; }
.milestones::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 0%, rgba(23,105,162,.26), transparent 33%), linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: auto, 50px 50px, 50px 50px; }
.milestone-grid { display: grid; grid-template-columns: 1.25fr repeat(5,1fr); gap: 1px; position: relative; z-index: 1; background: rgba(255,255,255,.1); }
.milestone-intro, .milestone { min-height: 230px; padding: 36px 30px; background: var(--navy-900); }
.milestone-intro { background: var(--blue-700); display: flex; flex-direction: column; justify-content: space-between; }
.milestone-intro strong { font-family: Georgia, serif; font-size: 2rem; line-height: 1.1; }
.milestone { display: flex; flex-direction: column; justify-content: end; }
.milestone b { display: block; font-family: Georgia, serif; font-size: clamp(2.2rem,3vw,3.8rem); color: var(--gold-light); line-height: 1; }
.milestone span { display: block; margin-top: 12px; color: rgba(255,255,255,.65); font-size: .89rem; }

/* Timeline */
.timeline-section { background: var(--paper); }
.timeline-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 60px; }
.timeline-head .lead { max-width: 510px; }
.timeline { position: relative; }
.timeline::before { content: ""; position: absolute; left: 122px; top: 15px; bottom: 15px; width: 1px; background: #cbd6df; }
.timeline-item { display: grid; grid-template-columns: 88px 68px 1fr; gap: 24px; position: relative; padding: 0 0 48px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-year { padding-top: 4px; font-family: Georgia, serif; font-weight: 700; font-size: 1.38rem; color: var(--blue-700); text-align: right; }
.timeline-dot { width: 22px; height: 22px; margin: 6px auto 0; border: 6px solid white; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 1px #cbd6df; position: relative; z-index: 2; }
.timeline-content { padding: 0 0 0 10px; max-width: 790px; }
.timeline-content h3 { margin: 0 0 7px; font-family: Georgia, serif; font-size: 1.55rem; color: var(--navy-900); }
.timeline-content p { margin: 0; color: var(--muted); }

/* Commitments */
.commitments { background: var(--paper); overflow: hidden; }
.commitments::after { content: ""; position: absolute; top: 0; right: -180px; width: 520px; height: 520px; border-radius: 50%; border: 90px solid rgba(13,78,130,.055); }
.commit-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.commit-sticky { position: sticky; top: 130px; }
.commit-list { border-top: 1px solid var(--line); }
.commit-item { display: grid; grid-template-columns: 76px 1fr 32px; align-items: center; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); transition: .25s ease; }
.commit-item:hover { padding-left: 14px; }
.commit-number { font-family: Georgia, serif; font-size: 2.4rem; color: #b6c3cf; }
.commit-item h3 { margin: 0 0 5px; font-family: Georgia, serif; font-size: 1.45rem; color: var(--navy-900); }
.commit-item p { margin: 0; color: var(--muted); }
.commit-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--navy-900); color: white; }

/* City band */
.city-band { min-height: 640px; padding: 110px 0; display: flex; align-items: center; color: white; position: relative; background: var(--navy-900); overflow: hidden; }
.city-band::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(3,16,31,.94),rgba(5,22,43,.73) 50%,rgba(5,22,43,.42)), url('../img/cidade/sao-paulo-centro.webp'); background-size: cover; background-position: center; }
.city-band-content { width: min(700px,100%); position: relative; z-index: 2; }
.city-band .title { font-size: clamp(3rem,6vw,6.2rem); }
.city-band .seal { width: 130px; height: 130px; position: absolute; right: 6vw; top: 50%; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; transform: translateY(-50%) rotate(-8deg); font-size: .72rem; font-weight: 800; text-align: center; text-transform: uppercase; letter-spacing: .14em; color: var(--gold-light); backdrop-filter: blur(6px); }

/* News */
.news-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 44px; }
.news-grid { display: grid; grid-template-columns: 1.25fr .875fr .875fr; gap: 24px; }
.news-card { background: #ffffff; border: 1px solid var(--line); overflow: hidden; transition: .3s ease; }
.news-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.news-image { aspect-ratio: 3/2; overflow: hidden; }
.news-image img { width: 100%; height: 100%; object-fit: cover; transition: .5s ease; }
.news-card:hover img { transform: scale(1.04); }
.news-body { padding: 25px; }
.news-meta { display: flex; gap: 10px; align-items: center; margin-bottom: 15px; color: var(--blue-700); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.news-meta span + span::before { content: "•"; margin-right: 10px; color: #a8b7c5; }
.news-card h3 { margin: 0 0 13px; font-family: Georgia, serif; font-size: 1.45rem; line-height: 1.18; color: var(--navy-900); }
.news-card.featured h3 { font-size: clamp(1.65rem,2.4vw,2.35rem); }
.news-card p { margin: 0 0 20px; color: var(--muted); }

/* Social */
.social-section { color: white; background: var(--navy-950); }
.social-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.phone-frame { width: min(360px,90%); margin: auto; padding: 12px; border-radius: 46px; background: #01060c; box-shadow: 0 40px 90px rgba(0,0,0,.45); transform: rotate(2deg); }
.phone-screen { aspect-ratio: 9/18.5; padding: 24px 18px; border-radius: 36px; background: linear-gradient(180deg,rgba(9,41,74,.88),rgba(3,16,31,.98)), url('../img/cidade/sao-paulo-verde.webp') center/cover; overflow: hidden; }
.phone-top { width: 90px; height: 22px; margin: -16px auto 24px; border-radius: 99px; background: #01060c; }
.reel-card { min-height: 240px; padding: 22px; display: flex; flex-direction: column; justify-content: end; border: 1px solid rgba(255,255,255,.14); background: linear-gradient(180deg,transparent,rgba(3,16,31,.8)); }
.reel-card strong { font-family: Georgia, serif; font-size: 1.45rem; }
.social-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 34px; }
.social-link { padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.16); transition: .25s ease; }
.social-link:hover { border-color: var(--gold); background: rgba(255,255,255,.05); }
.social-link span { color: rgba(255,255,255,.72); }

/* Contact */
.contact-section { background: var(--paper); }
.contact-shell { display: grid; grid-template-columns: .82fr 1.18fr; box-shadow: var(--shadow); }
.contact-copy { padding: clamp(42px,6vw,82px); color: white; background: var(--blue-700); position: relative; overflow: hidden; }
.contact-copy::after { content: ""; position: absolute; right: -130px; bottom: -130px; width: 340px; height: 340px; border: 60px solid rgba(255,255,255,.08); border-radius: 50%; }
.contact-copy ul { list-style: none; margin: 32px 0 0; padding: 0; }
.contact-copy li { margin: 15px 0; display: flex; gap: 12px; color: rgba(255,255,255,.78); }
.contact-form { padding: clamp(40px,6vw,80px); background: var(--paper); }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.form-field { display: grid; gap: 8px; }
.form-field.full { grid-column: 1/-1; }
.form-field label { font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: #3a4b5d; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #cfd8df; background: #ffffff; padding: 14px 15px; outline: none; transition: .2s ease; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--blue-700); box-shadow: 0 0 0 3px rgba(13,78,130,.1); }
.form-field textarea { min-height: 130px; resize: vertical; }
.form-note { margin: 14px 0 0; font-size: .8rem; color: var(--muted); }

/* Internal pages */
.page-hero { min-height: 580px; padding: calc(var(--header) + 100px) 0 90px; display: flex; align-items: end; color: white; position: relative; overflow: hidden; background: var(--navy-900); }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(3,16,31,.96),rgba(5,22,43,.58)), url('../img/banners/banner-interno.webp') center/cover; }
.page-hero::after { content: attr(data-word); position: absolute; right: -10px; bottom: -2vw; font-family: Georgia, serif; font-size: clamp(6rem,15vw,14rem); font-weight: 700; color: rgba(255,255,255,.04); line-height: .8; }
.page-hero-content { max-width: 800px; position: relative; z-index: 2; }
.breadcrumbs { display: flex; gap: 10px; margin-bottom: 24px; font-size: .8rem; color: rgba(255,255,255,.68); }
.breadcrumbs span::before { content:"/"; margin-right:10px; }
.page-hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(3.4rem,7vw,7rem); line-height: .92; letter-spacing: -.055em; }
.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 70px; align-items: start; }
.article-body { font-size: 1.08rem; }
.article-body h2 { margin: 48px 0 18px; font-family: Georgia, serif; font-size: 2rem; color: var(--navy-900); }
.article-body p { color: #445468; }
.article-aside { position: sticky; top: 120px; padding: 28px; background: #ffffff; border: 1px solid var(--line); }
.article-aside h3 { margin-top: 0; font-family: Georgia, serif; }
.article-aside a { display: block; padding: 11px 0; border-bottom: 1px solid var(--line); font-weight: 700; color: var(--blue-700); }
.page-news-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 26px; }
.agenda-list { border-top: 1px solid var(--line); }
.agenda-item { display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 28px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.agenda-date { font-family: Georgia, serif; font-size: 1.3rem; color: var(--blue-700); }
.agenda-item h3 { margin:0 0 5px; font-family: Georgia, serif; font-size:1.45rem; }
.agenda-item p { margin:0; color:var(--muted); }
.empty-state { padding: 60px 30px; text-align:center; background:#ffffff; border:1px dashed #c7d3dc; }
.empty-state strong { display:block; font-family:Georgia,serif; font-size:2rem; color:var(--navy-900); }

/* Footer */
.site-footer { color: white; background: var(--navy-950); }
.footer-main { padding: 72px 0 48px; display: grid; grid-template-columns: 1.25fr .75fr .75fr .9fr; gap: 48px; }
.footer-brand p { max-width: 390px; color: rgba(255,255,255,.58); }
.footer-title { margin: 0 0 20px; font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .16em; color: var(--gold-light); }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: rgba(255,255,255,.67); }
.footer-links a:hover { color: white; }
.footer-bottom { padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: .78rem; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .main-nav { gap: 18px; }
  .main-nav a { font-size: .82rem; }
  .header-cta { display:none; }
  .hero-grid { grid-template-columns: 1.1fr .9fr; }
  .hero-note { display:none; }
  .milestone-grid { grid-template-columns: repeat(3,1fr); }
  .milestone-intro { grid-column: 1/-1; min-height: 170px; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card.featured { grid-column: 1/-1; }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}
@media (max-width: 900px) {
  :root { --header: 76px; }
  .section { padding: 88px 0; }
  .menu-toggle { display:block; }
  .main-nav { position: fixed; inset: var(--header) 0 0; padding: 42px 24px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: rgba(3,16,31,.985); transform: translateX(100%); transition: .3s ease; }
  .main-nav.open { transform:none; }
  .main-nav a { padding: 18px 4px; font-family:Georgia,serif; font-size:1.65rem; border-bottom:1px solid rgba(255,255,255,.1); }
  .main-nav a::after { display:none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-content { padding: 120px 0 70px; position:relative; z-index:3; }
  .hero-person { position:absolute; inset:auto -16% 0 25%; min-height:78%; opacity:.52; }
  .hero-person::before { width:430px; height:430px; }
  .hero-person img { max-height:72svh; }
  .scroll-cue { display:none; }
  .intro-grid, .commit-grid, .social-grid, .contact-shell { grid-template-columns:1fr; }
  .editorial-photo { max-width:620px; }
  .commit-sticky { position:static; }
  .city-band .seal { display:none; }
  .article-layout { grid-template-columns:1fr; }
  .article-aside { position:static; }
  .page-news-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 680px) {
  .container { width:min(calc(100% - 28px),var(--container)); }
  .brand-copy strong { font-size:.73rem; }
  .brand-copy span { font-size:1.12rem; }
  .hero::before { background-image:linear-gradient(90deg,rgba(3,16,31,.98),rgba(5,22,43,.75)),linear-gradient(180deg,transparent,rgba(3,16,31,.9)),url('../img/cidade/sao-paulo-hero.webp'); background-position:54% center; }
  .hero-content { padding-top:95px; padding-bottom:70px; }
  .hero h1 { font-size:clamp(3.2rem,16vw,5rem); }
  .hero-person { inset:auto -42% 0 6%; opacity:.33; }
  .hero-person img { max-height:62svh; }
  .hero-actions { flex-direction:column; align-items:stretch; }
  .detail-list { grid-template-columns:1fr; }
  .photo-caption { right:-6px; bottom:62px; }
  .milestone-grid { grid-template-columns:1fr 1fr; }
  .milestone-intro { grid-column:1/-1; }
  .milestone, .milestone-intro { min-height:190px; padding:28px 22px; }
  .timeline-head, .news-head { display:block; }
  .timeline-head .lead { margin-top:20px; }
  .timeline::before { left:22px; }
  .timeline-item { grid-template-columns:44px 1fr; gap:10px 18px; }
  .timeline-year { grid-column:2; grid-row:1; text-align:left; font-size:1rem; padding:0; }
  .timeline-dot { grid-column:1; grid-row:1/3; margin-top:3px; }
  .timeline-content { grid-column:2; grid-row:2; padding:0; }
  .commit-item { grid-template-columns:54px 1fr; }
  .commit-icon { display:none; }
  .city-band { min-height:560px; }
  .news-grid, .page-news-grid, .social-list, .form-grid { grid-template-columns:1fr; }
  .news-card.featured { grid-column:auto; }
  .form-field.full { grid-column:auto; }
  .agenda-item { grid-template-columns:1fr; gap:10px; }
  .footer-main { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; }
  .footer-bottom { display:block; }
  .footer-bottom span { display:block; margin:5px 0; }
  .page-hero { min-height:500px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior:auto !important; animation:none !important; transition:none !important; }
  .reveal { opacity:1; transform:none; }
}

/* =========================================================
   HERO COMPACTO — TODO O BANNER VISÍVEL EM UMA ÚNICA TELA
   ========================================================= */

@media (min-width: 901px) {

  .hero,
  .hero-section {
    min-height: 100svh;
    height: 100svh;
    overflow: hidden;
  }

  .hero-grid {
    min-height: 100svh;
    height: 100svh;
    padding-top: calc(var(--header) + 8px);
    align-items: end;
  }

  .hero-content {
    align-self: center;
    padding-top: 10px;
    padding-bottom: 34px;
  }

  .hero-content h1,
  .hero-title {
    font-size: clamp(52px, 5.2vw, 78px);
    line-height: 0.93;
    margin-top: 14px;
    margin-bottom: 18px;
  }

  .hero-content .eyebrow,
  .hero-content .kicker,
  .hero-content .subtitle-top {
    margin-bottom: 14px;
  }

  .hero-content p,
  .hero-description {
    font-size: 18px;
    line-height: 1.55;
    margin-top: 0;
    margin-bottom: 18px;
    max-width: 650px;
  }

  .hero-actions,
  .hero-buttons {
    margin-top: 18px;
  }

  .hero-visual,
  .hero-image,
  .hero-person {
    align-self: end;
    max-height: calc(100svh - var(--header) - 20px);
  }

  .hero-visual img,
  .hero-image img,
  .hero-person img {
    max-height: calc(100svh - var(--header) - 20px);
    width: auto;
    object-fit: contain;
    object-position: bottom center;
  }
}

/* Ajuste extra para notebooks e telas com pouca altura */
@media (min-width: 901px) and (max-height: 800px) {

  .hero-grid {
    padding-top: calc(var(--header) + 2px);
  }

  .hero-content {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .hero-content h1,
  .hero-title {
    font-size: clamp(46px, 4.8vw, 68px);
    line-height: 0.91;
    margin-top: 10px;
    margin-bottom: 12px;
  }

  .hero-content .eyebrow,
  .hero-content .kicker,
  .hero-content .subtitle-top {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .hero-content p,
  .hero-description {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 12px;
  }

  .hero-actions,
  .hero-buttons {
    margin-top: 12px;
  }
}


/* =========================================================
   AJUSTE FINAL DO HERO — POSIÇÃO E TAMANHO
   ========================================================= */

@media (min-width: 901px) {

  .hero-content {
    transform: translateY(-55px);
  }

  .hero-content h1,
  .hero-title {
    font-size: clamp(58px, 5.7vw, 86px);
    line-height: 0.91;
  }
}

/* Notebooks e telas com menor altura */
@media (min-width: 901px) and (max-height: 800px) {

  .hero-content {
    transform: translateY(-42px);
  }

  .hero-content h1,
  .hero-title {
    font-size: clamp(54px, 5.3vw, 78px);
    line-height: 0.91;
  }
}

/* LOGO OFICIAL DR ADRIANO — INÍCIO */

/* Estrutura geral da marca */
.brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  min-width: 0;
  text-decoration: none;
}

/* Logo no cabeçalho */
.site-header .brand-logo {
  display: block;
  width: 176px;
  max-width: 100%;
  height: 66px;
  object-fit: contain;
  object-position: left center;
}

/* Mantém logo, menu e botão bem alinhados */
.site-header .header-wrap {
  align-items: center;
}

/* Logo maior no rodapé */
.site-footer .brand-logo {
  display: block;
  width: 235px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

/* Evita que as regras antigas interfiram */
.brand .brand-symbol,
.brand .brand-copy {
  display: none;
}

/* Notebook e telas intermediárias */
@media (max-width: 1180px) and (min-width: 901px) {

  .site-header .brand-logo {
    width: 150px;
    height: 58px;
  }

  .site-header .brand {
    max-width: 150px;
  }

  .site-header .header-wrap {
    column-gap: 20px;
  }

  .main-nav {
    gap: 22px;
  }
}

/* Tablet e celular */
@media (max-width: 900px) {

  .site-header .brand {
    width: auto;
    max-width: calc(100% - 70px);
  }

  .site-header .brand-logo {
    width: 148px;
    height: 55px;
  }

  .site-footer .brand-logo {
    width: 205px;
  }
}

/* Celulares menores */
@media (max-width: 480px) {

  .site-header .brand-logo {
    width: 132px;
    height: 49px;
  }

  .site-footer .brand-logo {
    width: 180px;
  }

  .footer-brand {
    width: 100%;
  }
}

/* LOGO OFICIAL DR ADRIANO — FIM */


/* Correção específica — botão dentro da lateral */
.article-aside a.btn-dark,
.article-aside a.btn-dark:visited,
.article-aside a.btn-dark:hover,
.article-aside a.btn-dark:focus {
  color: #ffffff;
  border-bottom: 0;
}


/* Botão da lateral — alinhamento e espaçamento */
.article-aside a.btn-dark,
.article-aside a.btn-dark:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 0 24px;
  color: #ffffff;
  text-align: center;
  border-bottom: 0;
  border-radius: 999px;
}

.article-aside a.btn-dark:hover,
.article-aside a.btn-dark:focus {
  color: #ffffff;
}


/* Foto oficial da trajetória */
.editorial-photo img {
  object-position: center 28%;
}

@media (max-width: 680px) {
  .editorial-photo img {
    object-position: center 24%;
  }
}

/* TRAJETÓRIA AJUSTADA À TELA — INÍCIO */

/*
  Em computadores, a seção procura caber dentro da altura visível,
  descontando o cabeçalho fixo.
*/
@media (min-width: 901px) {

  #historia.section {
    min-height: calc(100svh - var(--header));
    padding-top: clamp(42px, 6vh, 76px);
    padding-bottom: clamp(42px, 6vh, 76px);
    display: flex;
    align-items: center;
  }

  #historia .intro-grid {
    width: 100%;
    align-items: center;
  }

  #historia .editorial-photo {
    width: 100%;
    max-width: 510px;
    margin-inline: auto;
  }

  #historia .editorial-photo img {
    width: 100%;
    height: auto;
    max-height: calc(100svh - var(--header) - 100px);
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center 28%;
  }

  #historia .title {
    font-size: clamp(2.25rem, 3.4vw, 4rem);
    margin-top: 10px;
    margin-bottom: 18px;
  }

  #historia .lead {
    margin-top: 0;
    margin-bottom: 20px;
  }

  #historia .quote {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #historia .detail-list {
    margin-top: 22px;
    margin-bottom: 24px;
  }
}

/* Notebooks com pouca altura, como 1366 × 768 */
@media (min-width: 901px) and (max-height: 820px) {

  #historia.section {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  #historia .intro-grid {
    gap: clamp(38px, 5vw, 72px);
  }

  #historia .editorial-photo {
    max-width: 445px;
    padding-left: 32px;
    padding-bottom: 32px;
  }

  #historia .editorial-photo img {
    max-height: calc(100svh - var(--header) - 56px);
  }

  #historia .photo-caption {
    bottom: 52px;
  }

  #historia .title {
    font-size: clamp(2rem, 3vw, 3.25rem);
    line-height: 1;
    margin-bottom: 14px;
  }

  #historia .lead {
    font-size: 1rem;
    line-height: 1.45;
    margin-bottom: 14px;
  }

  #historia .quote {
    margin: 14px 0;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: clamp(1.18rem, 1.7vw, 1.5rem);
  }

  #historia .detail-list {
    gap: 9px 20px;
    margin: 16px 0 18px;
  }

  #historia .detail-list div {
    font-size: .9rem;
  }
}

/* Telas ainda mais baixas */
@media (min-width: 901px) and (max-height: 700px) {

  #historia.section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #historia .editorial-photo {
    max-width: 380px;
  }

  #historia .title {
    font-size: 2.4rem;
  }

  #historia .lead,
  #historia > .container p {
    font-size: .92rem;
  }

  #historia .detail-list {
    margin-top: 12px;
    margin-bottom: 14px;
  }
}

/*
  Tablet e celular continuam em coluna, com tamanho confortável
  e rolagem natural.
*/
@media (max-width: 900px) {

  #historia.section {
    min-height: auto;
  }

  #historia .editorial-photo img {
    max-height: none;
    object-position: center 24%;
  }
}

/* TRAJETÓRIA AJUSTADA À TELA — FIM */


/* Ajuste fino — foto da trajetória um pouco maior */
@media (min-width: 901px) {

  #historia .editorial-photo {
    max-width: 485px;
  }

  #historia .editorial-photo img {
    max-height: calc(100svh - var(--header) - 42px);
  }
}

@media (min-width: 901px) and (max-height: 820px) {

  #historia .editorial-photo {
    max-width: 475px;
  }

  #historia .editorial-photo img {
    max-height: calc(100svh - var(--header) - 34px);
  }
}


/* Ajuste da lista ampliada de trajetória */
#historia .detail-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

#historia .detail-list div {
  line-height: 1.35;
}

@media (max-width: 680px) {
  #historia .detail-list {
    grid-template-columns: 1fr;
  }
}

/* IMAGENS EXCLUSIVAS DA TRAJETÓRIA — INÍCIO */

/* Topo da página Trajetória — São Paulo */
body:has(.trajectory-next) .page-hero::before {
  background-image:
    linear-gradient(
      90deg,
      rgba(3, 16, 31, .94) 0%,
      rgba(5, 22, 43, .78) 45%,
      rgba(5, 22, 43, .45) 100%
    ),
    url('../img/cidade/sao-paulo-hero.webp');
  background-size: cover;
  background-position: center 46%;
}

/* Próximo capítulo — Justiça pela Ana */
.city-band.trajectory-next::before {
  background-image:
    linear-gradient(
      90deg,
      rgba(3, 16, 31, .94) 0%,
      rgba(5, 22, 43, .74) 50%,
      rgba(5, 22, 43, .36) 100%
    ),
    url('../img/dr-adriano/foto-oab.jpg?v=20260806-200828');
  background-size: cover;
  background-position: center 42%;
}

/* Ajustes para telas menores */
@media (max-width: 900px) {

  body:has(.trajectory-next) .page-hero::before {
    background-position: center center;
  }

  .city-band.trajectory-next::before {
    background-position: 58% center;
  }
}

@media (max-width: 680px) {

  .city-band.trajectory-next::before {
    background-image:
      linear-gradient(
        90deg,
        rgba(3, 16, 31, .94),
        rgba(5, 22, 43, .68)
      ),
      url('../img/dr-adriano/foto-oab.jpg?v=20260806-200828');
    background-position: 62% center;
  }
}

/* IMAGENS EXCLUSIVAS DA TRAJETÓRIA — FIM */


/* Enquadramento da foto da OAB no próximo capítulo */
.city-band.trajectory-next::before {
  background-position: center 38%;
}

@media (max-width: 900px) {
  .city-band.trajectory-next::before {
    background-position: center center;
  }
}

/* CITY BAND JUSTICA — INÍCIO */

.city-band.city-band-justica::before {
  background-image:
    linear-gradient(
      90deg,
      rgba(3, 16, 31, .94) 0%,
      rgba(5, 22, 43, .76) 48%,
      rgba(5, 22, 43, .34) 100%
    ),
    url('../img/dr-adriano/foto-justica.jpg?v=20260806-201059');
  background-size: cover;
  background-position: center 42%;
}

@media (max-width: 900px) {
  .city-band.city-band-justica::before {
    background-position: 58% center;
  }
}

@media (max-width: 680px) {
  .city-band.city-band-justica::before {
    background-position: 62% center;
  }
}

/* CITY BAND JUSTICA — FIM */


/* Remoção definitiva do selo circular */
.city-band .seal,
.city-band-justica .seal {
  display: none !important;
}

/* INSTAGRAM PROFILE PHONE — INÍCIO */

.phone-frame {
  width: min(360px, 90%);
  margin: auto;
  padding: 10px;
  border-radius: 46px;
  background: #01060c;
  box-shadow: 0 40px 90px rgba(0,0,0,.45);
  transform: rotate(2deg);
}

.phone-screen.instagram-profile-screen {
  aspect-ratio: 9 / 18.5;
  padding: 0;
  border-radius: 36px;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

.instagram-profile-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 900px) {
  .phone-frame {
    width: min(350px, 88vw);
  }
}

@media (max-width: 680px) {
  .phone-frame {
    width: min(330px, 88vw);
    transform: none;
  }
}

/* INSTAGRAM PROFILE PHONE — FIM */

/* IPHONE TOP INSTAGRAM — INÍCIO */

/* Mantém a tela pronta para receber sobreposição */
.phone-screen.instagram-profile-screen {
  position: relative;
  overflow: hidden;
}

/* Faixa branca cobrindo hora, bateria e ícones do print */
.phone-screen.instagram-profile-screen::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 34px;
  background: #ffffff;
  z-index: 3;
}

/* Dynamic Island / notch central */
.phone-screen.instagram-profile-screen::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 108px;
  height: 22px;
  transform: translateX(-50%);
  background: #0b0b0f;
  border-radius: 999px;
  z-index: 4;
  box-shadow:
    0 1px 0 rgba(255,255,255,.04) inset,
    0 2px 8px rgba(0,0,0,.25);
}

/* Pequeno ajuste para o print ficar bem encaixado */
.instagram-profile-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* Em telas menores, reduz um pouco a ilha */
@media (max-width: 680px) {
  .phone-screen.instagram-profile-screen::before {
    height: 30px;
  }

  .phone-screen.instagram-profile-screen::after {
    top: 9px;
    width: 96px;
    height: 20px;
  }
}

/* IPHONE TOP INSTAGRAM — FIM */



/* =========================================================
   PÁGINA PROPOSTAS
   ========================================================= */

.propostas-hero::before {
  background-image:
    linear-gradient(
      90deg,
      rgba(3,16,31,.96) 0%,
      rgba(5,22,43,.76) 52%,
      rgba(5,22,43,.44) 100%
    ),
    url('../img/cidade/sao-paulo-centro.webp');
  background-size: cover;
  background-position: center;
}

.propostas-intro {
  background: var(--paper);
}

.propostas-intro-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  align-items: start;
}

.propostas-intro-copy {
  font-size: 1.1rem;
  color: var(--muted);
}

.propostas-intro-copy p:first-child {
  margin-top: 0;
}


/* EIXOS */

.propostas-eixos {
  position: relative;
  color: white;
  background: var(--navy-900);
  overflow: hidden;
}

.propostas-eixos::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background:
    radial-gradient(
      circle at 85% 5%,
      rgba(0,175,99,.16),
      transparent 32%
    ),
    linear-gradient(
      rgba(255,255,255,.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.025) 1px,
      transparent 1px
    );

  background-size:
    auto,
    52px 52px,
    52px 52px;
}

.propostas-eixos .container {
  position: relative;
  z-index: 2;
}

.propostas-eixos-head {
  margin-bottom: 38px;
}

.propostas-eixos-head h2 {
  max-width: 650px;
  margin: 14px 0 0;
  font-family: Georgia, serif;
  font-size: clamp(2.2rem,4vw,4.2rem);
  line-height: 1;
}

.propostas-eixos-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  border-top: 1px solid rgba(255,255,255,.13);
  border-left: 1px solid rgba(255,255,255,.13);
}

.proposta-eixo {
  min-height: 210px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-right: 1px solid rgba(255,255,255,.13);
  border-bottom: 1px solid rgba(255,255,255,.13);
  transition: .28s ease;
}

.proposta-eixo:hover {
  background: rgba(255,255,255,.055);
}

.proposta-eixo > span {
  margin-bottom: auto;
  font-family: Georgia, serif;
  font-size: 2.2rem;
  color: var(--green-vivid);
}

.proposta-eixo strong {
  display: block;
  margin-bottom: 6px;
  font-family: Georgia, serif;
  font-size: 1.6rem;
}

.proposta-eixo small {
  color: rgba(255,255,255,.62);
}


/* ÁREA DE PROPOSTA */

.proposta-area {
  scroll-margin-top: 110px;
  background: #ffffff;
}

.proposta-area-alt {
  background: var(--paper);
}

.proposta-area-grid {
  display: grid;
  grid-template-columns: 160px minmax(0,1fr);
  gap: 70px;
  align-items: start;
}

.proposta-area-number {
  position: sticky;
  top: 130px;
  font-family: Georgia, serif;
  font-size: clamp(5rem,9vw,8rem);
  font-weight: 700;
  line-height: .8;
  color: rgba(5,22,43,.09);
}

.proposta-area-main {
  max-width: 910px;
}

.proposta-area-main > .title {
  max-width: 850px;
}

.proposta-pontos {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.proposta-pontos > div {
  min-height: 180px;
  padding: 30px;
  background: #ffffff;
}

.proposta-area-alt .proposta-pontos > div {
  background: var(--paper);
}

.proposta-pontos strong {
  display: block;
  margin-bottom: 10px;
  font-family: Georgia, serif;
  font-size: 1.35rem;
  color: var(--navy-900);
}

.proposta-pontos p {
  margin: 0;
  color: var(--muted);
}


/* CTA FINAL */

.city-band.propostas-final::before {
  background-image:
    linear-gradient(
      90deg,
      rgba(3,16,31,.94),
      rgba(5,22,43,.70) 55%,
      rgba(5,22,43,.40)
    ),
    url('../img/dr-adriano/foto-justica.jpg');
  background-size: cover;
  background-position: center 42%;
}


/* TABLET */

@media (max-width: 1000px) {

  .propostas-eixos-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .proposta-area-grid {
    grid-template-columns: 100px 1fr;
    gap: 35px;
  }

}


/* MOBILE */

@media (max-width: 680px) {

  .propostas-intro-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .propostas-eixos-grid {
    grid-template-columns: 1fr;
  }

  .proposta-eixo {
    min-height: 165px;
  }

  .proposta-area-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .proposta-area-number {
    position: static;
    font-size: 4.5rem;
  }

  .proposta-pontos {
    grid-template-columns: 1fr;
  }

  .proposta-pontos > div {
    min-height: auto;
    padding: 26px 22px;
  }

  .city-band.propostas-final::before {
    background-position: 60% center;
  }

}


/* LAYOUT EDITORIAL PROPOSTAS — INÍCIO */


/* =========================================================
   ESTRUTURA PRINCIPAL
   ========================================================= */

.proposta-editorial-area {
  align-items: start;
}

.proposta-editorial-shell {
  width: 100%;
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    310px;
  gap: clamp(46px, 6vw, 90px);
  align-items: start;
}


/* =========================================================
   TEXTO
   ========================================================= */

.proposta-editorial-copy {
  min-width: 0;
}

.proposta-editorial-copy > .title {
  max-width: 720px;
}

.proposta-editorial-copy > .lead {
  max-width: 680px;
}


/* Cards das propostas ficam um pouco menores */

.proposta-editorial-copy .proposta-pontos {
  margin-top: 38px;
}

.proposta-editorial-copy .proposta-pontos > div {
  min-height: 150px;
  padding: 25px;
}


/* =========================================================
   BLOCO "ATUAÇÃO NA PRÁTICA"
   ========================================================= */

.proposta-editorial-atuacao {
  max-width: 650px;
  margin-top: 48px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.proposta-editorial-atuacao h3 {
  margin: 14px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 2.6vw, 2.65rem);
  line-height: 1.07;
  color: var(--navy-900);
}

.proposta-editorial-atuacao p {
  max-width: 590px;
  margin: 0;
  color: var(--muted);
}


/* =========================================================
   COLUNA DE MÍDIAS
   ========================================================= */

.proposta-editorial-media {
  width: 310px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: center;
}


/* card padrão */

.editorial-media-card {
  width: 250px;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #02070d;
  box-shadow:
    0 22px 55px rgba(3,16,31,.15);
}


/* =========================================================
   FOTOS
   proporção real aproximada: 380 x 601
   ========================================================= */

.editorial-media-foto {
  aspect-ratio: 380 / 601;
}

.editorial-media-foto img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}


/* =========================================================
   VÍDEO — REELS
   ========================================================= */

.editorial-media-video {
  aspect-ratio: 9 / 16;
  border-radius: 20px;
  background: #000;
}

.editorial-media-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #000;
}


/* =========================================================
   EFEITO EDITORIAL / DESLOCAMENTO LATERAL
   ========================================================= */

.editorial-media-01 {
  transform: translateX(26px) rotate(.7deg);
}

.editorial-media-02 {
  transform: translateX(-22px) rotate(-.5deg);
}

.editorial-media-03 {
  transform: translateX(18px) rotate(.5deg);
}


/* hover muito sutil */

.editorial-media-card {
  transition:
    transform .35s ease,
    box-shadow .35s ease;
}

.editorial-media-01:hover {
  transform:
    translateX(26px)
    translateY(-4px)
    rotate(.7deg);
}

.editorial-media-02:hover {
  transform:
    translateX(-22px)
    translateY(-4px)
    rotate(-.5deg);
}

.editorial-media-03:hover {
  transform:
    translateX(18px)
    translateY(-4px)
    rotate(.5deg);
}


/* =========================================================
   ALTERNÂNCIA DAS SEÇÕES
   ========================================================= */

.proposta-area-alt .editorial-media-card {
  box-shadow:
    0 20px 50px rgba(3,16,31,.12);
}


/* =========================================================
   NOTEBOOK / TABLET
   ========================================================= */

@media (max-width: 1050px) {

  .proposta-editorial-shell {
    grid-template-columns:
      minmax(0, 1fr)
      270px;

    gap: 40px;
  }

  .proposta-editorial-media {
    width: 270px;
  }

  .editorial-media-card {
    width: 225px;
  }

}


/* =========================================================
   TABLET PEQUENO
   ========================================================= */

@media (max-width: 820px) {

  .proposta-editorial-shell {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .proposta-editorial-media {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;

    display: grid;
    grid-template-columns:
      repeat(3, minmax(0, 1fr));

    gap: 16px;
    align-items: center;
  }

  .editorial-media-card {
    width: 100%;
    max-width: 170px;
  }

  .editorial-media-01,
  .editorial-media-02,
  .editorial-media-03 {
    transform: none;
  }

}


/* =========================================================
   CELULAR
   ========================================================= */

@media (max-width: 680px) {

  .proposta-editorial-shell {
    display: block;
  }

  .proposta-editorial-copy .proposta-pontos {
    margin-top: 30px;
  }

  .proposta-editorial-atuacao {
    margin-top: 38px;
  }


  /* tudo empilhado */

  .proposta-editorial-media {
    width: 100%;
    max-width: 340px;
    margin: 42px auto 0;

    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .editorial-media-card {
    width: min(82vw, 300px);
    max-width: none;
  }

  .editorial-media-01,
  .editorial-media-02,
  .editorial-media-03 {
    transform: none;
  }

  .editorial-media-video {
    border-radius: 18px;
  }

}


/* LAYOUT EDITORIAL PROPOSTAS — FIM */

/* FOOTER COPYRIGHT CENTRALIZADO — INÍCIO */

.footer-bottom {
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.45);
  font-size: .78rem;
}

.footer-bottom > span {
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
}

@media (max-width: 680px) {
  .footer-bottom {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .footer-bottom > span {
    margin: 0;
  }
}

/* FOOTER COPYRIGHT CENTRALIZADO — FIM */

/* AJUSTE GAP TIMELINE COMPROMISSOS — INÍCIO */

/* Evita a soma de 112px + 112px entre as duas seções */
.timeline-section {
  padding-bottom: 42px;
}

.timeline-section + .commitments {
  padding-top: 42px;
}

/* Mobile */
@media (max-width: 680px) {

  .timeline-section {
    padding-bottom: 34px;
  }

  .timeline-section + .commitments {
    padding-top: 34px;
  }

}

/* AJUSTE GAP TIMELINE COMPROMISSOS — FIM */

/* BIOGRAFIA AMPLIADA — START */

.biography-expanded {
  background: #eef3f9;
}

.bio-expanded-head {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 42px;
  align-items: end;
  margin-bottom: 42px;
}

.bio-expanded-head .lead {
  margin: 0;
}

.bio-facts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 56px;
}

.bio-fact-card {
  background: #ffffff;
  border: 1px solid rgba(8, 34, 64, .08);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 16px 34px rgba(5, 22, 44, .06);
}

.bio-fact-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: var(--blue-700);
  font-family: Georgia, serif;
}

.bio-fact-card span {
  display: block;
  color: var(--slate-600);
  line-height: 1.7;
}

.bio-story-stack {
  display: grid;
  gap: 34px;
}

.bio-story-item {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 34px;
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(8, 34, 64, .08);
  border-radius: 26px;
  padding: 30px;
  box-shadow: 0 18px 40px rgba(5, 22, 44, .06);
}

.bio-story-item.reverse {
  grid-template-columns: 460px 1fr;
}

.bio-story-item.reverse .bio-story-copy {
  order: 2;
}

.bio-story-item.reverse .bio-story-media {
  order: 1;
}

.bio-story-copy h3 {
  margin: 10px 0 14px;
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  line-height: 1.12;
  color: var(--navy-900);
}

.bio-story-copy p {
  margin: 0 0 14px;
  color: var(--slate-600);
  line-height: 1.8;
}

.bio-story-media {
  display: flex;
  justify-content: center;
}

.mock-banner {
  width: 100%;
  border-radius: 22px;
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(0,0,0,.12), rgba(0,0,0,.28)),
    linear-gradient(135deg, var(--navy-900), var(--blue-700));
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
  position: relative;
  overflow: hidden;
}

.mock-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: .45;
  pointer-events: none;
}

.mock-banner small,
.mock-banner strong,
.mock-banner span,
.mock-banner em {
  position: relative;
  z-index: 1;
}

.mock-banner small {
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .85;
}

.mock-banner strong {
  font-size: 1.5rem;
  line-height: 1.1;
  font-family: Georgia, serif;
}

.mock-banner span {
  opacity: .9;
}

.mock-banner em {
  font-style: normal;
  color: rgba(255,255,255,.76);
  font-size: .92rem;
}

.mock-banner-landscape {
  min-height: 280px;
}

.mock-banner-portrait {
  max-width: 360px;
  min-height: 460px;
}

@media (max-width: 1100px) {

  .bio-expanded-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bio-facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bio-story-item,
  .bio-story-item.reverse {
    grid-template-columns: 1fr;
  }

  .bio-story-item.reverse .bio-story-copy,
  .bio-story-item.reverse .bio-story-media {
    order: initial;
  }

  .bio-story-media {
    justify-content: flex-start;
  }

}

@media (max-width: 680px) {

  .bio-facts-grid {
    grid-template-columns: 1fr;
  }

  .bio-story-item {
    padding: 22px;
    border-radius: 20px;
  }

  .mock-banner-landscape {
    min-height: 220px;
  }

  .mock-banner-portrait {
    max-width: 100%;
    min-height: 360px;
  }

}

/* BIOGRAFIA AMPLIADA — END */

/* NOTICIA DR ADRIANO CAMARA — INÍCIO */


/* HERO DA MATÉRIA */

.news-article-hero {
  min-height: 620px;
  padding:
    calc(var(--header) + 110px)
    0
    82px;

  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #ffffff;
  background: var(--navy-950);
}


/* Foto vira o próprio banner */

.news-article-hero::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(
      90deg,
      rgba(3,16,31,.96) 0%,
      rgba(3,16,31,.82) 38%,
      rgba(3,16,31,.40) 68%,
      rgba(3,16,31,.20) 100%
    ),
    var(--news-hero-image);

  background-size: cover;
  background-position: center 28%;
}


/* acabamento inferior */

.news-article-hero::after {
  content: attr(data-word);

  position: absolute;
  right: -10px;
  bottom: -22px;

  font-family: Georgia, serif;
  font-size: clamp(6rem, 14vw, 13rem);
  font-weight: 700;
  line-height: .8;

  color: rgba(255,255,255,.045);
}


.news-article-hero-content {
  width: 100%;
  max-width: var(--container);
  position: relative;
  z-index: 2;
}


.news-article-hero h1 {
  max-width: 900px;
  margin: 16px 0 22px;

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 6.5vw, 6.6rem);
  line-height: .94;
  letter-spacing: -.05em;
}


.news-article-hero .lead {
  max-width: 760px;
}


.news-article-meta {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;

  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;

  color: rgba(255,255,255,.68);
}


/* CORPO */

.news-article-section {
  background: #ffffff;
}


.news-article-body {
  min-width: 0;
}


.news-featured-image {
  margin: 0 0 42px;
}


.news-featured-image img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 28%;
}


.news-featured-image figcaption {
  padding-top: 10px;
  font-size: .76rem;
  color: var(--muted);
}


.news-article-intro {
  margin-top: 0;

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  line-height: 1.5;

  color: var(--navy-900) !important;
}


.news-article-body p {
  line-height: 1.85;
}


.news-source-box {
  margin-top: 58px;
  padding: 30px;

  border-left: 4px solid var(--green-action);
  background: var(--paper);
}


.news-source-box strong {
  display: block;
  margin-bottom: 8px;

  font-family: Georgia, serif;
  font-size: 1.3rem;
  color: var(--navy-900);
}


.news-source-box p {
  margin: 0 0 15px;
}


.news-source-box a {
  font-weight: 800;
  color: var(--blue-700);
}


.news-article-aside p {
  color: var(--muted);
  line-height: 1.55;
}


/* TABLET / MOBILE */

@media (max-width: 900px) {

  .news-article-hero {
    min-height: 560px;
    padding:
      calc(var(--header) + 75px)
      0
      60px;
  }

  .news-article-hero::before {
    background-image:
      linear-gradient(
        90deg,
        rgba(3,16,31,.92),
        rgba(3,16,31,.48)
      ),
      var(--news-hero-image);

    background-position: 58% center;
  }

}


@media (max-width: 680px) {

  .news-article-hero {
    min-height: 520px;
  }

  .news-article-hero h1 {
    font-size: clamp(2.7rem, 12vw, 4.2rem);
  }

  .news-article-hero::before {
    background-image:
      linear-gradient(
        180deg,
        rgba(3,16,31,.42),
        rgba(3,16,31,.92)
      ),
      var(--news-hero-image);

    background-position: 58% center;
  }

  .news-featured-image img {
    aspect-ratio: 4 / 3;
  }

}


/* NOTICIA DR ADRIANO CAMARA — FIM */



/* VIDEO NOTICIA — INÍCIO */

.news-video-block {
  margin: 58px 0;
  padding: 34px;
  background: var(--navy-950);
  color: #ffffff;
  border-radius: 24px;
  overflow: hidden;
}

.news-video-head {
  margin-bottom: 26px;
}

.news-video-head h2 {
  margin: 8px 0 12px !important;
  color: #ffffff !important;
}

.news-video-head p {
  margin: 0 !important;
  color: rgba(255,255,255,.68) !important;
}

.news-video-frame {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #000000;
  aspect-ratio: 16 / 9;
}

.news-video-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

@media (max-width: 680px) {

  .news-video-block {
    margin: 42px 0;
    padding: 20px;
    border-radius: 18px;
  }

}

/* VIDEO NOTICIA — FIM */

/* HERO PAGINA NOTICIAS — INÍCIO */

.noticias-page-hero::before {
  background-image:
    linear-gradient(
      90deg,
      rgba(3,16,31,.96) 0%,
      rgba(3,16,31,.82) 38%,
      rgba(3,16,31,.52) 68%,
      rgba(3,16,31,.28) 100%
    ),
    url('../img/noticias/banner-noticias.png?v=20260807-172431');

  background-size: cover;
  background-position: center 42%;
}

@media (max-width: 900px) {

  .noticias-page-hero::before {
    background-image:
      linear-gradient(
        90deg,
        rgba(3,16,31,.90),
        rgba(3,16,31,.48)
      ),
      url('../img/noticias/banner-noticias.png?v=20260807-172431');

    background-position: 58% center;
  }

}

@media (max-width: 680px) {

  .noticias-page-hero::before {
    background-image:
      linear-gradient(
        180deg,
        rgba(3,16,31,.38),
        rgba(3,16,31,.92)
      ),
      url('../img/noticias/banner-noticias.png?v=20260807-172431');

    background-position: 58% center;
  }

}

/* HERO PAGINA NOTICIAS — FIM */



/* VIDEO LOCAL NOTICIA — INÍCIO */

.news-video-local {
  background: #000;
}

.news-video-local video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #000;
}

/* VIDEO LOCAL NOTICIA — FIM */




/* NEWS IPHONE REELS — INICIO */

/* Remove o box azul e deixa a seção limpa */
.news-video-block-phone {
  margin-top: 34px;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Texto em azul e verde */
.news-video-head {
  margin-bottom: 26px;
}

.news-video-head .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #00d084;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
}

.news-video-head .eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  background: #00d084;
  display: inline-block;
}

.news-video-head h2 {
  margin: 18px 0 14px;
  color: #0a3157;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
}

.news-video-head p {
  margin: 0;
  color: #49657f;
  font-size: 18px;
  line-height: 1.7;
  max-width: 860px;
}

.news-phone-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.news-phone-frame {
  width: 290px;
  max-width: 100%;
  background: #05070b;
  border-radius: 34px;
  padding: 14px;
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
  border: 2px solid rgba(0,0,0,.08);
  position: relative;
}

.news-phone-notch {
  width: 108px;
  height: 18px;
  background: #000;
  border-radius: 999px;
  margin: 0 auto 10px auto;
}

.news-phone-screen {
  overflow: hidden;
  border-radius: 24px;
  background: #000;
  aspect-ratio: 9 / 19.5;
}

.news-phone-screen video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #000;
}

@media (max-width: 768px) {
  .news-video-head h2 {
    font-size: 32px;
  }

  .news-video-head p {
    font-size: 16px;
  }

  .news-phone-frame {
    width: min(82vw, 320px);
    padding: 12px;
    border-radius: 28px;
  }

  .news-phone-notch {
    width: 92px;
    height: 16px;
    margin-bottom: 8px;
  }

  .news-phone-screen {
    border-radius: 20px;
  }
}

/* NEWS IPHONE REELS — FIM */



/* CORES REELS MARIA DA PENHA — INÍCIO */

/* BLOCO TOTALMENTE SEM FUNDO */
.news-video-block.news-video-block-phone {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}


/* CABEÇALHO */
.news-video-block-phone .news-video-head {
  background: transparent !important;
  background-color: transparent !important;
}


/* ASSISTA — VERDE */
.news-video-block-phone .news-video-head .eyebrow {
  color: var(--green-action) !important;
  background: transparent !important;
  background-color: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.news-video-block-phone .news-video-head .eyebrow::before {
  background: var(--green-action) !important;
}


/* TÍTULO — AZUL MARINHO */
.news-video-block-phone .news-video-head h2 {
  color: var(--navy-900) !important;
  background: transparent !important;
  background-color: transparent !important;

  margin: 16px 0 14px !important;

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.2vw, 3.1rem);
  line-height: 1.08;
}


/* DESCRIÇÃO — AZUL ACINZENTADO */
.news-video-block-phone .news-video-head p {
  color: #49657f !important;
  background: transparent !important;
  background-color: transparent !important;

  margin: 0 !important;
  max-width: 820px;

  font-size: 1.08rem;
  line-height: 1.8;
}


/* GARANTE QUE NENHUM ELEMENTO DE TEXTO RECEBA FUNDO */
.news-video-block-phone .news-video-head span,
.news-video-block-phone .news-video-head strong {
  background-color: transparent !important;
}


/* IPHONE */
.news-video-block-phone .news-phone-wrap {
  margin-top: 30px;
}


@media (max-width: 680px) {

  .news-video-block-phone .news-video-head h2 {
    font-size: 2rem;
  }

  .news-video-block-phone .news-video-head p {
    font-size: 1rem;
  }

}

/* CORES REELS MARIA DA PENHA — FIM */



/* CTA GUIA ANTIFEMINICIDIO — INÍCIO */

.news-guide-cta {
  margin-top: 64px;
  padding: 38px 40px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;

  background: var(--navy-900);
  border-radius: 22px;
  overflow: hidden;
  position: relative;
}

.news-guide-cta::after {
  content: "";
  width: 220px;
  height: 220px;

  position: absolute;
  right: -90px;
  top: -90px;

  border-radius: 50%;
  background: rgba(0,175,99,.12);
  pointer-events: none;
}

.news-guide-cta-copy {
  max-width: 610px;
  position: relative;
  z-index: 2;
}

.news-guide-cta .eyebrow {
  color: var(--green-vivid) !important;
}

.news-guide-cta h2 {
  margin: 12px 0 12px !important;
  color: #ffffff !important;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.08;
}

.news-guide-cta p {
  margin: 0 !important;
  color: rgba(255,255,255,.72) !important;
  line-height: 1.7;
}

.news-guide-cta-button {
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.news-guide-cta-button span {
  margin-left: 8px;
}

@media (max-width: 760px) {

  .news-guide-cta {
    padding: 28px 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .news-guide-cta-button {
    width: 100%;
    justify-content: center;
  }

}

/* CTA GUIA ANTIFEMINICIDIO — FIM */



/* MOBILE HEADER HERO FIX — INÍCIO */

@media (max-width: 900px) {

  /* =======================================================
     HEADER SEMPRE ACIMA DE QUALQUER CONTEÚDO
     ======================================================= */

  .site-header,
  .site-header.inner-header {
    z-index: 5000 !important;
    isolation: isolate;
  }

  .site-header .header-wrap {
    position: relative;
    z-index: 5002;
  }

  .menu-toggle {
    position: relative;
    z-index: 5004 !important;
  }


  /* =======================================================
     MENU MOBILE — MESMO COMPORTAMENTO EM TODAS AS PÁGINAS
     ======================================================= */

  .main-nav {
    position: fixed !important;

    top: var(--header) !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;

    width: 100vw !important;
    height: calc(100dvh - var(--header)) !important;

    padding:
      34px
      max(24px, calc((100vw - var(--container)) / 2))
      50px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;

    background: #03101f !important;

    z-index: 5003 !important;

    overflow-y: auto;
    overscroll-behavior: contain;

    transform: translateX(100%) !important;
    transition: transform .3s ease !important;

    visibility: hidden;
    pointer-events: none;
  }

  .main-nav.open {
    transform: translateX(0) !important;
    visibility: visible;
    pointer-events: auto;
  }

  .main-nav a {
    position: relative !important;

    display: flex !important;
    align-items: center !important;

    min-height: 72px;
    padding: 15px 10px !important;

    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(1.8rem, 7vw, 2.6rem) !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;

    color: rgba(255,255,255,.92) !important;

    border-bottom: 1px solid rgba(255,255,255,.11) !important;
  }

  .main-nav a.active {
    color: #ffffff !important;
  }

  .main-nav a::after {
    display: none !important;
  }


  /* Quando menu estiver aberto, nenhuma parte do hero atravessa */
  body:has(.main-nav.open) {
    overflow: hidden;
  }

  body:has(.main-nav.open) main,
  body:has(.main-nav.open) .page-hero,
  body:has(.main-nav.open) .hero {
    isolation: auto;
  }


  /* =======================================================
     HOME — APROXIMA CONTEÚDO DO CABEÇALHO
     ======================================================= */

  .hero {
    min-height: 100svh;
    align-items: stretch;
  }

  .hero-grid {
    min-height: 100svh;

    padding-top: calc(var(--header) + 24px) !important;

    grid-template-columns: 1fr !important;
    align-items: start !important;
  }

  .hero-content {
    align-self: start !important;

    padding-top: 24px !important;
    padding-bottom: 62px !important;

    position: relative;
    z-index: 3;
  }

}


/* =========================================================
   CELULAR
   ========================================================= */

@media (max-width: 680px) {

  /*
    Antes:
    hero-content tinha 95px de padding superior.
    Agora o kicker começa logo abaixo do cabeçalho.
  */

  .hero-grid {
    padding-top: calc(var(--header) + 18px) !important;
  }

  .hero-content {
    padding-top: 18px !important;
    padding-bottom: 48px !important;
  }

  .hero-kicker {
    margin-top: 0 !important;
    margin-bottom: 18px !important;
  }

  .hero h1 {
    margin-top: 0 !important;
  }


  /* Menu mais próximo do estilo mostrado na Home */

  .main-nav {
    padding-top: 26px !important;
    padding-left: 26px !important;
    padding-right: 26px !important;
  }

  .main-nav a {
    min-height: 74px;
    font-size: clamp(2rem, 8.5vw, 2.65rem) !important;
  }

}


/* Celulares mais estreitos */
@media (max-width: 480px) {

  .hero-grid {
    padding-top: calc(var(--header) + 12px) !important;
  }

  .hero-content {
    padding-top: 14px !important;
  }

}

/* MOBILE HEADER HERO FIX — FIM */




/* HERO ROSTO MOBILE — INÍCIO */

@media (max-width: 680px) {

  .hero-person {
    position: absolute !important;
    inset: auto -38% -2px 10% !important;
    min-height: 0 !important;
    height: calc(100svh - var(--header) + 20px) !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    opacity: .40 !important;
    overflow: visible;
    pointer-events: none;
  }

  .hero-person img {
    width: auto !important;
    height: 84svh !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: bottom center !important;
    position: relative !important;
    transform: translateX(14%) !important;
    filter: drop-shadow(0 30px 40px rgba(0,0,0,.40)) !important;
  }

  .hero-person::before {
    display: none !important;
  }

  /* TÍTULO GRANDE — reduzir só no mobile */
  .hero h1,
  .hero-copy h1,
  .hero-content h1,
  .hero-title,
  .hero-title-main,
  .hero-heading {
    font-size: clamp(3.5rem, 14vw, 5rem) !important;
    line-height: 0.94 !important;
    letter-spacing: -0.02em !important;
    max-width: 6.2ch !important;
  }
}

@media (max-width: 480px) {

  .hero-person {
    inset: auto -42% -2px 6% !important;
    opacity: .38 !important;
  }

  .hero-person img {
    height: 82svh !important;
    transform: translateX(15%) !important;
  }

  .hero h1,
  .hero-copy h1,
  .hero-content h1,
  .hero-title,
  .hero-title-main,
  .hero-heading {
    font-size: clamp(3.2rem, 13.2vw, 4.6rem) !important;
    line-height: 0.93 !important;
    max-width: 6.1ch !important;
  }
}

/* HERO ROSTO MOBILE — FIM */



/* HERO BOTOES MOBILE — INÍCIO */

@media (max-width: 680px) {

  .hero-actions {
    width: 100%;
    gap: 10px !important;
    margin-top: 20px !important;
  }

  .hero-actions .btn {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 58px !important;

    padding: 0 18px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    font-size: 1rem !important;
    line-height: 1.15 !important;

    white-space: nowrap !important;

    box-sizing: border-box !important;
  }

  .hero-actions .btn svg {
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px;
  }

}

@media (max-width: 480px) {

  .hero-actions {
    gap: 8px !important;
  }

  .hero-actions .btn {
    min-height: 54px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    font-size: .95rem !important;
  }

}

/* HERO BOTOES MOBILE — FIM */



/* HERO BOTOES POSICAO MOBILE — INÍCIO */

@media (max-width: 680px) {

  .hero-actions {
    margin-top: 8px !important;
    gap: 7px !important;

    /*
      Sobe somente o conjunto dos dois botões.
      Não altera título, texto nem foto.
    */
    transform: translateY(-22px) !important;
  }

  .hero-actions .btn {
    min-height: 52px !important;
  }

}

@media (max-width: 480px) {

  .hero-actions {
    margin-top: 6px !important;
    gap: 6px !important;
    transform: translateY(-24px) !important;
  }

  .hero-actions .btn {
    min-height: 50px !important;
  }

}

/* HERO BOTOES POSICAO MOBILE — FIM */



/* MENU GUIAS — INÍCIO */

/* =========================================================
   DESKTOP
   ========================================================= */

.nav-guides {
  position: relative;
  color: inherit;
}

.nav-guides summary {
  position: relative;
  list-style: none;
  cursor: pointer;

  font-size: .88rem;
  font-weight: 700;
  color: rgba(255,255,255,.84);

  user-select: none;
}

.nav-guides summary::-webkit-details-marker {
  display: none;
}

.nav-guides summary::after {
  content: "⌄";
  display: inline-block;
  margin-left: 6px;
  font-size: .78rem;
  transition: transform .22s ease;
}

.nav-guides[open] summary,
.nav-guides summary:hover {
  color: #ffffff;
}

.nav-guides[open] summary::after {
  transform: rotate(180deg);
}


/* SUBMENU */

.nav-guides-menu {
  min-width: 220px;

  position: absolute;
  top: calc(100% + 18px);
  left: 50%;

  padding: 9px;

  background: rgba(3,16,31,.98);
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 22px 55px rgba(0,0,0,.30);

  transform: translateX(-50%);

  z-index: 6000;
}

.nav-guides-menu::before {
  content: "";

  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  height: 20px;
}

.main-nav .nav-guides-menu a {
  display: block;

  padding: 13px 15px;

  font-size: .82rem;
  font-weight: 700;
  color: rgba(255,255,255,.78);

  border-bottom: 1px solid rgba(255,255,255,.08);
  white-space: nowrap;
}

.main-nav .nav-guides-menu a:last-child {
  border-bottom: 0;
}

.main-nav .nav-guides-menu a:hover {
  color: #ffffff;
  background: rgba(255,255,255,.06);
}

.main-nav .nav-guides-menu a::after {
  display: none !important;
}


/* abre também ao passar o mouse no desktop */
@media (min-width: 901px) {

  .nav-guides:not([open]) .nav-guides-menu {
    display: none;
  }

  .nav-guides:hover .nav-guides-menu {
    display: block;
  }

}


/* =========================================================
   TABLET / CELULAR
   ========================================================= */

@media (max-width: 900px) {

  .nav-guides {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.11);
  }

  .nav-guides summary {
    min-height: 74px;

    padding: 15px 10px !important;

    display: flex;
    align-items: center;
    justify-content: space-between;

    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(2rem, 8.5vw, 2.65rem) !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;

    color: rgba(255,255,255,.92) !important;
  }

  .nav-guides summary::after {
    content: "+";
    margin-left: 15px;

    font-family: Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
  }

  .nav-guides[open] summary::after {
    content: "−";
    transform: none;
  }


  .nav-guides-menu {
    width: 100%;
    min-width: 0;

    position: static;

    padding:
      0
      10px
      12px
      26px;

    background: transparent;
    border: 0;
    box-shadow: none;

    transform: none;
  }

  .main-nav .nav-guides-menu a {
    min-height: 48px !important;

    padding: 12px 0 !important;

    display: flex !important;
    align-items: center !important;

    font-family: inherit !important;
    font-size: 1rem !important;
    font-weight: 700 !important;

    color: rgba(255,255,255,.66) !important;

    border-bottom: 1px solid rgba(255,255,255,.07) !important;
  }

  .main-nav .nav-guides-menu a::before {
    content: "→";
    margin-right: 10px;
    color: var(--green-action);
  }

  .main-nav .nav-guides-menu a:last-child {
    border-bottom: 0 !important;
  }

}

/* MENU GUIAS — FIM */



/* BANNER TRAJETORIA OFICIAL — INÍCIO */

body:has(.trajectory-next) .page-hero::before {
  background-image:
    linear-gradient(
      90deg,
      rgba(3,16,31,.90) 0%,
      rgba(5,22,43,.64) 42%,
      rgba(5,22,43,.24) 100%
    ),
    url('../img/banners/banner-trajetoria.png?v=20260808');

  background-size: cover;
  background-position: center center;
}

@media (max-width: 900px) {
  body:has(.trajectory-next) .page-hero::before {
    background-position: center center;
  }
}

@media (max-width: 680px) {
  body:has(.trajectory-next) .page-hero::before {
    background-image:
      linear-gradient(
        90deg,
        rgba(3,16,31,.90),
        rgba(5,22,43,.42)
      ),
      url('../img/banners/banner-trajetoria.png?v=20260808');

    background-position: center center;
  }
}

/* BANNER TRAJETORIA OFICIAL — FIM */


