body.glee-case-page {
  overflow-x: clip;
  background: #f5f1eb;
}

.glee-case-v2 {
  --gc-paper: #f5f1eb;
  --gc-paper-deep: #e9e1d7;
  --gc-ink: #171313;
  --gc-muted: #696161;
  --gc-line: rgba(23, 19, 19, 0.16);
  --gc-wine: #ad0b34;
  --gc-wine-dark: #7f0929;
  --gc-white: #fffdf9;
  --gc-black: #0c090a;
  /* Grade igual à da Agromaxxi, que é o padrão das páginas de case: recuo
     lateral `clamp(22px, 4.2vw, 76px)` e container fluido com teto de 1600.
     Medido, as duas passam a bater em todas as larguras — 704 em 768, 1251 em
     1366, 1466 em 1600 e 1600 em 2560. Antes o Glee travava em 1440 e abria
     uma borda de 560px no ultra wide. */
  --gc-pad: clamp(22px, 4.2vw, 76px);
  --gc-shell: min(1600px, calc(100% - 2 * var(--gc-pad)));
  --gc-radius: 22px;
  position: relative;
  overflow: hidden;
  background: var(--gc-paper);
  color: var(--gc-ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.glee-case-v2 *,
.glee-case-v2 *::before,
.glee-case-v2 *::after {
  box-sizing: border-box;
}

.glee-case-v2 img {
  display: block;
  max-width: 100%;
}

.glee-case-v2 a {
  color: inherit;
  text-decoration: none;
}

.glee-case-v2 a:focus-visible {
  outline: 3px solid #ff6b98;
  outline-offset: 4px;
}

.glee-case-v2 figure {
  margin: 0;
}

.glee-case-v2 .shell {
  width: var(--gc-shell);
  margin-inline: auto;
}

.glee-case-v2 .narrow {
  max-width: 1120px;
}

.glee-case-v2 .section {
  position: relative;
  padding-block: clamp(96px, 12vw, 190px);
}

.glee-case-v2 h1,
.glee-case-v2 h2,
.glee-case-v2 p {
  margin-top: 0;
}

.glee-case-v2 h1,
.glee-case-v2 h2 {
  margin-bottom: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.92;
  text-transform: uppercase;
}

.glee-case-v2 h2 {
  font-size: clamp(3.25rem, 7vw, 7.9rem);
  text-wrap: balance;
}

.glee-case-v2 p {
  color: var(--gc-muted);
  /* Evita a última linha sozinha. Medido em 7 larguras: sem isso sobravam
     viúvas de 12% a 21% da largura da maior linha — "contato." sozinho no
     tablet, "surpreender." sozinho no desktop e no ultra wide. O navegador
     reequilibra a quebra sem que nenhuma palavra da copy mude. */
  text-wrap: pretty;
}

.glee-case-v2 .lead {
  max-width: 820px;
  margin: clamp(28px, 4vw, 56px) 0 0 auto;
  font-size: clamp(1.15rem, 1.7vw, 1.7rem);
  line-height: 1.52;
}

.glee-case-v2 .eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  color: currentColor;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.glee-case-v2 .eyebrow::before {
  width: 42px;
  height: 1px;
  background: currentColor;
  content: "";
}

.glee-case-v2 .hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--gc-black);
  color: var(--gc-white);
}

.glee-case-v2 .hero-media,
.glee-case-v2 .hero-media img,
.glee-case-v2 .hero-veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.glee-case-v2 .hero-media img {
  object-fit: cover;
  object-position: center;
  scale: 1.025;
  transition: scale 1400ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.glee-case-page.is-glee-ready .glee-case-v2 .hero-media img {
  scale: 1;
}

.glee-case-v2 .hero-veil {
  background:
    linear-gradient(90deg, rgba(9, 6, 7, 0.92) 0%, rgba(9, 6, 7, 0.78) 38%, rgba(9, 6, 7, 0.16) 72%),
    linear-gradient(0deg, rgba(9, 6, 7, 0.5), transparent 48%);
}

.glee-case-v2 .hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  justify-content: center;
  padding-top: 130px;
  padding-bottom: 72px;
}

.glee-case-v2 .hero-content > * {
  max-width: 760px;
}

.glee-case-v2 .hero h1 {
  max-width: 760px;
  font-size: clamp(4.4rem, 8vw, 9rem);
  line-height: 0.88;
  text-wrap: balance;
}

