/*
Theme Name: Vone Business Consultation
Theme URI: https://www.voneuae.com
Author: Vone Business Consultation Services
Author URI: https://www.voneuae.com
Description: A premium one-page theme for Vone Business Consultation Services — bespoke due diligence and market intelligence across the GCC. Features a luxury navy and gold aesthetic designed for family offices and institutional investors.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vone
Tags: one-column, custom-background, custom-header, featured-images, full-width-template
*/

/* ═══════════════════════════════════════════════════════
   VONE BUSINESS CONSULTATION SERVICES
   www.Voneuae.com
   ═══════════════════════════════════════════════════════ */

:root {
  --navy: #0B1A2D;
  --deep: #061220;
  --gold: #C09A3A;
  --gold-l: #D6B35C;
  --gold-p: #E8D5A0;
  --cream: #F6F3ED;
  --warm: #EDEBE6;
  --body: #2C2F3A;
  --muted: #6E7380;
  --white: #FFFFFF;
  --acc: #F0EDE6;
  --sf: 'Cormorant Garamond', Georgia, serif;
  --ss: 'DM Sans', -apple-system, sans-serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  font-family: var(--ss);
  color: var(--body);
  background: var(--white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ── NAVIGATION ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(11, 26, 45, 0.95);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(192, 154, 58, 0.15);
  transition: all 0.4s ease;
}
.nav.scrolled { background: rgba(6, 18, 32, 0.98); box-shadow: 0 4px 30px rgba(0,0,0,0.3); }
.nav-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 40px;
  display: flex; align-items: center; justify-content: space-between; height: 76px;
}
.nav-logo {
  font-family: var(--sf); font-size: 26px; font-weight: 700;
  color: var(--gold); letter-spacing: 2px; text-decoration: none;
}
.nav-logo span {
  color: rgba(255,255,255,0.7); font-weight: 400; font-size: 13px;
  letter-spacing: 3px; margin-left: 12px; font-family: var(--ss); text-transform: uppercase;
}
.nav-links { display: flex; gap: 36px; align-items: center; }
.nav-links a {
  color: rgba(255,255,255,0.7); text-decoration: none; font-size: 13.5px;
  font-weight: 500; letter-spacing: 0.8px; text-transform: uppercase;
  transition: color 0.3s; position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; width: 0;
  height: 1.5px; background: var(--gold); transition: width 0.3s;
}
.nav-links a:hover { color: var(--gold); }
.nav-links a:hover::after { width: 100%; }
.nav-cta {
  background: transparent !important; border: 1.5px solid var(--gold) !important;
  color: var(--gold) !important; padding: 10px 24px !important;
  font-size: 12px !important; letter-spacing: 1.5px !important;
  cursor: pointer; transition: all 0.3s;
}
.nav-cta:hover { background: var(--gold) !important; color: var(--navy) !important; }
.nav-cta::after { display: none !important; }
.mob-tog { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.mob-tog span { display: block; width: 24px; height: 2px; background: var(--gold); margin: 5px 0; transition: all 0.3s; }

/* ── HERO ── */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center;
  background: var(--deep); overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1512453979798-5ea266f8880c?w=1920&q=80') center/cover;
  opacity: 0.18;
}
.hero-ov {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(6,18,32,0.92) 0%, rgba(11,26,45,0.85) 50%, rgba(6,18,32,0.95) 100%);
}
.hero-gr {
  position: absolute; inset: 0; opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero-ac {
  position: absolute; top: -200px; right: -200px; width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(192,154,58,0.08) 0%, transparent 70%); border-radius: 50%;
}
.hero-ct {
  position: relative; z-index: 2;
  max-width: 1280px; margin: 0 auto; padding: 140px 40px 80px; width: 100%;
}
.hero-tag {
  display: inline-block; font-size: 12px; font-weight: 600;
  letter-spacing: 4px; text-transform: uppercase; color: var(--gold);
  margin-bottom: 28px; padding-bottom: 16px;
  border-bottom: 1px solid rgba(192,154,58,0.3);
  opacity: 0; transform: translateY(20px); animation: fu 0.8s 0.3s forwards;
}
.hero h1 {
  font-family: var(--sf); font-size: clamp(42px, 5.5vw, 72px);
  font-weight: 600; line-height: 1.12; color: var(--white);
  max-width: 780px; margin-bottom: 32px;
  opacity: 0; transform: translateY(30px); animation: fu 0.8s 0.5s forwards;
}
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-desc {
  font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.65);
  max-width: 620px; margin-bottom: 48px;
  opacity: 0; transform: translateY(30px); animation: fu 0.8s 0.7s forwards;
}
.hero-act {
  display: flex; gap: 20px; flex-wrap: wrap;
  opacity: 0; transform: translateY(20px); animation: fu 0.8s 0.9s forwards;
}
.bp {
  display: inline-flex; align-items: center; gap: 10px; padding: 16px 36px;
  background: var(--gold); color: var(--navy);
  font-family: var(--ss); font-size: 13px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase; text-decoration: none;
  border: none; cursor: pointer; transition: all 0.4s;
}
.bp:hover { background: var(--gold-l); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(192,154,58,0.3); }
.bs {
  display: inline-flex; align-items: center; gap: 10px; padding: 16px 36px;
  background: transparent; color: var(--white);
  font-family: var(--ss); font-size: 13px; font-weight: 500;
  letter-spacing: 1.5px; text-transform: uppercase; text-decoration: none;
  border: 1.5px solid rgba(255,255,255,0.25); transition: all 0.4s;
}
.bs:hover { border-color: var(--gold); color: var(--gold); }
.hero-stats {
  display: flex; gap: 60px; margin-top: 80px; padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.08);
  opacity: 0; animation: fu 0.8s 1.1s forwards;
}
.hs-n { font-family: var(--sf); font-size: 42px; font-weight: 600; color: var(--gold); }
.hs-l { font-size: 13px; color: rgba(255,255,255,0.45); letter-spacing: 1px; text-transform: uppercase; margin-top: 4px; }
@keyframes fu { to { opacity: 1; transform: translateY(0); } }

