/* ══════════════════════════════════════
   DECKZ HOLDINGS LLC — style.css
   Black & Silver Chrome Theme
   ══════════════════════════════════════ */

:root {
  --silver:       #c8c8d0;
  --silver-light: #e8e8f0;
  --silver-dark:  #888898;
  --chrome:       #d4d4dc;
  --bg-void:      #000000;
  --bg-dark:      #080808;
  --bg-alt:       #0d0d0d;
  --bg-card:      #111111;
  --bg-card2:     #161616;
  --border:       rgba(200,200,208,0.12);
  --border-h:     rgba(200,200,208,0.35);
  --text:         #e0e0e8;
  --muted:        #9090a0;
  --font-d:       'Orbitron', sans-serif;
  --font-b:       'Rajdhani', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg-void);
  color: var(--text);
  font-family: var(--font-b);
  font-size: 1.1rem;
  line-height: 1.7;
  overflow-x: hidden;
}
.py-6 { padding-top: 5rem; padding-bottom: 5rem; }
.silver { color: var(--silver-light); }
.link-accent { color: var(--silver); text-decoration: none; transition: color 0.2s; }
.link-accent:hover { color: #fff; }
.text-muted-sm { color: var(--muted); font-size: 0.95rem; }

.eyebrow {
  font-family: var(--font-d);
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  color: var(--silver-dark);
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

/* ── NAVBAR ─────────────────────────── */
.dh-nav {
  background: rgba(0,0,0,0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  padding: 0.55rem 0;
}
.nav-crest { height: 42px; width: auto; filter: drop-shadow(0 0 6px rgba(200,200,208,0.3)); }
.brand-top {
  font-family: var(--font-d); font-size: 0.8rem;
  letter-spacing: 0.12em; color: #fff; line-height: 1.1;
}
.brand-top.sm { font-size: 0.65rem; }
.brand-sub {
  font-family: var(--font-d); font-size: 0.5rem;
  letter-spacing: 0.22em; color: var(--silver-dark);
}
.dh-nav .nav-link {
  font-family: var(--font-d); font-size: 0.65rem;
  letter-spacing: 0.12em; color: var(--muted);
  padding: 0.5rem 0.9rem; transition: color 0.2s;
}
.dh-nav .nav-link:hover,
.dh-nav .nav-link.active { color: var(--silver-light); }

.btn-glow {
  font-family: var(--font-d); font-size: 0.62rem;
  letter-spacing: 0.1em; color: var(--silver);
  border: 1px solid var(--border-h); border-radius: 6px;
  padding: 0.42rem 1.1rem;
  background: rgba(200,200,208,0.06);
  transition: all 0.25s; text-decoration: none; display: inline-block;
}
.btn-glow:hover {
  background: rgba(200,200,208,0.14); color: #fff;
  box-shadow: 0 0 16px rgba(200,200,208,0.2);
}

/* ── HERO ────────────────────────────── */
.hero {
  position: relative; background: var(--bg-void);
  overflow: hidden; min-height: 100vh;
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(200,200,208,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,200,208,0.025) 1px, transparent 1px);
  background-size: 70px 70px;
}
.hero-glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 70% 60% at 75% 40%, rgba(180,180,190,0.03) 0%, transparent 65%),
    radial-gradient(ellipse 40% 50% at 10% 70%, rgba(150,150,160,0.02) 0%, transparent 60%);
}
.hero-banner-img {
  display: block; width: 100%; max-width: 700px;
  filter: drop-shadow(0 0 30px rgba(200,200,208,0.28));
  animation: banner-breathe 5s ease-in-out infinite;
}
@keyframes banner-breathe {
  0%,100% { filter: drop-shadow(0 0 30px rgba(200,200,208,0.25)); }
  50%      { filter: drop-shadow(0 0 50px rgba(200,200,208,0.45)); }
}

