/*
Theme Name: MMM
Theme URI: https://matamedia.in
Author: Mata Media Marketing LLP
Author URI: https://matamedia.in
Description: A premium go-to-market WordPress theme for Mata Media Marketing LLP, Jaipur, covering strategy, branding, technology, ecommerce, content, PR, influencers, and events.
Version: 1.2.5
Requires at least: 5.2
Tested up to: 6.6
Requires PHP: 5.6
Text Domain: mmm-agency
*/
:root {
  --bg: #0b0b0b;
  --panel: #111111;
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.7);
  --soft: rgba(255, 255, 255, 0.12);
  --acid: #c9f31d;
  --accent-2: #88ff7a;
  --accent-3: #00d4ff;
  --primary-fill: #c9f31d;
  --icon-blue: #1f47ff;
  --heading-font: "Teko", sans-serif;
  --body-font: "Kanit", sans-serif;
  --site-width: 1760px;
  --nav-bg: rgba(0,0,0,0.25);
  --light-bg: #f4f4ef;
  --light-panel: #fffff5;
  --light-text: #0b0b0b;
  --light-muted: rgba(11,11,11,0.66);
  --light-nav-bg: rgba(255,255,245,0.76);
}

* { box-sizing: border-box; }

html {
  background: var(--bg);
  color: var(--text);
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body-font);
}

body.admin-bar .nav-shell { top: 32px; }

a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }

.noise::before {
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
  content: "";
  opacity: 0.17;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.45'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.site-shell {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 6%, rgba(201, 243, 29, 0.12), transparent 24rem),
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px),
    var(--bg);
  background-size: auto, 84px 84px, 84px 84px, auto;
  transition: background 0.45s ease, color 0.45s ease;
}

.site-shell[data-theme="light"] {
  color: var(--light-text);
  background:
    radial-gradient(circle at 78% 6%, rgba(201, 243, 29, 0.24), transparent 24rem),
    linear-gradient(rgba(0,0,0,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.045) 1px, transparent 1px),
    var(--light-bg);
  background-size: auto, 84px 84px, 84px 84px, auto;
}

.cursor-dot,
.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  border-radius: 999px;
  transform: translate3d(-50%, -50%, 0);
}

.cursor-dot { width: 8px; height: 8px; background: var(--acid); }
.cursor-ring { width: 46px; height: 46px; border: 1px solid rgba(201, 243, 29, 0.45); mix-blend-mode: difference; }

.nav-shell {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 1rem clamp(1rem, 3vw, 2rem);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 0.75rem 1.45rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  background: var(--nav-bg);
  backdrop-filter: blur(24px);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 150px;
  min-height: 42px;
  font-family: var(--heading-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.brand-logo {
  display: block !important;
  width: 150px !important;
  min-width: 150px;
  height: auto !important;
  max-height: 46px;
  object-fit: contain;
}

.brand-logo-light {
  display: none !important;
}

.site-shell[data-theme="light"] .brand-logo-dark {
  display: none !important;
}

.site-shell[data-theme="light"] .brand-logo-light {
  display: block !important;
}

.site-shell[data-theme="dark"] .brand-logo-dark,
.site-shell:not([data-theme="light"]) .brand-logo-dark {
  display: block !important;
}

.site-shell[data-theme="dark"] .brand-logo-light,
.site-shell:not([data-theme="light"]) .brand-logo-light {
  display: none !important;
}

.brand img[src$=".svg"],
.brand img[src*=".svg?"] {
  width: 150px !important;
  min-width: 150px;
  height: auto !important;
  max-height: 46px;
}

.brand span,
.acid-text,
.eyebrow,
.spark { color: var(--acid); }

.nav-menu,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 1.65rem;
}

.nav-menu li {
  list-style: none;
}

.nav-link {
  position: relative;
  overflow: hidden;
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(255,255,255,0.76);
  text-transform: uppercase;
}

.nav-link::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: auto;
  width: 0;
  height: 1px;
  content: "";
  background: var(--primary-fill);
  transition: width 0.35s ease, left 0.35s ease;
}

