/* munju.club */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #0a0a0a; color: #e8dcc8; font-family: 'Lato', sans-serif; font-weight: 300; line-height: 1.8; }
.hero { text-align: center; padding: 6rem 2rem 3rem; }
.diamond { color: #d4a843; font-size: 1.5rem; margin-bottom: 1.5rem; }
.diamond.small { font-size: 1rem; margin-bottom: 1rem; }
.brand { font-family: 'Cormorant', serif; font-weight: 500; font-size: clamp(2.5rem, 6vw, 4rem); letter-spacing: 0.2em; }
.est { font-family: 'Inter', sans-serif; font-size: 0.55rem; text-transform: uppercase; letter-spacing: 0.3em; color: #666050; display: block; margin-top: 0.5rem; }
.members-only { font-family: 'Cormorant', serif; font-size: 1rem; color: #d4a843; margin-top: 1rem; }
.divider { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 2rem 0; }
.divider-line { display: block; width: 60px; height: 1px; background: #d4a843; }
.tiers { max-width: 520px; margin: 0 auto; padding: 1rem 1.5rem; display: flex; flex-direction: column; gap: 1.5rem; }
.tier-panel { border: 1px solid #d4a843; background: #111111; padding: 2.5rem; position: relative; }
.deco-corner { position: absolute; width: 16px; height: 16px; }
.deco-corner.tl { top: -1px; left: -1px; border-left: 2px solid #e8c96a; border-top: 2px solid #e8c96a; }
.deco-corner.tr { top: -1px; right: -1px; border-right: 2px solid #e8c96a; border-top: 2px solid #e8c96a; }
.tier-label { font-family: 'Inter', sans-serif; font-size: 0.55rem; text-transform: uppercase; letter-spacing: 0.2em; color: #666050; display: block; margin-bottom: 0.5rem; }
.tier-title { font-family: 'Cormorant', serif; font-weight: 500; font-size: 1.3rem; letter-spacing: 0.1em; color: #d4a843; margin-bottom: 0.5rem; }
.tier-desc { font-size: 0.8rem; color: #999080; }
.benefits { max-width: 520px; margin: 0 auto; padding: 1rem 1.5rem; }
.benefits-title { font-family: 'Cormorant', serif; font-weight: 500; font-size: 1.2rem; letter-spacing: 0.1em; color: #d4a843; margin-bottom: 1rem; }
.benefit-list { list-style: none; }
.benefit-item { font-size: 0.8rem; padding: 0.4rem 0; color: #ccc0a8; }
.gold-bullet { color: #d4a843; margin-right: 0.5rem; font-size: 0.6rem; }
.close { text-align: center; padding: 3rem 2rem; }
.footer-brand { font-family: 'Cormorant', serif; font-weight: 500; font-size: 0.65rem; color: #333020; letter-spacing: 0.2em; }
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
