@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=DM+Sans:ital,wght@0,200;0,300;0,400;1,300&family=DM+Mono:wght@300&display=swap');

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }

:root {
  --black:   #04040a;
  --deep:    #06060e;
  --white:   #f0ede8;
  --off:     rgba(240,237,232,0.6);
  --muted:   rgba(240,237,232,0.3);
  --faint:   rgba(240,237,232,0.06);

  /* Card accent colors */
  --classic: #1a3a7a;
  --classic-glow: rgba(40,90,200,0.5);
  --silver:  #b8b4ac;
  --silver-glow: rgba(200,196,188,0.5);
  --noir:    #1a4a2e;
  --noir-glow: rgba(40,140,80,0.5);
}

html { scroll-behavior: smooth; }

body {
  background: var(--black);
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  cursor: none;
}

/* CURSOR */
.cursor {
  position: fixed; width: 7px; height: 7px;
  background: var(--white); border-radius: 50%;
  pointer-events: none; z-index: 9999;
  transform: translate(-50%,-50%);
}
.cursor-ring {
  position: fixed; width: 30px; height: 30px;
  border: 1px solid rgba(240,237,232,0.2); border-radius: 50%;
  pointer-events: none; z-index: 9998;
  transform: translate(-50%,-50%);
  transition: width .5s cubic-bezier(.16,1,.3,1),
              height .5s cubic-bezier(.16,1,.3,1),
              border-color .3s;
}
.cursor-ring.hover { width: 50px; height: 50px; border-color: rgba(240,237,232,0.4); }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 500; padding: 30px 64px;
  display: flex; align-items: center; justify-content: space-between;
  transition: all .4s;
}
nav.scrolled {
  background: rgba(4,4,10,0.94);
  backdrop-filter: blur(20px);
  padding: 18px 64px;
  border-bottom: 1px solid var(--faint);
}
.nav-logo {
  font-family: 'DM Mono', monospace;
  font-size: 15px; font-weight: 300;
  letter-spacing: 0.35em; color: var(--white);
  text-decoration: none;
}
.nav-links { display: flex; gap: 40px; list-style: none; align-items: center; }
.nav-links a {
  font-size: 11px; font-weight: 300;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); text-decoration: none; transition: color .3s;
}
.nav-links a:hover, .nav-links a.active { color: var(--white); }
.nav-apply {
  padding: 10px 28px;
  border: 1px solid rgba(240,237,232,0.15) !important;
  color: var(--white) !important;
  transition: border-color .3s, background .3s !important;
}
.nav-apply:hover { border-color: rgba(240,237,232,0.4) !important; background: rgba(240,237,232,0.05) !important; }

/* LABEL */
.label {
  font-family: 'DM Mono', monospace;
  font-size: 9px; letter-spacing: 0.45em;
  text-transform: uppercase; color: var(--muted);
  margin-bottom: 20px;
  display: flex; align-items: center; gap: 14px;
}
.label::before { content:''; width:20px; height:1px; background:var(--muted); }

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 36px;
  border: 1px solid rgba(240,237,232,0.2);
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-size: 11px; font-weight: 300;
  letter-spacing: 0.18em; text-transform: uppercase;
  text-decoration: none; cursor: pointer; background: none;
  transition: border-color .3s, background .3s;
}
.btn:hover { border-color: rgba(240,237,232,0.5); background: rgba(240,237,232,0.05); }
.btn-fill { background: var(--white); color: var(--black); border-color: var(--white); }
.btn-fill:hover { background: rgba(240,237,232,0.85); }

/* REVEAL */
.reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity 1s cubic-bezier(.16,1,.3,1), transform 1s cubic-bezier(.16,1,.3,1);
}
.reveal.visible { opacity:1; transform:translateY(0); }
.reveal-d1 { transition-delay:.12s; }
.reveal-d2 { transition-delay:.24s; }
.reveal-d3 { transition-delay:.36s; }

/* FOOTER */
footer {
  background: var(--black);
  border-top: 1px solid var(--faint);
  padding: 72px 64px 44px;
}
.footer-inner {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px; padding-bottom: 48px;
  border-bottom: 1px solid var(--faint); margin-bottom: 28px;
}
.footer-brand .name {
  font-family: 'DM Mono', monospace;
  font-size: 15px; font-weight: 300;
  letter-spacing: 0.35em; color: var(--white); margin-bottom: 14px;
}
.footer-brand p { font-size: 13px; color: var(--muted); line-height: 1.9; max-width: 220px; }
.footer-col h4 {
  font-family: 'DM Mono', monospace;
  font-size: 9px; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--muted);
  opacity: 0.5; margin-bottom: 18px;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 13px; color: var(--muted); text-decoration: none; transition: color .3s; }
.footer-col ul li a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; }
.footer-copy { font-family:'DM Mono',monospace; font-size:9px; letter-spacing:.12em; color:rgba(240,237,232,0.1); }
.footer-jm { font-family:'DM Mono',monospace; font-size:9px; letter-spacing:.12em; text-transform:uppercase; color:rgba(240,237,232,0.1); text-decoration:none; transition:color .3s; }
.footer-jm span { color: var(--noir); opacity: 0.8; }
.footer-jm:hover { color: rgba(240,237,232,0.3); }

.jm-badge {
  position: fixed; bottom: 24px; right: 24px; z-index: 300;
  background: rgba(4,4,10,0.9); border: 1px solid var(--faint);
  color: rgba(240,237,232,0.2); padding: 7px 14px;
  font-family:'DM Mono',monospace; font-size:9px; letter-spacing:.2em; text-transform:uppercase;
  text-decoration:none; transition:all .3s;
}
.jm-badge:hover { border-color: rgba(240,237,232,0.2); color: rgba(240,237,232,0.4); }
.jm-badge span { color: #2d7a4a; }

@media (max-width: 900px) {
  nav, nav.scrolled { padding: 20px 24px; }
  .nav-links { display: none; }
  footer { padding: 48px 24px 32px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}
