/* ============================================================
   CAMA Investment Management — custom.css
   Deploy: /public_html/templates/gridbox/css/custom.css
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Outfit:wght@100;200;300;400;600&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
#cama-hero *, .cama-footer *, #cama-manifesto *, #cama-expertise *,
#cama-blueprint *, #cama-offices *, #cama-news *, #cama-contact * {
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; box-sizing: border-box;
}

/* ── GRIDBOX RESET ── */
.header { display: none !important; }
footer.footer .ba-wrapper { display: none !important; }
footer.footer { min-height: 0 !important; padding: 0 !important; }
html, body, .body, .ba-gridbox-page { background: #050810 !important; }
.body { margin-top: 0 !important; padding-top: 0 !important; }
.ba-gridbox-page, .ba-wrapper, .ba-section, .ba-section-items,
.ba-row-wrapper, .ba-row, .column-wrapper, .ba-grid-column-wrapper,
.ba-grid-column, .ba-item-modules, .integration-wrapper, .mod-custom {
  padding-top: 0 !important; margin-top: 0 !important;
}
.mod-custom > p:empty,
.mod-custom > p:first-child,
.integration-wrapper > p:empty,
.integration-wrapper > p:first-child {
  display: none !important; height: 0 !important; margin: 0 !important;
  padding: 0 !important; line-height: 0 !important; font-size: 0 !important;
}

/* ════════════════════════════════════════════════════════════
   FIXED NAV
════════════════════════════════════════════════════════════ */
#nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 9999;
  display: flex; align-items: center;
  padding: 0 60px; height: 72px; background: transparent;
  transition: background 0.45s cubic-bezier(0.16,1,0.3,1),
              box-shadow 0.45s cubic-bezier(0.16,1,0.3,1);
  font-family: 'Outfit', sans-serif;
}
#nav.scrolled {
  background: rgba(5,8,16,0.88);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(255,255,255,0.06);
}
#nav .cama-logo { display: flex; align-items: center; text-decoration: none; flex-shrink: 1; min-width: 0; line-height: 0; }
#nav .cama-nav-logo { height: 44px; width: auto; max-width: 100%; display: block; object-fit: contain; object-position: left center; }
#nav .cama-nav-links {
  position: absolute; left: 65%; transform: translateX(-50%);
  display: flex; align-items: center; gap: 36px;
}
#nav .cama-nav-a {
  font-size: 9px; font-weight: 300; letter-spacing: 3px;
  text-transform: uppercase; color: rgba(255,255,255,0.5);
  text-decoration: none; transition: color 0.2s;
}
#nav .cama-nav-a:hover { color: #00ffa3; text-decoration: none; }
#nav .cama-btn-cta {
  margin-left: auto; padding: 10px 24px;
  background: transparent; border: 1px solid rgba(0,255,163,0.45);
  color: #00ffa3; font-family: 'Outfit', sans-serif;
  font-size: 10px; font-weight: 300; letter-spacing: 3px;
  text-transform: uppercase; cursor: pointer; flex-shrink: 0;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
#nav .cama-btn-cta:hover {
  background: #00ffa3; color: #050810;
  box-shadow: 0 0 30px rgba(0,255,163,0.3);
}
#nav .cama-burger {
  display: none; position: relative;
  width: 28px; height: 20px; flex-shrink: 0;
  background: transparent; border: none; cursor: pointer;
  padding: 0; margin-left: 16px;
}
#nav .cama-burger::before,
#nav .cama-burger::after {
  content: ''; position: absolute; left: 0;
  width: 22px; height: 1px; background: rgba(255,255,255,0.65);
  transition: all 0.3s cubic-bezier(0.16,1,0.3,1);
}
#nav .cama-burger::before {
  top: 3px;
  box-shadow: 0 7px 0 rgba(255,255,255,0.65);
}
#nav .cama-burger::after { bottom: 3px; }
#nav .cama-burger.open::before {
  top: 10px; transform: rotate(45deg); box-shadow: none;
}
#nav .cama-burger.open::after {
  bottom: 9px; transform: rotate(-45deg);
}

