:root{--bg:#0d0d0f;--surf:#18181c;--surf2:#222228;--border:#2e2e38;--border2:#3a3a48;--text:#e8e4dc;--muted:#7a7888;--gold:#c9a84c;--gold2:#e8c97a;--gold3:#a07830;--red:#e74c3c;--green:#27ae60;--blue:#4aa8d8;--r:14px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:'DM Sans',sans-serif;background:var(--bg);color:var(--text);min-height:100vh}a{color:inherit;text-decoration:none}nav{position:sticky;top:0;z-index:50;background:rgba(13,13,15,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:.7rem 1.5rem;gap:1rem}.nav-brand{font-family:'Playfair Display',serif;font-size:1.15rem;font-weight:900;background:linear-gradient(135deg,var(--gold),var(--gold2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;align-items:center;gap:.6rem}.nav-link{padding:.35rem .75rem;border-radius:8px;font-size:.78rem;font-weight:500;color:var(--muted);border:1px solid transparent;transition:all .15s}.nav-link:hover{color:var(--text);background:var(--surf2)}.nav-link.cta{background:linear-gradient(135deg,var(--gold),var(--gold3));color:#1a0f00;border:none;font-weight:700}.nav-link.cta:hover{filter:brightness(1.1)}@media(max-width:480px){.hide-mob{display:none}}.divider{height:1px;background:var(--border);max-width:1100px;margin:0 auto}.online-dot{width:6px;height:6px;border-radius:50%;background:#27ae60;animation:pulse .8s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}footer{background:var(--surf);border-top:1px solid var(--border);padding:3rem 1.5rem 2rem;margin-top:2rem}.footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}@media(max-width:700px){.footer-inner{grid-template-columns:1fr 1fr}}@media(max-width:400px){.footer-inner{grid-template-columns:1fr}}.footer-brand{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:900;background:linear-gradient(135deg,var(--gold),var(--gold2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.6rem}.footer-tagline{font-size:.78rem;color:var(--muted);line-height:1.6;max-width:240px}.footer-contact{font-size:.74rem;color:var(--muted);line-height:1.7;margin-top:.9rem}.footer-contact a{color:var(--gold2)}.footer-col h4{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--muted);margin-bottom:.6rem}.footer-col h4.mt{margin-top:1.1rem}.footer-col a{display:block;font-size:.78rem;color:var(--muted);margin-bottom:.35rem;transition:color .15s}.footer-col a:hover{color:var(--gold2)}.footer-bottom{max-width:1100px;margin:2rem auto 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;border-top:1px solid var(--border);padding-top:1.5rem;font-size:.72rem;color:var(--muted)}