/*
 * YOYONAUTAS — Home Editorial pública
 * Escopo exclusivo: body.page-home-editorial
 */

:root {
  --editorial-bg: #05070d;
  --editorial-text: #f7f3ee;
  --editorial-muted: rgba(247, 243, 238, .66);
  --editorial-line: rgba(255, 255, 255, .13);
  --editorial-line-soft: rgba(255, 255, 255, .075);
  --editorial-gold: #d9ad58;
  --editorial-gold-light: #f0d48f;
  --editorial-wine: #3d131a;
}

html:has(body.page-home-editorial) {
  background: var(--editorial-bg);
  scroll-behavior: smooth;
}

body.page-home-editorial {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--editorial-text);
  background:
    radial-gradient(circle at 82% 6%, rgba(67, 22, 33, .48) 0, transparent 34%),
    linear-gradient(145deg, #05070d 0%, #0d0710 56%, #060810 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.page-home-editorial *,
.page-home-editorial *::before,
.page-home-editorial *::after {
  box-sizing: border-box;
}

.page-home-editorial a {
  color: inherit;
}

.page-home-editorial #bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: .24;
  pointer-events: none;
}

.page-home-editorial .editorial-mobile-header {
  display: none;
}

.page-home-editorial .editorial-layout {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
  gap: clamp(42px, 5vw, 78px);
  width: min(1480px, calc(100% - 48px));
  margin: 0 auto;
  padding: 22px 0 0;
}

.page-home-editorial .editorial-sidebar {
  position: sticky;
  top: 22px;
  display: flex;
  flex-direction: column;
  align-self: start;
  height: calc(100vh - 44px);
  min-height: 620px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-gutter: stable;
  padding: 22px 18px 20px 0;
  border-right: 1px solid var(--editorial-line);
  scrollbar-width: thin;
  scrollbar-color: rgba(217, 173, 88, .35) transparent;
}

.page-home-editorial .editorial-brand {
  display: block;
}

.page-home-editorial .editorial-brand img {
  display: block;
  object-fit: contain;
  object-position: left center;
}

.page-home-editorial .editorial-sidebar > p {
  max-width: 190px;
  margin: 20px 0 28px;
  color: var(--editorial-muted);
  font-size: .77rem;
  line-height: 1.5;
  text-align: left;
}

.page-home-editorial .editorial-nav {
  display: grid;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin-top: 2px;
  border-top: 1px solid var(--editorial-line-soft);
}

.page-home-editorial .editorial-nav a {
  display: grid;
  grid-template-columns: 20px 1fr auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 42px;
  padding: 8px 2px;
  border-bottom: 1px solid var(--editorial-line-soft);
  color: rgba(255, 255, 255, .7);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-decoration: none;
  transition: color .2s ease, padding-left .2s ease;
}

.page-home-editorial .editorial-nav a > span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.page-home-editorial .editorial-nav a:hover,
.page-home-editorial .editorial-nav a:focus-visible {
  padding-left: 6px;
  color: #fff;
}

.page-home-editorial .editorial-nav .menu-icon {
  width: 17px;
  height: 17px;
  color: var(--editorial-gold);
}

.page-home-editorial .editorial-nav b {
  color: var(--editorial-gold-light);
  font-size: .78rem;
  font-weight: 400;
  opacity: 0;
  transition: opacity .2s ease;
}

.page-home-editorial .editorial-nav a:hover b,
.page-home-editorial .editorial-nav a:focus-visible b {
  opacity: 1;
}

.page-home-editorial .editorial-sidebar-store {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 20px;
  color: var(--editorial-gold-light);
  font-size: .7rem;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
}

.page-home-editorial .editorial-main {
  display: block;
  width: min(100%, 1120px);
  min-height: auto;
  margin: 0 auto;
  padding: 0 0 54px;
}

.page-home-editorial .editorial-hero {
  position: relative;
  min-height: 610px;
  padding: 92px 0 76px;
  border-bottom: 1px solid var(--editorial-line);
  text-align: left;
}

.page-home-editorial .editorial-hero::after {
  content: "";
  position: absolute;
  top: 58px;
  right: 3%;
  width: min(34vw, 360px);
  aspect-ratio: 1;
  border: 1px solid rgba(217, 173, 88, .18);
  border-radius: 50%;
  box-shadow: inset 0 0 0 60px rgba(217, 173, 88, .02), inset 0 0 0 120px rgba(217, 173, 88, .015);
  pointer-events: none;
}

.page-home-editorial .editorial-kicker {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--editorial-gold-light);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.page-home-editorial .editorial-kicker::before {
  content: "";
  width: 42px;
  height: 1px;
  background: var(--editorial-gold);
}

.page-home-editorial .editorial-hero h1 {
  position: relative;
  z-index: 2;
  max-width: 10ch;
  margin: 38px 0 0;
  color: var(--editorial-text);
  font-size: clamp(4.6rem, 8.3vw, 9rem);
  font-weight: 600;
  line-height: .85;
  letter-spacing: -.075em;
  text-align: left;
  text-shadow: none;
}

.page-home-editorial .editorial-hero-bottom {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 520px) auto;
  align-items: end;
  gap: 40px;
  margin-top: 54px;
}

.page-home-editorial .editorial-hero-bottom > p {
  margin: 0;
  color: var(--editorial-muted);
  font-size: 1rem;
  line-height: 1.72;
  text-align: left;
}

.page-home-editorial .editorial-actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.page-home-editorial .editorial-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 19px;
  border: 1px solid var(--editorial-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .025);
  color: var(--editorial-text);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .025em;
  text-decoration: none;
  transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease;
}

.page-home-editorial .editorial-button:hover,
.page-home-editorial .editorial-button:focus-visible {
  border-color: rgba(255, 255, 255, .26);
  background: rgba(255, 255, 255, .06);
  transform: translateY(-2px);
}

.page-home-editorial .editorial-button-primary {
  border-color: var(--editorial-gold);
  background: var(--editorial-gold);
  color: #171009;
}

.page-home-editorial .editorial-button-primary:hover,
.page-home-editorial .editorial-button-primary:focus-visible {
  border-color: var(--editorial-gold-light);
  background: var(--editorial-gold-light);
}

.page-home-editorial .editorial-section-label {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--editorial-muted);
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.page-home-editorial .editorial-section-label span {
  color: var(--editorial-gold);
}

