/* ============================================================
   blog-detail.css — Blog / Article Detail Pages (shared)
   ANIB Building Contracting LLC
   Design System: Cormorant Garamond + DM Sans | Navy / Gold / Cream
   ============================================================ */

/* ── ROOT & RESET ── */
:root {
  --gold: #C9973A;
  --gold-light: #E8B25C;
  --primary: #0D1B2A;
  --cream: #F5F0E8;
  --dark-bg: #080F18;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "DM Sans", sans-serif;
  background: #F9F7F4;
  color: #1a1a1a;
  overflow-x: hidden;
  cursor: none;
}
::selection { background: rgba(201,151,58,0.18); color: var(--primary); }
img { display: block; max-width: 100%; }

/* ── CURSOR ── */
.cursor { width:10px;height:10px;background:var(--gold);border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:9999;transition:transform 0.15s ease;mix-blend-mode:difference; }
.cursor-ring { width:36px;height:36px;border:1.5px solid rgba(201,151,58,0.7);border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:9998;transition:all 0.3s ease;opacity:0.6; }
@media(max-width:768px) { .cursor,.cursor-ring { display:none; } body { cursor:auto; } }

/* ── READING PROGRESS BAR ── */
.progress-bar { position:fixed;top:0;left:0;height:2px;background:linear-gradient(to right,var(--gold),var(--gold-light));z-index:9999;width:0%;transition:width 0.06s linear; }

/* ── HEADER ── */
.site-header { position:fixed;top:0;left:0;right:0;z-index:100;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:80px;transition:all 0.5s ease;background:rgba(13,27,42,0.75);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px); }
.site-header::after { content:'';position:absolute;bottom:0;left:5%;right:5%;height:1px;background:linear-gradient(to right,transparent,rgba(201,151,58,0.3),transparent); }
.site-header.scrolled { background:rgba(13,27,42,0.97);backdrop-filter:blur(20px);box-shadow:0 4px 40px rgba(0,0,0,0.4);height:68px; }
.logo-wrap { display:flex;align-items:center;gap:14px; }
.logo-wrap img { height:60px;transition:all 0.4s; }
.site-header.scrolled .logo-wrap img { height:42px; }
.logo-text { font-family:"DM Sans",sans-serif;font-weight:600;letter-spacing:0.15em;font-size:0.85rem;color:white;text-transform:uppercase; }
.nav-links { display:flex;gap:2.5rem;align-items:center; }
.nav-links a { font-size:0.78rem;font-weight:600;letter-spacing:0.12em;text-transform:uppercase;color:rgba(255,255,255,0.85);text-decoration:none;position:relative;transition:color 0.3s; }
.nav-links a::after { content:'';position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--gold);transition:width 0.3s ease; }
.nav-links a:hover,.nav-links a.nav-active { color:var(--gold-light); }
.nav-links a:hover::after,.nav-links a.nav-active::after { width:100%; }
.nav-cta { background:var(--gold)!important;color:var(--primary)!important;padding:9px 22px;border-radius:4px;font-weight:700!important;transition:all 0.3s ease!important; }
.nav-cta:hover { background:var(--gold-light)!important;transform:translateY(-1px);box-shadow:0 6px 20px rgba(201,151,58,0.5); }
.nav-cta::after { display:none!important; }
.mobile-btn { display:none;background:none;border:1px solid rgba(201,151,58,0.5);color:white;width:40px;height:40px;border-radius:4px;cursor:pointer;font-size:1.2rem;align-items:center;justify-content:center; }
@media(max-width:768px) { .nav-links { display:none; } .mobile-btn { display:flex; } }

