/* ============================================================
   Photography page — subtext sizing
   ------------------------------------------------------------
   Normalises the hero subtext ("keeping my passion of photography
   and film making alive") to 16px font-size / 20px line-height,
   matching About/YouTube. Targeted by its unique colour
   rgba(26,26,26,0.4); the 40px heading, nav and footer use other
   colours and are untouched. Linked only from photography.html.
   ============================================================ */

p.framer-text[style*="rgba(26, 26, 26, 0.4)"] {
  --framer-font-size: 16px !important;
  --framer-line-height: 20px !important;
  font-size: 16px !important;
  line-height: 20px !important;
}
