/* Mobile skeleton for small viewports - safe, non-destructive.
   Loaded conditionally via media="(max-width:767px)". */

:root {
  --gap: 1rem;
  --base-font: 16px;
  --max-content-width: 100%;
}

html, body {
  font-size: var(--base-font);
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
}

*, *::before, *::after { box-sizing: border-box; }

.container {
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: var(--max-content-width);
}

img, picture, video, .full-width-image, .img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}

.header .center-nav { display: none !important; }
#mobile-nav { display: block !important; }
#hamburger { display: block !important; }

header .logo { margin-left: 0.5rem; }

h1 { font-size: 1.5rem; line-height: 1.15; margin: 0.5rem 0; }
h2 { font-size: 1.125rem; margin: 0.4rem 0; }
p { font-size: 0.95rem; line-height: 1.4; }

.shiny-cta {
  display: inline-flex;
  align-items: center;
  padding: .6rem 1rem;
  border-radius: 9999px;
  font-size: 1rem;
  text-decoration: none;
}

/* Hide some heavy decorative slices on small screens - non-destructive */
.mstop-slice, .msbottom-slice, .mscanvas { display: none !important; }

.FrontTextcard { transform: none; opacity: 1; position: relative; width: 100%; }

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; animation-iteration-count: 1 !important; }
}