/* ── MOBILE MENU ── */
.mobile-menu { position:fixed;top:0;right:-100%;width:min(320px,85vw);height:100vh;background:var(--primary);z-index:200;padding:6rem 2.5rem 3rem;display:flex;flex-direction:column;gap:0;transition:right 0.5s cubic-bezier(0.77,0,0.175,1);border-left:1px solid rgba(201,151,58,0.2); }
.mobile-menu.open { right:0; }
.mobile-menu a { color:rgba(255,255,255,0.85);text-decoration:none;font-size:1.5rem;font-family:"Cormorant Garamond",serif;font-weight:600;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,0.07);transition:color 0.3s,padding-left 0.3s; }
.mobile-menu a:hover { color:var(--gold);padding-left:8px; }
.mobile-overlay { position:fixed;inset:0;background:rgba(0,0,0,0.6);z-index:199;opacity:0;pointer-events:none;transition:opacity 0.4s; }
.mobile-overlay.show { opacity:1;pointer-events:all; }
.close-menu { position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:white;font-size:1.5rem;cursor:pointer; }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)} }
@keyframes heroZoom { from{transform:scale(1.07)}to{transform:scale(1)} }
@keyframes scrollPulse { 0%,100%{opacity:1}50%{opacity:0.25} }
.reveal { opacity:0;transform:translateY(24px);transition:opacity 0.72s ease,transform 0.72s ease; }
.reveal.visible { opacity:1;transform:translateY(0); }
.reveal-delay-1 { transition-delay:0.1s; }
.reveal-delay-2 { transition-delay:0.22s; }
.reveal-delay-3 { transition-delay:0.34s; }

/* ── SHARED UTILS ── */
.section { padding: 6rem clamp(1.5rem,5vw,5rem); }
.section-tag { display:inline-flex;align-items:center;gap:10px;color:var(--gold);font-size:0.7rem;font-weight:600;letter-spacing:0.22em;text-transform:uppercase;margin-bottom:0.9rem; }
.section-tag::before { content:'';width:24px;height:1px;background:var(--gold); }
.section-h2 { font-family:"Cormorant Garamond",serif;font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:300;line-height:1.15;color:var(--primary); }
.section-h2 em { font-style:italic;color:var(--gold); }

/* ── BUTTONS ── */
.btn-gold { background:var(--gold);color:var(--primary);padding:12px 28px;font-weight:700;font-size:0.78rem;letter-spacing:0.13em;text-transform:uppercase;border-radius:4px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all 0.35s ease;border:none;cursor:pointer; }
.btn-gold:hover { background:var(--gold-light);transform:translateY(-2px);box-shadow:0 10px 28px rgba(201,151,58,0.5); }
.btn-ghost-dark { border:1.5px solid var(--primary);color:var(--primary);padding:12px 28px;font-weight:700;font-size:0.78rem;letter-spacing:0.13em;text-transform:uppercase;border-radius:4px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all 0.35s ease; }
.btn-ghost-dark:hover { background:var(--primary);color:white; }
.btn-outline-white { border:1.5px solid rgba(255,255,255,0.4);color:white;padding:12px 28px;font-weight:600;font-size:0.78rem;letter-spacing:0.13em;text-transform:uppercase;border-radius:4px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all 0.35s ease; }
.btn-outline-white:hover { border-color:var(--gold);color:var(--gold); }

/* ═══════════════════════════════════════════════════════════
   ARTICLE HERO
═══════════════════════════════════════════════════════════ */
.article-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.ah-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  animation: heroZoom 8s ease forwards;
}
.ah-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8,15,24,0.25) 0%,
    rgba(8,15,24,0.55) 40%,
    rgba(8,15,24,0.92) 100%
  );
}
.ah-overlay::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(13,27,42,0.65) 0%, transparent 60%);
}

/* Breadcrumb */
.ah-breadcrumb {
  position: absolute; top: 108px; left: clamp(1.5rem,5vw,5rem);
  display: flex; align-items: center; gap: 10px;
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(255,255,255,0.45); z-index: 10;
}
.ah-breadcrumb a { color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.3s; }
.ah-breadcrumb a:hover { color: var(--gold); }
.ah-breadcrumb span:last-child { color: var(--gold); }
@media(max-width:768px) { .ah-breadcrumb { top:90px; } }

/* Content */
.ah-content {
  position: relative; z-index: 10;
  padding: 160px clamp(1.5rem,5vw,5rem) 4.5rem;
  max-width: 900px;
  opacity: 0; animation: fadeUp 0.9s 0.3s forwards;
}
@media(min-width: 769px) {
  .ah-content { padding-top: 180px; }
}
.ah-meta-row {
  display: flex; align-items: center; gap: 1rem;
  flex-wrap: wrap; margin-bottom: 1.4rem;
}
.ah-cat-pill {
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; padding: 5px 13px; border-radius: 2px;
  color: var(--primary); background: var(--gold);
}
.ah-cat-pill.industry { background: #2a6496; color: white; }
.ah-date { font-size: 0.72rem; color: rgba(255,255,255,0.55); font-weight: 500; }
.ah-read-time { font-size: 0.72rem; color: rgba(255,255,255,0.4); }
.ah-meta-dot { width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,0.3); }

