/* =========================================================
   ELO18 — V29
   Alinhamento editorial, controle de quebras, cases imersivos
   e refinamentos responsivos
   ========================================================= */

:root {
  --v29-container: min(calc(100vw - 64px), 1140px);
}

/* ---------------------------------------------------------------------
   01. REGRAS EDITORIAIS GERAIS
   --------------------------------------------------------------------- */
.problem-lead,
.journey-content p,
.service-copy p,
.pillar-copy p,
.outcome-card h3,
.outcome-card p,
.case-panel__copy p,
.origin-content p,
.diagnostic p,
.diagnostic-steps strong {
  text-wrap: pretty;
}

.problem-heading .display-title > span,
.problem-heading .display-title > em,
.services .display-title > span,
.services .display-title > em,
.outcomes .display-title > span,
.outcomes .display-title > em,
.projects-header .display-title > span,
.projects-header .display-title > em,
.diagnostic .display-title > span,
.diagnostic .display-title > em,
.journey-content h3 > span,
.service-copy h3 > span {
  display: block;
}

.problem-content,
.problem-intro.problem-section__header,
.problem-section__main.problem-section__main--centered,
.journeys .section-heading,
.services .section-heading,
.method-intro,
.method-cycle,
.method-accordion,
.outcomes > .section-number,
.outcomes-head,
.outcome-grid,
.projects-header,
.origin-story__meta,
.origin-content__inner,
.diagnostic-head,
.diagnostic-steps,
.diagnostic-bottom {
  width: var(--v29-container);
  max-width: 1140px;
  margin-inline: auto;
}

/* ---------------------------------------------------------------------
   02. O PROBLEMA
   --------------------------------------------------------------------- */
.problem-content {
  gap: clamp(2.8rem, 5vh, 4.5rem);
}

.problem-intro.problem-section__header {
  text-align: center;
}

.problem-section__main.problem-section__main--centered {
  gap: clamp(1.55rem, 3vh, 2.45rem);
}

.problem-heading.problem-heading--centered {
  width: 100%;
  max-width: 1140px;
}

.problem-heading.problem-heading--centered .display-title {
  max-width: 100%;
  margin: 0 auto;
  font-size: clamp(3.75rem, 5.45vw, 6.35rem);
  line-height: .91;
  text-align: center;
}

.problem-heading .display-title > span,
.problem-heading .display-title > em {
  white-space: nowrap;
}

.problem-heading .display-title > em {
  margin-top: .14em;
}

.problem-details.problem-details--centered {
  width: 100%;
  max-width: 1140px;
}

.problem-details.problem-details--centered .problem-lead {
  max-width: 760px;
  margin: 0 auto .55rem;
  font-size: clamp(1rem, 1.16vw, 1.18rem);
  line-height: 1.55;
  text-align: center;
}

.problem-lead > span {
  display: block;
}

.symptom-list.symptom-list--visual {
  width: 100%;
}

/* ---------------------------------------------------------------------
   03. PARA SUA MARCA
   --------------------------------------------------------------------- */
.journeys {
  padding-top: clamp(7rem, 10vh, 9rem);
}

.journeys .section-heading {
  margin-bottom: clamp(2.5rem, 5vh, 4rem);
}

.journeys-title.journeys-title--single {
  width: min(100%, 920px);
  max-width: 920px;
  margin-top: clamp(1rem, 2vh, 1.5rem);
}

.journeys-title--single .journeys-title__line {
  max-width: none;
  font-size: clamp(3.25rem, 4.65vw, 5.15rem);
  line-height: .92;
  white-space: nowrap;
}

.journeys-title__line--accent {
  color: var(--aqua);
}

.journey-grid {
  width: 100%;
  max-width: none;
}

.journey-card,
.journey-card--reverse {
  min-height: clamp(680px, 78vh, 840px);
  border-inline: 0;
}

.journey-card img,
.journey-card--reverse img {
  object-position: center 34%;
}

.journey-card--reverse img {
  object-position: center 37%;
}

