/* monopole.style */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #000000; color: #ffffff; font-family: 'Inter', sans-serif; font-weight: 300; line-height: 1.7; }
.vertical-divider { position: fixed; left: 50%; top: 0; width: 1px; height: 100vh; background: rgba(255,255,255,0.3); z-index: 10; pointer-events: none; }
.hero { min-height: 80vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem; }
.issue-label { font-family: 'Roboto', sans-serif; font-weight: 300; font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: #666666; margin-bottom: 2rem; }
.brand { font-family: 'Cormorant', serif; font-weight: 300; font-size: clamp(3rem, 8vw, 5rem); letter-spacing: 0.4em; text-align: center; }
.tagline { font-family: 'Cormorant', serif; font-weight: 300; font-size: 1rem; color: #a78bfa; margin-top: 1rem; letter-spacing: 0.3em; }
.look { display: flex; align-items: center; padding: 4rem 2rem; max-width: 800px; margin: 0 auto; gap: 2rem; position: relative; }
.look-content { flex: 1; }
.caption { font-family: 'Roboto', sans-serif; font-weight: 300; font-size: 0.55rem; letter-spacing: 0.15em; text-transform: uppercase; color: #666666; display: block; margin-bottom: 1rem; }
.look-title { font-family: 'Cormorant', serif; font-weight: 300; font-size: clamp(2rem, 5vw, 3.5rem); letter-spacing: 0.15em; margin-bottom: 0.5rem; }
.look-text { font-size: 0.85rem; color: rgba(255,255,255,0.5); }
.look-block { width: 200px; height: 260px; background: #1a1a1a; flex-shrink: 0; }
.look-block.block-2 { width: 180px; height: 240px; }
.feature { text-align: center; padding: 8rem 2rem; }
.feature-word { font-family: 'Cormorant', serif; font-weight: 300; font-size: clamp(3rem, 10vw, 6rem); letter-spacing: 0.3em; color: #a78bfa; }
.index { padding: 3rem 2rem; text-align: center; }
.entry-list { display: flex; flex-direction: column; gap: 0.3rem; margin-bottom: 2rem; }
.entry { font-family: 'Roboto', sans-serif; font-weight: 300; font-size: 0.65rem; letter-spacing: 0.1em; color: #666666; }
.thin-line { border: none; border-top: 1px solid rgba(255,255,255,0.15); width: 40px; margin: 0 auto 1rem; }
.footer-brand { font-family: 'Cormorant', serif; font-weight: 300; font-size: 0.8rem; letter-spacing: 0.2em; color: #666666; }
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
