/* ==========================================================
   KAKABEKA — Core Stylesheet (v2 Premium)
   ========================================================== */

:root{
  --gold: #C8A96B;
  --gold-light: #E8D5A3;
  --navy: #0A0F1C;
  --bg-0: #000000;
  --bg-1: #111827;
  --white: #FFFFFF;

  --line: rgba(200,169,107,0.20);
  --glass: rgba(10,15,28,0.55);
  --card: rgba(17,24,39,0.55);
  --text-muted: rgba(255,255,255,0.66);
  --radius: 4px;
  --shadow-gold: 0 12px 44px -14px rgba(200,169,107,0.4);
  --ease: cubic-bezier(.16,.84,.44,1);

  --font-head: 'Cinzel', serif;
  --font-body: 'Montserrat', sans-serif;

  --header-h: 86px;
}

[data-theme="light"]{
  --bg-0: #F5F2EB;
  --bg-1: #FFFFFF;
  --white: #0A0F1C;
  --line: rgba(10,15,28,0.14);
  --glass: rgba(255,255,255,0.72);
  --card: rgba(255,255,255,0.8);
  --text-muted: rgba(10,15,28,0.64);
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
html, body{ max-width:100%; overflow-x:hidden; }
body{
  margin:0;
  background:var(--bg-0);
  color:var(--white);
  font-family:var(--font-body);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  transition:background .5s var(--ease), color .5s var(--ease);
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul,ol{ list-style:none; margin:0; padding:0; }
h1,h2,h3,h4{ font-family:var(--font-head); font-weight:600; margin:0 0 .5em; line-height:1.22; }
h2{ font-size:clamp(28px,3.6vw,42px); }
p{ margin:0 0 1em; color:var(--text-muted); }
.container{ width:100%; max-width:1240px; margin:0 auto; padding:0 32px; position:relative; z-index:2; }

::selection{ background:var(--gold); color:#000; }

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible{
  outline:2px solid var(--gold); outline-offset:3px;
}

/* Gold gradient text */
.gold-text{
  background:linear-gradient(100deg, var(--gold) 10%, var(--gold-light) 45%, #fff6dd 55%, var(--gold) 90%);
  background-size:200% auto;
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color:transparent; color:transparent;
  animation:goldShimmer 5s linear infinite;
}

/* ==========================================================
   GLOBAL ANIMATED BACKGROUND
   ========================================================== */
#bg-fx{ position:fixed; inset:0; z-index:0; pointer-events:none; overflow:hidden; }
#bg-canvas{ position:absolute; inset:0; width:100%; height:100%; opacity:.6; }
.bg-orb{
  position:absolute; border-radius:50%;
  filter:blur(90px); opacity:.16;
  background:radial-gradient(circle, var(--gold) 0%, transparent 70%);
  will-change:transform;
}
.orb-1{ width:520px; height:520px; top:-120px; left:-140px; animation:orbFloat1 26s ease-in-out infinite; }
.orb-2{ width:420px; height:420px; top:44%; right:-160px; animation:orbFloat2 32s ease-in-out infinite; }
.orb-3{ width:460px; height:460px; bottom:-160px; left:28%; animation:orbFloat3 38s ease-in-out infinite; }
.bg-grid{
  position:absolute; inset:-2px;
  background-image:
    linear-gradient(rgba(200,169,107,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,169,107,.05) 1px, transparent 1px);
  background-size:64px 64px;
  mask-image:radial-gradient(ellipse 90% 80% at 50% 40%, black 30%, transparent 75%);
  -webkit-mask-image:radial-gradient(ellipse 90% 80% at 50% 40%, black 30%, transparent 75%);
  animation:gridDrift 40s linear infinite;
}
[data-theme="light"] #bg-canvas{ opacity:.3; }
[data-theme="light"] .bg-orb{ opacity:.1; }

/* Sections sit above the fixed background */
main, header, footer, .marquee{ position:relative; z-index:1; }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:16px 36px;
  font-family:var(--font-body); font-size:13px; letter-spacing:.15em; text-transform:uppercase;
  border-radius:2px; border:1px solid transparent; cursor:pointer;
  transition:all .35s var(--ease); white-space:nowrap;
  position:relative; overflow:hidden;
}
.btn-sm{ padding:11px 22px; font-size:11px; }
.btn-primary{
  background:linear-gradient(135deg,var(--gold),var(--gold-light));
  color:#0A0F1C; box-shadow:var(--shadow-gold);
}
.btn-primary:hover{ transform:translateY(-3px); box-shadow:0 18px 50px -12px rgba(200,169,107,.55); }
.btn-outline{ border-color:var(--line); color:var(--white); background:rgba(200,169,107,.04); backdrop-filter:blur(4px); }
.btn-outline:hover{ border-color:var(--gold); color:var(--gold); transform:translateY(-3px); }
/* shine sweep */
.btn-shine::after{
  content:''; position:absolute; top:0; left:-80%; width:50%; height:100%;
  background:linear-gradient(100deg, transparent, rgba(255,255,255,.55), transparent);
  transform:skewX(-20deg);
  animation:btnShine 3.4s ease-in-out infinite;
}

/* ---------- Eyebrow / headings ---------- */
.eyebrow{
  font-size:12px; letter-spacing:.3em; text-transform:uppercase; color:var(--gold);
  margin-bottom:14px; display:flex; align-items:center; gap:12px;
}
.eyebrow::before{ content:''; width:30px; height:1px; background:linear-gradient(90deg,transparent,var(--gold)); }
.eyebrow.center{ justify-content:center; }
.eyebrow.center::after{ content:''; width:30px; height:1px; background:linear-gradient(90deg,var(--gold),transparent); }

.section-head{ max-width:720px; margin:0 0 60px; }
.section-head.center{ margin-inline:auto; text-align:center; }
.section-lead{ font-size:17px; }
.head-rule{
  display:block; width:0; height:2px; margin:18px auto 22px;
  background:linear-gradient(90deg, transparent, var(--gold), transparent);
  transition:width 1.1s var(--ease) .2s;
}
.head-rule.is-visible{ width:140px; }

/* ==========================================================
   PRELOADER
   ========================================================== */
#preloader{
  position:fixed; inset:0; z-index:9999; background:#000;
  display:flex; align-items:center; justify-content:center;
  transition:opacity .8s var(--ease), visibility .8s var(--ease);
}
#preloader.is-hidden{ opacity:0; visibility:hidden; pointer-events:none; }
.preloader-inner{ position:relative; text-align:center; width:260px; }
.preloader-glow{
  position:absolute; top:-40px; left:50%; transform:translateX(-50%);
  width:220px; height:220px; border-radius:50%;
  background:radial-gradient(circle, rgba(200,169,107,.28), transparent 70%);
  animation:pulseGlow 2.2s ease-in-out infinite;
}
.preloader-mark{ width:110px; margin:0 auto 20px; position:relative; animation:logoBreath 2.6s ease-in-out infinite; filter:drop-shadow(0 0 18px rgba(200,169,107,.45)); }
.preloader-ring{
  position:absolute; left:50%; border-radius:50%;
  border:1px solid transparent;
}
.preloader-ring.r1{ top:-28px; width:150px; height:150px; margin-left:-75px; border-top-color:var(--gold); animation:spinRing 1.6s linear infinite; }
.preloader-ring.r2{ top:-40px; width:174px; height:174px; margin-left:-87px; border-bottom-color:rgba(232,213,163,.5); animation:spinRing 2.4s linear infinite reverse; }
.preloader-text{ font-family:var(--font-head); letter-spacing:.34em; font-size:15px; color:var(--gold-light); margin:16px 0 4px; }
.preloader-sub{ font-size:9.5px; letter-spacing:.22em; text-transform:uppercase; color:rgba(255,255,255,.45); margin:0 0 22px; }
.preloader-bar{ width:180px; height:1.5px; margin:0 auto; background:rgba(200,169,107,.18); overflow:hidden; }
.preloader-bar span{ display:block; height:100%; width:40%; background:linear-gradient(90deg,var(--gold),var(--gold-light)); animation:loadBar 1.3s ease-in-out infinite; }

/* ---------- progress bar ---------- */
#scroll-progress{
  position:fixed; top:0; left:0; height:2.5px; width:0%;
  background:linear-gradient(90deg,var(--gold),var(--gold-light));
  box-shadow:0 0 12px rgba(200,169,107,.7);
  z-index:9000;
}

/* ---------- cursor ---------- */
.cursor-dot,.cursor-ring{
  position:fixed; top:0; left:0; pointer-events:none; z-index:9500;
  border-radius:50%; transform:translate(-50%,-50%); will-change:transform;
}
.cursor-dot{ width:6px; height:6px; background:var(--gold); box-shadow:0 0 10px rgba(200,169,107,.8); }
.cursor-ring{ width:36px; height:36px; border:1px solid rgba(200,169,107,0.5); transition:width .25s,height .25s,border-color .25s; }
@media (hover:none), (pointer:coarse){ .cursor-dot,.cursor-ring{ display:none; } }

/* ==========================================================
   HEADER
   ========================================================== */
#site-header{
  position:fixed; top:0; left:0; right:0; z-index:1000;
  height:var(--header-h); display:flex; align-items:center;
  background:transparent; border-bottom:1px solid transparent;
  transition:background .4s var(--ease), border-color .4s var(--ease), height .4s var(--ease);
}
#site-header.is-scrolled{
  height:70px;
  background:var(--glass);
  backdrop-filter:blur(18px) saturate(150%);
  -webkit-backdrop-filter:blur(18px) saturate(150%);
  border-bottom:1px solid var(--line);
}
#site-header .container{ max-width:1420px; }
.header-inner{ display:flex; align-items:center; justify-content:space-between; gap:24px; }