.nav-link:hover::after { right: auto; left: 0; width: 100%; }

.nav-cta {
  border-radius: 999px;
  background: var(--primary-fill);
  padding: 0.85rem 1.35rem;
  color: var(--light-text);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.theme-toggle,
.menu-button {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.theme-icon {
  position: relative;
  grid-area: 1 / 1;
  width: 18px;
  height: 18px;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.theme-icon-sun::before,
.theme-icon-moon::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 18px;
  line-height: 1;
}

.theme-icon-sun::before {
  content: "S";
  font-size: 12px;
  font-weight: 900;
}

.theme-icon-sun::after {
  position: absolute;
  inset: 3px;
  content: "";
  border: 2px solid currentColor;
  border-radius: 999px;
  box-shadow:
    0 -8px 0 -6px currentColor,
    0 8px 0 -6px currentColor,
    8px 0 0 -6px currentColor,
    -8px 0 0 -6px currentColor;
}

.theme-icon-moon::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 999px;
  box-shadow: -5px 0 0 0 currentColor;
  transform: translateX(4px);
}

.theme-icon-moon { opacity: 0; transform: scale(0.5) rotate(-30deg); }
.site-shell[data-theme="light"] .theme-icon-sun { opacity: 0; transform: scale(0.5) rotate(30deg); }
.site-shell[data-theme="light"] .theme-icon-moon { opacity: 1; transform: scale(1) rotate(0); }

.menu-button span {
  display: block;
  width: 15px;
  height: 1px;
  background: currentColor;
  transition: transform 0.25s ease;
}

.menu-button span + span { margin-top: -9px; }

.site-shell.menu-open .menu-button span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.site-shell.menu-open .menu-button span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.site-shell.menu-open .nav-menu {
  position: absolute;
  top: calc(100% + 0.75rem);
  right: clamp(1rem, 3vw, 2rem);
  left: clamp(1rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  max-width: var(--site-width);
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 1.4rem;
  background: var(--nav-bg);
  backdrop-filter: blur(24px);
  padding: 1rem;
}

.site-shell.menu-open .nav-menu .nav-link,
.site-shell.menu-open .nav-menu a {
  padding: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 1rem;
}

.site-shell.menu-open .nav-menu .nav-link:last-child,
.site-shell.menu-open .nav-menu a:last-child {
  border-bottom: 0;
}

.site-shell[data-theme="light"].menu-open .nav-menu {
  background: var(--light-nav-bg);
  border-color: rgba(0,0,0,0.13);
}

.site-shell[data-theme="light"].menu-open .nav-menu .nav-link,
.site-shell[data-theme="light"].menu-open .nav-menu a {
  border-color: rgba(0,0,0,0.1);
  color: var(--light-text);
}

.hero-section {
  position: relative;
  display: flex;
  min-height: 100vh;
  align-items: flex-end;
  padding: 8rem clamp(1rem, 3vw, 2rem) 3.5rem;
}

.soft-glow {
  position: absolute;
  inset: 6rem 0 auto;
  width: min(70vw, 65rem);
  height: 14rem;
  margin: auto;
  background: rgba(201,243,29,0.1);
  filter: blur(120px);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: end;
  gap: clamp(2rem, 5vw, 5rem);
  width: 100%;
  max-width: var(--site-width);
  margin: 0 auto;
}

.headline,
.section-title,
.service-card h3,
.feature-caption h2,
.feature-copy h3,
.project-title h3,
.pill-grid p,
.team-card strong,
.testimonial p,
.award-row h3,
.footer-email {
  font-family: var(--heading-font);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
}

.headline {
  font-size: clamp(5.2rem, 15vw, 16.5rem);
  line-height: 0.74;
}

.section-title {
  max-width: 62rem;
  font-size: clamp(4rem, 10vw, 10rem);
  line-height: 0.8;
}

.eyebrow {
  margin: 0 0 1.5rem;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.reveal-line {
  display: block;
  overflow: hidden;
}

.reveal-line > span { display: block; }

.hero-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  max-width: 48rem;
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255,255,255,0.15);
}

.hero-bottom p,
.section-head > p,
.about-copy {
  margin: 0;
  color: rgba(255,255,255,0.7);
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.7;
}

.button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  padding: 1rem 1.75rem;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.45s ease;
}

