/* Social Media Agency Dubai — Moonbox-matched visual system */

.smo-page {
  --smo-ink: #0b0b0a;
  --smo-ink-2: #141412;
  --smo-paper: #f4f0e7;
  --smo-paper-2: #ece7de;
  --smo-black: #0a0a0a;
  --smo-accent: #d20000;
  --smo-mute: rgba(255, 255, 255, 0.55);
  --smo-mute-dark: #555;
  --smo-line: rgba(255, 255, 255, 0.08);
  --smo-line-dark: rgba(0, 0, 0, 0.08);
  --smo-radius: 6px;
  --smo-display: inherit;
  overflow-x: hidden;
  color: #f4f4f4;
  background: var(--smo-black);
}

.smo-page h1,
.smo-page h2,
.smo-page h3,
.smo-page p,
.smo-page li {
  overflow-wrap: break-word;
}

.smo-wrap {
  width: min(1320px, calc(100% - clamp(32px, 6vw, 96px)));
  margin: 0 auto;
}

.smo-page h1,
.smo-page h2 {
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.smo-page h3 {
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}

.smo-eye {
  display: block;
  margin: 0 0 16px;
  color: rgba(0, 0, 0, 0.55);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.smo-eye--light {
  color: rgba(255, 255, 255, 0.5);
}

.smo-head {
  max-width: min(1180px, 100%);
  margin: 0 0 clamp(50px, 7vw, 90px);
}

.smo-head h2,
.smo-proof__copy h2,
.smo-manifesto h2,
.smo-urgency h2,
.smo-contact__copy h2 {
  margin: 0 0 18px;
  font-size: clamp(42px, 6.4vw, 92px);
  color: var(--smo-ink);
}

.smo-head--light h2,
.smo-proof__copy h2,
.smo-manifesto h2,
.smo-urgency h2,
.smo-contact__copy h2,
.smo-coverage .smo-head h2,
.smo-work .smo-head h2 {
  color: #fff;
}

.smo-head p,
.smo-proof__copy p,
.smo-manifesto p,
.smo-urgency p,
.smo-contact__copy p {
  max-width: 62ch;
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--smo-mute-dark);
}

.smo-proof__copy p,
.smo-manifesto p,
.smo-urgency p,
.smo-contact__copy p,
.smo-coverage .smo-head p {
  color: var(--smo-mute);
}

.smo-line {
  display: block;
}

.smo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 16px 26px;
  border-radius: var(--smo-radius);
  border: 1px solid transparent;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease,
    color 0.25s ease;
}

.smo-btn svg {
  transition: transform 0.2s ease;
}

.smo-btn:hover svg {
  transform: translateX(4px);
}

.smo-btn--primary {
  color: #fff;
  background: var(--smo-accent);
}

.smo-btn--primary:hover {
  color: #fff;
  background: #b40000;
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(210, 0, 0, 0.28);
}

.smo-btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  background: transparent;
}

.smo-btn--ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.smo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.smo-center {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

/* Reveal — matches Moonbox .reveal timing */
.smo-ready.smo-booted .smo-reveal:not(.is-in) {
  opacity: 0;
  transform: translate3d(0, 42px, 0);
  filter: blur(3px);
}

.smo-reveal {
  transition: opacity 1.05s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.05s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1.05s cubic-bezier(0.16, 1, 0.3, 1);
}

.smo-reveal.is-in {
  opacity: 1;
  transform: none;
  filter: none;
}

.smo-d1 {
  transition-delay: 0.08s;
}

.smo-d2 {
  transition-delay: 0.16s;
}

.smo-d3 {
  transition-delay: 0.24s;
}

.smo-d4 {
  transition-delay: 0.32s;
}

.smo-ready.smo-booted .smo-reveal-l:not(.is-in) {
  transform: translate3d(-44px, 0, 0);
}

.smo-ready.smo-booted .smo-reveal-r:not(.is-in) {
  transform: translate3d(44px, 0, 0);
}

/* Hero */
.smo-hero {
  position: relative;
  min-height: min(100vh, 900px);
  display: flex;
  align-items: center;
  padding: 170px 0 96px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: var(--smo-black);
}

.smo-mesh,
.smo-stars,
.smo-bigword {
  position: absolute;
  pointer-events: none;
}

.smo-mesh {
  inset: 0;
  z-index: 0;
}

.smo-blob {
  position: absolute;
  width: 55%;
  height: 55%;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.55;
  animation: smo-meshA 18s ease-in-out infinite alternate;
}

.smo-blob--1 {
  top: -10%;
  left: -8%;
  background: radial-gradient(circle, rgba(210, 0, 0, 0.55), transparent 62%);
}

.smo-blob--2 {
  right: -12%;
  top: 8%;
  background: radial-gradient(circle, rgba(120, 0, 40, 0.5), transparent 64%);
  animation-name: smo-meshB;
}

.smo-blob--3 {
  left: 20%;
  bottom: -18%;
  background: radial-gradient(circle, rgba(80, 0, 20, 0.45), transparent 60%);
  animation-name: smo-meshC;
}

.smo-blob--4 {
  right: 18%;
  bottom: 10%;
  width: 32%;
  height: 32%;
  background: radial-gradient(circle, rgba(210, 0, 0, 0.28), transparent 70%);
  animation-name: smo-meshD;
}

.smo-hero .smo-grain,
.smo-grain-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.45 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.11'/></svg>");
}

.smo-grain-bg {
  position: relative;
}

.smo-stars {
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.smo-star {
  position: absolute;
  top: 8%;
  left: -20%;
  width: 140px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  opacity: 0;
  animation: smo-shoot 7s linear infinite;
}

.smo-star--2 {
  top: 28%;
  animation-delay: 2.4s;
}

.smo-star--3 {
  top: 52%;
  animation-delay: 4.8s;
}

.smo-bigword {
  left: 0;
  right: 0;
  top: 18%;
  z-index: 1;
  overflow: hidden;
  opacity: 0.22;
}

.smo-bigword__track {
  display: flex;
  width: max-content;
  animation: smo-bigword 22s linear infinite;
}

.smo-bigword span {
  padding: 0 40px;
  color: transparent;
  font-size: clamp(120px, 18vw, 240px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.8;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.35);
}

.smo-stage {
  position: relative;
  z-index: 2;
  width: min(540px, 42vw);
  height: min(540px, 42vw);
  margin-left: auto;
}

.smo-astro-wrap {
  position: absolute;
  inset: -18%;
  z-index: 3;
  animation: smo-astroIntro 1.4s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.smo-astro {
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: smo-astroFloat 9s ease-in-out infinite;
}

.smo-cube {
  --size: min(272px, 50vw);
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--size);
  height: var(--size);
  margin: calc(var(--size) / -2) 0 0 calc(var(--size) / -2);
  perspective: 1600px;
  z-index: 1;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.45));
}