.page-home-editorial .editorial-lead-section {
  padding: 78px 0 86px;
  border-bottom: 1px solid var(--editorial-line);
}

.page-home-editorial .editorial-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(290px, .72fr);
  align-items: stretch;
  gap: clamp(30px, 5vw, 66px);
  margin-top: 28px;
  color: #fff;
  text-decoration: none;
}

.page-home-editorial .editorial-lead-media {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border-radius: 2px 30px 30px 30px;
  background: linear-gradient(145deg, rgba(56, 18, 28, .9), rgba(8, 9, 14, .96));
}

/* Respeita na Home o formato escolhido em Admin > Home > Editar miniatura. */
.page-home-editorial .editorial-lead-media.ratio-horizontal,
.page-home-editorial .editorial-story-media.ratio-horizontal {
  aspect-ratio: 16 / 9;
  min-height: 0;
}

.page-home-editorial .editorial-lead-media.ratio-landscape,
.page-home-editorial .editorial-story-media.ratio-landscape {
  aspect-ratio: 4 / 3;
  min-height: 0;
}

.page-home-editorial .editorial-lead-media.ratio-square,
.page-home-editorial .editorial-story-media.ratio-square {
  aspect-ratio: 1 / 1;
  min-height: 0;
}

.page-home-editorial .editorial-lead-media.ratio-vertical,
.page-home-editorial .editorial-story-media.ratio-vertical {
  aspect-ratio: 3 / 4;
  min-height: 0;
}

.page-home-editorial .editorial-lead-media > div,
.page-home-editorial .editorial-story-media > div {
  position: absolute;
  inset: 0;
}

.page-home-editorial .editorial-lead-media img,
.page-home-editorial .editorial-story-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.01);
  transition: opacity .75s ease, transform .75s ease;
}

.page-home-editorial .editorial-lead-media img.is-active,
.page-home-editorial .editorial-story-media img.is-active {
  opacity: 1;
}

.page-home-editorial .editorial-lead:hover .editorial-lead-media img.is-active,
.page-home-editorial .editorial-story:hover .editorial-story-media img.is-active {
  transform: scale(1.04);
}

.page-home-editorial .editorial-lead-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 0;
  text-align: left;
}