.button-outline > span {
  position: relative;
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 999px;
  background: var(--icon-blue);
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.35s ease, background 0.35s ease;
}

.icon-arrow::before {
  position: absolute;
  width: 0.72rem;
  height: 0.72rem;
  content: "";
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translate(-1px, 1px);
}

.icon-arrow::after {
  position: absolute;
  width: 1rem;
  height: 2px;
  content: "";
  background: currentColor;
  transform: rotate(-45deg) translate(-1px, 0);
  transform-origin: center;
}

.button-outline:hover > span {
  transform: rotate(45deg);
  background: #0b0b0b;
}

.magnetic {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}

.magnetic::before {
  position: absolute;
  inset: auto auto -120% 50%;
  z-index: -1;
  width: 160%;
  height: 160%;
  content: "";
  background: var(--primary-fill);
  border-radius: 50%;
  transform: translateX(-50%) scale(0);
  transition: transform 0.55s cubic-bezier(.19,1,.22,1);
}

.magnetic:hover { color: #0b0b0b; }
.magnetic:hover::before { transform: translateX(-50%) scale(1); }

.hero-visual-wrap {
  position: relative;
  min-height: 43rem;
}

.hero-visual {
  position: absolute;
  top: 2rem;
  right: 0;
  width: 76%;
  height: 70%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 2rem;
  box-shadow: 0 40px 120px rgba(0,0,0,0.6);
}

.mini-image {
  position: absolute;
  top: 0;
  left: 12%;
  width: 11rem;
  height: 14rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px 999px 0 0;
}

.hero-stat {
  position: absolute;
  bottom: 4rem;
  left: 0;
  z-index: 2;
  max-width: 18rem;
  padding: 1.5rem;
  border-radius: 1.6rem;
}

.hero-stat span {
  display: block;
  margin-bottom: 2rem;
  color: var(--acid);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.hero-stat p {
  margin: 0;
  font-family: var(--heading-font);
  font-size: 3.15rem;
  line-height: 0.82;
  text-transform: uppercase;
}

.play-button {
  position: absolute;
  right: 18%;
  bottom: 0;
  z-index: 3;
  display: grid;
  width: 8rem;
  height: 8rem;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--icon-blue);
  color: #fff;
  font-size: 0;
  box-shadow: 0 0 80px rgba(31,71,255,0.32);
}

.play-button::before {
  width: 0;
  height: 0;
  margin-left: 0.35rem;
  content: "";
  border-top: 0.9rem solid transparent;
  border-bottom: 0.9rem solid transparent;
  border-left: 1.35rem solid #fff;
}

.hero-visual img,
.mini-image img,
.image-card img,
.project-card img,
.team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.04);
  transition: transform 1.1s cubic-bezier(.19,1,.22,1), filter 0.8s ease;
}

.image-card:hover img,
.project-card:hover img,
.team-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.05) contrast(1.1);
}

.section-pad { padding: clamp(6rem, 12vw, 12rem) clamp(1rem, 4vw, 4rem); }
.section-band { background: #080808; }

.intro-grid,
.featured-grid,
.about-grid,
.testimonial-grid {
  display: grid;
  max-width: min(1600px, var(--site-width));
  margin: 0 auto;
  gap: clamp(3rem, 7vw, 7rem);
}

.intro-grid { grid-template-columns: 0.9fr 1.1fr; }
.about-grid { grid-template-columns: 0.85fr 1.15fr; align-items: center; }
.testimonial-grid { grid-template-columns: 0.85fr 1.15fr; }
.featured-grid { grid-template-columns: 1.2fr 0.8fr; gap: 1.25rem; }

.intro-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}