.smo-cube__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: smo-cubeSpin 22s linear infinite;
}

.smo-face {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, transparent 34%, rgba(18, 18, 18, 0.96) 35%),
    linear-gradient(160deg, #2a2a2a, #0d0d0d);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.smo-face--front {
  transform: rotateY(0deg) translateZ(calc(var(--size) / 2));
}

.smo-face--back {
  transform: rotateY(180deg) translateZ(calc(var(--size) / 2));
}

.smo-face--right {
  transform: rotateY(90deg) translateZ(calc(var(--size) / 2));
}

.smo-face--left {
  transform: rotateY(-90deg) translateZ(calc(var(--size) / 2));
}

.smo-face--top {
  transform: rotateX(90deg) translateZ(calc(var(--size) / 2));
}

.smo-face--bottom {
  transform: rotateX(-90deg) translateZ(calc(var(--size) / 2));
}

.smo-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotateX(68deg);
  animation: smo-spinA 16s linear infinite;
}

.smo-ring--1 {
  width: 92%;
  height: 92%;
}

.smo-ring--2 {
  width: 72%;
  height: 72%;
  animation-name: smo-spinB;
  animation-duration: 22s;
}

.smo-ring--3 {
  width: 118%;
  height: 118%;
  opacity: 0.45;
  animation-name: smo-spinC;
}

.smo-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--smo-accent);
  box-shadow: 0 0 18px var(--smo-accent);
  animation: smo-hxPulse 3.2s ease-in-out infinite;
}

.smo-dot--1 {
  top: 12%;
  right: 22%;
}

.smo-dot--2 {
  bottom: 18%;
  left: 16%;
  animation-delay: 0.8s;
}

.smo-dot--3 {
  top: 40%;
  left: 8%;
  animation-delay: 1.6s;
}

.smo-orbit {
  position: absolute;
  inset: -8%;
  stroke: rgba(255, 255, 255, 0.22);
  stroke-width: 1;
  animation: smo-orbitTrace 10s linear infinite;
}

.smo-hero__content {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(32px, 6vw, 96px);
  width: 100%;
}

.smo-hero>.container.smo-hero__content {
  padding-right: 15px;
  padding-left: 15px;
}

.smo-hero__pitch {}

.smo-hero h1 {
  margin: 0 0 18px;
  font-size: 55px !important;
  color: #fff;
  line-height: 55px;
}

.smo-accent {
  display: inline;
  color: var(--smo-accent);
}

.smo-lede {
  margin: 0 0 28px;
  max-width: 62ch;
  font-size: 18px;
  line-height: 1.65;
  color: var(--smo-mute);
}

.smo-hero .smo-actions {
  justify-content: flex-start;
}

.smo-scroll {
  position: absolute;
  right: clamp(20px, 4vw, 48px);
  bottom: 36px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.smo-scroll i {
  width: 1px;
  height: 42px;
  background: linear-gradient(#fff, transparent);
  animation: smo-scrollPulse 1.6s ease-in-out infinite;
  transform-origin: top;
}



/* Paper / dark bands */
.smo-paper {
  color: var(--smo-ink);
  background: var(--smo-paper);
  padding: clamp(64px, 8vw, 120px) 0;
}

.smo-proof,
.smo-coverage,
.smo-work,
.smo-urgency,
.smo-contact,
.smo-manifesto {
  position: relative;
  padding: clamp(72px, 9vw, 140px) 0;
  background: var(--smo-black);
}

.smo-manifesto {
  min-height: 70vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.smo-manifesto__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  gap: clamp(40px, 8vw, 128px);
  align-items: center;
}

.smo-manifesto__copy {
  min-width: 0;
}

.smo-manifesto__visual {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: clamp(300px, 32vw, 470px);
}

.smo-manifesto__visual img {
  display: block;
  width: min(100%, 470px);
  height: auto;
  max-height: 470px;
  object-fit: contain;
  filter: drop-shadow(0 28px 56px rgba(0, 0, 0, 0.5));
  transform: scale(0.78);
  transition: transform 1.15s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.smo-manifesto__visual.is-active img {
  transform: scale(1);
}

/* Odometer */
.smo-odo {
  display: inline-flex;
  height: 0.92em;
  overflow: hidden;
  color: var(--smo-accent);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1;
}

.smo-odo__digit {
  display: inline-block;
  height: 1em;
  overflow: hidden;
}

.smo-odo__strip {
  display: flex;
  flex-direction: column;
  transform: translateY(0);
}

.smo-reveal.is-in .smo-odo__strip {
  transform: translateY(calc(var(--d) * -10%));
  transition: transform 1.15s cubic-bezier(0.16, 1, 0.3, 1);
}

.smo-capx-row .smo-odo,
.smo-faq-list .smo-odo {
  font-size: clamp(36px, 4vw, 56px);
}

.smo-why article .smo-odo,
.smo-pkg .smo-odo,
.smo-process-grid .smo-odo,
.smo-ind .smo-odo {
  font-size: 32px;
}

/* Capability rows */
.smo-capx-list {
  display: flex;
  flex-direction: column;
}

.smo-capx-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 40px;
  gap: 28px;
  align-items: center;
  padding: 48px 18px 48px 8px;
  border-top: 1px solid var(--smo-line-dark);
  color: inherit;
  text-decoration: none;
  transition: background 0.4s ease, padding 0.4s ease;
}

.smo-capx-row:last-child {
  border-bottom: 1px solid var(--smo-line-dark);
}

.smo-capx-row:hover {
  background: var(--smo-paper-2);
  padding-left: 22px;
}

.smo-capx-main h3 {
  margin: 0 0 10px;
  font-size: clamp(28px, 3.2vw, 44px);
  color: var(--smo-ink);
}

.smo-capx-main p {
  margin: 0 0 14px;
  max-width: 64ch;
  color: var(--smo-mute-dark);
  line-height: 1.65;
}

.smo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.smo-tags span {
  padding: 5px 10px;
  border: 1px solid var(--smo-line-dark);
  border-radius: 999px;
  font-size: 12px;
}

.smo-capx-arrow {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--smo-line-dark);
  border-radius: 50%;
  transition: transform 0.25s ease, background 0.25s ease;
}

.smo-capx-row:hover .smo-capx-arrow {
  background: var(--smo-ink);
  color: #fff;
  transform: translateX(6px);
}

/* Proof / devices */
.smo-proof__grid,
.smo-contact__grid,
.smo-urgency__grid,
.smo-faq__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 64px;
  align-items: center;
}

.smo-proof__copy ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.smo-proof__copy li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.78);
}

.smo-proof__copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--smo-accent);
}

.smo-proof__visual {
  position: relative;
  min-height: 520px;
}

