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

:root {
  --gold: #C9A84C;
  --gold-light: #F0C040;
  --gold-dark: #8B6914;
  --black: #050505;
  --dark: #0a0a0a;
  --dark2: #111111;
  --dark3: #1a1a1a;
  --white: #f7f5ef;
  --white2: rgba(247,245,239,0.7);
  --grey: #666;
  --navy: #0d1b2a;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  background: var(--black);
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  cursor: none;
  -webkit-font-smoothing: antialiased;
}

/* ── CURSOR ── */
.cursor {
  width: 8px; height: 8px;
  background: var(--gold);
  border-radius: 50%;
  position: fixed; pointer-events: none; z-index: 9999;
  transform: translate(-50%,-50%);
  transition: width .2s, height .2s, background .2s;
}
.cursor-ring {
  width: 32px; height: 32px;
  border: 1px solid rgba(201,168,76,.45);
  border-radius: 50%;
  position: fixed; pointer-events: none; z-index: 9998;
  transform: translate(-50%,-50%);
}
body:has(a:hover) .cursor,
body:has(button:hover) .cursor { width: 14px; height: 14px; background: var(--gold-light); }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 60px;
  transition: background .4s, border-color .4s;
  border-bottom: 1px solid transparent;
}
nav.scrolled {
  background: rgba(5,5,5,.97);
  border-color: rgba(201,168,76,.12);
  backdrop-filter: blur(12px);
}
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo img { height: 46px; width: auto; filter: drop-shadow(0 0 12px rgba(201,168,76,.4)); }
.nav-logo-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px; letter-spacing: 5px; color: var(--gold);
  line-height: 1;
}
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a {
  text-decoration: none; color: rgba(247,245,239,.6);
  font-size: 10px; letter-spacing: 3px; text-transform: uppercase; font-weight: 500;
  transition: color .3s; position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 1px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-cta {
  background: transparent; border: 1px solid var(--gold);
  color: var(--gold); padding: 10px 26px;
  font-family: 'Montserrat', sans-serif; font-size: 10px; letter-spacing: 3px;
  text-transform: uppercase; font-weight: 600; cursor: none;
  text-decoration: none; display: inline-block;
  transition: background .3s, color .3s;
}
.nav-cta:hover { background: var(--gold); color: var(--black); }

/* ── FOOTER ── */
footer {
  background: var(--dark2);
  border-top: 1px solid rgba(201,168,76,.12);
  padding: 60px 0 30px;
}
.footer-grid {
  max-width: 1200px; margin: 0 auto; padding: 0 60px;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px;
}
.footer-brand img { height: 70px; margin-bottom: 20px; filter: drop-shadow(0 0 12px rgba(201,168,76,.3)); }
.footer-brand p { font-size: 12px; line-height: 1.9; color: var(--grey); max-width: 260px; }
.footer-col h4 {
  font-size: 10px; letter-spacing: 4px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a {
  color: var(--grey); font-size: 13px; text-decoration: none;
  transition: color .3s; letter-spacing: 1px;
}
.footer-col ul li a:hover { color: var(--white); }
.footer-social { display: flex; gap: 12px; margin-top: 10px; }
.social-link {
  width: 38px; height: 38px; border: 1px solid rgba(201,168,76,.25);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); text-decoration: none; font-size: 13px; font-weight: 700;
  transition: all .3s; letter-spacing: 0;
}
.social-link:hover { background: rgba(201,168,76,.1); border-color: var(--gold); }
.footer-bottom {
  max-width: 1200px; margin: 40px auto 0; padding: 20px 60px 0;
  border-top: 1px solid rgba(201,168,76,.07);
  display: flex; align-items: center; justify-content: space-between;
}
.footer-bottom p { font-size: 11px; color: rgba(247,245,239,.2); letter-spacing: 2px; }
.footer-bottom a { color: var(--gold); text-decoration: none; font-size: 11px; letter-spacing: 2px; }

/* ── CONTAINER ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 60px; }

/* ── SECTION HEADER ── */
.section-header { text-align: center; margin-bottom: 80px; }
.section-tag {
  display: inline-block; font-size: 10px; letter-spacing: 6px;
  text-transform: uppercase; color: var(--gold); margin-bottom: 16px;
}
.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(40px, 5vw, 68px); letter-spacing: 4px; line-height: 1;
}
.section-title span { color: var(--gold); }
.section-title .white { color: var(--white); }
.title-line {
  width: 50px; height: 2px; margin: 18px auto 0;
  background: linear-gradient(to right, var(--gold-dark), var(--gold-light));
}

/* ── GOLD DIVIDER ── */
.gold-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(201,168,76,.3), rgba(240,192,64,.4), rgba(201,168,76,.3), transparent);
}

/* ── BUTTONS ── */
.btn-gold {
  display: inline-block; padding: 15px 42px; text-decoration: none;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold), var(--gold-light));
  color: var(--black); font-family: 'Montserrat', sans-serif;
  font-size: 11px; letter-spacing: 4px; text-transform: uppercase; font-weight: 700;
  transition: all .3s; box-shadow: 0 0 30px rgba(201,168,76,.25); cursor: none;
  border: none;
}
.btn-gold:hover { box-shadow: 0 0 50px rgba(201,168,76,.45); transform: translateY(-2px); }
.btn-outline {
  display: inline-block; padding: 15px 42px; text-decoration: none;
  background: transparent; border: 1px solid rgba(201,168,76,.5);
  color: var(--gold); font-family: 'Montserrat', sans-serif;
  font-size: 11px; letter-spacing: 4px; text-transform: uppercase; font-weight: 600;
  transition: all .3s; cursor: none;
}
.btn-outline:hover { border-color: var(--gold); background: rgba(201,168,76,.05); }

/* ── REVEAL ANIMATION ── */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1); }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }

/* ── PARTICLES CANVAS ── */
#particles { position: fixed; top:0; left:0; width:100%; height:100%; z-index:0; pointer-events:none; }

/* ── PAGE WRAPPER ── */
.page-content { position: relative; z-index: 1; }

/* ── RESPONSIVE ── */
@media(max-width:900px){
  nav { padding: 16px 24px; }
  .nav-links, .nav-cta { display: none; }
  .container { padding: 0 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; padding: 0 24px; }
  .footer-bottom { padding: 20px 24px 0; flex-direction: column; gap: 10px; }
}