.brand{ display:flex; align-items:center; gap:14px; }
.brand-mark-wrap{ position:relative; width:52px; height:52px; display:flex; align-items:center; justify-content:center; }
.brand-mark{ width:52px; position:relative; z-index:1; filter:drop-shadow(0 0 8px rgba(200,169,107,.5)); transition:transform .4s var(--ease); }
.brand:hover .brand-mark{ transform:scale(1.08) rotate(-3deg); }
.brand-mark-glow{
  position:absolute; inset:-8px; border-radius:50%;
  background:radial-gradient(circle, rgba(200,169,107,.35), transparent 70%);
  animation:pulseGlow 3s ease-in-out infinite;
}
.brand-word{ display:flex; flex-direction:column; line-height:1.15; }
.brand-word strong{ font-family:var(--font-head); font-size:19px; letter-spacing:.14em; color:var(--white); }
.brand-word small{ font-size:8.5px; letter-spacing:.18em; text-transform:uppercase; color:var(--gold); }

#main-nav ul{ display:flex; gap:26px; flex-wrap:nowrap; }
#main-nav a{
  font-size:12px; letter-spacing:.06em; text-transform:uppercase;
  white-space:nowrap;
  color:var(--white);
   opacity:.82; position:relative; padding:6px 0; transition:opacity .3s, color .3s;
}
#main-nav a::after{
  content:''; position:absolute; left:50%; bottom:0; width:0; height:1px;
  background:linear-gradient(90deg,var(--gold),var(--gold-light));
  transition:width .35s var(--ease), left .35s var(--ease);
}
#main-nav a:hover{ opacity:1; color:var(--gold-light); }
#main-nav a:hover::after{ width:100%; left:0; }

