/* munj.uk - Colors: #F5F0E0, #1A1410, #3A3028, #E0C068, #C09838, #8A6A30, #C0B098, #2A4A30, #8A2020 */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #F5F0E0; color: #3A3028; font-family: 'EB Garamond', serif; font-size: 1.05rem; line-height: 1.85; }

/* Register */
.register { max-width: 720px; margin: 0 auto; padding: 3rem 2rem; }

/* Victorian Border */
.victorian-border { text-align: center; padding: 0.75rem 0; border-top: 2px solid #C0B098; margin-top: 4px; border-bottom: 1px solid #C0B098; }
.fleuron { width: 24px; height: 24px; }
.fleuron-sm { width: 16px; height: 16px; }

/* Engraved Title */
.engraved-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2.5rem, 5vw, 4rem); text-align: center; color: #F5F0E0; text-shadow: 1px 1px 0 rgba(0,0,0,0.15), -1px -1px 0 rgba(255,255,255,0.3); letter-spacing: 0.01em; margin: 1.5rem 0 0.5rem; }
.subtitle { text-align: center; font-family: 'Playfair Display', serif; font-weight: 700; font-style: italic; font-size: clamp(1.2rem, 2.5vw, 1.8rem); color: #1A1410; margin-bottom: 1.5rem; }
.korean { font-family: 'Noto Serif KR', serif; }
.register-intro { text-align: center; color: #3A3028; max-width: 560px; margin: 0 auto 1.5rem; }

/* Section fade-in */
.section { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.section.visible { opacity: 1; transform: translateY(0); }

/* Priority Item */
.priority-item { display: flex; gap: 1.5rem; padding: 2rem 0; align-items: flex-start; }

/* Brass Marker */
.brass-marker { width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(135deg, #D4A848, #C09838, #E0C068, #A08028); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 0.75rem; position: relative; overflow: hidden; }
.brass-marker span { font-family: 'EB Garamond', serif; font-size: 0.8rem; font-weight: 400; color: #1A1410; position: relative; z-index: 1; }
.brass-marker::after { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: linear-gradient(90deg, transparent 30%, rgba(255,255,255,0.3) 50%, transparent 70%); animation: brassShine 4s ease infinite; }
@keyframes brassShine { 0%, 100% { transform: translateX(-100%); } 50% { transform: translateX(100%); } }

/* Priority Content */
.ordinal { font-family: 'Abril Fatface', serif; font-size: clamp(1.5rem, 3vw, 2.5rem); color: #8A6A30; margin-bottom: 0.25rem; line-height: 1.1; }
.priority-heading { font-family: 'Playfair Display', serif; font-weight: 700; font-style: italic; font-size: clamp(1.2rem, 2.5vw, 1.6rem); color: #1A1410; letter-spacing: 0.01em; margin-bottom: 0.75rem; }
.priority-text { color: #3A3028; }

/* Divider Rule */
.divider-rule { text-align: center; padding: 0.5rem 0; position: relative; }
.divider-rule::before, .divider-rule::after { content: ''; position: absolute; top: 50%; height: 1px; background: #C0B098; width: 35%; }
.divider-rule::before { left: 0; }
.divider-rule::after { right: 0; }

/* Footer */
.register-footer { padding-top: 2rem; text-align: center; }
.footer-text { font-style: italic; color: #8A6A30; margin-top: 1rem; }

/* Responsive */
@media (max-width: 600px) {
    .priority-item { flex-direction: column; gap: 0.75rem; }
    .brass-marker { margin-top: 0; }
}