.ah-h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem,5.5vw,5rem);
  font-weight: 300; line-height: 1.08; color: white;
  margin-bottom: 1.2rem;
}
.ah-h1 em { font-style: italic; color: var(--gold-light); }
.ah-lead {
  font-size: clamp(1rem,1.6vw,1.15rem);
  color: rgba(255,255,255,0.72);
  line-height: 1.75; max-width: 680px;
}

/* Author strip */
.ah-author-strip {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 10;
  background: rgba(8,15,24,0.95);
  backdrop-filter: blur(14px);
  border-top: 1px solid rgba(201,151,58,0.15);
  opacity: 0; animation: fadeUp 0.9s 0.8s forwards;
}
.ah-author-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 1.2rem clamp(1.5rem,5vw,5rem);
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem;
}
.ah-author-left { display: flex; align-items: center; gap: 1rem; }
.ah-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(201,151,58,0.15);
  border: 1.5px solid rgba(201,151,58,0.35);
  display: flex; align-items: center; justify-content: center;
  font-family: "Cormorant Garamond",serif;
  font-size: 1rem; font-weight: 600; color: var(--gold);
  flex-shrink: 0;
}
.ah-author-name { font-size: 0.82rem; font-weight: 600; color: white; }
.ah-author-role { font-size: 0.7rem; color: rgba(255,255,255,0.4); margin-top: 1px; }
.ah-author-right { display: flex; align-items: center; gap: 1.5rem; }
.ah-share-label { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.35); }
.ah-share-btns { display: flex; gap: 0.6rem; }
.ah-share-btn {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  background: none; display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all 0.3s; color: rgba(255,255,255,0.5);
  font-size: 0.75rem; font-weight: 700;
}
.ah-share-btn:hover { border-color: var(--gold); color: var(--gold); background: rgba(201,151,58,0.08); }
.ah-share-btn svg { width: 15px; height: 15px; fill: currentColor; }

/* Scroll hint */
.scroll-hint-article {
  position: absolute; right: 2.5rem; bottom: 90px;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.3); font-size: 0.6rem; letter-spacing: 0.14em;
  text-transform: uppercase; z-index: 10;
}
.scroll-line { width:1px;height:48px;background:linear-gradient(to bottom,var(--gold),transparent);animation:scrollPulse 2s ease infinite; }
@media(max-width:768px) { .scroll-hint-article { display:none; } }

/* ═══════════════════════════════════════════════════════════
   ARTICLE BODY LAYOUT — main content + sidebar
═══════════════════════════════════════════════════════════ */
.article-layout {
  max-width: 1200px; margin: 0 auto;
  padding: 5rem clamp(1.5rem,5vw,5rem);
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 5rem;
  align-items: start;
}
@media(max-width:1024px) { .article-layout { grid-template-columns: 1fr; gap: 3.5rem; } }

/* ═══════════════════════════════════════════════════════════
   ARTICLE CONTENT (typography system)
═══════════════════════════════════════════════════════════ */

/* Drop-cap on first paragraph */
.article-content .drop-cap::first-letter {
  float: left;
  font-family: "Cormorant Garamond", serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 0.82;
  color: var(--gold);
  margin: 4px 12px 0 0;
  padding: 0;
}

.article-content p {
  font-size: 1rem;
  line-height: 1.9;
  color: #444;
  margin-bottom: 1.6rem;
}
.article-content p:last-child { margin-bottom: 0; }

/* Headings inside article */
.article-content h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem,3vw,2.4rem);
  font-weight: 600;
  color: var(--primary);
  line-height: 1.18;
  margin: 3rem 0 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(201,151,58,0.15);
}
.article-content h2 em { font-style: italic; color: var(--gold); }
.article-content h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.2rem,2vw,1.65rem);
  font-weight: 600;
  color: var(--primary);
  margin: 2.2rem 0 0.9rem;
}

