/* ============================================================
   Economia Local Magazine — Sistema de design editorial
   Tipografia: Fraunces (display) + Archivo (corpo)
   ============================================================ */
:root {
  --ink: #0c1b2a; --ink-2: #14263c; --paper: #f7f5f0; --card: #fff;
  --line: #e6e2d8; --line-2: #d3cfc2; --gold: #a97e1f; --gold-2: #8f6a15;
  --text: #22262e; --muted: #6d7280; --muted-2: #9aa0ac; --green: #1d6f42; --red: #9c3b2e;
  --serif: 'Fraunces', Georgia, serif; --sans: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--text); font-family: var(--sans); font-size: 15px; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
input, select, textarea { font-family: inherit; font-size: 14.5px; }
.muted { color: var(--muted); font-size: 12.5px; }
.wrap { width: 100%; max-width: 1280px; margin-inline: auto; padding-inline: clamp(16px, 4vw, 40px); }
.row { display: flex; gap: 10px; flex-wrap: wrap; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- Editoriais ---------- */
.kicker { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); display: inline-flex; align-items: center; gap: 10px; }
.kicker::before { content: ""; width: 22px; height: 2px; background: var(--gold); }
.kicker.center { justify-content: center; }
.kicker.on-dark { color: #d9b45c; } .kicker.on-dark::before { background: #d9b45c; }
.t-serif { font-family: var(--serif); font-weight: 600; letter-spacing: -.012em; line-height: 1.18; }
.serif { font-family: var(--serif); }
.meta { font-size: 12.5px; color: var(--muted); display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.meta .dot { width: 3px; height: 3px; border-radius: 99px; background: var(--muted-2); }
.chip { display: inline-block; font-size: 11px; font-weight: 600; color: var(--ink-2); background: var(--paper); border: 1px solid var(--line-2); border-radius: 2px; padding: 3px 8px; }
.pill { display: inline-block; font-size: 11px; font-weight: 700; border: 1px solid var(--line-2); background: var(--paper); border-radius: 99px; padding: 2.5px 9px; color: var(--ink-2); }
.st-published, .st-approved, .st-sent, .st-respondido { color: #14532d; background: #e8f5ec; border-color: #bfe3cc; }
.st-draft, .st-rejected, .st-spam, .st-arquivado { color: #444c5a; background: #eef0f3; border-color: #d8dce3; }
.st-submitted, .st-scheduled, .st-em_analise, .st-novo { color: #8a5a08; background: #fdf3dd; border-color: #f0dca6; }
.st-approved, .st-green { color: #14532d; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 600; font-size: 14px; line-height: 1; padding: 13px 22px; border-radius: 3px; border: 1px solid transparent; transition: all .18s ease; white-space: nowrap; }
.btn-gold { background: var(--gold); color: #fff; } .btn-gold:hover { background: var(--gold-2); }
.btn-ink { background: var(--ink); color: #fff; } .btn-ink:hover { background: var(--ink-2); }
.btn-outline { background: transparent; border-color: var(--line-2); color: var(--ink); } .btn-outline:hover { border-color: var(--ink); }
.btn-ghost-light { background: transparent; border-color: rgba(255,255,255,.4); color: #fff; } .btn-ghost-light:hover { border-color: #fff; }
.btn-sm { padding: 9px 14px; font-size: 13px; }

.card { background: var(--card); border: 1px solid var(--line); border-radius: 4px; overflow: hidden; transition: border-color .2s, box-shadow .2s; display: block; }
.card:hover { border-color: var(--line-2); box-shadow: 0 10px 30px -18px rgba(12,27,42,.35); }
.card-img { overflow: hidden; aspect-ratio: 16/10; background: #e9e6de; display: block; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.card:hover .card-img img { transform: scale(1.035); }
.card-body { padding: 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card-cat { font-size: 10.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-2); }
.card-body h3 { font-size: 19px; }
.card-lead { font-size: 13.5px; color: var(--muted); line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.card-body .meta { margin-top: auto; }
.card a:hover h3 { color: var(--gold-2); }

.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; border-bottom: 2px solid var(--ink); padding-bottom: 10px; margin-bottom: 24px; }
.section-head h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(22px, 2.6vw, 30px); color: var(--ink); }
.section-head .kicker { margin-bottom: 8px; }
.see-all { font-size: 12.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 6px; white-space: nowrap; }
.see-all:hover { text-decoration: underline; }

.grid-2 { display: grid; gap: 20px; } .grid-2 > * { min-width: 0; }
.grid-3 { display: grid; gap: 20px; grid-template-columns: 1fr; }
.grid-4 { display: grid; gap: 20px; grid-template-columns: 1fr 1fr; }
.grid-5 { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
.stack { display: grid; gap: 18px; }
@media (min-width: 720px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } .grid-4 { grid-template-columns: repeat(2, 1fr); } .grid-5 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1080px) { .grid-4 { grid-template-columns: repeat(4, 1fr); } .grid-5 { grid-template-columns: repeat(5, 1fr); } }

/* ---------- Banner demo ---------- */
.demo-banner { background: #f4ead2; border-bottom: 1px solid #e5d3a3; }
.demo-banner p { font-size: 12px; color: #7a5c12; }
.dot-gold { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); display: inline-block; margin-right: 10px; }
.wrap .demo-banner p, .demo-banner .wrap { display: flex; align-items: center; gap: 10px; padding: 8px clamp(16px,4vw,40px); }
.flash { padding: 10px clamp(16px,4vw,40px) 0; font-size: 13px; font-weight: 600; }
.flash.ok { color: var(--green); } .flash.err { color: var(--red); }

/* ---------- Header ---------- */
.topbar { background: var(--ink); color: rgba(255,255,255,.75); }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; height: 36px; }
.topbar p { font-size: 12px; } .topbar .sep { opacity: .4; margin: 0 6px; }
.topbar-right { display: flex; gap: 16px; align-items: center; }
.topbar-right a { font-size: 11.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.topbar-right a:hover { color: #fff; }
.lang { font-size: 11px; letter-spacing: .12em; font-weight: 700; opacity: .8; }
.masthead { background: var(--paper); }
.masthead-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block: 20px; }
.logo { display: block; }
.logo-main { font-family: var(--serif); font-weight: 700; font-size: clamp(26px, 3.5vw, 32px); color: var(--ink); letter-spacing: -.02em; display: inline-block; }
.logo-sub { font-size: 10px; font-weight: 700; letter-spacing: .42em; text-transform: uppercase; color: var(--gold); display: inline-block; margin-left: 8px; transform: translateY(-4px); }
.logo-tag { display: block; font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-top: 6px; }
.masthead-actions { display: flex; align-items: center; gap: 10px; }
.icon-btn { background: none; border: 1px solid var(--line-2); border-radius: 50%; width: 38px; height: 38px; display: grid; place-items: center; color: var(--ink); }
.icon-btn:hover { border-color: var(--ink); }
.menu-btn { display: none; }
.login-link { font-size: 13px; font-weight: 600; color: var(--ink); padding: 0 4px; }
.login-link:hover { color: var(--gold-2); }
.account { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--ink); border: 1px solid var(--line-2); border-radius: 99px; padding: 6px 14px 6px 6px; }
.avatar-sm { width: 28px; height: 28px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-size: 11px; font-weight: 700; }
.mainnav { position: sticky; top: 0; z-index: 50; background: rgba(247,245,240,.95); backdrop-filter: blur(6px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mainnav-inner { display: flex; gap: 22px; overflow-x: auto; scrollbar-width: none; }
.mainnav-inner::-webkit-scrollbar { display: none; }
.nav-link { position: relative; font-size: 12.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); padding: 14px 2px; white-space: nowrap; }
.nav-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 8px; height: 2.5px; background: var(--gold); transition: right .22s; }
.nav-link:hover::after, .nav-link.active::after { right: 0; }
.nav-link.active { color: var(--gold-2); }
@media (max-width: 900px) { .menu-btn { display: grid; } .login-link { display: none; } .masthead-actions .btn { display: none; } .logo-tag { display: none; } }

.mobile-menu { position: fixed; inset: 0; z-index: 100; background: var(--paper); padding: 20px; overflow-y: auto; }
.mobile-menu[hidden] { display: none; }
.mm-head { display: flex; justify-content: space-between; align-items: center; font-size: 18px; font-family: var(--serif); padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.mm-head button { background: none; border: 0; font-size: 18px; }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { padding: 13px 4px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.mm-cta { display: grid; gap: 10px; padding: 16px 4px; }

/* ---------- Hero ---------- */
.hero { padding-top: 34px; padding-bottom: 44px; }
.hero-grid { display: grid; gap: 30px; }
@media (min-width: 1024px) { .hero-grid { grid-template-columns: 7fr 5fr; } }
.lead-img { aspect-ratio: 16/9; overflow: hidden; border-radius: 4px; border: 1px solid var(--line); }
.lead-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.lead-story:hover .lead-img img { transform: scale(1.025); }
.lead-title { font-family: var(--serif); font-weight: 600; font-size: clamp(28px, 4.2vw, 40px); line-height: 1.12; letter-spacing: -.015em; color: var(--ink); margin-top: 18px; }
.lead-story:hover .lead-title { color: var(--gold-2); }
.lead-lead { margin-top: 14px; font-size: 16.5px; color: var(--muted); line-height: 1.6; max-width: 640px; }
.hero-side { display: grid; gap: 16px; }
.side-story { display: flex; gap: 14px; padding: 14px; }
.side-story img { width: 104px; height: 84px; object-fit: cover; border-radius: 3px; flex: none; }
.side-story h3 { font-size: 16px; margin: 4px 0; }
.side-date { font-size: 11.5px; color: var(--muted); }
.most-read { padding: 20px; }
.mr-title { font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; border-bottom: 2px solid var(--ink); padding-bottom: 10px; }
.num-list { list-style: none; counter-reset: nl; }
.num-list li { counter-increment: nl; display: flex; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); position: relative; }
.num-list li::before { content: counter(nl, decimal-leading-zero); font-family: var(--serif); font-weight: 700; font-size: 24px; color: var(--line-2); line-height: 1; }
.num-list .t { font-size: 14px; font-weight: 600; line-height: 1.35; color: var(--ink); display: block; }
.num-list a:hover .t { color: var(--gold-2); }
.num-list .sub { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }

/* ---------- Ad slot ---------- */
.ad-slot { border: 1px solid var(--line); background: #fff; border-radius: 4px; overflow: hidden; margin-bottom: 8px; }
.ad-slot p { font-size: 9.5px; font-weight: 700; letter-spacing: .24em; color: var(--muted-2); text-align: center; padding-top: 8px; }
.ad-slot img { width: 100%; max-height: 190px; object-fit: cover; }

/* ---------- Strips ---------- */
.strip { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.strip .wrap { padding-block: 50px; }
.dark-strip { background: var(--ink); }
.dark-strip .wrap { padding-block: 50px; }
.dark-strip .section-head { border-color: rgba(255,255,255,.25); }
.dark-strip .section-head h2, .white { color: #fff; }
.dark-strip .see-all { color: #d9b45c; }
.col-head { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 8px; }
.col-head h3 { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; }
.col-head a { font-size: 11.5px; font-weight: 700; color: var(--gold-2); }
.headline-list a { display: flex; gap: 12px; align-items: baseline; padding: 13px 0; border-bottom: 1px solid var(--line); }
.headline-list .idx { font-family: var(--serif); font-weight: 700; font-size: 20px; color: var(--line-2); }
.headline-list .t { font-family: var(--serif); font-size: 16.5px; font-weight: 600; flex: 1; }
.headline-list a:hover .t { color: var(--gold-2); }
.headline-list .d { font-size: 12px; color: var(--muted); white-space: nowrap; }

/* ---------- CTA ---------- */
.cta-band { background: var(--ink); border-radius: 4px; margin: 48px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 44px; flex-wrap: wrap; }
.cta-band h2 { font-family: var(--serif); font-size: clamp(24px, 3vw, 34px); color: #fff; max-width: 620px; line-height: 1.15; margin-top: 10px; }
.cta-desc { margin-top: 14px; color: rgba(255,255,255,.7); max-width: 560px; line-height: 1.6; font-size: 15px; }

/* ---------- Newsletter ---------- */
.nl-band { padding-bottom: 20px; }
.nl-inner { border: 1px solid var(--line); background: #fff; border-radius: 4px; padding: clamp(24px, 4vw, 44px); display: grid; gap: 26px; }
@media (min-width: 900px) { .nl-inner { grid-template-columns: 1fr 1fr; align-items: center; } }
.nl-inner h2 { font-family: var(--serif); font-size: 26px; color: var(--ink); margin-top: 10px; }
.nl-inner p { color: var(--muted); margin-top: 10px; line-height: 1.6; }
.nl-form { display: grid; gap: 12px; }
.nl-form .row input { flex: 1; min-width: 140px; }
.nl-consent { font-size: 12.5px; color: var(--muted); display: flex; gap: 8px; align-items: flex-start; }
input[type=email], input[type=text], input[type=password], input[type=number], select, textarea {
  border: 1px solid var(--line-2); background: #fff; border-radius: 3px; padding: 11px 14px; width: 100%;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(12,27,42,.08); }
.label { display: block; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); margin-bottom: 6px; }
textarea { min-height: 120px; resize: vertical; line-height: 1.6; }
.nl-card { padding: clamp(24px, 4vw, 44px); }
.center-head { text-align: center; margin-bottom: 30px; }
.center-head h1 { font-family: var(--serif); font-size: 36px; color: var(--ink); margin-top: 10px; }
.center-head p { color: var(--muted); margin-top: 12px; }

/* ---------- Páginas de secção ---------- */
.page-head { border-bottom: 2px solid var(--ink); padding-bottom: 30px; margin-bottom: 40px; }
.page-head h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(32px, 4.5vw, 44px); color: var(--ink); letter-spacing: -.015em; }
.page-desc { margin-top: 12px; color: var(--muted); max-width: 640px; line-height: 1.6; }
main .wrap { padding-top: 40px; padding-bottom: 20px; }
.sub-head { margin: 44px 0 20px; border-bottom: 2px solid var(--ink); padding-bottom: 8px; }
.sub-head h2 { font-family: var(--serif); font-size: 26px; color: var(--ink); }
.big-feature { display: block; margin-bottom: 40px; }
.bf-grid { display: grid; }
@media (min-width: 900px) { .bf-grid { grid-template-columns: 1fr 1fr; } }
.bf-img { min-height: 340px; }
.bf-img img { width: 100%; height: 100%; object-fit: cover; }
.bf-body { padding: 32px; display: flex; flex-direction: column; justify-content: center; }
.bf-body h2 { font-size: clamp(24px, 3vw, 32px); margin: 10px 0; }
.bf-body:hover h2 { color: var(--gold-2); }

/* ---------- Artigo ---------- */
.breadcrumb { font-size: 12px; color: var(--muted); margin-bottom: 22px; }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb .up { text-transform: uppercase; letter-spacing: .1em; font-weight: 600; }
.breadcrumb .cur { color: var(--ink); font-weight: 500; }
.article-grid { display: grid; gap: 44px; }
@media (min-width: 1024px) { .article-grid { grid-template-columns: 1fr 320px; } }
.article-title { font-family: var(--serif); font-weight: 600; font-size: clamp(30px, 4.6vw, 42px); line-height: 1.12; letter-spacing: -.018em; color: var(--ink); margin-top: 14px; }
.article-sub { margin-top: 16px; font-size: 18px; font-weight: 500; color: var(--ink-2); line-height: 1.5; }
.article-lead { margin-top: 14px; font-size: 17px; color: var(--muted); line-height: 1.65; }
.byline { display: flex; align-items: center; gap: 14px; margin-top: 26px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.avatar-lg { width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-family: var(--serif); font-weight: 700; }
.byl-name { font-size: 13.5px; font-weight: 600; color: var(--ink); }
.byl-meta { font-size: 12px; color: var(--muted); }
.article-fig { margin-top: 26px; }
.article-fig img { border-radius: 4px; border: 1px solid var(--line); }
.article-fig figcaption { font-size: 12px; color: var(--muted); margin-top: 8px; }
.prose-article { margin-top: 32px; font-size: 17.5px; line-height: 1.78; color: #2b3038; }
.prose-article > p:first-of-type::first-letter { font-family: var(--serif); font-weight: 700; font-size: 3.4em; line-height: .85; float: left; margin: 6px 10px 0 0; color: var(--ink); }
.prose-article p { margin-bottom: 1.25em; }
.prose-article h2 { font-family: var(--serif); font-size: 26px; font-weight: 600; color: var(--ink); margin: 1.8em 0 .7em; }
.prose-article h3 { font-family: var(--serif); font-size: 21px; font-weight: 600; color: var(--ink); margin: 1.6em 0 .6em; }
.prose-article blockquote { border-left: 3px solid var(--line-2); margin: 1.6em 0; padding-left: 20px; color: var(--muted); font-style: italic; }
.prose-article blockquote.pull { font-family: var(--serif); font-style: normal; font-weight: 600; font-size: 24px; line-height: 1.35; color: var(--ink); border-left: 3px solid var(--gold); margin: 2em 0; padding: 12px 0 12px 24px; }
.prose-article a { color: var(--gold-2); text-decoration: underline; text-underline-offset: 3px; }
.prose-article table { width: 100%; border-collapse: collapse; margin: 1.6em 0; font-size: 15px; }
.prose-article th, .prose-article td { border: 1px solid var(--line); padding: 9px 12px; text-align: left; }
.prose-article th { background: var(--paper); }
.tag-row { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--line); }
.tag-label { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-right: 4px; }
.co-box { display: flex; align-items: center; gap: 16px; padding: 20px; margin-top: 24px; }
.co-box-label { font-size: 10.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-2); }
.co-box .t-serif { font-size: 18px; }
.co-box-meta { font-size: 12.5px; color: var(--muted); }
.co-link { color: var(--gold-2); font-weight: 700; font-size: 13px; white-space: nowrap; }
.article-side h3.side-title { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; border-bottom: 2px solid var(--ink); padding-bottom: 10px; margin-bottom: 18px; }
.rel-list { display: grid; gap: 18px; margin-bottom: 30px; }
.rel-list a { display: flex; gap: 14px; }
.rel-img { width: 110px; height: 78px; border-radius: 3px; overflow: hidden; flex: none; background: #e9e6de; }
.rel-img img { width: 100%; height: 100%; object-fit: cover; }
.rel-list .t { font-size: 15.5px; display: block; margin-top: 4px; }
.rel-list a:hover .t { color: var(--gold-2); }
.side-dark { background: var(--ink); border-radius: 4px; padding: 24px; color: #fff; }
.side-dark h3 { font-family: var(--serif); font-size: 19px; margin: 8px 0 14px; }
.side-dark .nl-form input { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.25); color: #fff; }
.side-dark .nl-form .btn-gold { background: #fff; color: var(--ink); }
.side-dark .nl-consent { color: rgba(255,255,255,.7); }

/* Comentários */
.comments { margin-top: 48px; }
.com-title { font-family: var(--serif); font-size: 24px; color: var(--ink); border-bottom: 2px solid var(--ink); padding-bottom: 12px; }
.com-list { display: grid; gap: 14px; margin-top: 20px; }
.com-item { padding: 18px; }
.com-head { display: flex; justify-content: space-between; align-items: center; }
.report-btn { background: none; border: 0; font-size: 11px; color: var(--muted); }
.report-btn:hover { color: var(--red); }
.com-form { margin-top: 24px; border: 1px solid var(--line); background: #fff; border-radius: 4px; padding: 20px; display: grid; gap: 14px; }
.com-form h3 { font-family: var(--serif); font-size: 19px; color: var(--ink); }

/* ---------- Empresas ---------- */
.co-cover { height: 260px; overflow: hidden; background: var(--ink); }
.co-cover img { width: 100%; height: 100%; object-fit: cover; opacity: .8; }
.co-layout { display: grid; gap: 44px; }
@media (min-width: 1024px) { .co-layout { grid-template-columns: 1fr 320px; } }
.co-id { display: flex; gap: 18px; align-items: center; }
.co-id h1 { font-size: 34px; }
.co-meta { color: var(--muted); font-size: 14px; margin-top: 6px; }
.co-meta a { color: var(--gold-2); font-weight: 600; }
.co-desc-long { margin-top: 26px; font-size: 16.5px; line-height: 1.8; color: #2b3038; }
.demo-note { margin-top: 18px; font-size: 12.5px; color: var(--muted); background: var(--paper); border: 1px solid var(--line); border-radius: 3px; padding: 12px; }
.monogram { width: 54px; height: 54px; border-radius: 4px; background: var(--ink); color: #fff; display: grid; place-items: center; font-family: var(--serif); font-weight: 700; font-size: 19px; flex: none; }
.monogram.lg { width: 64px; height: 64px; font-size: 24px; }
.co-logo { width: 54px; height: 54px; border-radius: 4px; object-fit: cover; flex: none; background: #fff; }
.co-logo-lg { width: 64px; height: 64px; border-radius: 4px; object-fit: cover; }
.co-info h3 { font-size: 17.5px; }
.co-info p { font-size: 12px; color: var(--muted); margin-top: 3px; }
.co-desc { font-size: 13px; color: var(--muted); line-height: 1.55; margin-top: 14px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.co-foot { display: flex; justify-content: space-between; border-top: 1px solid var(--line); margin-top: 16px; padding-top: 12px; }
.co-side { display: grid; gap: 20px; position: sticky; top: 70px; align-self: start; }
.contact-card { padding: 24px; }
.contact-card h3 { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; border-bottom: 2px solid var(--ink); padding-bottom: 10px; margin-bottom: 14px; }
.contact-card dl dt { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.contact-card dl dd { margin: 3px 0 12px; font-size: 13.5px; }
.contact-card a { color: var(--gold-2); font-weight: 500; }
.co-side-cta { background: var(--ink); border-radius: 4px; padding: 22px; color: #fff; }
.co-side-cta h3 { font-family: var(--serif); font-size: 18px; }
.co-side-cta p { font-size: 13px; color: rgba(255,255,255,.65); margin: 8px 0 14px; }

/* ---------- Executivos ---------- */
.exec-card .card-img { aspect-ratio: 1/1.1; }
.exec-ph { aspect-ratio: 1/1.1; background: var(--ink); display: grid; place-items: center; color: rgba(255,255,255,.7); font-family: var(--serif); font-size: 38px; font-weight: 700; }
.exec-ph.sq { aspect-ratio: 1; }
.exec-card .card-body { padding: 16px; }
.exec-pos { font-size: 12.5px; font-weight: 600; color: var(--ink-2); }
.exec-co { font-size: 12px; color: var(--muted); }
.exec-card a:hover h3, .exec-card:hover h3 { color: var(--gold-2); }
.ex-layout { display: grid; gap: 40px; }
@media (min-width: 1024px) { .ex-layout { grid-template-columns: 320px 1fr; } }
.ex-photo { position: sticky; top: 70px; align-self: start; }
.sq { aspect-ratio: 1; }
.ach-list { margin: 0 0 0 0; list-style: none; }
.ach-list li { padding: 8px 0 8px 22px; position: relative; line-height: 1.6; }
.ach-list li::before { content: "◆"; color: var(--gold); position: absolute; left: 0; font-size: 11px; }

/* ---------- Entrevistas ---------- */
.iv-article { max-width: 860px; margin: 0 auto; }
.iv-head { text-align: center; }
.iv-portrait { width: 150px; height: 150px; border-radius: 50%; object-fit: cover; margin: 20px auto 0; border: 4px solid #fff; box-shadow: 0 10px 30px -12px rgba(0,0,0,.3); }
.iv-portrait.ph { display: grid; place-items: center; background: var(--ink); color: #fff; font-family: var(--serif); font-size: 44px; font-weight: 700; }
.iv-head h1 { font-size: clamp(26px, 4vw, 38px); margin-top: 22px; }
.iv-who { margin-top: 14px; font-size: 15px; color: var(--ink-2); }
.iv-who a { color: var(--gold-2); font-weight: 600; }
.iv-intro { margin-top: 18px; color: var(--muted); max-width: 640px; margin-inline: auto; line-height: 1.65; font-size: 15.5px; }
.qa-sep { display: flex; align-items: center; gap: 16px; margin: 50px 0 40px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.qa-sep::before, .qa-sep::after { content: ""; height: 1px; background: var(--line-2); flex: 1; }
.qa { margin-bottom: 40px; }
.qa h2 { font-family: var(--serif); font-size: 21px; color: var(--ink); line-height: 1.35; }
.qa .q-num { color: var(--gold); font-family: var(--sans); font-weight: 700; font-size: 13px; margin-right: 6px; }
.qa .a { margin-top: 14px; padding-left: 24px; font-size: 16px; line-height: 1.8; }
.interview-card { display: grid; }
.interview-card.large { grid-template-columns: 1fr; }
@media (min-width: 900px) { .interview-card.large { grid-template-columns: 42% 1fr; } }
.iv-img { aspect-ratio: 16/10; }
@media (min-width: 900px) { .interview-card.large .iv-img { aspect-ratio: auto; min-height: 300px; } }
.iv-who { margin-top: 12px; }
.iv-cta { color: var(--gold-2); font-weight: 700; }

/* ---------- Revista ---------- */
.mag-cover { position: relative; aspect-ratio: 3/4; border-radius: 4px; overflow: hidden; background: var(--ink); border: 1px solid var(--line-2); display: block; }
.mag-cover > img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.mag-cover:hover > img { transform: scale(1.02); }
.mag-cover .veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,27,42,.55), rgba(12,27,42,.05) 45%, rgba(12,27,42,.72)); }
.mag-cover .mast { position: absolute; top: 0; left: 0; right: 0; padding: 14px 18px 10px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.25); }
.mag-cover .m1 { font-family: var(--serif); font-weight: 700; font-size: 17px; }
.mag-cover .m2 { font-size: 9.5px; letter-spacing: .3em; text-transform: uppercase; color: #d9b45c; margin-top: 2px; }
.mag-cover .foot { position: absolute; bottom: 0; left: 0; right: 0; padding: 14px 18px; color: #fff; }
.mag-cover .ed { font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: #d9b45c; font-weight: 700; }
.mag-cover .tt { font-family: var(--serif); font-size: 18px; font-weight: 600; margin-top: 4px; line-height: 1.2; }
.mag-layout { display: grid; gap: 36px; align-items: start; }
@media (min-width: 900px) { .mag-layout { grid-template-columns: 300px 1fr; } }
.mag-layout.big { grid-template-columns: 1fr; }
@media (min-width: 900px) { .mag-layout.big { grid-template-columns: 360px 1fr; } }
.ed-label { font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-2); }
.mag-title { font-size: 30px; margin-top: 8px; color: var(--ink); }
.mag-desc { color: var(--muted); line-height: 1.65; margin-top: 12px; max-width: 560px; }
.toc { list-style: none; margin-top: 10px; }
.toc li a { display: flex; gap: 16px; align-items: baseline; padding: 14px 0; border-bottom: 1px solid var(--line); }
.toc .idx { font-family: var(--serif); font-weight: 700; font-size: 24px; color: var(--line-2); }
.toc .t { font-family: var(--serif); font-size: 18px; font-weight: 600; flex: 1; }
.toc .d { font-size: 12px; color: var(--muted); }
.toc a:hover .t { color: var(--gold-2); }
.mag-grid .mag-cover { width: 100%; }

/* ---------- Publicidade ---------- */
.pub-hero { background: var(--ink); color: #fff; padding: 60px 0; }
.pub-hero h1 { font-family: var(--serif); font-size: clamp(30px, 4.5vw, 46px); margin-top: 12px; max-width: 760px; }
.pub-hero p { color: rgba(255,255,255,.7); margin-top: 18px; line-height: 1.7; max-width: 640px; }
.pub-hero .btn { margin-top: 24px; }
.svc { padding: 20px; display: block; }
.svc-num { font-family: var(--serif); font-weight: 700; font-size: 24px; color: var(--line-2); }
.svc h3 { font-size: 16.5px; margin-top: 8px; }
.svc p { font-size: 12.5px; color: var(--muted); line-height: 1.55; margin-top: 8px; }

/* ---------- Contactos / pesquisa ---------- */
.ct-form { border: 1px solid var(--line); background: #fff; border-radius: 4px; padding: 24px; display: grid; gap: 18px; }
.ct-grid { display: grid; gap: 14px; }
@media (min-width: 640px) { .ct-grid { grid-template-columns: 1fr 1fr; } }
.contact-grid { align-items: start; }
.search-form { display: flex; gap: 10px; margin-bottom: 28px; }
.search-form input { flex: 1; }
.res-item { display: flex; gap: 18px; padding: 18px; }
.res-img { width: 150px; height: 104px; object-fit: cover; border-radius: 3px; flex: none; }
.res-item img { width: 100%; height: 100%; object-fit: cover; }
.res-body { display: grid; gap: 6px; }
.res-body .t { font-size: 19px; }
.res-body a:hover .t, .res-item:hover .t { color: var(--gold-2); }
.res-body .d { font-size: 12.5px; color: var(--muted); }
@media (max-width: 600px) { .res-img { display: none; } }

/* ---------- Auth / conta ---------- */
.auth-wrap { max-width: 460px; margin: 60px auto; }
.auth-card { border: 1px solid var(--line); background: #fff; border-radius: 4px; padding: 34px; }
.auth-card h1 { font-family: var(--serif); font-size: 28px; color: var(--ink); margin: 10px 0 24px; }
.auth-form { display: grid; gap: 14px; }
.forgot { font-size: 12px; color: var(--gold-2); justify-self: start; }
.reg-link { font-size: 13px; color: var(--muted); text-align: center; }
.reg-link a { font-weight: 600; color: var(--gold-2); }
.demo-creds { margin-top: 18px; border: 1px solid var(--line); background: #fff; border-radius: 4px; padding: 14px 18px; font-size: 12px; color: var(--muted); }
.demo-creds ul { margin: 10px 0 0 18px; font-family: monospace; }
.demo-creds li { margin: 4px 0; }
.acc-head { display: flex; align-items: center; gap: 18px; border-bottom: 2px solid var(--ink); padding-bottom: 24px; margin-bottom: 24px; flex-wrap: wrap; }
.acc-head h1 { font-family: var(--serif); font-size: 26px; color: var(--ink); }
.avatar-xl { width: 64px; height: 64px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-family: var(--serif); font-weight: 700; font-size: 26px; }
.acc-logout { margin-left: auto; }
.acc-cards { display: grid; gap: 16px; }
@media (min-width: 700px) { .acc-cards { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); } }
.acc-card h3 { font-family: var(--serif); font-size: 18px; margin-bottom: 12px; }
.acc-form { display: grid; gap: 12px; }
.acc-card { padding: 22px; display: block; }

/* Legal */
.legal-body { line-height: 1.8; }
.legal-body p { margin-bottom: 16px; font-size: 15.5px; color: #2b3038; }
.legal-body h2 { font-family: var(--serif); font-size: 22px; color: var(--ink); margin: 28px 0 12px; }
.legal-body li { margin: 0 0 10px 0; padding-left: 22px; position: relative; list-style: none; }
.legal-body li::before { content: "—"; color: var(--gold); position: absolute; left: 0; }

/* ---------- Rodapé ---------- */
.site-footer { background: var(--ink); color: rgba(255,255,255,.7); margin-top: 80px; }
.footer-cta { border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 40px; flex-wrap: wrap; }
.footer-cta h2 { font-family: var(--serif); font-size: clamp(20px, 2.6vw, 28px); color: #fff; margin-top: 10px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding-block: 54px; }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.f-brand p { margin-top: 16px; font-size: 13.5px; line-height: 1.65; max-width: 380px; }
.site-footer h3 { font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 16px; }
.site-footer ul { list-style: none; }
.site-footer ul li { margin-bottom: 10px; font-size: 13.5px; }
.site-footer a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom-inner { display: flex; justify-content: space-between; gap: 16px; padding-block: 24px; font-size: 12px; color: rgba(255,255,255,.45); flex-wrap: wrap; }
.footer-bottom strong { color: rgba(255,255,255,.6); font-weight: 600; }

/* ============================================================
   ADMINISTRAÇÃO
   ============================================================ */
body.adm-body { background: #f2f4f7; }
.adm-shell { display: flex; min-height: 100vh; }
.adm-sidebar { width: 248px; flex: none; background: #0d1522; color: #93a0b4; position: sticky; top: 0; height: 100vh; overflow-y: auto; }
.adm-brand { padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,.1); font-family: var(--serif); font-weight: 700; color: #fff; font-size: 16px; }
.adm-brand span { font-size: 8px; letter-spacing: .3em; color: #d9b45c; margin-left: 6px; }
.adm-nav { padding: 10px 0; }
.adm-grp { font-size: 10.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #54627a; padding: 16px 24px 6px; }
.adm-nav a { display: block; padding: 9px 24px; font-size: 13.5px; color: #9aa7ba; }
.adm-nav a:hover { background: rgba(255,255,255,.05); color: #e5ebf4; }
.adm-nav a.active { background: #1a2740; color: #fff; }
.adm-user { padding: 16px 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; color: #fff; }
.adm-main { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.adm-topbar { height: 58px; background: #fff; border-bottom: 1px solid #e3e7ee; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; position: sticky; top: 0; z-index: 30; }
.adm-topbar h2 { font-size: 14px; color: #222b3a; }
.adm-top-right { display: flex; align-items: center; gap: 14px; font-size: 12.5px; }
.adm-content { padding: 26px; max-width: 1200px; width: 100%; }
.adm-h1 { font-size: 22px; color: #111b2e; margin-bottom: 18px; }
.adm-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; flex-wrap: wrap; gap: 12px; }
.adm-head h1 { font-size: 22px; color: #111b2e; }
.adm-card { background: #fff; border: 1px solid #e3e7ee; border-radius: 8px; padding: 20px; margin-bottom: 18px; }
.adm-card h3 { font-size: 14px; color: #111b2e; margin-bottom: 14px; }
.adm-grid-2 { display: grid; gap: 18px; }
@media (min-width: 1000px) { .adm-grid-2 { grid-template-columns: 1fr 1fr; } }
.adm-link { font-size: 12.5px; font-weight: 600; color: #2f6fed; }
.stat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 18px; }
@media (min-width: 900px) { .stat-grid { grid-template-columns: repeat(5, 1fr); } }
.stat-card { background: #fff; border: 1px solid #e3e7ee; border-radius: 8px; padding: 14px; }
.stat-card p { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #6b7688; }
.stat-card strong { font-size: 24px; color: #111b2e; display: block; margin-top: 6px; }
.stat-card.gold { background: #fdf9ef; border-color: #f0dca6; }
.stat-card.green { background: #f2faf5; border-color: #bfe3cc; }
.bars { display: flex; align-items: flex-end; gap: 5px; height: 130px; }
.bars .bar { flex: 1; background: #2f6fed; opacity: .6; border-radius: 3px 3px 0 0; min-height: 3px; }
.hbars { display: grid; gap: 12px; }
.hbar-top { display: flex; justify-content: space-between; font-size: 12px; margin-bottom: 4px; }
.hbar-top span { color: #333d4d; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 75%; }
.hbar-track { height: 6px; background: #eef1f6; border-radius: 99px; overflow: hidden; }
.hbar-track span { display: block; height: 100%; background: #2f6fed; border-radius: 99px; }
.adm-table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.adm-table th { text-align: left; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #6b7688; padding: 10px 12px; background: #f8fafc; border-bottom: 1px solid #e3e7ee; }
.adm-table td { padding: 11px 12px; border-bottom: 1px solid #edf0f5; color: #333d4d; vertical-align: middle; }
.adm-table tr:hover td { background: #f8fafc; }
.adm-table .t a { font-weight: 600; color: #111b2e; }
.adm-table .t a:hover { color: #2f6fed; }
.adm-table small { display: block; color: #8b95a7; font-size: 11.5px; }
.acts { display: flex; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.adm-btn { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 600; padding: 9px 16px; border-radius: 6px; border: 1px solid transparent; text-decoration: none; }
.adm-btn-primary { background: #2f6fed; color: #fff; } .adm-btn-primary:hover { background: #245cd0; }
.adm-btn-ghost { background: #fff; border-color: #d4dae4; color: #39455a; } .adm-btn-ghost:hover { border-color: #9aa7ba; }
.adm-btn-danger { background: #fff; border-color: #f0c4bd; color: #9c3b2e; } .adm-btn-danger:hover { background: #fbeae7; }
.adm-btn-sm { padding: 6px 11px; font-size: 12.5px; border-radius: 5px; }
.inline { display: inline; }
.adm-form { display: grid; gap: 14px; }
.adm-form label { display: grid; gap: 5px; font-size: 12px; font-weight: 600; color: #39455a; }
.adm-form input, .adm-form select, .adm-form textarea { width: 100%; border: 1px solid #d4dae4; border-radius: 6px; padding: 9px 13px; font-size: 14px; font-weight: 400; }
.adm-form input:focus, .adm-form select:focus, .adm-form textarea:focus { outline: none; border-color: #2f6fed; box-shadow: 0 0 0 3px rgba(47,111,237,.12); }
.f-grid { display: grid; gap: 14px; }
@media (min-width: 800px) { .f-grid { grid-template-columns: 1fr 1fr; } }
.f-full { grid-column: 1 / -1; }
.f-actions { display: flex; gap: 10px; margin-top: 6px; }
.chk { display: flex !important; align-items: center; gap: 8px; font-size: 13px; }
.chk input { width: auto !important; }
.qa-rows { display: grid; gap: 12px; }
.qa-row { border: 1px solid #edf0f5; background: #f8fafc; border-radius: 8px; padding: 12px; display: grid; gap: 8px; }
.art-picks { display: grid; gap: 6px; max-height: 260px; overflow-y: auto; border: 1px solid #e3e7ee; border-radius: 8px; padding: 12px; margin-bottom: 14px; }
.tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.com-admin-head { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-bottom: 8px; }
.com-admin-body { font-size: 13.5px; color: #333d4d; }
.msg-head { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-bottom: 6px; }
@media (max-width: 900px) { .adm-sidebar { display: none; } }