.header-actions{ display:flex; align-items:center; gap:16px; }
#theme-toggle{
  width:40px; height:40px; border-radius:50%;
  border:1px solid var(--line); background:rgba(200,169,107,.05); color:var(--gold);
  display:flex; align-items:center; justify-content:center; cursor:pointer;
  transition:border-color .3s, transform .3s, box-shadow .3s;
}
#theme-toggle:hover{ border-color:var(--gold); transform:rotate(30deg); box-shadow:0 0 16px rgba(200,169,107,.3); }
#theme-toggle svg{ width:18px; height:18px; }
#theme-toggle .icon-moon{ display:none; }
[data-theme="light"] #theme-toggle .icon-sun{ display:none; }
[data-theme="light"] #theme-toggle .icon-moon{ display:block; }
[data-theme="light"] #main-nav a{
  color: #fff;
}
[data-theme="light"] .brand-word strong{
  color: #fff;
}
[data-theme="light"] #site-header.is-scrolled #main-nav a{
  color: var(--white);
}
[data-theme="light"] #site-header.is-scrolled .brand-word strong{
   color:var(--white);
}
#nav-toggle{ display:none; width:40px; height:40px; border:none; background:none; cursor:pointer; flex-direction:column; gap:5px; align-items:center; justify-content:center; }
#nav-toggle span{ width:22px; height:1.5px; background:var(--white); transition:all .3s; }
#nav-toggle[aria-expanded="true"] span:nth-child(1){ transform:translateY(6.5px) rotate(45deg); }
#nav-toggle[aria-expanded="true"] span:nth-child(2){ opacity:0; }
#nav-toggle[aria-expanded="true"] span:nth-child(3){ transform:translateY(-6.5px) rotate(-45deg); }

/* ==========================================================
   HERO
   ========================================================== */
.hero{
  position:relative; min-height:100vh; overflow:hidden;
  display:flex; align-items:center; padding:140px 0 100px;
}
.hero-slides{ position:absolute; inset:0; z-index:0; }
.hero-slide{
  position:absolute; inset:0; background-size:cover; background-position:center;
  opacity:0; transform:scale(1.08);
  transition:opacity 1.8s var(--ease), transform 7s linear;
}
.hero-slide.is-active{ opacity:1; transform:scale(1); }
.hero-scrim{
  position:absolute; inset:0; z-index:1;
  background:
    radial-gradient(65% 60% at 50% 30%, rgba(200,169,107,0.12), transparent 62%),
    linear-gradient(180deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.78) 55%, #000 100%);
}
/* light beams */
.hero-beams{ position:absolute; inset:0; z-index:1; overflow:hidden; }
.hero-beams span{
  position:absolute; top:-20%; width:1px; height:140%;
  background:linear-gradient(180deg, transparent, rgba(200,169,107,.35), transparent);
  animation:beamDrift 9s ease-in-out infinite;
}
.hero-beams span:nth-child(1){ left:22%; animation-delay:0s; }
.hero-beams span:nth-child(2){ left:52%; animation-delay:3s; }
.hero-beams span:nth-child(3){ left:78%; animation-delay:6s; }

.hero-content{ position:relative; z-index:3; text-align:center; max-width:900px; margin:0 auto; }

/* Prominent crest */
.hero-crest{ position:relative; width:190px; height:190px; margin:0 auto 26px; display:flex; align-items:center; justify-content:center; }
.hero-logo{
  width:150px; position:relative; z-index:2;
  filter:drop-shadow(0 0 26px rgba(200,169,107,.55));
  animation:logoBreath 4.5s ease-in-out infinite;
}
.crest-rings i{
  position:absolute; inset:0; border-radius:50%; border:1px solid rgba(200,169,107,.28);
}
.crest-rings i:nth-child(1){ animation:ringExpand 3.2s ease-out infinite; }
.crest-rings i:nth-child(2){ animation:ringExpand 3.2s ease-out infinite 1.05s; }
.crest-rings i:nth-child(3){ animation:ringExpand 3.2s ease-out infinite 2.1s; }

.hero-text-slides{ position:relative; min-height:220px; }
.hero-text-slide{ display:none; opacity:0; transition:opacity .8s var(--ease); }
.hero-text-slide.is-active{ display:block; opacity:1; }

.hero-slide-tag{ display:inline-block; min-width:280px; transition:opacity .5s; }
.hero-content h1{
  font-size:clamp(36px,5.6vw,66px);
  color:#fff;
  text-shadow:0 4px 34px rgba(0,0,0,.55);
  margin-bottom:22px;
}
.hero-sub{ font-size:18px; max-width:620px; margin:0 auto 36px; color:rgba(255,255,255,.8); }
.hero-actions{ display:flex; gap:18px; flex-wrap:wrap; justify-content:center; }

.hero-dots{
  position:absolute; z-index:3; bottom:36px; left:50%; transform:translateX(-50%);
  display:flex; gap:10px;
}
.hero-dots button{ width:36px; height:2.5px; background:rgba(255,255,255,.28); border:none; cursor:pointer; transition:background .3s, box-shadow .3s; }
.hero-dots button.is-active{ background:var(--gold); box-shadow:0 0 10px rgba(200,169,107,.8); }

.scroll-cue{ position:absolute; z-index:3; right:38px; bottom:44px; width:1px; height:64px; background:rgba(255,255,255,.25); }
.scroll-cue span{ position:absolute; top:0; left:-2.5px; width:6px; height:6px; border-radius:50%; background:var(--gold); animation:scrollCue 2.2s ease-in-out infinite; }

/* ==========================================================
   MARQUEE
   ========================================================== */