/* ── MOBILE MENU ── */
.cama-mob {
  display: flex; flex-direction: column;
  position: fixed; top: 72px; left: 0; right: 0; z-index: 9998;
  background: rgba(5,8,16,0.97); padding: 24px 32px 32px;
  border-top: 1px solid rgba(255,255,255,0.06);
  visibility: hidden; opacity: 0; transform: translateY(-8px);
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
}
.cama-mob.open { visibility: visible; opacity: 1; transform: translateY(0); }
.cama-mob a {
  font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 300;
  letter-spacing: 3px; text-transform: uppercase;
  color: rgba(255,255,255,0.65); text-decoration: none;
  padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.06); transition: color 0.2s;
}
.cama-mob a:last-child { border-bottom: none; }
.cama-mob a:hover { color: #00ffa3; }
.cama-mob .cama-mob-cta {
  margin-top: 12px; text-align: center;
  border: 1px solid rgba(0,255,163,0.45) !important;
  border-bottom: 1px solid rgba(0,255,163,0.45) !important;
  color: #00ffa3 !important; padding: 14px 0 !important;
  letter-spacing: 3px; font-size: 10px !important;
  transition: background 0.3s !important;
}
.cama-mob .cama-mob-cta:hover { background: rgba(0,255,163,0.12) !important; }

/* ════════════════════════════════════════════════════════════
   PRELOADER
════════════════════════════════════════════════════════════ */
#cama-loader {
  position: fixed; inset: 0; background: #050810; z-index: 3000;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 20px;
  transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1);
}
.cl-ring {
  width: 48px; height: 48px; border: 1px solid #00ffa3;
  position: relative; animation: clSpin 2s linear infinite;
}
.cl-ring::before { content: ''; position: absolute; inset: -6px; border: 1px solid rgba(0,255,163,0.15); }
@keyframes clSpin { to { transform: rotate(360deg); } }
.cl-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 13px; letter-spacing: 8px; text-transform: uppercase; color: rgba(255,255,255,0.5);
}

/* ════════════════════════════════════════════════════════════
   HERO — KB KEYFRAMES
════════════════════════════════════════════════════════════ */
@keyframes csKb1 { from{transform:scale(1.0) translate(0,0)} to{transform:scale(1.12) translate(-1.5%,-1%)} }
@keyframes csKb2 { from{transform:scale(1.12) translate(1.5%,0.5%)} to{transform:scale(1.0) translate(0,0)} }
@keyframes csKb3 { from{transform:scale(1.05) translate(-1.5%,0.5%)} to{transform:scale(1.12) translate(1.5%,-0.5%)} }
@keyframes csKb4 { from{transform:scale(1.08) translate(0,1%)} to{transform:scale(1.0) translate(0,-0.5%)} }