.glee-case-v2 .hero-intro {
  max-width: 610px;
  margin: 30px 0 0;
  color: rgba(255, 253, 249, 0.84);
  font-size: clamp(1.04rem, 1.45vw, 1.35rem);
}

.glee-case-v2 .hero-actions,
.glee-case-v2 .final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.glee-case-v2 .button {
  display: inline-flex;
  width: fit-content;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.glee-case-v2 .button:hover {
  transform: translateY(-2px);
}

.glee-case-v2 .button:active {
  transform: translateY(1px);
}

.glee-case-v2 .button-light {
  background: var(--gc-white);
  color: var(--gc-black);
}

.glee-case-v2 .button-light:hover {
  background: #eee7df;
}

.glee-case-v2 .button-ghost {
  border-color: rgba(255, 255, 255, 0.48);
  color: var(--gc-white);
}

.glee-case-v2 .button-ghost:hover {
  border-color: var(--gc-white);
  background: rgba(255, 255, 255, 0.1);
}

.glee-case-v2 .hero-enter {
  opacity: 0;
  transform: translateY(28px);
}

.glee-case-page.is-glee-ready .glee-case-v2 .hero-enter {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.glee-case-page.is-glee-ready .glee-case-v2 .hero-enter:nth-child(2) { transition-delay: 90ms; }
.glee-case-page.is-glee-ready .glee-case-v2 .hero-enter:nth-child(3) { transition-delay: 180ms; }
.glee-case-page.is-glee-ready .glee-case-v2 .hero-enter:nth-child(4) { transition-delay: 270ms; }

body.glee-case-page .glee-case-v2 .manifesto,
body.glee-case-page .glee-case-v2 .story {
  background: var(--gc-paper);
  color: var(--gc-ink);
}

body.glee-case-page .glee-case-v2 .manifesto {
  padding-bottom: 0;
}

.glee-case-v2 .manifesto h2 {
  max-width: 1180px;
}

.glee-case-v2 .project-facts {
  display: grid;
  margin-top: clamp(76px, 9vw, 140px);
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--gc-line);
  border-bottom: 1px solid var(--gc-line);
}

.glee-case-v2 .project-facts div {
  min-height: 140px;
  padding: 30px 26px;
  border-right: 1px solid var(--gc-line);
}

.glee-case-v2 .project-facts div:last-child {
  border-right: 0;
}

.glee-case-v2 .project-facts dt {
  margin-bottom: 16px;
  color: var(--gc-wine);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.glee-case-v2 .project-facts dd {
  margin: 0;
  font-size: 1rem;
  font-weight: 650;
}

.glee-case-v2 .story-intro {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: clamp(40px, 8vw, 140px);
}

.glee-case-v2 .story-intro h2 {
  font-size: clamp(3.6rem, 7.1vw, 8.2rem);
}

.glee-case-v2 .story-intro p {
  max-width: 480px;
  margin-bottom: 8px;
  font-size: clamp(1rem, 1.3vw, 1.22rem);
}

/* Os blocos de mídia usam a MESMA largura do container de texto, como na
   Agromaxxi. Era daqui que saíam as bordas de 20px que não alinhavam com as
   de 80px do resto da página. */
.glee-case-v2 .wide-media,
.glee-case-v2 .panorama {
  width: var(--gc-shell);
  margin: clamp(56px, 8vw, 120px) auto 0;
}

.glee-case-v2 .wide-media img,
.glee-case-v2 .panorama img,
.glee-case-v2 .media-frame img {
  width: 100%;
  height: auto;
  border-radius: var(--gc-radius);
}

.glee-case-v2 .wide-media figcaption {
  margin-top: 16px;
  padding-inline: 6px;
  color: var(--gc-muted);
  font-size: 0.76rem;
  letter-spacing: 0.05em;
}

.glee-case-v2 .product-scene {
  overflow: hidden;
  background: var(--gc-black);
  color: var(--gc-white);
}

.glee-case-v2 .product-grid,
.glee-case-v2 .mobile-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.42fr);
  gap: clamp(52px, 8vw, 140px);
}

.glee-case-v2 .product-copy h2,
.glee-case-v2 .mobile-copy h2 {
  font-size: clamp(3.8rem, 6.2vw, 7.4rem);
}

