/* SMG V31.7 HOME VISUAL GOLD MASTER — final homepage visual restore + strict containment */
:root{
  --smg-v317-black:#050505;
  --smg-v317-black-2:#090909;
  --smg-v317-gold:#d4af37;
  --smg-v317-gold-soft:#fff1b7;
  --smg-v317-gold-dark:#9f7a23;
  --smg-v317-line:rgba(212,175,55,.36);
  --smg-v317-line-strong:rgba(255,238,176,.62);
  --smg-v317-text:#fff8e8;
  --smg-v317-muted:rgba(255,248,232,.76);
  --smg-v317-max:1180px;
  --smg-v317-pad:clamp(18px,3vw,34px);
  --smg-v317-radius:24px;
}
html,body{background:#050505!important;overflow-x:hidden!important;color:var(--smg-v317-text)!important;}
body{
  position:relative!important;
  isolation:isolate!important;
  background:
    radial-gradient(circle at 18% 10%,rgba(212,175,55,.10),transparent 30%),
    radial-gradient(circle at 82% 18%,rgba(255,241,183,.07),transparent 28%),
    radial-gradient(circle at 50% 86%,rgba(212,175,55,.055),transparent 32%),
    linear-gradient(180deg,#050505 0%,#080808 48%,#050505 100%)!important;
}
/* One clean SMG/Monaco underlay on every page. Black / gold / white only. */
body::before{
  content:"SHEVCHENKO\A MOBILITY\A GROUP"!important;
  white-space:pre!important;
  position:fixed!important;
  inset:0!important;
  z-index:0!important;
  pointer-events:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-weight:900!important;
  font-size:clamp(52px,9vw,148px)!important;
  line-height:.88!important;
  letter-spacing:.055em!important;
  color:rgba(255,241,183,.062)!important;
  -webkit-text-stroke:1px rgba(212,175,55,.105)!important;
  text-shadow:0 0 72px rgba(212,175,55,.10)!important;
  opacity:1!important;
  transform:none!important;
}
body::after{
  content:""!important;
  position:fixed!important;
  inset:0!important;
  z-index:0!important;
  pointer-events:none!important;
  background:
    linear-gradient(rgba(255,241,183,.032) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,241,183,.024) 1px,transparent 1px)!important;
  background-size:86px 86px!important;
  opacity:.40!important;
  mask-image:radial-gradient(circle at center,black 0%,black 55%,transparent 86%)!important;
  -webkit-mask-image:radial-gradient(circle at center,black 0%,black 55%,transparent 86%)!important;
}
body>header,body>main,body>footer,header,main,footer,.site-header,.smg-guardian-header{position:relative!important;z-index:2!important;}
.wrap,.container,.smg-container,main>section>.wrap,section>.wrap,footer>.wrap{
  width:100%!important;max-width:var(--smg-v317-max)!important;margin-left:auto!important;margin-right:auto!important;padding-left:var(--smg-v317-pad)!important;padding-right:var(--smg-v317-pad)!important;
}
/* No block, photo or text is allowed outside its golden line. */
.card,.panel,.step,article,.smg-card,.smg-v31-system-cell,.smg-v316-module-strip a,.smg-home-exec-card,.media,.photo,.image,.portrait,figure{
  max-width:100%!important;min-width:0!important;overflow:hidden!important;box-sizing:border-box!important;
}
img,picture,video,canvas,svg{max-width:100%!important;height:auto!important;box-sizing:border-box!important;}
img{display:block!important;object-fit:cover!important;}
.media img,.photo img,.image img,.portrait img,figure img,.smg-home-exec-card img,.founderLivePhoto img{
  width:100%!important;max-width:100%!important;object-fit:cover!important;object-position:center!important;border-radius:inherit!important;
}
/* Homepage leadership photo cards */
.smg-home-exec-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:clamp(16px,2vw,24px)!important;
  align-items:stretch!important;
  width:100%!important;
  max-width:100%!important;
}
.smg-home-exec-card{
  display:grid!important;
  grid-template-columns:minmax(130px,.44fr) minmax(0,.56fr)!important;
  gap:clamp(14px,1.8vw,22px)!important;
  align-items:stretch!important;
  min-height:220px!important;
  padding:clamp(14px,1.8vw,20px)!important;
  border:1px solid var(--smg-v317-line)!important;
  border-radius:var(--smg-v317-radius)!important;
  background:linear-gradient(145deg,rgba(14,14,14,.94),rgba(5,5,5,.96))!important;
  box-shadow:0 22px 56px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.045)!important;
  text-decoration:none!important;
  color:var(--smg-v317-text)!important;
}
.smg-home-exec-photo{border-radius:20px!important;overflow:hidden!important;border:1px solid rgba(212,175,55,.24)!important;background:#070707!important;min-height:190px!important;}
.smg-home-exec-photo img{height:100%!important;min-height:190px!important;max-height:260px!important;}
.smg-home-exec-body{display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;}
.smg-home-exec-body .tag{width:max-content!important;max-width:100%!important;margin-bottom:10px!important;}
.smg-home-exec-body h3{margin:0 0 10px!important;line-height:1.08!important;}
.smg-home-exec-body p{margin:0!important;color:var(--smg-v317-muted)!important;line-height:1.55!important;}
.smg-home-exec-actions{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin-top:14px!important;}
.smg-home-exec-actions span{display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid var(--smg-v317-line)!important;border-radius:999px!important;padding:8px 11px!important;color:var(--smg-v317-gold-soft)!important;font-size:12px!important;line-height:1!important;}
/* API / AI / CRM / ADMIN strip fixed inside the page line */
.smg-v316-module-strip,.smg-v31-system-cube-wrap{width:100%!important;max-width:var(--smg-v317-max)!important;margin-left:auto!important;margin-right:auto!important;padding-left:var(--smg-v317-pad)!important;padding-right:var(--smg-v317-pad)!important;overflow:hidden!important;}
.smg-v316-module-strip-inner,.smg-v31-system-cube{width:100%!important;max-width:100%!important;overflow:hidden!important;box-sizing:border-box!important;}
.smg-v316-module-strip a,.smg-v31-system-cell{min-width:0!important;max-width:100%!important;overflow:hidden!important;}
.smg-v316-module-strip strong,.smg-v316-module-strip span,.smg-v31-system-cell strong,.smg-v31-system-cell small{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;}
/* Typography containment */
h1,h2,h3,h4,.h1,.h2,.h3,.title{max-width:100%!important;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important;}
p,li,span,small,a,b,strong,button,label{min-width:0!important;max-width:100%!important;word-break:normal!important;overflow-wrap:break-word!important;hyphens:none!important;}
/* Remove brown cast from old layers. */
*[style*="brown"],*[style*="#8b6b22"],*[style*="#80611d"]{filter:saturate(.85) brightness(1.03)!important;}
@media(max-width:980px){.smg-home-exec-grid{grid-template-columns:1fr!important}.smg-home-exec-card{grid-template-columns:minmax(0,220px) minmax(0,1fr)!important}.smg-home-exec-photo img{max-height:240px!important}}
@media(max-width:640px){.smg-home-exec-card{grid-template-columns:1fr!important}.smg-home-exec-photo{min-height:240px!important}.smg-home-exec-photo img{height:240px!important}.smg-v316-module-strip-inner,.smg-v31-system-cube{grid-template-columns:repeat(2,minmax(0,1fr))!important}body::before{font-size:clamp(42px,12vw,82px)!important;opacity:.82!important}}