/* ── SECTIONS ── */
section { padding: 100px 0; }
.ctn { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.st { font-size: 12px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.sh { font-family: var(--sf); font-size: clamp(32px, 3.5vw, 48px); font-weight: 600; color: var(--navy); line-height: 1.2; margin-bottom: 20px; }
.sd { font-size: 17px; line-height: 1.8; color: var(--muted); max-width: 640px; }

/* ── GCC STRIP ── */
.gcc { background: var(--navy); padding: 60px 0; overflow: hidden; }
.gcc-in { display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
.gcc-i {
  text-align: center; color: rgba(255,255,255,0.5); font-size: 13px;
  letter-spacing: 2px; text-transform: uppercase; font-weight: 500;
  transition: color 0.3s; position: relative; padding: 0 8px;
}
.gcc-i:hover { color: var(--gold); }
.gcc-i::before {
  content: ''; position: absolute; top: 50%; right: -26px;
  width: 4px; height: 4px; background: rgba(192,154,58,0.3);
  border-radius: 50%; transform: translateY(-50%);
}
.gcc-i:last-child::before { display: none; }
.gcc-lb { font-family: var(--sf); font-size: 11px; font-weight: 600; color: var(--gold); letter-spacing: 5px; margin-bottom: 20px; text-align: center; }

/* ── ABOUT ── */
.about { background: var(--cream); }
.about-g { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-img { position: relative; height: 520px; overflow: hidden; }
.about-img img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.9) contrast(1.05); }
.about-img::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(192,154,58,0.2); pointer-events: none; }
.about-img-ac { position: absolute; bottom: -16px; right: -16px; width: 180px; height: 180px; border: 2px solid var(--gold); opacity: 0.3; }
.about-vals { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 36px; }
.about-v { padding: 20px 0; border-top: 1px solid rgba(192,154,58,0.2); }
.about-v h4 { font-family: var(--sf); font-size: 18px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.about-v p { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* ── SERVE ── */
.serve-g { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 60px; }
.sc { position: relative; overflow: hidden; background: var(--white); border: 1px solid rgba(192,154,58,0.12); transition: all 0.5s; }
.sc:hover { box-shadow: 0 20px 60px rgba(11,26,45,0.08); transform: translateY(-4px); }
.sc-img { height: 240px; overflow: hidden; }
.sc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.sc:hover .sc-img img { transform: scale(1.05); }
.sc-body { padding: 36px 40px 40px; }
.sc-body h3 { font-family: var(--sf); font-size: 26px; font-weight: 600; color: var(--navy); margin-bottom: 16px; }
.sc-body p { font-size: 15.5px; line-height: 1.75; color: var(--muted); }

/* ── SERVICES ── */
.services { background: var(--deep); color: var(--white); }
.services .st { color: var(--gold); }
.services .sh { color: var(--white); }
.services .sd { color: rgba(255,255,255,0.55); }
.stabs { display: flex; gap: 4px; margin-top: 50px; margin-bottom: 40px; }
.stab {
  padding: 14px 32px; background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.5); font-size: 13px; font-weight: 600;
  letter-spacing: 1px; text-transform: uppercase;
  cursor: pointer; transition: all 0.3s; font-family: var(--ss);
}
.stab:hover { background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.8); }
.stab.active { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.sg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.scard {
  padding: 36px 32px; background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06); transition: all 0.4s;
}
.scard:hover { background: rgba(255,255,255,0.06); border-color: rgba(192,154,58,0.2); transform: translateY(-3px); }
.scard-ic {
  width: 44px; height: 44px; margin-bottom: 20px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(192,154,58,0.3);
  color: var(--gold); font-family: var(--sf); font-size: 18px; font-weight: 700;
}
.scard h4 { font-family: var(--sf); font-size: 20px; font-weight: 600; color: var(--white); margin-bottom: 12px; }
.scard p { font-size: 14.5px; line-height: 1.7; color: rgba(255,255,255,0.5); }
.spanel { display: none; }
.spanel.active { display: grid; }

/* ── WHY ── */
.why { background: var(--cream); }
.wg { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; margin-top: 60px; }
.wc { display: flex; gap: 24px; padding: 32px; background: var(--white); border: 1px solid rgba(192,154,58,0.08); transition: all 0.4s; }
.wc:hover { box-shadow: 0 12px 40px rgba(11,26,45,0.06); transform: translateY(-2px); }
.wc-n { font-family: var(--sf); font-size: 36px; font-weight: 700; color: var(--gold); line-height: 1; min-width: 48px; }
.wc h4 { font-family: var(--sf); font-size: 19px; font-weight: 600; color: var(--navy); margin-bottom: 8px; }
.wc p { font-size: 14.5px; line-height: 1.7; color: var(--muted); }

/* ── PROCESS ── */
.pg { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 60px; }
.ps { padding: 40px 32px; position: relative; border-right: 1px solid rgba(192,154,58,0.12); transition: background 0.3s; }
.ps:last-child { border-right: none; }
.ps:hover { background: var(--cream); }
.ps-n { font-family: var(--sf); font-size: 48px; font-weight: 700; color: rgba(192,154,58,0.15); line-height: 1; margin-bottom: 20px; }
.ps h4 { font-family: var(--sf); font-size: 20px; font-weight: 600; color: var(--navy); margin-bottom: 12px; }
.ps p { font-size: 14.5px; line-height: 1.7; color: var(--muted); }

/* ── REPORTS ── */
.rpts { position: relative; padding: 100px 0; background: var(--navy); overflow: hidden; }
.rpts-bg { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1920&q=80') center/cover; opacity: 0.08; }
.rpts-in { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; text-align: center; }
.rpts-in .st { color: var(--gold); }
.rpts-in h2 { font-family: var(--sf); font-size: clamp(30px, 3.5vw, 44px); font-weight: 600; color: var(--white); margin-bottom: 24px; }
.rpts-in p { font-size: 17px; line-height: 1.8; color: rgba(255,255,255,0.55); margin-bottom: 40px; }

/* ── CONTACT ── */
.contact { background: var(--cream); }
.contact-g { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 60px; }
.ci h3 { font-family: var(--sf); font-size: 28px; font-weight: 600; color: var(--navy); margin-bottom: 20px; }
.ci > p { font-size: 16px; line-height: 1.8; color: var(--muted); margin-bottom: 36px; }
.cd { display: flex; gap: 16px; margin-bottom: 24px; align-items: flex-start; }
.cd-ic { width: 44px; height: 44px; min-width: 44px; display: flex; align-items: center; justify-content: center; background: var(--navy); color: var(--gold); font-size: 16px; font-weight: 700; }
.cd h4 { font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.cd p { font-size: 16px; color: var(--navy); font-weight: 500; margin: 0; }
.cf { display: flex; flex-direction: column; gap: 20px; }
.fr { display: flex; gap: 20px; }
.fr > * { flex: 1; }
.cf label { display: block; font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.cf input, .cf select, .cf textarea {
  width: 100%; padding: 14px 18px; background: var(--white);
  border: 1px solid rgba(192,154,58,0.15);
  font-family: var(--ss); font-size: 15px; color: var(--navy);
  transition: border-color 0.3s; outline: none;
}
.cf input:focus, .cf select:focus, .cf textarea:focus { border-color: var(--gold); }
.cf textarea { height: 120px; resize: vertical; }
.cf-btn {
  padding: 16px 40px; background: var(--gold); color: var(--navy);
  font-family: var(--ss); font-size: 13px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase;
  border: none; cursor: pointer; transition: all 0.3s; align-self: flex-start;
}
.cf-btn:hover { background: var(--gold-l); }

/* ── FOOTER ── */
.ftr { background: var(--deep); padding: 60px 0 36px; border-top: 1px solid rgba(192,154,58,0.1); }
.ftr-g { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.ftr-brand p { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.4); margin-top: 16px; max-width: 320px; }
.ftr h5 { font-family: var(--ss); font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.ftr a { display: block; font-size: 14px; color: rgba(255,255,255,0.45); text-decoration: none; margin-bottom: 12px; transition: color 0.3s; }
.ftr a:hover { color: var(--gold); }
.ftr-btm { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; }
.ftr-btm p { font-size: 13px; color: rgba(255,255,255,0.3); }
.ftr-btm span { color: var(--gold); }

/* ── REVEAL ── */
.rv { opacity: 0; transform: translateY(40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.rv.vis { opacity: 1; transform: translateY(0); }
.rv-d1 { transition-delay: 0.1s; }
.rv-d2 { transition-delay: 0.2s; }
.rv-d3 { transition-delay: 0.3s; }

/* ── WORDPRESS OVERRIDES ── */
.entry-content, .site-content, .page-content { max-width: none !important; padding: 0 !important; margin: 0 !important; }
.site-header, .site-footer, #masthead, #colophon, .wp-site-blocks > header, .wp-site-blocks > footer { display: none !important; }
body.page-template-page-vone { margin: 0 !important; padding: 0 !important; }
#content, #primary, #main, .site-main { padding: 0 !important; margin: 0 !important; max-width: none !important; width: 100% !important; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .about-g { grid-template-columns: 1fr; gap: 40px; }
  .about-img { height: 360px; }
  .sg { grid-template-columns: 1fr 1fr; }
  .pg { grid-template-columns: 1fr 1fr; }
  .ps { border-right: none; border-bottom: 1px solid rgba(192,154,58,0.12); }
  .ftr-g { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .mob-tog { display: block; }
  .nav-links.open {
    display: flex; flex-direction: column;
    position: absolute; top: 76px; left: 0; right: 0;
    background: var(--deep); padding: 24px 40px;
    border-top: 1px solid rgba(192,154,58,0.1);
  }
  .hero-stats { flex-direction: column; gap: 24px; }
  .serve-g, .sg, .wg { grid-template-columns: 1fr; }
  .stabs { flex-wrap: wrap; }
  .pg { grid-template-columns: 1fr; }
  .contact-g { grid-template-columns: 1fr; }
  .fr { flex-direction: column; }
  .ftr-g { grid-template-columns: 1fr; gap: 32px; }
  .ftr-btm { flex-direction: column; gap: 12px; text-align: center; }
  .gcc-in { gap: 24px; }
  .ctn { padding: 0 20px; }
  section { padding: 60px 0; }
  .scard[style*="grid-column"] { grid-column: span 1 !important; }
}