/* ════════════════════════════════════════════════════════════
   HERO SECTION
════════════════════════════════════════════════════════════ */
#cama-hero {
  height: 100vh; min-height: 640px; position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  background: #050810; margin-top: 0 !important;
}
.cs-slide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; filter: brightness(0.56) saturate(0.70); transform: scale(1.1); transition: opacity 0s;
}
.cs-slide.cs-active { opacity: 1; }
.cs-slide.cs-active.cs-kb1 { animation: csKb1 9s ease-out forwards; }
.cs-slide.cs-active.cs-kb2 { animation: csKb2 9s ease-out forwards; }
.cs-slide.cs-active.cs-kb3 { animation: csKb3 9s ease-out forwards; }
.cs-slide.cs-active.cs-kb4 { animation: csKb4 9s ease-out forwards; }
.cs-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 15% 50%, rgba(21,88,214,0.10), transparent 60%),
    linear-gradient(to bottom, transparent 40%, #050810 100%);
}
.cs-content {
  position: relative; z-index: 2; text-align: center !important;
  padding: 0 20px; width: 100%; display: flex; flex-direction: column; align-items: center;
}
.cs-label {
  font-size: 11px; letter-spacing: 8px; text-transform: uppercase;
  color: #00ffa3; display: block; margin-bottom: 30px;
  font-family: 'Outfit', sans-serif; font-weight: 300; text-align: center !important;
}
.cs-h1 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(60px, 12vw, 150px) !important;
  line-height: 0.85 !important; margin-bottom: 40px !important;
  font-weight: 400 !important; text-align: center !important; width: 100%;
}
.cs-h1 span {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 400 !important; text-align: center !important;
  opacity: 0; transform: translateY(48px);
}
#h-1 { color: #ffffff; }
.cs-grad {
  font-style: italic !important;
  background: linear-gradient(90deg, #5be1ff, #00ffa3) !important;
  -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important;
  background-clip: text !important; color: #5be1ff;
}
/* Firefox fallback */
@supports (-moz-appearance: none) {
  .cs-grad { background: none !important; -webkit-text-fill-color: #5be1ff !important; color: #5be1ff !important; }
}
.cs-muted { color: rgba(255,255,255,0.20) !important; -webkit-text-fill-color: rgba(255,255,255,0.20) !important; }
.cs-sub {
  max-width: 520px; margin: 0 auto; color: rgba(255,255,255,0.50);
  font-size: 17px; font-weight: 200; line-height: 1.75;
  font-family: 'Outfit', sans-serif !important; text-align: center !important;
  opacity: 0; transform: translateY(20px);
}
.cs-dots {
  position: absolute; bottom: 80px; left: 50%; transform: translateX(-50%); z-index: 3;
  display: flex; gap: 10px; align-items: center;
}
.cs-dot {
  width: 7px; height: 7px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.40);
  background: transparent; cursor: pointer; padding: 0;
  transition: background 0.35s, border-color 0.35s, transform 0.35s;
  outline: none; -webkit-appearance: none;
}
.cs-dot.cs-on { background: #00ffa3; border-color: #00ffa3; transform: scale(1.3); }
.cs-dot:hover { border-color: rgba(255,255,255,0.75); }
.cs-loc {
  position: absolute; bottom: 80px; right: 60px; z-index: 3;
  font-size: 9px; letter-spacing: 4px; text-transform: uppercase;
  color: rgba(255,255,255,0.30); font-family: 'Outfit', sans-serif; font-weight: 300;
  opacity: 0; transition: opacity 0.28s ease;
}
.cs-progress {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 2px; background: rgba(255,255,255,0.08); z-index: 10;
}
.cs-pb { height: 100%; width: 0%; background: linear-gradient(90deg, #5be1ff, #00ffa3); }
.cs-ticker {
  position: absolute; bottom: 2px; left: 0; right: 0; height: 32px; z-index: 10;
  display: flex; align-items: center;
  border-top: 1px solid rgba(255,255,255,0.07); background: rgba(5,8,16,0.55);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); overflow: hidden;
}
.cs-ticker-track {
  display: flex; white-space: nowrap;
  animation: tickerScroll 30s linear infinite;
}
@keyframes tickerScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.cs-ticker-track .tk-item {
  font-family: 'Outfit', sans-serif; font-size: 9px; font-weight: 200;
  letter-spacing: 4px; text-transform: uppercase; color: rgba(0,255,163,0.40); padding: 0 20px;
}
.cs-ticker-track .tk-dot {
  font-family: 'Outfit', sans-serif; font-size: 9px; font-weight: 200;
  color: rgba(0,255,163,0.20); padding: 0 4px;
}

/* ════════════════════════════════════════════════════════════
   SHARED — labels, titles (LEFT-ALIGNED for all non-hero sections)
════════════════════════════════════════════════════════════ */
.cama-lbl {
  font-size: 10px; letter-spacing: 6px; text-transform: uppercase;
  color: #d4920a; display: block; margin-bottom: 28px;
  font-family: 'Outfit', sans-serif; font-weight: 400;
}
.cama-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(38px, 5.5vw, 76px); line-height: 1.05; margin-bottom: 48px;
  font-weight: 400; text-align: left; color: #ffffff;
}
.cama-title em { font-style: italic; color: rgba(255,255,255,0.55); }

/* Body text shared */
.c3d-body-text {
  font-size: 18px; font-weight: 200; color: #8892b0;
  line-height: 1.8; margin-bottom: 28px; font-family: 'Outfit', sans-serif;
}

/* ════════════════════════════════════════════════════════════
   MANIFESTO — cam3d dark style (dark bg, stats inside)
════════════════════════════════════════════════════════════ */
#cama-manifesto {
  background: #050810; padding: 140px 60px;
  position: relative;
}
#cama-manifesto::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: rgba(255,255,255,0.07);
}
.c3d-mani-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 100px; align-items: center;
  max-width: 1400px; margin: 0 auto;
}
.c3d-mani-text p {
  font-size: 18px; font-weight: 200; color: #8892b0;
  line-height: 1.8; margin-bottom: 28px; font-family: 'Outfit', sans-serif;
}
.c3d-mani-text strong { color: #ffffff; font-weight: 400; }
.c3d-stat-row {
  display: flex; gap: 40px; margin-top: 48px; margin-bottom: 48px;
  border-top: 1px solid rgba(255,255,255,0.08); padding-top: 32px;
}
.cama-stat-item {
  display: flex; flex-direction: column; gap: 6px;
}
.cama-stat-n {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 44px; font-weight: 300; line-height: 1; color: #ffffff;
}
.cama-stat-n sub { font-size: 0.4em; color: #00ffa3; vertical-align: super; font-style: normal; }
.cama-stat-l {
  font-size: 9px; letter-spacing: 3px; text-transform: uppercase;
  color: #8892b0; font-family: 'Outfit', sans-serif; font-weight: 300;
}
.cama-mani-cta {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 10px; letter-spacing: 4px; text-transform: uppercase;
  font-weight: 400; color: #00ffa3; text-decoration: none;
  transition: gap 0.4s cubic-bezier(0.16,1,0.3,1); font-family: 'Outfit', sans-serif;
}
.cama-mani-cta::after {
  content: ''; width: 32px; height: 1px; background: #00ffa3;
  transition: width 0.4s cubic-bezier(0.16,1,0.3,1);
}
.cama-mani-cta:hover { gap: 20px; }
.cama-mani-cta:hover::after { width: 48px; }

/* Image stack cam3d style */
.c3d-image-stack {
  position: relative; width: 100%; height: 520px;
}
.c3d-img-main {
  position: absolute; top: 0; right: 0; width: 85%; height: 85%;
  z-index: 2; overflow: hidden; box-shadow: 0 40px 80px rgba(0,0,0,0.5);
}
.c3d-img-main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.c3d-img-offset {
  position: absolute; bottom: 0; left: 0; width: 60%; height: 60%;
  border: 10px solid #050810; z-index: 3; overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}
.c3d-img-offset img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ════════════════════════════════════════════════════════════
   EXPERTISE — cam3d style
════════════════════════════════════════════════════════════ */
#cama-expertise { background: #050810; padding: 140px 60px; }
.cama-sec-head { max-width: 1400px; margin: 0 auto; }
.cama-exp-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2px; background: rgba(255,255,255,0.08);
  margin-top: 80px; max-width: 1400px; margin-left: auto; margin-right: auto;
}
.cama-exp-card {
  background: #050810; padding: 72px 40px;
  position: relative; overflow: hidden; cursor: default;
  transition: background 0.5s cubic-bezier(0.16,1,0.3,1);
}
.cama-exp-card::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: #00ffa3; transform: scaleX(0); transform-origin: left;
  transition: transform 0.55s cubic-bezier(0.16,1,0.3,1);
}
.cama-exp-card:hover { background: #081122; }
.cama-exp-card:hover::after { transform: scaleX(1); }
.cama-has-img { min-height: 340px; }
.cama-exp-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; transition: opacity 0.5s; filter: saturate(0.6) brightness(0.35);
}
.cama-exp-card:hover .cama-exp-bg { opacity: 1; }
.cama-exp-body { position: relative; z-index: 1; }
.cama-exp-num {
  font-family: 'Cormorant Garamond', Georgia, serif; font-size: 40px;
  color: rgba(255,255,255,0.03); display: block; margin-bottom: 20px; transition: color 0.5s;
}
.cama-exp-card:hover .cama-exp-num { color: rgba(0,255,163,0.06); }
.cama-exp-title {
  min-height: 100px;
}
.cama-exp-desc {
  margin-top: 18px; /* replaces the removed h3 margin-bottom */
}
.cama-exp-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 30px; margin-bottom: 0; font-weight: 300; color: #ffffff; line-height: 1.2;
  text-align: left;
}
.cama-exp-card p {
  font-size: 14px; color: #8892b0; font-weight: 200; line-height: 1.75; font-family: 'Outfit', sans-serif;
}
.cama-exp-link {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 28px;
  font-size: 9px; letter-spacing: 3px; text-transform: uppercase;
  color: #00ffa3; opacity: 0; transform: translateX(-8px);
  transition: 0.35s; font-family: 'Outfit', sans-serif;
}
.cama-exp-card:hover .cama-exp-link { opacity: 1; transform: none; 
}
.cama-exp-title p {
    color: #fff !important;
}

