/* ============================================================
   Estúdio Malice — Ensaio Gestante
   Mobile-first · breakpoints 768 / 1024
   ============================================================ */

/* 1 · Hero (visual à esquerda, espelhado da home) */
.g-hero { padding-top: calc(var(--nav-height) + var(--space-lg)); padding-bottom: var(--space-xl); }
.g-hero-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-lg); align-items: center; }
.g-hero-copy h1 { font-size: var(--text-hero); margin-bottom: var(--space-md); max-width: 14ch; }
.g-hero-note {
  margin-top: var(--space-md);
  font-size: 0.88rem;
  color: var(--ink-soft);
  border-left: 2px solid var(--gold);
  padding-left: 0.9rem;
}
.g-hero-note strong { color: var(--rose-deep); }
.g-hero-visual { position: relative; order: 1; max-width: 560px; }
.g-hero-main {
  aspect-ratio: 3 / 4;
  box-shadow: 0 40px 90px -40px rgba(43, 35, 32, 0.4);
}
.g-hero-off { display: none; }
.g-hero-copy { order: 0; }

/* 2 · Editorial P&B — dupla sobreposta */
.g-body-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-xl); align-items: center; }
.g-body-copy p + p { margin-top: var(--space-sm); }
.g-body-copy .link-underline { display: inline-block; margin-top: var(--space-md); }
.g-body-duo { position: relative; padding-bottom: var(--space-lg); }
.g-body-img-a {
  width: 72%;
  aspect-ratio: 3 / 4;
  box-shadow: 0 30px 70px -30px rgba(43, 35, 32, 0.4);
}
.g-body-img-b {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46%;
  aspect-ratio: 3 / 4;
  border: 6px solid var(--blush);
  box-shadow: 0 26px 60px -26px rgba(43, 35, 32, 0.45);
  transform: rotate(2deg);
}

/* 3 · Quando fazer — número gigante atrás do texto */
.g-weeks { overflow: hidden; text-align: center; padding-block: calc(var(--space-section) + var(--space-lg)); }
.g-weeks-number {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  font-size: var(--text-giant);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--blush-deep);
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
}
.g-weeks-copy { position: relative; z-index: 1; max-width: 680px; }
.g-weeks-copy .eyebrow { justify-content: center; display: inline-flex; }
.g-weeks-copy .section-title { max-width: 22ch; }
.g-weeks-copy .lead { margin-inline: auto; margin-top: var(--space-md); }
.g-weeks-copy p + p { margin-top: var(--space-sm); }
.g-weeks-copy .btn-row { justify-content: center; }

/* 4 · Estilos — blocos assimétricos */
.g-style-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-md);
  align-items: center;
  margin-top: var(--space-xl);
}
.g-style-index {
  font-family: var(--font-display);
  font-style: italic;
  font-size: var(--text-xl);
  color: var(--gold);
  display: block;
  margin-bottom: 0.6rem;
}
.g-style-info h3 { font-size: var(--text-xl); margin-bottom: 0.6rem; }
.g-style-info p { color: var(--ink-soft); max-width: 46ch; }
.g-style-img-tall { aspect-ratio: 3 / 4; max-width: 440px; box-shadow: 0 30px 70px -30px rgba(43, 35, 32, 0.35); }
.g-style-img-wide { aspect-ratio: 4 / 3; box-shadow: 0 30px 70px -30px rgba(43, 35, 32, 0.35); }

/* 5 · Timeline vertical */
.g-timeline-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-xl); align-items: start; }
.g-timeline-list {
  list-style: none;
  display: grid;
  gap: var(--space-lg);
  position: relative;
  padding-left: 0;
}
.g-timeline-list::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 10px;
  bottom: 10px;
  width: 1.5px;
  background: linear-gradient(to bottom, var(--rose-soft), rgba(201, 138, 125, 0.15));
}
.g-timeline-list li { display: flex; gap: var(--space-md); align-items: flex-start; position: relative; }
.g-tl-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.5rem;
  color: var(--rose-deep);
  background: var(--porcelain);
  border: 1.5px solid var(--rose-soft);
  border-radius: 50%;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.g-timeline-list h3 { font-size: 1.2rem; margin-bottom: 0.4rem; }
.g-timeline-list p { font-size: 0.95rem; color: var(--ink-soft); max-width: 46ch; }

/* 6 · Galeria editorial (6 fotos, colunas mistas) */
.g-gallery-grid {
  margin-top: var(--space-lg);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
.gg-a, .gg-d, .gg-e, .gg-f { aspect-ratio: 4 / 3; }
.gg-b, .gg-c { aspect-ratio: 3 / 4; }

/* 7 · O que vestir */
.g-wardrobe-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-xl); align-items: center; }
.g-wardrobe-img {
  aspect-ratio: 3 / 4;
  max-width: 440px;
  transform: rotate(-2deg);
  border: 8px solid var(--white-warm);
  box-shadow: 0 30px 70px -30px rgba(43, 35, 32, 0.35);
}
.g-wardrobe-list { list-style: none; display: grid; gap: 0.9rem; margin-block: var(--space-md); }
.g-wardrobe-list li { padding-left: 1.6rem; position: relative; color: var(--ink-soft); font-size: 0.98rem; }
.g-wardrobe-list li::before { content: "✦"; position: absolute; left: 0; color: var(--rose); font-size: 0.8rem; top: 0.3rem; }
.g-wardrobe-list strong { color: var(--ink); font-weight: 600; }

