/* =====================================================================
   SB DIGITAL GROWTH — Experience layer
   Motion, rotation, 3D depth and interaction styling layered on top of
   the Elementor page. Hooks: element IDs starting with "fx-" (Elementor
   → Advanced → ID) and the sb-* global classes.
   ===================================================================== */

:root {
  --sbdg-black: #04050a;
  --sbdg-gold: #e2b866;
  --sbdg-gold-light: #f6dea6;
  --sbdg-cyan: #4fe3ff;
  --sbdg-blue: #2f6bff;
  --sbdg-violet: #8b6cff;
  --sbdg-ease: cubic-bezier(.2, .8, .2, 1);
}

html { scroll-behavior: smooth; }
body.sbdg-on { background-color: var(--sbdg-black); color: #f5f2ea; overflow-x: clip; }
body.sbdg-on .elementor { position: relative; z-index: 1; background: transparent; }
body.sbdg-on ::selection { background: rgba(226, 184, 102, .35); color: #fff; }

/* Keyboard focus */
body.sbdg-on a:focus-visible,
body.sbdg-on button:focus-visible,
body.sbdg-on [role="tab"]:focus-visible,
body.sbdg-on input:focus-visible,
body.sbdg-on textarea:focus-visible {
  outline: 2px solid var(--sbdg-cyan) !important;
  outline-offset: 3px;
}

/* ---------------------------------------------------------------- */
/* 3D canvas + scroll progress                                       */
/* ---------------------------------------------------------------- */
#sbdg-bg {
  position: fixed; inset: 0; width: 100vw; height: 100vh;
  z-index: 0; pointer-events: none; opacity: 0;
  transition: opacity 1.6s var(--sbdg-ease);
}
#sbdg-bg.is-ready { opacity: 1; }
#sbdg-progress {
  position: fixed; top: 0; left: 0; height: 2px; width: 100%;
  z-index: 200; transform-origin: 0 50%; transform: scaleX(0);
  background: linear-gradient(90deg, var(--sbdg-gold-light), var(--sbdg-gold), var(--sbdg-cyan));
  box-shadow: 0 0 12px rgba(79, 227, 255, .6);
  pointer-events: none;
}