/* ════════════════════════════════════════════════════════════
   ABOUT / PHILOSOPHY (cam3d "about" style) — #cama-blueprint
════════════════════════════════════════════════════════════ */
#cama-blueprint {
  background: #050810; padding: 140px 60px; position: relative;
}
#cama-blueprint::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: rgba(255,255,255,0.07);
}
.c3d-phil-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: start; max-width: 1400px; margin: 0 auto;
}
.c3d-about-img {
  width: 100%; height: 360px; overflow: hidden; border-radius: 2px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.5); margin-top: 40px;
}
.c3d-about-img2 {
  width: 100%; height: 240px; overflow: hidden; border-radius: 2px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4); margin-top: 24px;
}
/* City canvas in about section */
.cama-canvas-wrap {
  position: relative; border-radius: 4px; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08); background: #03060d;
}
.cama-canvas-badge {
  position: absolute; top: 14px; left: 14px; z-index: 5;
  display: flex; align-items: center; gap: 6px;
  background: rgba(5,8,16,0.68); backdrop-filter: blur(8px);
  padding: 5px 12px; border-radius: 20px;
  font-size: 8px; letter-spacing: 3px; text-transform: uppercase;
  color: rgba(0,255,163,0.75); pointer-events: none; font-family: 'Outfit', sans-serif; transition: opacity 0.8s;
}
.cama-canvas-badge.gone { opacity: 0; }
.cama-canvas-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #00ffa3; animation: camaBlink 1.5s infinite;
}
@keyframes camaBlink { 0%,100%{opacity:1} 50%{opacity:0.3} }
#city-canvas { width: 100%; height: 320px; display: block; cursor: grab; }
#city-canvas:active { cursor: grabbing; }