.marquee{
  border-top:1px solid var(--line); border-bottom:1px solid var(--line);
  background:var(--glass); backdrop-filter:blur(10px);
  overflow:hidden; padding:20px 0;
}
.marquee-track{
  display:flex; align-items:center; gap:38px; width:max-content;
  animation:marqueeScroll 30s linear infinite;
}
.marquee:hover .marquee-track{ animation-play-state:paused; }
.marquee-track span{
  font-family:var(--font-head); font-size:14px; letter-spacing:.2em; text-transform:uppercase;
  color:var(--text-muted); white-space:nowrap;
}
.marquee-track i{ color:var(--gold); font-style:normal; font-size:9px; }

/* ==========================================================
   SECTIONS
   ========================================================== */
.section{ padding:130px 0; position:relative; overflow:hidden; }
.section-alt{ background:linear-gradient(180deg, var(--bg-1), var(--bg-0)); }
[data-theme="light"] .section-alt{ background:linear-gradient(180deg, #ffffff, var(--bg-0)); }

/* giant faint watermark logo per-section */
.section-watermark{
  position:absolute; top:50%; width:560px; max-width:70vw; opacity:.05;
  transform:translateY(-50%); pointer-events:none; z-index:0;
  animation:wmFloat 12s ease-in-out infinite;
}
.wm-right{ right:-140px; }
.wm-left{ left:-140px; }

/* ---------- About ---------- */
.about-grid{ display:grid; grid-template-columns:.9fr 1.1fr; gap:80px; align-items:center; }
.about-media{ position:relative; }
.about-media > img{ border-radius:var(--radius); width:100%; aspect-ratio:4/5; object-fit:cover; box-shadow:0 30px 80px -30px rgba(0,0,0,.7); }
.frame-corner{ position:absolute; width:64px; height:64px; border:2px solid var(--gold); z-index:1; }
.frame-corner.tl{ top:-14px; left:-14px; border-right:none; border-bottom:none; animation:cornerPulse 3s ease-in-out infinite; }
.frame-corner.br{ bottom:-14px; right:-14px; border-left:none; border-top:none; animation:cornerPulse 3s ease-in-out infinite 1.5s; }
.about-media-badge{
  position:absolute; left:-26px; bottom:28px;
  background:var(--glass); backdrop-filter:blur(14px);
  border:1px solid var(--line); padding:16px 22px; border-radius:3px;
  display:flex; align-items:center; gap:14px;
  box-shadow:0 20px 50px -20px rgba(0,0,0,.6);
}
.about-media-badge img{ width:40px; filter:drop-shadow(0 0 8px rgba(200,169,107,.5)); }
.about-media-badge span{ font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--white); line-height:1.7; }
.about-media-badge em{ font-style:normal; color:var(--gold); font-size:9.5px; }

.stat-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; margin-top:44px; padding-top:36px; border-top:1px solid var(--line); }
.stat{ display:flex; flex-direction:column; gap:4px; position:relative; }
.stat-num{
  font-family:var(--font-head); font-size:36px;
  background:linear-gradient(135deg,var(--gold),var(--gold-light));
  -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent;
  text-shadow:0 0 30px rgba(200,169,107,.25);
}
.stat-label{ font-size:11px; letter-spacing:.08em; text-transform:uppercase; color:var(--text-muted); }

/* ---------- Cards ---------- */
.card-grid{ display:grid; gap:26px; }
.cols-4{ grid-template-columns:repeat(4,1fr); }
.cols-3{ grid-template-columns:repeat(3,1fr); }
.cols-5{ grid-template-columns:repeat(5,1fr); }

.cap-card{
  background:var(--card); backdrop-filter:blur(10px);
  border:1px solid var(--line); border-radius:3px;
  padding:38px 28px; position:relative; overflow:hidden;
  transition:transform .45s var(--ease), border-color .45s, box-shadow .45s;
}
.cap-card::before{
  content:''; position:absolute; inset:0;
  background:linear-gradient(135deg, rgba(200,169,107,.1), transparent 55%);
  opacity:0; transition:opacity .45s;
}
.cap-card::after{
  content:''; position:absolute; top:0; left:-90%; width:60%; height:100%;
  background:linear-gradient(100deg, transparent, rgba(232,213,163,.14), transparent);
  transform:skewX(-20deg); transition:left .7s var(--ease);
}
.cap-card:hover{ transform:translateY(-8px); border-color:var(--gold); box-shadow:var(--shadow-gold); }
.cap-card:hover::before{ opacity:1; }
.cap-card:hover::after{ left:130%; }
.cap-icon{
  width:52px; height:52px; color:var(--gold); margin-bottom:22px;
  transition:transform .45s var(--ease), filter .45s;
}
.cap-card:hover .cap-icon{ transform:translateY(-4px) scale(1.08); filter:drop-shadow(0 0 12px rgba(200,169,107,.6)); }
.cap-icon svg{ width:100%; height:100%; }
.cap-card h3{ font-size:16.5px; margin-bottom:10px; position:relative; }
.cap-card p{ font-size:13.5px; margin:0; position:relative; }
.cap-num{
  position:absolute; top:18px; right:20px;
  font-family:var(--font-head); font-size:13px; color:rgba(200,169,107,.4);
}

.mini-card{
  background:var(--card); border:1px solid var(--line); padding:30px 18px; text-align:center; border-radius:3px;
  transition:border-color .35s, transform .35s, box-shadow .35s;
}
.mini-card:hover{ border-color:var(--gold); transform:translateY(-5px); box-shadow:var(--shadow-gold); }
.mini-icon{
  display:inline-flex; align-items:center; justify-content:center;
  width:34px; height:34px; margin-bottom:14px; border-radius:50%;
  border:1px solid var(--gold); color:var(--gold); font-size:14px;
}
.mini-card h3{ font-size:13px; margin:0; }