.smo-tile {
  position: absolute;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  object-fit: cover;
  animation: smo-vpFloat 5.5s ease-in-out infinite alternate;
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.6s;
  filter: grayscale(0.2) contrast(1.06) saturate(0.9);
}

.smo-tile:hover {
  transform: scale(1.04);
  filter: none;
}

.smo-tile--a {
  left: 6%;
  top: 0;
  width: 210px;
  z-index: 2;
}

.smo-tile--b {
  right: 0;
  top: 80px;
  width: 250px;
  z-index: 3;
  animation-delay: -1.6s;
}

.smo-tile--c {
  left: 18%;
  bottom: 10px;
  width: 220px;
  z-index: 1;
}

.smo-tile--d {
  right: 8%;
  bottom: 0;
  width: 150px;
  mix-blend-mode: screen;
  box-shadow: none;
}

/* Packages */
.smo-pkg-grid,
.smo-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.smo-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 42px;
}

.smo-pkg,
.smo-process-grid article,
.smo-why-grid article,
.smo-plat-grid article {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px 24px 32px;
  border: 1px solid var(--smo-line-dark);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.35);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.smo-pkg:hover,
.smo-process-grid article:hover,
.smo-why-grid article:hover,
.smo-plat-grid article:hover,
.smo-ind:hover {
  transform: translateY(-8px);
  border-color: rgba(210, 0, 0, 0.45);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.smo-pkg.is-featured {
  color: #fff;
  background: var(--smo-ink);
  border-color: var(--smo-accent);
  transform: translateY(-12px);
}

.smo-pkg.is-featured p,
.smo-pkg.is-featured .smo-pkg__kicker {
  color: rgba(255, 255, 255, 0.72);
}

.smo-pkg h3,
.smo-process-grid h3,
.smo-why-grid h3,
.smo-ind h3,
.smo-plat-grid h3 {
  margin: 10px 0 12px;
  font-size: clamp(26px, 2.4vw, 36px);
}

.smo-pkg p,
.smo-process-grid p,
.smo-why-grid p,
.smo-ind p,
.smo-plat-grid p {
  margin: 0 0 22px;
  color: var(--smo-mute-dark);
  line-height: 1.65;
}

.smo-pkg .smo-btn,
.smo-pkg.is-featured .smo-btn {
  margin-top: auto;
}

.smo-pkg__kicker {
  margin: 8px 0 0 !important;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Retainer models */
.smo-packages .smo-pkg-grid {
  gap: 16px;
}

.smo-packages .smo-pkg {
  min-height: 0;
  padding: 26px 0 0;
  border: 0;
  border-top: 1px solid rgba(11, 11, 10, 0.18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.smo-packages .smo-pkg:hover {
  border-color: rgba(11, 11, 10, 0.38);
  box-shadow: none;
  transform: none;
}

.smo-pkg__visual {
  display: flex;
  align-items: center;
  height: 116px;
  margin-bottom: 14px;
}

.smo-pkg__visual img {
  display: block;
  width: 132px;
  height: 132px;
  object-fit: contain;
  transform: translate3d(0, 8px, 0);
  transition: transform 560ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.smo-pkg:hover .smo-pkg__visual img {
  transform: translate3d(0, -12px, 0);
}

.smo-packages .smo-pkg h3 {
  margin: 0 0 10px;
  color: var(--smo-ink);
  font-size: clamp(21px, 1.7vw, 27px);
  letter-spacing: -0.055em;
  line-height: 1;
}

.smo-packages .smo-pkg p {
  max-width: 36ch;
  margin: 0;
  color: #3f3d38;
  font-size: 13px;
  line-height: 1.5;
}

/* Marquee */
.smo-marquee {
  overflow: hidden;
  border-top: 1px solid var(--smo-line);
  border-bottom: 1px solid var(--smo-line);
  background: #060606;
}

.smo-marquee__track {
  display: flex;
  gap: 56px;
  width: max-content;
  padding: 28px 0;
  animation: smo-marquee 22s linear infinite;
}

.smo-marquee span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 18px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Why / platforms / stats */
.smo-why-grid,
.smo-plat-grid,
.smo-statline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.smo-plat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.smo-plat-grid article {
  color: #fff;
  background: rgba(255, 255, 255, 0.03);
  border-color: var(--smo-line);
}

.smo-plat-grid h3 {
  color: #fff;
}

.smo-plat-grid p {
  color: var(--smo-mute);
}

.smo-statline {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

.smo-statline article {
  padding: 28px 18px;
  border-top: 1px solid var(--smo-line);
}

.smo-statline strong {
  display: block;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.9;
  color: white;
}

.smo-statline span {
  color: white;
}

/* Why RedSpider */
.smo-why .smo-head {

  margin-bottom: clamp(36px, 5vw, 64px);
}

.smo-why .smo-head h2 {

  font-size: clamp(42px, 4.8vw, 68px);
}

.smo-why-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(20px, 3vw, 40px);
}

.smo-why .smo-why-grid article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 0;
  padding: 22px 6px;
  border: 0;
  border-top: 1px solid rgba(11, 11, 10, 0.18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.smo-why .smo-why-grid article:hover {
  border-color: rgba(11, 11, 10, 0.38);
  box-shadow: none;
  transform: none;
}

.smo-why__visual {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  overflow: visible;
}

.smo-why__visual img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  transform: rotate(-8deg) scale(0.94);
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1), filter 520ms ease;
  will-change: transform;
}

.smo-why .smo-why-grid article:nth-child(even) .smo-why__visual img {
  transform: rotate(10deg) scale(0.94);
}

.smo-why .smo-why-grid article:hover .smo-why__visual img {
  filter: saturate(1.2) contrast(1.05);
  transform: translate3d(5px, -6px, 0) rotate(8deg) scale(1.1);
}

.smo-why .smo-why-grid article:nth-child(even):hover .smo-why__visual img {
  transform: translate3d(5px, -6px, 0) rotate(-8deg) scale(1.1);
}

.smo-why__body {
  min-width: 0;
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.smo-why .smo-why-grid article:hover .smo-why__body {
  transform: translateX(6px);
}

.smo-why .smo-why-grid h3 {
  margin: 0 0 5px;
  color: var(--smo-ink);
  font-size: clamp(20px, 1.8vw, 26px);
  letter-spacing: -0.045em;
  line-height: 1;
}

.smo-why .smo-why-grid p {
  margin: 0;
  color: #3f3d38;
  font-size: 12px;
  line-height: 1.45;
}


/* Strategies That Spark the Conversations */
.smo-conversations {
  position: relative;
  isolation: isolate;
}

.smo-conversations__head {

  margin: 0 auto clamp(56px, 7vw, 96px);
  text-align: center;
}

.smo-conversations__head h2 {
  margin: 0 auto 20px;
  color: var(--smo-ink);
  font-size: clamp(42px, 4.7vw, 64px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.smo-conversations__head p {
  max-width: 80ch;
  margin: 0 auto 24px;
  color: #555149;
  font-size: 13px;
  line-height: 1.65;
}

.smo-conversations__cta {
  min-height: 40px;
  padding: 9px 16px;
  border-color: rgba(11, 11, 10, 0.82);
  background: rgba(255, 255, 255, 0.24);
  color: var(--smo-ink);
  font-size: 12px;
}

.smo-conversations__cta:hover {
  background: var(--smo-ink);
  color: #fff;
}

/* Layout: sticky left visual + stacked right cards */
.smo-conversations__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(48px, 7vw, 120px);
  align-items: start;
}

/* Outer: sticky + reveal. No transform animation here. */
.smo-conversations__visual {
  position: sticky;
  top: clamp(96px, 14vh, 154px);
  align-self: start;
  min-height: clamp(420px, 52vw, 620px);
  display: grid;
  place-items: center;
}

/* Middle: neutral sizing box. No animation, no transition. */
.smo-conversations__visual-inner {
  display: grid;
  place-items: center;
  width: min(100%, 520px);
  aspect-ratio: 1 / 1;
}

/* Inner: ONLY rotation. No sticky, no reveal, no transition. */
.smo-conversations__visual-rotator {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  animation: smo-socialBlockRotate 32s linear infinite !important;
  will-change: transform;
  backface-visibility: hidden;
}

.smo-conversations__visual-rotator img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(11, 11, 10, 0.1));
  user-select: none;
  pointer-events: none;
}

/* Right cards column */
.smo-conversations__cards {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
  align-content: start;
}

.smo-conversations__cards article {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid rgba(11, 11, 10, 0.12);
  border-radius: 4px;
  background: #f7f5ef;
  box-shadow: none;
  transition:
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 420ms ease,
    background 420ms ease,
    box-shadow 420ms ease;
}

.smo-conversations__cards article:hover {
  border-color: rgba(210, 0, 0, 0.45);
  background: #fbfaf6;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
  transform: translate3d(0, -4px, 0);
}

.smo-conversations__cards h3 {
  margin: 0 0 12px;
  color: var(--smo-ink);
  font-size: clamp(23px, 1.7vw, 28px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.smo-conversations__cards p {
  max-width: 58ch;
  margin: 0;
  color: #514e48;
  font-size: 13px;
  line-height: 1.6;
}

/* Rotation keyframe — 360deg, linear, infinite */
@keyframes smo-socialBlockRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Tablet / small desktop: still sticky, still rotating */
@media (max-width: 1199px) {
  .smo-conversations__grid {
    gap: clamp(40px, 5vw, 80px);
  }

  .smo-conversations__visual {
    min-height: clamp(360px, 46vw, 520px);
  }

  .smo-conversations__visual-inner {
    width: min(100%, 440px);
  }
}

/* Mobile: stack, no sticky, rotation kept */
@media (max-width: 860px) {
  .smo-conversations__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .smo-conversations__visual {
    position: relative;
    top: auto;
    min-height: 0;
  }

  .smo-conversations__visual-inner {
    width: min(78vw, 360px);
    margin: 0 auto;
  }

  .smo-conversations__cards {
    grid-template-rows: none;
    grid-auto-rows: auto;
    gap: 16px;
  }

  .smo-conversations__cards article {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .smo-conversations__head {
    margin-bottom: 40px;
  }

  .smo-conversations__head h2 {
    font-size: clamp(32px, 9vw, 42px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .smo-conversations__visual-rotator {
    animation: none;
    transform: none;
  }

  .smo-conversations__cards article {
    transition: none;
  }
}

/* Timeline */
.smo-timeline {
  display: grid;
  grid-template-columns: repeat(7, minmax(160px, 1fr));
  gap: 14px;
  margin: 0;
  padding: 8px 0 0;
  overflow-x: auto;
  list-style: none;
  scrollbar-width: thin;
}

.smo-timeline li {
  min-width: 160px;
  padding: 18px;
  border-top: 1px solid var(--smo-line-dark);
}

.smo-timeline strong {
  display: block;
  color: var(--smo-accent);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.smo-timeline span {
  display: block;
  margin: 8px 0 6px;
  font-size: 18px;
  font-weight: 500;
}

.smo-timeline p {
  margin: 0;
  color: var(--smo-mute-dark);
  font-size: 13px;
  line-height: 1.5;
}

/* Work */
.smo-work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 180px;
  gap: 14px;
}

.smo-folio {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
}

.smo-folio--large {
  grid-column: span 2;
  grid-row: span 2;
}

.smo-folio img,
.smo-ind__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.6s;
  filter: grayscale(0.25) contrast(1.06) saturate(0.85);
}

.smo-folio:hover img,
.smo-ind:hover img {
  transform: scale(1.06);
  filter: none;
}

.smo-folio figcaption {
  position: absolute;
  left: 14px;
  bottom: 12px;
  color: #fff;
  font-size: 13px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* Industries */
.smo-ind-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.smo-ind {
  overflow: hidden;
  border: 1px solid var(--smo-line-dark);
  border-radius: 10px;
  background: #fff;
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.smo-ind__media {
  height: 190px;
  overflow: hidden;
}

.smo-ind__body {
  padding: 20px;
}

/* Urgency */
.smo-urg-card {
  padding: 32px;
  border: 1px solid var(--smo-line);
  border-radius: 10px;
  background: var(--smo-ink-2);
}

.smo-urg-card h3 {
  margin: 0 0 12px;
  font-size: 32px;
  color: #fff;
}

/* FAQ */
.smo-faq__layout {
  align-items: start;
}

.smo-faq-list {
  border-top: 1px solid var(--smo-line-dark);
}

.smo-faq-list article {
  border-bottom: 1px solid var(--smo-line-dark);
}

.smo-faq-list button {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 24px;
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 22px 0;
  border: 0;
  background: transparent;
  color: var(--smo-ink);
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  transition: color 0.25s ease;
}

.smo-faq-list button:hover,
.smo-faq-list article.is-open button {
  color: var(--smo-accent);
}

.smo-faq-list i {
  font-style: normal;
  font-size: 22px;
  line-height: 1;
}

.smo-faq-list div p {
  margin: 0 0 22px 84px;
  color: var(--smo-mute-dark);
  line-height: 1.7;
}

.smo-faq-list .smo-odo {
  font-size: 28px;
}

.smo-faq-list article {
  transition: opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.95s cubic-bezier(0.16, 1, 0.3, 1);
}

.smo-ready.smo-booted .smo-faq-list:not(.is-in) article {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
}

.smo-faq-list.is-in article {
  opacity: 1;
  transform: none;
}

.smo-faq-list.is-in article:nth-child(1) {
  transition-delay: 0.04s;
}

.smo-faq-list.is-in article:nth-child(2) {
  transition-delay: 0.1s;
}

.smo-faq-list.is-in article:nth-child(3) {
  transition-delay: 0.16s;
}

.smo-faq-list.is-in article:nth-child(4) {
  transition-delay: 0.22s;
}

.smo-faq-list.is-in article:nth-child(5) {
  transition-delay: 0.28s;
}

.smo-faq-list.is-in article:nth-child(6) {
  transition-delay: 0.34s;
}

.smo-faq-list.is-in article:nth-child(7) {
  transition-delay: 0.4s;
}

/* Form */
.smo-contact__card {
  padding: 28px;
  border-radius: 10px;
  background: #111;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.smo-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.smo-form-grid .rs-form-field--full {
  grid-column: 1 / -1;
}

.smo-input,
.smo-contact__card .smo-input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--smo-radius);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.smo-input--area {
  min-height: 120px;
  resize: vertical;
}

.smo-contact__card option {
  color: #111;
}

.smo-contact__card .rs-form-label,
.smo-contact__card .smo-terms,
.smo-fine {
  color: rgba(255, 255, 255, 0.72);
}

.smo-terms {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 12px 0 18px;
  font-size: 13px;
}

.smo-fine {
  margin-top: 22px !important;
  font-size: 13px !important;
}

/* Motion keyframes */
@keyframes smo-meshA {
  100% {
    transform: translate(8%, 6%) scale(1.1);
  }
}

@keyframes smo-meshB {
  100% {
    transform: translate(-6%, 10%) scale(1.15);
  }
}

@keyframes smo-meshC {
  100% {
    transform: translate(5%, -8%) scale(1.08);
  }
}

@keyframes smo-meshD {
  100% {
    transform: translate(-10%, -6%) scale(1.12);
  }
}

@keyframes smo-bigword {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-33.333%, 0, 0);
  }
}

@keyframes smo-astroIntro {
  0% {
    opacity: 0;
    transform: translate(-8%, -8%) scale(0.72) rotate(-10deg);
    filter: blur(8px);
  }

  40% {
    opacity: 0.85;
    filter: blur(2px);
  }

  100% {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

@keyframes smo-astroFloat {
  0% {
    transform: rotate(-3deg) scale(1);
  }

  20% {
    transform: translate(3%, -3%) rotate(1.5deg) scale(1.015);
  }

  40% {
    transform: translate(-2%, 3%) rotate(-1deg) scale(0.99);
  }

  60% {
    transform: translate(1%, -4%) rotate(3deg) scale(1.02);
  }

  80% {
    transform: translate(-1%, 2%) rotate(-2deg) scale(1.005);
  }

  100% {
    transform: rotate(-3deg) scale(1);
  }
}

@keyframes smo-cubeSpin {
  0% {
    transform: rotateX(-14deg) rotateY(0deg);
  }

  100% {
    transform: rotateX(-14deg) rotateY(360deg);
  }
}

@keyframes smo-spinA {
  100% {
    transform: translate(-50%, -50%) rotateX(72deg) rotateZ(360deg) scale(1.1);
  }
}

@keyframes smo-spinB {
  100% {
    transform: translate(-50%, -50%) rotateX(30deg) rotateY(40deg) rotateZ(360deg) scale(1.25);
  }
}

@keyframes smo-spinC {
  100% {
    transform: translate(-50%, -50%) rotateY(72deg) rotateZ(360deg) scale(1.4);
  }
}

@keyframes smo-hxPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.9;
  }

  50% {
    transform: scale(1.3);
    opacity: 1;
  }
}

@keyframes smo-shoot {
  0% {
    transform: translate3d(-20vw, -10vh, 0) rotate(18deg);
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  55% {
    opacity: 1;
  }

  100% {
    transform: translate3d(125vw, 35vh, 0) rotate(18deg);
    opacity: 0;
  }
}

@keyframes smo-scrollPulse {

  0%,
  100% {
    opacity: 0.3;
    transform: scaleY(0.6);
  }

  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes smo-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes smo-vpFloat {
  100% {
    translate: 0 -10px;
  }
}

@keyframes smo-orbitTrace {
  100% {
    stroke-dashoffset: -400;
  }
}

@keyframes smo-socialBlockRotate {
  to {
    transform: rotate(360deg);
  }
}

/* Responsive */
@media (max-width: 1199px) {

  .smo-pkg-grid,
  .smo-why-grid,
  .smo-plat-grid,
  .smo-ind-grid,
  .smo-statline,
  .smo-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .smo-proof__grid,
  .smo-contact__grid,
  .smo-urgency__grid,
  .smo-faq__layout {
    grid-template-columns: 1fr;
  }

  .smo-pkg.is-featured {
    transform: none;
  }

  .smo-hero {
    padding: 150px 0 80px;
  }
}

@media (max-width: 860px) {
  .smo-hero {
    min-height: auto;
    padding: 140px 0 64px;
  }

  .smo-hero__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .smo-stage {
    position: relative;
    width: min(480px, 84vw);
    height: min(480px, 84vw);
    margin: 16px auto 0;
  }

  .smo-bigword {
    top: 92px;
    opacity: 0.4;
  }

  .smo-manifesto__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .smo-manifesto__visual {
    min-height: 280px;
  }

  .smo-manifesto__visual img {
    width: min(100%, 380px);
    max-height: 380px;
  }

  .smo-conversations__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .smo-conversations__cards {
    grid-template-rows: none;
    grid-auto-rows: auto;
  }

  .smo-conversations__visual {
    position: relative;
    top: auto;
    min-height: 0;
  }

  .smo-conversations__visual-rotator {
    width: min(78vw, 340px);
  }

  .smo-cube {
    --size: min(248px, 58vw);
  }

  .smo-capx-row {
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 28px 0;
  }

  .smo-capx-arrow {
    display: none;
  }

  .smo-work-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 160px;
  }

  .smo-folio--large {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {

  .smo-pkg-grid,
  .smo-why-grid,
  .smo-plat-grid,
  .smo-ind-grid,
  .smo-statline,
  .smo-process-grid,
  .smo-form-grid,
  .smo-work-grid {
    grid-template-columns: 1fr;
  }

  .smo-folio--large,
  .smo-folio--grid,
  .smo-folio--video,
  .smo-folio--paid {
    grid-column: span 1;
    grid-row: span 1;
  }

  .smo-hero h1 {
    font-size: 42px;
  }

  .smo-proof__visual {
    min-height: 360px;
  }

  .smo-faq-list button {
    grid-template-columns: 48px minmax(0, 1fr) 20px;
    font-size: 16px;
  }

  .smo-faq-list div p {
    margin-left: 0;
  }

  .smo-scroll {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {

  .smo-blob,
  .smo-star,
  .smo-bigword__track,
  .smo-astro,
  .smo-astro-wrap,
  .smo-cube__inner,
  .smo-ring,
  .smo-dot,
  .smo-orbit,
  .smo-marquee__track,
  .smo-tile,
  .smo-scroll i {
    animation: none !important;
  }

  .smo-manifesto__visual img {
    transform: scale(1);
    transition: none;
  }

  .smo-why__visual img,
  .smo-why__body {
    transition: none;
  }

  .smo-why .smo-why-grid article:hover .smo-why__visual img,
  .smo-why .smo-why-grid article:nth-child(even):hover .smo-why__visual img,
  .smo-why .smo-why-grid article:hover .smo-why__body {
    transform: none;
  }

  .smo-conversations__visual-rotator {
    animation: none;
  }

  .smo-conversations__cards article {
    transition: none;
  }

  .smo-cube__inner {
    transform: rotateX(-14deg) rotateY(-18deg);
  }

  .smo-ready.smo-booted .smo-reveal:not(.is-in),
  .smo-reveal {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}


/* Manifesto visual: hover anywhere in section → smooth zoom-in */
.smo-manifesto .smo-manifesto__visual img {
  transform: scale(1);
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: transform;
}

.smo-manifesto:hover .smo-manifesto__visual img {
  transform: scale(1.15) !important;
}

/* 1) Kill the infinite float so transform is free for hover zoom */
.smo-proof .smo-tile {
  animation: none !important;
  transform: scale(1);
  transition: transform 1200ms cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: transform;
  transform-origin: center center;
}

/* 2) Staggered zoom-in on section hover — one by one */
.smo-proof .smo-tile {
  transition-delay: 0ms !important;
}

.smo-proof:hover .smo-tile--a {
  transform: scale(1.12) !important;
  transition-delay: 0ms !important;
}

.smo-proof:hover .smo-tile--b {
  transform: scale(1.12) !important;
  transition-delay: 220ms !important;
}

.smo-proof:hover .smo-tile--c {
  transform: scale(1.12) !important;
  transition-delay: 440ms !important;
}

.smo-proof:hover .smo-tile--d {
  transform: scale(1.12) !important;
  transition-delay: 660ms !important;
}

/* 3) While leaving the section, reverse delays so they zoom out one by one too */
.smo-proof:not(:hover) .smo-tile--a {
  transition-delay: 0ms !important;
}

.smo-proof:not(:hover) .smo-tile--b {
  transition-delay: 80ms !important;
}

.smo-proof:not(:hover) .smo-tile--c {
  transition-delay: 160ms !important;
}

.smo-proof:not(:hover) .smo-tile--d {
  transition-delay: 240ms !important;
}


/* =========================================================
   Platform focus — custom, isolated, forced smooth hover zoom
   ========================================================= */

.smo-pf-section {
  position: relative !important;
  padding: clamp(80px, 10vw, 150px) 0 !important;
  background: #ffffff !important;
  color: #0b0b0a !important;
}

.smo-pf-head {

  margin-bottom: clamp(48px, 6vw, 80px) !important;
}

.smo-pf-eye {
  display: block !important;
  margin: 0 0 16px !important;
  color: rgba(0, 0, 0, 0.55) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
  text-transform: uppercase !important;
}

.smo-pf-h2 {
  margin: 0 !important;
  color: #0b0b0a !important;
  font-size: clamp(44px, 5.6vw, 84px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.055em !important;
  line-height: 0.94 !important;
}

.smo-pf-sub {
  max-width: 56ch !important;
  margin: 16px 0 0 !important;
  color: #6b675f !important;
  font-size: 13.5px !important;
  line-height: 1.6 !important;
}

.smo-pf-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.4vw, 20px) !important;
}

/* Card — base */
.smo-pf-card {
  position: relative !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 18px !important;
  min-height: 150px !important;
  padding: clamp(22px, 2vw, 28px) !important;
  border: 1px solid rgba(11, 11, 10, 0.07) !important;
  border-radius: 14px !important;
  background: #faf7f1 !important;
  box-shadow: 0 1px 0 rgba(11, 11, 10, 0.02) !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
  transform-origin: center center !important;
  transition:
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1) !important,
    border-color 480ms ease !important,
    background-color 480ms ease !important,
    box-shadow 620ms cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: transform, box-shadow !important;
  isolation: isolate !important;
}

/* Override .smo-reveal transitions that fight the hover */
.smo-pf-card.smo-reveal,
.smo-pf-card.smo-reveal.is-in,
.smo-pf-card.smo-reveal:not(.is-in) {
  transition:
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1) !important,
    border-color 480ms ease !important,
    background-color 480ms ease !important,
    box-shadow 620ms cubic-bezier(0.16, 1, 0.3, 1) !important,
    opacity 1.05s cubic-bezier(0.16, 1, 0.3, 1) !important,
    filter 1.05s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Also neutralise any inherited transform from .smo-reveal.is-in */
.smo-pf-card.smo-reveal.is-in {
  transform: translate3d(0, 0, 0) scale(1) !important;
  opacity: 1 !important;
  filter: none !important;
}

/* Card hover — full card smooth zoom + lift */
.smo-pf-card:hover {
  transform: translate3d(0, -10px, 0) scale(1.05) !important;
  border-color: rgb(210 0 0) !important;
  background-color: #ffffff !important;
  box-shadow:
    0 1px 0 rgba(11, 11, 10, 0.02),
    0 34px 60px -20px rgba(210, 0, 0, 0.18),
    0 14px 32px rgba(11, 11, 10, 0.07) !important;
  z-index: 2 !important;
}

/* Icon */
.smo-pf-icon {
  flex: 0 0 auto !important;
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow:
    inset 0 0 0 1px rgba(11, 11, 10, 0.06),
    0 6px 18px rgba(11, 11, 10, 0.06) !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
  transition:
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1) !important,
    box-shadow 620ms cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: transform !important;
}

.smo-pf-icon::before {
  content: "" !important;
  position: absolute !important;
  inset: -6px !important;
  border-radius: 18px !important;
  background: radial-gradient(circle at 50% 50%,
      rgba(210, 0, 0, 0.22),
      rgba(210, 0, 0, 0) 70%) !important;
  opacity: 0 !important;
  transition: opacity 480ms ease !important;
  pointer-events: none !important;
}

.smo-pf-icon svg {
  display: block !important;
  width: 42px !important;
  height: 42px !important;
  filter: drop-shadow(0 4px 10px rgba(11, 11, 10, 0.12)) !important;
  transition:
    filter 480ms ease !important,
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.smo-pf-card:hover .smo-pf-icon {
  transform: translate3d(0, -2px, 0) scale(1.06) !important;
  box-shadow:
    inset 0 0 0 1px rgba(210, 0, 0, 0.3),
    0 12px 26px rgba(210, 0, 0, 0.2) !important;
}

.smo-pf-card:hover .smo-pf-icon::before {
  opacity: 1 !important;
}

.smo-pf-card:hover .smo-pf-icon svg {
  filter: drop-shadow(0 10px 22px rgba(11, 11, 10, 0.22)) !important;
  transform: scale(1.05) !important;
}

/* Body */
.smo-pf-body {
  min-width: 0 !important;
}

.smo-pf-title {
  margin: 0 0 8px !important;
  color: #0b0b0a !important;
  font-size: clamp(19px, 1.55vw, 23px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.045em !important;
  line-height: 1.02 !important;
  transition: color 480ms ease !important;
}

.smo-pf-text {
  margin: 0 !important;
  color: #6b675f !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  transition: color 480ms ease !important;
}

.smo-pf-card:hover .smo-pf-title {
  color: #0b0b0a !important;
}

.smo-pf-card:hover .smo-pf-text {
  color: #3f3d38 !important;
}

/* Responsive */
@media (max-width: 1199px) {
  .smo-pf-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .smo-pf-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .smo-pf-card {
    min-height: 0 !important;
    padding: 20px !important;
    gap: 16px !important;
  }

  .smo-pf-card:hover {
    transform: translate3d(0, -4px, 0) scale(1.02) !important;
  }

  .smo-pf-icon {
    width: 52px !important;
    height: 52px !important;
    border-radius: 12px !important;
  }

  .smo-pf-icon svg {
    width: 36px !important;
    height: 36px !important;
  }
}

@media (prefers-reduced-motion: reduce) {

  .smo-pf-card,
  .smo-pf-icon,
  .smo-pf-icon svg,
  .smo-pf-title,
  .smo-pf-text {
    transition: none !important;
  }

  .smo-pf-card:hover {
    transform: none !important;
  }

  .smo-pf-card:hover .smo-pf-icon {
    transform: none !important;
  }
}




/* =========================================================
   Share of voice — full-bleed dark banner
   Left copy + right cosmic image, full width, no extra top
   Twinkling stars + soft ambient motion
   ========================================================= */

.smo-urg-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 9vw, 140px) 0;
  background: #050505;
  color: #ffffff;
}

/* Background image — full width, cover, no stretch */
.smo-urg-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.smo-urg-bg__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  opacity: 0.95;
  filter: saturate(1.05) contrast(1.05);
  animation: smo-urg-breathe 16s ease-in-out infinite;
  will-change: transform, opacity;
}

/* Left-to-right gradient, softer top edge for smooth blend */
.smo-urg-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(5, 5, 5, 0.85) 0%,
      rgba(5, 5, 5, 0) 18%,
      rgba(5, 5, 5, 0) 82%,
      rgba(5, 5, 5, 0.85) 100%),
    linear-gradient(90deg,
      #050505 0%,
      rgba(5, 5, 5, 0.94) 26%,
      rgba(5, 5, 5, 0.6) 48%,
      rgba(5, 5, 5, 0.1) 72%,
      rgba(5, 5, 5, 0) 100%);
  pointer-events: none;
}

/* Twinkling stars */
.smo-urg-stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.smo-urg-star {
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.85);
  animation-name: smo-urg-twinkle;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.smo-urg-star:nth-child(3n) {
  width: 1px;
  height: 1px;
  opacity: 0.6;
}

.smo-urg-star:nth-child(5n) {
  width: 3px;
  height: 3px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}

/* Soft red glows */
.smo-urg-bg__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
  pointer-events: none;
  z-index: 1;
}

.smo-urg-bg__glow--a {
  top: -10%;
  left: -10%;
  width: 40%;
  height: 60%;
  background: radial-gradient(circle, rgba(210, 0, 0, 0.32), transparent 65%);
  animation: smo-urg-driftA 18s ease-in-out infinite alternate;
}

.smo-urg-bg__glow--b {
  bottom: -20%;
  left: 20%;
  width: 32%;
  height: 50%;
  background: radial-gradient(circle, rgba(120, 0, 40, 0.26), transparent 70%);
  animation: smo-urg-driftB 22s ease-in-out infinite alternate;
}

/* Grain overlay */
.smo-urg-bg__grain {
  position: absolute;
  inset: 0;
  z-index: 2;
  mix-blend-mode: overlay;
  opacity: 0.5;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.35 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.09'/></svg>");
  pointer-events: none;
}

/* Inner layout */
.smo-urg-inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;

}

.smo-urg-copy {
  grid-column: 1;
  max-width: 640px;
}

/* Eye */
.smo-urg-eye {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.smo-urg-eye__mark {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: var(--smo-accent, #d20000);
  clip-path: polygon(0 0, 60% 0, 100% 100%, 40% 100%);
  animation: smo-urg-mark 3.4s ease-in-out infinite;
}

/* Heading */
.smo-urg-h2 {
  max-width: 15ch;
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(32px, 3.2vw, 52px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

/* Paragraph */
.smo-urg-p {
  max-width: 46ch;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.65;
}

/* Line entrance */
.smo-urg-line {
  display: block;
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  animation: smo-urg-lineIn 900ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.smo-urg-h2 .smo-urg-line:nth-child(1) {
  animation-delay: 0.15s;
}

.smo-urg-p .smo-urg-line:nth-child(1) {
  animation-delay: 0.45s;
}

.smo-urg-p .smo-urg-line:nth-child(2) {
  animation-delay: 0.65s;
}

/* CTAs */
.smo-urg-actions {
  margin: 0 0 26px;
}

.smo-urg-actions .smo-btn {
  animation: smo-urg-fadeIn 900ms cubic-bezier(0.16, 1, 0.3, 1) 0.9s both;
}

.smo-urg-actions .smo-btn:nth-child(2) {
  animation-delay: 1.05s;
}

/* Meta */
.smo-urg-meta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  animation: smo-urg-fadeIn 900ms cubic-bezier(0.16, 1, 0.3, 1) 1.25s both;
}

.smo-urg-meta__dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--smo-accent, #d20000);
  box-shadow: 0 0 12px rgba(210, 0, 0, 0.7);
  animation: smo-urg-pulse 2.6s ease-in-out infinite;
}

.smo-urg-meta__sep {
  display: inline-block;
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.28);
}

/* Keyframes */
@keyframes smo-urg-breathe {

  0%,
  100% {
    transform: scale(1.02) translate3d(0, 0, 0);
    opacity: 0.95;
  }

  50% {
    transform: scale(1.06) translate3d(-1%, -1%, 0);
    opacity: 1;
  }
}

@keyframes smo-urg-driftA {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(4%, 6%, 0);
  }
}

@keyframes smo-urg-driftB {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-5%, -4%, 0);
  }
}

@keyframes smo-urg-lineIn {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes smo-urg-fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes smo-urg-mark {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-2px) rotate(-3deg);
  }
}

@keyframes smo-urg-pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.35);
    opacity: 0.65;
  }
}