.journey-card::after,
.journey-card--reverse::after {
  background:
    linear-gradient(90deg, rgba(3,12,20,.96) 0%, rgba(3,12,20,.80) 31%, rgba(3,12,20,.30) 62%, rgba(3,12,20,.08) 100%),
    linear-gradient(180deg, rgba(3,12,20,.06), rgba(3,12,20,.28));
  opacity: 1;
}

.journey-card--reverse::after {
  background:
    linear-gradient(90deg, rgba(3,12,20,.96) 0%, rgba(3,12,20,.80) 31%, rgba(3,12,20,.30) 62%, rgba(3,12,20,.08) 100%),
    linear-gradient(180deg, rgba(3,12,20,.06), rgba(3,12,20,.28));
}

.journey-content,
.journey-card--reverse .journey-content {
  width: min(100%, 1140px);
  max-width: 1140px;
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(4.8rem, 8vh, 6.4rem) 58% clamp(4.8rem, 8vh, 6.4rem) 0;
  justify-content: center;
}

.journey-content::before,
.journey-card--reverse .journey-content::before {
  display: none;
}

.journey-content h3 {
  max-width: 100%;
  margin-bottom: clamp(1.5rem, 3vh, 2.2rem);
  font-size: clamp(2.65rem, 3.35vw, 4rem);
  line-height: .94;
}

.journey-content h3 > span {
  white-space: nowrap;
}

.journey-content p:not(.eyebrow) {
  max-width: 43ch;
}

.journey-card .card-index {
  left: max(16px, calc((100vw - 1140px) / 2 - 64px));
}

/* ---------------------------------------------------------------------
   04. COMO AJUDAMOS
   --------------------------------------------------------------------- */
.services {
  padding-top: clamp(7rem, 10vh, 9rem);
}