/* Focused glow specifically behind the banner */
.hero-banner-wrap { position: relative; display: inline-block; z-index: 1; }
.hero-banner-wrap::before {
  content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: calc(100% + 160px); height: calc(100% + 120px);
  background: radial-gradient(closest-side, rgba(220,220,230,0.18), rgba(200,200,208,0.06) 40%, transparent 60%);
  filter: blur(28px); opacity: 0.95; z-index: 0; pointer-events: none;
}
.hero-title {
  font-family: var(--font-d);
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  font-weight: 900; line-height: 1;
  color: #fff;
}
.hero-llc {
  font-size: clamp(1.2rem, 3vw, 2.2rem);
  color: var(--silver-dark); letter-spacing: 0.45em;
}
.hero-tagline {
  font-family: var(--font-d); font-size: clamp(0.75rem, 1.6vw, 0.95rem);
  letter-spacing: 0.3em; color: var(--muted);
}
.hero-sub { color: var(--muted); font-size: 1.15rem; max-width: 540px; line-height: 1.7; }
.hero-fade {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 100px; background: linear-gradient(transparent, var(--bg-void)); z-index: 3;
}

/* Hero emblem (right side) */
.hero-emblem {
  position: relative; width: 280px; height: 280px;
  display: flex; align-items: center; justify-content: center;
}
.he-ring {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(200,200,208,0.15);
}
.r1 { width: 280px; height: 280px; animation: spin 35s linear infinite; }
.r2 { width: 200px; height: 200px; animation: spin 22s linear infinite reverse; border-color: rgba(200,200,208,0.1); }
.he-crest {
  width: 160px; position: relative; z-index: 2;
  animation: crest-float 6s ease-in-out infinite;
  filter: drop-shadow(0 0 20px rgba(200,200,208,0.3));
}
@keyframes crest-float {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}
@keyframes spin { from { transform: rotate(0); } to { transform: rotate(360deg); } }

