/* AMCPL — Custom CSS (Tailwind CDN supplements) */
html { scroll-behavior: smooth; }
h1,h2,h3,h4,h5,h6 { font-family: 'Cormorant Garamond', Georgia, serif; }
.section-label { font-family:'Lato',sans-serif; font-size:.7rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:#b5891e; margin-bottom:12px; display:block; }
.gallery-lightbox { display:none; position:fixed; inset:0; background:rgba(0,0,0,0.92); z-index:9999; align-items:center; justify-content:center; }
.gallery-lightbox.active { display:flex; }
.gallery-lightbox img { max-width:90vw; max-height:88vh; object-fit:contain; border-radius:4px; }
.prose h2 { font-family:'Cormorant Garamond',serif; font-size:1.6rem; font-weight:700; color:#0f1f3d; margin:2rem 0 1rem; }
.prose h3 { font-family:'Cormorant Garamond',serif; font-size:1.25rem; font-weight:600; color:#0f1f3d; margin:1.5rem 0 .75rem; }
.prose p  { color:#374151; line-height:1.8; margin-bottom:1rem; }
.prose ul { list-style:disc; padding-left:1.5rem; margin-bottom:1rem; color:#374151; line-height:1.8; }
.prose li { margin-bottom:.3rem; }
.prose strong { color:#0f1f3d; }
.prose a { color:#b5891e; text-decoration:underline; }
.fade-up { opacity:0; transform:translateY(24px); animation:fadeUp .75s ease forwards; }
@keyframes fadeUp { to { opacity:1; transform:translateY(0); } }
.delay-1{animation-delay:.15s} .delay-2{animation-delay:.3s} .delay-3{animation-delay:.45s} .delay-4{animation-delay:.6s}
::-webkit-scrollbar{width:6px} ::-webkit-scrollbar-track{background:#f1f1f1} ::-webkit-scrollbar-thumb{background:#c4a060;border-radius:3px}