/* ---------- Industries (image cards) ---------- */
.industry-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.industry-card{
  position:relative; aspect-ratio:16/10; overflow:hidden; border-radius:3px;
  border:1px solid var(--line);
  display:flex; align-items:flex-end;
  cursor:pointer;
}
.industry-card::before{
  content:''; position:absolute; inset:0;
  background-image:var(--img); background-size:cover; background-position:center;
  transition:transform 1.1s var(--ease), filter .6s;
  filter:grayscale(.35) brightness(.72);
}
.industry-card::after{
  content:''; position:absolute; inset:0;
  background:linear-gradient(180deg, transparent 35%, rgba(0,0,0,.85));
  transition:background .5s;
}
.industry-card:hover::before{ transform:scale(1.09); filter:grayscale(0) brightness(.85); }
.industry-card span{
  position:relative; z-index:1; padding:22px 24px;
  font-family:var(--font-head); font-size:18px; letter-spacing:.05em; color:#fff;
  display:flex; align-items:center; gap:10px;
}
.industry-card span::before{
  content:''; width:22px; height:1.5px; background:var(--gold);
  transition:width .4s var(--ease);
}
.industry-card:hover span::before{ width:40px; }
.industry-card.wide{ grid-column:span 3; aspect-ratio:32/9; }

/* ---------- Timeline ---------- */
.timeline{ position:relative; max-width:780px; margin:0 auto; }
.timeline::before{
  content:''; position:absolute; left:31px; top:8px; bottom:8px; width:1px;
  background:linear-gradient(180deg, var(--gold), rgba(200,169,107,.12));
}
.timeline li{ display:flex; gap:30px; padding:0 0 48px; position:relative; }
.timeline li:last-child{ padding-bottom:0; }
.tl-index{
  flex:0 0 64px; height:64px; border-radius:50%;
  border:1px solid var(--gold); color:var(--gold);
  display:flex; align-items:center; justify-content:center;
  font-family:var(--font-head); font-size:15px;
  background:var(--bg-0); position:relative; z-index:1;
  box-shadow:0 0 0 0 rgba(200,169,107,.35);
  transition:box-shadow .5s, background .5s, color .5s;
}
.timeline li:hover .tl-index{ background:var(--gold); color:#0A0F1C; box-shadow:0 0 0 10px rgba(200,169,107,.12), 0 0 30px rgba(200,169,107,.4); }
.timeline h3{ font-size:18px; margin-bottom:6px; }
.timeline p{ font-size:14px; margin:0; max-width:520px; }

/* ---------- Global map ---------- */
.map-wrap{ position:relative; }
#world-map{ width:100%; height:auto; display:block; }
.map-legend{ display:flex; flex-wrap:wrap; gap:24px; margin-top:28px; justify-content:center; }
.map-legend li{ display:flex; align-items:center; gap:8px; font-size:12px; letter-spacing:.05em; text-transform:uppercase; color:var(--text-muted); }
.map-legend .dot{ width:8px; height:8px; border-radius:50%; background:var(--gold); box-shadow:0 0 8px rgba(200,169,107,.6); }
.map-legend .dot-hq{ background:var(--gold-light); box-shadow:0 0 0 4px rgba(200,169,107,.2), 0 0 12px rgba(232,213,163,.8); }

/* ---------- Compliance ---------- */
.compliance-statement{
  margin:60px auto 0; max-width:780px; text-align:center;
  border:1px solid var(--line); border-radius:3px; padding:44px 40px;
  background:var(--card); backdrop-filter:blur(10px);
  position:relative;
}
.compliance-statement::before{
  content:''; position:absolute; inset:0; border-radius:3px;
  background:linear-gradient(135deg, rgba(200,169,107,.07), transparent 60%);
}
.compliance-statement img{ width:56px; margin:0 auto 18px; filter:drop-shadow(0 0 12px rgba(200,169,107,.5)); }
.compliance-statement p{
  font-family:var(--font-head); font-size:19px; color:var(--gold-light);
  line-height:1.75; font-weight:500; margin:0; position:relative;
}
[data-theme="light"] .compliance-statement p{ color:#8a6d35; }

/* ---------- Partnership (parallax) ---------- */
.parallax-section{
  background-size:cover; background-position:center; background-attachment:fixed;
  padding:190px 0; position:relative;
}
.parallax-scrim{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,0,0,.78), rgba(0,0,0,.86)); }
.partnership-content{ position:relative; z-index:1; text-align:center; max-width:720px; }
.partnership-crest{ width:84px; margin:0 auto 24px; filter:drop-shadow(0 0 22px rgba(200,169,107,.55)); animation:logoBreath 4.5s ease-in-out infinite; }
.partnership-content h2{ color:#fff; }
.partnership-content p{ font-size:17px; color:rgba(255,255,255,.78); }

/* ---------- Testimonials ---------- */
.testimonial-slider{ max-width:780px; margin:0 auto; text-align:center; position:relative; padding-top:30px; }
.quote-mark{
  position:absolute; top:-30px; left:50%; transform:translateX(-50%);
  font-family:var(--font-head); font-size:130px; line-height:1; color:rgba(200,169,107,.18);
  pointer-events:none;
}
.testimonial-track{ position:relative; min-height:190px; }
.testimonial-slide{
  position:absolute; inset:0; margin:0; opacity:0; transform:translateY(14px) scale(.98);
  transition:opacity .65s var(--ease), transform .65s var(--ease); pointer-events:none;
}
.testimonial-slide.is-active{ opacity:1; transform:translateY(0) scale(1); pointer-events:auto; }
.testimonial-slide p{ font-family:var(--font-head); font-size:21px; color:var(--white); line-height:1.65; }
.testimonial-slide cite{ display:block; margin-top:18px; font-style:normal; font-size:12px; letter-spacing:.12em; text-transform:uppercase; color:var(--gold); }
.testimonial-dots{ display:flex; justify-content:center; gap:10px; margin-top:38px; }
.testimonial-dots button{ width:9px; height:9px; border-radius:50%; border:1px solid var(--line); background:transparent; cursor:pointer; transition:all .3s; }
.testimonial-dots button.is-active{ background:var(--gold); border-color:var(--gold); box-shadow:0 0 10px rgba(200,169,107,.7); }

/* ---------- Contact ---------- */
.contact-grid{ display:grid; grid-template-columns:.9fr 1.1fr; gap:70px; }
.contact-list{ margin:34px 0; display:flex; flex-direction:column; gap:18px; }
.contact-list li{
  display:flex; flex-direction:column; gap:2px;
  border-left:2px solid var(--gold); padding:8px 0 8px 18px;
  background:linear-gradient(90deg, rgba(200,169,107,.06), transparent);
  transition:transform .3s var(--ease);
}
.contact-list li:hover{ transform:translateX(6px); }
.contact-list strong{ font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--gold); }
.contact-list span{ font-size:14.5px; }
.map-embed{ border-radius:3px; overflow:hidden; border:1px solid var(--line); }
.map-embed iframe{ width:100%; height:220px; border:0; filter:grayscale(.35) contrast(1.08); display:block; }

