/* munj.uk */
/* Colors: #f5efe3, #f0e6d0, #2d2418, #4a6741, #c4a355, #b07d6a, #365432 */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Crimson Pro', serif; font-weight: 300; font-size: 16px; line-height: 1.9; background: #f5efe3; color: #2d2418; overflow-x: hidden; }
.hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 40px; background: #f5efe3; }
.hero-wreath { width: 60px; height: 60px; border: 1px solid rgba(74, 103, 65, 0.4); border-radius: 50%; margin-bottom: 28px; opacity: 0; animation: fadeIn 1.5s 0.3s ease forwards; }
.hero-title { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(2.5rem, 6vw, 4.5rem); color: #2d2418; letter-spacing: 0.02em; opacity: 0; animation: fadeIn 1.5s 0.6s ease forwards; }
.hero-sub { font-family: 'Josefin Sans', sans-serif; font-weight: 300; font-size: 12px; color: #b07d6a; letter-spacing: 0.12em; text-transform: uppercase; margin-top: 16px; opacity: 0; animation: fadeIn 1.2s 1.2s ease forwards; }
@keyframes fadeIn { to { opacity: 1; } }
.spread { max-width: 680px; margin: 0 auto; padding: 60px 40px; }
.spread-image { margin-bottom: 28px; }
.placeholder { width: 100%; height: 40vh; max-height: 400px; border-radius: 4px; }
.spread-title { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: clamp(1.5rem, 3vw, 2.2rem); color: #2d2418; margin-bottom: 14px; }
.spread-text { color: #2d2418; font-size: 16px; max-width: 520px; }
.spread-note { display: block; margin-top: 16px; font-family: 'Josefin Sans', sans-serif; font-weight: 300; font-size: 11px; color: #4a6741; letter-spacing: 0.1em; text-transform: uppercase; }
.divider { display: flex; justify-content: center; padding: 20px 0; }
.divider-leaf { display: block; width: 20px; height: 1px; background: rgba(74, 103, 65, 0.35); }
.site-footer { text-align: center; padding: 80px 40px; }
.footer-sprig { display: inline-block; width: 1px; height: 24px; background: rgba(74, 103, 65, 0.3); margin-bottom: 16px; }
.site-footer p { font-family: 'Josefin Sans', sans-serif; font-weight: 300; font-size: 11px; color: #b07d6a; letter-spacing: 0.1em; }
@media (max-width: 768px) { .spread { padding: 40px 24px; } }