.glee-case-v2 .product-copy p,
.glee-case-v2 .mobile-copy p {
  max-width: 560px;
  margin-top: 32px;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
}

.glee-case-v2 .product-copy p {
  color: rgba(255, 253, 249, 0.7);
}

.glee-case-v2 .text-link {
  display: inline-flex;
  gap: 16px;
  margin-top: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.glee-case-v2 .product-scene .media-frame {
  width: calc(100% + max(48px, (100vw - min(1440px, calc(100vw - 96px))) / 2));
}

.glee-case-v2 .product-scene .media-frame img {
  border-radius: var(--gc-radius) 0 0 var(--gc-radius);
}

.glee-case-v2 .discovery {
  padding-bottom: 0;
  background: var(--gc-wine-dark);
  color: var(--gc-white);
}

.glee-case-v2 .discovery .lead {
  color: rgba(255, 253, 249, 0.72);
}

.glee-case-v2 .discovery .panorama {
  margin-top: clamp(60px, 8vw, 110px);
}

.glee-case-v2 .mobile-story {
  background: var(--gc-black);
  color: var(--gc-white);
}

.glee-case-v2 .mobile-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(600px, 1.05fr);
  gap: clamp(48px, 4.5vw, 92px);
}

.glee-case-v2 .mobile-copy h2 {
  max-width: 720px;
  color: var(--gc-wine);
  font-size: clamp(3.7rem, 4.5vw, 5.6rem);
  line-height: 0.92;
}

.glee-case-v2 .mobile-copy h2 .tablet-title-line {
  display: block;
}

.glee-case-v2 .mobile-copy p {
  color: rgba(255, 253, 249, 0.7);
}

@media (min-width: 1181px) {
  .glee-case-v2 .mobile-story {
    padding-block: clamp(96px, 7vw, 132px);
  }

  .glee-case-v2 .mobile-grid {
    width: var(--gc-shell);
    grid-template-columns: minmax(0, 1.1fr) minmax(620px, 0.9fr);
    gap: clamp(64px, 5vw, 110px);
  }

  .glee-case-v2 .mobile-copy h2 {
    max-width: 760px;
    font-size: clamp(4rem, 4.7vw, 6.2rem);
  }
}

.glee-case-v2 .compact-list {
  display: grid;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.glee-case-v2 .compact-list li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.8rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.glee-case-v2 .trust {
  padding-bottom: clamp(80px, 10vw, 150px);
  background: var(--gc-paper-deep);
}

.glee-case-v2 .trust-copy {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.48fr);
  gap: clamp(50px, 9vw, 150px);
}

.glee-case-v2 .trust-copy h2 {
  max-width: 980px;
  font-size: clamp(3.7rem, 6.7vw, 7.8rem);
}

.glee-case-v2 .trust-copy h2 > span {
  display: block;
}

.glee-case-v2 .keep-together {
  display: inline;
  white-space: nowrap;
}

.glee-case-v2 .trust-copy p {
  max-width: 480px;
  margin-bottom: 8px;
  font-size: clamp(1rem, 1.3vw, 1.22rem);
}

.glee-case-v2 .wide-media-contained {
  width: 100%;
  margin: clamp(58px, 8vw, 112px) 0 0;
}

.glee-case-v2 .physical-store {
  padding: 0;
  background: var(--gc-black);
}

.glee-case-v2 .store-media {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}

.glee-case-v2 .store-media > img,
.glee-case-v2 .store-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.glee-case-v2 .store-media > img {
  object-fit: cover;
  object-position: center;
}

.glee-case-v2 .store-shade {
  background: linear-gradient(90deg, rgba(10, 7, 8, 0.9) 0%, rgba(10, 7, 8, 0.5) 48%, rgba(10, 7, 8, 0.08) 78%);
}

.glee-case-v2 .store-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: var(--gc-shell);
  min-height: 100svh;
  margin-inline: auto;
  flex-direction: column;
  justify-content: center;
  padding-block: 110px;
  color: var(--gc-white);
}

.glee-case-v2 .store-copy h2 {
  max-width: 700px;
  font-size: clamp(4rem, 7.2vw, 8.2rem);
}

.glee-case-v2 .store-copy p {
  max-width: 540px;
  margin: 32px 0 0;
  color: rgba(255, 253, 249, 0.78);
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
}

