@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@300;400&display=swap";
*{box-sizing:border-box;margin:0;padding:0}body{color:#000;background:#f5f0e8;font-family:Inter,sans-serif}.fixed-nav{z-index:50;background:#fff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 3rem;display:flex;position:fixed;top:0}.hero{text-align:center;padding:160px 3rem 80px}.hero h1{font-family:Cormorant Garamond,serif;font-size:5rem}.hero img{mix-blend-mode:multiply}.grid-container{flex-wrap:wrap;justify-content:center;gap:8rem;padding:4rem 6rem;display:flex}.grid-container img{mix-blend-mode:multiply}.medlem-page{background:#f5f0e8;justify-content:center;align-items:center;min-height:100vh;padding:4rem 1rem;display:flex}.medlem-card{background:#fff;border-radius:16px;width:100%;max-width:440px;overflow:hidden;box-shadow:0 4px 30px #00000014}.medlem-header{text-align:center;margin-bottom:2rem}.medlem-header h1{color:#111;font-family:Cormorant Garamond,serif;font-size:2.5rem}.medlem-header p{letter-spacing:.3em;color:#999;font-size:.75rem}.medlem-tabs{border-bottom:1px solid #eee;display:flex}.medlem-tabs button{cursor:pointer;letter-spacing:.15em;text-transform:uppercase;color:#aaa;background:0 0;border:none;flex:1;padding:1rem;font-size:.75rem;font-weight:600;transition:all .2s}.medlem-tabs button.active{color:#111;background:#fffbf0;border-bottom:2px solid #c9a84c}.medlem-form{flex-direction:column;gap:1.2rem;padding:2rem;display:flex}.medlem-form label{letter-spacing:.15em;text-transform:uppercase;color:#888;margin-bottom:.4rem;font-size:.7rem;font-weight:600;display:block}.medlem-form input{background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-size:.9rem;transition:all .2s}.medlem-form input:focus{border-color:#c9a84c;box-shadow:0 0 0 3px #c9a84c26}.medlem-submit{color:#fff;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;background:#111;border:none;border-radius:8px;width:100%;padding:.85rem;font-size:.75rem;font-weight:600;transition:all .2s}.medlem-submit:hover{color:#111;background:#c9a84c}.forgot-link{color:#c9a84c;cursor:pointer;text-align:right;background:0 0;border:none;width:100%;font-size:.75rem}.error-msg{color:#e53e3e;text-align:center;background:#fff5f5;border-radius:8px;padding:.5rem 1rem;font-size:.85rem}.success-msg{color:#276749;text-align:center;background:#f0fff4;border-radius:8px;padding:.5rem 1rem;font-size:.85rem}.desktop-only{display:none}@media (min-width:768px){.desktop-only{align-items:center;gap:16px;display:flex}}@media (max-width:767px){.hero{padding:120px 1.5rem 60px}.hero h1{font-size:2.8rem}.grid-container{flex-direction:column;align-items:center;gap:2rem;padding:2rem 1.5rem}.fixed-nav{height:64px;padding:0 1.2rem}}