.contact-form{
  background:var(--card); backdrop-filter:blur(12px);
  border:1px solid var(--line); padding:44px; border-radius:3px; position:relative; overflow:hidden;
}
.contact-form::before{
  content:''; position:absolute; top:0; left:0; right:0; height:2px;
  background:linear-gradient(90deg, transparent, var(--gold), transparent);
}
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.contact-form label{ display:block; font-size:11px; letter-spacing:.08em; text-transform:uppercase; color:var(--text-muted); margin-bottom:18px; }
.contact-form input, .contact-form textarea{
  width:100%; margin-top:8px; padding:13px 14px;
  background:rgba(0,0,0,.25); border:1px solid var(--line); color:var(--white);
  font-family:var(--font-body); font-size:14px; border-radius:2px;
  transition:border-color .3s, box-shadow .3s;
}
[data-theme="light"] .contact-form input, [data-theme="light"] .contact-form textarea{ background:rgba(255,255,255,.7); }
.contact-form input:focus, .contact-form textarea:focus{ border-color:var(--gold); outline:none; box-shadow:0 0 0 3px rgba(200,169,107,.12); }
.contact-form textarea{ resize:vertical; }
.form-note{ margin-top:14px; font-size:12.5px; color:var(--gold-light); min-height:1em; }
[data-theme="light"] .form-note{ color:#8a6d35; }

/* ==========================================================
   FOOTER
   ========================================================== */
#site-footer{
  background:#05070d; border-top:1px solid var(--line);
  padding:90px 0 0; color:#fff; position:relative; overflow:hidden;
}
.footer-watermark{
  position:absolute; right:-100px; bottom:-80px; width:420px; opacity:.05; pointer-events:none;
  animation:wmFloat 14s ease-in-out infinite;
}
.footer-grid{ display:grid; grid-template-columns:1.3fr 1fr 1fr; gap:56px; padding-bottom:60px; border-bottom:1px solid rgba(200,169,107,.15); }
.footer-logo{ width:230px; filter:drop-shadow(0 0 20px rgba(200,169,107,.3)); }
.footer-links h4{ font-size:12px; letter-spacing:.16em; text-transform:uppercase; color:var(--gold); margin-bottom:20px; }
.footer-links a{ display:block; font-size:13.5px; color:rgba(255,255,255,.6); padding:7px 0; transition:color .3s, transform .3s; }
.footer-links a:hover{ color:var(--gold-light); transform:translateX(5px); }
.footer-bottom{ padding:28px 0; font-size:12px; color:rgba(255,255,255,.45); text-align:center; }
.footer-bottom p{ margin:0 0 6px; color:rgba(255,255,255,.45); }
.footer-credit{ font-size:11.5px; letter-spacing:.04em; }
.footer-credit a{
  color:var(--gold); position:relative; transition:color .3s;
}
.footer-credit a::after{
  content:''; position:absolute; left:0; bottom:-2px; width:0; height:1px;
  background:var(--gold-light); transition:width .3s var(--ease);
}
.footer-credit a:hover{ color:var(--gold-light); }
.footer-credit a:hover::after{ width:100%; }

/* ==========================================================
   PAGE BANNER & DYNAMIC CONTENT STYLES
   ========================================================== */