.page-home-editorial .editorial-lead-copy > span {
  color: var(--editorial-gold-light);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.page-home-editorial .editorial-lead-copy h2 {
  max-width: 12ch;
  margin: 18px 0 0;
  color: var(--editorial-text);
  font-size: clamp(2.5rem, 4.6vw, 5rem);
  font-weight: 600;
  line-height: .94;
  letter-spacing: -.06em;
  text-align: left;
  text-shadow: none;
}

.page-home-editorial .editorial-lead-copy p {
  margin: 24px 0 0;
  color: var(--editorial-muted);
  font-size: .96rem;
  line-height: 1.62;
}

.page-home-editorial .editorial-lead-copy > b,
.page-home-editorial .editorial-story-copy > b {
  display: inline-flex;
  gap: 9px;
  margin-top: 30px;
  color: var(--editorial-gold-light);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.page-home-editorial .editorial-lead-copy > b i,
.page-home-editorial .editorial-story-copy > b i {
  font-style: normal;
}

.page-home-editorial .editorial-stories-section {
  padding: 86px 0 88px;
  border-bottom: 1px solid var(--editorial-line);
}

.page-home-editorial .editorial-stories-heading {
  display: grid;
  grid-template-columns: minmax(180px, .42fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
  margin-bottom: 50px;
}

.page-home-editorial .editorial-stories-heading h2,
.page-home-editorial .editorial-projects h2 {
  max-width: 16ch;
  margin: 0;
  color: var(--editorial-text);
  font-size: clamp(2.3rem, 4.5vw, 4.8rem);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.055em;
  text-align: left;
  text-shadow: none;
}

.page-home-editorial .editorial-stories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
}

.page-home-editorial .editorial-story {
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 0 0 42px;
  color: #fff;
  text-decoration: none;
}

.page-home-editorial .editorial-story:nth-child(n+3) {
  grid-column: 1 / -1;
  grid-template-columns: minmax(210px, .42fr) minmax(0, 1fr);
  grid-template-rows: auto;
  gap: clamp(24px, 4vw, 54px);
  padding: 34px 0;
  border-top: 1px solid var(--editorial-line);
}

.page-home-editorial .editorial-story-media {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  border-radius: 2px 22px 22px 22px;
  background: linear-gradient(145deg, rgba(52, 17, 27, .88), rgba(8, 9, 14, .96));
}

.page-home-editorial .editorial-story:nth-child(n+3) .editorial-story-media {
  min-height: 185px;
}

.page-home-editorial .editorial-story-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 22px;
  text-align: left;
}

.page-home-editorial .editorial-story:nth-child(n+3) .editorial-story-copy {
  justify-content: center;
  padding-top: 0;
}

.page-home-editorial .editorial-story-copy > span {
  color: var(--editorial-gold);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.page-home-editorial .editorial-story-copy h3 {
  max-width: 18ch;
  margin: 12px 0 0;
  color: var(--editorial-text);
  font-size: clamp(1.6rem, 2.7vw, 2.8rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.page-home-editorial .editorial-story-copy p {
  max-width: 600px;
  margin: 13px 0 0;
  color: var(--editorial-muted);
  font-size: .87rem;
  line-height: 1.55;
}

.page-home-editorial .editorial-story-copy > b {
  margin-top: 20px;
}

.page-home-editorial .editorial-art {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: .7;
}

.page-home-editorial .editorial-art::before {
  content: "";
  position: absolute;
  top: 12%;
  right: 4%;
  width: min(62%, 330px);
  aspect-ratio: 1.55;
  border: 1px solid rgba(217, 173, 88, .42);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.page-home-editorial .editorial-art span,
.page-home-editorial .editorial-art i {
  position: absolute;
  top: 24%;
  width: min(24%, 120px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .15) 0 18%, rgba(255, 255, 255, .035) 19% 100%);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .28);
}

.page-home-editorial .editorial-art span { right: 24%; }
.page-home-editorial .editorial-art i { right: 9%; }
.page-home-editorial .editorial-art-1 { transform: rotate(-5deg) scale(.94); }
.page-home-editorial .editorial-art-2 { transform: rotate(8deg) scale(.9); }
.page-home-editorial .editorial-art-3 { transform: rotate(-12deg) scale(1.05); }
.page-home-editorial .editorial-art-4 { transform: rotate(6deg) scale(.88); }
.page-home-editorial .editorial-art-5 { transform: rotate(-3deg) scale(.96); }

.page-home-editorial .editorial-projects {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 88px 0 94px;
  border-bottom: 1px solid var(--editorial-line);
}

.page-home-editorial .editorial-projects-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  gap: clamp(40px, 7vw, 90px);
  margin-top: 34px;
}

.page-home-editorial .editorial-projects h2 {
  max-width: 12ch;
}

.page-home-editorial .editorial-projects-copy {
  align-self: end;
  text-align: left;
}

.page-home-editorial .editorial-projects-copy p {
  margin: 0;
  color: var(--editorial-muted);
  font-size: .96rem;
  line-height: 1.68;
}

.page-home-editorial .editorial-projects-copy .editorial-button {
  margin-top: 28px;
}

.page-home-editorial .editorial-projects-orbit {
  position: absolute;
  top: -18%;
  right: -8%;
  z-index: -1;
  width: 520px;
  aspect-ratio: 1;
  opacity: .6;
}

.page-home-editorial .editorial-projects-orbit::before {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(217, 173, 88, .25);
  border-radius: 50%;
}

.page-home-editorial .editorial-projects-orbit span,
.page-home-editorial .editorial-projects-orbit i {
  position: absolute;
  top: 32%;
  width: 100px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 50%;
  background: radial-gradient(circle, #17171b 0 20%, #aaa 21% 25%, #34343a 26% 35%, #929297 36% 40%, #18181d 41% 70%, #555 71% 74%, #1c1c20 75%);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .34);
}

.page-home-editorial .editorial-projects-orbit span { right: 32%; }
.page-home-editorial .editorial-projects-orbit i { right: 17%; }

.page-home-editorial .editorial-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 0 14px;
  color: var(--editorial-muted);
  font-size: .74rem;
  text-align: left;
}

.page-home-editorial .editorial-footer p {
  margin: 0;
}

.page-home-editorial .editorial-footer span {
  color: var(--editorial-gold-light);
  font-weight: 700;
  letter-spacing: .12em;
}

.page-home-editorial .home-lightbox {
  z-index: 1000;
}

@media (max-width: 1120px) {
  .page-home-editorial .editorial-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 42px;
  }

  .page-home-editorial .editorial-hero-bottom {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .page-home-editorial .editorial-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 860px) {
  .page-home-editorial .editorial-mobile-header {
    position: relative;
    z-index: 20;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    width: min(100% - 28px, 720px);
    min-height: 68px;
    margin: 10px auto 0;
    padding: 8px 9px 8px 17px;
    border: 1px solid var(--editorial-line);
    border-radius: 22px;
    background: rgba(8, 8, 13, .78);
    box-shadow: 0 18px 60px rgba(0, 0, 0, .28);
    backdrop-filter: blur(20px);
  }

  .page-home-editorial .editorial-mobile-brand img {
    display: block;
    object-fit: contain;
    object-position: left center;
  }

  .page-home-editorial .editorial-mobile-menu {
    position: relative;
  }

  .page-home-editorial .editorial-mobile-menu summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid rgba(229, 192, 112, .24);
    border-radius: 15px;
    background: rgba(217, 173, 88, .1);
    color: var(--editorial-gold-light);
    font-size: .75rem;
    font-weight: 700;
    list-style: none;
    cursor: pointer;
  }

  .page-home-editorial .editorial-mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .page-home-editorial .editorial-mobile-menu summary svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
  }

  .page-home-editorial .editorial-mobile-menu-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    gap: 5px;
    width: min(390px, calc(100vw - 28px));
    padding: 12px;
    border: 1px solid var(--editorial-line);
    border-radius: 22px;
    background: rgba(8, 8, 13, .97);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .55);
  }

  .page-home-editorial .editorial-mobile-menu-panel a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 9px 11px;
    border-radius: 12px;
    color: rgba(255, 255, 255, .76);
    font-size: .75rem;
    font-weight: 600;
    text-decoration: none;
  }

  .page-home-editorial .editorial-mobile-menu-panel a:hover,
  .page-home-editorial .editorial-mobile-menu-panel a:focus-visible {
    background: rgba(217, 173, 88, .1);
    color: #fff;
  }

  .page-home-editorial .editorial-mobile-menu-panel .menu-icon {
    width: 18px;
    height: 18px;
    color: var(--editorial-gold);
  }

  .page-home-editorial .editorial-layout {
    display: block;
    width: min(100% - 28px, 720px);
    padding-top: 0;
  }

  .page-home-editorial .editorial-sidebar {
    display: none;
  }

  .page-home-editorial .editorial-main {
    width: 100%;
  }

  .page-home-editorial .editorial-hero {
    min-height: 0;
    padding: 76px 0 68px;
  }

  .page-home-editorial .editorial-hero h1 {
    font-size: clamp(4.2rem, 13vw, 7rem);
  }

  .page-home-editorial .editorial-lead {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .page-home-editorial .editorial-lead-media {
    min-height: 430px;
  }

  .page-home-editorial .editorial-lead-copy {
    padding: 24px 0 0;
  }

  .page-home-editorial .editorial-stories-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-home-editorial .editorial-projects-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 560px) {
  .page-home-editorial .editorial-mobile-menu summary {
    width: 46px;
    padding: 0;
  }

  .page-home-editorial .editorial-mobile-menu summary span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .page-home-editorial .editorial-mobile-menu-panel {
    width: calc(100vw - 28px);
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }

  .page-home-editorial .editorial-hero {
    padding: 60px 0 56px;
  }

  .page-home-editorial .editorial-kicker {
    font-size: .66rem;
    letter-spacing: .11em;
  }

  .page-home-editorial .editorial-kicker::before {
    width: 28px;
  }

  .page-home-editorial .editorial-hero h1 {
    margin-top: 28px;
    font-size: clamp(3.6rem, 18vw, 5.4rem);
    line-height: .88;
  }

  .page-home-editorial .editorial-hero::after {
    top: 90px;
    right: -28%;
    width: 300px;
  }

  .page-home-editorial .editorial-hero-bottom {
    margin-top: 40px;
  }

  .page-home-editorial .editorial-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .page-home-editorial .editorial-button {
    min-height: 48px;
    padding: 0 13px;
    font-size: .66rem;
  }

  .page-home-editorial .editorial-lead-section,
  .page-home-editorial .editorial-stories-section,
  .page-home-editorial .editorial-projects {
    padding: 64px 0;
  }

  .page-home-editorial .editorial-lead-media {
    min-height: 350px;
    border-radius: 2px 24px 24px 24px;
  }

  .page-home-editorial .editorial-lead-copy h2 {
    font-size: clamp(2.5rem, 13vw, 3.8rem);
  }

  .page-home-editorial .editorial-stories {
    grid-template-columns: 1fr;
  }

  .page-home-editorial .editorial-story,
  .page-home-editorial .editorial-story:nth-child(n+3) {
    grid-column: 1;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: 0;
    padding: 28px 0 36px;
    border-top: 1px solid var(--editorial-line);
  }

  .page-home-editorial .editorial-story:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .page-home-editorial .editorial-story-media,
  .page-home-editorial .editorial-story:nth-child(n+3) .editorial-story-media {
    min-height: 270px;
  }

  .page-home-editorial .editorial-story-copy,
  .page-home-editorial .editorial-story:nth-child(n+3) .editorial-story-copy {
    justify-content: flex-start;
    padding-top: 20px;
  }

  .page-home-editorial .editorial-stories-heading h2,
  .page-home-editorial .editorial-projects h2 {
    font-size: clamp(2.3rem, 12vw, 3.4rem);
  }

  .page-home-editorial .editorial-projects-copy .editorial-button {
    width: 100%;
  }

  .page-home-editorial .editorial-projects-orbit {
    top: 3%;
    right: -65%;
  }

  .page-home-editorial .editorial-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

/* V300.171 — órbita abstrata e chamada prioritária do Campeonato Brasileiro. */
.page-home-editorial .editorial-yoyo-orbit {
  opacity: .72;
}

.page-home-editorial .editorial-orbit-line {
  background:
    radial-gradient(circle at 21% 24%, rgba(240,212,143,.72) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 67%, rgba(217,173,88,.46) 0 1px, transparent 2px);
  animation: editorial-orbit-drift 12s ease-in-out infinite;
}

@keyframes editorial-orbit-drift {
  0%, 100% { transform: rotate(-8deg) scale(1); opacity: .6; }
  35% { transform: rotate(3deg) scale(1.035); opacity: .92; }
  68% { transform: rotate(-1deg) scale(.975); opacity: .72; }
}

.page-home-editorial .editorial-championship {
  padding: 32px 0;
  border-bottom: 1px solid var(--editorial-line);
}

.page-home-editorial .editorial-championship > a {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(22px, 3.5vw, 46px);
  min-height: 180px;
  overflow: hidden;
  padding: 22px clamp(22px, 3.2vw, 42px) 22px 22px;
  border: 1px solid rgba(240, 212, 143, .31);
  border-radius: 3px 26px 26px 26px;
  color: var(--editorial-text);
  text-decoration: none;
  background:
    radial-gradient(circle at 8% 50%, rgba(217,173,88,.16), transparent 31%),
    linear-gradient(112deg, rgba(61,19,26,.88), rgba(11,9,15,.94) 58%, rgba(217,173,88,.075));
  box-shadow: 0 24px 70px rgba(0,0,0,.22), inset 0 1px rgba(255,255,255,.035);
  transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.page-home-editorial .editorial-championship > a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 34%, rgba(240,212,143,.075) 49%, transparent 64%);
  transform: translateX(-110%);
  transition: transform .85s ease;
  pointer-events: none;
}