.intro-lead {
  margin: 0;
  color: rgba(255,255,255,0.8);
  font-size: clamp(1.65rem, 2.3vw, 2.25rem);
  font-weight: 300;
  line-height: 1.15;
}

.glass-line,
.testimonial-slider {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(17,17,17,0.7);
  backdrop-filter: blur(18px);
}

.stats-card {
  padding: 1.8rem;
  border-radius: 1.6rem;
}

.stats-card > p {
  margin: 0 0 2rem;
  color: rgba(255,255,255,0.5);
  font-size: 0.85rem;
  text-transform: uppercase;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.7rem;
}

.stats-grid strong {
  display: block;
  color: var(--acid);
  font-family: var(--heading-font);
  font-size: 3rem;
  line-height: 1;
}

.stats-grid span {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  max-width: min(1600px, var(--site-width));
  margin: 0 auto 4rem;
}

.section-head > p { max-width: 26rem; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  max-width: min(1600px, var(--site-width));
  margin: 0 auto;
}

.service-card {
  min-height: 25rem;
  padding: 1.8rem;
  border-top: 1px solid rgba(255,255,255,0.14);
  transition: background 0.45s ease, border-color 0.45s ease, transform 0.45s ease;
}

.service-card:hover {
  border-color: rgba(201,243,29,0.62);
  background: rgba(201,243,29,0.045);
  transform: translateY(-8px);
}

.service-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  color: rgba(255,255,255,0.45);
}

.service-top span:last-child { color: var(--acid); font-size: 1.4rem; }
.service-card h3 { margin: 0; font-size: 4rem; line-height: 0.86; }
.service-card p { color: rgba(255,255,255,0.62); line-height: 1.65; }

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
}

.tag-row span {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  color: rgba(255,255,255,0.55);
  font-size: 0.75rem;
  text-transform: uppercase;
}

.feature-card {
  position: relative;
  height: 45rem;
  overflow: hidden;
  border-radius: 2rem;
}

.featured-side {
  display: grid;
  gap: 1.25rem;
}

.image-card {
  overflow: hidden;
  border-radius: 2rem;
}

.featured-side .image-card { height: 21.875rem; }
.image-card.tall { height: 45rem; }

.image-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.86), transparent 62%);
}

.feature-caption {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
}

.feature-caption h2,
.project-title h3 {
  margin: 0;
  font-size: clamp(4.5rem, 8vw, 8rem);
  line-height: 0.82;
}

.feature-copy {
  padding: 2rem;
  border-radius: 2rem;
}

.feature-copy h3 {
  margin: 3rem 0 1.5rem;
  font-size: 4rem;
  line-height: 0.86;
}

.feature-copy p,
.about-copy {
  max-width: 42rem;
}

.marquee-section {
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 2rem 0;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 22s linear infinite;
}

.marquee-track > div {
  display: flex;
}

.marquee-track span {
  padding-right: 3rem;
  color: transparent;
  font-family: "Teko", sans-serif;
  font-size: clamp(5rem, 13vw, 13rem);
  font-weight: 500;
  line-height: 0.8;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(255,255,255,0.44);
}

@keyframes marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.horizontal-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 7rem 0;
}

.horizontal-head {
  padding: 0 clamp(1rem, 3vw, 2rem);
}

.horizontal-track {
  display: flex;
  gap: 1.25rem;
  padding: 3.5rem clamp(1rem, 3vw, 2rem) 0;
}

.horizontal-panel {
  position: relative;
  min-width: min(76vw, 980px);
  height: 64vh;
  overflow: hidden;
  border-radius: 2rem;
}

