/* recycle.makeup */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #1C1C1E; color: #F5F0E8; font-family: 'Lato', sans-serif; font-weight: 400; line-height: 1.7; }
/* Typography: Playfair 600/700, Lato 400/500, IBM Plex Mono 400 */
:root { --noir-velvet: #1C1C1E; --charcoal-satin: #2A2A2E; --deco-gold: #C9A96E; --cream-silk: #F5F0E8; --antique-bronze: #8B7355; --rose-quartz: #E8B4B8; --pure-white: #FFFFFF; --smoke-gray: #4A4A4A; }
.entrance { padding: 5rem 2rem 4rem; text-align: center; }
.geo-frame { max-width: 560px; margin: 0 auto; border: 1px solid #C9A96E; padding: 3rem 2rem; position: relative; clip-path: polygon(4% 0, 96% 0, 100% 4%, 100% 96%, 96% 100%, 4% 100%, 0 96%, 0 4%); }
.corner-ornament::before, .corner-ornament::after { content: ''; position: absolute; width: 24px; height: 24px; }
.corner-ornament::before { top: 12px; left: 12px; border-top: 2px solid #C9A96E; border-left: 2px solid #C9A96E; }
.corner-ornament::after { bottom: 12px; right: 12px; border-bottom: 2px solid #C9A96E; border-right: 2px solid #C9A96E; }
.hero-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2rem, 5vw, 3.4rem); color: #ffffff; line-height: 1.15; margin-bottom: 1rem; }
.hero-sub { font-size: 0.9rem; color: #8B7355; margin-bottom: 1.5rem; }
.cta-gold { display: inline-block; font-family: 'Playfair Display', serif; font-weight: 600; font-size: 0.85rem; color: #C9A96E; border: 1px solid #C9A96E; padding: 0.6rem 1.5rem; text-decoration: none; letter-spacing: 0.02em; }
.gold-rule { border-top: 1px solid #C9A96E; max-width: 560px; margin: 0 auto; }
.section-title { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 1.5rem; color: #ffffff; margin-bottom: 1.5rem; text-align: center; }
.vanity { max-width: 700px; margin: 0 auto; padding: 3rem 2rem; }
.product-shelf { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.product-card { background: #2A2A2E; border-radius: 50% 50% 4px 4px; padding: 2rem 1rem 1.5rem; text-align: center; width: 120px; display: flex; flex-direction: column; gap: 0.3rem; }
.product-cat { font-family: 'IBM Plex Mono', monospace; font-size: 0.6rem; color: #8B7355; letter-spacing: 0.1em; text-transform: uppercase; }
.product-brand { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 0.9rem; color: #F5F0E8; }
.recycle-badge { font-family: 'IBM Plex Mono', monospace; font-size: 0.55rem; color: #E8B4B8; }
.guide { max-width: 560px; margin: 0 auto; padding: 3rem 2rem; }
.guide-grid { display: flex; flex-direction: column; gap: 1rem; }
.guide-row { display: flex; gap: 1rem; align-items: flex-start; padding-bottom: 1rem; border-bottom: 1px solid rgba(201,169,110,0.2); }
.resin-code { font-family: 'IBM Plex Mono', monospace; font-size: 1.5rem; color: #C9A96E; min-width: 32px; text-align: center; flex-shrink: 0; }
.guide-text { font-size: 0.85rem; color: #8B7355; }
.guide-text strong { color: #F5F0E8; }
.alliance { max-width: 560px; margin: 0 auto; padding: 3rem 2rem; text-align: center; }
.brand-grid { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.brand-hex { width: 56px; height: 56px; background: #2A2A2E; clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); }
.alliance-cta { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 1.1rem; color: #E8B4B8; }
.footer { background: #1C1C1E; text-align: center; padding: 3rem 2rem; border-top: 1px solid #C9A96E; }
.fan-motif { width: 60px; height: 30px; border-radius: 60px 60px 0 0; border: 1px solid #C9A96E; border-bottom: none; margin: 0 auto 1rem; }
.footer-text { font-size: 0.75rem; color: #8B7355; }
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
.smoke-gray-text { color: #4A4A4A; }