/* Star twinkle — soft, 2s to 4s */
@keyframes smo-urg-twinkle {

  0%,
  100% {
    opacity: 0;
    transform: scale(0.6);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

/* Responsive */
@media (max-width: 1199px) {
  .smo-urg-inner {
    grid-template-columns: 1fr;
    min-height: clamp(320px, 50vw, 460px);
  }

  .smo-urg-bg::after {
    background:
      linear-gradient(180deg,
        rgba(5, 5, 5, 0.88) 0%,
        rgba(5, 5, 5, 0.62) 45%,
        rgba(5, 5, 5, 0.94) 100%);
  }

  .smo-urg-bg__img {
    opacity: 0.65;
  }
}

@media (max-width: 767px) {
  .smo-urg-section {
    padding: 64px 0;
  }

  .smo-urg-h2 {
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.15;
    margin-bottom: 18px;
  }

  .smo-urg-p {
    font-size: 14px;
    margin-bottom: 22px;
  }

  .smo-urg-eye {
    margin-bottom: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .smo-urg-bg__img,
  .smo-urg-bg__glow--a,
  .smo-urg-bg__glow--b,
  .smo-urg-eye__mark,
  .smo-urg-meta__dot,
  .smo-urg-line,
  .smo-urg-actions .smo-btn,
  .smo-urg-meta,
  .smo-urg-star {
    animation: none !important;
  }

  .smo-urg-line {
    opacity: 1;
    transform: none;
  }
}

/* Stars twinkle — force visible */
.smo-urg-section .smo-urg-star {
  opacity: 0 !important;
  background: #ffffff !important;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.95) !important;
  animation-name: smo-urg-twinkle !important;
  animation-iteration-count: infinite !important;
  animation-timing-function: ease-in-out !important;
  animation-direction: normal !important;
  animation-fill-mode: both !important;
}

/* Force 3 star sizes + variety */
.smo-urg-section .smo-urg-star:nth-child(3n) {
  width: 1px !important;
  height: 1px !important;
}

.smo-urg-section .smo-urg-star:nth-child(3n+1) {
  width: 2px !important;
  height: 2px !important;
}

.smo-urg-section .smo-urg-star:nth-child(5n) {
  width: 3px !important;
  height: 3px !important;
  box-shadow: 0 0 14px rgba(255, 255, 255, 1) !important;
}

/* The actual twinkle keyframe — visible brightness swing */
@keyframes smo-urg-twinkle {
  0% {
    opacity: 0 !important;
    transform: scale(0.4);
  }

  20% {
    opacity: 0.9 !important;
    transform: scale(1);
  }

  50% {
    opacity: 1 !important;
    transform: scale(1.25);
  }

  80% {
    opacity: 0.7 !important;
    transform: scale(1);
  }

  100% {
    opacity: 0 !important;
    transform: scale(0.4);
  }
}


.smo-hero__content {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(32px, 6vw, 72px);
  width: 100%;
  min-width: 0;
}

.smo-hero__pitch,
.smo-stage {
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

/* Keep the visual inside the 4-column area */
.smo-stage {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Prevent the astronaut image from forcing the grid wider */
.smo-astro-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.smo-astro {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Large desktop */
@media (min-width: 1200px) {
  .smo-hero__content {
    gap: clamp(40px, 5vw, 80px);
  }
}

/* Tablet */
@media (max-width: 991.98px) {
  .smo-hero__content {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .smo-stage {
    width: min(100%, 620px);
    margin: 0 auto;
  }

  .smo-astro-wrap {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .smo-hero__content {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .smo-stage {
    width: 100%;
    max-width: 100%;
  }

  .smo-astro-wrap {
    width: min(100%, 440px);
    margin: 0 auto;
  }

  .smo-astro {
    width: 100%;
    max-width: 100%;
  }
}


@media (max-width: 600px) {
  .smo-hero h1 {
    font-size: 39px !important;
    line-height: 44px;
  }
}

/* =========================================================
   Data-Driven Decisions — alternating image/content rows
   Bootstrap container/row/col layout
   ========================================================= */

.smo-data-section {
  position: relative;
  isolation: isolate;
  padding: clamp(72px, 9vw, 140px) 0;
  background: #f4f0e7;
  color: #0b0b0a;
}

/* Heading block */
.smo-data-heading {
  margin: 0 0 18px;
  color: #0b0b0a;
  font-size: clamp(34px, 3.6vw, 56px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.smo-data-intro {
  max-width: 80ch;
  margin: 0 auto;
  color: #555149;
  font-size: 14px;
  line-height: 1.7;
}

/* Row layout: two equal columns, no gutters, block spacing */
.smo-data-row {
  margin-top: clamp(40px, 5vw, 72px);
  border-radius: 4px;
  overflow: hidden;
}

/* Media column */
.smo-data-media {
  position: relative;
  min-height: clamp(240px, 28vw, 380px);
  overflow: hidden;
  background: #0b0b0a;
}

.smo-data-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.02);
  transition: transform 1200ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.smo-data-media:hover img {
  transform: scale(1.08);
}

/* Content column */
.smo-data-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 119px 50px;
  background: #1c1c1a;
  color: #ffffff;
}

.smo-data-body h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.smo-data-body p {
  margin: 0 0 24px;
  max-width: 46ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13.5px;
  line-height: 1.65;
}

/* Button */
.smo-data-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  background: transparent;
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition:
    background 320ms ease,
    border-color 320ms ease,
    transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.smo-data-btn svg {
  transition: transform 240ms ease;
}

.smo-data-btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #0b0b0a;
  transform: translateY(-2px);
}

.smo-data-btn:hover svg {
  transform: translateX(4px);
}

/* Reveal row entrance (if reveal already handled globally, this adds a soft row slide) */
.smo-data-row.smo-reveal {
  transition:
    opacity 1.05s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.05s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Responsive */
@media (max-width: 991px) {
  .smo-data-media {
    min-height: clamp(220px, 46vw, 320px);
  }

  .smo-data-body {
    padding: 32px 24px;
  }

  .smo-data-body h3 {
    font-size: clamp(20px, 4vw, 26px);
  }

  .smo-data-body p {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .smo-data-heading {
    font-size: clamp(28px, 8vw, 40px);
  }

  .smo-data-intro {
    font-size: 13px;
  }

  .smo-data-row {
    border-radius: 0;
  }

  .smo-data-body {
    padding: 28px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .smo-data-media img,
  .smo-data-btn,
  .smo-data-btn svg {
    transition: none;
  }

  .smo-data-media:hover img {
    transform: scale(1.02);
  }
}