/* Pull-quote block */
.article-content blockquote {
  position: relative;
  border-left: 3px solid var(--gold);
  background: rgba(201,151,58,0.04);
  padding: 1.75rem 2rem 1.75rem 2.5rem;
  margin: 2.5rem 0;
  border-radius: 0 4px 4px 0;
}
.article-content blockquote::before {
  content: '"';
  position: absolute;
  top: -0.5rem; left: 1.2rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  font-weight: 700;
  color: rgba(201,151,58,0.15);
  line-height: 1;
  pointer-events: none;
}
.article-content blockquote p {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 400;
  color: var(--primary);
  line-height: 1.6;
  margin: 0;
}
.article-content blockquote cite {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  font-style: normal;
  margin-top: 0.75rem;
}

/* Bullet / ordered lists */
.article-content ul,
.article-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.6rem;
}
.article-content ul { list-style: none; padding-left: 0; }
.article-content ul li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.97rem;
  color: #444;
  line-height: 1.85;
  margin-bottom: 0.5rem;
}
.article-content ul li::before {
  content: '';
  position: absolute;
  left: 0; top: 0.65em;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
}
.article-content ol li {
  font-size: 0.97rem;
  color: #444;
  line-height: 1.85;
  margin-bottom: 0.5rem;
}

/* Key stat callout */
.stat-callout {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1px;
  background: rgba(201,151,58,0.12);
  border-radius: 6px;
  overflow: hidden;
  margin: 2.5rem 0;
}
@media(max-width:540px) { .stat-callout { grid-template-columns: 1fr; } }
.sc-item {
  background: white;
  padding: 1.75rem 1.5rem;
  text-align: center;
}
.sc-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.35rem;
}
.sc-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888;
}

/* Inline image with caption */
.article-img-wrap {
  margin: 2.5rem 0;
  border-radius: 6px;
  overflow: hidden;
}
.article-img-wrap img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  display: block;
}
.article-img-caption {
  font-size: 0.75rem;
  color: #aaa;
  padding: 0.6rem 0.75rem;
  background: rgba(0,0,0,0.02);
  border-left: 2px solid rgba(201,151,58,0.25);
  font-style: italic;
}

/* Highlight box */
.highlight-box {
  background: var(--primary);
  border-radius: 6px;
  padding: 2rem 2.25rem;
  margin: 2.5rem 0;
}
.highlight-box h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--gold-light);
  margin-bottom: 0.75rem;
}
.highlight-box p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.8;
  margin: 0;
}
.highlight-box ul { margin: 0; }
.highlight-box ul li { color: rgba(255,255,255,0.6); font-size: 0.88rem; }
.highlight-box ul li::before { background: var(--gold); }

/* Tags row at bottom of article */
.article-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid rgba(0,0,0,0.07); }
.article-tag { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(201,151,58,0.28); padding: 5px 13px; border-radius: 3px; text-decoration: none; transition: all 0.3s; }
.article-tag:hover { background: var(--gold); color: var(--primary); }

/* Article nav (prev / next) */
.article-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-top: 3rem; }
@media(max-width:540px) { .article-nav { grid-template-columns: 1fr; } }
.an-card { border: 1px solid rgba(201,151,58,0.12); border-radius: 6px; padding: 1.4rem 1.6rem; text-decoration: none; display: flex; flex-direction: column; gap: 5px; transition: all 0.35s; background: white; }
.an-card:hover { border-color: rgba(201,151,58,0.35); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.08); }
.an-dir { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(201,151,58,0.7); }
.an-title { font-family: "Cormorant Garamond", serif; font-size: 1.05rem; font-weight: 600; color: var(--primary); line-height: 1.3; }
.an-card.next { text-align: right; }

/* ═══════════════════════════════════════════════════════════
   SIDEBAR
═══════════════════════════════════════════════════════════ */
.article-sidebar { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 1.5rem; }
@media(max-width:1024px) { .article-sidebar { position: static; } }

/* Table of contents */
.sidebar-toc {
  background: white;
  border: 1px solid rgba(201,151,58,0.12);
  border-radius: 6px;
  overflow: hidden;
}
.sb-toc-header {
  padding: 1rem 1.4rem;
  background: var(--primary);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}