/* ---------------------------------------------------------------- */
/* Keyframes                                                         */
/* ---------------------------------------------------------------- */
@keyframes sbdg-spin     { to { rotate: 360deg; } }
@keyframes sbdg-spin-rev { to { rotate: -360deg; } }
@keyframes sbdg-float    { 0%, 100% { translate: 0 0; } 50% { translate: 0 -14px; } }
@keyframes sbdg-float-x  { 0%, 100% { translate: 0 0; } 50% { translate: 10px -8px; } }
@keyframes sbdg-pulse    { 0% { box-shadow: 0 0 0 0 rgba(79,227,255,.7); } 70% { box-shadow: 0 0 0 12px rgba(79,227,255,0); } 100% { box-shadow: 0 0 0 0 rgba(79,227,255,0); } }
@keyframes sbdg-marquee  { to { translate: -50% 0; } }
@keyframes sbdg-shimmer  { to { background-position: 200% 50%; } }
@keyframes sbdg-sheen    { 0% { translate: -120% 0; } 55%, 100% { translate: 120% 0; } }
@keyframes sbdg-drop     { 0% { translate: 0 -100%; } 100% { translate: 0 100%; } }
@keyframes sbdg-core     { 0%, 100% { scale: 1; filter: brightness(1); } 50% { scale: 1.06; filter: brightness(1.25); } }
@keyframes sbdg-beam     { 0%, 100% { opacity: .15; translate: -30px 0; } 50% { opacity: .75; translate: 30px 0; } }
@keyframes sbdg-grid     { to { background-position: 0 60px, 60px 0; } }
@keyframes sbdg-panel-in { from { opacity: 0; translate: 0 18px; filter: blur(6px); } to { opacity: 1; translate: 0 0; filter: blur(0); } }
@keyframes sbdg-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes sbdg-pipe     { 0%, 18%, 100% { border-color: rgba(255,255,255,.1); color: rgba(245,242,234,.82); background-color: rgba(255,255,255,.03); box-shadow: none; }
                           6%, 12% { border-color: rgba(226,184,102,.8); color: #f6dea6; background-color: rgba(226,184,102,.14); box-shadow: 0 0 22px rgba(226,184,102,.35); } }
@keyframes sbdg-dash     { to { stroke-dashoffset: -40; } }
@keyframes sbdg-menu-in  { from { opacity: 0; } to { opacity: 1; } }
@keyframes sbdg-link-in  { from { opacity: 0; translate: 0 24px; } to { opacity: 1; translate: 0 0; } }
@keyframes sbdg-glow-border { 0%, 100% { border-color: rgba(226,184,102,.4); } 50% { border-color: rgba(79,227,255,.7); } }

/* ---------------------------------------------------------------- */
/* Typography accents                                                */
/* ---------------------------------------------------------------- */
body.sbdg-on .elementor h2 em,
body.sbdg-on .elementor h3.sb-h2 em,
body.sbdg-on #fx-hero-sub em {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic; font-weight: 400; letter-spacing: -0.01em;
  padding-right: .06em;
  background: linear-gradient(100deg, #f6dea6 0%, #e2b866 40%, #4fe3ff 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
body.sbdg-on #fx-hero-title em {
  font-style: italic; padding-right: .08em;
  background: linear-gradient(100deg, #f6dea6 0%, #e2b866 25%, #4fe3ff 50%, #e2b866 75%, #f6dea6 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: sbdg-shimmer 6s linear infinite;
}
body.sbdg-on #fx-statement-title em { display: inline-block; }

/* ---------------------------------------------------------------- */
/* Navigation                                                        */
/* ---------------------------------------------------------------- */
#fx-nav { transition: background-color .4s, box-shadow .4s, border-color .4s, top .4s; }
#fx-nav.is-scrolled { background-color: rgba(6, 8, 14, .82) !important; border-color: rgba(226,184,102,.22) !important; }
#fx-nav-links a.is-active, #fx-nav-links .is-active { color: var(--sbdg-gold-light) !important; }
#fx-logo-mark { position: relative; }
#fx-logo-mark::after {
  content: ""; position: absolute; inset: -5px; border-radius: 16px;
  border: 1px solid transparent; border-top-color: var(--sbdg-cyan); border-right-color: rgba(79,227,255,.25);
  animation: sbdg-spin 6s linear infinite; pointer-events: none;
}

/* Mobile menu (works without JS through :target, enhanced by JS) */
#fx-mobile-nav:target,
#fx-mobile-nav.is-open { display: flex !important; animation: sbdg-menu-in .35s var(--sbdg-ease) both; }
#fx-mobile-nav:target > *,
#fx-mobile-nav.is-open > * { animation: sbdg-link-in .6s var(--sbdg-ease) both; }
#fx-mobile-nav > *:nth-child(2) { animation-delay: .04s !important; }
#fx-mobile-nav > *:nth-child(3) { animation-delay: .08s !important; }
#fx-mobile-nav > *:nth-child(4) { animation-delay: .12s !important; }
#fx-mobile-nav > *:nth-child(5) { animation-delay: .16s !important; }
#fx-mobile-nav > *:nth-child(6) { animation-delay: .20s !important; }
#fx-mobile-nav > *:nth-child(7) { animation-delay: .24s !important; }
#fx-mobile-nav > *:nth-child(8) { animation-delay: .28s !important; }
#fx-mobile-nav > *:nth-child(9) { animation-delay: .34s !important; }
#fx-mobile-nav a { min-height: 44px; display: inline-flex; align-items: center; }
html.sbdg-menu-open, html.sbdg-menu-open body { overflow: hidden; }

/* ---------------------------------------------------------------- */
/* Hero                                                              */
/* ---------------------------------------------------------------- */
#fx-pulse-dot { animation: sbdg-pulse 2.2s ease-out infinite; }
#fx-ring-a { animation: sbdg-spin 46s linear infinite; }
#fx-ring-b { animation: sbdg-spin-rev 30s linear infinite; }
#fx-ring-c { animation: sbdg-spin 80s linear infinite; }
#fx-float-1 { animation: sbdg-float 6s ease-in-out infinite; }
#fx-float-2 { animation: sbdg-float 7.5s ease-in-out -2s infinite; }
#fx-float-3 { animation: sbdg-float-x 8s ease-in-out -4s infinite; }
#fx-tilt-profile { transform-style: preserve-3d; animation: sbdg-glow-border 6s ease-in-out infinite; }
#fx-sheen { animation: sbdg-sheen 7s ease-in-out 1.5s infinite; }
#fx-profile-img, #fx-profile-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
#fx-pipe-1 { animation: sbdg-pipe 5s linear infinite 0s; }
#fx-pipe-2 { animation: sbdg-pipe 5s linear infinite .9s; }
#fx-pipe-3 { animation: sbdg-pipe 5s linear infinite 1.8s; }
#fx-pipe-4 { animation: sbdg-pipe 5s linear infinite 2.7s; }
#fx-pipe-5 { animation: sbdg-pipe 5s linear infinite 3.6s; }
#fx-scroll-line::after {
  content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 50%;
  background: linear-gradient(180deg, transparent, #fff, transparent);
  animation: sbdg-drop 2s ease-in-out infinite;
}

/* Marquee */
#fx-marquee { animation: sbdg-marquee 42s linear infinite; }
#fx-marquee-wrap:hover #fx-marquee { animation-play-state: paused; }

/* ---------------------------------------------------------------- */
/* Cards: spotlight + tilt support                                   */
/* ---------------------------------------------------------------- */
[id^="fx-tilt"] { transform-style: preserve-3d; will-change: transform; }
[id^="fx-tilt"]::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; z-index: 0;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 0%), rgba(226,184,102,.16), rgba(79,227,255,.06) 35%, transparent 60%);
  opacity: 0; transition: opacity .4s;
}
[id^="fx-tilt"]:hover::before { opacity: 1; }
#fx-tilt-profile::before { z-index: 5; mix-blend-mode: screen; }

