
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&family=Literata:opsz,wght@7..72,400;7..72,500;7..72,600&display=swap');

:root {
  --bg: #fefdf9;
  --ink: #242526;
  --muted: #4f514e;
  --line: rgba(36, 37, 38, 0.11);
  --sage: #879579;
  --teal: #245f6b;
  --sand: #c79f69;
  --paper: #f7f4ec;
  --sans: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --serif: 'Literata', Georgia, serif;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background:
    radial-gradient(circle at 18% 14%, rgba(135, 149, 121, 0.055), transparent 22%),
    radial-gradient(circle at 78% 18%, rgba(36, 95, 107, 0.045), transparent 24%),
    var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

.site-header {
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px clamp(24px, 4vw, 48px);
  background: var(--bg);
  border-bottom: 1px solid rgba(33, 34, 36, 0.08);
  isolation: isolate;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 600;
}
.brand-dots { display: inline-flex; gap: 8px; align-items: center; }
.brand-dots span { width: 8px; height: 8px; border-radius: 50%; display: block; }
.brand-dots span:nth-child(1), .keyword:nth-child(1) i, .sage { background: var(--sage); }
.brand-dots span:nth-child(2), .keyword:nth-child(2) i, .teal { background: var(--teal); }
.brand-dots span:nth-child(3), .keyword:nth-child(3) i, .sand { background: var(--sand); }

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 30px);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.main-nav a { color: rgba(33, 34, 36, 0.82); transition: color .25s ease, transform .25s ease; }
.main-nav a:hover { color: var(--teal); transform: translateY(-1px); }
.lang-link { color: var(--teal) !important; }

.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 8px 0;
  width: 34px;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 34px;
  height: 1.5px;
  background: var(--ink);
  margin: 6px 0;
}

.home-shell {
  min-height: 100svh;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 118px clamp(34px, 7vw, 118px) 56px;
}
.hero-editorial {
  min-height: calc(100svh - 174px);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(480px, 1.1fr);
  grid-template-areas:
    "keywords system"
    "intro system";
  column-gap: clamp(28px, 4vw, 70px);
  row-gap: clamp(34px, 6vh, 58px);
  align-items: center;
}
.hero-keywords { grid-area: keywords; align-self: end; }
.hero-intro { grid-area: intro; align-self: start; }
.hero-system {
  grid-area: system;
  min-width: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 610px;
}
.intro-copy {
  width: 100%;
  max-width: 580px;
  min-width: 0;
  padding-top: 32px;
  border-top: 2px solid rgba(135, 149, 121, 0.65);
}
.intro-copy p {
  margin: 0 0 1.05rem;
  width: 100%;
  min-width: 0;
  overflow-wrap: break-word;
  max-width: 555px;
  font-family: var(--sans);
  font-size: clamp(.88rem, .98vw, .96rem);
  line-height: 1.85;
  color: var(--muted);
}
.keyword-list {
  display: grid;
  gap: 17px;
  font-family: var(--serif);
  max-width: 100%;
}
.keyword {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 22px;
  font-size: clamp(3rem, 4.45vw, 5.35rem);
  line-height: .96;
  letter-spacing: -0.06em;
  transition: transform .35s ease, opacity .35s ease;
}
.keyword:hover { transform: translateX(8px); opacity: .92; }
.keyword span {
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
}
.keyword i {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 auto;
  transition: width .35s ease, border-radius .35s ease, opacity .35s ease;
}
.keyword:hover i { width: 44px; border-radius: 99px; opacity: .72; }

.halo-wrap {
  width: min(51vw, 760px);
  aspect-ratio: 1 / 1;
  opacity: .96;
  filter: saturate(.88);
}
.halo-svg { width: 100%; height: 100%; overflow: visible; }

.ring, .arc, .thread { fill: none; vector-effect: non-scaling-stroke; }
.ring-dotted { stroke-width: 1.15; stroke-dasharray: 1 10; stroke-linecap: round; stroke-opacity: .7; }
.arc { stroke-width: 1.35; stroke-linecap: round; stroke-opacity: .58; }
.arc.thin { stroke-width: 1; stroke-opacity: .44; }
.thread { stroke: rgba(33,34,36,.17); stroke-width: .82; stroke-dasharray: 3 9; }
.thread.axis { stroke: rgba(33,34,36,.11); stroke-dasharray: 2 8; }
.sage-stroke { stroke: var(--sage); }
.teal-stroke { stroke: var(--teal); }
.sand-stroke { stroke: var(--sand); }
.neutral-stroke { stroke: rgba(33,34,36,.3); }
.node { opacity: .9; }
.node.sage { fill: var(--sage); }
.node.teal { fill: var(--teal); }
.node.sand { fill: var(--sand); }
.node.dark { fill: #202124; }
.node.hollow { fill: transparent; stroke: var(--sage); stroke-width: 2; }
.micro-points circle { fill: rgba(33,34,36,.24); }
.spiral-dots circle { fill: rgba(135,149,121,.66); }

.halo-ring { transform-origin: 350px 350px; }
.halo-ring-one { animation: rotateHalo 72s linear infinite; }
.halo-ring-two { animation: rotateHaloReverse 112s linear infinite; }
.halo-ring-three { animation: rotateHalo 150s linear infinite; }
.micro-points { transform-origin: 350px 350px; animation: rotateHaloReverse 188s linear infinite; }
.spiral-dots { transform-origin: 350px 350px; animation: rotateHalo 126s linear infinite; }
@keyframes rotateHalo { to { transform: rotate(360deg); } }
@keyframes rotateHaloReverse { to { transform: rotate(-360deg); } }

.page-shell {
  padding: 155px clamp(24px, 8vw, 150px) 80px;
  min-height: 100svh;
}
.page-hero { max-width: 800px; margin-bottom: 70px; }
.eyebrow {
  font-size: .74rem !important;
  line-height: 1 !important;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: var(--sans) !important;
  color: var(--sand) !important;
  margin: 0 0 20px !important;
}
.page-hero h1 {
  margin: 0 0 26px;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.06em;
  font-size: clamp(3rem, 4.45vw, 5.35rem);
  line-height: 1;
  color: var(--ink);
}
.page-hero p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.6vw, 1.65rem);
  line-height: 1.56;
  color: #3b3c39;
}
.section-list, .publication-list { border-top: 1px solid var(--line); }
.section-row, .publication-entry {
  display: grid;
  grid-template-columns: minmax(180px, .45fr) minmax(320px, 1fr);
  gap: clamp(32px, 6vw, 88px);
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}
.section-row h2, .publication-entry h2 {
  margin: 0;
  font-size: .8rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  line-height: 1.4;
}
.section-row p, .publication-entry p {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(.88rem, .98vw, .96rem);
  line-height: 1.85;
  color: var(--muted);
}
.section-row a {
  display: inline-block;
  margin-top: 16px;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--teal);
}
.publication-entry { grid-template-columns: 1fr; gap: 10px; }
.publication-entry h2 {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  letter-spacing: -.045em;
  text-transform: none;
  font-weight: 500;
  line-height: 1.15;
}