.page-home-editorial .editorial-championship > a:hover,
.page-home-editorial .editorial-championship > a:focus-visible {
  border-color: rgba(240, 212, 143, .66);
  transform: translateY(-3px);
  box-shadow: 0 30px 85px rgba(0,0,0,.3), 0 0 38px rgba(217,173,88,.07);
}

.page-home-editorial .editorial-championship > a:hover::after,
.page-home-editorial .editorial-championship > a:focus-visible::after {
  transform: translateX(110%);
}

.page-home-editorial .editorial-championship-mark {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 150px;
  aspect-ratio: 1;
  border: 1px solid rgba(240,212,143,.2);
  border-radius: 50%;
  background: rgba(3,5,9,.5);
}

.page-home-editorial .editorial-championship-mark::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px dashed rgba(240,212,143,.18);
  border-radius: 50%;
  animation: editorial-championship-ring 18s linear infinite;
}

.page-home-editorial .editorial-championship-mark img {
  position: relative;
  z-index: 1;
  display: block;
  width: 76%;
  height: 76%;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.3));
}

.page-home-editorial .editorial-championship-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.page-home-editorial .editorial-championship-copy > span {
  color: var(--editorial-gold-light);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.page-home-editorial .editorial-championship-copy h2 {
  max-width: 19ch;
  margin: 8px 0 12px;
  padding: 0;
  color: #fff;
  font-size: clamp(1.75rem, 3.25vw, 3.15rem);
  font-weight: 650;
  line-height: .98;
  letter-spacing: -.045em;
  text-align: left;
  text-wrap: balance;
  overflow: visible;
}

.page-home-editorial .editorial-championship-info {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  color: rgba(247,243,238,.82);
  font-size: .78rem;
  line-height: 1.4;
}

.page-home-editorial .editorial-championship-info strong {
  color: var(--editorial-gold-light);
}

.page-home-editorial .editorial-championship-info b {
  font-weight: 500;
}

.page-home-editorial .editorial-championship-copy p {
  margin: 10px 0 0;
  color: rgba(247,243,238,.6);
  font-size: .71rem;
  line-height: 1.45;
}

.page-home-editorial .editorial-championship-action {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--editorial-gold-light);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.page-home-editorial .editorial-championship-action span {
  font-size: 1rem;
  transition: transform .25s ease;
}

.page-home-editorial .editorial-championship > a:hover .editorial-championship-action span {
  transform: translate(3px,-3px);
}

@keyframes editorial-championship-ring {
  to { transform: rotate(360deg); }
}

@media (max-width:760px) {
  .page-home-editorial .editorial-championship { padding: 24px 0 30px; }
  .page-home-editorial .editorial-championship > a {
    grid-template-columns: 98px minmax(0,1fr);
    gap: 18px;
    min-height: 0;
    padding: 18px;
    border-radius: 3px 20px 20px 20px;
  }
  .page-home-editorial .editorial-championship-mark { width: 98px; }
  .page-home-editorial .editorial-championship-copy h2 { font-size: clamp(1.5rem,6vw,2.3rem); }
  .page-home-editorial .editorial-championship-action { grid-column: 2; margin-top: -4px; }
}

@media (max-width:480px) {
  .page-home-editorial .editorial-championship > a { grid-template-columns: 76px minmax(0,1fr); gap: 14px; padding: 14px; }
  .page-home-editorial .editorial-championship-mark { width: 76px; }
  .page-home-editorial .editorial-championship-copy h2 { margin-top: 6px; font-size: 1.36rem; }
  .page-home-editorial .editorial-championship-info { font-size: .7rem; }
  .page-home-editorial .editorial-championship-copy p { font-size: .66rem; }
}

@media (prefers-reduced-motion: reduce) {
  .page-home-editorial .editorial-orbit-line,
  .page-home-editorial .editorial-championship-mark::before { animation: none; }
  .page-home-editorial .editorial-championship > a::after { display: none; }
}

/* V300.167 — versão pública compacta e navegação mobile em duas linhas. */
.page-home-editorial .editorial-hero { min-height:0; padding:58px 0 48px; }
.page-home-editorial .editorial-hero::after { top:12px; width:min(29vw,300px); }
.page-home-editorial .editorial-hero h1 {
  max-width:12ch; margin-top:24px; padding-bottom:.08em; overflow:visible;
  font-size:clamp(3.8rem,6.4vw,6.4rem); font-weight:700; line-height:.92;
  letter-spacing:-.062em; overflow-wrap:anywhere; text-wrap:balance;
}
.page-home-editorial .editorial-hero-bottom { margin-top:30px; }
.page-home-editorial .editorial-lead-section,
.page-home-editorial .editorial-stories-section,
.page-home-editorial .editorial-projects { padding:48px 0 52px; }
.page-home-editorial .editorial-lead { margin-top:22px; gap:clamp(24px,4vw,48px); }
.page-home-editorial .editorial-lead-media { min-height:310px; border-radius:2px 22px 22px 22px; }
.page-home-editorial .editorial-lead-copy h2,
.page-home-editorial .editorial-stories-heading h2,
.page-home-editorial .editorial-projects h2,
.page-home-editorial .editorial-story-copy h3 {
  padding-bottom:.06em; overflow:visible; line-height:1; overflow-wrap:anywhere; text-wrap:balance;
}
.page-home-editorial .editorial-lead-copy h2 { font-size:clamp(2.15rem,3.7vw,3.8rem); }
.page-home-editorial .editorial-stories-heading { margin-bottom:30px; }
.page-home-editorial .editorial-stories-heading h2,
.page-home-editorial .editorial-projects h2 { font-size:clamp(2.1rem,3.6vw,3.7rem); }
.page-home-editorial .editorial-story { padding-bottom:28px; }
.page-home-editorial .editorial-story:nth-child(n+3) { padding:24px 0; }
.page-home-editorial .editorial-story-media { min-height:230px; }
.page-home-editorial .editorial-story:nth-child(n+3) .editorial-story-media { min-height:145px; }
.page-home-editorial .editorial-story-copy h3 { margin-top:0; font-size:clamp(1.45rem,2.3vw,2.35rem); }

@media (max-width:860px) {
  .page-home-editorial .editorial-mobile-header {
    grid-template-columns:1fr; align-items:stretch; min-height:0; padding:9px 10px 10px;
    overflow-x:hidden;
  }
  .page-home-editorial .editorial-mobile-brand img { margin:0 auto 6px; object-position:center; }
  .page-home-editorial .editorial-mobile-menu { position:relative; display:grid; gap:4px; width:100%; }
  .page-home-editorial .editorial-mobile-menu-row {
    display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:3px; overflow-x:hidden;
  }
  .page-home-editorial .editorial-mobile-menu-row a {
    display:grid; grid-template-rows:17px auto; align-items:center; justify-items:center; gap:4px;
    min-width:0; min-height:43px; padding:5px 2px; border:1px solid rgba(255,255,255,.055);
    border-radius:9px; color:rgba(255,255,255,.76); font-size:clamp(.48rem,1.7vw,.62rem);
    font-weight:600; line-height:1.05; text-align:center; text-decoration:none;
  }
  .page-home-editorial .editorial-mobile-menu-row a:hover,
  .page-home-editorial .editorial-mobile-menu-row a:focus-visible { background:rgba(217,173,88,.1); color:#fff; }
  .page-home-editorial .editorial-mobile-menu-row .menu-icon { width:16px; height:16px; color:var(--editorial-gold); }
  .page-home-editorial .editorial-hero { padding:48px 0 44px; }
  .page-home-editorial .editorial-hero h1 { max-width:12ch; font-size:clamp(3.5rem,12vw,5.8rem); line-height:.94; }
  .page-home-editorial .editorial-lead-media { min-height:310px; }
}

@media (max-width:560px) {
  .page-home-editorial .editorial-hero { padding:40px 0 38px; }
  .page-home-editorial .editorial-hero h1 { margin-top:22px; font-size:clamp(3rem,15vw,4.45rem); line-height:.95; }
  .page-home-editorial .editorial-lead-section,
  .page-home-editorial .editorial-stories-section,
  .page-home-editorial .editorial-projects { padding:42px 0; }
  .page-home-editorial .editorial-lead-media { min-height:245px; }
  .page-home-editorial .editorial-story-media,
  .page-home-editorial .editorial-story:nth-child(n+3) .editorial-story-media { min-height:210px; }
}

/* V300.169 — hierarquia da marca e elemento orbital do ioiô. */
.page-home-editorial .editorial-layout {
  grid-template-columns: 260px minmax(0, 1fr);
}

.page-home-editorial .editorial-hero::after {
  content: none;
}

.page-home-editorial .editorial-hero h1 {
  max-width: 15ch;
  font-size: clamp(2.65rem, 5.1vw, 5.35rem);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.052em;
  text-wrap: balance;
}

.page-home-editorial .editorial-yoyo-orbit {
  position: absolute;
  z-index: 1;
  top: 9px;
  right: 2%;
  width: min(29vw, 300px);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  transform: rotate(-12deg);
  opacity: .82;
  transition: transform .8s cubic-bezier(.2,.75,.25,1), opacity .4s ease;
}

.page-home-editorial .editorial-hero:hover .editorial-yoyo-orbit {
  transform: rotate(-7deg) translate3d(-4px, 3px, 0);
  opacity: 1;
}

.page-home-editorial .editorial-orbit-line {
  position: absolute;
  inset: 6%;
  border: 1px solid rgba(217, 173, 88, .3);
  border-right-color: rgba(217, 173, 88, .07);
  border-bottom-color: rgba(217, 173, 88, .16);
  border-radius: 50%;
  box-shadow: inset 0 0 50px rgba(217, 173, 88, .025);
}

.page-home-editorial .editorial-orbit-line::before,
.page-home-editorial .editorial-orbit-line::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(217, 173, 88, .12);
  border-radius: 50%;
}

.page-home-editorial .editorial-orbit-line::before { inset: 18%; }
.page-home-editorial .editorial-orbit-line::after { inset: 35%; }

.page-home-editorial .editorial-orbit-yoyo {
  position: absolute;
  inset: 0;
  animation: editorial-yoyo-orbit 16s linear infinite;
}

.page-home-editorial .editorial-orbit-yoyo::before,
.page-home-editorial .editorial-orbit-yoyo::after {
  content: "";
  position: absolute;
  top: 44%;
  width: 17px;
  height: 28px;
  border: 1px solid rgba(240, 212, 143, .78);
  background: linear-gradient(135deg, rgba(240,212,143,.3), rgba(61,19,26,.7));
  box-shadow: 0 0 18px rgba(217, 173, 88, .18);
}

.page-home-editorial .editorial-orbit-yoyo::before {
  left: -1px;
  border-radius: 13px 5px 5px 13px;
  transform: skewY(-9deg);
}

.page-home-editorial .editorial-orbit-yoyo::after {
  left: 18px;
  border-radius: 5px 13px 13px 5px;
  transform: skewY(9deg);
}

.page-home-editorial .editorial-orbit-yoyo i {
  position: absolute;
  top: calc(44% + 13px);
  left: 14px;
  width: 8px;
  height: 2px;
  background: var(--editorial-gold-light);
  box-shadow: 0 0 8px rgba(240, 212, 143, .65);
}

@keyframes editorial-yoyo-orbit {
  to { transform: rotate(360deg); }
}

@media (max-width:1120px) and (min-width:861px) {
  .page-home-editorial .editorial-layout { grid-template-columns: 225px minmax(0, 1fr); }
}

@media (max-width:860px) {
  .page-home-editorial .editorial-layout { grid-template-columns: 1fr; }
  .page-home-editorial .editorial-hero h1 { max-width: 13ch; font-size: clamp(2.7rem, 9.8vw, 4.8rem); }
  .page-home-editorial .editorial-yoyo-orbit { top: 12px; right: -2%; width: min(38vw, 270px); opacity: .62; }
}

@media (max-width:560px) {
  .page-home-editorial .editorial-hero h1 { max-width: 12ch; font-size: clamp(2.45rem, 12vw, 3.75rem); line-height: 1; }
  .page-home-editorial .editorial-yoyo-orbit { top: 18px; right: -28%; width: 240px; opacity: .45; }
}

@media (prefers-reduced-motion: reduce) {
  .page-home-editorial .editorial-orbit-yoyo { animation: none; transform: rotate(28deg); }
  .page-home-editorial .editorial-yoyo-orbit { transition: none; }
}

/* V300.170 — ioiô redesenhado, trajetória viva e marca mais presente. */
.page-home-editorial .editorial-layout {
  grid-template-columns: 330px minmax(0, 1fr);
  gap: clamp(38px, 4.2vw, 66px);
}

.page-home-editorial .editorial-sidebar {
  padding-right: 24px;
}

.page-home-editorial .editorial-sidebar > p {
  max-width: 270px;
}

.page-home-editorial .editorial-yoyo-orbit {
  top: 0;
  right: 0;
  width: min(32vw, 340px);
  opacity: .9;
}

.page-home-editorial .editorial-orbit-line {
  inset: 7%;
  border-width: 1px;
  border-color: rgba(217, 173, 88, .22);
  border-right-color: transparent;
  border-bottom-color: rgba(217, 173, 88, .07);
  animation: editorial-orbit-breathe 7s ease-in-out infinite;
}

.page-home-editorial .editorial-orbit-line::before {
  inset: 11% 18%;
  border-color: rgba(217, 173, 88, .1);
  transform: rotate(38deg);
}

.page-home-editorial .editorial-orbit-line::after {
  inset: 31%;
  border-color: rgba(217, 173, 88, .13);
  box-shadow: 0 0 38px rgba(217, 173, 88, .06);
}

.page-home-editorial .editorial-orbit-runner {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 42px;
  offset-path: ellipse(43% 34% at 50% 50%);
  offset-distance: 0%;
  offset-rotate: auto 90deg;
  offset-anchor: center;
  animation: editorial-yoyo-travel 11s cubic-bezier(.45,.05,.2,.98) infinite;
  filter: drop-shadow(0 0 11px rgba(217,173,88,.24));
}

.page-home-editorial .editorial-orbit-yoyo {
  position: static;
  inset: auto;
  display: block;
  width: 64px;
  height: 42px;
  overflow: visible;
  animation: editorial-yoyo-wobble 2.8s ease-in-out infinite;
  transform-origin: center;
}

.page-home-editorial .editorial-yoyo-cup {
  fill: url(#editorial-yoyo-cup);
  stroke: rgba(240, 212, 143, .88);
  stroke-width: 1.5;
}

.page-home-editorial .editorial-yoyo-axle {
  fill: #f0d48f;
  filter: drop-shadow(0 0 4px rgba(240,212,143,.7));
}

.page-home-editorial .editorial-yoyo-hub {
  fill: rgba(5, 7, 13, .72);
  stroke: rgba(240, 212, 143, .72);
  stroke-width: 1.2;
}

.page-home-editorial .editorial-yoyo-string {
  fill: none;
  stroke: rgba(240, 212, 143, .66);
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-dasharray: 4 3;
  animation: editorial-string-flow 1.2s linear infinite;
}

@keyframes editorial-yoyo-travel {
  0%   { offset-distance: 0%; scale: .76; opacity: .62; }
  18%  { scale: 1.08; opacity: 1; }
  43%  { scale: .88; opacity: .78; }
  68%  { scale: 1.16; opacity: 1; }
  84%  { scale: .82; opacity: .7; }
  100% { offset-distance: 100%; scale: .76; opacity: .62; }
}

@keyframes editorial-yoyo-wobble {
  0%, 100% { transform: rotate(-7deg); }
  50% { transform: rotate(8deg); }
}

@keyframes editorial-string-flow {
  to { stroke-dashoffset: -14; }
}

@keyframes editorial-orbit-breathe {
  0%, 100% { transform: rotate(-2deg) scale(1); opacity: .7; }
  50% { transform: rotate(3deg) scale(1.025); opacity: 1; }
}

@media (max-width:1120px) and (min-width:861px) {
  .page-home-editorial .editorial-layout { grid-template-columns: 276px minmax(0, 1fr); }
}

@media (max-width:860px) {
  .page-home-editorial .editorial-layout { grid-template-columns: 1fr; }
  .page-home-editorial .editorial-yoyo-orbit { width: min(44vw, 290px); }
  .page-home-editorial .editorial-orbit-runner,
  .page-home-editorial .editorial-orbit-yoyo { width: 56px; height: 38px; }
}

@media (max-width:560px) {
  .page-home-editorial .editorial-yoyo-orbit { right: -25%; width: 250px; }
}

@media (prefers-reduced-motion: reduce) {
  .page-home-editorial .editorial-orbit-runner {
    animation: none;
    offset-distance: 16%;
    scale: 1;
  }
  .page-home-editorial .editorial-orbit-yoyo,
  .page-home-editorial .editorial-yoyo-string,
  .page-home-editorial .editorial-orbit-line {
    animation: none;
    transform: none;
  }
}

/* Estado final da órbita sem ioiô. */
.page-home-editorial .editorial-yoyo-orbit { opacity: .72; }
.page-home-editorial .editorial-orbit-line {
  background:
    radial-gradient(circle at 21% 24%, rgba(240,212,143,.72) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 67%, rgba(217,173,88,.46) 0 1px, transparent 2px);
  animation: editorial-orbit-drift 12s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .page-home-editorial .editorial-orbit-line { animation: none; transform: none; }
}

/* V300.175 — moldura quadrada e lightbox centralizado. */
.page-home-editorial .editorial-championship-mark {
  width: 140px;
  overflow: hidden;
  border-color: rgba(240,212,143,.36);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0,0,0,.28);
}

.page-home-editorial .editorial-championship-mark::before {
  content: none;
}

.page-home-editorial .editorial-championship-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
}