/* Icon tiles rotate on card hover */
.sb-card:hover .sb-icon-tile { rotate: -12deg; scale: 1.08; border-color: rgba(79,227,255,.7); }
.sb-icon-tile { transition: rotate .6s var(--sbdg-ease), scale .6s var(--sbdg-ease), border-color .4s; }

/* ---------------------------------------------------------------- */
/* Timeline                                                          */
/* ---------------------------------------------------------------- */
#fx-timeline-fill { transform-origin: 50% 0; transform: scaleY(0); }
html:not(.sbdg-js) #fx-timeline-fill { transform: none; }

/* ---------------------------------------------------------------- */
/* Ecosystem orbit                                                   */
/* ---------------------------------------------------------------- */
#fx-eco-ring-1 { animation: sbdg-spin 60s linear infinite; }
#fx-eco-ring-2 { animation: sbdg-spin-rev 34s linear infinite; }
#fx-eco-core   { animation: sbdg-core 4.5s ease-in-out infinite; }
#fx-eco-orbit  { animation: sbdg-spin 110s linear infinite; }
#fx-eco-orbit .sb-eco-node,
#fx-wheel-menu .sb-wheel-node {
  transform: translate(-50%, -50%) !important;
  transform-origin: 0 0;
  transition: scale .35s var(--sbdg-ease), background-color .35s, border-color .35s, box-shadow .35s !important;
}
#fx-eco-orbit .sb-eco-node { animation: sbdg-spin-rev 110s linear infinite; }
#fx-eco:hover #fx-eco-orbit, #fx-eco:hover .sb-eco-node,
#fx-eco:focus-within #fx-eco-orbit, #fx-eco:focus-within .sb-eco-node { animation-play-state: paused; }
#fx-eco-orbit .sb-eco-node:hover, #fx-wheel-menu .sb-wheel-node:hover { scale: 1.16; }
#fx-eco-orbit .sb-eco-node.e--selected {
  scale: 1.12;
  border-color: var(--sbdg-gold) !important;
  background: linear-gradient(120deg, rgba(226,184,102,.35), rgba(79,227,255,.18)) !important;
  box-shadow: 0 0 0 4px rgba(226,184,102,.12), 0 0 36px rgba(226,184,102,.55) !important;
}
.sbdg-lines { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; overflow: visible; }
.sbdg-lines line { stroke: rgba(226,184,102,.22); stroke-width: .25; stroke-dasharray: 1.2 1.6; animation: sbdg-dash 6s linear infinite; transition: stroke .4s, stroke-width .4s; }
.sbdg-lines line.is-ring { stroke: rgba(79,227,255,.12); stroke-dasharray: none; animation: none; }
.sbdg-lines line.is-active { stroke: rgba(79,227,255,.95); stroke-width: .5; stroke-dasharray: 2 1; animation-duration: 1.4s; filter: drop-shadow(0 0 1.2px #4fe3ff); }

/* Panels (ecosystem, engine, wheel) */
#fx-eco [role="tabpanel"].e--selected,
#fx-engine [role="tabpanel"].e--selected,
#fx-wheel [role="tabpanel"].e--selected { animation: sbdg-panel-in .7s var(--sbdg-ease) both; }

/* ---------------------------------------------------------------- */
/* Growth engine                                                     */
/* ---------------------------------------------------------------- */
#fx-engine-menu .sb-engine-step { overflow: hidden; }
#fx-engine-menu .sb-engine-step.e--selected {
  border-color: rgba(226,184,102,.8) !important;
  background-image: linear-gradient(90deg, rgba(226,184,102,.26), rgba(79,227,255,.08)) !important;
  box-shadow: 0 0 34px -6px rgba(226,184,102,.5), inset 0 0 0 1px rgba(246,222,166,.15);
  translate: 12px 0;
}
#fx-engine-menu .sb-engine-step::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%;
  transform-origin: 0 50%; transform: scaleX(0);
  background: linear-gradient(90deg, var(--sbdg-gold), var(--sbdg-cyan));
}
#fx-engine.sbdg-autoplay .sb-engine-step.e--selected::after { animation: sbdg-progress var(--sbdg-step, 4.5s) linear forwards; }
#fx-engine .sb-big-num { transition: none; }
@media (max-width: 1024px) {
  #fx-engine-menu .sb-engine-step.e--selected { translate: 0 0; }
}