.sb-toc-list { padding: 1rem 0; }
.sb-toc-item { display: block; padding: 0.5rem 1.4rem; font-size: 0.82rem; color: #666; text-decoration: none; transition: all 0.3s; border-left: 2px solid transparent; }
.sb-toc-item:hover { color: var(--gold); border-left-color: var(--gold); background: rgba(201,151,58,0.03); }
.sb-toc-item.active { color: var(--gold); border-left-color: var(--gold); font-weight: 600; }

/* Info card */
.sidebar-info {
  background: white;
  border: 1px solid rgba(201,151,58,0.12);
  border-radius: 6px;
  overflow: hidden;
}
.sb-info-header { padding: 1rem 1.4rem; background: var(--primary); }
.sb-info-header h5 { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.sb-info-body { padding: 1.25rem 1.4rem; display: flex; flex-direction: column; gap: 0; }
.sb-info-row { display: flex; justify-content: space-between; align-items: flex-start; padding: 0.7rem 0; border-bottom: 1px solid rgba(0,0,0,0.05); gap: 0.75rem; }
.sb-info-row:last-child { border-bottom: none; }
.sb-info-label { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #bbb; flex-shrink: 0; }
.sb-info-val { font-size: 0.82rem; color: var(--primary); font-weight: 600; text-align: right; }

/* CTA card */
.sidebar-cta {
  background: var(--primary);
  border-radius: 6px;
  padding: 2rem 1.5rem;
  text-align: center;
}
.sb-cta-h { font-family: "Cormorant Garamond",serif; font-size: 1.4rem; font-weight: 300; color: white; line-height: 1.25; margin-bottom: 0.75rem; }
.sb-cta-h em { font-style: italic; color: var(--gold-light); }
.sidebar-cta p { font-size: 0.82rem; color: rgba(255,255,255,0.5); line-height: 1.7; margin-bottom: 1.4rem; }
.sidebar-cta .btn-gold { width: 100%; justify-content: center; }

/* Newsletter mini form */
.sidebar-newsletter {
  background: var(--cream);
  border: 1px solid rgba(201,151,58,0.18);
  border-radius: 6px;
  padding: 1.5rem;
}
.sb-nl-h { font-family: "Cormorant Garamond",serif; font-size: 1.15rem; font-weight: 600; color: var(--primary); margin-bottom: 0.4rem; }
.sb-nl-sub { font-size: 0.78rem; color: #888; margin-bottom: 1rem; line-height: 1.6; }
.sb-nl-form { display: flex; flex-direction: column; gap: 0.6rem; }
.sb-nl-input { padding: 10px 13px; border: 1.5px solid rgba(0,0,0,0.1); border-radius: 4px; font-size: 0.84rem; font-family: "DM Sans",sans-serif; outline: none; transition: border-color 0.3s; background: white; }
.sb-nl-input:focus { border-color: var(--gold); }
.sb-nl-btn { background: var(--gold); color: var(--primary); border: none; padding: 10px; border-radius: 4px; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; transition: all 0.3s; }
.sb-nl-btn:hover { background: var(--gold-light); }
.sb-nl-success { font-size: 0.78rem; color: var(--primary); font-weight: 600; text-align: center; padding: 0.5rem; display: none; }

/* Related posts in sidebar */
.sidebar-related { background: white; border: 1px solid rgba(201,151,58,0.12); border-radius: 6px; overflow: hidden; }
.sb-rel-header { padding: 1rem 1.4rem; background: var(--primary); }
.sb-rel-header h5 { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.sb-rel-list { display: flex; flex-direction: column; }
.sb-rel-item { display: flex; gap: 0.85rem; padding: 1rem 1.4rem; border-bottom: 1px solid rgba(0,0,0,0.05); text-decoration: none; transition: background 0.3s; align-items: flex-start; }
.sb-rel-item:last-child { border-bottom: none; }
.sb-rel-item:hover { background: rgba(201,151,58,0.04); }
.sb-rel-thumb { width: 56px; height: 56px; border-radius: 3px; overflow: hidden; flex-shrink: 0; }
.sb-rel-thumb img { width:100%;height:100%;object-fit:cover; }
.sb-rel-cat { font-size: 0.58rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 3px; }
.sb-rel-title { font-size: 0.82rem; font-weight: 600; color: var(--primary); line-height: 1.35; transition: color 0.3s; }
.sb-rel-item:hover .sb-rel-title { color: var(--gold); }

/* ═══════════════════════════════════════════════════════════
   MORE ARTICLES SECTION
═══════════════════════════════════════════════════════════ */
.more-section { background: var(--primary); padding: 6rem clamp(1.5rem,5vw,5rem); }
.more-inner { max-width: 1200px; margin: 0 auto; }
.more-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; margin-bottom: 3rem; flex-wrap: wrap; }
.more-header .section-tag::before { background: var(--gold-light); }
.more-header .section-tag { color: var(--gold-light); }
.more-h2 { font-family:"Cormorant Garamond",serif;font-size:clamp(2rem,4vw,3rem);font-weight:300;color:white;line-height:1.2; }
.more-h2 em { font-style:italic;color:var(--gold-light); }
.more-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; }
@media(max-width:860px) { .more-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:520px) { .more-grid { grid-template-columns: 1fr; } }
.more-card { border-radius: 6px; overflow: hidden; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); text-decoration: none; display: block; transition: all 0.4s; }
.more-card:hover { border-color: rgba(201,151,58,0.3); transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.35); }
.more-card-img { height: 190px; overflow: hidden; position: relative; }
.more-card-img img { width:100%;height:100%;object-fit:cover;transition:transform 0.65s,filter 0.4s;filter:brightness(0.85); }
.more-card:hover .more-card-img img { transform:scale(1.06);filter:brightness(0.72); }
.more-card-cat { position:absolute;top:1rem;left:1rem;font-size:0.58rem;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:var(--primary);background:var(--gold);padding:4px 9px;border-radius:2px; }
.more-card-cat.industry { background:#2a6496;color:white; }
.more-card-cat.case { background:#1a3a2a;color:#7bc47b; }
.more-card-body { padding: 1.4rem; }
.more-card-date { font-size: 0.65rem; color: rgba(255,255,255,0.35); margin-bottom: 0.4rem; }
.more-card-title { font-family:"Cormorant Garamond",serif;font-size:1.05rem;font-weight:600;color:white;line-height:1.3;transition:color 0.3s; }
.more-card:hover .more-card-title { color:var(--gold-light); }

/* ═══════════════════════════════════════════════════════════
   CTA BAND
═══════════════════════════════════════════════════════════ */
.cta-band { background: var(--cream); padding: 5.5rem clamp(1.5rem,5vw,5rem); text-align: center; border-top: 3px solid var(--gold); }
.cta-band-inner { max-width: 680px; margin: 0 auto; }
.cta-band-sub { color: #777; font-size: 0.95rem; line-height: 1.8; margin: 1rem 0 2.5rem; }
.cta-band-btns { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }

/* ═══════════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════════ */
footer { background: var(--dark-bg); color: rgba(255,255,255,0.5); padding: 5rem clamp(1.5rem,5vw,5rem) 2rem; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.07); }
@media(max-width:900px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; } }
@media(max-width:500px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand img { height: 120px; margin-bottom: 1rem; }
.footer-brand p { font-size: 0.82rem; line-height: 1.75; color: rgba(255,255,255,0.38); max-width: 260px; }
.footer-col h5 { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.25rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
.footer-col ul a { font-size: 0.84rem; color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.3s; }
.footer-col ul a:hover { color: var(--gold); }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; font-size: 0.82rem; color: rgba(255,255,255,0.45); margin-bottom: 0.7rem; }
.footer-contact-item span:first-child { color: var(--gold); }
.footer-bottom { max-width: 1200px; margin: 2rem auto 0; display: flex; justify-content: space-between; align-items: center; font-size: 0.73rem; flex-wrap: wrap; gap: 0.5rem; }

/* ═══════════════════════════════════════════════════════════
   FLOAT GROUP
═══════════════════════════════════════════════════════════ */
.float-group { position:fixed;bottom:1.75rem;right:1.75rem;z-index:90;display:flex;flex-direction:column;align-items:center;gap:0.75rem; }
.wa-float { width:54px;height:54px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px rgba(37,211,102,0.4);transition:all 0.35s;text-decoration:none; }
.wa-float:hover { background:#20bc5a;transform:scale(1.1) translateY(-2px); }
.wa-float svg { width:28px;height:28px; }
.scroll-top-btn { width:54px;height:54px;border-radius:50%;background:var(--primary);border:2px solid var(--gold);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.35s;opacity:0;transform:translateY(16px);pointer-events:none; }
.scroll-top-btn.visible { opacity:1;transform:translateY(0);pointer-events:all; }
.scroll-top-btn:hover { background:var(--gold);transform:translateY(-3px) scale(1.08); }
.scroll-top-btn svg { width:20px;height:20px;stroke:var(--gold);transition:stroke 0.3s; }
.scroll-top-btn:hover svg { stroke:white; }