body.page-home-editorial.home-lightbox-open {
  overflow: hidden;
}

.page-home-editorial .home-lightbox[hidden] {
  display: none !important;
}

.page-home-editorial .home-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 30px;
  overflow: auto;
  background: rgba(2,4,8,.9);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .18s ease, visibility .18s ease;
}

.page-home-editorial .home-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.page-home-editorial .home-lightbox-stage {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 100%;
}

.page-home-editorial .home-lightbox-figure {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
  max-width: min(94vw, 980px);
  margin: auto;
}

.page-home-editorial .home-lightbox-image {
  display: block;
  width: auto;
  max-width: min(94vw, 980px);
  height: auto;
  max-height: calc(100vh - 86px);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0,0,0,.55);
  object-fit: contain;
}

.page-home-editorial .home-lightbox-caption {
  color: rgba(255,255,255,.78);
  font-size: .76rem;
  text-align: center;
}

.page-home-editorial .home-lightbox-close {
  position: fixed;
  z-index: 2;
  top: 16px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  background: rgba(8,10,15,.82);
  color: #fff;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.page-home-editorial .home-lightbox-close:hover,
.page-home-editorial .home-lightbox-close:focus-visible {
  border-color: var(--editorial-gold-light);
  color: var(--editorial-gold-light);
}

@media (max-width:760px) {
  .page-home-editorial .editorial-championship-mark { width: 92px; border-radius: 9px; }
  .page-home-editorial .home-lightbox { padding: 18px; }
  .page-home-editorial .home-lightbox-image { max-width: calc(100vw - 36px); max-height: calc(100vh - 64px); }
}

@media (max-width:480px) {
  .page-home-editorial .editorial-championship-mark { width: 72px; }
}

/* V300.176 — logo mobile com presença equivalente à marca no desktop. */
@media (max-width:860px) {
  .page-home-editorial .editorial-mobile-brand {
    display: flex;
    justify-content: center;
  }
}

/* V300.187 — uma imagem inteira por vez, com a mesma rotação dos outros cards. */
.page-home-editorial .editorial-championship-mark .editorial-championship-rotator{position:relative;z-index:1;width:100%;height:100%;overflow:hidden}
.page-home-editorial .editorial-championship-mark .editorial-championship-rotator img{position:absolute;inset:0;width:100%;height:100%;border-radius:0;object-fit:cover;object-position:center;filter:none;background:#fff}

/* V300.188 — rótulo editável do destaque. */
.page-home-editorial .editorial-championship > .editorial-section-label{margin-bottom:12px}

/* V300.189 — tamanho do card e da área da imagem definido no Admin. */
.page-home-editorial .editorial-lead.card-size-large{grid-template-columns:minmax(0,1.28fr) minmax(290px,.72fr)}
.page-home-editorial .editorial-lead.card-size-medium{grid-template-columns:minmax(0,.92fr) minmax(260px,1.08fr);gap:30px}
.page-home-editorial .editorial-lead.card-size-medium .editorial-lead-copy h2{font-size:clamp(2rem,3vw,3.15rem)}
.page-home-editorial .editorial-lead.card-size-compact{grid-template-columns:minmax(180px,280px) minmax(0,1fr);gap:24px;margin-top:18px}
.page-home-editorial .editorial-lead.card-size-compact .editorial-lead-copy{padding:10px 0}
.page-home-editorial .editorial-lead.card-size-compact .editorial-lead-copy h2{margin-top:10px;font-size:clamp(1.65rem,2.5vw,2.5rem)}
.page-home-editorial .editorial-lead.card-size-compact .editorial-lead-copy p{margin-top:12px;font-size:.84rem}
.page-home-editorial .editorial-lead.card-size-compact .editorial-lead-copy>b{margin-top:14px}

.page-home-editorial .editorial-story.card-size-large{grid-column:1/-1!important;grid-template-columns:minmax(280px,1.15fr) minmax(0,.85fr)!important;grid-template-rows:auto!important;gap:clamp(26px,4vw,48px)!important;padding:30px 0!important;border-top:1px solid var(--editorial-line)}
.page-home-editorial .editorial-story.card-size-large .editorial-story-copy{justify-content:center;padding-top:0}
.page-home-editorial .editorial-story.card-size-large .editorial-story-copy h3{font-size:clamp(1.9rem,3vw,3.2rem)}
.page-home-editorial .editorial-story.card-size-medium{grid-column:auto!important;grid-template-columns:1fr!important;grid-template-rows:auto 1fr!important;gap:0!important;padding:0 0 28px!important;border-top:0}
.page-home-editorial .editorial-story.card-size-medium .editorial-story-copy{justify-content:flex-start;padding-top:20px}
.page-home-editorial .editorial-story.card-size-compact{grid-column:1/-1!important;grid-template-columns:minmax(150px,220px) minmax(0,1fr)!important;grid-template-rows:auto!important;gap:24px!important;padding:20px 0!important;border-top:1px solid var(--editorial-line)}
.page-home-editorial .editorial-story.card-size-compact .editorial-story-copy{justify-content:center;padding-top:0}
.page-home-editorial .editorial-story.card-size-compact .editorial-story-copy h3{margin-top:0;font-size:clamp(1.35rem,2vw,2rem)}
.page-home-editorial .editorial-story.card-size-compact .editorial-story-copy p{font-size:.78rem}
.page-home-editorial .editorial-story.card-size-compact .editorial-story-copy>b{margin-top:12px}

.page-home-editorial .editorial-lead-media.image-size-large{height:420px;min-height:0!important;aspect-ratio:auto!important}
.page-home-editorial .editorial-lead-media.image-size-medium{height:310px;min-height:0!important;aspect-ratio:auto!important}
.page-home-editorial .editorial-lead-media.image-size-compact{height:210px;min-height:0!important;aspect-ratio:auto!important}
.page-home-editorial .editorial-story-media.image-size-large{height:360px;min-height:0!important;aspect-ratio:auto!important}
.page-home-editorial .editorial-story-media.image-size-medium{height:260px;min-height:0!important;aspect-ratio:auto!important}
.page-home-editorial .editorial-story-media.image-size-compact{height:170px;min-height:0!important;aspect-ratio:auto!important}

@media(max-width:760px){
  .page-home-editorial .editorial-lead.card-size-large,.page-home-editorial .editorial-lead.card-size-medium,.page-home-editorial .editorial-lead.card-size-compact{grid-template-columns:1fr;gap:16px}
  .page-home-editorial .editorial-story.card-size-large,.page-home-editorial .editorial-story.card-size-medium,.page-home-editorial .editorial-story.card-size-compact{grid-column:1!important;grid-template-columns:1fr!important;grid-template-rows:auto 1fr!important;gap:0!important;padding:24px 0 30px!important}
  .page-home-editorial .editorial-story.card-size-large .editorial-story-copy,.page-home-editorial .editorial-story.card-size-medium .editorial-story-copy,.page-home-editorial .editorial-story.card-size-compact .editorial-story-copy{justify-content:flex-start;padding-top:18px}
  .page-home-editorial .editorial-lead-media.image-size-large,.page-home-editorial .editorial-story-media.image-size-large{height:300px}
  .page-home-editorial .editorial-lead-media.image-size-medium,.page-home-editorial .editorial-story-media.image-size-medium{height:230px}
  .page-home-editorial .editorial-lead-media.image-size-compact,.page-home-editorial .editorial-story-media.image-size-compact{height:170px}
}

/* V300.200 — a disposição escolhida no Admin controla os cards no desktop. */
@media(min-width:761px){
  .page-home-editorial .editorial-lead.card-layout-stacked,
  .page-home-editorial .editorial-story.card-layout-stacked{grid-template-columns:1fr!important;grid-template-rows:auto auto!important;gap:0!important}
  .page-home-editorial .editorial-lead.card-layout-stacked .editorial-lead-copy,
  .page-home-editorial .editorial-story.card-layout-stacked .editorial-story-copy{padding-top:20px}

  .page-home-editorial .editorial-lead.card-layout-image-left,
  .page-home-editorial .editorial-lead.card-layout-image-right,
  .page-home-editorial .editorial-story.card-layout-image-left,
  .page-home-editorial .editorial-story.card-layout-image-right{grid-template-columns:minmax(180px,.44fr) minmax(0,.56fr)!important;grid-template-rows:auto!important;gap:clamp(22px,3vw,42px)!important}
  .page-home-editorial .editorial-lead.card-layout-image-left .editorial-lead-copy,
  .page-home-editorial .editorial-lead.card-layout-image-right .editorial-lead-copy,
  .page-home-editorial .editorial-story.card-layout-image-left .editorial-story-copy,
  .page-home-editorial .editorial-story.card-layout-image-right .editorial-story-copy{align-self:center;justify-content:center;padding-top:0}
  .page-home-editorial .card-layout-image-left .editorial-lead-media,
  .page-home-editorial .card-layout-image-left .editorial-story-media{order:1}
  .page-home-editorial .card-layout-image-left .editorial-lead-copy,
  .page-home-editorial .card-layout-image-left .editorial-story-copy{order:2}
  .page-home-editorial .card-layout-image-right .editorial-lead-copy,
  .page-home-editorial .card-layout-image-right .editorial-story-copy{order:1}
  .page-home-editorial .card-layout-image-right .editorial-lead-media,
  .page-home-editorial .card-layout-image-right .editorial-story-media{order:2}
}

@media(max-width:760px){
  .page-home-editorial .editorial-lead[class*="card-layout-"],
  .page-home-editorial .editorial-story[class*="card-layout-"]{grid-template-columns:1fr!important;grid-template-rows:auto auto!important}
  .page-home-editorial [class*="card-layout-"] .editorial-lead-media,
  .page-home-editorial [class*="card-layout-"] .editorial-story-media{order:1}
  .page-home-editorial [class*="card-layout-"] .editorial-lead-copy,
  .page-home-editorial [class*="card-layout-"] .editorial-story-copy{order:2}
}