/* ---------------------------------------------------------------- */
/* Principles wheel                                                  */
/* ---------------------------------------------------------------- */
#fx-wheel-ring-1 { animation: sbdg-spin 40s linear infinite; }
#fx-wheel-ring-2 { animation: sbdg-spin-rev 24s linear infinite; }
#fx-wheel-ring-3 { animation: sbdg-core 5s ease-in-out infinite; }
#fx-wheel-menu { animation: sbdg-spin 90s linear infinite; }
#fx-wheel-menu .sb-wheel-node { animation: sbdg-spin-rev 90s linear infinite; }
#fx-wheel:hover #fx-wheel-menu, #fx-wheel:hover .sb-wheel-node,
#fx-wheel:focus-within #fx-wheel-menu, #fx-wheel:focus-within .sb-wheel-node { animation-play-state: paused; }
#fx-wheel-menu .sb-wheel-node.e--selected {
  scale: 1.12;
  border-color: var(--sbdg-cyan) !important;
  background: linear-gradient(120deg, rgba(79,227,255,.3), rgba(226,184,102,.2)) !important;
  box-shadow: 0 0 36px rgba(79,227,255,.5) !important;
}
@media (max-width: 767px) {
  #fx-wheel-menu, #fx-wheel-menu .sb-wheel-node { animation: none; }
  #fx-wheel-decor { aspect-ratio: 1 / 1; }
}

/* ---------------------------------------------------------------- */
/* Content screen                                                    */
/* ---------------------------------------------------------------- */
#fx-play { animation: sbdg-core 3s ease-in-out infinite; }