.project-meta,
.project-title {
  position: absolute;
  left: 1.75rem;
  right: 1.75rem;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.project-meta {
  top: 1.75rem;
  color: rgba(255,255,255,0.72);
  font-size: 0.85rem;
  text-transform: uppercase;
}

.project-title {
  bottom: 1.75rem;
  align-items: flex-end;
}

.project-title span {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  width: 4rem;
  height: 4rem;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  background: var(--icon-blue);
  color: #fff;
  transition: background 0.35s ease, color 0.35s ease;
}

.project-card:hover .project-title span {
  background: #fff;
  color: var(--icon-blue);
}

.about-copy {
  margin: 2.5rem 0 0;
  font-size: 1.25rem;
}

.pill-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}

.pill-grid > div {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 1.2rem;
  padding: 1.5rem;
}

.pill-grid span {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin-bottom: 2.5rem;
  border-radius: 999px;
  background: var(--primary-fill);
}

.pill-grid p {
  margin: 0;
  font-size: 2.5rem;
  line-height: 1;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: min(1600px, var(--site-width));
  margin: 0 auto;
}

.team-card > div {
  height: 32.5rem;
  overflow: hidden;
  border-radius: 2rem;
}

.team-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.team-card strong {
  display: block;
  font-size: 3.3rem;
  line-height: 1;
}

.team-card small {
  color: rgba(255,255,255,0.55);
  font-size: 1rem;
}

.team-card b {
  position: relative;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 999px;
  background: var(--icon-blue);
  color: #fff;
  font-size: 1.6rem;
  transition: transform 0.3s ease;
}

.team-card:hover b { transform: rotate(45deg); }