/* 8 · Casal e filhos */
.g-together-head { max-width: 720px; }
.g-together-figure { margin-top: var(--space-lg); }
.g-together-img {
  aspect-ratio: 16 / 10;
  box-shadow: 0 40px 90px -40px rgba(43, 35, 32, 0.4);
}
.g-together-figure figcaption {
  margin-top: 0.9rem;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.02rem;
  color: var(--rose-deep);
}

/* 9 · Depoimentos — citação grande + card */
.g-voices-stack {
  margin-top: var(--space-lg);
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-md);
  align-items: start;
}
.g-voice-lead { display: flex; flex-direction: column; gap: 1rem; }
.g-voice-lead blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: var(--text-2xl);
  line-height: 1.15;
  color: var(--rose-deep);
}
.g-voice-lead figcaption { font-size: 0.88rem; font-weight: 600; color: var(--ink-soft); }
.g-voice-lead figcaption small { display: block; font-weight: 400; color: var(--rose); margin-top: 2px; }

/* 10 · Pacote gestante+newborn (plum) */
.g-bundle-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-xl); align-items: center; }
.g-bundle-copy p + p { margin-top: var(--space-sm); }
.g-bundle-panel {
  background: rgba(250, 246, 241, 0.06);
  border: 1px solid rgba(201, 168, 124, 0.35);
  border-radius: var(--radius-card);
  padding: 2rem;
  display: grid;
  gap: 0.6rem;
  max-width: 420px;
}
.g-bundle-step span {
  font-size: var(--text-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--gold);
  display: block;
  margin-bottom: 0.35rem;
}
.g-bundle-step p { font-family: var(--font-display); font-size: 1.15rem; line-height: 1.35; color: var(--porcelain); }
.g-bundle-arrow {
  font-size: 1.4rem;
  color: var(--rose-soft);
  text-align: center;
  line-height: 1;
  padding-block: 0.3rem;
}

/* 11 · Incluso — lista editorial */
.g-included-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-lg); align-items: start; }
.g-included-list { list-style: none; display: grid; }
.g-included-list li {
  display: flex;
  gap: var(--space-md);
  align-items: flex-start;
  padding-block: var(--space-md);
  border-top: 1px solid rgba(201, 138, 125, 0.25);
}
.g-included-list li:last-child { border-bottom: 1px solid rgba(201, 138, 125, 0.25); }
.g-inc-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.5rem;
  color: var(--gold);
  min-width: 2.4rem;
  line-height: 1.2;
}
.g-included-list h3 { font-size: 1.2rem; margin-bottom: 0.35rem; }
.g-included-list p { font-size: 0.95rem; color: var(--ink-soft); max-width: 52ch; }

/* 12 · FAQ */
.g-faq .section-title { margin-bottom: var(--space-lg); }

/* ---- 768+ ---- */
@media (min-width: 768px) {
  .g-gallery-grid { grid-template-columns: repeat(6, 1fr); }
  .gg-a { grid-column: span 4; }
  .gg-b { grid-column: span 2; }
  .gg-c { grid-column: span 2; align-self: end; }
  .gg-d { grid-column: span 4; }
  .gg-e { grid-column: span 3; }
  .gg-f { grid-column: span 3; transform: translateY(1.6rem); }

  .g-style-block { grid-template-columns: 0.9fr 1.1fr; gap: var(--space-lg); }
  .g-style-block-rev .g-style-img-wide { order: 1; }
  .g-style-block-rev .g-style-info { order: 0; }
  .g-style-block:nth-of-type(3) { grid-template-columns: 1.15fr 0.85fr; }

  .g-voices-stack { grid-template-columns: 1.1fr 0.9fr; gap: var(--space-lg); }
  .g-voices-stack .quote-card { transform: translateY(30px); }

  .g-bundle-grid { grid-template-columns: 1.15fr 0.85fr; }
  .g-bundle-panel { justify-self: end; }
}

/* ---- 1024+ ---- */
@media (min-width: 1024px) {
  .g-hero { padding-top: calc(var(--nav-height) + var(--space-xl)); }
  .g-hero-grid { grid-template-columns: 0.95fr 1.05fr; gap: var(--space-xl); }
  .g-hero-visual { order: 0; }
  .g-hero-copy { order: 1; }
  .g-hero-off {
    display: block;
    position: absolute;
    bottom: -10%;
    right: -14%;
    width: 54%;
    aspect-ratio: 4 / 3;
    border: 6px solid var(--porcelain);
    box-shadow: 0 30px 60px -30px rgba(43, 35, 32, 0.45);
  }

  .g-body-grid { grid-template-columns: 1fr 1fr; }
  .g-body-duo { padding-bottom: var(--space-xl); }

  .g-timeline-grid { grid-template-columns: 0.9fr 1.1fr; gap: var(--space-xl); }
  .g-timeline-intro { position: sticky; top: calc(var(--nav-height) + var(--space-md)); }

  .g-wardrobe-grid { grid-template-columns: 0.85fr 1.15fr; }

  .g-together-img { aspect-ratio: 16 / 9; }

  .g-included-grid { grid-template-columns: 0.8fr 1.2fr; gap: var(--space-xl); }
  .g-included-intro { position: sticky; top: calc(var(--nav-height) + var(--space-md)); }
}

/* ---- reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
  .g-body-img-b, .g-wardrobe-img, .gg-f { transform: none; }
}
