/* ======================================================
   KayNexa Luxury Visual System
   Layered gradients + subtle texture + controlled glow.
   Edit color tokens in :root to retheme quickly.
   ====================================================== */

@font-face {
    font-family: 'Trajan Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Trajan Pro Regular'), url('assets/fonts/TrajanPro-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Trajan Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Trajan Pro Bold'), url('assets/fonts/TrajanPro-Bold.woff') format('woff');
    }



:root {
  --kx-black: #050605;
  --kx-emerald-deep: #081a16;
  --kx-emerald-muted: #113129;
  --kx-gold-rich: #c59a4a;
  --kx-gold-soft: #dfc58e;
  --kx-border-gold: rgba(197, 154, 74, 0.42);
  --kx-white: #f5f5f1;
  --kx-text-muted: #cbc8be;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 10% 12%, rgba(17, 49, 41, 0.28), transparent 38%),
    radial-gradient(circle at 88% 18%, rgba(197, 154, 74, 0.12), transparent 34%),
    linear-gradient(180deg, #050605 0%, #07100d 38%, #060706 100%);
  color: var(--kx-white);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Tailwind token helpers */
.bg-kx-black { background-color: var(--kx-black); }
.text-kx-white { color: var(--kx-white); }
.text-kx-muted { color: var(--kx-text-muted); }
.text-kx-gold { color: var(--kx-gold-rich); }
.text-kx-softgold { color: var(--kx-gold-soft); }
.border-kx-border { border-color: var(--kx-border-gold); }

/*--- Font Styling ---*/
.heading-h4 {
  font-family: 'Trajan Pro Regular';
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
}

.heading-h2 {
  font-family: 'Trajan Pro Bold';
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 1px;
}

.text-font {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
} 

button {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
}

/* Layered luxury background system:
   1) soft radial glows
   2) marble-like streaking gradients
   3) micro-noise texture overlay
*/
.site-layers {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 20% 14%, rgba(13, 69, 53, 0.25), transparent 28%),
    radial-gradient(circle at 82% 56%, rgba(161, 125, 56, 0.18), transparent 40%),
    radial-gradient(circle at 56% 88%, rgba(17, 49, 41, 0.2), transparent 36%);
}

.site-layers::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(120deg, rgba(197, 154, 74, 0.02) 0 2px, transparent 2px 14px),
    repeating-linear-gradient(20deg, rgba(255, 255, 255, 0.012) 0 1px, transparent 1px 10px);
  mix-blend-mode: soft-light;
  opacity: 0.6;
}

.site-header {
  transition: background-color 260ms ease, backdrop-filter 260ms ease, box-shadow 260ms ease;
}

.site-header.scrolled {
  background: rgba(3, 6, 5, 0.72);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.luxury-panel {
  position: relative;
  background: linear-gradient(160deg, rgba(6, 12, 10, 0.85), rgba(10, 25, 21, 0.62));
  border: 1px solid rgba(197, 154, 74, 0.26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 36px rgba(0, 0, 0, 0.36);
}

.gold-border-glow {
  box-shadow: inset 0 1px 0 rgba(255, 230, 178, 0.08), 0 0 0 1px rgba(197, 154, 74, 0.26), 0 8px 30px rgba(0, 0, 0, 0.45);
}

.marble-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(120% 100% at 8% 6%, rgba(17, 49, 41, 0.24), transparent 38%),
    radial-gradient(100% 120% at 80% 10%, rgba(197, 154, 74, 0.12), transparent 40%),
    linear-gradient(130deg, transparent 12%, rgba(197, 154, 74, 0.07) 35%, transparent 58%);
  pointer-events: none;
}

.cinematic-depth {
  filter: drop-shadow(0 25px 40px rgba(0, 0, 0, 0.45));
}

.vault-door-frame {
  border: 1px solid rgba(197, 154, 74, 0.3);
  background: radial-gradient(circle at 64% 52%, rgba(197, 154, 74, 0.27), rgba(5, 10, 8, 0.9) 48%);
}

.vault-door-glow,
.vault-concentric,
.vault-core,
.vault-rim {
  position: absolute;
  inset: 0;
}

.vault-door-glow {
  background: radial-gradient(circle at 68% 48%, rgba(226, 166, 63, 0.32), transparent 38%);
}

.vault-concentric {
  background: repeating-radial-gradient(circle at 68% 48%, rgba(194, 146, 62, 0.42) 0 1px, transparent 1px 16px);
  opacity: 0.45;
}

.vault-core {
  border-radius: 9999px;
  width: 58%;
  height: 72%;
  top: 14%;
  left: 38%;
  background: radial-gradient(circle at 40% 50%, rgba(245, 189, 84, 0.78) 0%, rgba(132, 81, 28, 0.7) 22%, rgba(12, 22, 18, 0.85) 64%);
  box-shadow: 0 0 0 1px rgba(231, 182, 88, 0.34), 0 0 34px rgba(207, 155, 62, 0.35), inset 0 0 22px rgba(0, 0, 0, 0.45);
}

.vault-rim {
  width: 42%;
  height: 42%;
  top: 29%;
  left: 50%;
  border-radius: 9999px;
  border: 1px solid rgba(255, 223, 162, 0.6);
  box-shadow: 0 0 24px rgba(237, 180, 82, 0.35);
}

.section-divider {
  position: relative;
}

/* .section-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(197, 154, 74, 0.55), transparent);
} */

.spotlight-bg {
  background: radial-gradient(circle at 50% 45%, rgba(197, 154, 74, 0.14), rgba(5, 6, 5, 0.06) 42%, transparent 70%);
}

.nav-link {
  color: var(--kx-white);
  transition: color 180ms ease, text-shadow 180ms ease;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link.is-active {
  color: var(--kx-gold-soft);
  text-shadow: 0 0 12px rgba(217, 168, 88, 0.28);
}

.icon-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.7rem;
  border: 1px solid rgba(197, 154, 74, 0.5);
  color: var(--kx-gold-rich);
  background: #000;
}

.luxury-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border: 2px solid #BB8D43;
  border-radius: 12px;
  padding: 20px 30px;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  position: relative;
}