.team-socials {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.team-socials a {
  display: grid;
  width: 2.3rem;
  height: 2.3rem;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  color: rgba(255,255,255,0.72);
  font-size: 0.75rem;
  font-weight: 700;
}

.footer-phone {
  margin: 1rem 0 0;
  color: rgba(255,255,255,0.55);
}

.testimonial-slider {
  position: relative;
  min-height: 30rem;
  overflow: hidden;
  border-radius: 2rem;
  padding: clamp(2rem, 4vw, 3rem);
  background: linear-gradient(135deg, rgba(201,243,29,0.1), transparent 28%), var(--panel);
}

.testimonial {
  position: absolute;
  inset: clamp(2rem, 4vw, 3rem);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.testimonial.active {
  opacity: 1;
  transform: translateY(0);
}

.testimonial p {
  margin: 0;
  font-size: clamp(3.6rem, 6vw, 7rem);
  line-height: 0.9;
}

.testimonial footer {
  position: absolute;
  right: 0;
  bottom: 3.5rem;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.testimonial span { color: rgba(255,255,255,0.55); }

.testimonial-dots {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  z-index: 4;
  display: flex;
  gap: 0.45rem;
}

.testimonial-dots button {
  width: 0.65rem;
  height: 0.65rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.25);
}

.testimonial-dots button.active {
  width: 2.5rem;
  background: var(--primary-fill);
}

.awards-title,
.awards-list {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}

.award-row {
  display: grid;
  grid-template-columns: 1fr 0.7fr 0.2fr;
  align-items: center;
  gap: 1rem;
  padding: 1.75rem 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  transition: color 0.3s ease, background 0.3s ease;
}

.award-row:last-child { border-bottom: 1px solid rgba(255,255,255,0.12); }
.award-row:hover { background: var(--primary-fill); color: #0b0b0b; }
.award-row h3 { margin: 0; font-size: clamp(3rem, 5vw, 5.5rem); line-height: 1; }
.award-row p, .award-row span { margin: 0; font-size: 1.1rem; }
.award-row span { text-align: right; }

.cta-section {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.cta-section .section-title { margin: 0 auto; max-width: 72rem; }
.cta-section .button-outline { margin-top: 3rem; }

.cta-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  background: rgba(201,243,29,0.14);
  filter: blur(120px);
  transform: translate(-50%, -50%);
}

.site-footer {
  padding: 2.5rem clamp(1rem, 3vw, 2rem);
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-grid,
.footer-bottom {
  max-width: var(--site-width);
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 3rem;
}

.footer-hello { margin: 0 0 2rem; color: rgba(255,255,255,0.5); }
.footer-email { font-size: clamp(4rem, 8vw, 8rem); line-height: 1; }
.footer-social { display: flex; gap: 1.5rem; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.45);
  font-size: 0.9rem;
}

.site-shell[data-theme="light"] .section-band { background: #ededdf; }
.site-shell[data-theme="light"] .nav-inner,
.site-shell[data-theme="light"] .glass-line,
.site-shell[data-theme="light"] .testimonial-slider {
  background: var(--light-nav-bg);
  border-color: rgba(0,0,0,0.13);
}

.site-shell[data-theme="light"] .nav-link,
.site-shell[data-theme="light"] .theme-toggle,
.site-shell[data-theme="light"] .menu-button,
.site-shell[data-theme="light"] .button-outline { color: var(--light-text); }

.site-shell[data-theme="light"] .hero-bottom p,
.site-shell[data-theme="light"] .section-head > p,
.site-shell[data-theme="light"] .about-copy,
.site-shell[data-theme="light"] .intro-lead,
.site-shell[data-theme="light"] .service-card p,
.site-shell[data-theme="light"] .team-card small,
.site-shell[data-theme="light"] .testimonial span,
.site-shell[data-theme="light"] .footer-hello,
.site-shell[data-theme="light"] .footer-bottom,
.site-shell[data-theme="light"] .stats-grid span,
.site-shell[data-theme="light"] .stats-card > p,
.site-shell[data-theme="light"] .service-top,
.site-shell[data-theme="light"] .tag-row span {
  color: rgba(11,11,11,0.66);
}

.site-shell[data-theme="light"] .hero-bottom,
.site-shell[data-theme="light"] .button-outline,
.site-shell[data-theme="light"] .theme-toggle,
.site-shell[data-theme="light"] .menu-button,
.site-shell[data-theme="light"] .hero-visual,
.site-shell[data-theme="light"] .mini-image,
.site-shell[data-theme="light"] .tag-row span,
.site-shell[data-theme="light"] .pill-grid > div,
.site-shell[data-theme="light"] .marquee-section,
.site-shell[data-theme="light"] .award-row,
.site-shell[data-theme="light"] .site-footer,
.site-shell[data-theme="light"] .footer-bottom {
  border-color: rgba(0,0,0,0.14);
}

.site-shell[data-theme="light"] .marquee-track span {
  -webkit-text-stroke-color: rgba(0,0,0,0.35);
}

.wp-page-section {
  min-height: 70vh;
  padding: 10rem clamp(1rem, 4vw, 4rem) 6rem;
}

.wp-page-inner {
  max-width: min(1600px, var(--site-width));
  margin: 0 auto;
}

.wp-page-inner.narrow {
  max-width: 980px;
}

.wp-page-header {
  margin-bottom: 3rem;
}

.entry-content {
  color: rgba(255,255,255,0.78);
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8;
}

.entry-content > * {
  max-width: 980px;
}

.entry-content > .alignwide {
  max-width: 1400px;
}

.entry-content > .alignfull {
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.entry-content a {
  color: var(--acid);
}

.entry-content img {
  height: auto;
}

.elementor-full-width-template,
.elementor-canvas-template {
  width: 100%;
  min-height: 100vh;
}

.elementor-full-width-template {
  padding-top: 6rem;
}

.mmm-elementor-canvas {
  background: var(--bg);
}

.elementor-page .entry-content,
.elementor-page .entry-content > * {
  max-width: none;
}

.site-shell[data-theme="light"] .entry-content {
  color: rgba(11,11,11,0.72);
}

.mmm-elementor-section {
  padding: clamp(6rem, 11vw, 11rem) clamp(1rem, 5vw, 5rem);
  background: var(--bg);
  color: var(--text);
}

.mmm-e-hero {
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 72% 18%, rgba(201,243,29,0.14), transparent 24rem),
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px),
    var(--bg);
  background-size: auto, 84px 84px, 84px 84px, auto;
}

.mmm-e-services {
  background: #080808;
}

.mmm-e-cta {
  text-align: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(201,243,29,0.14), transparent 28rem),
    var(--bg);
}

.mmm-e-eyebrow .elementor-heading-title,
.mmm-e-eyebrow {
  color: var(--acid);
  font-family: var(--body-font);
  font-size: 0.86rem;
  font-weight: 500;
  text-transform: uppercase;
}

.mmm-e-headline .elementor-heading-title,
.mmm-e-headline {
  max-width: 58rem;
  color: var(--text);
  font-family: var(--heading-font);
  font-size: clamp(5rem, 13vw, 15rem);
  font-weight: 600;
  line-height: 0.76;
  text-transform: uppercase;
}

.mmm-e-title .elementor-heading-title,
.mmm-e-title {
  max-width: 72rem;
  color: var(--text);
  font-family: var(--heading-font);
  font-size: clamp(4rem, 10vw, 10rem);
  font-weight: 600;
  line-height: 0.82;
  text-transform: uppercase;
}

.mmm-e-lead,
.mmm-e-lead p {
  max-width: 50rem;
  color: var(--muted);
  font-family: var(--body-font);
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  font-weight: 300;
  line-height: 1.6;
}

.mmm-e-list .elementor-icon-list-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.mmm-e-list .elementor-icon-list-item {
  min-height: 8rem;
  align-items: flex-start;
  border-top: 1px solid rgba(255,255,255,0.14);
  padding: 1.35rem;
  background: rgba(255,255,255,0.025);
}

.mmm-e-list .elementor-icon-list-text {
  color: var(--muted);
  font-family: var(--body-font);
  font-size: 1rem;
  line-height: 1.6;
}

.mmm-e-button .elementor-button,
.mmm-e-button a.elementor-button {
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  background: transparent;
  color: var(--text);
  padding: 1rem 1.8rem;
  font-family: var(--body-font);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

.mmm-e-button .elementor-button::after,
.mmm-e-button a.elementor-button::after {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  margin-left: 0.75rem;
  border-radius: 999px;
  background-color: var(--icon-blue);
  background-image:
    linear-gradient(-45deg, transparent calc(50% - 1px), #fff calc(50% - 1px), #fff calc(50% + 1px), transparent calc(50% + 1px)),
    linear-gradient(135deg, transparent 45%, #fff 45%, #fff 58%, transparent 58%),
    linear-gradient(45deg, transparent 45%, #fff 45%, #fff 58%, transparent 58%);
  background-position: center, calc(50% + 4px) calc(50% - 5px), calc(50% + 5px) calc(50% - 4px);
  background-size: 1rem 1rem, 0.54rem 0.54rem, 0.54rem 0.54rem;
  background-repeat: no-repeat;
  color: #fff;
  content: "";
}

.mmm-e-button .elementor-button:hover,
.mmm-e-button a.elementor-button:hover {
  background: var(--primary-fill);
  color: #0b0b0b;
}

.mmm-e-header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 1rem clamp(1rem, 3vw, 2rem);
  background: transparent;
}

body.admin-bar .mmm-e-header-wrap {
  top: 32px;
}

.mmm-e-header-wrap > .elementor-container,
.mmm-e-header-wrap .e-con-inner {
  max-width: var(--site-width);
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  background: var(--nav-bg);
  backdrop-filter: blur(24px);
  padding: 0.75rem 1.45rem;
}

.mmm-e-logo .elementor-heading-title,
.mmm-e-logo {
  color: var(--text);
  font-family: var(--heading-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.mmm-e-logo img {
  width: auto;
  max-width: 150px;
  max-height: 42px;
  object-fit: contain;
}

.mmm-e-logo .elementor-heading-title::first-letter {
  color: var(--text);
}

.mmm-e-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.65rem;
}

.mmm-e-nav a {
  position: relative;
  color: rgba(255,255,255,0.76);
  font-family: var(--body-font);
  font-size: 0.8rem;
  font-weight: 300;
  text-transform: uppercase;
}

.mmm-e-nav a::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: auto;
  width: 0;
  height: 1px;
  content: "";
  background: var(--primary-fill);
  transition: width 0.35s ease, left 0.35s ease;
}

.mmm-e-nav a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.mmm-e-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}

.mmm-e-header-cta {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--primary-fill);
  color: #0b0b0b;
  padding: 0.85rem 1.35rem;
  font-family: var(--body-font);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.site-shell[data-theme="light"] .mmm-elementor-section,
.site-shell[data-theme="light"] .mmm-e-hero,
.site-shell[data-theme="light"] .mmm-e-cta {
  background-color: var(--light-bg);
  color: var(--light-text);
}

.site-shell[data-theme="light"] .mmm-e-services {
  background: #ededdf;
}

.site-shell[data-theme="light"] .mmm-e-headline .elementor-heading-title,
.site-shell[data-theme="light"] .mmm-e-title .elementor-heading-title {
  color: var(--light-text);
}

.site-shell[data-theme="light"] .mmm-e-header-wrap > .elementor-container,
.site-shell[data-theme="light"] .mmm-e-header-wrap .e-con-inner {
  background: var(--light-nav-bg);
  border-color: rgba(0,0,0,0.13);
}

.site-shell[data-theme="light"] .mmm-e-logo .elementor-heading-title,
.site-shell[data-theme="light"] .mmm-e-nav a,
.site-shell[data-theme="light"] .mmm-e-header-actions .theme-toggle {
  color: var(--light-text);
}

.site-shell.menu-open .mmm-e-header-wrap .mmm-e-nav {
  position: absolute;
  top: calc(100% + 0.75rem);
  right: clamp(1rem, 3vw, 2rem);
  left: clamp(1rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  max-width: var(--site-width);
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 1.4rem;
  background: var(--nav-bg);
  backdrop-filter: blur(24px);
  padding: 1rem;
}

.site-shell.menu-open .mmm-e-header-wrap .mmm-e-nav a {
  padding: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.site-shell.menu-open .mmm-e-header-wrap .mmm-e-nav a:last-child {
  border-bottom: 0;
}

.site-shell[data-theme="light"].menu-open .mmm-e-header-wrap .mmm-e-nav {
  background: var(--light-nav-bg);
  border-color: rgba(0,0,0,0.13);
}

.site-shell[data-theme="light"].menu-open .mmm-e-header-wrap .mmm-e-nav a {
  border-color: rgba(0,0,0,0.1);
}

.site-shell[data-theme="light"] .mmm-e-lead,
.site-shell[data-theme="light"] .mmm-e-lead p,
.site-shell[data-theme="light"] .mmm-e-list .elementor-icon-list-text {
  color: var(--light-muted);
}

@media (max-width: 1100px) {
  .hero-grid,
  .intro-grid,
  .intro-content,
  .featured-grid,
  .about-grid,
  .testimonial-grid,
  .section-head,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .team-grid,
  .pill-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nav-menu { display: none; }
}

@media (max-width: 720px) {
  body.admin-bar .nav-shell { top: 46px; }
  body.admin-bar .mmm-e-header-wrap { top: 46px; }
  .cursor-dot, .cursor-ring { display: none; }
  .nav-cta { display: none; }
  .headline { font-size: clamp(4.7rem, 23vw, 8.5rem); }
  .hero-bottom,
  .services-grid,
  .team-grid,
  .pill-grid,
  .stats-grid,
  .award-row {
    grid-template-columns: 1fr;
  }
  .hero-visual-wrap { min-height: 35rem; }
  .horizontal-panel { min-width: 86vw; }
  .footer-email { word-break: break-word; }
  .mmm-e-nav { display: none; }
  .mmm-e-header-cta { display: none; }
}
