/*
Theme Name: Colin Pearce Photography — Gutenberg
Theme URI: https://example.com/
Author: OpenAI for Colin Pearce
Description: A lightweight, native Gutenberg portfolio theme based on Colin Pearce's supplied layout. No page builder required.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: colin-photo
*/

:root { --cp-orange:#ff8a24; --cp-charcoal:#4a4a4a; }
html { scroll-behavior:smooth; }
body { margin:0; }
a { text-underline-offset:.18em; }
.cp-brand-line { border-left:3px solid var(--cp-orange); padding-left:.45rem; }
.cp-section-label { background:var(--cp-orange); color:#fff; border-radius:3px; padding:.2rem .7rem; font-style:italic; font-weight:700; }
.cp-category-links a { text-decoration:none; }
.cp-category-links a:hover { text-decoration:underline; }
.cp-divider { border-left:1px solid #777; min-height:8rem; }
.cp-gallery img { width:100%; height:100%; object-fit:cover; }
.cp-footer { border-top:1px solid #ddd; }
@media (max-width: 700px) {
  .cp-divider { display:none; }
  .cp-category-grid { gap:1.25rem !important; }
}