.luxury-card h3 {
  font-family: 'Trajan Pro Regular';
  color: var(--kx-softgold, #dfc58e);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
}

.luxury-card:hover {
  transform: translateY(-3px);
  /* border-color: rgba(225, 184, 101, 0.68);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4), inset 0 0 0 1px rgba(197, 154, 74, 0.2); */
}

.access-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #041B13;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    color: var(--kx-softgold, #dfc58e);
    transition: transform 180ms ease, box-shadow 180ms ease;
    gap: 15px;
}

.access-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(4, 15, 12, 0.46), 0 0 24px rgba(16, 81, 62, 0.25);
}

.map-visual {
  position: relative;
  background:
    radial-gradient(circle at 34% 58%, rgba(197, 154, 74, 0.22), transparent 25%),
    radial-gradient(circle at 70% 46%, rgba(16, 79, 61, 0.22), transparent 33%),
    linear-gradient(160deg, rgba(7, 13, 11, 0.95), rgba(8, 20, 16, 0.72));
}

.map-visual::before {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 0.85rem;
  background:
    radial-gradient(circle at 32% 54%, rgba(239, 188, 93, 0.3) 0 12%, transparent 35%),
    radial-gradient(circle at 62% 40%, rgba(239, 188, 93, 0.2) 0 10%, transparent 32%),
    radial-gradient(circle at 76% 58%, rgba(239, 188, 93, 0.2) 0 8%, transparent 26%);
  filter: blur(4px);
  opacity: 0.8;
}

.check-item {
  position: relative;
  padding-left: 1.85rem;
}

.check-item::before {
  content: '';
  background: url(images/check.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 27px;
  left: 0;
  top: 0;
  color: var(--kx-gold-rich);
  font-size: 1rem;
}

.footer-heading {
  color: var(--kx-gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
}

.footer-list {
  margin-top: 1rem;
  display: grid;
  gap: 0.5rem;
}

.footer-list a {
  color: var(--kx-text-muted);
  transition: color 180ms ease;
}

.footer-list a:hover,
.footer-list a:focus-visible {
  color: var(--kx-gold-soft);
}

.social-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(197, 154, 74, 0.5);
  color: var(--kx-softgold, #dfc58e);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.is-pressed {
  transform: translateY(1px) scale(0.99);
}


/*------------------------
         Other CSS 
-------------------------*/

#hero {
    background-image: url(images/hero-banner.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bnr_BTTN01 {
    background: url(images/request-private-access-bttn.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 20px 50px;
}

.bnr_BTTN02 {
    background: url(images/institutional-inquiry.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 25px 50px;
}

#structured-approach {
    background-image: url(images/structured-approach.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.luxury-card:after {
    content: '';
    position: absolute;
    background: url(images/glow-line.png);
    background-size: auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 30px;
    bottom: -2px;
}

#ownership {
    background-image: url(images/ownership.webp);
    background-position: center center;
    background-size: cover;
}
#access {
    background-image: url(images/access.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#security {
    background-image: url(images/security.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hdr_BTTN {
   background: url(images/request-private-access-bttn.png);
   background-position: center center;
   background-size: contain;
   background-repeat: no-repeat;
   padding: 20px 50px;
}

#inner-page-banner {
    background-image: url(images/ownership.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-logo {
    width: 350px;
    margin: 0 auto;
}

.luxury-card img {
    width: 70px;
}
.access-card h4 {
    font-size: 18px;
    line-height: 28px;
}
#site-header .header-nav a, 
#mobile-menu li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 26px;
}

.testi_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 25px;
}

.testimonial-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 100%;
    border: 3px solid #ae8333;
}

.nav-arrows {
    background-image: url(images/hr-line.png);
    background-size: contain;
    background-position: center center;
    background-repeat: repeat-x;
}

/*----- Footer -----*/

#footer_main nav a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

footer nav a {
  transition: color 0.2s ease;
}

footer nav a:hover {
  color: var(--kx-gold-soft);
}

footer .flex a {
  opacity: 0.8;
  transition: all 0.2s ease;
}

footer .flex a:hover {
  opacity: 1;
  color: var(--kx-gold-rich);
}

.footer-social a {
    padding: 0 15px;
}


/*--------------------------
      Responsive Mobile
--------------------------*/
@media (max-width: 767px) {
  .heading-display {
    letter-spacing: 0.05em;
  }
  #hero {
    min-height: 400px;
    padding: 60px 0;
}
.heading-h2 {
    font-size: 30px;
    line-height: 40px;
}
.text-font {
    line-height: 26px !important;
}
#structured-approach .icon-cards {
    gap: 30px;
}
#structured-approach .icon-cards .luxury-card {
    padding: 30px;
    width: 75%;
    margin: 0 auto;
}
#access .access-card img {
    height: 50px;
}
.luxury-card h3 {
    line-height: 29px;
}
#hero .bnr_BTTN02 {
    padding: 16px;
}
#mobile-menu-toggle {
    position: absolute;
    right: 20px;
}
.access-card h4 {
    font-size: 15px;
    line-height: 25px;
}
.nav-arrows {
    background-size: cover;
}
}