/* ════════════════════════════════════════════════════════════
   PRESENCE / OFFICES (cam3d "presence" style) — #cama-offices
════════════════════════════════════════════════════════════ */
#cama-offices {
  position: relative; padding: 160px 60px; overflow: hidden;
  background: #050810;
}
#cama-offices::before {
  content: ''; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 80% 70% at 70% 50%, rgba(21,88,214,0.08), transparent),
    radial-gradient(ellipse 60% 50% at 30% 80%, rgba(0,255,163,0.04), transparent);
}
.c3d-presence-content {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 100px; align-items: center; max-width: 1400px; margin: 0 auto;
}
/* cam3d office list */
.c3d-office-list { display: flex; flex-direction: column; }
.c3d-office-item {
  padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,0.07);
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; transition: all 0.3s; padding-left: 0;
}
.c3d-office-item:hover { padding-left: 20px; border-color: #00ffa3; }
.c3d-office-item.cama-hq .c3d-office-city { color: #d4920a; }
.c3d-office-city {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 26px; font-weight: 300; color: #ffffff;
}
.c3d-office-tag {
  font-size: 9px; letter-spacing: 2px; text-transform: uppercase;
  color: #8892b0; font-family: 'Outfit', sans-serif;
}

/* CSS Globe Sphere */
.c3d-globe-sphere {
  width: 100%; max-width: 460px; aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(0,255,163,0.35);
  box-shadow:
    0 0 60px rgba(0,255,163,0.12),
    0 0 120px rgba(21,88,214,0.15),
    inset -30px -30px 60px rgba(0,0,0,0.5),
    inset 10px 10px 40px rgba(91,225,255,0.08);
  background:
    radial-gradient(circle at 32% 30%, rgba(91,225,255,0.10) 0%, transparent 40%),
    radial-gradient(circle at 68% 70%, rgba(0,255,163,0.05) 0%, transparent 38%),
    radial-gradient(ellipse at 28% 22%, rgba(255,255,255,0.04) 0%, transparent 25%),
    radial-gradient(ellipse at 42% 48%, rgba(0,80,40,0.08) 12%, transparent 24%),
    radial-gradient(ellipse at 72% 38%, rgba(0,70,35,0.06) 10%, transparent 20%),
    radial-gradient(ellipse at 58% 68%, rgba(0,60,30,0.05) 8%, transparent 16%),
    linear-gradient(135deg, #0d2a5c 0%, #1a4a8c 25%, #0a1c3e 55%, #04111e 100%);
  margin: 0 auto; position: relative; animation: globeSpin 20s linear infinite;
}
@keyframes globeSpin {
  0% { box-shadow: 0 0 60px rgba(0,255,163,0.12), 0 0 120px rgba(21,88,214,0.15), inset -30px -30px 60px rgba(0,0,0,0.5), inset 10px 10px 40px rgba(91,225,255,0.08); }
  50% { box-shadow: 0 0 80px rgba(0,255,163,0.18), 0 0 150px rgba(21,88,214,0.20), inset -20px -20px 60px rgba(0,0,0,0.5), inset 20px 10px 40px rgba(91,225,255,0.10); }
  100% { box-shadow: 0 0 60px rgba(0,255,163,0.12), 0 0 120px rgba(21,88,214,0.15), inset -30px -30px 60px rgba(0,0,0,0.5), inset 10px 10px 40px rgba(91,225,255,0.08); }
}

/* ════════════════════════════════════════════════════════════
   NEWS — cam3d dark bento style
════════════════════════════════════════════════════════════ */
#cama-news { background: #050810; padding: 140px 60px; }
.c3d-bento-grid {
  display: grid; grid-template-columns: 2fr 1.2fr;
  grid-template-rows: auto auto; gap: 20px;
  margin-top: 56px; max-width: 1400px; margin-left: auto; margin-right: auto;
}
.c3d-bento-card {
  background: #0a0f1e; border: 1px solid rgba(255,255,255,0.08);
  padding: 40px; position: relative; overflow: hidden;
  transition: border-color 0.4s, background 0.4s; cursor: default;
}
.c3d-bento-card:hover { border-color: #00ffa3; background: #0c152a; }
.c3d-bento-main {
  grid-row: span 2; display: flex; flex-direction: column;
  justify-content: flex-end; min-height: 420px;
}
.c3d-bento-main-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
}
.c3d-bento-main::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(5,8,16,0) 0%, rgba(5,8,16,0.95) 100%);
  z-index: 1;
}
.c3d-bento-main-content { position: relative; z-index: 2; }
.c3d-bento-tag {
  display: inline-block; padding: 4px 12px; margin-bottom: 16px;
  background: rgba(0,255,163,0.10); color: #00ffa3;
  font-size: 9px; letter-spacing: 2px; text-transform: uppercase;
  font-family: 'Outfit', sans-serif;
}
.c3d-bento-card h3 {
  font-size: 22px; margin-bottom: 12px;
  font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 300;
  color: #ffffff; line-height: 1.3;
}
.c3d-bento-card p {
  font-size: 14px; color: #8892b0; font-weight: 200; line-height: 1.7;
  font-family: 'Outfit', sans-serif;
}
#cama-news-spin {
  display: none; text-align: center; padding: 20px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic; color: #8892b0; font-size: 16px; margin-top: 20px;
}
.cama-news-btn {
  display: flex; align-items: center; gap: 12px;
  margin: 36px auto 0; background: none; border: none;
  cursor: pointer; font-family: 'Outfit', sans-serif;
  font-size: 10px; letter-spacing: 4px; text-transform: uppercase;
  color: #8892b0; transition: color 0.3s; padding: 0;
}
.cama-news-btn::after {
  content: ''; width: 28px; height: 1px; background: #1558d6; border-radius: 1px;
  transition: width 0.4s cubic-bezier(0.16,1,0.3,1);
}
.cama-news-btn:hover { color: #00ffa3; }
.cama-news-btn:hover::after { width: 52px; background: #00ffa3; }

/* ════════════════════════════════════════════════════════════
   CONTACT — cam3d style
════════════════════════════════════════════════════════════ */
#cama-contact { background: #050810; padding: 140px 60px; }
.c3d-contact-wrap {
  display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 120px;
  background: #0a0f1e; padding: 100px 80px;
  border: 1px solid rgba(255,255,255,0.08);
  max-width: 1300px; margin: 0 auto;
}
.cama-fg { margin-bottom: 36px; }
.cama-fg label {
  font-size: 9px; letter-spacing: 3px; text-transform: uppercase;
  color: #d4920a; display: block; margin-bottom: 10px;
  font-weight: 400; font-family: 'Outfit', sans-serif;
}
.cama-fg input, .cama-fg textarea, .cama-fg select {
  width: 100%; background: transparent; border: none;
  border-bottom: 1px solid rgba(255,255,255,0.10);
  padding: 14px 0; color: #ffffff;
  font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 200;
  outline: none; transition: border-color 0.35s; -webkit-appearance: none;
}
.cama-fg input:focus, .cama-fg textarea:focus { border-bottom-color: #00ffa3; }
.cama-fg input::placeholder, .cama-fg textarea::placeholder { color: rgba(255,255,255,0.20); font-style: italic; }
.cama-fg textarea { resize: none; min-height: 100px; line-height: 1.6; }
.cama-fg select option { background: #050810; color: #ffffff; }
.cama-submit {
  width: 100%; padding: 20px; background: #00ffa3; color: #050810;
  border: none; cursor: pointer; font-family: 'Outfit', sans-serif;
  font-size: 12px; letter-spacing: 3px; text-transform: uppercase; font-weight: 600;
  margin-top: 8px; transition: box-shadow 0.35s, transform 0.35s;
}
.cama-submit:hover { box-shadow: 0 15px 40px rgba(0,255,163,0.30); transform: translateY(-3px); }
.cama-form-ok {
  display: none; margin-top: 14px; font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic; font-size: 17px; color: #00ffa3; text-align: center;
}
.cama-form-err {
  display: none; margin-top: 14px; font-family: 'Outfit', sans-serif;
  font-size: 13px; color: #ff6b6b; text-align: center; line-height: 1.5;
}

/* ════════════════════════════════════════════════════════════
   FOOTER
════════════════════════════════════════════════════════════ */
.cama-footer {
  padding: 100px 60px; background: #050810;
  border-top: 1px solid rgba(255,255,255,0.07); text-align: center;
}
.cf-logo {
  height: 36px; width: auto; display: block;
  margin: 0 auto 24px; opacity: 0.70; transition: opacity 0.3s;
}
.cf-logo:hover { opacity: 1; }
.cf-offices {
  font-size: 10px; letter-spacing: 5px; text-transform: uppercase;
  color: rgba(255,255,255,0.25); margin-bottom: 36px; font-family: 'Outfit', sans-serif;
}
.cf-links { display: flex; justify-content: center; gap: 32px; margin-bottom: 40px; }
.cf-links a {
  font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,0.25); transition: color 0.3s; text-decoration: none; font-family: 'Outfit', sans-serif;
}
.cf-links a:hover { color: rgba(255,255,255,0.7); }
.cf-copy {
  font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,0.15); font-family: 'Outfit', sans-serif;
}

/* ════════════════════════════════════════════════════════════
   REVEAL ANIMATIONS
════════════════════════════════════════════════════════════ */
.reveal       { opacity:0; transform:translateY(36px);  transition:1.1s cubic-bezier(0.16,1,0.3,1); }
.reveal.in    { opacity:1; transform:none; }
.reveal-left  { opacity:0; transform:translateX(-36px); transition:1.1s cubic-bezier(0.16,1,0.3,1); }
.reveal-left.in  { opacity:1; transform:none; }
.reveal-right { opacity:0; transform:translateX(36px);  transition:1.1s cubic-bezier(0.16,1,0.3,1); }
.reveal-right.in { opacity:1; transform:none; }
.d1{transition-delay:0.1s}.d2{transition-delay:0.2s}.d3{transition-delay:0.3s}
.d4{transition-delay:0.4s}.d5{transition-delay:0.5s}.d6{transition-delay:0.6s}

/* ════════════════════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════════════════════ */
@media screen and (max-width: 1024px) {
  /* NAV → hamburger */
  #nav { padding: 0 24px; height: 64px; }
  #nav .cama-logo { max-width: calc(100% - 60px); }
  #nav .cama-nav-logo { height: 36px; }
  #nav .cama-nav-links { display: none; }
  #nav .cama-btn-cta { display: none; }
  #nav .cama-burger { display: flex; margin-left: auto; }
  .cama-mob { top: 64px; }
  /* SECTIONS */
  #cama-manifesto, #cama-expertise, #cama-blueprint,
  #cama-offices, #cama-news, #cama-contact, .cama-footer {
    padding-left: 28px !important; padding-right: 28px !important;
  }
  .c3d-mani-grid, .c3d-phil-grid, .c3d-presence-content { grid-template-columns: 1fr; gap: 60px; }
  .c3d-contact-wrap { grid-template-columns: 1fr; padding: 40px 28px; gap: 48px; }
  .cama-exp-grid { grid-template-columns: 1fr 1fr; }
  .c3d-bento-grid { grid-template-columns: 1fr; }
  .c3d-bento-main { grid-row: span 1; min-height: 320px; }
  .c3d-stat-row { gap: 28px; }
  .c3d-image-stack { height: 400px; }
  .cf-links { flex-direction: column; align-items: center; gap: 16px; }
}
@media screen and (max-width: 768px) {
  #cama-hero { min-height: 100svh; }
  .cs-h1 { font-size: clamp(44px, 11vw, 80px) !important; }
  .cs-loc { display: none; }
  .cs-dots { bottom: 60px; }
  .cs-ticker { height: 28px; }
  .cs-ticker-track .tk-item { font-size: 8px !important; padding: 0 12px !important; }
  .cs-ticker-track .tk-dot { padding: 0 3px !important; }
  .c3d-stat-row { flex-direction: column; gap: 20px; }
}
@media screen and (max-width: 480px) {
  #nav .cama-nav-logo { height: 28px; max-width: 200px; }
}
@media screen and (max-width: 640px) {
  .cama-exp-grid { grid-template-columns: 1fr; }
  .cs-h1 { font-size: clamp(40px, 13vw, 72px) !important; }
}
@media (prefers-reduced-motion: reduce) {
  .cs-slide, .cs-h1 span, .cs-sub, .reveal, .reveal-left, .reveal-right {
    animation: none !important; transition: none !important; opacity: 1 !important; transform: none !important;
  }
}
.edit-page-btn {
    display:none !important;
}
}