.page-banner {
  position: relative;
  padding: calc(var(--header-h) + 60px) 0 75px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  text-align: center;
}
.page-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,15,28,0.85) 0%, rgba(10,15,28,0.96) 100%);
}
[data-theme="light"] .page-banner::before {
  background: linear-gradient(180deg, rgba(10,15,28,0.82) 0%, rgba(10,15,28,0.94) 100%);
}
.page-banner-scrim {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 40%, rgba(200,169,107,0.14) 0%, transparent 70%);
  pointer-events: none;
}
.page-banner-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  opacity: 0.05;
  pointer-events: none;
}
.page-banner-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-banner-breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  border-radius: 30px;
  background: rgba(200,169,107,0.12);
  border: 1px solid rgba(200,169,107,0.25);
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 18px;
  backdrop-filter: blur(8px);
}
.page-banner-breadcrumbs a {
  color: rgba(255,255,255,0.75);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s;
}
.page-banner-breadcrumbs a:hover {
  color: var(--gold);
}
.bc-sep {
  font-size: 7px;
  color: var(--gold);
  opacity: 0.7;
}
.bc-current {
  color: var(--gold-light);
  font-weight: 600;
}
.page-banner-eyebrow-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}
.eyebrow-line {
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.page-banner-eyebrow-wrap .eyebrow-line:last-child {
  background: linear-gradient(90deg, var(--gold), transparent);
}
.page-banner-title {
  font-family: var(--font-head);
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 700;
  color: #FFFFFF;
  margin: 4px 0 10px;
  letter-spacing: 0.04em;
  text-shadow: 0 4px 24px rgba(0,0,0,0.6);
}
.banner-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0 18px;
  width: 120px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  position: relative;
}
.banner-rule i {
  position: absolute;
  font-style: normal;
  font-size: 8px;
  color: var(--gold);
  background: #0A0F1C;
  padding: 0 6px;
}
.page-banner-subtitle-wrap {
  max-width: 800px;
}
.page-banner-subtitle {
  font-size: 15.5px;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
  margin: 0;
  font-weight: 400;
  text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

/* Dynamic Page Content Styling */
.page-content-section {
  padding-top: 60px;
  padding-bottom: 80px;
}
.page-dynamic-body {
  background: var(--card);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 48px 52px;
  color: var(--white);
  line-height: 1.8;
  font-size: 15.5px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
  transition: background 0.4s, border-color 0.4s, color 0.4s;
}
[data-theme="light"] .page-dynamic-body {
  background: rgba(255,255,255,0.92);
  border-color: rgba(10,15,28,0.12);
  box-shadow: 0 15px 45px rgba(10,15,28,0.06);
  color: #1A202C;
}

/* Headings inside Dynamic Body */
.page-dynamic-body h1,
.page-dynamic-body h2,
.page-dynamic-body h3,
.page-dynamic-body h4,
.page-dynamic-body h5 {
  font-family: var(--font-head);
  color: var(--white);
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  font-weight: 600;
}
.page-dynamic-body h1:first-child,
.page-dynamic-body h2:first-child,
.page-dynamic-body h3:first-child {
  margin-top: 0;
}
.page-dynamic-body h3 {
  font-size: 24px;
  color: var(--gold);
}
[data-theme="light"] .page-dynamic-body h3 {
  color: #8C6D33;
}
.page-dynamic-body h4 {
  font-size: 18px;
  color: var(--white);
}
[data-theme="light"] .page-dynamic-body h4 {
  color: #0A0F1C;
}

/* Paragraphs & Text */
.page-dynamic-body p {
  color: var(--text-muted);
  margin-bottom: 1.2em;
}
[data-theme="light"] .page-dynamic-body p {
  color: #4A5568;
}

/* Inner divs/cards inserted dynamically by admin */
.page-dynamic-body div[style*="background"],
.page-dynamic-body .row > div {
  transition: all 0.3s var(--ease);
}
[data-theme="light"] .page-dynamic-body div[style*="background"] {
  background: rgba(10,15,28,0.03) !important;
  border-color: rgba(10,15,28,0.12) !important;
  color: #1A202C !important;
}
[data-theme="light"] .page-dynamic-body div[style*="background"] h4 {
  color: #0A0F1C !important;
}
[data-theme="light"] .page-dynamic-body div[style*="background"] p {
  color: #4A5568 !important;
}

@media (max-width: 768px) {
  .page-banner {
    padding: calc(var(--header-h) + 30px) 0 50px;
  }
  .page-dynamic-body {
    padding: 28px 24px;
  }
}

/* ==========================================================================
   BLOG & INSIGHTS LUXURY DESIGN SYSTEM
   ========================================================================== */

/* Blog Toolbar & Filter Pills */
.blog-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.blog-topics-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.blog-topic-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  background: var(--card);
  border: 1px solid var(--line);
  text-decoration: none;
  transition: all 0.25s var(--ease);
}
.blog-topic-pill:hover,
.blog-topic-pill.active {
  color: var(--gold-light);
  background: rgba(189,150,85,0.12);
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(189,150,85,0.15);
}
[data-theme="light"] .blog-topic-pill {
  background: #ffffff;
  color: #4A5568;
  border-color: #E2E8F0;
}
[data-theme="light"] .blog-topic-pill:hover,
[data-theme="light"] .blog-topic-pill.active {
  background: rgba(140,109,51,0.08);
  color: #8C6D33;
  border-color: #8C6D33;
}

.blog-search-box {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 340px;
  width: 100%;
}
.blog-search-box input {
  width: 100%;
  padding: 10px 42px 10px 18px;
  border-radius: 50px;
  background: var(--card);
  border: 1px solid var(--line);
  color: var(--white);
  font-size: 13.5px;
  outline: none;
  transition: all 0.25s var(--ease);
}
.blog-search-box input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(189,150,85,0.18);
}
.blog-search-box button {
  position: absolute;
  right: 12px;
  background: none;
  border: none;
  color: var(--gold);
  cursor: pointer;
  display: flex;
  align-items: center;
}
[data-theme="light"] .blog-search-box input {
  background: #ffffff;
  border-color: #E2E8F0;
  color: #0A0F1C;
}

/* Blog Cards Grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  transition: all 0.35s var(--ease);
}
.blog-card:hover {
  transform: translateY(-8px);
  border-color: var(--gold);
  box-shadow: 0 18px 40px rgba(10,15,28,0.35);
}
[data-theme="light"] .blog-card {
  background: #ffffff;
  border-color: #E2E8F0;
  box-shadow: 0 10px 30px rgba(10,15,28,0.05);
}
[data-theme="light"] .blog-card:hover {
  box-shadow: 0 20px 40px rgba(10,15,28,0.12);
  border-color: #8C6D33;
}

.blog-card-media {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #0d1527;
}
.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.blog-card:hover .blog-card-media img {
  transform: scale(1.08);
}
.blog-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--gold-light);
  background: rgba(10, 15, 28, 0.82);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(189, 150, 85, 0.3);
  z-index: 2;
}

.blog-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 12px;
}
[data-theme="light"] .blog-card-meta {
  color: #718096;
}

.blog-card-title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}
.blog-card-title a {
  color: var(--white);
  text-decoration: none;
  transition: color 0.2s ease;
}
.blog-card-title a:hover {
  color: var(--gold-light);
}
[data-theme="light"] .blog-card-title a {
  color: #0A0F1C;
}
[data-theme="light"] .blog-card-title a:hover {
  color: #8C6D33;
}

.blog-card-excerpt {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 20px;
  flex-grow: 1;
}
[data-theme="light"] .blog-card-excerpt {
  color: #4A5568;
}

.blog-card-footer {
  padding-top: 16px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--gold-light);
  text-decoration: none;
  transition: gap 0.25s ease;
}
.blog-read-more:hover {
  gap: 10px;
  color: var(--gold);
}
[data-theme="light"] .blog-read-more {
  color: #8C6D33;
}

/* Article Details Page Styling */
.blog-detail-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
}

