/** Shopify CDN: Minification failed

Line 130:0 Unexpected "}"

**/
/* ============================================================
   PDP Quartz - Storytelling (09:00)
   Specific to the Quartz product page
   ============================================================ */

/* ── MOMENT SECTION ── */
    .moment-section {
      padding: 72px 40px;
      max-width: 1080px;
      margin: 0 auto;
    }
    .moment-grid {
      display: grid;
      grid-template-columns: 1.1fr 1fr;
      gap: 56px;
      align-items: center;
    }
    /* Placeholder quando não há imagem */
    .moment-media {
      max-width: 100%;
      border-radius: 16px;
      overflow: hidden;
    }
    .moment-media:not(:has(img)) {
      background: var(--grey);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 12px;
      font-size: 12px;
      color: rgba(240,237,232,0.35);
      letter-spacing: 0.04em;
      text-align: center;
      padding: 60px 24px;
      aspect-ratio: 4/5;
    }
    .moment-eyebrow {
      font-size: 11px;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--quartz);
      font-weight: 600;
      margin-bottom: 16px;
    }
    .moment-title {
      font-family: var(--font-heading);
      font-size: clamp(32px, 3.2vw, 42px);
      font-weight: 900;
      letter-spacing: -0.03em;
      line-height: 1.05;
      color: var(--off-white);
      margin-bottom: 24px;
    }
    .moment-body {
      font-size: 17px;
      color: rgba(240,237,232,0.6);
      line-height: 1.75;
      max-width: 620px;
    }
    .moment-body strong { color: var(--off-white); font-weight: 600; }

    /* Unboxing */
    .unbox-section {
      padding: 80px 40px;
      max-width: 900px;
      margin: 0 auto;
    }
    .unbox-media {
      aspect-ratio: 16/9;
      border-radius: 16px;
      background: var(--grey);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 12px;
      font-size: 12px;
      color: rgba(240,237,232,0.35);
      letter-spacing: 0.04em;
    }
    .unbox-caption {
      margin-top: 16px;
      font-size: 13px;
      color: rgba(240,237,232,0.5);
      text-align: center;
    }

/* ── MOBILE ── */

/* Imagem mobile — escondida no desktop */
.moment-img-mobile { display: none; }

@media (max-width: 900px) {
  .moment-section {
    padding: 32px 0;
  }

  /* Imagem mobile: full-bleed, antes do texto */
  .moment-img-mobile {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }

  /* Grid: oculta imagem do desktop no mobile */
  .moment-media { display: none; }

  .moment-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .moment-text { padding: 0 24px; }
  .moment-eyebrow { font-size: 11px; margin-bottom: 10px; }
  .moment-title { font-size: clamp(26px, 7vw, 34px); margin-bottom: 14px; letter-spacing: -0.02em; }
  .moment-body { font-size: 13px; line-height: 1.8; }
  .moment-body + .moment-body { margin-top: 20px; }
}

.grad-text {
  color: var(--yellow);
  -webkit-text-fill-color: var(--yellow);
}
}