/* Second Exposure — refinement pass */

/* Let the double-exposure effect belong mostly to the brand itself. */
.se-feature-copy h3:after,
.se-review h3:after{display:none!important}

/* The optical object should remain suggestive rather than diagrammatic. */
.se-frame-label,
.se-optic-note{display:none!important}

/* Homepage section headings no longer need explanatory side copy. */
.se-section-head{grid-template-columns:110px 1fr!important}
.se-section-head p{display:none!important}

/* The index works better as a set of questions than as six mini-explanations. */
.se-theme{min-height:215px}
.se-theme h3{margin:50px 0 0}
.se-theme p{display:none!important}

/* Give the stripped-back hero line a little more room to stand alone. */
.se-tagline{max-width:520px}

@media (max-width:760px){
  .se-section-head{grid-template-columns:56px 1fr!important}
}