/* Buttons */
.btn-primary-glow {
  font-family: var(--font-d); font-size: 0.68rem; letter-spacing: 0.12em;
  background: linear-gradient(135deg, #444, #888, #ccc, #888, #444);
  background-size: 200% auto;
  color: #000; border: none; border-radius: 8px;
  padding: 0.8rem 1.8rem;
  box-shadow: 0 0 20px rgba(200,200,208,0.2);
  transition: all 0.4s; text-decoration: none;
  display: inline-block; font-weight: 700;
}
.btn-primary-glow:hover {
  background-position: right center;
  box-shadow: 0 0 35px rgba(200,200,208,0.4);
  color: #000; transform: translateY(-2px);
}
.btn-outline-glow {
  font-family: var(--font-d); font-size: 0.68rem; letter-spacing: 0.12em;
  background: transparent; color: var(--silver);
  border: 1px solid var(--border-h); border-radius: 8px;
  padding: 0.8rem 1.8rem; transition: all 0.3s;
  text-decoration: none; display: inline-block;
}
.btn-outline-glow:hover {
  background: rgba(200,200,208,0.1); color: #fff;
  box-shadow: 0 0 20px rgba(200,200,208,0.2); transform: translateY(-2px);
}

/* ── MARQUEE ─────────────────────────── */
.marquee-wrap {
  background: linear-gradient(90deg, #0a0a0a, #141414, #0a0a0a);
  padding: 0.85rem 0; overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.marquee-inner {
  display: flex; gap: 2rem; white-space: nowrap;
  animation: marquee 35s linear infinite; width: max-content;
}
.marquee-inner span {
  font-family: var(--font-d); font-size: 0.65rem;
  letter-spacing: 0.15em; color: var(--silver-dark); flex-shrink: 0;
}
.marquee-inner .dot { color: var(--silver); opacity: 0.4; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── SECTIONS ────────────────────────── */
.section-alt { background: var(--bg-alt); }
.sec-title {
  font-family: var(--font-d);
  font-size: clamp(1.7rem, 3.5vw, 2.6rem);
  font-weight: 900; color: #fff; line-height: 1.15;
}
.sec-sub { color: var(--muted); font-size: 1.05rem; max-width: 520px; margin: 0.5rem auto 0; }
.body-text { color: var(--muted); font-size: 1.05rem; line-height: 1.75; margin-bottom: 1rem; }
.body-text strong { color: var(--silver-light); }

/* Empire quote */
.empire-quote {
  font-family: var(--font-d); font-size: 0.88rem; letter-spacing: 0.08em;
  color: var(--silver); border-left: 3px solid var(--silver-dark);
  padding-left: 1.25rem; font-style: italic; opacity: 0.85; margin: 0;
}

/* ── STATS ───────────────────────────── */
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.stat-box {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: 14px; padding: 1.5rem 1rem; text-align: center;
  transition: border-color 0.3s, transform 0.3s;
}
.stat-box:hover { border-color: var(--border-h); transform: translateY(-4px); }
.stat-n {
  font-family: var(--font-d); font-size: 2rem;
  font-weight: 900; line-height: 1;
  background: linear-gradient(180deg, #fff, var(--silver-dark));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat-l { font-size: 0.88rem; color: var(--muted); margin-top: 0.4rem; letter-spacing: 0.04em; }

/* ── PILLARS ─────────────────────────── */
.pillar {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: 14px; padding: 2rem 1.5rem; height: 100%;
  transition: all 0.3s;
}
.pillar:hover {
  border-color: var(--border-h); transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.5);
}
.pillar-ico { font-size: 2rem; margin-bottom: 0.75rem; display: block; }
.pillar-title {
  font-family: var(--font-d); font-size: 0.82rem;
  letter-spacing: 0.08em; color: var(--silver-light); margin-bottom: 0.6rem;
}
.pillar-text { color: var(--muted); font-size: 1rem; margin: 0; line-height: 1.7; }

/* ── VENTURES ────────────────────────── */
.venture-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: 16px; padding: 2rem; position: relative;
  overflow: hidden; transition: border-color 0.3s;
}
.venture-card:hover { border-color: var(--border-h); }
.v-active {
  border-color: rgba(200,200,208,0.25);
  background: linear-gradient(135deg, #111, #161616);
}
.v-badge {
  display: inline-block; font-family: var(--font-d); font-size: 0.6rem;
  letter-spacing: 0.15em; padding: 0.25rem 0.7rem; border-radius: 4px;
  margin-bottom: 1.25rem;
}
.active-badge {
  background: rgba(200,200,208,0.1); color: var(--silver-light);
  border: 1px solid rgba(200,200,208,0.25);
}
.future-badge {
  background: rgba(120,120,130,0.1); color: var(--silver-dark);
  border: 1px solid rgba(120,120,130,0.2);
}
.v-logo {
  max-width: 180px; width: 100%;
  filter: drop-shadow(0 0 18px rgba(33,150,243,0.3));
}
.v-cat {
  font-family: var(--font-d); font-size: 0.58rem;
  letter-spacing: 0.18em; color: var(--silver-dark); margin-bottom: 0.4rem;
}
.v-name {
  font-family: var(--font-d); font-size: 1.3rem;
  font-weight: 900; color: #fff; margin-bottom: 0.75rem;
}
.v-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.v-tag {
  font-family: var(--font-d); font-size: 0.6rem; letter-spacing: 0.08em;
  background: rgba(200,200,208,0.06); border: 1px solid rgba(200,200,208,0.15);
  color: var(--silver-dark); padding: 0.2rem 0.6rem; border-radius: 4px;
}
.v-future { border-color: rgba(100,100,110,0.2); }
.v-future-icon { font-size: 2.2rem; margin-bottom: 0.75rem; }
.v-future-name {
  font-family: var(--font-d); font-size: 0.9rem;
  letter-spacing: 0.04em; color: var(--silver-light); margin-bottom: 0.5rem;
}

/* ── MISSION ─────────────────────────── */
.mission-section { position: relative; overflow: hidden; background: var(--bg-void); }
.mission-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 70% at 50% 50%, rgba(150,150,160,0.04) 0%, transparent 65%);
}
.value-box {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: 14px; padding: 1.75rem 1.5rem; height: 100%;
  text-align: center; transition: all 0.3s;
}
.value-box:hover { border-color: var(--border-h); transform: translateY(-4px); }
.value-ico { font-size: 2rem; margin-bottom: 0.75rem; display: block; }
.value-title {
  font-family: var(--font-d); font-size: 0.78rem;
  letter-spacing: 0.08em; color: var(--silver-light); margin-bottom: 0.5rem;
}
.value-text { color: var(--muted); font-size: 1rem; margin: 0; line-height: 1.7; }

.empire-banner {
  display: flex; align-items: center; gap: 1.5rem;
  justify-content: center; flex-wrap: wrap;
}
.eb-line {
  flex: 1; min-width: 40px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--silver-dark), transparent); opacity: 0.4;
}
.eb-text {
  font-family: var(--font-d); font-size: 1.02rem; letter-spacing: 0.12em;
  color: var(--silver-light); font-style: italic; text-align: center; opacity: 0.98;
  transform-origin: center; will-change: transform, opacity;
  text-shadow: 0 6px 18px rgba(200,200,208,0.06);
}

/* Subtle pop-in when the section becomes visible */
@keyframes eb-pop {
  0%   { transform: scale(0.94); opacity: 0; }
  60%  { transform: scale(1.06); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

.fade-up.visible .eb-text {
  animation: eb-pop 700ms cubic-bezier(.2,.9,.2,1) both;
}

/* ── CONTACT ─────────────────────────── */
.contact-box {
  display: flex; flex-direction: column; align-items: center;
  gap: 0.5rem; padding: 2rem 1rem; text-align: center;
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: 14px; text-decoration: none; color: var(--text);
  transition: all 0.3s; height: 100%;
}
.contact-box:hover {
  border-color: var(--border-h); transform: translateY(-5px);
  box-shadow: 0 0 28px rgba(200,200,208,0.08); color: #fff;
}
.cb-icon { font-size: 2rem; }
.cb-label {
  font-family: var(--font-d); font-size: 0.75rem;
  letter-spacing: 0.1em; color: var(--silver-light);
}
.cb-val { font-size: 1rem; color: var(--silver-dark); }

/* ── FOOTER ──────────────────────────── */
.dh-footer { background: #000; border-top: 1px solid var(--border); position: relative; }
.footer-topline {
  position: absolute; top: 0; left: 8%; right: 8%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--silver-dark), transparent); opacity: 0.35;
}
.footer-crest { height: 60px; width: auto; filter: drop-shadow(0 0 8px rgba(200,200,208,0.2)); }
.footer-copy { color: var(--muted); font-size: 0.92rem; line-height: 1.7; }
.footer-slogan {
  font-family: var(--font-d); font-size: 0.62rem;
  letter-spacing: 0.15em; color: var(--silver-dark); opacity: 0.7;
}
.footer-heading {
  font-family: var(--font-d); font-size: 0.6rem; letter-spacing: 0.2em;
  color: var(--silver-dark); text-transform: uppercase; margin-bottom: 0.85rem;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a { color: var(--muted); text-decoration: none; font-size: 0.97rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--silver-light); }
.footer-bottom {
  border-top: 1px solid var(--border); padding: 1.2rem 0;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 0.5rem;
  font-family: var(--font-d); font-size: 0.7rem;
  letter-spacing: 0.05em; color: var(--muted);
}

/* ── ANIMATIONS ──────────────────────── */
.fade-up {
  opacity: 0; transform: translateY(26px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 768px) {
  .footer-bottom { flex-direction: column; text-align: center; }
  .empire-banner { gap: 1rem; }
  .eb-line { display: none; }
  .hero-banner-img { max-width: 100%; }
}