.blog-detail-cover {
  width: 100%;
  max-height: 480px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 35px;
  border: 1px solid var(--line);
  position: relative;
}
.blog-detail-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-quote-box {
  padding: 24px 30px;
  margin: 30px 0;
  border-radius: 14px;
  background: rgba(189, 150, 85, 0.08);
  border-left: 4px solid var(--gold);
  font-style: italic;
  font-size: 17px;
  line-height: 1.7;
  color: var(--white);
}
[data-theme="light"] .blog-quote-box {
  background: rgba(140, 109, 51, 0.06);
  border-left-color: #8C6D33;
  color: #1A202C;
}

/* Sidebar Widgets */
.blog-widget {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px;
  margin-bottom: 30px;
}
[data-theme="light"] .blog-widget {
  background: #ffffff;
  border-color: #E2E8F0;
  box-shadow: 0 8px 25px rgba(10,15,28,0.04);
}

.blog-widget-title {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
[data-theme="light"] .blog-widget-title {
  color: #0A0F1C;
}

.recent-post-item {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
  text-decoration: none;
}
.recent-post-item:last-child {
  margin-bottom: 0;
}
.recent-post-thumb {
  width: 70px;
  height: 54px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: #0d1527;
}
.recent-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.recent-post-item:hover .recent-post-thumb img {
  transform: scale(1.1);
}
.recent-post-title {
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--white);
  transition: color 0.2s ease;
}
.recent-post-item:hover .recent-post-title {
  color: var(--gold-light);
}
[data-theme="light"] .recent-post-title {
  color: #1A202C;
}
[data-theme="light"] .recent-post-item:hover .recent-post-title {
  color: #8C6D33;
}
.recent-post-date {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 4px;
}

.blog-cta-widget {
  background: linear-gradient(135deg, #111a2e 0%, #1a2744 100%);
  border: 1px solid rgba(189, 150, 85, 0.3);
  border-radius: 18px;
  padding: 30px 24px;
  text-align: center;
  color: #ffffff;
}
.blog-cta-widget img {
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  opacity: 0.85;
}
.blog-cta-widget h4 {
  font-family: var(--font-heading);
  font-size: 18px;
  margin-bottom: 10px;
  color: #ffffff;
}
.blog-cta-widget p {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 20px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .blog-detail-layout {
    grid-template-columns: 1fr;
  }
  .blog-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .blog-search-box {
    max-width: 100%;
  }
}

/* Hero Article Meta Badge */
.article-hero-meta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 24px;
  border-radius: 50px;
  background: rgba(10, 15, 28, 0.75);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(189, 150, 85, 0.35);
  color: #e2e8f0;
  font-size: 13px;
  letter-spacing: 0.02em;
  margin-top: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}
.article-hero-meta strong {
  color: var(--gold-light);
  font-weight: 600;
}
.article-hero-meta .dot {
  color: var(--gold);
  font-size: 8px;
}

/* Main Blog Article Card */
.blog-article-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 36px;
  box-shadow: 0 15px 45px rgba(10,15,28,0.06);
}
[data-theme="light"] .blog-article-card {
  background: #ffffff;
  border-color: #E2E8F0;
  box-shadow: 0 15px 40px rgba(10,15,28,0.06);
}

.blog-article-body {
  font-size: 16px;
  line-height: 1.85;
  color: var(--text-muted);
}
[data-theme="light"] .blog-article-body {
  color: #2D3748;
}
.blog-article-body h2,
.blog-article-body h3,
.blog-article-body h4 {
  font-family: var(--font-heading);
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  color: var(--white);
}
[data-theme="light"] .blog-article-body h2 {
  color: #8C6D33;
}
[data-theme="light"] .blog-article-body h3,
[data-theme="light"] .blog-article-body h4 {
  color: #0A0F1C;
}

.blog-article-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.blog-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: var(--gold-light);
  background: var(--card);
  border: 1px solid var(--line);
  text-decoration: none;
  transition: all 0.25s var(--ease);
}
.blog-back-btn:hover {
  background: rgba(189,150,85,0.12);
  border-color: var(--gold);
  color: var(--gold);
  transform: translateX(-3px);
}
[data-theme="light"] .blog-back-btn {
  background: #f8fafc;
  color: #8C6D33;
  border-color: #CBD5E1;
}
[data-theme="light"] .blog-back-btn:hover {
  background: rgba(140,109,51,0.08);
  border-color: #8C6D33;
  color: #8C6D33;
}

.share-btn-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.share-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-right: 4px;
}
[data-theme="light"] .share-label {
  color: #718096;
}

.share-pill-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--card);
  border: 1px solid var(--line);
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.25s ease;
}
.share-pill-btn:hover {
  border-color: var(--gold);
  color: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(189,150,85,0.2);
}
[data-theme="light"] .share-pill-btn {
  background: #ffffff;
  border-color: #CBD5E1;
  color: #1A202C;
}
[data-theme="light"] .share-pill-btn:hover {
  border-color: #8C6D33;
  color: #8C6D33;
  background: rgba(140,109,51,0.08);
}

@media (max-width: 768px) {
  .blog-article-card {
    padding: 22px 18px;
  }
  .article-hero-meta {
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px 16px;
    font-size: 12px;
  }
}