.services .section-heading.section-heading--split {
  grid-template-columns: minmax(230px, .48fr) minmax(0, 1.52fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  margin-bottom: clamp(4rem, 7vh, 6rem);
}

.services .section-heading .display-title {
  max-width: 840px;
  margin-left: auto;
  font-size: clamp(3rem, 4.8vw, 5.55rem);
  line-height: .94;
}

.services .section-heading .display-title > span,
.services .section-heading .display-title > em {
  white-space: nowrap;
}

.service-stack {
  width: 100%;
  max-width: none;
}

.service-panel,
.service-panel--reverse {
  min-height: clamp(660px, 75vh, 820px);
  border-inline: 0;
}

.service-panel img,
.service-panel--reverse img {
  object-position: center 42%;
}

.service-copy,
.service-panel--reverse .service-copy {
  width: min(100%, 1140px);
  max-width: 1140px;
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(4.5rem, 8vh, 6.2rem) 58% clamp(4.5rem, 8vh, 6.2rem) 0;
  justify-content: center;
}

.service-panel--reverse .service-copy {
  padding: clamp(4.5rem, 8vh, 6.2rem) 0 clamp(4.5rem, 8vh, 6.2rem) 58%;
}

.service-copy::before,
.service-panel--reverse .service-copy::before {
  display: none;
}

.service-copy h3 {
  max-width: 100%;
  margin-bottom: clamp(1.35rem, 2.7vh, 2rem);
  font-size: clamp(2.35rem, 3.15vw, 3.75rem);
  line-height: .96;
}

.service-copy h3 > span {
  white-space: nowrap;
}

.service-copy > p:not(.eyebrow) {
  max-width: 44ch;
}

.service-index {
  margin-bottom: clamp(1.5rem, 3vh, 2.2rem);
  font-size: clamp(2.8rem, 4vw, 4.8rem);
}

/* ---------------------------------------------------------------------
   05. METODOLOGIA E SANFONA
   --------------------------------------------------------------------- */
.method-intro {
  display: grid;
  grid-template-columns: minmax(220px, .42fr) minmax(0, 1.58fr);
  align-items: start;
  gap: clamp(2rem, 6vw, 6rem);
}

.method-cycle__desktop {
  width: min(100%, 820px);
}

.method-node {
  width: clamp(13.5rem, 16vw, 15.5rem);
  min-height: clamp(13.5rem, 16vw, 15.5rem);
  padding: clamp(1.4rem, 2vw, 2rem);
}

.method-node strong {
  max-width: 100%;
  font-family: var(--font-sans);
  font-size: clamp(1.45rem, 1.75vw, 1.85rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.03em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.method-node--confirmation strong,
.method-node--permanence strong {
  font-size: clamp(1.28rem, 1.55vw, 1.7rem);
}

.method-node small {
  max-width: 11.5rem;
  margin-top: .7rem;
  line-height: 1.45;
}

.method-accordion__head {
  align-items: start;
}

.method .pillar > button {
  grid-template-columns: 42px minmax(0, 1fr) minmax(116px, auto);
  text-align: left;
}

.method .pillar-name {
  text-align: left;
}

.method .pillar-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: .7rem;
  min-width: 106px;
  color: var(--aqua-soft);
  font-family: var(--font-sans);
  font-size: .62rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.method .pillar-arrow::before {
  content: "Abrir";
}

.method .pillar.is-active .pillar-arrow::before {
  content: "Fechar";
}

.method .pillar-arrow::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 1px solid rgba(141,212,207,.35);
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  transition: transform .3s var(--ease), background .3s, color .3s;
}

.method .pillar.is-active .pillar-arrow::after {
  content: "−";
  color: var(--ink);
  background: var(--aqua-soft);
  transform: rotate(180deg);
}

/* ---------------------------------------------------------------------
   06. O QUE MUDA
   --------------------------------------------------------------------- */
.outcomes-head {
  grid-template-columns: .52fr 1.48fr;
  align-items: start;
}

.outcomes-head .display-title {
  max-width: 15ch;
  font-size: clamp(3.2rem, 5.45vw, 6.35rem);
  line-height: .94;
}

.outcomes-head .display-title > span,
.outcomes-head .display-title > em {
  white-space: nowrap;
}

.outcome-card h3,
.outcome-card p {
  text-wrap: balance;
}

/* ---------------------------------------------------------------------
   07. CASES IMERSIVOS
   --------------------------------------------------------------------- */
.projects.cases {
  padding-bottom: clamp(5rem, 8vh, 7rem);
}

.projects-header .display-title {
  max-width: 880px;
}

.projects-header .display-title > span,
.projects-header .display-title > em {
  white-space: nowrap;
}

.projects.cases .case-ribbon-wrap {
  margin-bottom: 0 !important;
}

.projects.cases .case-ribbon__hint {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .7rem;
  width: var(--v29-container);
  max-width: 1140px;
  margin: 1.25rem auto 2.25rem;
  color: rgba(255,255,255,.58);
  font-size: .64rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  pointer-events: none;
}

.projects.cases .case-ribbon__hint i {
  color: var(--aqua-soft);
  font-size: 1.05rem;
  font-style: normal;
}

.projects.cases .case-stage {
  position: relative;
  display: grid;
  width: 100vw;
  max-width: none;
  min-height: clamp(680px, calc(100svh - 96px), 920px);
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  border: 0;
  background: #071421;
  box-shadow: none;
  isolation: isolate;
}

.projects.cases .case-stage::before {
  display: none;
}

.projects.cases .case-panel,
.projects.cases .case-panel.is-active {
  grid-area: 1 / 1;
  position: relative;
  display: grid;
  min-height: inherit;
  opacity: 0;
  transform: none;
  animation: none;
  transition: opacity .55s ease;
  isolation: isolate;
}

.projects.cases .case-panel.is-active {
  z-index: 2;
  opacity: 1;
}

.projects.cases .case-panel.is-entering {
  z-index: 3;
  opacity: 0;
}

.projects.cases .case-panel.is-leaving {
  z-index: 1;
  opacity: 0;
}

.projects.cases .case-panel__visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #071421;
}

.projects.cases .case-panel__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3,12,20,.08) 0%, rgba(3,12,20,.08) 34%, rgba(3,12,20,.60) 60%, rgba(3,12,20,.96) 82%, #071421 100%),
    linear-gradient(180deg, rgba(3,12,20,.14), transparent 34%, rgba(3,12,20,.26));
}