/* V65 — metadados dos artigos em linhas separadas */
.publication-details .publication-title,
.publication-details .publication-authors,
.publication-details .publication-source {
  margin: 0;
}
.publication-details .publication-authors {
  margin-top: 8px;
}
.publication-details .publication-source {
  margin-top: 2px;
  color: var(--muted);
}
.publication-details .publication-authors,
.publication-details .publication-source,
.item-meta,
.cms-message {
  font-family: var(--sans);
  font-size: clamp(.86rem, .96vw, .94rem);
  line-height: 1.8;
}
.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  padding: 34px clamp(24px, 4vw, 64px) 42px;
  border-top: 1px solid var(--line);
  color: #50514e;
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.site-footer a:hover { color: var(--teal); }

@media (max-width: 1120px) {
  .hero-editorial { grid-template-columns: minmax(330px, .85fr) minmax(420px, 1.15fr); column-gap: 32px; }
  .keyword { font-size: clamp(2.7rem, 4.4vw, 4.6rem); }
  .halo-wrap { width: min(52vw, 660px); }
}

@media (max-width: 980px) {
  .site-header {
    position: sticky;
    top: 0;
    background: var(--bg);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 20px 20px 16px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 14px;
  }
  .brand { font-size: 0.66rem; gap: 10px; }
  .brand-dots span { width: 7px; height: 7px; }
  .menu-toggle { display: block; justify-self: end; }
  .main-nav {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0 4px;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
  }
  .main-nav.open { display: flex; }
  .home-shell { padding: 28px 20px 56px; }
  .hero-editorial {
    grid-template-columns: 1fr;
    grid-template-areas:
      "keywords"
      "system"
      "intro";
    min-height: auto;
    row-gap: 32px;
  }
  .hero-system { min-height: auto; width: 100%; justify-content: center; }
  .halo-wrap {
    width: min(88vw, 430px);
    margin-inline: auto;
  }
  .keyword {
    font-size: clamp(2rem, 7.4vw, 3rem);
    line-height: 1.04;
    gap: 11px;
    max-width: calc(100vw - 44px);
  }
  .keyword i { width: 10px; height: 10px; }
  .intro-copy { max-width: none; padding-top: 26px; }
  .intro-copy p { font-size: .94rem; line-height: 1.8; }
  .page-shell { padding: 42px 24px 64px; }
  .section-row { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 640px) {
  .home-shell { padding: 22px 18px 48px; }
  .keyword {
    font-size: clamp(1.42rem, 7vw, 2.05rem);
    gap: 8px;
    max-width: calc(100vw - 36px);
  }
  .keyword:hover { transform: none; }
  .keyword:hover i { width: 10px; border-radius: 50%; }
  .halo-wrap {
    width: min(86vw, 360px);
    margin-inline: auto;
  }
  .page-hero h1 {
    font-size: clamp(2rem, 8.5vw, 3.1rem);
    line-height: 1.04;
  }
  .page-hero p { font-size: 1.08rem; line-height: 1.58; }
  .site-footer { gap: 14px 20px; padding: 26px 18px 34px; font-size: .68rem; }
}

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




@media (max-width: 420px) {
  .site-header {
    padding-inline: 18px;
  }
  .brand-name {
    letter-spacing: .12em;
  }
  .home-shell {
    padding-inline: 18px;
  }
  .hero-editorial,
  .hero-intro,
  .hero-keywords,
  .intro-copy,
  .intro-copy p {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .keyword {
    font-size: clamp(1.28rem, 6.2vw, 1.72rem);
    gap: 7px;
    max-width: calc(100vw - 36px);
  }
  .keyword span {
    max-width: calc(100vw - 56px);
  }
  .keyword i {
    width: 8px;
    height: 8px;
  }
  .hero-system {
    overflow: hidden;
    justify-content: center;
  }
  .halo-wrap {
    width: min(84vw, 330px);
  }
  .intro-copy {
    padding-top: 22px;
  }
  .intro-copy p,
  .section-row p,
  .publication-entry p {
    font-size: .88rem;
    line-height: 1.75;
    overflow-wrap: break-word;
  }
  .page-hero p {
    font-size: 1rem;
    line-height: 1.58;
    overflow-wrap: break-word;
  }
  .page-hero h1 {
    font-size: clamp(1.78rem, 8vw, 2.55rem);
    line-height: 1.06;
  }
}


.cms-message {
  color: var(--muted);
  max-width: 720px;
}

.item-meta {
  color: var(--muted);
  font-size: .95rem;
}

.content-thumb {
  display: block;
  width: min(260px, 100%);
  height: auto;
  border-radius: 18px;
  margin: 0 0 18px;
}


/* V26: padronização visual solicitada */
.keyword,
.page-hero h1 {
  text-transform: lowercase;
}


/* V29 — diagrama com linhas em zigue-zague */
.hero-diagram-frame {
  width: min(100%, 720px);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  margin: 0;
}

.hero-diagram-image {
  width: 100%;
  height: auto;
  display: block;
  animation: heroDiagramSpin 42s linear infinite;
  transform-origin: 50% 50%;
  filter: drop-shadow(0 10px 18px rgba(36, 95, 107, 0.03));
}

@keyframes heroDiagramSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (max-width: 1100px) {
  .hero-system {
    min-height: 480px;
  }
  .hero-diagram-frame {
    width: min(100%, 620px);
  }
}

@media (max-width: 820px) {
  .hero-system {
    min-height: auto;
    padding-top: 10px;
  }
  .hero-diagram-frame {
    width: min(100%, 500px);
  }
}

@media (max-width: 560px) {
  .hero-diagram-frame {
    width: min(100%, 420px);
  }
}


/* V30 — diagrama transparente com linhas dinâmicas */
.hero-system {
  overflow: visible;
}

.dynamic-diagram-frame {
  width: min(100%, 760px);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  margin: 0;
  background: transparent;
  pointer-events: none;
}

.dynamic-diagram-svg {
  width: 112%;
  height: 112%;
  display: block;
  overflow: visible;
  background: transparent;
}

.diagram-orbits {
  transform-origin: 380px 380px;
  animation: orbitSpin 64s linear infinite;
}

.diagram-lines {
  transform-origin: 380px 380px;
  animation: subtleCounterSpin 92s linear infinite;
}

.orbit,
.orbit-arc {
  fill: none;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.orbit {
  stroke: rgba(33, 34, 36, 0.18);
  stroke-width: 1.1;
  stroke-dasharray: 1.5 8;
}

.orbit-middle {
  stroke: rgba(36, 95, 107, 0.34);
}

.orbit-inner {
  stroke: rgba(199, 159, 105, 0.36);
}

.orbit-core {
  stroke: rgba(135, 149, 121, 0.38);
  stroke-dasharray: none;
}

.orbit-arc {
  stroke-width: 5;
  opacity: .62;
  stroke-dasharray: 180 900;
  animation: arcTravel 18s ease-in-out infinite;
}

.arc-a { stroke: rgba(36, 95, 107, 0.72); }
.arc-b { stroke: rgba(135, 149, 121, 0.62); animation-delay: -5s; }
.arc-c { stroke: rgba(199, 159, 105, 0.64); animation-delay: -10s; }

.zig {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  animation:
    drawZig 6.8s cubic-bezier(.42, 0, .12, 1) infinite,
    breatheZig 6.8s ease-in-out infinite;
}

.zig-sage { stroke: rgba(135, 149, 121, .82); }
.zig-teal { stroke: rgba(36, 95, 107, .82); }
.zig-sand { stroke: rgba(199, 159, 105, .82); }
.zig-muted { stroke: rgba(33, 34, 36, .38); stroke-width: 1.15; }
.zig-soft { stroke: rgba(112, 111, 105, .26); stroke-width: 1; stroke-dasharray: 3 6; }

.delay-0 { animation-delay: 0s, 0s; }
.delay-1 { animation-delay: .38s, .38s; }
.delay-2 { animation-delay: .76s, .76s; }
.delay-3 { animation-delay: 1.14s, 1.14s; }
.delay-4 { animation-delay: 1.52s, 1.52s; }
.delay-5 { animation-delay: 1.9s, 1.9s; }
.delay-6 { animation-delay: 2.28s, 2.28s; }
.delay-7 { animation-delay: 2.66s, 2.66s; }
.delay-8 { animation-delay: 3.04s, 3.04s; }
.delay-9 { animation-delay: 3.42s, 3.42s; }
.delay-10 { animation-delay: 3.8s, 3.8s; }
.delay-11 { animation-delay: 4.18s, 4.18s; }

.diagram-dots {
  transform-origin: 380px 380px;
  animation: dotDrift 76s linear infinite;
}

.dot {
  opacity: .88;
  transform-origin: center;
  animation: pulseDot 5.2s ease-in-out infinite;
}

.sage-dot { fill: rgba(135, 149, 121, .82); }
.teal-dot { fill: rgba(36, 95, 107, .86); }
.sand-dot { fill: rgba(199, 159, 105, .88); }
.dark-dot { fill: rgba(33, 34, 36, .78); }
.hollow-dot {
  fill: transparent;
  stroke: rgba(36, 95, 107, .72);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

@keyframes drawZig {
  0% {
    stroke-dashoffset: 900;
    opacity: 0;
  }
  12% {
    opacity: .78;
  }
  58% {
    stroke-dashoffset: 0;
    opacity: .86;
  }
  76% {
    stroke-dashoffset: -120;
    opacity: .42;
  }
  100% {
    stroke-dashoffset: -900;
    opacity: 0;
  }
}

@keyframes breatheZig {
  0%, 100% { filter: drop-shadow(0 0 0 rgba(36, 95, 107, 0)); }
  44% { filter: drop-shadow(0 0 5px rgba(36, 95, 107, .08)); }
}

@keyframes orbitSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes subtleCounterSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}

@keyframes dotDrift {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes pulseDot {
  0%, 100% { opacity: .45; transform: scale(.88); }
  45% { opacity: .92; transform: scale(1.08); }
}

@keyframes arcTravel {
  0% { stroke-dashoffset: 560; opacity: .16; }
  45% { opacity: .68; }
  100% { stroke-dashoffset: -560; opacity: .16; }
}

@media (max-width: 1100px) {
  .dynamic-diagram-frame {
    width: min(100%, 640px);
  }
}

@media (max-width: 820px) {
  .hero-system {
    min-height: auto;
    overflow: hidden;
  }
  .dynamic-diagram-frame {
    width: min(100%, 500px);
  }
  .dynamic-diagram-svg {
    width: 108%;
    height: 108%;
  }
}

@media (max-width: 560px) {
  .dynamic-diagram-frame {
    width: min(100%, 410px);
  }
  .zig {
    stroke-width: 1.25;
  }
}


/* V31 — linhas mais orgânicas e imprevisíveis */
.zig {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation:
    drawOrganic 8.4s cubic-bezier(.48,.02,.18,1) infinite,
    breatheZig 8.4s ease-in-out infinite;
}

.zig-soft {
  stroke-dasharray: 4 9;
  stroke-width: 1.05;
}

.zig-muted {
  stroke-width: 1.18;
}

.drift-a { animation-name: drawOrganic, breatheZig, floatA; }
.drift-b { animation-name: drawOrganic, breatheZig, floatB; }
.drift-c { animation-name: drawOrganic, breatheZig, floatC; }
.drift-d { animation-name: drawOrganic, breatheZig, floatD; }
.drift-e { animation-name: drawOrganic, breatheZig, floatE; }
.drift-f { animation-name: drawOrganic, breatheZig, floatF; }
.drift-g { animation-name: drawOrganic, breatheZig, floatG; }
.drift-h { animation-name: drawOrganic, breatheZig, floatH; }
.drift-i { animation-name: drawOrganic, breatheZig, floatI; }
.drift-j { animation-name: drawOrganic, breatheZig, floatJ; }
.drift-k { animation-name: drawOrganic, breatheZig, floatK; }
.drift-l { animation-name: drawOrganic, breatheZig, floatL; }
.drift-m { animation-name: drawOrganic, breatheZig, floatM; }
.drift-n { animation-name: drawOrganic, breatheZig, floatN; }

.drift-a, .drift-b, .drift-c, .drift-d, .drift-e, .drift-f, .drift-g,
.drift-h, .drift-i, .drift-j, .drift-k, .drift-l, .drift-m, .drift-n {
  transform-box: fill-box;
  transform-origin: center;
  animation-duration: 8.4s, 8.4s, 14s;
  animation-iteration-count: infinite, infinite, infinite;
  animation-timing-function: cubic-bezier(.48,.02,.18,1), ease-in-out, ease-in-out;
}

@keyframes drawOrganic {
  0% {
    stroke-dashoffset: 1000;
    opacity: 0;
  }
  10% { opacity: .24; }
  42% {
    stroke-dashoffset: 260;
    opacity: .88;
  }
  68% {
    stroke-dashoffset: 0;
    opacity: .82;
  }
  82% {
    stroke-dashoffset: -130;
    opacity: .36;
  }
  100% {
    stroke-dashoffset: -1000;
    opacity: 0;
  }
}

@keyframes floatA { 0%,100% { transform: translate(0px,0px) rotate(0deg);} 50% { transform: translate(-5px, 8px) rotate(-1.8deg);} }
@keyframes floatB { 0%,100% { transform: translate(0px,0px) rotate(0deg);} 50% { transform: translate(8px, -7px) rotate(1.6deg);} }
@keyframes floatC { 0%,100% { transform: translate(0px,0px) rotate(0deg);} 50% { transform: translate(4px, 10px) rotate(1.9deg);} }
@keyframes floatD { 0%,100% { transform: translate(0px,0px) rotate(0deg);} 50% { transform: translate(-7px, 5px) rotate(-2.1deg);} }
@keyframes floatE { 0%,100% { transform: translate(0px,0px) rotate(0deg);} 50% { transform: translate(6px, -10px) rotate(1.7deg);} }
@keyframes floatF { 0%,100% { transform: translate(0px,0px) rotate(0deg);} 50% { transform: translate(-4px, 11px) rotate(-1.4deg);} }
@keyframes floatG { 0%,100% { transform: translate(0px,0px) rotate(0deg);} 50% { transform: translate(9px, -2px) rotate(1.1deg);} }
@keyframes floatH { 0%,100% { transform: translate(0px,0px) rotate(0deg);} 50% { transform: translate(-10px, 3px) rotate(-1.3deg);} }
@keyframes floatI { 0%,100% { transform: translate(0px,0px) rotate(0deg);} 50% { transform: translate(5px, -6px) rotate(2deg);} }
@keyframes floatJ { 0%,100% { transform: translate(0px,0px) rotate(0deg);} 50% { transform: translate(-6px, 8px) rotate(-1.7deg);} }
@keyframes floatK { 0%,100% { transform: translate(0px,0px) rotate(0deg);} 50% { transform: translate(-4px, -5px) rotate(1.3deg);} }
@keyframes floatL { 0%,100% { transform: translate(0px,0px) rotate(0deg);} 50% { transform: translate(7px, 4px) rotate(-1.2deg);} }
@keyframes floatM { 0%,100% { transform: translate(0px,0px) rotate(0deg);} 50% { transform: translate(3px, -9px) rotate(2.2deg);} }
@keyframes floatN { 0%,100% { transform: translate(0px,0px) rotate(0deg);} 50% { transform: translate(-8px, 7px) rotate(-2deg);} }


/* V32 — conexões entre pontos, sem linhas saindo do centro */
.point-links .zig {
  stroke-width: 1.45;
}

.point-links .zig-soft {
  stroke-width: 1.0;
}

.point-links .zig-muted {
  stroke-width: 1.1;
}

.point-links .zig {
  opacity: .84;
}

.point-links .delay-6,
.point-links .delay-7 {
  opacity: .68;
}


/* V33 — rede de pontos circulantes */
.hero-network {
  position: relative;
  overflow: visible;
  min-height: 660px;
}

.network-canvas {
  position: absolute;
  inset: -6% -10% -10% -18%;
  width: 128%;
  height: 118%;
  display: block;
  background: transparent;
  pointer-events: none;
}

@media (max-width: 1100px) {
  .hero-network {
    min-height: 520px;
  }

  .network-canvas {
    inset: -4% -6%;
    width: 112%;
    height: 108%;
  }
}

@media (max-width: 820px) {
  .hero-network {
    min-height: 440px;
    overflow: hidden;
  }

  .network-canvas {
    inset: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 560px) {
  .hero-network {
    min-height: 360px;
  }
}


/* V43 — botões de download dos livros didáticos */
.download-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(36, 95, 107, 0.28);
  border-radius: 999px;
  padding: 9px 14px;
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: lowercase;
  color: var(--teal);
  background: rgba(251, 250, 246, .58);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.download-button:hover {
  transform: translateY(-1px);
  border-color: rgba(36, 95, 107, 0.58);
  background: rgba(36, 95, 107, 0.055);
}


/* V48 — orientações / supervisions */
.supervision-group {
  margin-bottom: 56px;
}

.supervision-group-title {
  margin: 0 0 22px;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.6vw, 2.4rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.045em;
  text-transform: lowercase;
}

.supervision-title-link {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.supervision-title-link:hover {
  opacity: .68;
}


/* V50 — capas de livros acadêmicos */
.academic-book-row .publication-content {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.academic-book-cover {
  display: block;
  width: 112px;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(33, 34, 36, 0.12);
}

.image-upload-field {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.image-upload-preview {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  color: var(--muted);
  font-size: .9rem;
}

.image-upload-preview img {
  width: 76px;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 7px;
  box-shadow: 0 6px 16px rgba(33, 34, 36, 0.12);
}

.small-button {
  width: fit-content;
}

@media (max-width: 640px) {
  .academic-book-row .publication-content {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 16px;
  }

  .academic-book-cover {
    width: 82px;
  }
}


/* V51 — foto da página sobre / about */
.about-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(180px, 22vw, 270px);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
}

.about-hero-copy {
  min-width: 0;
}

.about-photo-frame {
  width: clamp(180px, 22vw, 270px);
  aspect-ratio: 1 / 1;
  border: 1.5px solid rgba(36, 95, 107, 0.34);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  align-self: start;
  margin-top: 18px;
  background:
    radial-gradient(circle at 35% 30%, rgba(135, 149, 121, 0.13), transparent 35%),
    rgba(243, 239, 230, 0.48);
}

.about-photo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-photo-placeholder {
  position: absolute;
  inset: 18%;
  border: 1px dashed rgba(36, 95, 107, 0.26);
  border-radius: 50%;
}

@media (max-width: 760px) {
  .about-page-hero {
    grid-template-columns: 1fr;
  }

  .about-photo-frame {
    width: min(58vw, 230px);
    margin-top: 0;
  }
}


/* V52 — correção definitiva da foto em Sobre */
.page-hero.about-page-hero {
  max-width: none;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(190px, 23vw, 280px);
  gap: clamp(36px, 7vw, 92px);
  align-items: start;
}

.about-photo-frame {
  display: grid;
  place-items: center;
  visibility: visible !important;
  opacity: 1 !important;
  min-width: 190px;
  min-height: 190px;
  border: 2px solid rgba(36, 95, 107, 0.42);
}

.about-photo-empty {
  position: relative;
  z-index: 2;
  font-family: var(--sans);
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(36, 95, 107, 0.58);
}

.about-photo-frame.has-photo .about-photo-empty,
.about-photo-frame.has-photo .about-photo-placeholder {
  display: none;
}

@media (max-width: 760px) {
  .page-hero.about-page-hero {
    grid-template-columns: 1fr;
  }

  .about-photo-frame {
    min-width: 0;
    min-height: 0;
  }
}


/* V53 — aviso do upload da foto no painel */
.admin-photo-note {
  max-width: 920px;
  margin: 0 auto 18px;
  padding: 12px 14px;
  border: 1px solid rgba(36, 95, 107, 0.2);
  border-radius: 12px;
  background: rgba(36, 95, 107, 0.045);
  font-size: .9rem;
  line-height: 1.5;
}


/* V55 — hiperlinks nas descrições da página contato */
.contact-description-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.contact-description-link:hover {
  opacity: .66;
}


/* V74 — tipografia de Grupos de Pesquisa e integração visual do cabeçalho */
body {
  background: var(--bg);
}

.site-header {
  background: var(--bg) !important;
  background-image: none !important;
  border-bottom-color: transparent;
  box-shadow: none;
}

.research-groups-section > h2 {
  margin: 0 0 22px;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.6vw, 2.4rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.045em;
  text-transform: lowercase;
}

@media (max-width: 980px) {
  .research-groups-section > h2 {
    margin-bottom: 10px;
  }
}


/* V76 — ajuste fino de alinhamento nas orientações */
.supervision-student,
.supervision-work {
  min-width: 0;
  align-self: start;
}

.supervision-work {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.supervision-student h2,
.supervision-work .supervision-work-title {
  margin-top: 0;
  padding-top: 0;
}

.supervision-student .supervision-years {
  margin: 10px 0 0;
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}

.supervision-work .supervision-work-title {
  margin: 0;
  line-height: 1.45;
}

.supervision-work .supervision-access-link {
  display: inline-block;
  margin-top: 12px;
}

@media (max-width: 560px) {
  .supervision-student .supervision-years {
    margin-top: 6px;
  }
}

/* V79 — capas dos livros acadêmicos em miniatura vertical, acima do título */
.academic-book-row .academic-book-details {
  display: block;
  min-width: 0;
}

.academic-book-row .academic-book-cover {
  display: block;
  width: clamp(108px, 11vw, 140px);
  height: auto;
  aspect-ratio: 2 / 3;
  margin: 0 0 20px;
  object-fit: contain;
  object-position: center;
  background: var(--paper);
  border-radius: 5px;
  box-shadow: 0 8px 22px rgba(33, 34, 36, 0.13);
}

.academic-book-row .academic-book-title {
  margin: 0;
}

.academic-book-row .academic-book-meta {
  margin-top: 7px;
}

.academic-book-row .academic-book-access {
  margin-top: 14px;
}

@media (max-width: 640px) {
  .academic-book-row .academic-book-cover {
    width: 100px;
    margin-bottom: 16px;
  }
}

/* V80 — capas em miniatura nos livros didáticos */
.textbook-row {
  align-items: start;
}

.textbook-heading,
.textbook-content {
  min-width: 0;
}

.textbook-cover {
  display: block;
  width: 128px;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  margin: 0 0 18px;
  border-radius: 7px;
  box-shadow: 0 8px 22px rgba(33, 34, 36, 0.13);
  background: var(--paper);
}

.textbook-heading h2 {
  margin: 0;
}

.textbook-content .item-meta {
  margin-top: 10px;
}

@media (max-width: 980px) {
  .textbook-cover {
    width: 116px;
  }
}


/* V81 — um thumbnail para cada link em livros didáticos */
.textbook-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(124px, 124px));
  gap: 18px 20px;
  margin-top: 18px;
}

.textbook-link-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.textbook-link-thumb {
  display: block;
  width: 124px;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 7px;
  box-shadow: 0 8px 22px rgba(33, 34, 36, 0.13);
  background: var(--paper);
  margin: 0 0 12px;
}

.textbook-link-label {
  display: inline-block;
  margin-top: 0;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--teal);
}

.textbook-link-card.no-thumb {
  padding-top: 2px;
}

@media (max-width: 980px) {
  .textbook-links-grid {
    grid-template-columns: repeat(auto-fit, minmax(112px, 112px));
    gap: 16px 18px;
  }

  .textbook-link-thumb {
    width: 112px;
  }
}


/* V82 — link de acesso acima do thumbnail */
.textbook-link-label {
  order: 1;
  margin: 0 0 12px;
}

.textbook-link-thumb {
  order: 2;
  margin: 0;
}

/* V84 — escala tipográfica e ritmo visual mais contidos em telas de computador */
@media (min-width: 981px) {
  .site-header {
    padding: 24px clamp(28px, 3.2vw, 52px);
  }

  .brand {
    gap: 10px;
    font-size: .69rem;
  }

  .brand-dots span {
    width: 7px;
    height: 7px;
  }

  .main-nav {
    gap: clamp(17px, 1.7vw, 25px);
    font-size: .66rem;
    letter-spacing: .16em;
  }

  .home-shell {
    padding: 104px clamp(42px, 6vw, 96px) 50px;
  }

  .hero-editorial {
    min-height: calc(100svh - 154px);
    grid-template-columns: minmax(340px, .9fr) minmax(430px, 1.1fr);
    column-gap: clamp(34px, 4.2vw, 68px);
    row-gap: clamp(26px, 4.5vh, 44px);
  }

  .keyword-list {
    gap: 12px;
  }

  .keyword {
    gap: 16px;
    font-size: clamp(2.65rem, 3.55vw, 4rem);
    line-height: 1.01;
    letter-spacing: -.055em;
  }

  .keyword i {
    width: 10px;
    height: 10px;
  }

  .intro-copy {
    max-width: 530px;
    padding-top: 26px;
  }

  .intro-copy p {
    max-width: 515px;
    font-size: clamp(.98rem, .98vw, 1.08rem);
    line-height: 1.66;
  }

  .hero-system {
    min-height: 530px;
  }

  .halo-wrap,
  .dynamic-diagram-frame {
    width: min(44vw, 650px);
  }

  .page-shell {
    padding: 132px clamp(48px, 7vw, 118px) 76px;
  }

  .page-hero {
    max-width: 760px;
    margin-bottom: 56px;
  }

  .eyebrow {
    margin-bottom: 17px !important;
    font-size: .69rem !important;
  }

  .page-hero h1 {
    margin-bottom: 20px;
    font-size: clamp(2.6rem, 3.35vw, 3.9rem);
    line-height: 1.02;
    letter-spacing: -.055em;
  }

  .page-hero p {
    max-width: 740px;
    font-size: clamp(1.04rem, 1.15vw, 1.28rem);
    line-height: 1.52;
  }

  .section-row,
  .publication-entry {
    gap: clamp(34px, 4.5vw, 68px);
    padding: 28px 0;
  }

  .section-row p,
  .publication-entry p {
    font-size: clamp(.98rem, 1.02vw, 1.12rem);
    line-height: 1.6;
  }

  .publication-entry h2 {
    font-size: clamp(1.18rem, 1.45vw, 1.55rem);
    line-height: 1.3;
  }

  .supervision-group {
    margin-bottom: 46px;
  }

  .supervision-group-title,
  .research-groups-section > h2 {
    margin-bottom: 18px;
    font-size: clamp(1.45rem, 1.75vw, 1.9rem);
  }

  .textbook-links-grid {
    gap: 16px 18px;
  }
}

@media (min-width: 1500px) {
  .home-shell {
    padding-inline: 100px;
  }

  .page-shell {
    padding-inline: 110px;
  }

  .keyword {
    font-size: 3.85rem;
  }

  .page-hero h1 {
    font-size: 3.75rem;
  }
}

/* V87 — escala editorial mais leve e elegante no desktop */
@media (min-width: 981px) {
  .site-header {
    padding: 22px clamp(28px, 3vw, 48px);
  }

  .brand {
    font-size: .64rem;
    letter-spacing: .15em;
  }

  .main-nav {
    gap: clamp(16px, 1.55vw, 23px);
    font-size: .61rem;
    letter-spacing: .155em;
  }

  .home-shell {
    padding: 96px clamp(48px, 6.2vw, 104px) 46px;
  }

  .hero-editorial {
    min-height: calc(100svh - 142px);
    grid-template-columns: minmax(330px, .88fr) minmax(420px, 1.12fr);
    column-gap: clamp(40px, 5vw, 86px);
    row-gap: clamp(24px, 4vh, 38px);
  }

  .keyword-list {
    gap: 8px;
  }

  .keyword {
    gap: 14px;
    font-size: clamp(2.15rem, 2.75vw, 3.1rem);
    line-height: 1.04;
    letter-spacing: -.052em;
  }

  .keyword i {
    width: 8px;
    height: 8px;
  }

  .intro-copy {
    max-width: 480px;
    padding-top: 22px;
  }

  .intro-copy p {
    max-width: 470px;
    margin-bottom: .88rem;
    font-size: clamp(.88rem, .82vw, .98rem);
    line-height: 1.58;
  }

  .hero-system {
    min-height: 470px;
  }

  .halo-wrap,
  .dynamic-diagram-frame {
    width: min(40vw, 590px);
  }

  .page-shell {
    padding: 116px clamp(50px, 7vw, 120px) 68px;
  }

  .page-hero {
    max-width: 720px;
    margin-bottom: 46px;
  }

  .eyebrow {
    margin-bottom: 14px !important;
    font-size: .62rem !important;
    letter-spacing: .2em;
  }

  .page-hero h1 {
    margin-bottom: 16px;
    font-size: clamp(2.2rem, 2.65vw, 3.05rem);
    line-height: 1.04;
    letter-spacing: -.05em;
  }

  .page-hero p {
    max-width: 680px;
    font-size: clamp(.96rem, .94vw, 1.08rem);
    line-height: 1.48;
  }

  .section-row,
  .publication-entry {
    grid-template-columns: minmax(170px, .42fr) minmax(320px, 1fr);
    gap: clamp(32px, 4.2vw, 62px);
    padding: 24px 0;
  }

  .section-row h2,
  .publication-entry > h2,
  .supervision-student h2 {
    font-size: .69rem;
    line-height: 1.38;
    letter-spacing: .17em;
  }

  .section-row p,
  .publication-entry p {
    font-size: clamp(.9rem, .86vw, .99rem);
    line-height: 1.54;
  }

  .publication-entry h2:not(:first-child),
  .publication-entry .publication-title,
  .publication-entry strong,
  .supervision-work-title strong {
    font-size: clamp(.94rem, .92vw, 1.02rem);
    line-height: 1.44;
  }

  .section-row a,
  .publication-entry a,
  .supervision-access-link,
  .textbook-link-label {
    font-size: .68rem;
    letter-spacing: .13em;
  }

  .supervision-group {
    margin-bottom: 38px;
  }

  .supervision-group-title,
  .research-groups-section > h2 {
    margin-bottom: 14px;
    font-size: clamp(1.25rem, 1.4vw, 1.55rem);
    line-height: 1.16;
  }

  .supervision-student .supervision-years,
  .item-meta,
  .publication-meta {
    font-size: .72rem;
  }

  .academic-book-cover,
  .textbook-link-thumb {
    width: 108px;
  }

  .textbook-links-grid {
    grid-template-columns: repeat(auto-fit, minmax(108px, 108px));
    gap: 15px 18px;
  }

  .site-footer {
    padding-block: 28px 34px;
    font-size: .66rem;
  }
}

@media (min-width: 1500px) {
  .home-shell {
    padding-inline: clamp(92px, 6.2vw, 118px);
  }

  .page-shell {
    padding-inline: clamp(96px, 7vw, 132px);
  }

  .keyword {
    font-size: 3rem;
  }

  .page-hero h1 {
    font-size: 3rem;
  }

  .intro-copy p,
  .section-row p,
  .publication-entry p {
    font-size: .96rem;
  }
}


/* V88 — sistema tipográfico e cromático unificado em todas as páginas */
html,
body {
  background-color: var(--bg);
}

body {
  background: var(--bg);
  color: var(--ink);
}

.site-header {
  background: var(--bg) !important;
  color: var(--ink);
  border-bottom-color: transparent;
}

.brand,
.main-nav,
.eyebrow,
.section-row h2,
.publication-entry > h2,
.supervision-student h2,
.item-meta,
.publication-meta,
.site-footer,
.section-row a,
.publication-entry a,
.supervision-access-link,
.textbook-link-label {
  font-family: var(--sans);
}

.page-hero h1,
.keyword,
.supervision-group-title,
.research-groups-section > h2,
.publication-title,
.supervision-work-title,
.academic-book-title,
.textbook-heading h2 {
  font-family: var(--serif);
  color: var(--ink);
}

.intro-copy p,
.page-hero p,
.section-row p,
.publication-entry p,
.publication-authors,
.publication-source,
.supervision-years,
.item-meta,
.publication-meta,
.cms-message,
.site-footer {
  color: var(--muted);
}

.section-row h2,
.publication-entry > h2,
.supervision-student h2,
.brand,
.main-nav a {
  color: var(--ink);
}

.main-nav a {
  opacity: .78;
}

.main-nav a:hover,
.lang-link,
.section-row a,
.publication-entry a,
.supervision-access-link,
.textbook-link-label,
.academic-book-access,
.contact-description-link {
  color: var(--teal);
}

.page-hero h1,
.supervision-group-title,
.research-groups-section > h2 {
  font-weight: 500;
}

.page-hero p,
.intro-copy p,
.section-row p,
.publication-entry p {
  font-weight: 400;
}

.section-list,
.publication-list,
.section-row,
.publication-entry,
.site-footer {
  border-color: var(--line);
}

.about-photo-frame,
.academic-book-cover,
.textbook-link-thumb,
.content-thumb {
  background-color: var(--paper);
}

.download-button {
  color: var(--teal);
  background: rgba(254, 253, 249, .84);
}

::selection {
  background: rgba(135, 149, 121, .22);
  color: var(--ink);
}

/* V89 — títulos dos itens de livros didáticos no mesmo padrão das demais listas */
.textbook-heading h2 {
  margin: 0;
  font-family: var(--sans);
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink);
}

@media (min-width: 981px) {
  .textbook-heading h2 {
    font-size: .69rem;
    line-height: 1.38;
    letter-spacing: .17em;
  }
}


/* V90 — correção definitiva da tipografia dos nomes em Livros didáticos */
body .textbook-row .textbook-heading > h2 {
  margin: 0 !important;
  font-family: var(--sans) !important;
  font-size: .8rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  color: var(--ink) !important;
}

@media (min-width: 981px) {
  body .textbook-row .textbook-heading > h2 {
    font-size: .69rem !important;
    line-height: 1.38 !important;
    letter-spacing: .17em !important;
  }
}


/* V91 — Redes / Networks no mesmo padrão de Mestrado e Doutorado */
body .research-groups-section > h2.networks-section-title {
  margin: 0 0 22px !important;
  padding: 0 !important;
  font-family: var(--serif) !important;
  font-size: clamp(1.65rem, 2.6vw, 2.4rem) !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.045em !important;
  text-transform: lowercase !important;
  color: var(--ink) !important;
}

@media (min-width: 981px) {
  body .research-groups-section > h2.networks-section-title {
    margin-bottom: 14px !important;
    font-size: clamp(1.25rem, 1.4vw, 1.55rem) !important;
    line-height: 1.16 !important;
  }
}

@media (max-width: 980px) {
  body .research-groups-section > h2.networks-section-title {
    margin-bottom: 10px !important;
  }
}


/* V92 — conteúdo centralizado em telas largas e maior respiro antes de Redes */
@media (min-width: 981px) {
  body .page-shell {
    width: 100%;
    max-width: 1500px;
    margin-inline: auto;
    padding-inline: clamp(48px, 4.2vw, 68px) !important;
  }

  body .research-groups-host {
    margin-top: clamp(58px, 5.5vw, 86px);
  }

  body .research-groups-host .research-groups-section {
    padding-top: 30px;
  }
}

@media (min-width: 1700px) {
  body .page-shell {
    max-width: 1500px;
  }
}

@media (max-width: 980px) {
  body .research-groups-host {
    margin-top: 42px;
  }
}

/* V93 — padronização tipográfica global solicitada */
body .page-hero h1 {
  font-family: var(--serif) !important;
  font-weight: 500 !important;
  letter-spacing: -.06em !important;
  text-transform: lowercase !important;
  color: var(--ink) !important;
}

body .page-hero p {
  font-family: var(--serif) !important;
  font-size: clamp(1.15rem, 1.6vw, 1.65rem) !important;
  line-height: 1.56 !important;
  color: #3b3c39 !important;
}

body .intro-copy p,
body .section-row p,
body .publication-entry p,
body .publication-authors,
body .publication-source,
body .publication-meta,
body .supervision-years,
body .item-meta,
body .cms-message {
  font-family: var(--sans) !important;
  font-size: clamp(.88rem, .98vw, .96rem) !important;
  line-height: 1.85 !important;
  color: var(--muted) !important;
}

@media (max-width: 980px) {
  body .intro-copy p,
  body .section-row p,
  body .publication-entry p,
  body .publication-authors,
  body .publication-source,
  body .publication-meta,
  body .supervision-years,
  body .item-meta,
  body .cms-message {
    font-size: .94rem !important;
    line-height: 1.8 !important;
  }
}

@media (max-width: 420px) {
  body .page-hero p {
    font-size: 1rem !important;
    line-height: 1.58 !important;
  }

  body .intro-copy p,
  body .section-row p,
  body .publication-entry p,
  body .publication-authors,
  body .publication-source,
  body .publication-meta,
  body .supervision-years,
  body .item-meta,
  body .cms-message {
    font-size: .88rem !important;
    line-height: 1.75 !important;
  }
}


/* V94 — ajustes finais: remover eyebrow, reduzir descrições e reforçar coesão */
body .eyebrow {
  display: none !important;
}

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

body .page-hero p {
  font-family: var(--serif) !important;
  font-size: clamp(1.02rem, 1.34vw, 1.36rem) !important;
  line-height: 1.54 !important;
  color: #3b3c39 !important;
}

@media (max-width: 980px) {
  body .page-hero p {
    font-size: 1rem !important;
    line-height: 1.56 !important;
  }
}

@media (max-width: 420px) {
  body .page-hero p {
    font-size: .94rem !important;
    line-height: 1.54 !important;
  }
}

/* V96 — descrições de abertura menores em todas as páginas */
body .page-hero p {
  font-size: clamp(.98rem, 1.14vw, 1.18rem) !important;
  line-height: 1.56 !important;
}

@media (max-width: 980px) {
  body .page-hero p {
    font-size: .96rem !important;
    line-height: 1.56 !important;
  }
}

@media (max-width: 420px) {
  body .page-hero p {
    font-size: .9rem !important;
    line-height: 1.54 !important;
  }
}
