/*
Theme Name: Cryptid Mystery Vintage
Theme URI: https://example.com/cryptid-mystery
Author: Your Name
Description: A vintage cryptid podcast theme with custom homepage layout.
Version: 1.1
License: GNU General Public License v2 or later
Text Domain: cryptid-mystery-vintage
*/
body { margin:0; background:#1a2a25; color:#e5e0d0; font-family:'Merriweather', serif;}
a { color:#c0c79c; text-decoration:none;}
h1,h2,h3,h4 { font-family:'Cinzel', serif; color:#f1e7c6;}
header, footer { background:#0d1b18; padding:1rem;}
.container { width:90%; max-width:1200px; margin:0 auto;}
.hero { background:url('<?php echo get_template_directory_uri(); ?>/assets/images/hero-cryptid.png') center/cover no-repeat; text-align:center; padding:6rem 1rem;}
.hero h1 { font-size:4rem; margin:0;}
.section { padding:4rem 1rem;}
.case-file { border-bottom:1px solid #3a4a42; padding:1rem 0;}
.gallery { display:flex; gap:1rem; flex-wrap:wrap;}
.gallery img { max-width:100%; height:auto; flex:1;}