.projects.cases .case-panel__visual img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.92) contrast(1.03) brightness(.88);
  transform: scale(1.01);
}

.projects.cases .case-panel__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(50%, 720px);
  min-height: inherit;
  margin-left: auto;
  padding: clamp(4rem, 7vh, 6rem) max(32px, calc((100vw - 1140px) / 2)) clamp(4rem, 7vh, 6rem) clamp(3rem, 5vw, 6.5rem);
  background: transparent;
}

.projects.cases .case-panel__copy h3 {
  max-width: 9ch;
  font-size: clamp(3.8rem, 5.6vw, 7rem);
  line-height: .86;
  text-wrap: balance;
}

.projects.cases .case-panel__lead {
  max-width: 31ch;
  margin: clamp(1.5rem, 3vh, 2.25rem) 0 1.35rem;
  font-family: var(--font-sans);
  font-size: clamp(1.15rem, 1.45vw, 1.55rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -.02em;
  color: rgba(255,255,255,.92);
  text-wrap: balance;
}

.projects.cases .case-panel__copy > p:not(.case-panel__lead) {
  max-width: 47ch;
}

.projects.cases .case-controls {
  width: var(--v29-container);
  max-width: 1140px;
  margin: 1.5rem auto 0;
}

/* ---------------------------------------------------------------------
   08. ORIGEM
   --------------------------------------------------------------------- */
.origin-story__word {
  width: min(calc(100vw - 48px), 1140px);
  font-size: clamp(7rem, 15vw, 16rem);
  letter-spacing: -.065em;
}

.origin-story__question {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .18em;
  width: min(calc(100vw - 64px), 1140px);
  font-size: clamp(3rem, 4.8vw, 5.5rem);
  line-height: .96;
  white-space: nowrap;
}

.origin-story__question > span {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
}

.origin-story__question strong {
  margin: 0 .12em 0 0;
}

.origin-content {
  padding-block: clamp(9rem, 15vh, 13rem);
}

.origin-content__inner {
  align-items: center;
}

.origin-content__copy {
  padding-top: 0;
}

.origin-content__signature {
  font-family: var(--font-sans);
  font-size: clamp(1.15rem, 1.55vw, 1.55rem);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: -.01em;
  color: rgba(255,255,255,.86);
}

.origin-content__signature .origin-key {
  color: var(--aqua-soft);
  font-weight: 600;
}

/* ---------------------------------------------------------------------
   09. DIAGNÓSTICO
   --------------------------------------------------------------------- */
.diagnostic .display-title {
  max-width: 12.5ch;
  font-size: clamp(3.45rem, 6.25vw, 7.2rem);
}

.diagnostic .display-title > span,
.diagnostic .display-title > em {
  white-space: nowrap;
}

.diagnostic-intro,
.diagnostic-bottom > p,
.diagnostic-steps strong,
.diagnostic-steps p {
  text-wrap: balance;
}

/* ---------------------------------------------------------------------
   10. TABLET
   --------------------------------------------------------------------- */
@media (max-width: 1180px) {
  :root {
    --v29-container: min(calc(100vw - 48px), 1140px);
  }

  .journey-content,
  .journey-card--reverse .journey-content,
  .service-copy,
  .service-panel--reverse .service-copy {
    padding-left: 0;
    padding-right: 52%;
  }

  .service-panel--reverse .service-copy {
    padding-left: 52%;
    padding-right: 0;
  }

  .method-node {
    width: 13rem;
    min-height: 13rem;
  }
}

@media (max-width: 900px) {
  .problem-heading .display-title > span,
  .problem-heading .display-title > em,
  .journeys-title--single .journeys-title__line,
  .services .section-heading .display-title > span,
  .services .section-heading .display-title > em,
  .outcomes-head .display-title > span,
  .outcomes-head .display-title > em,
  .projects-header .display-title > span,
  .projects-header .display-title > em,
  .diagnostic .display-title > span,
  .diagnostic .display-title > em,
  .journey-content h3 > span,
  .service-copy h3 > span {
    white-space: normal;
  }

  .services .section-heading.section-heading--split,
  .method-intro,
  .outcomes-head {
    grid-template-columns: 1fr;
  }

  .services .section-heading .display-title {
    margin-left: 0;
  }

  .journey-card,
  .journey-card--reverse {
    min-height: 660px;
  }

  .journey-content,
  .journey-card--reverse .journey-content {
    width: var(--v29-container);
    padding: 18rem 0 3.5rem;
    justify-content: flex-end;
  }

  .journey-card::after,
  .journey-card--reverse::after {
    background: linear-gradient(180deg, rgba(3,12,20,.04) 0%, rgba(3,12,20,.18) 30%, rgba(3,12,20,.92) 70%, #071421 100%);
  }

  .service-panel,
  .service-panel--reverse {
    min-height: 0;
  }

  .service-copy,
  .service-panel--reverse .service-copy {
    width: 100%;
    min-height: 0;
    padding: clamp(2.8rem, 7vw, 4rem) var(--container-gutter, 24px) clamp(3rem, 8vw, 4.5rem);
  }

  .method-cycle__desktop {
    display: none;
  }

  .method-cycle__mobile {
    display: block;
    width: min(100%, 380px);
    margin-inline: auto;
  }

  .method-mobile-node {
    width: 112px;
    height: 112px;
    min-width: 112px;
    min-height: 112px;
    padding: .8rem;
  }

  .method-mobile-node strong {
    max-width: 100%;
    font-family: var(--font-sans);
    font-size: .94rem;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -.03em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    white-space: nowrap;
  }

  .method-mobile-node--attraction {
    top: 0;
    left: 50%;
  }

  .method-mobile-node--confirmation {
    right: 0;
    bottom: 0;
    top: auto;
  }

  .method-mobile-node--permanence {
    left: 0;
    bottom: 0;
    top: auto;
  }

  .method-cycle__mobile-note {
    width: 104px;
    text-align: center;
  }

  .method .pillar > button {
    grid-template-columns: 34px minmax(0, 1fr) minmax(96px, auto);
    text-align: left;
  }

  .method .pillar-arrow {
    min-width: 92px;
  }

  .outcomes-head .display-title {
    max-width: 100%;
  }

  .projects.cases .case-stage {
    min-height: 0;
  }

  .projects.cases .case-panel,
  .projects.cases .case-panel.is-active {
    grid-template-rows: minmax(320px, 48vw) auto;
    min-height: 0;
  }

  .projects.cases .case-panel__visual {
    position: relative;
    grid-row: 1;
    inset: auto;
    height: 100%;
    min-height: 0;
  }

  .projects.cases .case-panel__visual::after {
    background: linear-gradient(180deg, rgba(3,12,20,.02) 0%, rgba(3,12,20,.16) 62%, #071421 100%);
  }

  .projects.cases .case-panel__copy {
    grid-row: 2;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: clamp(2.7rem, 7vw, 4rem) var(--container-gutter, 24px) clamp(3.5rem, 9vw, 5rem);
    background: #071421;
  }

  .projects.cases .case-panel__copy::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -90px;
    height: 92px;
    background: linear-gradient(180deg, transparent, #071421);
    pointer-events: none;
  }

  .projects.cases .case-panel__copy h3 {
    max-width: 100%;
  }
}

/* ---------------------------------------------------------------------
   11. MOBILE
   --------------------------------------------------------------------- */
@media (max-width: 720px) {
  :root {
    --v29-container: min(calc(100vw - 32px), 1140px);
  }

  .problem {
    padding-top: 4.8rem;
  }

  .problem-content {
    gap: 2.6rem;
  }

  .problem-intro.problem-section__header {
    text-align: left;
  }

  .problem-intro .section-number,
  .problem-intro .eyebrow {
    text-align: left;
  }

  .problem-heading.problem-heading--centered .display-title {
    font-size: clamp(2.65rem, 12vw, 3.7rem);
    line-height: .94;
  }

  .problem-heading .display-title > span {
    white-space: nowrap;
  }

  .problem-heading .display-title > em {
    white-space: normal;
    text-wrap: balance;
  }

  .problem-details.problem-details--centered .problem-lead {
    font-size: .96rem;
    line-height: 1.55;
  }

  .problem-lead > span {
    display: inline;
  }

  .journeys {
    padding-top: 4.5rem;
  }

  .journeys .section-heading {
    margin-bottom: 2.25rem;
  }

  .journeys .section-heading .section-number {
    margin-bottom: 2rem;
  }

  .journeys-title.journeys-title--single {
    margin-top: 1.15rem;
  }

  .journeys-title--single .journeys-title__line {
    font-size: clamp(2.35rem, 10.5vw, 3.25rem);
    line-height: .92;
    text-wrap: balance;
  }

  .journey-card,
  .journey-card--reverse {
    min-height: 590px;
  }

  .journey-card img,
  .journey-card--reverse img {
    object-position: center top;
  }

  .journey-content,
  .journey-card--reverse .journey-content {
    width: var(--v29-container);
    min-height: inherit;
    padding: 20rem 0 3rem;
  }

  .journey-content h3 {
    font-size: clamp(2.15rem, 10vw, 3rem);
    line-height: .96;
  }

  .journey-content h3 > span {
    white-space: normal;
    text-wrap: balance;
  }

  .journey-card .card-index {
    left: 16px;
    top: 16px;
  }

  .services {
    padding-top: 4.8rem;
  }

  .services .section-heading.section-heading--split {
    gap: 2.2rem;
    margin-bottom: 3.25rem;
  }

  .services .section-heading .display-title {
    font-size: clamp(2.5rem, 11vw, 3.55rem);
    line-height: .94;
    text-wrap: balance;
  }

  .services .service-stack {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    gap: 1.6rem;
  }

  .services .service-panel,
  .services .service-panel--reverse {
    width: 100%;
    border-radius: 0;
    border-inline: 0;
    box-shadow: none;
  }

  .services .service-panel figure,
  .services .service-panel--reverse figure {
    width: 100%;
    aspect-ratio: 16 / 10 !important;
    border-radius: 0;
  }

  .services .service-copy,
  .services .service-panel--reverse .service-copy {
    padding: 2.8rem 16px 3.35rem !important;
  }

  .services .service-copy h3 {
    font-size: clamp(2rem, 9.5vw, 2.8rem) !important;
    line-height: .98;
  }

  .services .service-copy h3 > span {
    white-space: normal;
    text-wrap: balance;
  }

  .services .service-panel:last-child {
    margin-bottom: 70px;
  }

  .method-intro {
    gap: 1.8rem;
  }

  .method-cycle__mobile {
    width: min(100%, 330px);
  }

  .method-mobile-node {
    width: 102px;
    height: 102px;
    min-width: 102px;
    min-height: 102px;
  }

  .method-mobile-node strong {
    font-size: .82rem;
  }

  .method-mobile-node span {
    width: 1.35rem;
    height: 1.35rem;
    font-size: .48rem;
  }

  .method .pillar > button {
    grid-template-columns: 28px minmax(0, 1fr) 40px;
    gap: .65rem;
    padding: .85rem 1rem;
    text-align: left;
  }

  .method .pillar-name {
    text-align: left;
  }

  .method .pillar-arrow {
    min-width: 40px;
    justify-content: flex-end;
  }

  .method .pillar-arrow::before {
    display: none;
  }

  .method .pillar-arrow::after {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .outcomes-head .display-title {
    font-size: clamp(2.75rem, 12vw, 4rem);
    text-wrap: balance;
  }

  .projects-header .display-title {
    text-wrap: balance;
  }

  .projects.cases .case-ribbon__hint {
    width: var(--v29-container);
    justify-content: flex-start;
    margin-top: 1rem;
    margin-bottom: 1.65rem;
  }

  .projects.cases .case-stage {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .projects.cases .case-panel,
  .projects.cases .case-panel.is-active {
    grid-template-rows: 62vw auto;
  }

  .projects.cases .case-panel__visual img {
    object-position: center;
  }

  .projects.cases .case-panel__copy {
    padding: 2.8rem 16px 4.2rem;
  }

  .projects.cases .case-panel__copy h3 {
    font-size: clamp(3rem, 14vw, 4.6rem);
  }

  .projects.cases .case-panel__lead {
    max-width: 100%;
    font-size: clamp(1.05rem, 4.7vw, 1.35rem);
    line-height: 1.38;
  }

  .projects.cases .case-panel__copy > p:not(.case-panel__lead) {
    max-width: 100%;
  }

  .projects.cases .case-controls {
    justify-content: center;
  }

  .origin-story__meta {
    top: calc(var(--header-h) + 1.4rem);
  }

  .origin-story__word {
    width: calc(100vw - 24px);
    font-size: clamp(5.4rem, 27vw, 8.2rem);
    letter-spacing: -.06em;
  }

  .origin-story__question {
    display: block;
    width: calc(100vw - 38px);
    font-size: clamp(2.1rem, 10.5vw, 3.1rem);
    line-height: .92;
    white-space: normal;
  }

  .origin-story__question > span {
    display: block;
    justify-content: center;
    white-space: nowrap;
  }

  .origin-story__question > span + span {
    margin-top: .18em;
  }

  .origin-content {
    padding-block: 7.5rem;
  }

  .origin-content__inner {
    gap: 3rem;
  }

  .origin-content__signature {
    margin-top: 2.4rem;
    padding-top: 1.7rem;
    font-size: 1.08rem;
  }

  .diagnostic .display-title {
    max-width: 100%;
    font-size: clamp(3rem, 13.5vw, 4.5rem);
    text-wrap: balance;
  }
}

@media (max-width: 430px) {
  .problem-heading.problem-heading--centered .display-title {
    font-size: clamp(2.45rem, 11.7vw, 3.15rem);
  }

  .problem-heading .display-title > span {
    font-size: .93em;
  }

  .journeys-title--single .journeys-title__line {
    font-size: clamp(2.15rem, 10vw, 2.75rem);
  }

  .journey-content {
    padding-top: 18.5rem;
  }

  .services .section-heading .display-title {
    font-size: clamp(2.3rem, 10.6vw, 3rem);
  }

  .method-cycle__mobile {
    width: min(100%, 304px);
  }

  .method-mobile-node {
    width: 94px;
    height: 94px;
    min-width: 94px;
    min-height: 94px;
  }

  .method-mobile-node strong {
    font-size: .75rem;
  }

  .origin-story__question {
    font-size: clamp(1.95rem, 9.6vw, 2.65rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .projects.cases .case-panel,
  .projects.cases .case-panel.is-active {
    transition: none;
  }
}

/* =========================================================
   V29.1 — correções finais de especificidade e responsividade
   ========================================================= */

/* Mantém o destaque cromático do segundo movimento do título. */
.journeys .journeys-title.journeys-title--single .journeys-title__line--accent {
  color: var(--aqua) !important;
}

/* Neutraliza regras antigas com !important e garante a experiência imersiva dos cases. */
@media (min-width: 821px) {
  .projects.cases .case-stage {
    display: grid !important;
    min-height: clamp(680px, calc(100svh - 96px), 920px) !important;
    height: clamp(680px, calc(100svh - 96px), 920px) !important;
  }

  .projects.cases .case-panel,
  .projects.cases .case-panel.is-active {
    grid-template-columns: 1fr !important;
    min-height: 100% !important;
    height: 100% !important;
  }

  .projects.cases .case-panel__copy {
    width: min(52%, 820px);
    min-height: 100% !important;
    height: 100%;
  }
}

@media (max-width: 720px) {
  /* As fotografias dos serviços realmente encostam nas extremidades da tela. */
  .services .service-panel,
  .services .service-panel--reverse {
    padding-inline: 0 !important;
  }

  .services .service-panel figure,
  .services .service-panel--reverse figure {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
  }

  /* Leitura mais limpa e sem cortes dentro dos círculos. */
  .method .method-cycle__mobile .method-mobile-node strong {
    font-family: var(--font-sans) !important;
    font-size: .72rem !important;
    font-weight: 500 !important;
    line-height: 1.08 !important;
    letter-spacing: -.02em !important;
    white-space: nowrap;
  }
}