/* ---------------------------------------------------------------- */
/* Statement                                                         */
/* ---------------------------------------------------------------- */
#fx-grid-floor {
  transform: perspective(520px) rotateX(64deg) !important;
  transform-origin: 50% 100%;
  animation: sbdg-grid 3.5s linear infinite;
  -webkit-mask-image: linear-gradient(to top, #000 10%, transparent 85%);
  mask-image: linear-gradient(to top, #000 10%, transparent 85%);
}
#fx-beam-1 { animation: sbdg-beam 7s ease-in-out infinite; }
#fx-beam-2 { animation: sbdg-beam 9s ease-in-out -3s infinite; }
#fx-beam-3 { animation: sbdg-beam 8s ease-in-out -5s infinite; }
#fx-statement-brand { transition: letter-spacing .2s linear; }

/* ---------------------------------------------------------------- */
/* Contact form                                                      */
/* ---------------------------------------------------------------- */
.sbdg-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; width: 100%; }
.sbdg-field { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.sbdg-field--full { grid-column: 1 / -1; }
.sbdg-field label { font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: rgba(245,242,234,.7); }
.sbdg-field input, .sbdg-field textarea {
  width: 100%; box-sizing: border-box;
  font-family: "Sora", system-ui, sans-serif; font-size: 16px; font-weight: 300; color: #f5f2ea;
  background: rgba(4,5,10,.55); border: 1px solid rgba(255,255,255,.14); border-radius: 14px;
  padding: 14px 16px; transition: border-color .3s, box-shadow .3s, background-color .3s;
}
.sbdg-field textarea { min-height: 150px; resize: vertical; }
.sbdg-field input::placeholder, .sbdg-field textarea::placeholder { color: rgba(245,242,234,.35); }
.sbdg-field input:hover, .sbdg-field textarea:hover { border-color: rgba(226,184,102,.45); }
.sbdg-field input:focus, .sbdg-field textarea:focus { outline: none; border-color: var(--sbdg-cyan); box-shadow: 0 0 0 4px rgba(79,227,255,.12); background: rgba(4,5,10,.8); }
.sbdg-field[data-invalid] input, .sbdg-field[data-invalid] textarea { border-color: #ff7b7b; }
.sbdg-field .sbdg-err { font-size: 12px; color: #ff9b9b; min-height: 0; }
.sbdg-trap { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.sbdg-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 6px; }
.sbdg-submit {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer;
  padding: 17px 30px; border: 0; border-radius: 999px;
  background: linear-gradient(120deg, #f6dea6 0%, #e2b866 45%, #c9953f 100%);
  color: #0b0906; font-family: "Sora", system-ui, sans-serif; font-size: 15px; font-weight: 600;
  box-shadow: 0 10px 40px -10px rgba(226,184,102,.6);
  transition: transform .35s var(--sbdg-ease), box-shadow .35s;
}
.sbdg-submit:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 18px 50px -10px rgba(226,184,102,.85); }
.sbdg-submit[disabled] { opacity: .6; cursor: progress; transform: none; }
.sbdg-alt { font-family: "JetBrains Mono", monospace; font-size: 12px; color: rgba(245,242,234,.6); }
.sbdg-alt a { color: var(--sbdg-gold-light); text-decoration: underline; text-underline-offset: 3px; }
.sbdg-status { grid-column: 1 / -1; font-size: 14px; line-height: 1.6; border-radius: 14px; padding: 0; }
.sbdg-status:not(:empty) { padding: 14px 16px; }
.sbdg-status[data-state="ok"] { background: rgba(79,227,255,.08); border: 1px solid rgba(79,227,255,.4); color: #bff5ff; }
.sbdg-status[data-state="error"] { background: rgba(255,107,107,.08); border: 1px solid rgba(255,107,107,.4); color: #ffc9c9; }
.sbdg-status a { color: inherit; text-decoration: underline; }
html.sbdg-form-ready #fx-form-fallback { display: none !important; }
@media (max-width: 767px) { .sbdg-form { grid-template-columns: 1fr; } }

/* ---------------------------------------------------------------- */
/* Custom cursor (desktop only)                                      */
/* ---------------------------------------------------------------- */
.sbdg-cursor, .sbdg-cursor-ring { position: fixed; left: 0; top: 0; pointer-events: none; z-index: 300; border-radius: 50%; opacity: 0; transition: opacity .3s; }
.sbdg-cursor { width: 6px; height: 6px; margin: -3px 0 0 -3px; background: var(--sbdg-gold-light); box-shadow: 0 0 12px var(--sbdg-gold); }
.sbdg-cursor-ring { width: 38px; height: 38px; margin: -19px 0 0 -19px; border: 1px solid rgba(226,184,102,.55); transition: opacity .3s, width .35s var(--sbdg-ease), height .35s var(--sbdg-ease), margin .35s var(--sbdg-ease), border-color .35s, background-color .35s; }
.sbdg-cursor-ring.is-hover { width: 64px; height: 64px; margin: -32px 0 0 -32px; border-color: var(--sbdg-cyan); background-color: rgba(79,227,255,.06); }
html.sbdg-has-cursor .sbdg-cursor, html.sbdg-has-cursor .sbdg-cursor-ring { opacity: 1; }
.sbdg-glow { position: fixed; left: 0; top: 0; width: 520px; height: 520px; margin: -260px 0 0 -260px; border-radius: 50%; pointer-events: none; z-index: 0;
  background: radial-gradient(circle, rgba(79,227,255,.07), rgba(226,184,102,.04) 40%, transparent 70%); }

/* ---------------------------------------------------------------- */
/* Reduced motion                                                    */
/* ---------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body.sbdg-on [id^="fx-"], body.sbdg-on [id^="fx-"] *, body.sbdg-on [id^="fx-"]::before, body.sbdg-on [id^="fx-"]::after,
  body.sbdg-on .sb-eco-node, body.sbdg-on .sb-wheel-node, .sbdg-lines line {
    animation: none !important; transition-duration: .01ms !important;
  }
  .sbdg-cursor, .sbdg-cursor-ring, .sbdg-glow { display: none !important; }
  #fx-timeline-fill { transform: none !important; }
}

/* ---------------------------------------------------------------- */
/* Layout fixes: Elementor containers default to full width; these  */
/* elements should hug their content.                                */
/* ---------------------------------------------------------------- */
#fx-hero-badge, #fx-pipeline, #fx-hero-ctas { width: fit-content !important; max-width: 100%; }
#fx-float-1, #fx-float-2, #fx-float-3, #fx-tilt-about [class*="e-flexbox"] { width: max-content !important; }
#fx-nav > * { flex: 0 0 auto; width: auto !important; }
#fx-nav-links { flex: 0 1 auto; }
@media (max-width: 1280px) { #fx-nav-links { gap: 14px !important; } #fx-nav-links a, #fx-nav-links span { font-size: 13px !important; } }

/* ---------------------------------------------------------------- */
/* Photography motion                                                */
/* ---------------------------------------------------------------- */
@keyframes sbdg-kenburns { 0%, 100% { scale: 1.02; translate: 0 0; } 50% { scale: 1.1; translate: -2% -1%; } }
#fx-profile-frame img, #fx-screen-photo, #fx-screen-photo img { animation: sbdg-kenburns 18s ease-in-out infinite; }
#fx-float-about { animation: sbdg-float 7s ease-in-out -1s infinite; }
#fx-tilt-about:hover #fx-float-about { animation-play-state: paused; }
#fx-bento-photo, #fx-bento-photo img {
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 55%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 55%);
  transition: scale .8s var(--sbdg-ease);
}
.sb-card:hover #fx-bento-photo { scale: 1.05; }
#fx-contact-avatar::after {
  content: ""; position: absolute; inset: -6px; border-radius: 50%;
  border: 1px dashed rgba(79,227,255,.6); animation: sbdg-spin 12s linear infinite; pointer-events: none;
}
#fx-contact-avatar { overflow: visible !important; }
#fx-contact-avatar img { border-radius: 50%; }
@media (max-width: 767px) {
  #fx-bento-photo, #fx-bento-photo img { -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 100%); mask-image: linear-gradient(180deg, #000 0%, transparent 100%); }
}

/* Growth engine palette: dark glass plates, gold numerals, gold active state */
#fx-engine-menu .sb-engine-step { background-color: rgba(10,13,22,.78) !important; color: #f5f2ea !important; }
#fx-engine-menu .sb-engine-label strong { color: var(--sbdg-gold); font-family: "JetBrains Mono", monospace; font-weight: 500; font-size: .85em; letter-spacing: .08em; }
#fx-engine-menu .sb-engine-step:hover .sb-engine-label { color: var(--sbdg-gold-light); }
#fx-engine-menu .sb-engine-step.e--selected { background-color: rgba(28,22,10,.92) !important; }
#fx-engine-menu .sb-engine-step.e--selected .sb-engine-label { color: #fff; }
#fx-engine-menu .sb-engine-step.e--selected .sb-engine-label strong { color: var(--sbdg-cyan); }