.glee-case-v2 .system {
  overflow: hidden;
  background: var(--gc-wine-dark);
  color: var(--gc-white);
}

.glee-case-v2 .system-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(60px, 9vw, 150px);
}

.glee-case-v2 .system-copy h2 {
  max-width: 720px;
  font-size: clamp(3.8rem, 6.5vw, 7.6rem);
}

.glee-case-v2 .system-copy > p:last-child {
  max-width: 570px;
  margin-top: 34px;
  color: rgba(255, 253, 249, 0.72);
}

.glee-case-v2 .system-specimen {
  display: grid;
  gap: 34px;
  padding-top: 62px;
}

.glee-case-v2 .type-specimen {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.glee-case-v2 .type-specimen span {
  display: block;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.glee-case-v2 .type-specimen strong {
  display: block;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 5.8rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.92;
  /* `balance` e não `pretty`: é uma amostra tipográfica de duas linhas, e o
     equilíbrio entre elas importa mais do que só evitar a viúva. Sem isso
     "AQUI." caía sozinho, com 20% da largura da primeira linha. */
  text-wrap: balance;
}

.glee-case-v2 .type-specimen.editorial strong {
  padding-bottom: 0.1em;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(2.1rem, 3.6vw, 4.8rem);
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.12;
  text-transform: none;
}

.glee-case-v2 .palette {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.glee-case-v2 .palette span {
  display: flex;
  min-height: 146px;
  align-items: flex-end;
  padding: 16px;
  background: var(--swatch);
  color: var(--gc-white);
  font-size: 0.7rem;
  font-weight: 750;
}

.glee-case-v2 .palette span:last-child {
  color: var(--gc-black);
}

.glee-case-v2 .final-cta {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--gc-black);
  color: var(--gc-white);
}

/* O palco de encerramento pertence ao case, mas fica fora do <main>.
   Trava o fundo escuro contra as superfícies claras herdadas da página. */
body.glee-case-page .overlap-fim__inner {
  background: #0c090a;
}

body.glee-case-page .glee-case-v2.glee-case-ending,
body.glee-case-page .glee-case-v2.glee-case-ending .final-cta,
body.glee-case-page .glee-case-v2.glee-case-ending .case-fim {
  background: var(--gc-black);
}

body.glee-case-page .glee-case-v2.glee-case-ending .case-fim {
  color: var(--gc-white);
  border-color: rgba(255, 255, 255, 0.16);
}

.glee-case-v2 .final-media,
.glee-case-v2 .final-media img,
.glee-case-v2 .final-media span {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.glee-case-v2 .final-media img {
  object-fit: cover;
  object-position: center;
}

.glee-case-v2 .final-media span {
  background: linear-gradient(90deg, rgba(8, 6, 7, 0.92) 0%, rgba(8, 6, 7, 0.72) 48%, rgba(8, 6, 7, 0.2) 80%);
}

.glee-case-v2 .final-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  justify-content: center;
  padding-block: 110px;
}

.glee-case-v2 .final-content h2 {
  max-width: 980px;
}

.glee-case-v2 .final-content > p {
  max-width: 620px;
  margin-top: 32px;
  color: rgba(255, 253, 249, 0.76);
  font-size: clamp(1.05rem, 1.5vw, 1.34rem);
}

/* Parágrafos de apoio: `balance` em vez de `pretty`.

   Todos têm 2 ou 3 linhas, e aí o equilíbrio ENTRE as linhas resolve melhor
   que só evitar a última curta. Medido depois do `pretty`, ainda sobravam:
   "em cada ponto de contato." com 18% da maior no tablet, o lead da descoberta
   com 20% no laptop e o parágrafo do mobile com 21% no desktop e no ultra
   wide. Como o `balance` recalcula a cada largura, vale em todos os
   breakpoints sem inventar `max-width` por faixa. */
.glee-case-v2 .lead,
.glee-case-v2 .story-intro p,
.glee-case-v2 .product-copy p,
.glee-case-v2 .mobile-copy p,
.glee-case-v2 .trust-copy p,
.glee-case-v2 .store-copy p,
.glee-case-v2 .system-copy p,
.glee-case-v2 .final-content > p {
  text-wrap: balance;
}

.glee-case-v2 .reveal {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity 800ms ease, transform 900ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.glee-case-v2 .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  /* sem sobrescrever o shell: a fórmula base já entrega a mesma medida da
     Agromaxxi em toda largura */

  .glee-case-v2 .hero {
    display: flex;
    min-height: auto;
    padding-top: 74px;
    flex-direction: column;
  }

  .glee-case-v2 .hero-media {
    position: relative;
    order: 2;
    height: auto;
  }

  .glee-case-v2 .hero-media img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
    scale: 1;
  }

  .glee-case-v2 .hero-veil {
    display: none;
  }

  .glee-case-v2 .hero-content {
    order: 1;
    width: var(--gc-shell);
    min-height: auto;
    padding: 96px 0 72px;
  }

  .glee-case-v2 .hero h1 {
    max-width: 880px;
    font-size: clamp(4.5rem, 10vw, 7.2rem);
  }

  .glee-case-v2 .project-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .glee-case-v2 .project-facts div:nth-child(2) {
    border-right: 0;
  }

  .glee-case-v2 .project-facts div:nth-child(-n+2) {
    border-bottom: 1px solid var(--gc-line);
  }

  .glee-case-v2 .product-grid,
  .glee-case-v2 .mobile-grid,
  .glee-case-v2 .system-layout {
    grid-template-columns: 1fr;
  }

  .glee-case-v2 .product-copy,
  .glee-case-v2 .mobile-copy,
  .glee-case-v2 .system-copy {
    max-width: 900px;
  }

  .glee-case-v2 .product-scene .media-frame {
    width: 100%;
  }

  .glee-case-v2 .product-scene .media-frame img {
    border-radius: var(--gc-radius);
  }

  .glee-case-v2 .mobile-story .media-frame {
    order: 2;
  }

  .glee-case-v2 .mobile-copy {
    order: 1;
  }

  .glee-case-v2 .system-specimen {
    padding-top: 0;
  }

  .glee-case-v2 .store-media,
  .glee-case-v2 .final-cta {
    display: flex;
    min-height: auto;
    flex-direction: column;
  }

  .glee-case-v2 .store-media > img,
  .glee-case-v2 .final-media img {
    position: relative;
    order: 2;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .glee-case-v2 .store-shade,
  .glee-case-v2 .final-media span {
    display: none;
  }

  .glee-case-v2 .store-copy {
    width: var(--gc-shell);
    min-height: auto;
    padding: 110px 0 70px;
  }

  .glee-case-v2 .final-media {
    position: relative;
    order: 2;
    height: auto;
  }

  .glee-case-v2 .final-content {
    order: 1;
    min-height: auto;
    padding-block: 110px 76px;
  }
}

@media (max-width: 840px) {
  .glee-case-v2 {
    --gc-radius: 15px;
  }

  .glee-case-v2 .section {
    padding-block: 88px;
  }

  .glee-case-v2 h2,
  .glee-case-v2 .story-intro h2,
  .glee-case-v2 .product-copy h2,
  .glee-case-v2 .mobile-copy h2,
  .glee-case-v2 .trust-copy h2,
  .glee-case-v2 .system-copy h2,
  .glee-case-v2 .store-copy h2 {
    font-size: clamp(2.8rem, 13vw, 5.6rem);
    line-height: 0.94;
  }

  .glee-case-v2 .hero {
    padding-top: 68px;
  }

  .glee-case-v2 .hero-content {
    padding: 54px 0 48px;
  }

  .glee-case-v2 .hero h1 {
    max-width: 620px;
    font-size: clamp(3rem, 9.5vw, 5.25rem);
    line-height: 0.92;
  }

  .glee-case-v2 .hero-intro {
    margin-top: 24px;
  }

  .glee-case-v2 .hero-actions {
    margin-top: 28px;
  }

  .glee-case-v2 .button {
    min-height: 50px;
  }

  .glee-case-v2 .manifesto {
    padding-bottom: 0;
  }

  .glee-case-v2 .lead {
    margin-top: 28px;
    font-size: 1.08rem;
  }

  .glee-case-v2 .project-facts {
    width: 100%;
    margin-top: 66px;
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .glee-case-v2 .project-facts div,
  .glee-case-v2 .project-facts div:nth-child(2) {
    min-height: auto;
    padding: 22px 18px;
    border-right: 0;
    border-bottom: 1px solid var(--gc-line);
  }

  .glee-case-v2 .story-intro,
  .glee-case-v2 .trust-copy {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .glee-case-v2 .story-intro p,
  .glee-case-v2 .trust-copy p {
    margin: 0;
  }

  .glee-case-v2 .wide-media,
  .glee-case-v2 .panorama {
    width: 100%;
    margin-top: 46px;
  }

  .glee-case-v2 .wide-media img,
  .glee-case-v2 .panorama img,
  .glee-case-v2 .media-frame img {
    width: 100%;
    height: auto;
    border-radius: 0;
    object-fit: contain;
  }

  .glee-case-v2 .wide-media figcaption {
    padding-inline: 18px;
  }

  .glee-case-v2 .product-grid,
  .glee-case-v2 .mobile-grid {
    width: 100%;
    gap: 48px;
  }

  .glee-case-v2 .product-copy,
  .glee-case-v2 .mobile-copy {
    width: var(--gc-shell);
    margin-inline: auto;
  }

  .glee-case-v2 .product-copy p,
  .glee-case-v2 .mobile-copy p {
    margin-top: 24px;
  }

  .glee-case-v2 .discovery,
  .glee-case-v2 .mobile-story {
    padding-bottom: 0;
  }

  .glee-case-v2 .trust-layout {
    width: 100%;
  }

  .glee-case-v2 .trust-copy {
    width: var(--gc-shell);
    margin-inline: auto;
  }

  .glee-case-v2 .store-copy {
    padding: 88px 0 54px;
  }

  .glee-case-v2 .system-layout {
    gap: 66px;
  }

  .glee-case-v2 .type-specimen strong {
    font-size: clamp(2.25rem, 10vw, 4.5rem);
  }

  .glee-case-v2 .type-specimen.editorial strong {
    font-size: clamp(2rem, 8.5vw, 3.8rem);
  }

  .glee-case-v2 .palette {
    grid-template-columns: 1fr;
  }

  .glee-case-v2 .palette span {
    min-height: 92px;
  }

  .glee-case-v2 .final-content {
    padding-block: 88px 60px;
  }

  .glee-case-v2 .final-content h2 {
    font-size: clamp(3rem, 13.5vw, 5.6rem);
  }
}

@media (max-width: 520px) {
  .glee-case-v2 .hero-actions,
  .glee-case-v2 .final-actions {
    flex-direction: column;
  }

  .glee-case-v2 .button {
    width: 100%;
  }

  .glee-case-v2 .hero h1 {
    font-size: clamp(2.8rem, 12.4vw, 3.25rem);
  }
}

@media (min-width: 700px) and (max-width: 1180px) {
  .glee-case-v2 .mobile-copy {
    max-width: 1080px;
  }

  .glee-case-v2 .mobile-copy h2 {
    max-width: none;
    font-size: clamp(3rem, 6.5vw, 4.5rem);
  }

  .glee-case-v2 .mobile-copy h2 .tablet-title-line {
    display: block;
    white-space: nowrap;
  }
}

/* ============================================================
   Camada de fundo, transição de cor entre seções

   As seções declaram a cor em `data-bg` e o JS as deixa transparentes; é a
   camada fixa atrás de tudo que anima. Aqui saem de cena as CAIXAS que
   envolvem as seções e continuariam pintando por cima da camada: sem isso a
   virada acontece atrás de um fundo opaco e não se vê nada.

   `.final-cta` e o palco de encerramento entram na lista porque a fronteira
   da última virada começa quando o topo deles ainda está a 75% da tela —
   opacos, apareceriam como um corte seco de preto entrando enquanto a camada
   ainda estava vinho.
   ============================================================ */

body.glee-case-page.has-bg-layer,
.has-bg-layer .glee-case-v2,
.has-bg-layer.glee-case-page .overlap-fim__inner,
.has-bg-layer.glee-case-page .glee-case-v2.glee-case-ending,
.has-bg-layer.glee-case-page .glee-case-v2.glee-case-ending .final-cta,
.has-bg-layer.glee-case-page .glee-case-v2.glee-case-ending .case-fim,
.has-bg-layer .glee-case-v2 .hero,
.has-bg-layer .glee-case-v2 .physical-store,
.has-bg-layer .glee-case-v2 .final-cta { background: transparent; }

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

  .glee-case-v2 .reveal,
  .glee-case-v2 .hero-enter {
    opacity: 1;
    transform: none;
  }
}
