
:root{--bg:#ecebe3;--paper:#f7f6ef;--ink:#171815;--muted:#66685f;--line:#d2d3c9;--dark:#181918;--lime:#c9a24a;--lime2:#ead9ab;--max:1220px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.66}a{color:inherit;text-decoration:none}.wrap{width:min(var(--max),calc(100% - 34px));margin:auto}
.top{position:sticky;top:0;z-index:80;background:rgba(236,235,227,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(23,24,21,.14)}.topline{height:68px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{font-weight:950;letter-spacing:-.045em;text-transform:uppercase}.brand small{font-size:.62rem;display:block;color:#77786f;letter-spacing:.16em}
.menubar{background:var(--dark);color:#fff}.menuscroll{display:flex;align-items:center;gap:0;overflow-x:auto;scrollbar-width:none}.menuscroll::-webkit-scrollbar{display:none}.menuscroll a{padding:13px 19px;white-space:nowrap;font-size:.83rem;font-weight:800;border-right:1px solid #30312e}.menuscroll a:hover,.menuscroll a.active{background:var(--lime);color:#111}
.hero{padding:78px 0 54px}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}.hero-main{min-height:500px;background:var(--paper);border:1px solid var(--line);border-radius:42px 10px 42px 42px;padding:clamp(34px,5vw,68px);display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.hero-main:after{content:"";width:170px;height:170px;position:absolute;right:-60px;bottom:-45px;background:var(--lime);border-radius:44px;transform:rotate(14deg)}.hero-visual{min-height:500px;background:radial-gradient(circle at 72% 34%,rgba(183,242,10,.7),transparent 18%),linear-gradient(145deg,#282b25,#10110f);border-radius:10px 42px 42px 42px;color:#fff;padding:36px;position:relative;overflow:hidden}.hero-visual .big{font-size:clamp(2.7rem,5vw,5.4rem);font-weight:900;letter-spacing:-.065em;line-height:.9;margin-top:80px}.hero-visual .chip{display:inline-block;margin-top:18px;background:var(--lime);color:#111;padding:9px 14px;border-radius:999px;font-weight:850}.vertical{position:absolute;left:15px;top:24px;writing-mode:vertical-rl;transform:rotate(180deg);letter-spacing:.13em;color:rgba(255,255,255,.3);font-weight:800}
.eyebrow{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;font-weight:850;color:#62645a}h1,h2,h3{line-height:1.05;letter-spacing:-.045em}h1{font-size:clamp(3.2rem,7vw,6.8rem);letter-spacing:-.075em;margin:.15em 0 .25em}h2{font-size:clamp(2.2rem,4.5vw,4.5rem)}h3{font-size:1.45rem}p{color:var(--muted)}.lead{font-size:clamp(1.05rem,1.8vw,1.28rem);max-width:780px}.mark{background:var(--lime);padding:.02em .13em .08em;border-radius:.34em;color:#111}
.section{padding:74px 0}.section.dark{background:var(--dark);color:#fff}.section.dark p{color:#bfc0b7}.section.dark .eyebrow{color:var(--lime)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:34px;margin-bottom:32px}.section-head h2{margin:0;max-width:760px}.section-head p{max-width:520px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.card{background:var(--paper);border:1px solid var(--line);border-radius:30px;padding:26px;min-height:270px;display:flex;flex-direction:column;transition:.2s}.card:hover{transform:translateY(-4px);box-shadow:0 22px 60px rgba(16,17,14,.09)}.card.dark{background:#222421;color:#fff;border-color:#343630}.card.dark p{color:#bfc0b7}.card.lime{background:var(--lime2)}.card h3{margin:35px 0 10px;font-size:clamp(1.55rem,2.2vw,2.15rem)}.tag{font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.go{margin-top:auto;padding-top:22px;font-weight:850;color:#7b5d1f}
.topic-intro{padding:66px 0 34px}.topic-intro h1{max-width:980px}.topic-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.article-card{background:var(--paper);border:1px solid var(--line);border-radius:28px;padding:28px;min-height:260px;display:flex;flex-direction:column}.article-card:nth-child(4n+2){background:var(--lime2)}.article-card:nth-child(4n+3){background:var(--dark);color:#fff}.article-card:nth-child(4n+3) p{color:#bfc0b7}.article-card h2{font-size:clamp(1.55rem,2.5vw,2.4rem);margin:.7em 0 .45em}.article-card .go{margin-top:auto}
.breadcrumb{font-size:.82rem;color:#77786f;padding:20px 0 0}.breadcrumb a{text-decoration:underline}.article-head{padding:54px 0 34px}.article-head h1{font-size:clamp(2.8rem,6vw,5.7rem);max-width:1040px}.meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}.pill{background:#ddded2;border-radius:999px;padding:7px 10px;font-size:.76rem;font-weight:800}.pill.lime{background:var(--lime)}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:42px;align-items:start}.article-body{background:var(--paper);border:1px solid var(--line);border-radius:34px;padding:clamp(28px,4vw,55px);overflow:hidden}.article-body h2{font-size:clamp(1.85rem,3.3vw,3rem);margin:2em 0 .55em}.article-body h3{font-size:1.35rem;margin:1.7em 0 .5em}.article-body p,.article-body li{font-size:1.04rem;color:#4f504a}.article-body ul,.article-body ol{padding-left:24px}.article-body blockquote{margin:32px 0;background:var(--dark);color:#fff;border-radius:26px;padding:28px;border-left:7px solid var(--lime)}.article-body blockquote p{color:#f0f0e8}.article-body table{width:100%;border-collapse:collapse;margin:25px 0;font-size:.94rem}.article-body td,.article-body th{border:1px solid var(--line);padding:10px;text-align:left}.article-body th{background:#dedfd4}.article-body a{text-decoration:underline;text-decoration-color:#a67f2e;text-decoration-thickness:2px}
.sidebar{position:sticky;top:122px;display:grid;gap:14px}.sidebox{background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:20px}.sidebox.lime{background:var(--lime2)}.sidebox h3{font-size:1.05rem;margin-top:0}.sidebox a{display:block;margin:8px 0;font-size:.88rem;text-decoration:underline}.authorbox{margin-top:38px;padding:24px;border-radius:24px;background:#e1e2d7;border-left:6px solid var(--lime)}.cta{margin-top:22px;background:var(--dark);color:#fff;border-radius:28px;padding:28px}.cta p{color:#c8c9c1}.btn{display:inline-block;margin-top:10px;padding:11px 16px;border-radius:999px;background:var(--lime);color:#111;font-weight:850}
.searchbar{display:flex;max-width:800px;background:var(--dark);border-radius:999px;padding:7px;margin-top:25px}.searchbar input{flex:1;background:transparent;border:0;outline:0;color:#fff;padding:10px 15px}.searchbar button{border:0;background:var(--lime);font-weight:850;border-radius:999px;padding:10px 18px}.results{display:none;margin-top:12px;background:var(--paper);border-radius:20px;border:1px solid var(--line);padding:12px;max-width:800px}.results.open{display:block}.results a{display:block;padding:10px;border-bottom:1px solid var(--line)}.results a:last-child{border:0}
footer{background:#10110f;color:#c9cac2;padding:55px 0;margin-top:70px}.footergrid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:30px}footer a{color:#c9cac2;display:block;margin:7px 0}footer .brand{color:#fff}
.view{display:none}.view.active{display:block}
@media(max-width:900px){.hero-grid,.article-layout{grid-template-columns:1fr}.cards{grid-template-columns:1fr 1fr}.topic-list{grid-template-columns:1fr}.sidebar{position:static}.hero-main,.hero-visual{min-height:420px}.section-head{display:block}.footergrid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.wrap{width:min(var(--max),calc(100% - 24px))}.topline{height:62px}.hero{padding-top:40px}.hero-main,.hero-visual{border-radius:28px}.hero-visual{min-height:350px}.cards{grid-template-columns:1fr}.footergrid{grid-template-columns:1fr}.article-body{border-radius:24px}.menuscroll a{padding:12px 14px}.topic-intro{padding-top:44px}}

/* ===== LEITURA EDITORIAL DOS ARTIGOS ===== */
.article-head{
  padding:64px 0 36px;
  max-width:980px;
}
.article-head h1{
  font-size:clamp(2.7rem,5.8vw,5.2rem);
  line-height:.98;
  letter-spacing:-.065em;
  max-width:920px;
  text-wrap:balance;
}
.article-head .lead{
  font-size:1.18rem;
  line-height:1.65;
  max-width:760px;
}
.article-layout{
  grid-template-columns:minmax(0,780px) 280px;
  justify-content:space-between;
  gap:56px;
}
.article-body{
  padding:clamp(34px,5vw,66px);
  border-radius:36px;
  font-family:Georgia,"Times New Roman",serif;
}
.article-body > p,
.article-body > ul,
.article-body > ol{
  max-width:680px;
}
.article-body p,
.article-body li{
  font-size:1.08rem;
  line-height:1.86;
  color:#3f413b;
}
.article-body p{
  margin:0 0 1.35em;
}
.article-body ul,
.article-body ol{
  margin:0 0 1.5em;
  padding-left:1.45em;
}
.article-body li{
  margin:.48em 0;
}
.article-body h2,
.article-body h3,
.article-body h4,
.article-body strong,
.article-body .authorbox,
.article-body .cta{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.article-body h2{
  max-width:700px;
  font-size:clamp(1.9rem,3vw,2.7rem);
  line-height:1.08;
  letter-spacing:-.045em;
  margin:2.45em 0 .7em;
}
.article-body h2:first-child{
  margin-top:0;
}
.article-body h3{
  max-width:700px;
  font-size:1.32rem;
  line-height:1.22;
  letter-spacing:-.025em;
  margin:1.9em 0 .55em;
}
.article-body strong{
  color:#171815;
}
.article-body blockquote{
  max-width:700px;
  margin:2.4em 0;
  padding:30px 32px;
  border-left:0;
  border-radius:28px;
  position:relative;
}
.article-body blockquote:before{
  content:"“";
  position:absolute;
  top:-12px;
  right:20px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:5.8rem;
  line-height:1;
  color:var(--lime);
  opacity:.72;
}
.article-body blockquote p{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:1.06rem;
  line-height:1.68;
  margin:0 0 .9em;
  max-width:600px;
}
.article-body table{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  display:block;
  overflow-x:auto;
  max-width:100%;
  margin:2em 0;
}
.article-body hr{
  border:0;
  border-top:1px solid var(--line);
  margin:3em 0;
}
.article-body a{
  color:#72541b;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}
.article-body a:hover{
  background:#f4ead1;
}
.article-body code{
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size:.92em;
  background:#e9e9df;
  padding:.12em .32em;
  border-radius:5px;
}
/* Oculta metadados de edição que tenham sobrado dentro do corpo */
.article-body p:has(strong:first-child:last-child){
  /* preserva parágrafos reais; regra intencionalmente neutra */
}
.article-body .authorbox{
  max-width:700px;
  margin-top:3.2em;
}
.article-body .cta{
  max-width:700px;
}
.reading-intro{
  max-width:680px;
  margin:0 0 2.4em;
  padding-bottom:1.6em;
  border-bottom:1px solid var(--line);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.reading-intro p{
  font-size:.92rem;
  line-height:1.55;
  color:#76786f;
  margin:0;
}
.reading-toc{
  max-width:700px;
  margin:0 0 2.6em;
  padding:22px 24px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#f0f0e7;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.reading-toc strong{
  display:block;
  margin-bottom:10px;
}
.reading-toc a{
  display:block;
  color:#4f504a;
  text-decoration:none;
  padding:5px 0;
  font-size:.9rem;
}
.reading-toc a:hover{
  color:#5a4318;
  background:transparent;
}
.references-block{
  max-width:700px;
  margin-top:3em;
  padding-top:2em;
  border-top:1px solid var(--line);
}
.sidebar .sidebox{
  font-size:.92rem;
}
.sidebar .sidebox a{
  line-height:1.4;
  margin:10px 0;
}
@media(max-width:900px){
  .article-layout{
    grid-template-columns:1fr;
  }
  .article-body{
    max-width:820px;
  }
  .sidebar{
    max-width:820px;
  }
}
@media(max-width:620px){
  .article-body{
    padding:30px 22px 38px;
    border-radius:24px;
  }
  .article-body p,
  .article-body li{
    font-size:1.03rem;
    line-height:1.8;
  }
  .article-body blockquote{
    padding:26px 22px;
  }
}


/* ===== SOBRE / ENTITY PAGE ===== */
.about-hero{
  padding:76px 0 48px;
}
.about-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);
  gap:18px;
  align-items:stretch;
}
.about-main{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:42px 10px 42px 42px;
  padding:clamp(36px,5vw,68px);
}
.about-main h1{
  font-size:clamp(3rem,6vw,5.8rem);
  max-width:900px;
}
.about-side{
  background:var(--dark);
  color:#fff;
  border-radius:10px 42px 42px 42px;
  padding:36px;
  position:relative;
  overflow:hidden;
}
.about-side:after{
  content:"";
  width:140px;height:140px;
  border-radius:38px;
  background:var(--lime);
  position:absolute;
  right:-35px;bottom:-35px;
  transform:rotate(15deg);
}
.about-side h3{
  color:#fff;
  font-size:1.8rem;
  margin:14px 0 18px;
}
.about-side p{
  color:#c9cbc2;
}
.about-keywords{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:24px;
}
.about-keywords span{
  border:1px solid #3b3d38;
  color:#ecece5;
  border-radius:999px;
  padding:7px 10px;
  font-size:.75rem;
  font-weight:800;
}
.about-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:42px;
  align-items:start;
}
.about-content{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:34px;
  padding:clamp(30px,4vw,54px);
}
.about-content h2{
  font-size:clamp(2rem,3.7vw,3.4rem);
  margin:2em 0 .55em;
}
.about-content h2:first-child{
  margin-top:0;
}
.about-content h3{
  font-size:1.35rem;
  margin:1.7em 0 .5em;
}
.about-content p,
.about-content li{
  font-size:1.04rem;
  color:#4f504a;
  line-height:1.82;
}
.about-content ul{
  padding-left:1.35em;
}
.about-quote{
  margin:34px 0;
  padding:30px;
  border-radius:26px;
  background:var(--dark);
  color:#fff;
  border-left:7px solid var(--lime);
}
.about-quote p{
  color:#f0f0e8;
  font-size:1.08rem;
}
.timeline{
  display:grid;
  gap:12px;
  margin-top:22px;
}
.timeline-item{
  padding:20px 22px;
  border:1px solid var(--line);
  background:#efefe6;
  border-radius:20px;
}
.timeline-item strong{
  display:block;
  color:#171815;
  margin-bottom:5px;
}
.about-aside{
  position:sticky;
  top:122px;
  display:grid;
  gap:14px;
}
.about-card{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:22px;
  padding:20px;
}
.about-card.lime{
  background:var(--lime2);
}
.about-card h3{
  font-size:1.08rem;
  margin-top:0;
}
.about-card a{
  display:block;
  margin:8px 0;
  text-decoration:underline;
}
@media(max-width:900px){
  .about-hero-grid,.about-layout{
    grid-template-columns:1fr;
  }
  .about-aside{
    position:static;
  }
}


/* ===== PALETA DOURADO / CHAMPAGNE ===== */
:root{
  --gold:#c9a24a;
  --gold-dark:#8c6927;
  --gold-soft:#ead9ab;
  --gold-pale:#f4ead1;
}
.menuscroll a:hover,
.menuscroll a.active{
  background:var(--gold);
  color:#17130b;
}
.mark,
.btn,
.searchbar button,
.hero-visual .chip,
.pill.lime{
  background:var(--gold);
  color:#17130b;
}
.card.lime,
.sidebox.lime,
.about-card.lime{
  background:var(--gold-soft);
}
.hero-visual{
  background:
    radial-gradient(circle at 72% 34%,rgba(201,162,74,.72),transparent 18%),
    linear-gradient(145deg,#282721,#11110f);
}
.hero-main:after{
  background:var(--gold);
}
.article-body blockquote,
.about-quote{
  border-left-color:var(--gold);
}
.article-body blockquote:before{
  color:var(--gold);
}
.authorbox{
  border-left-color:var(--gold);
}
.go{
  color:var(--gold-dark);
}
.article-body a{
  color:#72541b;
  text-decoration-color:var(--gold);
}
.article-body a:hover{
  background:var(--gold-pale);
}
.about-side:after{
  background:var(--gold);
}
.about-side .eyebrow{
  color:var(--gold) !important;
}


/* ===== BUSCA CORRIGIDA ===== */
.hero-main{
  overflow:visible;
  z-index:2;
}
.hero-main::after{
  pointer-events:none;
  z-index:0;
}
.hero-main > *{
  position:relative;
  z-index:1;
}
.searchbar{
  position:relative;
  z-index:5;
  width:100%;
  max-width:780px;
}
.searchbar input{
  min-width:0;
}
.results{
  position:relative;
  z-index:20;
  width:100%;
  max-width:780px;
  max-height:360px;
  overflow-y:auto;
  box-shadow:0 22px 55px rgba(18,16,11,.16);
}
.results a{
  position:relative;
  z-index:21;
}
.results a:hover{
  background:#f1e5c6;
}


/* ===== HERO EDITORIAL CORRIGIDO ===== */
.hero-visual{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(30px,4vw,48px);
}
.hero-visual .big{
  margin:0;
  max-width:520px;
  position:relative;
  z-index:2;
  font-size:clamp(3rem,5.3vw,5.8rem);
  line-height:.88;
}
.hero-visual .chip{
  align-self:flex-start;
  position:relative;
  z-index:2;
  margin-top:26px;
}
.vertical{
  left:18px;
  top:50%;
  transform:translateY(-50%) rotate(180deg);
  font-size:.72rem;
  line-height:1;
  z-index:1;
}

@media(max-width:900px){
  .hero-visual{
    min-height:390px;
    padding:42px 34px;
    border-radius:30px;
  }
  .hero-visual .big{
    max-width:650px;
    margin:0;
    padding-left:22px;
    font-size:clamp(3rem,9vw,5.2rem);
  }
  .hero-visual .chip{
    margin-left:22px;
  }
  .vertical{
    left:12px;
    font-size:.64rem;
    opacity:.55;
  }
}

@media(max-width:620px){
  .hero-visual{
    min-height:330px;
    padding:34px 26px;
    justify-content:center;
  }
  .vertical{
    display:none;
  }
  .hero-visual .big{
    padding-left:0;
    max-width:100%;
    font-size:clamp(2.9rem,14vw,4.3rem);
    line-height:.9;
  }
  .hero-visual .chip{
    margin-left:0;
    margin-top:22px;
  }
}


/* ===== COMEÇE POR AQUI — CONTRASTE REVISADO ===== */
.section.dark .topic-list .article-card{
  background:#24241f;
  border:1px solid #3b3931;
  color:#f6f3e9;
  box-shadow:none;
}
.section.dark .topic-list .article-card:nth-child(4n+2),
.section.dark .topic-list .article-card:nth-child(4n+3),
.section.dark .topic-list .article-card:nth-child(4n+4){
  background:#24241f;
  color:#f6f3e9;
}
.section.dark .topic-list .article-card:hover{
  background:#2c2b25;
  border-color:#c9a24a;
  transform:translateY(-4px);
  box-shadow:0 20px 50px rgba(0,0,0,.20);
}
.section.dark .topic-list .article-card .tag{
  color:#d2b466;
}
.section.dark .topic-list .article-card h2{
  color:#fffdf7;
}
.section.dark .topic-list .article-card p{
  color:#c6c4bb;
}
.section.dark .topic-list .article-card .go{
  color:#d6b35d;
}
.section.dark .topic-list .article-card .go:hover{
  color:#f0d994;
}
.section.dark .section-head h2{
  color:#fffdf7;
}
.section.dark .section-head > div > .eyebrow{
  color:#d6b35d;
}
.section.dark .section-head > p{
  color:#aaa99f;
}
.section.dark > .wrap > p .btn{
  background:#c9a24a;
  color:#17130b;
  border:1px solid #c9a24a;
}
.section.dark > .wrap > p .btn:hover{
  background:#dfc175;
  border-color:#dfc175;
}
@media(max-width:620px){
  .section.dark .topic-list .article-card{
    min-height:auto;
    padding:24px 22px;
  }
}


/* ===== ARTIGOS LONGFORM / STORYTELLING ===== */
.article-body > h2{
  margin-top:2.5em;
}
.article-body > h2:first-of-type{
  margin-top:.25em;
}
.article-body > p:first-of-type{
  font-size:1.18rem;
  line-height:1.8;
  color:#31322e;
}
.article-body h3{
  color:#2b2c28;
}
.article-body ul li,
.article-body ol li{
  margin:.6em 0;
}
.article-body blockquote{
  box-shadow:0 18px 40px rgba(20,18,13,.08);
}
.article-body h2 + p{
  margin-top:.2em;
}
.article-body a[target="_blank"]::after{
  content:" ↗";
  font-family:Inter,system-ui,sans-serif;
  font-size:.78em;
}


/* ===== BASE TEÓRICA DOS ARTIGOS ===== */
.article-body h2{
  scroll-margin-top:120px;
}
.article-body h2:has(+ p){
  text-wrap:balance;
}
.article-body a[target="_blank"]{
  overflow-wrap:anywhere;
}
.article-body h2 + ul{
  margin-top:.4em;
}


/* ===== FOTOGRAFIA EDITORIAL / LINDA KIMBERLY ===== */
.editorial-photo{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}
.about-photo-hero{
  min-height:560px;
  border-radius:12px 42px 42px 12px;
  overflow:hidden;
  position:relative;
  background:#d8d2c7;
}
.about-photo-hero img{
  object-position:center 28%;
}
.about-photo-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:34%;
  background:linear-gradient(transparent,rgba(15,14,11,.44));
  pointer-events:none;
}
.about-photo-label{
  position:absolute;
  left:24px;
  bottom:22px;
  z-index:2;
  color:#fff;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.about-story-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin:28px 0 10px;
}
.about-story{
  min-height:420px;
  border-radius:28px;
  overflow:hidden;
  position:relative;
  background:#ddd6ca;
}
.about-story.tall{
  min-height:500px;
}
.about-story img{
  transition:transform .6s ease;
}
.about-story:hover img{
  transform:scale(1.025);
}
.about-story-copy{
  position:absolute;
  inset:auto 18px 18px 18px;
  background:rgba(19,18,15,.88);
  backdrop-filter:blur(10px);
  color:#fff;
  padding:18px 20px;
  border-radius:18px;
}
.about-story-copy strong{
  display:block;
  color:#d6b35d;
  font-size:.76rem;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:6px;
}
.about-story-copy span{
  font-size:1.05rem;
  line-height:1.35;
}
.about-wide-photo{
  margin:30px 0;
  min-height:440px;
  border-radius:30px;
  overflow:hidden;
  position:relative;
  background:#ddd;
}
.about-wide-photo img{
  object-position:center 42%;
}
.about-wide-caption{
  position:absolute;
  left:20px;
  right:20px;
  bottom:18px;
  padding:17px 19px;
  border-radius:16px;
  background:rgba(19,18,15,.86);
  color:#f6f3e9;
  font:600 .92rem/1.45 Inter,system-ui,sans-serif;
}
.article-feature-image{
  width:100%;
  aspect-ratio:16/8.2;
  overflow:hidden;
  border-radius:30px;
  margin:0 0 34px;
  background:#ddd6cb;
  position:relative;
}
.article-feature-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.article-feature-image .img-caption{
  position:absolute;
  left:16px;
  bottom:14px;
  background:rgba(16,15,13,.82);
  color:#fff;
  padding:9px 12px;
  border-radius:999px;
  font:700 .72rem/1 Inter,system-ui,sans-serif;
  letter-spacing:.02em;
}
.article-feature-image.strategy img{object-position:center 36%}
.article-feature-image.endomkt img{object-position:center 40%}
.article-feature-image.image-pos img{object-position:center 36%}
.article-feature-image.management img{object-position:center 25%}
.article-inline-photo{
  max-width:700px;
  margin:34px 0;
  border-radius:26px;
  overflow:hidden;
  background:#ddd;
}
.article-inline-photo img{
  width:100%;
  display:block;
  max-height:560px;
  object-fit:cover;
}
.article-inline-photo figcaption{
  background:#24231f;
  color:#d3d0c8;
  padding:13px 16px;
  font:500 .78rem/1.5 Inter,system-ui,sans-serif;
}
@media(max-width:900px){
  .about-photo-hero{min-height:480px}
  .about-story-grid{grid-template-columns:1fr}
  .about-story,.about-story.tall{min-height:430px}
}
@media(max-width:620px){
  .about-photo-hero{min-height:430px;border-radius:24px}
  .about-story,.about-story.tall{min-height:390px}
  .article-feature-image{aspect-ratio:4/3;border-radius:22px}
}


/* =========================================================
   RESPONSIVIDADE FINAL — DESKTOP / TABLET / MOBILE
   ========================================================= */

*,
*::before,
*::after{
  box-sizing:border-box;
}

html{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  scroll-behavior:smooth;
}

body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  min-width:0;
}

img,
svg,
video,
canvas,
iframe{
  max-width:100%;
  height:auto;
}

.wrap{
  width:min(1180px,calc(100% - 40px));
  max-width:1180px;
  margin-inline:auto;
}

main,
section,
article,
aside,
div{
  min-width:0;
}

/* ---------- NAVEGAÇÃO ---------- */
.top{
  position:sticky;
  top:0;
  z-index:1000;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.menubar{
  width:100%;
  overflow:hidden;
}

.menuscroll{
  display:flex;
  align-items:center;
  gap:6px;
  width:min(1180px,calc(100% - 40px));
  margin-inline:auto;
  overflow-x:auto;
  overflow-y:hidden;
  scrollbar-width:none;
  -ms-overflow-style:none;
  overscroll-behavior-inline:contain;
  -webkit-overflow-scrolling:touch;
  padding:10px 0;
}

.menuscroll::-webkit-scrollbar{
  display:none;
}

.menuscroll a{
  flex:0 0 auto;
  white-space:nowrap;
}

/* ---------- HERO ---------- */
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
  gap:18px;
  align-items:stretch;
}

.hero-main,
.hero-visual{
  min-width:0;
}

.hero-main h1,
.about-main h1,
.article-head h1{
  overflow-wrap:anywhere;
}

.searchbar{
  display:flex;
  width:100%;
  max-width:780px;
}

.searchbar input{
  flex:1 1 auto;
  width:100%;
  min-width:0;
}

.searchbar button{
  flex:0 0 auto;
}

.results{
  width:100%;
}

/* ---------- CARDS / GRIDS ---------- */
.topic-grid,
.topic-list,
.card-grid,
.grid,
.article-grid{
  min-width:0;
}

.topic-list,
.card-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.article-card,
.card,
.topic-card{
  min-width:0;
  overflow:hidden;
}

.article-card h2,
.article-card h3,
.card h2,
.card h3{
  overflow-wrap:anywhere;
}

/* ---------- ARTIGOS ---------- */
.article-layout{
  display:grid;
  grid-template-columns:minmax(0,780px) minmax(240px,280px);
  justify-content:space-between;
  gap:48px;
}

.article-body{
  width:100%;
  min-width:0;
}

.article-body p,
.article-body li,
.article-body blockquote,
.article-body table{
  overflow-wrap:anywhere;
  word-break:normal;
}

.article-body table{
  width:100%;
  max-width:100%;
  display:block;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}

.article-body pre,
.article-body code{
  max-width:100%;
  overflow-x:auto;
}

.article-feature-image{
  width:100%;
  max-width:100%;
}

.sidebar{
  min-width:0;
}

/* ---------- SOBRE ---------- */
.about-hero-grid{
  grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);
  align-items:stretch;
}

.about-layout{
  grid-template-columns:minmax(0,1fr) minmax(260px,320px);
  gap:36px;
}

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

.about-photo-hero,
.about-story,
.about-wide-photo{
  width:100%;
  min-width:0;
}

.about-photo-hero img,
.about-story img,
.about-wide-photo img{
  width:100%;
  height:100%;
}

/* ---------- FOOTER ---------- */
footer .wrap,
.footer-grid{
  min-width:0;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.2fr repeat(3,minmax(140px,1fr));
  gap:28px;
}

/* =========================================================
   TABLET
   ========================================================= */
@media (max-width: 980px){

  .wrap{
    width:min(100% - 32px,900px);
  }

  .menuscroll{
    width:calc(100% - 32px);
  }

  .hero-grid{
    grid-template-columns:1fr;
  }

  .hero-visual{
    min-height:420px;
  }

  .topic-list,
  .card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .article-layout{
    grid-template-columns:1fr;
    gap:26px;
  }

  .sidebar{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    position:static;
  }

  .about-hero-grid{
    grid-template-columns:1fr;
  }

  .about-photo-hero{
    min-height:520px;
  }

  .about-layout{
    grid-template-columns:1fr;
  }

  .about-aside{
    position:static;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

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

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

  :root{
    --mobile-pad:18px;
  }

  body{
    font-size:16px;
  }

  .wrap{
    width:calc(100% - (var(--mobile-pad) * 2));
  }

  .menuscroll{
    width:100%;
    padding:9px var(--mobile-pad);
    margin:0;
    gap:5px;
  }

  .menuscroll a{
    padding:9px 12px;
    font-size:.76rem;
    border-radius:999px;
  }

  .hero{
    padding-top:18px;
  }

  .hero-grid{
    gap:12px;
  }

  .hero-main{
    padding:30px 22px;
    border-radius:26px;
  }

  .hero-main h1{
    font-size:clamp(2.5rem,13vw,4rem);
    line-height:.93;
    letter-spacing:-.055em;
  }

  .hero-main .lead{
    font-size:1rem;
    line-height:1.62;
  }

  .hero-visual{
    min-height:320px;
    padding:30px 22px;
    border-radius:26px;
  }

  .hero-visual .big{
    font-size:clamp(2.7rem,14vw,4rem);
    line-height:.9;
  }

  .searchbar{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
  }

  .searchbar input,
  .searchbar button{
    width:100%;
    min-height:48px;
    border-radius:14px;
  }

  .results{
    max-height:310px;
    border-radius:16px;
  }

  .section{
    padding:48px 0;
  }

  .section-head{
    display:block;
  }

  .section-head h2{
    font-size:clamp(2rem,10vw,3rem);
    line-height:1;
  }

  .topic-list,
  .card-grid,
  .topic-grid{
    grid-template-columns:1fr !important;
  }

  .article-card,
  .card,
  .topic-card{
    padding:22px;
    border-radius:22px;
  }

  .article-head{
    padding:36px 0 24px;
  }

  .article-head h1{
    font-size:clamp(2.35rem,11vw,3.5rem);
    line-height:.98;
    letter-spacing:-.052em;
  }

  .article-head .lead{
    font-size:1rem;
    line-height:1.6;
  }

  .article-body{
    padding:28px 20px 34px;
    border-radius:22px;
  }

  .article-body p,
  .article-body li{
    font-size:1rem;
    line-height:1.76;
  }

  .article-body h2{
    font-size:clamp(1.65rem,8vw,2.25rem);
    line-height:1.08;
    margin-top:2.1em;
  }

  .article-body h3{
    font-size:1.22rem;
    line-height:1.2;
  }

  .article-body blockquote{
    padding:24px 20px;
    margin:2em 0;
    border-radius:20px;
  }

  .article-body blockquote:before{
    font-size:4rem;
  }

  .reading-toc{
    padding:18px;
    border-radius:18px;
  }

  .article-feature-image{
    aspect-ratio:4/3;
    margin-bottom:24px;
    border-radius:20px;
  }

  .article-feature-image .img-caption{
    left:10px;
    right:10px;
    bottom:10px;
    width:auto;
    border-radius:12px;
    line-height:1.25;
  }

  .sidebar{
    grid-template-columns:1fr;
  }

  .about-hero{
    padding:30px 0 24px;
  }

  .about-main{
    padding:30px 22px;
    border-radius:26px;
  }

  .about-main h1{
    font-size:clamp(2.5rem,12vw,4rem);
    line-height:.95;
  }

  .about-photo-hero{
    min-height:440px;
    border-radius:26px;
  }

  .about-photo-label{
    left:16px;
    right:16px;
    bottom:16px;
    font-size:.67rem;
    line-height:1.4;
  }

  .about-content{
    padding:28px 20px;
    border-radius:22px;
  }

  .about-content h2{
    font-size:clamp(1.8rem,9vw,2.5rem);
  }

  .about-content p,
  .about-content li{
    font-size:1rem;
    line-height:1.75;
  }

  .about-story-grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .about-story,
  .about-story.tall{
    min-height:410px;
    border-radius:22px;
  }

  .about-story-copy{
    inset:auto 12px 12px 12px;
    padding:15px 16px;
    border-radius:16px;
  }

  .about-wide-photo{
    min-height:350px;
    border-radius:22px;
  }

  .about-aside{
    grid-template-columns:1fr;
  }

  .footer-grid{
    grid-template-columns:1fr;
    gap:22px;
  }

  footer{
    padding-bottom:max(30px,env(safe-area-inset-bottom));
  }

  .btn,
  button,
  input,
  a{
    -webkit-tap-highlight-color:transparent;
  }
}

/* =========================================================
   TELAS MUITO PEQUENAS
   ========================================================= */
@media (max-width: 390px){

  .wrap{
    width:calc(100% - 28px);
  }

  .hero-main{
    padding:26px 18px;
  }

  .hero-main h1{
    font-size:2.45rem;
  }

  .hero-visual .big{
    font-size:2.65rem;
  }

  .article-body{
    padding:24px 17px 30px;
  }

  .about-main,
  .about-content{
    padding-left:18px;
    padding-right:18px;
  }

  .menuscroll{
    padding-left:14px;
    padding-right:14px;
  }
}

/* =========================================================
   DESKTOP GRANDE
   ========================================================= */
@media (min-width: 1400px){

  .wrap,
  .menuscroll{
    max-width:1280px;
  }

  .hero-grid{
    grid-template-columns:minmax(0,1.12fr) minmax(400px,.88fr);
  }

  .article-layout{
    grid-template-columns:minmax(0,820px) 300px;
    gap:60px;
  }
}


/* ===== CARREGAMENTO DAS FOTOS — VERSÃO OTIMIZADA ===== */
.editorial-photo,
.article-feature-image img,
.about-photo-hero img,
.about-story img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
.about-photo-hero,
.about-story,
.article-feature-image{
  isolation:isolate;
}
.about-photo-hero img,
.about-story img,
.article-feature-image img{
  position:relative;
  z-index:1;
}
.about-photo-label,
.about-story-copy,
.article-feature-image .img-caption{
  z-index:3;
}


/* =========================================================
   MENU MODERNO — UX DESKTOP / MOBILE
   ========================================================= */
.modern-nav{
  position:sticky;
  top:0;
  z-index:2000;
  padding:12px 18px 0;
  background:linear-gradient(to bottom,rgba(245,242,234,.88),rgba(245,242,234,.48),transparent);
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  border:0;
}

.nav-shell{
  width:min(1180px,100%);
  margin:0 auto;
  min-height:64px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:14px;
  padding:8px 10px;
  background:rgba(20,20,17,.94);
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  box-shadow:0 14px 45px rgba(18,16,11,.16);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.nav-home{
  display:flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border-radius:15px;
  text-decoration:none;
  background:#272722;
  border:1px solid rgba(255,255,255,.08);
  flex:0 0 auto;
  transition:.22s ease;
}

.nav-home:hover{
  background:#c9a24a;
  transform:translateY(-1px);
}

.nav-home-mark{
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.08em;
  color:#f6f2e8;
}

.nav-home:hover .nav-home-mark{
  color:#17130b;
}

.nav-desktop{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  min-width:0;
}

.nav-desktop a{
  color:#cbc9c1;
  text-decoration:none;
  font-size:.78rem;
  font-weight:800;
  white-space:nowrap;
  padding:11px 13px;
  border-radius:13px;
  transition:background .2s ease,color .2s ease,transform .2s ease;
}

.nav-desktop a:hover{
  color:#fff;
  background:#2b2b26;
}

.nav-desktop a.active{
  color:#17130b;
  background:#c9a24a;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);
}

.nav-actions{
  display:flex;
  align-items:center;
  gap:6px;
}

.nav-search-btn,
.nav-toggle{
  border:0;
  cursor:pointer;
  width:44px;
  height:44px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#272722;
  color:#f6f2e8;
  transition:.2s ease;
}

.nav-search-btn:hover,
.nav-toggle:hover{
  background:#34332d;
}

.nav-search-btn span{
  font-size:1.45rem;
  line-height:1;
  transform:translateY(-1px);
}

.nav-toggle{
  display:none;
  flex-direction:column;
  gap:4px;
}

.nav-toggle span{
  display:block;
  width:18px;
  height:2px;
  border-radius:2px;
  background:currentColor;
  transition:.25s ease;
}

.nav-toggle.open span:nth-child(1){
  transform:translateY(6px) rotate(45deg);
}
.nav-toggle.open span:nth-child(2){
  opacity:0;
}
.nav-toggle.open span:nth-child(3){
  transform:translateY(-6px) rotate(-45deg);
}

.mobile-menu{
  display:none;
}

@media(max-width:1180px) and (min-width:841px){
  .nav-shell{gap:8px;padding-left:8px;padding-right:8px}
  .nav-desktop{gap:1px}
  .nav-desktop a{padding:10px 7px;font-size:.67rem}
}
@media(max-width:1020px){
  .nav-desktop a{
    padding:9px 5px;
    font-size:.64rem;
  }
}

@media(max-width:840px){
  .modern-nav{
    padding:10px 12px 0;
  }

  .nav-shell{
    min-height:58px;
    grid-template-columns:auto 1fr auto;
    border-radius:18px;
    padding:7px 8px;
  }

  .nav-home{
    width:42px;
    height:42px;
    border-radius:13px;
  }

  .nav-desktop{
    display:none;
  }

  .nav-actions{
    justify-self:end;
  }

  .nav-toggle{
    display:flex;
  }

  .mobile-menu{
    display:block;
    width:min(100% - 24px,640px);
    margin:8px auto 0;
    max-height:0;
    opacity:0;
    overflow:hidden;
    pointer-events:none;
    transform:translateY(-8px);
    transition:max-height .32s ease,opacity .22s ease,transform .22s ease;
  }

  .mobile-menu.open{
    max-height:520px;
    opacity:1;
    pointer-events:auto;
    transform:translateY(0);
  }

  .mobile-menu-inner{
    background:rgba(20,20,17,.97);
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    padding:10px;
    box-shadow:0 20px 45px rgba(18,16,11,.18);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
  }

  .mobile-menu-inner a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    color:#e8e6de;
    text-decoration:none;
    font-weight:800;
    font-size:.93rem;
    padding:14px 15px;
    border-radius:12px;
    transition:.18s ease;
  }

  .mobile-menu-inner a::after{
    content:"→";
    color:#c9a24a;
    font-size:1rem;
  }

  .mobile-menu-inner a:hover,
  .mobile-menu-inner a.active{
    background:#2a2a25;
    color:#fff;
  }

  .mobile-menu-inner a.active::after{
    color:#e3c46f;
  }
}

@media(max-width:480px){
  .modern-nav{
    padding-left:8px;
    padding-right:8px;
  }

  .nav-shell{
    border-radius:16px;
  }

  .mobile-menu{
    width:calc(100% - 16px);
  }

  .nav-search-btn,
  .nav-toggle{
    width:40px;
    height:40px;
  }
}

/* Compensa o menu sticky ao navegar para âncoras */
:target{
  scroll-margin-top:100px;
}


/* =========================================================
   UX GLOBAL REFINADA — ESCALA, DENSIDADE E LEITURA
   ========================================================= */

:root{
  --content-max:1120px;
  --reading-max:720px;
  --radius-lg:28px;
  --radius-md:20px;
  --space-section:72px;
}

/* ---------- BASE ---------- */
body{
  font-size:15.5px;
  line-height:1.6;
}

.wrap{
  width:min(var(--content-max),calc(100% - 40px));
  max-width:var(--content-max);
}

p{
  line-height:1.7;
}

.eyebrow{
  font-size:.72rem;
  letter-spacing:.11em;
}

.lead{
  font-size:1.02rem !important;
  line-height:1.62 !important;
}

/* ---------- SEÇÕES ---------- */
.section{
  padding:var(--space-section) 0;
}

.section-head{
  gap:18px;
  margin-bottom:28px;
}

.section-head h2{
  font-size:clamp(2rem,3.4vw,3rem) !important;
  line-height:1.02 !important;
  letter-spacing:-.045em !important;
  max-width:780px;
}

.section-head > p{
  font-size:.98rem;
  line-height:1.6;
  max-width:620px;
}

/* ---------- HERO ---------- */
.hero{
  padding:34px 0 46px;
}

.hero-main{
  padding:clamp(34px,4vw,52px);
  border-radius:var(--radius-lg);
}

.hero-main h1{
  font-size:clamp(3rem,5.4vw,5rem) !important;
  line-height:.96 !important;
  letter-spacing:-.058em !important;
  max-width:820px;
}

.hero-main .lead{
  max-width:700px;
}

.hero-visual{
  min-height:420px;
  border-radius:var(--radius-lg);
}

.hero-visual .big{
  font-size:clamp(2.8rem,4.5vw,4.5rem) !important;
  line-height:.92 !important;
}

.hero-visual .chip{
  font-size:.74rem;
  padding:9px 12px;
}

/* ---------- BUSCA ---------- */
.searchbar{
  margin-top:24px;
  max-width:680px;
}

.searchbar input{
  min-height:48px;
  padding:0 16px;
  font-size:.95rem;
}

.searchbar button{
  min-height:48px;
  padding:0 18px;
  font-size:.82rem;
}

/* ---------- CARDS ---------- */
.article-card,
.card,
.topic-card{
  border-radius:var(--radius-md);
  padding:22px;
}

.article-card h2,
.article-card h3,
.card h2,
.card h3{
  font-size:1.15rem !important;
  line-height:1.25 !important;
  letter-spacing:-.02em !important;
}

.article-card p,
.card p,
.topic-card p{
  font-size:.9rem;
  line-height:1.6;
}

.article-card .tag,
.card .tag{
  font-size:.68rem;
}

.go{
  font-size:.78rem;
}

/* ---------- ARTIGO ---------- */
.article-head{
  padding:46px 0 28px;
  max-width:900px;
}

.article-head h1{
  font-size:clamp(2.6rem,4.8vw,4.6rem) !important;
  line-height:.99 !important;
  letter-spacing:-.055em !important;
  max-width:880px;
}

.article-head .lead{
  max-width:720px;
  font-size:1.02rem !important;
}

.article-layout{
  grid-template-columns:minmax(0,760px) minmax(230px,270px);
  gap:42px;
}

.article-body{
  padding:42px 46px 48px;
  border-radius:24px;
}

.article-body > p,
.article-body > ul,
.article-body > ol,
.article-body > h2,
.article-body > h3,
.article-body > blockquote,
.article-body > .reading-toc{
  max-width:var(--reading-max);
}

.article-body p,
.article-body li{
  font-size:1rem !important;
  line-height:1.76 !important;
}

.article-body > p:first-of-type{
  font-size:1.08rem !important;
  line-height:1.72 !important;
}

.article-body h2{
  font-size:clamp(1.7rem,2.6vw,2.25rem) !important;
  line-height:1.12 !important;
  letter-spacing:-.035em !important;
  margin:2.15em 0 .65em !important;
}

.article-body h3{
  font-size:1.18rem !important;
  line-height:1.28 !important;
  margin:1.65em 0 .5em !important;
}

.article-body blockquote{
  padding:24px 26px;
  margin:2em 0;
  border-radius:20px;
}

.article-body blockquote p{
  font-size:.98rem !important;
  line-height:1.62 !important;
}

.article-body blockquote:before{
  font-size:4.4rem !important;
}

.reading-intro{
  margin-bottom:1.8em;
  padding-bottom:1.2em;
}

.reading-intro p{
  font-size:.84rem !important;
}

.reading-toc{
  padding:18px 20px;
  border-radius:16px;
  margin-bottom:2em;
}

.reading-toc a{
  font-size:.84rem;
}

.authorbox,
.cta{
  margin-top:2.4em;
}

/* ---------- SIDEBAR ---------- */
.sidebar{
  gap:12px;
}

.sidebox{
  padding:18px;
  border-radius:16px;
}

.sidebox h3{
  font-size:.98rem;
}

.sidebox a{
  font-size:.84rem;
}

/* ---------- IMAGENS DOS ARTIGOS ---------- */
.article-feature-image{
  aspect-ratio:16/8.8;
  border-radius:22px;
  margin-bottom:28px;
}

.article-feature-image .img-caption{
  font-size:.68rem;
  padding:8px 10px;
}

/* ---------- SOBRE ---------- */
.about-hero{
  padding:44px 0 30px;
}

.about-main{
  padding:clamp(34px,4vw,52px);
  border-radius:var(--radius-lg);
}

.about-main h1{
  font-size:clamp(2.8rem,5vw,4.8rem) !important;
  line-height:.98 !important;
  max-width:780px;
}

.about-main .lead{
  max-width:700px;
}

.about-photo-hero{
  min-height:500px;
  border-radius:var(--radius-lg);
}

.about-content{
  padding:40px 42px;
  border-radius:24px;
}

.about-content h2{
  font-size:clamp(1.8rem,3vw,2.5rem) !important;
  line-height:1.08 !important;
  margin:1.8em 0 .55em !important;
}

.about-content h3{
  font-size:1.18rem !important;
}

.about-content p,
.about-content li{
  font-size:1rem !important;
  line-height:1.74 !important;
}

.about-quote{
  padding:24px;
  border-radius:20px;
}

.about-story,
.about-story.tall{
  min-height:360px;
  border-radius:20px;
}

.about-story-copy{
  padding:14px 16px;
}

.about-story-copy span{
  font-size:.94rem;
}

.about-wide-photo{
  min-height:380px;
  border-radius:22px;
}

/* ---------- BOTÕES ---------- */
.btn,
button{
  min-height:44px;
  font-size:.8rem;
  border-radius:12px;
}

.btn{
  padding:10px 15px;
}

/* ---------- FOOTER ---------- */
footer{
  padding-top:48px;
}

.footer-grid{
  gap:22px;
}

footer h3,
footer h4{
  font-size:.95rem;
}

footer p,
footer a{
  font-size:.84rem;
}

/* =========================================================
   TABLET
   ========================================================= */
@media(max-width:980px){

  :root{
    --space-section:60px;
  }

  .wrap{
    width:min(100% - 32px,900px);
  }

  .hero-main h1{
    font-size:clamp(2.8rem,8vw,4.6rem) !important;
  }

  .hero-visual{
    min-height:360px;
  }

  .article-body{
    padding:36px 34px 42px;
  }

  .about-photo-hero{
    min-height:460px;
  }
}

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

  :root{
    --space-section:46px;
  }

  body{
    font-size:15px;
  }

  .wrap{
    width:calc(100% - 32px);
  }

  .hero{
    padding:18px 0 30px;
  }

  .hero-main{
    padding:26px 20px;
    border-radius:22px;
  }

  .hero-main h1{
    font-size:clamp(2.35rem,11vw,3.35rem) !important;
    line-height:.97 !important;
  }

  .hero-main .lead{
    font-size:.96rem !important;
  }

  .hero-visual{
    min-height:280px;
    padding:26px 20px;
    border-radius:22px;
  }

  .hero-visual .big{
    font-size:clamp(2.35rem,11vw,3.35rem) !important;
  }

  .section-head h2{
    font-size:clamp(1.8rem,9vw,2.45rem) !important;
  }

  .section-head > p{
    font-size:.94rem;
  }

  .article-card,
  .card,
  .topic-card{
    padding:18px;
    border-radius:18px;
  }

  .article-card h2,
  .article-card h3,
  .card h2,
  .card h3{
    font-size:1.06rem !important;
  }

  .article-head{
    padding:32px 0 20px;
  }

  .article-head h1{
    font-size:clamp(2.15rem,10vw,3rem) !important;
    line-height:1 !important;
  }

  .article-head .lead{
    font-size:.95rem !important;
  }

  .article-body{
    padding:24px 18px 30px;
    border-radius:18px;
  }

  .article-body p,
  .article-body li{
    font-size:.96rem !important;
    line-height:1.72 !important;
  }

  .article-body > p:first-of-type{
    font-size:1rem !important;
  }

  .article-body h2{
    font-size:clamp(1.5rem,7vw,1.95rem) !important;
    margin-top:1.9em !important;
  }

  .article-body h3{
    font-size:1.08rem !important;
  }

  .article-body blockquote{
    padding:20px 18px;
    margin:1.6em 0;
  }

  .reading-toc{
    padding:16px;
    border-radius:14px;
  }

  .article-feature-image{
    aspect-ratio:4/3;
    border-radius:18px;
    margin-bottom:20px;
  }

  .about-hero{
    padding:26px 0 20px;
  }

  .about-main{
    padding:26px 20px;
    border-radius:22px;
  }

  .about-main h1{
    font-size:clamp(2.3rem,11vw,3.2rem) !important;
  }

  .about-photo-hero{
    min-height:390px;
    border-radius:22px;
  }

  .about-content{
    padding:24px 18px;
    border-radius:18px;
  }

  .about-content h2{
    font-size:clamp(1.55rem,8vw,2.1rem) !important;
  }

  .about-content p,
  .about-content li{
    font-size:.96rem !important;
  }

  .about-story,
  .about-story.tall{
    min-height:330px;
    border-radius:18px;
  }

  .about-story-copy span{
    font-size:.88rem;
  }

  .sidebox{
    padding:16px;
  }
}

/* =========================================================
   TELAS PEQUENAS
   ========================================================= */
@media(max-width:390px){

  .wrap{
    width:calc(100% - 24px);
  }

  .hero-main h1{
    font-size:2.2rem !important;
  }

  .article-head h1{
    font-size:2rem !important;
  }

  .article-body{
    padding-left:16px;
    padding-right:16px;
  }
}



/* ===== CITAÇÃO LINDA KIMBERLY ===== */
.article-body blockquote,
.reading-content blockquote,
blockquote.linda-quote,
blockquote{
  margin: 28px 0;
  padding: 22px 24px;
  border-radius: 18px;
  background: #000000;
  color: #F5F1E8;
  border: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}
.article-body blockquote p,
.reading-content blockquote p,
blockquote.linda-quote p,
blockquote p{
  color: #F5F1E8;
  margin: 0 0 10px;
}
.article-body blockquote p:last-child,
.reading-content blockquote p:last-child,
blockquote.linda-quote p:last-child,
blockquote p:last-child{
  margin-bottom: 0;
}
.article-body blockquote strong,
.reading-content blockquote strong,
blockquote.linda-quote strong,
blockquote strong{
  color: #D4AF37;
  font-weight: 700;
}


/* ===== ATALHOS DO ÍNDICE DO ARTIGO ===== */
.article-body h2[id],
.article-body h3[id]{
  scroll-margin-top:110px;
}
.reading-toc a{
  cursor:pointer;
}
.reading-toc a:hover,
.reading-toc a:focus-visible{
  text-decoration:underline;
  text-underline-offset:4px;
}


/* ===== BANCO MASTER 235 — FILTROS E AUTORIDADE ===== */
.library-controls{margin-top:28px;display:grid;gap:14px;max-width:1050px}
.library-controls input{width:100%;min-height:54px;border:1px solid var(--line);background:var(--paper);border-radius:18px;padding:0 18px;font:600 1rem/1 Inter,system-ui,sans-serif;color:var(--ink);outline:none}
.library-controls input:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,162,74,.13)}
.library-filter-row{display:flex;gap:8px;flex-wrap:wrap}
.library-filter{border:1px solid var(--line);background:var(--paper);color:var(--ink);padding:9px 13px;border-radius:999px;font:800 .78rem/1 Inter,system-ui,sans-serif;cursor:pointer}
.library-filter:hover,.library-filter.active{background:var(--dark);border-color:var(--dark);color:#fff}
.library-count{font-size:.82rem;color:var(--muted);margin:0}
.empty-library{grid-column:1/-1;background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:28px}
.semantic-association{margin-top:8px!important;font-size:.82rem!important;color:#77786f!important}
@media(max-width:680px){.library-filter-row{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.library-filter{flex:0 0 auto}.library-controls input{min-height:50px}}


.top{border-bottom:0}
.menubar{box-shadow:0 1px 0 rgba(255,255,255,.04)}

.nav-shell{min-height:58px;padding:7px 9px;border-radius:18px}
.nav-home{width:42px;height:42px;border-radius:13px}
.nav-desktop a{font-size:.74rem;padding:10px 11px}
.nav-search-btn,.nav-toggle{width:40px;height:40px;border-radius:12px}

/* ===== AJUSTE DE CONTRASTE DO QUADRO CTA ===== */
.article-body .cta,
.cta{
  background: linear-gradient(135deg, #171714 0%, #1f1f1a 100%) !important;
  color: #f6f0e3 !important;
  border: 1px solid rgba(201,162,74,.22) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.article-body .cta h3,
.cta h3{
  color: #f5eddc !important;
  font-size: clamp(1.2rem, 2.3vw, 1.5rem) !important;
  line-height: 1.2 !important;
  margin: 0 0 12px !important;
}

.article-body .cta p,
.cta p{
  color: #ddd4c1 !important;
  font-size: 1rem !important;
  line-height: 1.72 !important;
  max-width: 640px;
  margin: 0 !important;
}

.article-body .cta .btn,
.cta .btn{
  margin-top: 20px !important;
  background: #c9a24a !important;
  color: #17130b !important;
  font-weight: 900 !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.16);
}

.article-body .cta .btn:hover,
.cta .btn:hover{
  filter: brightness(1.04);
  transform: translateY(-1px);
}

@media (max-width: 680px){
  .article-body .cta,
  .cta{
    padding: 22px 18px !important;
    border-radius: 20px !important;
  }

  .article-body .cta h3,
  .cta h3{
    font-size: 1.08rem !important;
  }

  .article-body .cta p,
  .cta p{
    font-size: .95rem !important;
    line-height: 1.68 !important;
  }
}

/* ===== NOVO ENSAIO EDITORIAL — LINDA KIMBERLY ===== */
.home-editorial{
  padding:18px 0 64px;
}
.home-editorial-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:28px;
  margin-bottom:20px;
}
.home-editorial-head h2{
  max-width:760px;
  margin:.15em 0 0;
  font-size:clamp(2rem,4.2vw,3.8rem);
}
.home-editorial-head p{
  max-width:480px;
  margin:0;
}
.home-editorial-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr .85fr 1.15fr;
  gap:12px;
}
.home-editorial-card{
  position:relative;
  min-height:360px;
  overflow:hidden;
  border-radius:26px;
  background:#d8d2c7;
  isolation:isolate;
}
.home-editorial-card:nth-child(2),
.home-editorial-card:nth-child(3){
  min-height:320px;
}
.home-editorial-card img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .55s ease;
}
.home-editorial-card:hover img{
  transform:scale(1.025);
}
.home-editorial-card::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:52%;
  z-index:1;
  background:linear-gradient(transparent,rgba(12,12,10,.78));
}
.home-editorial-card figcaption{
  position:absolute;
  left:16px;
  right:16px;
  bottom:14px;
  z-index:2;
  color:#fff;
  font:700 .83rem/1.35 Inter,system-ui,sans-serif;
}
.home-editorial-card figcaption strong{
  display:block;
  color:#e7c974;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.69rem;
  margin-bottom:5px;
}
.home-editorial-card.fashion img{object-position:50% 42%}
.home-editorial-card.seated img{object-position:50% 34%}
.home-editorial-card.studio img{object-position:50% 39%}
.home-editorial-card.podcast img{object-position:50% 43%}

/* Imagem contextual das páginas de tema */
.topic-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(310px,390px);
  gap:24px;
  align-items:stretch;
}
.topic-intro-copy{
  align-self:center;
  padding:18px 0;
}
.topic-visual{
  position:relative;
  min-height:390px;
  border-radius:30px;
  overflow:hidden;
  background:#d9d3c9;
  isolation:isolate;
}
.topic-visual img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.topic-visual::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:62%;
  z-index:1;
  background:linear-gradient(transparent,rgba(12,12,10,.84));
}
.topic-visual-copy{
  position:absolute;
  left:20px;
  right:20px;
  bottom:18px;
  z-index:2;
  color:#fff;
  font:600 .92rem/1.45 Inter,system-ui,sans-serif;
}
.topic-visual-copy strong{
  display:block;
  margin-bottom:6px;
  color:#e7c974;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-size:.7rem;
}
.topic-visual.management img{object-position:50% 33%}
.topic-visual.endomkt img{object-position:50% 43%}
.topic-visual.culture img{object-position:50% 38%}
.topic-visual.strategy img{object-position:50% 38%}
.topic-visual.image-pos img{object-position:50% 42%}

/* Galeria adicional da página Sobre, preservando as fotos já existentes */
.about-new-gallery{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin:34px 0 12px;
}
.about-new-photo{
  position:relative;
  min-height:430px;
  overflow:hidden;
  border-radius:26px;
  background:#d8d2c7;
  isolation:isolate;
}
.about-new-photo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.about-new-photo::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:45%;
  z-index:1;
  background:linear-gradient(transparent,rgba(13,12,10,.78));
}
.about-new-photo figcaption{
  position:absolute;
  z-index:2;
  left:16px;
  right:16px;
  bottom:14px;
  color:#fff;
  font:650 .82rem/1.4 Inter,system-ui,sans-serif;
}
.about-new-photo figcaption strong{
  display:block;
  color:#e7c974;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.68rem;
  margin-bottom:5px;
}
.about-new-photo.fashion img{object-position:50% 43%}
.about-new-photo.seated img{object-position:50% 34%}
.about-new-photo.studio img{object-position:50% 39%}
.about-new-photo.podcast img{object-position:50% 43%}

/* Reforço visual de autoria em todos os artigos */
.authorbox{
  grid-template-columns:92px minmax(0,1fr);
}
.authorbox .author-copy{
  min-width:0;
}
.authorbox .author-name{
  display:block;
  margin:.12em 0 .28em;
  font-size:1.08rem;
  color:#171815;
}
.authorbox img.new-author-photo{
  object-position:50% 25%;
}

/* Variações de corte para o novo ensaio nas capas dos artigos */
.article-feature-image.new-fashion img{object-position:50% 42%}
.article-feature-image.new-seated img{object-position:50% 33%}
.article-feature-image.new-studio img{object-position:50% 39%}
.article-feature-image.new-podcast img{object-position:50% 43%}

@media(max-width:980px){
  .home-editorial-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .home-editorial-card,
  .home-editorial-card:nth-child(2),
  .home-editorial-card:nth-child(3){
    min-height:390px;
  }
  .topic-intro-grid{
    grid-template-columns:1fr;
  }
  .topic-visual{
    min-height:480px;
  }
}
@media(max-width:680px){
  .home-editorial{
    padding:8px 0 48px;
  }
  .home-editorial-head{
    display:block;
  }
  .home-editorial-head p{
    margin-top:12px;
  }
  .home-editorial-grid{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .home-editorial-card,
  .home-editorial-card:nth-child(2),
  .home-editorial-card:nth-child(3){
    min-height:260px;
    border-radius:18px;
  }
  .home-editorial-card figcaption{
    left:11px; right:11px; bottom:10px;
    font-size:.74rem;
  }
  .topic-visual{
    min-height:390px;
    border-radius:22px;
  }
  .about-new-gallery{
    grid-template-columns:1fr;
    gap:10px;
  }
  .about-new-photo{
    min-height:390px;
    border-radius:22px;
  }
  .authorbox{
    grid-template-columns:84px minmax(0,1fr);
    align-items:start;
  }
  .authorbox img.new-author-photo{
    width:84px;
    height:84px;
  }
}
@media(max-width:430px){
  .home-editorial-grid{
    grid-template-columns:1fr;
  }
  .home-editorial-card,
  .home-editorial-card:nth-child(2),
  .home-editorial-card:nth-child(3){
    min-height:360px;
  }
  .authorbox{
    grid-template-columns:1fr;
  }
}

