/* ═══════════════════════════════════════════
   ADIS ADVISORY — Global Stylesheet
   Design: Luxury Dark · Gold · Editorial
═══════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&family=Josefin+Sans:wght@200;300;400;600&family=EB+Garamond:ital,wght@0,400;0,500;1,400&display=swap');

:root {
  --black:      #080c0d;
  --dark:       #0e1a1d;
  --dark2:      #132228;
  --teal:       #1b3540;
  --gold:       #b8954a;
  --gold-light: #d4b06a;
  --gold-pale:  #e8d4a8;
  --gold-dim:   rgba(184,149,74,0.15);
  --white:      #f0ebe0;
  --grey:       #7a9099;
  --border:     rgba(184,149,74,0.18);
}

*, *::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: 'Josefin Sans', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  cursor: none;
}

/* ── CUSTOM CURSOR ── */
.cursor {
  width: 10px; height: 10px;
  background: var(--gold);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 99999;
  transition: transform 0.15s ease, opacity 0.3s;
  mix-blend-mode: difference;
}
.cursor-ring {
  width: 36px; height: 36px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 99998;
  transition: transform 0.35s ease, width 0.3s, height 0.3s;
  transform: translate(-13px, -13px);
}

/* ── NOISE TEXTURE ── */
.noise {
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  pointer-events: none; z-index: 9990; opacity: 0.5;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.5rem 5vw;
  transition: all 0.4s ease;
}
nav.scrolled {
  background: rgba(8,12,13,0.96);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding: 1rem 5vw;
}

.nav-logo {
  display: flex; align-items: center; gap: 0.8rem;
  text-decoration: none;
}
.nav-logo-icon {
  width: 42px; height: 42px;
  position: relative;
}
/* SVG logo inline recreation */
.logo-svg { width: 42px; height: 42px; }

.nav-brand {
  display: flex; flex-direction: column; line-height: 1;
}
.nav-brand .name {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.12em;
  color: var(--white);
}
.nav-brand .name span { color: var(--gold); }
.nav-brand .tagline {
  font-size: 0.55rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--grey);
  
}

.nav-links {
  display: flex; align-items: center; gap: 5rem;
  list-style: none;
  
  
}
.nav-links a {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: none;
  position: relative;
  transition: color 0.3s;
  font-weight: bold;
 
}
.nav-links a::after {
  content: '';
  position: absolute; bottom: -4px; left: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width 0.3s;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold-light); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }

.nav-cta {
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--black);
  background: var(--gold);
  padding: 0.65rem 1.6rem;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
  border: 1px solid var(--gold);
}
.nav-cta:hover {
  background: transparent;
  color: var(--gold);
}

/* ── PAGE WRAPPER ── */
.page { min-height: 100vh; }

/* ── SECTION BASE ── */
.section {
  padding: 7rem 5vw;
  position: relative;
}
.section-sm { padding: 5rem 5vw; }

.section-label {
  font-size: 1rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex; align-items: center; gap: 1rem;
  margin-bottom: 1.2rem;
}
.section-label::before {
  content: '';
  width: 30px; height: 1px;
  background: var(--gold);
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.01em;
}
.section-title em {
  font-style: italic;
  color: var(--gold-light);
}

.gold-line {
  width: 60px; height: 1px;
  background: linear-gradient(to right, var(--gold), transparent);
  margin: 1.8rem 0;
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.9rem 2rem;
  transition: all 0.3s;
  cursor: none;
  font-weight: bold;
}
.btn-gold {
  background: var(--gold);
  color: var(--black);
  font-weight: 600;
  border: 1px solid var(--gold);
  
}
.btn-gold:hover {
  background: transparent;
  color: var(--gold-light);
}
.btn-outline {
  border: 1px solid var(--border);
  color: var(--grey);
}
.btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold-light);
}

/* ── REVEAL ANIMATION ── */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left { opacity:0; transform:translateX(-40px); transition: opacity 0.9s ease, transform 0.9s ease; }
.reveal-left.visible { opacity:1; transform:translateX(0); }
.reveal-right { opacity:0; transform:translateX(40px); transition: opacity 0.9s ease, transform 0.9s ease; }
.reveal-right.visible { opacity:1; transform:translateX(0); }

/* ── FOOTER ── */
footer {
  background: var(--black);
  border-top: 1px solid var(--border);
  padding: 3rem 5vw 2rem;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--border);
  margin-bottom: 2rem;
}
.footer-brand p {
  font-size: 0.82rem;
  line-height: 1.8;
  color: var(--grey);
  margin-top: 1rem;
  max-width: 260px;
}
.footer-col h4 {
  font-size: 0.62rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.6rem; }
.footer-col ul li a {
  font-size: 0.8rem;
  color: var(--grey);
  text-decoration: none;
  transition: color 0.3s;
  letter-spacing: 0.05em;
}
.footer-col ul li a:hover { color: var(--gold-light); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
}
.footer-copy {
  font-size: 0.68rem;
  color: var(--grey);
  letter-spacing: 0.1em;
}
.footer-socials { display: flex; gap: 1rem; }
.footer-socials a {
  width: 32px; height: 32px;
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--grey);
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.3s;
}
.footer-socials a:hover { border-color: var(--gold); color: var(--gold); }

/* ── MOBILE ── */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 1rem; }
}
