/* Page-specific adjustments only; component artwork and typography are inherited. */
html[data-page="casamentos"] .corporate-formats__media { pointer-events: none; }

/* Let validation, confirmation and the WhatsApp continuation enlarge the form.
   Keep the approved starting position, but avoid clipping below a fixed canvas. */
@media (max-width: 1099px) and (orientation: portrait) {
  html[data-page="casamentos"] .briefing__art {
    height: max(100svh, 1024px);
  }
  html[data-page="casamentos"] .briefing__statement {
    top: max(4.8svh, 49.152px);
  }
  html[data-page="casamentos"] .briefing__form-column {
    position: relative;
    top: auto;
    padding-top: max(54.4svh, 557.056px);
    padding-bottom: 32px;
  }
}
@media (max-width: 699px) and (orientation: portrait) {
  html[data-page="casamentos"] .briefing__art {
    height: max(100svh, 844px);
  }
  html[data-page="casamentos"] .briefing__statement {
    top: max(5.05svh, 42.622px);
  }
  html[data-page="casamentos"] .briefing__form-column {
    padding-top: max(50.7svh, 428px);
  }
}

@media (min-width: 1101px) {
  html[data-page="casamentos"] .corporate-formats__header {
    top: max(6.35%, 90px);
  }
  html[data-page="casamentos"] .corporate-formats::after {
    background:
      linear-gradient(90deg, rgba(2, 1, 1, .18), rgba(2, 1, 1, .04) 42%, transparent 64%),
      linear-gradient(180deg, transparent 38%, rgba(9, 2, 3, .58) 62%, rgba(9, 2, 3, .12) 92%);
  }
}
