:root {
  --bg: #090c16;
  --bg-soft: #121a2c;
  --surface: rgba(18, 24, 40, 0.8);
  --surface-strong: rgba(10, 14, 24, 0.92);
  --line: rgba(120, 168, 255, 0.24);
  --line-soft: rgba(120, 168, 255, 0.12);
  --text: #edf3ff;
  --text-soft: #b6c3d8;
  --accent: #7d67ff;
  --accent-2: #65d7ff;
  --accent-3: #a8b8ff;
  --danger: #ff6e4a;
  --radius-lg: 1.4rem;
  --radius-md: 1rem;
  --radius-sm: 0.75rem;
  --shadow: 0 18px 52px rgba(0, 0, 0, 0.42);
  --shadow-glow: 0 12px 38px rgba(124, 103, 255, 0.24);
  --max-w: 1180px;
  --ease: 240ms ease;
  --atlas-embed-offset: 98px;
  --atlas-embed-offset-micro: 52px;
  --cursor-primary: #7d67ff;
  --cursor-secondary: #a8b8ff;
  --cursor-ring: rgba(125, 103, 255, 0.72);
  --cursor-ring-strong: rgba(168, 184, 255, 0.94);
  --cursor-glow: rgba(125, 103, 255, 0.28);
  --bg-color: #000;
  --accent-color: #00d2ff;
  --line-accent-brand: #1caad973;
  --line-accent-soft: #1caad921;
  --orbit-ring: rgba(0, 210, 255, 0.28);
  --orbit-ring-soft: rgba(0, 210, 255, 0.22);
  --orbit-glow: rgba(0, 210, 255, 0.2);
  --orbit-ring-strong: rgba(0, 210, 255, 0.68);
  --orbit-ring-medium: rgba(0, 210, 255, 0.42);
  --marker-dot: #65d7ff;
  --item-size: 60px;
  --shell-gutter: clamp(1.1rem, 2.6vw, 2.2rem);
  --section-gap-desktop: clamp(2.4rem, 4.4vw, 4.4rem);
  --section-gap-mobile: clamp(1.9rem, 6.2vw, 3rem);
}

html[data-theme="light"] {
  --bg: #ffffff;
  --bg-soft: #f4faf3;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: rgba(248, 253, 248, 0.97);
  --line: rgba(16, 57, 31, 0.22);
  --line-soft: rgba(16, 57, 31, 0.11);
  --text: #10391f;
  --text-soft: #2f5e41;
  --accent: #2f8f3a;
  --accent-2: #1f7a3f;
  --accent-3: #9ce65f;
  --shadow: 0 16px 42px rgba(18, 66, 36, 0.14);
  --shadow-glow: 0 12px 30px rgba(47, 143, 58, 0.22);
  --cursor-primary: #2f8f3a;
  --cursor-secondary: #9ce65f;
  --cursor-ring: rgba(47, 143, 58, 0.72);
  --cursor-ring-strong: rgba(156, 230, 95, 0.94);
  --cursor-glow: rgba(47, 143, 58, 0.26);
  --accent-color: #2f8f3a;
  --line-accent-brand: rgba(20, 80, 44, 0.34);
  --line-accent-soft: rgba(20, 80, 44, 0.12);
  --orbit-ring: rgba(20, 80, 44, 0.32);
  --orbit-ring-soft: rgba(20, 80, 44, 0.24);
  --orbit-glow: rgba(47, 143, 58, 0.18);
  --orbit-ring-strong: rgba(20, 80, 44, 0.44);
  --orbit-ring-medium: rgba(20, 80, 44, 0.3);
  --marker-dot: #14502c;
  color-scheme: light;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    #050b14 url("/assets/images/backgrounds/backg.png") top center / 100% auto
    repeat-y;
  overflow-x: clip;
}

html[data-theme="light"] body {
  background:
    radial-gradient(
      1200px 620px at 84% -8%,
      rgba(72, 168, 98, 0.16),
      transparent 68%
    ),
    radial-gradient(
      1080px 560px at 6% -18%,
      rgba(50, 136, 72, 0.14),
      transparent 62%
    ),
    linear-gradient(180deg, #ffffff 0%, #f7fbf5 54%, #f3f8f1 100%);
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.65;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  line-height: 0.95;
  letter-spacing: 0.02em;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-wrap {
  width: min(var(--max-w), calc(100vw - (var(--shell-gutter) * 2)));
  margin: 0 auto;
}

main#inicio > section + section {
  margin-top: var(--section-gap-desktop);
}

main.page-main > section + section {
  margin-top: clamp(2.2rem, 4.2vw, 3.8rem);
}

#tratamentos,
#metodo,
#atlas,
#para-quem-e,
#primeira-avaliacao,
#conteudos,
#reels,
#playlist,
#equipe,
#depoimentos,
#contato {
  scroll-margin-top: 6.8rem;
}

.site-aura {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -3;
  display: none;
}

.aura {
  position: absolute;
  border-radius: 999px;
  filter: blur(16px);
}

.aura-1 {
  width: 34rem;
  height: 34rem;
  background: radial-gradient(
    circle,
    rgba(125, 103, 255, 0.22) 0%,
    rgba(125, 103, 255, 0) 70%
  );
  left: -8rem;
  top: -10rem;
}

.aura-2 {
  width: 26rem;
  height: 26rem;
  background: radial-gradient(
    circle,
    rgba(40, 255, 198, 0.24) 0%,
    rgba(40, 255, 198, 0) 70%
  );
  right: -7rem;
  top: 20%;
}

.aura-3 {
  width: 20rem;
  height: 20rem;
  background: radial-gradient(
    circle,
    rgba(248, 255, 112, 0.16) 0%,
    rgba(248, 255, 112, 0) 72%
  );
  left: 38%;
  bottom: -8rem;
}

.grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(124, 168, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 168, 255, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 60% 10%, black 8%, transparent 72%);
  display: none;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.03);
  z-index: 90;
}

.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.cursor-trail {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 20000;
  opacity: 0;
  transition: opacity 220ms ease;
}

.cursor-dot,
.cursor-ring {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  z-index: 20010;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.cursor-dot {
  width: 11px;
  height: 11px;
  border: 1px solid var(--cursor-ring);
  background: radial-gradient(
    circle at 50% 50%,
    var(--cursor-primary) 0%,
    var(--cursor-secondary) 72%
  );
  box-shadow:
    0 0 10px var(--cursor-ring),
    0 0 18px var(--cursor-glow);
}

.cursor-ring {
  width: 44px;
  height: 44px;
  border: 1px solid var(--cursor-ring);
  mix-blend-mode: plus-lighter;
  box-shadow: 0 0 26px var(--cursor-glow);
}

.cursor-ring::before,
.cursor-ring::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--cursor-ring);
  transform: translate(-50%, -50%);
}

.cursor-ring::before {
  width: 18px;
  height: 1px;
}

.cursor-ring::after {
  width: 1px;
  height: 18px;
}

html.has-custom-cursor,
html.has-custom-cursor body,
body.has-custom-cursor {
  cursor: none;
}

html.has-custom-cursor *,
html.has-custom-cursor dialog,
html.has-custom-cursor dialog *,
html.has-custom-cursor dialog::backdrop,
body.has-custom-cursor *,
body.has-custom-cursor a,
body.has-custom-cursor button,
body.has-custom-cursor input,
body.has-custom-cursor textarea,
body.has-custom-cursor select,
body.has-custom-cursor label {
  cursor: none !important;
}

@media (hover: none), (pointer: coarse) {
  .cursor-dot,
  .cursor-ring,
  .cursor-trail {
    display: none !important;
    opacity: 0 !important;
  }

  html.has-custom-cursor,
  html.has-custom-cursor body,
  body.has-custom-cursor,
  html.has-custom-cursor *,
  body.has-custom-cursor * {
    cursor: auto !important;
  }
}

@media (max-width: 1024px) {
  .cursor-dot,
  .cursor-ring,
  .cursor-trail {
    display: none !important;
    opacity: 0 !important;
  }

  html.has-custom-cursor,
  html.has-custom-cursor body,
  body.has-custom-cursor,
  html.has-custom-cursor *,
  body.has-custom-cursor * {
    cursor: auto !important;
  }
}

.topbar {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(var(--max-w), calc(100vw - 1.4rem));
  min-height: 4.6rem;
  padding: 0.7rem 1rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(10, 14, 10, 0.78);
  backdrop-filter: blur(13px);
  z-index: 80;
  transition:
    transform var(--ease),
    background var(--ease),
    border-color var(--ease);
}

.theme-switch {
  width: 2.62rem;
  height: 2.62rem;
  border-radius: 0.82rem;
  border: 1px solid rgba(183, 255, 152, 0.38);
  background: linear-gradient(
    180deg,
    rgba(10, 18, 12, 0.95),
    rgba(8, 13, 10, 0.92)
  );
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 10px 18px rgba(0, 0, 0, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition:
    transform var(--ease),
    border-color var(--ease),
    box-shadow var(--ease);
}

.theme-switch:hover,
.theme-switch:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(183, 255, 152, 0.62);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 12px 22px rgba(0, 0, 0, 0.28);
}

.theme-switch__glyph {
  position: relative;
  display: block;
  width: 1.14rem;
  height: 1.14rem;
}

.theme-switch__glyph--moon::before,
.theme-switch__glyph--moon::after,
.theme-switch__glyph--sun::before,
.theme-switch__glyph--sun::after {
  content: "";
  position: absolute;
}

.theme-switch__glyph--moon::before {
  width: 1rem;
  height: 1rem;
  left: 0.08rem;
  top: 0.07rem;
  border-radius: 999px;
  background: #fff;
}

.theme-switch__glyph--moon::after {
  width: 0.88rem;
  height: 0.88rem;
  left: 0.38rem;
  top: 0.02rem;
  border-radius: 999px;
  background: rgba(7, 11, 8, 0.95);
}

.theme-switch__glyph--sun {
  display: none;
}

.theme-switch__glyph--sun::before {
  width: 0.62rem;
  height: 0.62rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: #fff;
}

.theme-switch__glyph--sun::after {
  width: 0.14rem;
  height: 0.14rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: #fff;
  box-shadow:
    0 -0.64rem 0 #fff,
    0 0.64rem 0 #fff,
    0.64rem 0 0 #fff,
    -0.64rem 0 0 #fff,
    0.46rem -0.46rem 0 #fff,
    -0.46rem -0.46rem 0 #fff,
    0.46rem 0.46rem 0 #fff,
    -0.46rem 0.46rem 0 #fff;
}

html[data-theme="light"] .theme-switch {
  border-color: rgba(16, 57, 31, 0.22);
  background: linear-gradient(
    180deg,
    rgba(10, 18, 12, 0.97),
    rgba(7, 12, 9, 0.94)
  );
}

html[data-theme="light"] .theme-switch__glyph--moon {
  display: none;
}

html[data-theme="light"] .theme-switch__glyph--sun {
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.topbar.is-condensed {
  background: rgba(7, 10, 8, 0.92);
  border-color: var(--line-accent-brand);
}

.topbar.is-hidden {
  transform: translate(-50%, -130%);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 160px;
  height: 50px;
}

.brand-logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transform: scale(1.36);
  transform-origin: center;
}

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

html[data-theme="light"] .brand-logo--dark {
  display: none;
}

html[data-theme="light"] .brand-logo--light {
  display: block;
}

.site-nav {
  justify-self: center;
  min-width: 0;
  width: 100%;
  max-width: clamp(360px, 43vw, 560px);
  overflow: hidden;
  white-space: nowrap;
  padding-inline: 0.5rem;
}

.site-nav__track {
  display: inline-flex;
  gap: 1.1rem;
  align-items: center;
  width: max-content;
  min-width: max-content;
  will-change: transform;
  transform: translateX(0);
}

.site-nav::-webkit-scrollbar {
  display: none;
}

.site-nav__track a[data-clone="true"] {
  opacity: 0.94;
}

.site-nav a {
  flex: 0 0 auto;
  color: var(--text-soft);
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color var(--ease);
}

.site-nav[data-interactive-nav="true"] a {
  padding-block: 0.08rem;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.hero-kicker-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
}

.hero-kicker-row .eyebrow {
  margin: 0;
}

.hero-kicker-actions {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.hero-kicker-actions .admin-entry--hero {
  margin-left: 0;
}

.topbar-actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
}

.topbar-actions .cta-button {
  width: auto;
}

.topbar-actions .admin-entry--hero {
  margin-left: 0;
}

.admin-entry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.36rem 0.82rem;
  border-radius: 999px;
  border: 1px solid var(--line-accent-brand);
  background: rgba(101, 215, 255, 0.14);
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition:
    transform var(--ease),
    background var(--ease),
    border-color var(--ease);
}

.admin-entry:hover,
.admin-entry:focus-visible {
  transform: translateY(-1px);
  background: rgba(101, 215, 255, 0.2);
  border-color: var(--line-accent-brand);
}

.admin-entry--hero {
  min-width: 118px;
  padding: 0.26rem 0.56rem;
  flex-direction: column;
  gap: 0.06rem;
  align-items: center;
  border-color: var(--line-accent-brand);
  background: rgba(101, 215, 255, 0.08);
}

.admin-entry--hero .admin-entry__main {
  font-size: 0.6rem;
  letter-spacing: 0.1em;
}

.admin-entry--hero .admin-entry__sub {
  font-size: 0.44rem;
  line-height: 1;
  letter-spacing: 0.14em;
  opacity: 0.72;
}

.mobile-only {
  display: none !important;
}

.admin-entry--nav {
  display: none !important;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-weight: 600;
  padding: 0.52rem 1rem;
}

.cta-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.82rem 1.28rem;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition:
    transform var(--ease),
    box-shadow var(--ease),
    background var(--ease),
    border-color var(--ease);
}

.cta-button {
  background: linear-gradient(122deg, var(--accent), var(--accent-3));
  color: #111706;
  box-shadow: var(--shadow-glow);
}

.cta-button:hover,
.cta-button:focus-visible,
.ghost-button:hover,
.ghost-button:focus-visible {
  transform: translateY(-2px);
}

.cta-button.large {
  min-height: 3.8rem;
  font-size: 0.94rem;
}

.ghost-button {
  border-color: var(--line-accent-brand);
  color: var(--text);
  background: rgba(8, 12, 8, 0.56);
}

html[data-theme="light"] .topbar,
html[data-theme="light"] .topbar.is-condensed {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(16, 57, 31, 0.2);
}

html[data-theme="light"] .site-nav a {
  color: #285339;
}

html[data-theme="light"] .site-nav a:hover,
html[data-theme="light"] .site-nav a:focus-visible {
  color: #10391f;
}

html[data-theme="light"] .ghost-button,
html[data-theme="light"] .hero-metrics li {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(16, 57, 31, 0.18);
  color: #10391f;
}

html[data-theme="light"] .eyebrow,
html[data-theme="light"] .admin-entry {
  background: rgba(47, 143, 58, 0.1);
  border-color: rgba(47, 143, 58, 0.34);
  color: #1f7a3f;
}

html[data-theme="light"] .site-nav a.admin-entry--nav {
  border-color: rgba(47, 143, 58, 0.34);
  border-top-color: rgba(47, 143, 58, 0.34);
  background:
    linear-gradient(
      180deg,
      rgba(47, 143, 58, 0.14),
      rgba(47, 143, 58, 0.08)
    ),
    rgba(255, 255, 255, 0.92);
  color: #1f7a3f;
}

html[data-theme="light"] .hero {
  background: #ffffff;
}

html[data-theme="light"] .hero-video {
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  transform: none;
  object-fit: contain;
  object-position: center center;
  -webkit-mask-image: none;
  mask-image: none;
  mix-blend-mode: normal;
  opacity: 1;
  filter: none;
  background: #ffffff;
}

html[data-theme="light"] .hero-content {
  text-shadow: none;
}

html[data-theme="light"] .hero-title {
  text-shadow: none;
}

html[data-theme="light"] .hero-phrase {
  color: #5abf6c;
  text-shadow: none;
}

html[data-theme="light"] .media-stamp {
  color: #f7fbf8;
  border-color: rgba(247, 251, 248, 0.44);
  background: rgba(5, 8, 5, 0.66);
}

html[data-theme="light"] .reel__handle,
html[data-theme="light"] .reel__desc,
html[data-theme="light"] .reel__source {
  color: #f7fbf8;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.38);
}

html[data-theme="light"] .grid-overlay {
  background-image:
    linear-gradient(rgba(16, 57, 31, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 57, 31, 0.09) 1px, transparent 1px);
  mask-image: none;
  opacity: 0.42;
}

/* Light theme surfaces: white background + green border like dark theme structure */
html[data-theme="light"] .treatment-card,
html[data-theme="light"] .movein-orbit__single,
html[data-theme="light"] .movein-orbit__core,
html[data-theme="light"] .movein-orbit__card,
html[data-theme="light"] .atlas-pro__viewerFrame,
html[data-theme="light"] .atlas-pro__panel,
html[data-theme="light"] .atlas-orbit__button,
html[data-theme="light"] .atlas-pro__link,
html[data-theme="light"] .atlas-pro__mobileNote,
html[data-theme="light"] .manifesto-clip__context,
html[data-theme="light"] .audience-card,
html[data-theme="light"] .partner-card,
html[data-theme="light"] .team-card,
html[data-theme="light"] .profile-panel,
html[data-theme="light"] .profile-section,
html[data-theme="light"] .directory-card,
html[data-theme="light"] .team-reel,
html[data-theme="light"] .playlist__panel,
html[data-theme="light"] .playlist__list,
html[data-theme="light"] .playlist__track,
html[data-theme="light"] .playlist__btn,
html[data-theme="light"] .quote-card,
html[data-theme="light"] .reels-highlight,
html[data-theme="light"] .reel__media,
html[data-theme="light"] .booking-panel,
html[data-theme="light"] .contact-grid,
html[data-theme="light"] .contact-units,
html[data-theme="light"] .faq-item,
html[data-theme="light"] .team-foot {
  border-color: rgba(20, 80, 44, 0.38);
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.97),
    rgba(245, 251, 246, 0.95)
  );
  box-shadow: 0 16px 42px rgba(18, 66, 36, 0.12);
  color: #14502c;
}

html[data-theme="light"] .treatment-card h3,
html[data-theme="light"] .movein-orbit__meta h3,
html[data-theme="light"] .manifesto-clip__context h3,
html[data-theme="light"] .audience-card h3,
html[data-theme="light"] .partner-card h3,
html[data-theme="light"] .team-card h3,
html[data-theme="light"] .profile-panel h2,
html[data-theme="light"] .profile-section h3,
html[data-theme="light"] .directory-card__body h3,
html[data-theme="light"] .atlas-pro__panel h3,
html[data-theme="light"] .team-reel__content h3,
html[data-theme="light"] .reels-highlight__title,
html[data-theme="light"] .playlist__title,
html[data-theme="light"] .booking-panel h2,
html[data-theme="light"] .contact-grid h2,
html[data-theme="light"] .faq-trigger {
  color: #14502c;
}

html[data-theme="light"] .treatment-card .card-kicker,
html[data-theme="light"] .treatment-card .card-summary,
html[data-theme="light"] .atlas-pro__kicker,
html[data-theme="light"] .movein-orbit__meta p,
html[data-theme="light"] .manifesto-clip__context p,
html[data-theme="light"] .audience-card p,
html[data-theme="light"] .audience-card .credentials-list li,
html[data-theme="light"] .partner-card__body > p,
html[data-theme="light"] .team-card--member p,
html[data-theme="light"] .profile-panel p,
html[data-theme="light"] .profile-section p,
html[data-theme="light"] .credentials-list li,
html[data-theme="light"] .directory-card__body p,
html[data-theme="light"] .quote-card p,
html[data-theme="light"] .quote-card span,
html[data-theme="light"] .playlist__label,
html[data-theme="light"] .playlist__track span,
html[data-theme="light"] .reels-highlight__subtitle,
html[data-theme="light"] .booking-panel p,
html[data-theme="light"] .booking-panel li,
html[data-theme="light"] .contact-grid p,
html[data-theme="light"] .contact-list p,
html[data-theme="light"] .faq-content p,
html[data-theme="light"] .team-foot p {
  color: #2f5e41;
}

html[data-theme="light"] .contact-list strong,
html[data-theme="light"] .contact-list a {
  color: #14502c;
}

html[data-theme="light"] .credentials-list li::before,
html[data-theme="light"] .quote-card__meta li::before {
  color: #14502c;
}

html[data-theme="light"] .ticker-strip {
  background: linear-gradient(
    122deg,
    rgba(57, 162, 63, 0.98) 0%,
    rgba(124, 220, 84, 0.98) 54%,
    rgba(146, 232, 96, 0.98) 100%
  );
  border-top-color: rgba(20, 80, 44, 0.22);
  border-bottom-color: rgba(20, 80, 44, 0.22);
}

html[data-theme="light"] .ticker-strip--spotlight::before {
  display: none;
}

html[data-theme="light"] .ticker-strip--spotlight::after {
  display: none;
}

html[data-theme="light"] .ticker-track {
  color: #0f2315;
  font-weight: 800;
}

html[data-theme="light"] .ticker-track span:nth-child(4n + 2) {
  color: #1d4d2b;
}

html[data-theme="light"] .reels-highlight__title {
  color: #14502c;
  text-shadow: none;
}

html[data-theme="light"] .reels-highlight__subtitle {
  color: #2f5e41;
  text-shadow: none;
}

html[data-theme="light"] .atlas-orbit__button,
html[data-theme="light"] .atlas-pro__link,
html[data-theme="light"] .atlas-chip,
html[data-theme="light"] .treatment-card .card-link,
html[data-theme="light"] .audience-card .card-link,
html[data-theme="light"] .directory-card .card-link,
html[data-theme="light"] .partner-card .card-link,
html[data-theme="light"] .team-card .card-link,
html[data-theme="light"] .audience-card,
html[data-theme="light"] .partner-card,
html[data-theme="light"] .team-card,
html[data-theme="light"] .profile-panel,
html[data-theme="light"] .profile-section,
html[data-theme="light"] .directory-card,
html[data-theme="light"] .playlist__btn,
html[data-theme="light"] .playlist__track,
html[data-theme="light"] .faq-item,
html[data-theme="light"] .contact-units {
  border-color: rgba(20, 80, 44, 0.42);
}

html[data-theme="light"] .atlas-chip,
html[data-theme="light"] .atlas-pro__route {
  border-color: rgba(20, 80, 44, 0.36);
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.98),
    rgba(243, 249, 245, 0.94)
  );
  color: #14502c;
  box-shadow: 0 12px 28px rgba(18, 66, 36, 0.1);
}

html[data-theme="light"] .atlas-chip:hover,
html[data-theme="light"] .atlas-chip:focus-visible,
html[data-theme="light"] .atlas-pro__route:hover,
html[data-theme="light"] .atlas-pro__route:focus-visible {
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 1),
    rgba(246, 251, 248, 0.96)
  );
}

html[data-theme="light"] .atlas-chip.is-active {
  border-color: rgba(20, 80, 44, 0.58);
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 1),
    rgba(239, 248, 242, 0.96)
  );
  box-shadow:
    0 0 0 2px rgba(20, 80, 44, 0.18),
    0 12px 28px rgba(18, 66, 36, 0.14);
}

html[data-theme="light"] .playlist__btn--play {
  color: #10391f;
}

html[data-theme="light"] .treatment-card__media::before {
  background: linear-gradient(
    180deg,
    rgba(8, 12, 8, 0.08) 14%,
    rgba(5, 8, 5, 0.36) 54%,
    rgba(5, 8, 5, 0.92) 100%
  );
}

html[data-theme="light"] .treatment-card .card-link {
  color: #14502c;
  text-shadow: none;
  border-color: rgba(20, 80, 44, 0.34);
  background: rgba(20, 80, 44, 0.08);
  box-shadow: inset 0 0 0 1px rgba(20, 80, 44, 0.06);
}

html[data-theme="light"] .treatment-card .card-link:hover,
html[data-theme="light"] .treatment-card .card-link:focus-visible {
  background: rgba(20, 80, 44, 0.14);
}

html[data-theme="light"] .directory-card .card-link,
html[data-theme="light"] .audience-card .card-link,
html[data-theme="light"] .partner-card .card-link,
html[data-theme="light"] .team-card .card-link {
  background: rgba(20, 80, 44, 0.1);
  color: #14502c;
  box-shadow: inset 0 0 0 1px rgba(20, 80, 44, 0.08);
}

html[data-theme="light"] .directory-card .card-link:hover,
html[data-theme="light"] .directory-card .card-link:focus-visible,
html[data-theme="light"] .audience-card .card-link:hover,
html[data-theme="light"] .audience-card .card-link:focus-visible,
html[data-theme="light"] .partner-card .card-link:hover,
html[data-theme="light"] .partner-card .card-link:focus-visible,
html[data-theme="light"] .team-card .card-link:hover,
html[data-theme="light"] .team-card .card-link:focus-visible {
  background: rgba(20, 80, 44, 0.16);
}

html[data-theme="light"] .event-launch__panel {
  border-color: rgba(20, 80, 44, 0.42);
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.97),
    rgba(245, 251, 246, 0.95)
  );
  box-shadow: 0 20px 56px rgba(16, 66, 38, 0.18);
  color: #14502c;
}

html[data-theme="light"] .event-launch__intro h2,
html[data-theme="light"] .event-launch__intro p {
  color: #14502c;
}

html[data-theme="light"] .event-launch__meta {
  border-color: rgba(20, 80, 44, 0.36);
  background: rgba(255, 255, 255, 0.94);
}

html[data-theme="light"] .event-launch__visual {
  border-color: rgba(20, 80, 44, 0.22);
  background:
    radial-gradient(
      320px 180px at 50% 24%,
      rgba(90, 191, 108, 0.14),
      transparent 74%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.42),
      rgba(255, 255, 255, 0.08)
    );
}

html[data-theme="light"] .event-launch__item {
  border-color: rgba(20, 80, 44, 0.34);
  background: rgba(255, 255, 255, 0.92);
}

html[data-theme="light"] .event-launch__item span,
html[data-theme="light"] .event-launch__item strong {
  color: #14502c;
}

html[data-theme="light"] .event-card,
html[data-theme="light"] .event-program__slot,
html[data-theme="light"] .community-signal__card,
html[data-theme="light"] .motion-strip__card,
html[data-theme="light"] .story-wall__panel {
  border-color: rgba(20, 80, 44, 0.38);
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.97),
    rgba(245, 251, 246, 0.95)
  );
  box-shadow: 0 16px 42px rgba(18, 66, 36, 0.12);
  color: #14502c;
}

html[data-theme="light"] .event-card h3,
html[data-theme="light"] .event-program__slot h3,
html[data-theme="light"] .community-signal__value,
html[data-theme="light"] .story-wall__formBlock h2 {
  color: #14502c;
}

html[data-theme="light"] .event-card p,
html[data-theme="light"] .event-program__slot p,
html[data-theme="light"] .community-signal__card p,
html[data-theme="light"] .story-wall__formBlock > p,
html[data-theme="light"] .story-form__status,
html[data-theme="light"] .story-form__consent {
  color: #2e6f47;
}

html[data-theme="light"] .event-card__eyebrow,
html[data-theme="light"] .event-program__time,
html[data-theme="light"] .community-signal__eyebrow,
html[data-theme="light"] .story-form label {
  color: #1f7a3f;
}

html[data-theme="light"] .event-card__eyebrow,
html[data-theme="light"] .event-program__time,
html[data-theme="light"] .community-signal__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.24rem 0.54rem;
  border-radius: 999px;
  border: 1px solid rgba(20, 80, 44, 0.24);
  background: rgba(255, 255, 255, 0.9);
}

html[data-theme="light"] .event-card__status {
  border-color: rgba(20, 80, 44, 0.26);
  background: rgba(255, 255, 255, 0.88);
  color: #14502c;
}

html[data-theme="light"] .story-form input,
html[data-theme="light"] .story-form select,
html[data-theme="light"] .story-form textarea {
  border-color: rgba(20, 80, 44, 0.22);
  background: rgba(255, 255, 255, 0.96);
  color: #14502c;
}

html[data-theme="light"] .agency-spotlight__content h2,
html[data-theme="light"] .story-wall__prompt strong {
  color: #14502c;
}

html[data-theme="light"] .story-wall__prompt,
html[data-theme="light"] .community-form-note span,
html[data-theme="light"] .agency-spotlight__panel {
  border-color: rgba(20, 80, 44, 0.18);
  background: rgba(255, 255, 255, 0.9);
}

html[data-theme="light"] .story-wall__prompt p,
html[data-theme="light"] .community-form-note span,
html[data-theme="light"] .agency-spotlight__content p {
  color: #2e6f47;
}

html[data-theme="light"] .agency-spotlight__media {
  border-color: rgba(20, 80, 44, 0.18);
  background: rgba(255, 255, 255, 0.98);
}

html[data-theme="light"] .story-form input:focus,
html[data-theme="light"] .story-form select:focus,
html[data-theme="light"] .story-form textarea:focus {
  border-color: rgba(31, 138, 69, 0.48);
  box-shadow: 0 0 0 3px rgba(31, 138, 69, 0.12);
  background: rgba(255, 255, 255, 1);
}

html[data-theme="light"] .hero-triage__chip,
html[data-theme="light"] .atlas-orbit__button,
html[data-theme="light"] .audience-card,
html[data-theme="light"] .assessment-step,
html[data-theme="light"] .assessment-cta,
html[data-theme="light"] .atlas-pro__route,
html[data-theme="light"] .reels__cta,
html[data-theme="light"] .final-cta__panel {
  border-color: rgba(20, 80, 44, 0.34);
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.97),
    rgba(245, 251, 246, 0.94)
  );
  box-shadow: 0 16px 42px rgba(18, 66, 36, 0.1);
  color: #14502c;
}

html[data-theme="light"] .hero-triage__chip:hover,
html[data-theme="light"] .hero-triage__chip:focus-visible,
html[data-theme="light"] .atlas-orbit__button:hover,
html[data-theme="light"] .atlas-orbit__button:focus-visible,
html[data-theme="light"] .reels__cta:hover,
html[data-theme="light"] .reels__cta:focus-visible,
html[data-theme="light"] .atlas-pro__route:hover,
html[data-theme="light"] .atlas-pro__route:focus-visible {
  background: rgba(245, 251, 246, 0.98);
}

html[data-theme="light"] .audience-card h3,
html[data-theme="light"] .assessment-step h3,
html[data-theme="light"] .quote-card__title,
html[data-theme="light"] .final-cta__panel h2 {
  color: #14502c;
}

html[data-theme="light"] .section-head__lede,
html[data-theme="light"] .hero-triage__label,
html[data-theme="light"] .audience-card p,
html[data-theme="light"] .audience-card__kicker,
html[data-theme="light"] .assessment-step p,
html[data-theme="light"] .atlas-pro__route span,
html[data-theme="light"] .final-cta__panel p,
html[data-theme="light"] .quote-card__meta li {
  color: #2f5e41;
}

html[data-theme="light"] .quote-card__pill {
  border-color: rgba(20, 80, 44, 0.3);
  background: rgba(20, 80, 44, 0.08);
  color: #2f8f3a;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  background: #000;
}

.hero-video {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(56vw, calc(86vh * 9 / 16), 560px);
  height: auto;
  aspect-ratio: 9 / 16;
  transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
  object-position: center center;
  background: transparent;
  pointer-events: none;
  user-select: none;
  filter: none;
  -webkit-mask-image: radial-gradient(
    ellipse 74% 82% at 50% 50%,
    rgba(0, 0, 0, 1) 52%,
    rgba(0, 0, 0, 0.84) 68%,
    rgba(0, 0, 0, 0.44) 84%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: radial-gradient(
    ellipse 74% 82% at 50% 50%,
    rgba(0, 0, 0, 1) 52%,
    rgba(0, 0, 0, 0.84) 68%,
    rgba(0, 0, 0, 0.44) 84%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.hero-video::-webkit-media-controls,
.hero-video::-webkit-media-controls-enclosure,
.hero-video::-webkit-media-controls-start-playback-button,
.hero-video::-webkit-media-controls-overlay-play-button,
.hero-video::-webkit-media-controls-panel,
.hero-video::-webkit-media-controls-play-button,
[data-inline-autoplay]::-webkit-media-controls,
[data-inline-autoplay]::-webkit-media-controls-enclosure,
[data-inline-autoplay]::-webkit-media-controls-start-playback-button,
[data-inline-autoplay]::-webkit-media-controls-overlay-play-button,
[data-inline-autoplay]::-webkit-media-controls-panel,
[data-inline-autoplay]::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 8.6rem 0 4rem;
}

.hero-info-panel {
  width: min(100%, 1020px);
  padding: clamp(1rem, 2.4vw, 1.76rem);
  border-radius: clamp(1rem, 2vw, 1.6rem);
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  align-items: end;
}

.hero-copy {
  min-width: 0;
  max-width: 980px;
}

.eyebrow {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-self: flex-start;
  justify-self: start;
  padding: 0.34rem 0.72rem;
  border-radius: 999px;
  background: var(--line-accent-soft);
  border: 1px solid #fff;
  color: var(--accent-2);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-title {
  margin-top: 1.16rem;
  font-size: clamp(3.4rem, 13vw, 11rem);
  line-height: 0.86;
  max-width: 8ch;
  text-wrap: balance;
}

.hero-rotator {
  margin-top: 0.78rem;
  min-height: 2rem;
  position: relative;
}

.hero-phrase {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: translateY(10px);
  max-width: 56ch;
  font-size: clamp(0.92rem, 1.9vw, 1.08rem);
  line-height: 1.12;
  color: var(--accent-2);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    opacity 360ms ease,
    transform 360ms ease;
}

.hero-phrase.is-active {
  opacity: 1;
  transform: translateY(0);
}

.hero-lead {
  margin-top: 1.05rem;
  max-width: 56ch;
  font-size: clamp(1rem, 2.1vw, 1.18rem);
}

.hero-actions {
  margin-top: 1.6rem;
  display: flex;
  gap: 0.72rem;
  flex-wrap: wrap;
}

.hero-triage {
  margin-top: 1.2rem;
  width: min(100%, 980px);
  max-width: 100%;
  margin-inline: auto;
}

.hero-triage__label {
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 800;
}

.hero-triage__grid {
  margin-top: 0.72rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.56rem;
}

.hero-triage__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  border: 1px solid var(--line-accent-brand);
  border-radius: 999px;
  background: rgba(6, 11, 7, 0.68);
  color: var(--text);
  padding: 0.72rem 0.9rem;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  transition:
    transform var(--ease),
    border-color var(--ease),
    background var(--ease),
    box-shadow var(--ease);
}

.hero-triage__chip:hover,
.hero-triage__chip:focus-visible {
  transform: translateY(-2px);
  border-color: var(--line-accent-brand);
  background: rgba(8, 14, 9, 0.84);
  box-shadow: var(--shadow-glow);
}

.hero-metrics {
  margin-top: 2.3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.86rem;
  width: min(100%, 980px);
  max-width: 100%;
  margin-inline: auto;
}

.hero-metrics li {
  border: 1px solid var(--line-accent-brand);
  background: rgba(6, 11, 7, 0.72);
  backdrop-filter: blur(8px);
  border-radius: var(--radius-md);
  padding: 0.9rem;
}

.hero-metrics strong {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  color: var(--text);
}

.hero-metrics span {
  color: var(--text-soft);
  font-size: 0.84rem;
}

.section-head__lede {
  margin-top: 0.72rem;
  max-width: 62ch;
  font-size: 1rem;
}

.hero-stage {
  --stage-tilt-x: 0deg;
  --stage-tilt-y: 0deg;
  --stage-drift-x: 0px;
  --stage-drift-y: 0px;
  position: relative;
  border: 1px solid var(--line-accent-brand);
  border-radius: clamp(1rem, 2.6vw, 1.8rem);
  background:
    radial-gradient(
      620px 360px at 50% -8%,
      rgba(40, 255, 198, 0.22),
      transparent 74%
    ),
    linear-gradient(170deg, rgba(4, 11, 8, 0.92), rgba(5, 9, 7, 0.86));
  min-height: clamp(440px, 62vh, 640px);
  overflow: hidden;
  isolation: isolate;
  perspective: 1200px;
  box-shadow:
    0 36px 80px rgba(0, 0, 0, 0.48),
    inset 0 0 0 1px rgba(125, 103, 255, 0.15);
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(6, 10, 8, 0.02) 4%,
      rgba(6, 10, 8, 0.72) 78%,
      rgba(6, 10, 8, 0.9) 100%
    ),
    radial-gradient(
      56% 36% at 50% 88%,
      rgba(125, 103, 255, 0.16),
      rgba(125, 103, 255, 0)
    );
  pointer-events: none;
  z-index: 2;
}

.hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at 50% 48%, black 12%, transparent 80%);
  opacity: 0.24;
  pointer-events: none;
  z-index: 1;
}

.hero-stage__glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 74%;
  aspect-ratio: 1 / 1;
  background: radial-gradient(
    circle,
    rgba(40, 255, 198, 0.24),
    rgba(40, 255, 198, 0) 72%
  );
  transform: translate(-50%, -50%);
  filter: blur(10px);
  z-index: 0;
}

.hero-stage__signatureWrap {
  position: absolute;
  inset: 8% 11% 9%;
  border-radius: 1.4rem;
  border: 1px solid var(--line-accent-brand);
  overflow: hidden;
  transform: translate3d(
      calc(var(--stage-drift-x) * 0.2),
      calc(var(--stage-drift-y) * 0.2),
      0
    )
    rotateX(calc(8deg + var(--stage-tilt-y)))
    rotateY(calc(-10deg + var(--stage-tilt-x)));
  transform-style: preserve-3d;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 28px 66px rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hero-stage__signature {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.08);
}

.hero-stage__logoWrap {
  position: absolute;
  left: 50%;
  top: 42%;
  width: clamp(220px, 35vw, 340px);
  aspect-ratio: 1;
  transform: translate3d(-50%, -50%, 130px)
    rotateX(calc(-5deg + var(--stage-tilt-y)))
    rotateY(calc(10deg + var(--stage-tilt-x)));
  transform-style: preserve-3d;
  z-index: 4;
}

.hero-stage__logoSpin {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: hero-logo-spin 14s linear infinite;
}

.hero-stage__logoFace {
  position: absolute;
  inset: 0;
  border-radius: 1.1rem;
  border: 1px solid var(--line-accent-brand);
  background:
    radial-gradient(
      100% 100% at 50% 20%,
      rgba(40, 255, 198, 0.24),
      rgba(40, 255, 198, 0) 56%
    ),
    linear-gradient(160deg, rgba(8, 14, 10, 0.96), rgba(5, 9, 7, 0.88));
  display: grid;
  place-items: center;
  backface-visibility: hidden;
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.4),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.hero-stage__logoFace img {
  width: 78%;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.26));
}

.hero-stage__logoFace--back {
  transform: rotateY(180deg);
}

.hero-stage__orbiter {
  position: absolute;
  width: clamp(116px, 14vw, 172px);
  aspect-ratio: 9 / 16;
  border-radius: 0.95rem;
  border: 1px solid var(--line-accent-brand);
  overflow: hidden;
  background: rgba(4, 9, 7, 0.8);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.36),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  z-index: 5;
  transition:
    border-color var(--ease),
    filter var(--ease);
}

.hero-stage__orbiter video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.04);
}

.hero-stage__orbiter--runner {
  left: -5%;
  top: 10%;
  transform: translate3d(
      calc(var(--stage-drift-x) * -0.32),
      calc(var(--stage-drift-y) * -0.2),
      95px
    )
    rotate(-8deg);
}

.hero-stage__orbiter--cyclist {
  right: -6%;
  top: 12%;
  transform: translate3d(
      calc(var(--stage-drift-x) * 0.34),
      calc(var(--stage-drift-y) * -0.22),
      92px
    )
    rotate(9deg);
}

.hero-stage__orbiter--tennis {
  right: 4%;
  bottom: 7%;
  transform: translate3d(
      calc(var(--stage-drift-x) * 0.26),
      calc(var(--stage-drift-y) * 0.26),
      80px
    )
    rotate(-5deg);
}

.hero-stage__label {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 6;
  border: 1px solid var(--line-accent-brand);
  border-radius: 999px;
  padding: 0.44rem 0.7rem;
  background: rgba(6, 11, 8, 0.74);
  color: var(--accent-2);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
}

.hero-stage__label span {
  color: var(--text);
}

@keyframes hero-logo-spin {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}

.movein-orbit {
  padding: 0.65rem 0 3.4rem;
}

.movein-orbit__single {
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(5, 9, 7, 0.86);
  box-shadow: 0 28px 62px rgba(0, 0, 0, 0.4);
}

.movein-orbit__singleVideo {
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 82vh;
  object-fit: cover;
  background: #020303;
}

.movein-orbit__layout {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.8fr);
  gap: 0.86rem;
  align-items: stretch;
}

.movein-orbit__core {
  --orbit-shift: 0px;
  --orbit-scale: 1.04;
  position: relative;
  min-height: 540px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-accent-brand);
  overflow: hidden;
  padding: 1rem;
  display: grid;
  align-content: end;
  isolation: isolate;
  background: rgba(5, 9, 7, 0.86);
}

.movein-orbit__halo {
  position: absolute;
  width: 80%;
  aspect-ratio: 1 / 1;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(40, 255, 198, 0.24),
    rgba(40, 255, 198, 0) 72%
  );
  filter: blur(14px);
  z-index: 1;
}

.movein-orbit__coreVideo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.06);
  transform: translateY(var(--orbit-shift)) scale(var(--orbit-scale));
  transition: transform 220ms linear;
}

.movein-orbit__core::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(4, 8, 6, 0.08) 12%,
      rgba(4, 8, 6, 0.85) 82%,
      rgba(4, 8, 6, 0.94)
    ),
    linear-gradient(130deg, rgba(8, 14, 9, 0.24), rgba(8, 14, 9, 0.02));
  z-index: 2;
}

.movein-orbit__coreContent {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 0.5rem;
  max-width: 56ch;
}

.movein-orbit__coreContent p:first-child {
  color: var(--accent);
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  font-weight: 800;
}

.movein-orbit__coreContent h3 {
  font-size: clamp(2rem, 4.3vw, 3.6rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.movein-orbit__stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.72rem;
}

.movein-orbit__card {
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-md);
  background: linear-gradient(160deg, rgba(6, 11, 8, 0.9), rgba(5, 9, 7, 0.84));
  overflow: hidden;
  min-height: 170px;
  display: grid;
  grid-template-rows: minmax(128px, 1fr) auto;
  transition:
    transform 220ms ease,
    border-color 220ms ease;
}

.movein-orbit__card .hover-video-frame__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.movein-orbit__card:hover,
.movein-orbit__card:focus-within {
  border-color: var(--line-accent-brand);
}

.movein-orbit__meta {
  padding: 0.68rem 0.78rem 0.76rem;
  display: grid;
  gap: 0.2rem;
}

.movein-orbit__meta p {
  color: var(--accent-2);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 800;
}

.movein-orbit__meta h3 {
  font-size: clamp(1.16rem, 1.9vw, 1.66rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.event-launch {
  padding: 0.8rem 0 3rem;
}

.event-launch__panel {
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(
      620px 300px at 12% 0%,
      rgba(40, 255, 198, 0.14),
      transparent 72%
    ),
    linear-gradient(160deg, rgba(7, 12, 8, 0.95), rgba(5, 9, 7, 0.86));
  padding: 1.05rem;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 0.9rem;
  align-items: start;
}

.event-launch__intro {
  display: grid;
  gap: 0.58rem;
  align-content: start;
}

.event-launch__intro h2 {
  font-size: clamp(2.2rem, 4.4vw, 4rem);
  line-height: 0.92;
}

.event-launch__intro p {
  margin: 0;
}

.event-launch__intro .credentials-list {
  margin-top: 0.12rem;
}

.event-launch__meta {
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-md);
  background: rgba(6, 11, 8, 0.75);
  padding: 0.82rem;
  display: grid;
  gap: 0.46rem;
  align-content: start;
}

.event-launch__item {
  border: 1px solid var(--line-accent-brand);
  border-radius: 0.82rem;
  padding: 0.58rem 0.68rem;
  background: rgba(4, 8, 6, 0.66);
  display: grid;
  gap: 0.12rem;
}

.event-launch__item span {
  color: var(--accent-2);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 800;
}

.event-launch__item strong {
  font-size: 0.96rem;
  letter-spacing: 0.01em;
}

.event-launch__meta .cta-button {
  width: 100%;
  justify-content: center;
  margin-top: 0.3rem;
}

.event-launch__visual {
  grid-column: 1 / -1;
  margin-top: 0.1rem;
  border: 1px solid var(--line-accent-brand);
  border-radius: 0.92rem;
  background:
    radial-gradient(
      440px 220px at 50% 34%,
      rgba(40, 255, 198, 0.14),
      transparent 74%
    ),
    linear-gradient(180deg, rgba(5, 9, 7, 0.16), rgba(5, 9, 7, 0.02));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 4345 / 2084;
  padding: 0;
}

.event-launch__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  opacity: 1;
  transform: none;
  filter: none;
  display: block;
}

.event-agenda {
  padding: 0.35rem 0 3rem;
}

.event-agenda__grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.82rem;
}

.event-card {
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-md);
  background: linear-gradient(
    160deg,
    rgba(6, 11, 8, 0.92),
    rgba(7, 12, 9, 0.8)
  );
  box-shadow: var(--shadow);
  padding: 0.96rem;
  display: grid;
  gap: 0.68rem;
  align-content: start;
}

.event-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.event-card__eyebrow {
  color: var(--accent-2);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.event-card__status {
  border: 1px solid var(--line-accent-brand);
  border-radius: 999px;
  background: rgba(10, 15, 10, 0.7);
  color: var(--text);
  padding: 0.28rem 0.54rem;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.event-card h3 {
  margin: 0;
  font-size: clamp(1.48rem, 2.1vw, 2.2rem);
  line-height: 0.95;
}

.event-card p {
  margin: 0;
  line-height: 1.58;
}

.event-card .card-link {
  justify-self: start;
  margin-top: 0.1rem;
}

.event-program {
  padding: 0.15rem 0 3rem;
}

.event-program__grid {
  margin-top: 1.15rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.82rem;
}

.event-program__slot {
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-md);
  background: linear-gradient(160deg, rgba(7, 12, 8, 0.9), rgba(5, 9, 7, 0.82));
  padding: 0.95rem;
  display: grid;
  gap: 0.42rem;
  align-content: start;
}

.event-program__time {
  color: var(--accent-2);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.event-program__slot h3 {
  margin: 0;
  font-size: clamp(1.3rem, 1.6vw, 1.8rem);
  line-height: 0.98;
}

.event-program__slot p {
  margin: 0;
  line-height: 1.55;
}

.community-signal {
  padding: 0.2rem 0 3rem;
}

.community-signal__grid {
  margin-top: 1.15rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.82rem;
}

.community-signal__card {
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-md);
  background:
    radial-gradient(
      220px 140px at 82% 12%,
      rgba(40, 255, 198, 0.12),
      transparent 74%
    ),
    linear-gradient(160deg, rgba(6, 11, 8, 0.92), rgba(7, 12, 9, 0.8));
  box-shadow: var(--shadow);
  padding: 1rem;
  display: grid;
  gap: 0.42rem;
  align-content: start;
}

.community-signal__eyebrow {
  color: var(--accent-2);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.community-signal__value {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.44rem, 2vw, 2.3rem);
  line-height: 0.96;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--accent);
}

.community-signal__card p {
  margin: 0;
  line-height: 1.58;
}

.motion-strip {
  padding: 0.1rem 0 2.8rem;
}

.motion-strip__carousel {
  margin-top: 1.15rem;
  min-height: 0;
}

.motion-strip__carousel .team-carousel__track {
  align-items: stretch;
  gap: 0.92rem;
  padding: 0.1rem 0.12rem 0.1rem 0.12rem;
}

.motion-strip__card {
  flex: 0 0 clamp(214px, 16vw, 252px);
  width: clamp(214px, 16vw, 252px);
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-md);
  background: #030604;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.motion-strip__video {
  width: 100%;
  height: 100%;
  aspect-ratio: 9 / 16;
  display: block;
  object-fit: cover;
  background: #030604;
}

.motion-strip__content {
  display: none;
}

.motion-strip__content span {
  color: var(--accent-2);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.motion-strip__content strong {
  font-size: 1rem;
  color: var(--text);
}

.story-wall {
  padding: 0.35rem 0 3rem;
}

.story-wall__panel {
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(
      540px 280px at 88% 12%,
      rgba(40, 255, 198, 0.12),
      transparent 72%
    ),
    linear-gradient(150deg, rgba(8, 13, 9, 0.94), rgba(6, 10, 8, 0.9));
  box-shadow: var(--shadow);
  padding: clamp(1rem, 2.4vw, 1.7rem);
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 1rem;
  align-items: stretch;
}

.story-wall__intro {
  display: grid;
  gap: 0.8rem;
  align-content: start;
}

.story-wall__intro .quote-card {
  height: 100%;
}

.story-wall__prompts {
  display: grid;
  gap: 0.72rem;
}

.story-wall__prompt {
  border: 1px solid var(--line-accent-brand);
  border-radius: 1rem;
  background: rgba(7, 12, 8, 0.56);
  padding: 0.84rem 0.9rem;
}

.story-wall__prompt strong {
  display: block;
  color: var(--text);
  margin-bottom: 0.24rem;
  font-size: 0.98rem;
}

.story-wall__prompt p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.52;
  font-size: 0.9rem;
}

.story-wall__formBlock {
  display: grid;
  gap: 0.78rem;
  align-content: start;
}

.story-wall__formBlock h2 {
  font-size: clamp(2rem, 4.6vw, 4rem);
  line-height: 0.92;
}

.story-wall__formBlock > p {
  margin: 0;
  max-width: 62ch;
}

.community-form-note {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.62rem;
}

.community-form-note span {
  border: 1px solid var(--line-accent-brand);
  border-radius: 0.92rem;
  background: rgba(7, 12, 8, 0.56);
  padding: 0.78rem 0.82rem;
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.5;
}

.story-form {
  display: grid;
  gap: 0.72rem;
}

.story-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
}

.story-form__field {
  display: grid;
  gap: 0.32rem;
}

.story-form__field--full {
  grid-column: 1 / -1;
}

.story-form label {
  color: var(--accent-2);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.story-form input,
.story-form select,
.story-form textarea {
  width: 100%;
  border: 1px solid var(--line-accent-brand);
  border-radius: 0.9rem;
  background: rgba(6, 11, 8, 0.74);
  color: var(--text);
  font: inherit;
  padding: 0.82rem 0.9rem;
  outline: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.story-form textarea {
  min-height: 140px;
  resize: vertical;
}

.story-form input:focus,
.story-form select:focus,
.story-form textarea:focus {
  border-color: var(--line-accent-brand);
  box-shadow: 0 0 0 3px rgba(125, 103, 255, 0.12);
  background: rgba(8, 13, 9, 0.9);
}

.story-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 0.62rem;
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.5;
}

.story-form__consent input {
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.12rem;
  padding: 0;
  accent-color: #89ff2f;
}

.story-form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.68rem;
}

.story-form__status {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.86rem;
}

.content-footer-art {
  padding: 0.2rem 0 1.4rem;
  display: flex;
  justify-content: center;
  opacity: 0.22;
  pointer-events: none;
}

.content-footer-art img {
  width: min(100%, 1180px);
  height: auto;
  display: block;
}

.community-banner {
  padding: 0 0 2.2rem;
  pointer-events: none;
}

.community-banner img {
  width: 100%;
  max-height: 640px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: clamp(1rem, 2vw, 1.5rem);
  opacity: 1;
  filter: none;
}

.agency-spotlight {
  padding: 0 0 3rem;
}

.agency-spotlight__panel {
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(
      360px 220px at 18% 24%,
      rgba(40, 255, 198, 0.12),
      transparent 74%
    ),
    linear-gradient(150deg, rgba(8, 13, 9, 0.94), rgba(6, 10, 8, 0.9));
  box-shadow: var(--shadow);
  padding: clamp(0.95rem, 2.4vw, 1.25rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
  text-decoration: none;
}

.agency-spotlight__content {
  display: grid;
  gap: 0.6rem;
  align-content: start;
}

.agency-spotlight__content h2 {
  font-size: clamp(2rem, 4.8vw, 4rem);
  line-height: 0.92;
  max-width: 14ch;
}

.agency-spotlight__content p {
  margin: 0;
}

.agency-spotlight__content .ghost-button {
  justify-self: start;
  margin-top: 0.18rem;
}

.agency-spotlight__mediaGrid {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(260px, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.agency-spotlight__media {
  border: 1px solid var(--line-accent-brand);
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(8, 12, 8, 0.76);
  min-height: clamp(360px, 42vw, 540px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.agency-spotlight__media--portrait {
  align-items: stretch;
}

.agency-spotlight__portrait {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.agency-spotlight__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.audience-paths {
  padding: 0.45rem 0 3rem;
}

.audience-paths__grid {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.82rem;
  align-items: stretch;
}

.audience-card {
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-md);
  background: linear-gradient(160deg, rgba(7, 12, 8, 0.9), rgba(5, 9, 7, 0.82));
  padding: 1rem;
  display: grid;
  align-content: start;
  gap: 0.5rem;
  min-height: 100%;
}

.audience-card__kicker {
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.68rem;
  font-weight: 800;
}

.audience-card h3 {
  font-size: clamp(1.5rem, 2.5vw, 2.3rem);
  line-height: 0.95;
}

.audience-card p {
  margin: 0;
}

.audience-card .credentials-list {
  margin-top: 0.1rem;
}

.audience-card .credentials-list li {
  padding-left: 0.92rem;
}

.audience-card .card-link {
  margin-top: 0.4rem;
  width: fit-content;
}

.ticker-strip {
  --spot-x: 50%;
  --spot-y: 50%;
  overflow: hidden;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background: rgba(6, 10, 18, 0.9);
  position: relative;
  isolation: isolate;
}

.ticker-strip--spotlight::before {
  content: "";
  position: absolute;
  inset: -28%;
  background:
    radial-gradient(
      240px circle at var(--spot-x) var(--spot-y),
      rgba(101, 215, 255, 0.18),
      rgba(125, 103, 255, 0.11) 45%,
      transparent 72%
    ),
    radial-gradient(
      180px circle at calc(var(--spot-x) + 80px) calc(var(--spot-y) - 12px),
      rgba(168, 184, 255, 0.16),
      transparent 72%
    );
  filter: blur(6px);
  opacity: 0.95;
  pointer-events: none;
  z-index: 0;
}

.ticker-strip--spotlight::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(5, 9, 17, 0.92),
    rgba(5, 9, 17, 0) 16%,
    rgba(5, 9, 17, 0) 84%,
    rgba(5, 9, 17, 0.92)
  );
  pointer-events: none;
  z-index: 1;
}

.ticker-track {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  white-space: nowrap;
  width: max-content;
  padding: 0.96rem 0;
  color: #dce7ff;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  will-change: transform;
  animation: ticker 26s linear infinite;
  position: relative;
  z-index: 2;
}

.ticker-track span {
  opacity: 0.88;
}

.ticker-track span:nth-child(4n + 2) {
  color: #d67dff;
  font-size: 0.82em;
  opacity: 1;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.ticker-strip:hover .ticker-track {
  animation-play-state: paused;
}

.kinetic-copy {
  padding: 4.4rem 0 2.2rem;
  overflow: hidden;
}

.kinetic-copy .line {
  display: block;
  position: relative;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.5rem, 7.8vw, 7rem);
  color: rgba(243, 255, 232, 0.12);
  -webkit-text-fill-color: currentColor;
  line-height: 0.9;
  letter-spacing: 0.03em;
  transform: translateX(var(--kinetic-x, 0));
  will-change: transform;
  backface-visibility: hidden;
}

.kinetic-copy .line + .line {
  margin-top: 0.5rem;
}

.movein-c3d {
  padding: 0.8rem 0 3.5rem;
  overflow-x: clip;
}

.movein-c3d__stage {
  position: relative;
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
}

.movein-c3d__viewport {
  position: relative;
  min-height: clamp(540px, 67vw, 760px);
  overflow: visible;
  perspective: 1900px;
  transform-style: preserve-3d;
  isolation: isolate;
  cursor: grab;
  touch-action: pan-y;
}

.movein-c3d__track {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  transform-style: preserve-3d;
}

.movein-c3d__viewport.is-dragging {
  cursor: grabbing;
}

.movein-c3d__viewport.is-dragging .movein-c3d__item {
  transition-duration: 260ms, 220ms, 220ms;
}

.movein-c3d__viewport.is-dragging .movein-c3d__link {
  pointer-events: none;
}

.movein-c3d__item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(210px, 26vw, 340px);
  transform-style: preserve-3d;
  transition:
    transform 820ms cubic-bezier(0.2, 0.74, 0.2, 1),
    filter 600ms ease,
    opacity 540ms ease;
  will-change: transform, filter, opacity;
}

.movein-c3d__item[data-carousel-current="true"] {
  pointer-events: auto;
}

.movein-c3d__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.movein-c3d__visual {
  position: relative;
  display: block;
  aspect-ratio: 10 / 14;
  border-radius: 1.05rem;
  border: 1px solid var(--line-accent-brand);
  overflow: visible;
  background: #040706;
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.48),
    inset 0 0 0 1px rgba(125, 103, 255, 0.18);
}

.movein-c3d__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(2, 4, 3, 0.04) 8%,
    rgba(2, 4, 3, 0.2) 54%,
    rgba(2, 4, 3, 0.88) 100%
  );
  pointer-events: none;
}

.movein-c3d__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 1.05rem;
}

.movein-c3d__reflection {
  position: absolute;
  top: calc(100% + 0.22rem);
  left: 0;
  right: 0;
  height: 70%;
  overflow: hidden;
  opacity: 0.6;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.18) 46%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.18) 46%,
    transparent 100%
  );
}

.movein-c3d__reflection .movein-c3d__image {
  transform: scaleY(-1);
  transform-origin: top center;
  filter: blur(0.8px) brightness(0.92) saturate(0.9);
}

.movein-c3d__meta {
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.9rem;
  z-index: 1;
  display: grid;
  gap: 0.24rem;
}

.movein-c3d__kicker {
  margin: 0;
  color: #8feaff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.66rem;
  font-weight: 800;
}

.movein-c3d__meta strong {
  color: #f6fbf8;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  letter-spacing: 0.02em;
  line-height: 0.96;
}

.movein-c3d__meta small {
  color: var(--text);
  font-size: 0.8rem;
  line-height: 1.34;
}

.movein-c3d__floor {
  position: absolute;
  left: 50%;
  bottom: 0.8rem;
  width: min(84%, 980px);
  height: clamp(84px, 12vw, 136px);
  transform: translateX(-50%);
  background:
    radial-gradient(
      56% 88% at 50% 50%,
      rgba(116, 97, 255, 0.26),
      rgba(10, 14, 11, 0.2) 52%,
      transparent 100%
    ),
    radial-gradient(
      78% 110% at 50% 64%,
      rgba(40, 255, 198, 0.16),
      rgba(0, 0, 0, 0) 72%
    );
  filter: blur(10px);
  pointer-events: none;
  z-index: 0;
}

.movein-c3d__nav {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  border: 1px solid var(--line-accent-brand);
  background: rgba(7, 11, 8, 0.72);
  color: var(--text);
  font: inherit;
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform var(--ease),
    border-color var(--ease),
    background var(--ease),
    box-shadow var(--ease);
  z-index: 3;
}

.movein-c3d__nav:hover,
.movein-c3d__nav:focus-visible {
  transform: translateY(-2px);
  border-color: var(--line-accent-brand);
  background: rgba(8, 14, 9, 0.9);
  box-shadow: var(--shadow-glow);
}

.movein-c3d__dots {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 0.45rem;
}

.movein-c3d__dot {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 999px;
  border: 1px solid var(--line-accent-brand);
  background: rgba(10, 14, 11, 0.66);
  cursor: pointer;
  transition:
    transform var(--ease),
    background var(--ease),
    border-color var(--ease),
    box-shadow var(--ease);
}

.movein-c3d__dot.is-active {
  transform: scale(1.35);
  border-color: var(--line-accent-brand);
  background: linear-gradient(120deg, var(--accent), var(--accent-3));
  box-shadow: var(--shadow-glow);
}

html[data-theme="light"] .movein-c3d__viewport {
  background: transparent;
}

html[data-theme="light"] .movein-c3d__visual {
  border-color: rgba(20, 80, 44, 0.3);
  box-shadow:
    0 20px 52px rgba(16, 66, 38, 0.2),
    inset 0 0 0 1px rgba(20, 80, 44, 0.14);
}

html[data-theme="light"] .movein-c3d__meta strong {
  color: #f5fbf6;
}

html[data-theme="light"] .movein-c3d__meta small {
  color: #e5f4e9;
}

html[data-theme="light"] .movein-c3d__kicker {
  color: #14502c;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(20, 80, 44, 0.28);
  border-radius: 999px;
  padding: 0.18rem 0.52rem;
  width: max-content;
  box-shadow: 0 8px 18px rgba(18, 66, 36, 0.12);
}

html[data-theme="light"] #atlas .eyebrow,
html[data-theme="light"] .atlas-pro__kicker {
  color: #14502c;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(20, 80, 44, 0.3);
  border-radius: 999px;
  padding: 0.2rem 0.56rem;
  width: max-content;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 8px 18px rgba(18, 66, 36, 0.12);
}

html[data-theme="light"] .movein-c3d__nav {
  border-color: rgba(20, 80, 44, 0.36);
  color: #14502c;
  background: rgba(255, 255, 255, 0.9);
}

html[data-theme="light"] .movein-c3d__dot {
  border-color: rgba(20, 80, 44, 0.4);
  background: rgba(255, 255, 255, 0.75);
}

html[data-theme="light"] .movein-c3d__floor {
  background:
    radial-gradient(
      56% 88% at 50% 50%,
      rgba(116, 97, 255, 0.18),
      rgba(255, 255, 255, 0.08) 52%,
      transparent 100%
    ),
    radial-gradient(
      78% 110% at 50% 64%,
      rgba(47, 143, 58, 0.16),
      rgba(255, 255, 255, 0) 72%
    );
}

@media (hover: none) and (pointer: coarse) {
  .kinetic-copy {
    display: grid;
    align-content: center;
    justify-items: center;
    min-height: clamp(180px, 26vh, 260px);
    padding: 1.15rem 0;
  }

  .kinetic-copy .line {
    font-size: clamp(1.8rem, 7.8vw, 2.9rem);
    color: rgba(243, 255, 232, 0.36);
    -webkit-text-fill-color: rgba(243, 255, 232, 0.36);
    width: 100%;
    text-align: center;
    transform: none !important;
    will-change: auto;
  }

  .kinetic-copy .line + .line {
    margin-top: 0.2rem;
  }
}

@media (max-width: 980px) {
  .movein-c3d__stage {
    grid-template-columns: 1fr;
    overflow-x: clip;
  }

  .movein-c3d__viewport {
    min-height: clamp(500px, 120vw, 680px);
    overflow: hidden;
  }

  .movein-c3d__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .movein-c3d__nav--prev {
    left: 0.5rem;
  }

  .movein-c3d__nav--next {
    right: 0.5rem;
  }
}

@media (max-width: 640px) {
  .ticker-track {
    letter-spacing: 0.08em;
    font-size: 0.82rem;
    gap: 0.94rem;
  }

  .movein-c3d__stage {
    padding-inline: 0.12rem;
  }

  .movein-c3d__viewport {
    min-height: clamp(440px, 132vw, 620px);
  }

  .movein-c3d__item {
    width: clamp(190px, 72vw, 320px);
  }

  .movein-c3d__meta {
    left: 0.72rem;
    right: 0.72rem;
    bottom: 0.72rem;
    gap: 0.2rem;
  }

  .movein-c3d__meta strong {
    font-size: clamp(1.36rem, 7.4vw, 1.84rem);
  }

  .movein-c3d__meta small {
    font-size: 0.74rem;
    line-height: 1.25;
  }

  .movein-c3d__nav {
    width: 2.6rem;
    height: 2.6rem;
  }
}

@media (max-height: 560px) {
  .kinetic-copy {
    display: grid;
    align-content: center;
    justify-items: center;
    min-height: clamp(128px, 34vh, 178px);
    padding: 0.9rem 0;
  }

  .kinetic-copy .line {
    font-size: clamp(1.7rem, 5.4vh, 2.4rem);
    color: rgba(243, 255, 232, 0.34);
    -webkit-text-fill-color: rgba(243, 255, 232, 0.34);
    width: 100%;
    text-align: center;
    transform: none !important;
    will-change: auto;
  }

  .kinetic-copy .line + .line {
    margin-top: 0.16rem;
  }
}

@supports (-webkit-touch-callout: none) {
  @media (hover: none) and (pointer: coarse) {
    .kinetic-copy {
      overflow: hidden;
    }

    .kinetic-copy .line {
      transform: none !important;
      will-change: auto;
      opacity: 0.999;
      -webkit-font-smoothing: antialiased;
    }
  }
}

.treatments {
  padding: 3rem 0 2rem;
}

.section-head h2 {
  margin-top: 1rem;
  font-size: clamp(2.1rem, 5.2vw, 4.8rem);
  line-height: 0.92;
  text-wrap: balance;
}

.treatment-grid {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.92rem;
}

.treatment-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line-accent-brand);
  background: #0a100b;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
}

.treatment-card__media {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  border-bottom: 1px solid var(--line-accent-brand);
  background: #08100a;
}

.treatment-card__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.treatment-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.treatment-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 12, 8, 0.1) 16%,
    rgba(5, 8, 5, 0.4) 54%,
    rgba(5, 8, 5, 0.92) 100%
  );
  z-index: 1;
}

.treatment-card:hover img,
.treatment-card:focus-within img {
  transform: scale(1.08);
}

.treatment-card__headline {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: grid;
  gap: 0.24rem;
}

.card-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 0.68rem;
  padding: 1rem;
}

.card-kicker {
  color: var(--accent-2);
  text-transform: uppercase;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  font-weight: 700;
}

.treatment-card__headline h3 {
  font-size: clamp(1.6rem, 3.2vw, 2.45rem);
  color: #f7fbf8;
  text-shadow:
    0 2px 12px rgba(0, 0, 0, 0.5),
    0 8px 22px rgba(0, 0, 0, 0.34);
}

.treatment-card__headline .card-kicker {
  color: #8feaff;
  text-shadow:
    0 2px 12px rgba(0, 0, 0, 0.42),
    0 8px 22px rgba(0, 0, 0, 0.26);
}

.card-summary {
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.52;
}

.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.card-tags li {
  border: 1px solid var(--line-accent-brand);
  border-radius: 999px;
  background: rgba(9, 13, 9, 0.3);
  color: var(--text);
  padding: 0.3rem 0.58rem;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
}

.card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  max-width: 100%;
  margin-top: 0.72rem;
  border: 1px solid var(--line-accent-brand);
  background: rgba(9, 13, 9, 0.74);
  color: var(--text);
  border-radius: 999px;
  padding: 0.54rem 0.96rem;
  font: inherit;
  font-weight: 700;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.1;
  white-space: nowrap;
  cursor: pointer;
  transition:
    transform var(--ease),
    border-color var(--ease),
    background var(--ease),
    box-shadow var(--ease);
}

.card-link:hover,
.card-link:focus-visible {
  transform: translateY(-2px);
  border-color: var(--line-accent-brand);
  background: rgba(8, 14, 9, 0.86);
  box-shadow: var(--shadow-glow);
}

.split {
  padding: 4.2rem 0;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 1rem;
  align-items: start;
}

.split-media {
  position: sticky;
  top: 7.4rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line-accent-brand);
  box-shadow: var(--shadow);
  height: clamp(520px, 72vh, 760px);
}

.split-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-stamp {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  padding: 0.42rem 0.74rem;
  border: 1px solid var(--line-accent-brand);
  border-radius: 999px;
  background: rgba(5, 8, 5, 0.76);
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.method-list {
  margin-top: 1.3rem;
  display: grid;
  gap: 0.88rem;
}

.method-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-md);
  padding: 1rem;
  background: var(--surface);
}

.method-list li > span {
  min-width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-accent-brand);
  color: var(--accent);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.1rem;
}

.method-list h3 {
  font-size: clamp(1.2rem, 2.7vw, 2rem);
}

.method-list p {
  margin-top: 0.34rem;
}

.first-assessment {
  padding: 0.3rem 0 3.2rem;
}

.assessment-flow {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.82rem;
}

.assessment-step {
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-md);
  background: var(--surface);
  padding: 1rem;
  display: grid;
  align-content: start;
  gap: 0.5rem;
}

.assessment-step__index {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-accent-brand);
  color: var(--accent);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.05rem;
}

.assessment-step h3 {
  font-size: clamp(1.3rem, 2vw, 1.9rem);
  line-height: 0.95;
}

.assessment-step p {
  margin: 0;
}

.assessment-cta {
  margin-top: 1rem;
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-md);
  background: linear-gradient(
    160deg,
    rgba(7, 12, 8, 0.86),
    rgba(5, 9, 7, 0.78)
  );
  padding: 1rem;
}

.assessment-cta p {
  max-width: 62ch;
}

.anatomy-pro {
  padding: 0.4rem 0 3.4rem;
}

.atlas-pro {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 0.92rem;
  align-items: stretch;
}

.atlas-pro__stage {
  display: grid;
  gap: 0.7rem;
}

.atlas-pro__viewerFrame {
  position: relative;
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-md);
  min-height: 560px;
  background:
    radial-gradient(
      520px 360px at 50% 8%,
      rgba(40, 255, 198, 0.16),
      transparent 70%
    ),
    linear-gradient(180deg, rgba(8, 13, 9, 0.82), rgba(7, 10, 8, 0.96));
  overflow: hidden;
  box-shadow:
    inset 0 0 0 1px rgba(28, 170, 217, 0.2),
    0 24px 80px rgba(0, 0, 0, 0.36);
}

.atlas-pro__viewer {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100% + var(--atlas-embed-offset));
  min-height: calc(560px + var(--atlas-embed-offset));
  margin-top: calc(var(--atlas-embed-offset) * -1);
  border: 0;
  background: transparent;
}

.atlas-pro__pins {
  display: none;
}

.atlas-pin {
  position: absolute;
  pointer-events: auto;
  border: 1px solid var(--line-accent-brand);
  background: rgba(7, 12, 8, 0.78);
  color: var(--text);
  border-radius: 999px;
  padding: 0.52rem 0.78rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 0 0 rgba(125, 103, 255, 0.34);
  animation: atlas-pulse 2.8s ease-out infinite;
  cursor: pointer;
  transition: transform 180ms ease;
}

.atlas-pin:hover {
  transform: translateY(-2px);
}

.atlas-pin.is-active {
  border-color: var(--line-accent-brand);
  box-shadow:
    0 0 0 2px rgba(125, 103, 255, 0.2),
    0 0 34px rgba(125, 103, 255, 0.34);
}

.atlas-pin--shoulder {
  left: 30%;
  top: 26%;
}

.atlas-pin--spine {
  left: 48%;
  top: 44%;
}

.atlas-pin--knee {
  left: 42%;
  top: 72%;
}

.atlas-pro__chips {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.72rem;
  width: 100%;
}

.atlas-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 5rem;
  border: 1px solid var(--line-accent-brand);
  border-radius: 1.25rem;
  background: linear-gradient(160deg, rgba(7, 12, 8, 0.9), rgba(5, 9, 7, 0.82));
  color: var(--text);
  padding: 0.92rem 1rem;
  font-size: 1rem;
  letter-spacing: 0.09em;
  line-height: 1.05;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  text-wrap: balance;
  cursor: pointer;
  transition:
    transform var(--ease),
    border-color var(--ease),
    background var(--ease),
    box-shadow var(--ease);
}

.atlas-chip:hover,
.atlas-chip:focus-visible {
  transform: translateY(-2px);
  border-color: var(--line-accent-brand);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

.atlas-chip.is-active {
  border-color: var(--line-accent-brand);
  box-shadow: 0 0 0 2px rgba(125, 103, 255, 0.16);
}

.atlas-pro__panel {
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-md);
  background:
    linear-gradient(160deg, rgba(13, 19, 13, 0.94), rgba(7, 11, 8, 0.94)),
    radial-gradient(
      420px 240px at 76% 10%,
      rgba(40, 255, 198, 0.14),
      transparent 72%
    );
  padding: 1rem;
  display: grid;
  gap: 0.72rem;
  grid-template-rows: auto auto auto auto minmax(340px, 1fr) auto;
  align-content: stretch;
}

.atlas-pro__kicker {
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.69rem;
  font-weight: 800;
}

.atlas-pro__panel h3 {
  font-size: clamp(1.4rem, 2.8vw, 2.3rem);
  line-height: 0.96;
}

.atlas-pro__panel p {
  color: var(--text-soft);
}

.atlas-pro__list {
  display: grid;
  gap: 0.36rem;
  padding-left: 1.1rem;
}

.atlas-pro__list li {
  color: var(--text);
}

.atlas-pro__microFrame {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--line-accent-brand);
  min-height: clamp(340px, 44vh, 520px);
  height: 100%;
  background: #09110d;
}

.atlas-pro__microViewer {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100% + var(--atlas-embed-offset-micro));
  min-height: calc(250px + var(--atlas-embed-offset-micro));
  margin-top: calc(var(--atlas-embed-offset-micro) * -1);
  border: 0;
}

.atlas-pro__mobileNote {
  display: none;
  border: 1px solid var(--line-accent-brand);
  border-radius: 0.85rem;
  background: rgba(10, 15, 11, 0.72);
  padding: 0.72rem 0.82rem;
  color: var(--accent-2);
  font-size: 0.78rem;
}

.atlas-pro.is-mobile-optimized .atlas-pro__microFrame {
  display: none;
}

.atlas-pro.is-mobile-optimized .atlas-pro__mobileNote {
  display: block;
}

.atlas-pro__link {
  justify-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 1px solid var(--line-accent-brand);
  border-radius: 999px;
  padding: 0.86rem 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  text-align: center;
  font-size: clamp(0.92rem, 1.2vw, 1.18rem);
  font-weight: 800;
  background: rgba(9, 13, 10, 0.76);
}

.atlas-pro__routes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.56rem;
}

.atlas-pro__route {
  border: 1px solid var(--line-accent-brand);
  border-radius: 1rem;
  background: rgba(8, 12, 9, 0.7);
  padding: 0.76rem 0.8rem;
  display: grid;
  gap: 0.24rem;
  transition:
    transform var(--ease),
    border-color var(--ease),
    background var(--ease);
}

.atlas-pro__route strong {
  color: var(--text);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.atlas-pro__route span {
  color: var(--text-soft);
  font-size: 0.74rem;
  line-height: 1.4;
}

.atlas-pro__route:hover,
.atlas-pro__route:focus-visible {
  transform: translateY(-2px);
  border-color: var(--line-accent-brand);
  background: rgba(10, 15, 11, 0.84);
}

.atlas-pro__cta {
  margin-top: -0.1rem;
}

.atlas-pro__hubActions {
  margin-top: -0.2rem;
}

@keyframes atlas-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(125, 103, 255, 0.36);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(125, 103, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(125, 103, 255, 0);
  }
}

.gallery {
  padding: 2rem 0 3.6rem;
}

.gallery-grid {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.86rem;
}

.gallery-item {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--line-accent-brand);
  min-height: 240px;
  background: #0a0f0b;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(calc(var(--parallax-y, 0px)));
}

.gallery-grid--community {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.gallery-grid--community .gallery-item,
.gallery-grid--community .gallery-item.large,
.gallery-grid--community .gallery-item.wide,
.gallery-grid--community .gallery-item:not(.large):not(.wide) {
  grid-column: span 1;
  min-height: 0;
  aspect-ratio: 9 / 16;
}

.gallery-item.large {
  grid-column: span 7;
  min-height: 420px;
}

.gallery-item.wide {
  grid-column: span 8;
  min-height: 300px;
}

.gallery-item:not(.large):not(.wide) {
  grid-column: span 5;
}

.gallery-grid--clinic {
  display: block;
  margin-top: 1.05rem;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 5%,
    #000 95%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 5%,
    #000 95%,
    transparent 100%
  );
}

.gallery-grid--clinic-track {
  display: inline-flex;
  align-items: stretch;
  gap: 0.62rem;
  width: max-content;
  white-space: nowrap;
  padding: 0.15rem 0;
  animation: clinic-gallery-ticker 34s linear infinite;
  animation-play-state: running;
  will-change: transform;
}

@keyframes clinic-gallery-ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.gallery-grid--clinic .gallery-item {
  flex: 0 0 clamp(124px, 12vw, 178px);
  min-height: 0;
  aspect-ratio: 9 / 16;
  width: auto;
  height: auto;
  transform-origin: center;
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease;
}

.gallery-grid--clinic .gallery-item--portrait {
  grid-column: auto;
}

.gallery-grid--clinic .gallery-item--clone {
  pointer-events: none;
}

.gallery-grid--clinic .gallery-item img {
  object-fit: cover;
  object-position: center center;
  transform: scale(1.01);
  transition:
    transform 280ms ease,
    filter 260ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .gallery-grid--clinic .gallery-item:hover,
  .gallery-grid--clinic .gallery-item:focus-within {
    transform: translateY(-4px) scale(1.03);
    border-color: var(--line-accent-brand);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.38);
    z-index: 1;
  }

  .gallery-grid--clinic .gallery-item:hover img,
  .gallery-grid--clinic .gallery-item:focus-within img {
    transform: scale(1.08);
    filter: saturate(1.06) contrast(1.04);
  }
}

.manifesto-clip {
  padding: 0.4rem 0 3.2rem;
}

.manifesto-clip__layout {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.84fr);
  gap: 0.88rem;
}

.manifesto-clip__stage {
  position: relative;
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: transparent;
  min-height: 520px;
}

.manifesto-clip__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal;
}

.manifesto-clip__shade {
  display: none !important;
}

.manifesto-clip__stage::before,
.manifesto-clip__stage::after {
  content: none !important;
  background: none !important;
}

.manifesto-clip__caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  gap: 0.2rem;
}

.manifesto-clip__caption p {
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.72rem;
  font-weight: 800;
}

.manifesto-clip__caption strong {
  font-size: clamp(1rem, 2.2vw, 1.38rem);
  line-height: 1.1;
}

.manifesto-clip__context {
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-lg);
  background: linear-gradient(
    165deg,
    rgba(4, 11, 7, 0.94),
    rgba(3, 8, 6, 0.82)
  );
  padding: 1.1rem;
  display: grid;
  align-content: start;
  gap: 0.62rem;
}

.manifesto-clip__kicker {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  font-size: 0.7rem;
}

.manifesto-clip__context h3 {
  font-size: clamp(1.8rem, 4vw, 2.95rem);
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.manifesto-clip__icons {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.42rem;
}

.manifesto-clip__icons img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--line-accent-brand);
  border-radius: 0.7rem;
  background: rgba(0, 0, 0, 0.35);
}

.manifesto-clip__icons--clinic {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.manifesto-clip__icons--clinic img {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: center;
}

.team {
  padding: 0.4rem 0 3.2rem;
}

.team-showcase {
  margin-top: 1.45rem;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.22fr);
  gap: 0.92rem;
  align-items: stretch;
}

.team-showcase--founders {
  margin-top: 0.3rem;
  grid-template-columns: minmax(0, 21rem) minmax(0, 32rem);
  justify-content: center;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}

.team-showcase--founders .section-head {
  margin: 0;
  max-width: 21rem;
}

.team-showcase--founders .section-head h2 {
  margin-top: 0.75rem;
  max-width: none;
  white-space: nowrap;
  text-wrap: initial;
}

.team-showcase--founders .section-head h2 .team-title-line {
  display: block;
  white-space: nowrap;
}

.partner-grid {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-items: stretch;
  gap: 0.86rem;
  align-items: stretch;
  max-width: none;
  margin-inline: 0;
}

.partner-card {
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-md);
  background: linear-gradient(
    160deg,
    rgba(5, 11, 7, 0.95),
    rgba(6, 11, 9, 0.8)
  );
  padding: 0.72rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 0.28rem;
  width: min(100%, 210px);
  height: 432px;
  justify-self: center;
}

.partner-card__photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 0.72rem;
  border: 1px solid var(--line-accent-brand);
  overflow: hidden;
  background: rgba(4, 8, 6, 0.88);
  min-height: 0;
}

.hover-video-frame {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #000;
}

.hover-video-frame__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  display: block;
  background: #000;
  transition: opacity 220ms ease;
  pointer-events: none;
  z-index: 0;
}

.hover-video-frame__poster--cover {
  object-fit: cover;
  background: transparent;
}

.hover-video-frame__video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transform: scale(1.01);
  filter: saturate(0.9) contrast(1.02);
  transition:
    opacity 220ms ease,
    transform 280ms ease,
    filter 280ms ease;
}

.partner-card__photo .hover-video-frame__video,
.team-card__media .hover-video-frame__video,
.directory-card__media .hover-video-frame__video {
  object-fit: contain;
  object-position: center top;
  transform: none;
  background: #000;
}

.profile-portrait .hover-video-frame__video--align-team {
  object-fit: contain;
  object-position: center top;
  transform: none;
  background: #000;
}

.partner-card__photo .hover-video-frame__video--cover,
.team-card__media .hover-video-frame__video--cover,
.directory-card__media .hover-video-frame__video--cover {
  object-fit: cover;
  object-position: center top;
  background: transparent;
}

.hover-video-frame__play {
  position: absolute;
  inset: auto 0.72rem 0.72rem auto;
  width: 2.52rem;
  height: 2.52rem;
  border-radius: 999px;
  border: 1px solid var(--line-accent-brand);
  background: rgba(4, 9, 6, 0.8);
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.36),
    inset 0 0 0 1px rgba(125, 103, 255, 0.22);
  transition:
    opacity 180ms ease,
    transform 200ms ease,
    border-color 220ms ease;
  pointer-events: none;
  z-index: 2;
}

.hover-video-frame__play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-42%, -50%);
  border-top: 0.44rem solid transparent;
  border-bottom: 0.44rem solid transparent;
  border-left: 0.7rem solid rgba(232, 246, 221, 0.96);
}

.hover-video-frame[data-live-frame] .hover-video-frame__play {
  display: none;
}

.hover-video-frame[data-live-frame] .hover-video-frame__video {
  opacity: 1;
}

.hover-video-frame[data-live-frame] .hover-video-frame__poster {
  opacity: 0;
}

.hover-video-frame.is-ready .hover-video-frame__video,
.hover-video-frame.is-playing .hover-video-frame__video {
  opacity: 1;
}

.hover-video-frame.is-ready .hover-video-frame__poster,
.hover-video-frame.is-playing .hover-video-frame__poster {
  opacity: 0;
}

.hover-video-frame:hover .hover-video-frame__video,
.hover-video-frame:focus-within .hover-video-frame__video,
.hover-video-frame.is-playing .hover-video-frame__video {
  transform: scale(1.05);
  filter: saturate(1) contrast(1.08);
}

.partner-card__photo:hover .hover-video-frame__video,
.partner-card__photo:focus-within .hover-video-frame__video,
.partner-card__photo.is-playing .hover-video-frame__video,
.team-card__media:hover .hover-video-frame__video,
.team-card__media:focus-within .hover-video-frame__video,
.team-card__media.is-playing .hover-video-frame__video,
.directory-card__media:hover .hover-video-frame__video,
.directory-card__media:focus-within .hover-video-frame__video,
.directory-card__media.is-playing .hover-video-frame__video {
  transform: none;
}

.profile-portrait .hover-video-frame:hover .hover-video-frame__video--align-team,
.profile-portrait
  .hover-video-frame:focus-within
  .hover-video-frame__video--align-team,
.profile-portrait
  .hover-video-frame.is-playing
  .hover-video-frame__video--align-team {
  transform: none;
}

.hover-video-frame:hover .hover-video-frame__play,
.hover-video-frame:focus-within .hover-video-frame__play,
.hover-video-frame.is-playing .hover-video-frame__play {
  opacity: 0;
  transform: scale(0.88);
}

.hover-video-frame:focus-visible {
  outline: 2px solid rgba(125, 103, 255, 0.6);
  outline-offset: 2px;
}

.partner-card__body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: stretch;
  justify-items: center;
  text-align: center;
  min-width: 0;
  gap: 0.28rem;
}

.partner-card__body > p:not(.team-role) {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.48;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.partner-card__body .card-link {
  width: 100%;
  margin-top: 0.72rem;
}

.team-role {
  color: var(--accent-2);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.partner-card h3 {
  font-size: clamp(1.24rem, 1.5vw, 1.7rem);
  color: var(--accent);
  line-height: 1;
}

.partner-card .team-role {
  margin-top: 0.58rem;
}

.team-grid {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.86rem;
}

.team-grid--full {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  align-items: stretch;
  justify-items: center;
}

.team-card {
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-md);
  background: var(--surface);
  padding: 1rem;
}

.team-card h3 {
  font-size: clamp(1.36rem, 2.4vw, 2.2rem);
  color: var(--accent);
}

.team-card p {
  margin-top: 0.5rem;
}

.team-card--member {
  padding: 0.72rem;
  height: 100%;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  align-items: start;
  justify-items: center;
  text-align: center;
  gap: 0.28rem;
  width: min(100%, 210px);
  height: 432px;
  justify-self: center;
}

.team-card--partner {
  width: 100%;
  min-height: 500px;
  height: 100%;
  padding: 0.82rem;
  justify-self: stretch;
}

.team-card--partner .team-card__media {
  min-height: 0;
}

.team-card--partner h3 {
  font-size: clamp(1.42rem, 1.72vw, 1.94rem);
}

.team-card--partner p {
  font-size: 0.92rem;
  line-height: 1.56;
}

.team-card--partner > p:not(.team-role) {
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  overflow: visible;
}

.team-card--partner .card-link {
  margin-top: 0.9rem;
}

.team-card--member.team-card--rail {
  flex: 0 0 clamp(264px, 24vw, 314px);
  width: clamp(264px, 24vw, 314px);
  min-height: 500px;
  height: 100%;
  padding: 0.82rem;
}

.team-card--member.team-card--rail .team-role {
  margin-top: 0.58rem;
}

.team-card--member.team-card--rail h3 {
  font-size: clamp(1.42rem, 1.72vw, 1.94rem);
}

.team-card--member.team-card--rail p {
  font-size: 0.92rem;
  line-height: 1.56;
}

.team-card--member.team-card--rail > p:not(.team-role) {
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  overflow: visible;
}

.team-card--member.team-card--rail .card-link {
  margin-top: 0.9rem;
}

.team-carousel--founders {
  justify-self: end;
  display: block;
  width: min(100%, 32rem);
  min-height: 0;
  overflow: visible;
}

.team-carousel--founders::before,
.team-carousel--founders::after {
  display: none;
}

.team-carousel--founders .team-carousel__track {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: end;
  align-items: start;
  justify-items: stretch;
  gap: clamp(1rem, 2vw, 1.35rem);
  width: 100%;
  padding: 0;
  transform: none !important;
}

.team-carousel--founders .team-card--member.team-card--rail {
  flex: none;
  width: 100%;
  min-height: 0;
  height: auto;
  align-self: start;
  justify-self: stretch;
}

.team-carousel--founders .team-card--member.team-card--rail .team-card__media {
  width: 100%;
}

.team-carousel {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: max(520px, 100%);
  display: flex;
  align-items: stretch;
}

.team-carousel::before,
.team-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(1.6rem, 4vw, 3.4rem);
  pointer-events: none;
  z-index: 3;
}

.team-carousel::before {
  display: none;
}

.team-carousel::after {
  right: 0;
  width: clamp(1rem, 2.2vw, 1.8rem);
  background: linear-gradient(270deg, rgba(3, 8, 6, 0.68), rgba(3, 8, 6, 0));
}

.team-carousel__track {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 1rem;
  width: max-content;
  padding: 0.2rem 0.1rem 0.2rem 0.2rem;
  will-change: transform;
}

.team-card--carousel {
  flex: 0 0 176px;
  width: 176px;
  height: 346px;
  padding: 0.68rem;
}

.team-card--carousel .team-role {
  font-size: 0.62rem;
}

.team-card--carousel h3 {
  font-size: clamp(1.04rem, 1.12vw, 1.34rem);
}

.team-card--carousel p {
  font-size: 0.8rem;
  line-height: 1.4;
}

.team-card--carousel > p:not(.team-role) {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.team-card--carousel .card-link {
  margin-top: 0.56rem;
  padding: 0.48rem 0.72rem;
  font-size: 0.67rem;
}

.team-card__media {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 0.72rem;
  border: 1px solid var(--line-accent-brand);
  background: rgba(6, 12, 8, 0.8);
}

.team-card--member .team-role {
  margin-top: 0.58rem;
}

.team-card--member h3 {
  margin-top: 0;
  font-size: clamp(1.24rem, 1.5vw, 1.7rem);
  line-height: 1;
}

.team-card--member p {
  margin-top: 0;
  font-size: 0.86rem;
  line-height: 1.48;
}

.team-card--member > p:not(.team-role) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.team-card--member .card-link {
  width: 100%;
  margin-top: 0.72rem;
}

.team-carousel [data-carousel-clone="true"] .card-link {
  pointer-events: none;
}

.team-foot {
  margin-top: 0.95rem;
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-md);
  background: rgba(5, 10, 7, 0.7);
  padding: 0.8rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.team-foot p {
  margin: 0;
  max-width: 640px;
}

.team-foot__actions {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: stretch;
  gap: 0.72rem;
  align-items: stretch;
  width: min(100%, 34rem);
}

.team-foot__actions .cta-button,
.team-foot__actions .ghost-button {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.team-reel {
  margin-top: 0.9rem;
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-md);
  background: linear-gradient(
    160deg,
    rgba(4, 10, 7, 0.94),
    rgba(6, 12, 9, 0.8)
  );
  padding: 0.8rem;
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1fr);
  gap: 0.8rem;
}

.profile-stack .team-reel {
  margin-top: 0;
}

.team-reel__videoWrap {
  border: 1px solid var(--line-accent-brand);
  border-radius: 0.78rem;
  overflow: hidden;
  background: #050806;
}

.team-reel__video {
  width: 100%;
  height: 100%;
  max-height: 440px;
  object-fit: cover;
}

.team-reel__content {
  display: grid;
  align-content: center;
  gap: 0.46rem;
}

.team-reel__content h3 {
  font-size: clamp(1.74rem, 4.1vw, 3rem);
  line-height: 0.94;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.team-reel__content p {
  margin: 0;
}

.page-main {
  padding-top: 7.4rem;
  padding-bottom: 2.6rem;
}

.page-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
}

.page-intro .eyebrow {
  width: fit-content;
  max-width: max-content;
}

.page-intro__eyebrow {
  display: inline-flex !important;
  width: max-content !important;
  max-width: none !important;
  min-height: 0 !important;
  height: auto !important;
  flex: 0 0 auto;
  align-self: flex-start;
  margin: 0 !important;
  line-height: 1 !important;
  padding: 0.34rem 0.72rem !important;
}

.page-intro h1 {
  margin-top: 0.96rem;
  font-size: clamp(2.7rem, 7vw, 5.9rem);
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.page-intro p {
  max-width: 780px;
  margin-top: 0.55rem;
}

.profile-hero {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 0.88rem;
  align-items: stretch;
}

.page-main--profile .profile-hero {
  align-items: start;
}

.page-main:not(.page-main--profile) .profile-hero {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profile-hero.is-reverse .profile-portrait {
  order: 2;
}

.profile-hero.is-reverse .profile-panel {
  order: 1;
}

.profile-stack {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 0.9rem;
}

.profile-portrait {
  margin: 0;
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(3, 8, 6, 0.9);
  min-height: clamp(420px, 48vw, 620px);
  display: flex;
}

.profile-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-portrait__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}

.profile-portrait--adriane img {
  object-position: center;
}

.profile-portrait--recovery img {
  object-position: center 20%;
}

.profile-panel {
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-lg);
  background: linear-gradient(
    160deg,
    rgba(4, 10, 7, 0.95),
    rgba(5, 11, 8, 0.8)
  );
  padding: 1rem;
  display: grid;
  align-content: start;
  gap: 0.62rem;
}

.profile-pill {
  display: inline-flex;
  width: fit-content;
  border: 1px solid var(--line-accent-brand);
  border-radius: 999px;
  padding: 0.28rem 0.62rem;
  color: var(--accent);
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.profile-panel h2 {
  font-size: clamp(2.2rem, 5.3vw, 4.6rem);
  line-height: 0.9;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.profile-panel p {
  margin: 0;
}

.profile-section {
  margin-top: 0.9rem;
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-md);
  background: rgba(5, 9, 7, 0.68);
  padding: 0.88rem 0.92rem;
}

.profile-section h3 {
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.credentials-list {
  list-style: none;
  margin: 0.55rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.44rem;
}

.credentials-list li {
  position: relative;
  padding-left: 0.94rem;
  color: var(--text);
}

.credentials-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0.02em;
  color: var(--marker-dot);
  font-weight: 800;
  line-height: 1;
}

.profile-cta {
  margin-top: 0.94rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.58rem;
  align-items: flex-start;
}

.page-intro .ghost-button,
.profile-cta .cta-button,
.profile-cta .ghost-button,
.final-cta__actions .cta-button,
.final-cta__actions .ghost-button {
  width: auto;
  min-height: 0;
  flex: 0 0 auto;
  align-self: flex-start;
}

.directory-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.82rem;
  align-items: stretch;
}

.directory-grid--team-home {
  margin-top: 0.9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: min(100%, 960px);
  margin-inline: auto;
  justify-content: center;
}

.team-home-cta {
  margin-top: 0.82rem;
}

.team-home-cta__button {
  width: 100%;
  min-height: clamp(4.4rem, 7.2vw, 5.8rem);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.8rem, 4.2vw, 2.7rem);
  letter-spacing: 0.06em;
}

.orbital-home {
  background: transparent;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.orbital-home__header {
  display: none;
}

.orbital-home__grid {
  display: block;
}

.orbital-gallery {
  position: relative;
  width: calc(var(--radius) * 2 + 240px);
  height: calc(var(--radius) * 2 + 240px);
}

.orbital-gallery__orbit {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: rotateOrbit 60s linear infinite;
}

.orbital-gallery__item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 112px;
  height: 286px;
  margin: -143px 0 0 -56px;
  border-radius: 1.7rem;
  background: #070a10;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  font-size: 10px;
  border: 1px solid var(--orbit-ring);
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 20px 48px rgba(0, 0, 0, 0.34);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
  --angle: calc(360deg / var(--items) * var(--i));
  transform: rotate(var(--angle)) translateY(calc(var(--radius) * -1));
}

.orbital-gallery__item img,
.orbital-gallery__item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.orbital-gallery__item video {
  object-position: 50% 72%;
  transform: scale(1.42);
  transform-origin: center bottom;
}

.orbital-gallery__item:hover,
.orbital-gallery__item:focus-visible {
  transform: rotate(var(--angle)) translateY(calc(var(--radius) * -1))
    scale(1.04);
  border-color: var(--accent-color);
  z-index: 10;
  box-shadow:
    0 0 0 1px var(--orbit-ring-soft),
    0 28px 68px rgba(0, 0, 0, 0.42);
}

.orbital-gallery__core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 260px;
  height: 260px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.56);
}

.orbital-gallery__core-video {
  width: 78%;
  height: 78%;
  max-width: 78%;
  max-height: 78%;
  flex: 0 0 auto;
  display: block;
  object-fit: contain;
  object-position: center center;
  border-radius: 50%;
  background: #000;
  filter: saturate(1.04) contrast(1.02);
}

html[data-theme="light"] .orbital-gallery__core {
  background: #ffffff;
  box-shadow: 0 0 30px rgba(16, 57, 31, 0.08);
}

html[data-theme="light"] .orbital-gallery__core-video {
  background: #ffffff;
}

.orbital-gallery:hover .orbital-gallery__orbit {
  animation-play-state: paused;
}

@keyframes rotateOrbit {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.directory-card {
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-md);
  background: linear-gradient(
    160deg,
    rgba(5, 10, 8, 0.95),
    rgba(7, 12, 9, 0.74)
  );
  overflow: hidden;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
}

.directory-card__media {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-bottom: 1px solid var(--line-accent-brand);
  background: rgba(2, 5, 4, 0.8);
  overflow: hidden;
}

.directory-card__body {
  padding: 0.74rem;
  display: grid;
  grid-template-rows: auto minmax(2.5rem, auto) minmax(4.8rem, 1fr) auto;
  gap: 0.32rem;
  align-items: start;
}

.directory-card__body h3 {
  font-size: clamp(1.26rem, 2vw, 1.9rem);
  color: var(--accent);
  line-height: 1;
}

.directory-card__body p {
  margin: 0;
  font-size: 0.9rem;
}

.directory-card__body > p:not(.team-role) {
  line-height: 1.58;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.directory-card__body .card-link {
  width: 100%;
  margin-top: 0.72rem;
}

.directory-card--team-home-copy {
  grid-template-rows: 1fr;
}

.directory-card__body--team-home-copy {
  min-height: 100%;
  grid-template-rows: auto 1fr auto;
  gap: 0.8rem;
}

.directory-card__body--team-home-copy .team-role {
  margin-top: 0;
}

.directory-card__headline {
  margin: 0;
  display: block;
  align-self: stretch;
  color: var(--text);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.55rem, 4.4vw, 3.6rem);
  line-height: 0.84;
  letter-spacing: 0.018em;
  text-transform: uppercase;
  text-wrap: balance;
}

.creative-grid {
  margin-top: 0.72rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.52rem;
}

.creative-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0.72rem;
  border: 1px solid var(--line-accent-brand);
  background: rgba(2, 6, 5, 0.66);
}

.creative-grid img.is-wide {
  grid-column: span 3;
  aspect-ratio: 16 / 6;
}

.creative-grid img.is-portrait {
  aspect-ratio: 3 / 4;
  object-position: center 18%;
}

.testimonials {
  padding: 0.2rem 0 3.3rem;
}

.testimonial-track {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  align-items: stretch;
}

.quote-card {
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-md);
  background: var(--surface-strong);
  padding: 1.25rem;
  min-height: 205px;
  display: grid;
  align-content: space-between;
}

.quote-card p {
  color: var(--text);
  font-size: 1rem;
}

.quote-card span {
  margin-top: 0.8rem;
  color: var(--accent-2);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.quote-card.is-active {
  box-shadow: var(--shadow-glow);
  border-color: var(--line-accent-brand);
}

.quote-card--result {
  min-height: 240px;
  align-content: start;
  gap: 0.7rem;
}

.quote-card--visual {
  position: relative;
  padding: 0;
  overflow: hidden;
  min-height: 240px;
  background: rgba(3, 8, 6, 0.92);
}

.quote-card--visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 30%;
}

.quote-card--visual-duo {
  grid-column: span 2;
  min-height: 272px;
}

.quote-card__pill {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid var(--line-accent-brand);
  background: rgba(9, 14, 9, 0.58);
  color: var(--accent);
  padding: 0.34rem 0.66rem;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
}

.quote-card__title {
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 0.98;
}

.quote-card__meta {
  display: grid;
  gap: 0.42rem;
}

.quote-card__meta li {
  position: relative;
  padding-left: 0.96rem;
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.5;
}

.quote-card__meta li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0.04em;
  color: var(--marker-dot);
  font-weight: 800;
  line-height: 1;
}

.reels {
  padding: 0.3rem 0 3.2rem;
}

.reels__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.reels__title {
  margin-top: 0.7rem;
  font-size: clamp(2rem, 4.8vw, 4rem);
  line-height: 0.92;
  text-wrap: balance;
}

.reels__cta {
  border: 1px solid var(--line-accent-brand);
  border-radius: 999px;
  padding: 0.64rem 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  background: rgba(7, 11, 8, 0.72);
}

.reels__grid {
  margin-top: 1rem;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.reels__highlights {
  margin-top: 0.95rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.56rem;
}

.reels-highlight {
  border: 1px solid var(--line-accent-brand);
  border-radius: 0.95rem;
  padding: 0.44rem;
  background: rgba(7, 11, 8, 0.72);
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 0.5rem;
  align-items: center;
  cursor: pointer;
  transition:
    border-color var(--ease),
    transform var(--ease),
    box-shadow var(--ease);
}

.reels-highlight:hover {
  border-color: var(--line-accent-brand);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.26);
}

.reels-highlight__thumb {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 999px;
  border: 1px solid var(--line-accent-brand);
}

.reels-highlight__meta {
  display: grid;
  gap: 0.06rem;
}

.reels-highlight__title {
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.reels-highlight__subtitle {
  color: var(--text-soft);
  font-size: 0.68rem;
}

@media (min-width: 860px) {
  .reels__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1220px) {
  .reels__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.reel {
  min-width: 0;
}

.reel__btn {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.reel__media {
  position: relative;
  border-radius: 1.05rem;
  overflow: hidden;
  border: 1px solid var(--line-accent-brand);
  box-shadow: var(--shadow);
  background: #0a0d0a;
  aspect-ratio: 9 / 16;
}

.reel__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
}

.reel__scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      60% 60% at 50% 25%,
      rgba(0, 0, 0, 0) 30%,
      rgba(0, 0, 0, 0.3) 100%
    ),
    linear-gradient(to top, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0) 55%);
  pointer-events: none;
}

.reel__source {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0.32rem 0.55rem;
}

.reel__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.reel__play::before {
  content: "";
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid var(--line-accent-brand);
  background: rgba(8, 12, 8, 0.64);
  box-shadow: var(--shadow-glow);
}

.reel__play::after {
  content: "▶";
  position: absolute;
  color: var(--accent);
  font-size: 1rem;
  transform: translateX(2px);
}

.reel__meta {
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 0.7rem;
  color: #fff;
  pointer-events: none;
}

.reel__handle {
  margin: 0;
  font-weight: 800;
  font-size: 0.78rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.reel__desc {
  margin: 0.35rem 0 0;
  font-size: 0.7rem;
  opacity: 0.9;
  line-height: 1.35;
}

.playlist {
  padding: 0.2rem 0 3.2rem;
}

.playlist__panel {
  margin-top: 1.15rem;
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-lg);
  background: linear-gradient(
    160deg,
    rgba(8, 13, 9, 0.86),
    rgba(9, 14, 10, 0.96)
  );
  padding: clamp(1rem, 2.5vw, 1.5rem);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
}

.playlist__hero {
  display: grid;
  grid-template-columns: minmax(130px, 170px) 1fr;
  gap: 0.9rem;
  align-items: center;
}

.playlist__cover {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--line-accent-brand);
  aspect-ratio: 1;
  background: rgba(2, 10, 8, 0.9);
}

.playlist__cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  pointer-events: none;
}

.playlist__label {
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.7rem;
  font-weight: 800;
}

.playlist__title {
  margin-top: 0.5rem;
  font-size: clamp(1.5rem, 2.7vw, 2.5rem);
}

.playlist__controls {
  margin-top: 0.82rem;
  display: flex;
  gap: 0.5rem;
}

.playlist__btn {
  min-width: 2.4rem;
  min-height: 2.4rem;
  border-radius: 999px;
  border: 1px solid var(--line-accent-brand);
  color: var(--text);
  background: rgba(8, 12, 8, 0.86);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.playlist__btn--play {
  min-width: 2.9rem;
  min-height: 2.9rem;
  background: linear-gradient(120deg, var(--accent), var(--accent-3));
  color: #111706;
}

.playlist__progressWrap {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.45rem;
  align-items: center;
}

.playlist__progressWrap span {
  font-size: 0.74rem;
  color: var(--text-soft);
  min-width: 2.2rem;
}

#playlistProgress {
  width: 100%;
  accent-color: var(--accent);
}

.playlist__list {
  border: 1px solid var(--line-accent-brand);
  border-radius: 1rem;
  padding: 0.4rem;
  max-height: 320px;
  overflow: auto;
}

.playlist__track {
  width: 100%;
  border: 1px solid transparent;
  background: rgba(8, 12, 8, 0.66);
  color: var(--text);
  border-radius: 0.75rem;
  padding: 0.56rem 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font: inherit;
  font-size: 0.84rem;
}

.playlist__track + .playlist__track {
  margin-top: 0.42rem;
}

.playlist__track.is-active {
  border-color: var(--line-accent-brand);
  box-shadow: var(--shadow-glow);
}

.playlist__track span {
  color: var(--accent-2);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.booking {
  padding: 0.2rem 0 3.1rem;
}

.booking-panel {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-accent-brand);
  background: linear-gradient(
    140deg,
    rgba(9, 14, 9, 0.86),
    rgba(11, 16, 12, 0.96)
  );
  box-shadow: var(--shadow);
  padding: clamp(1rem, 3vw, 2rem);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
}

.booking-panel h2 {
  margin-top: 0.7rem;
  font-size: clamp(2rem, 4.8vw, 4rem);
}

.booking-panel p {
  margin-top: 0.8rem;
  max-width: 54ch;
}

.booking-panel p strong {
  color: var(--text);
}

.booking-panel ul {
  margin-top: 0.88rem;
  display: grid;
  gap: 0.36rem;
}

.booking-panel li {
  color: var(--text);
  font-size: 0.94rem;
}

.booking-panel__actions {
  margin-top: 0.94rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.58rem;
}

.faq {
  padding: 0.2rem 0 3rem;
}

.faq-list {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.68rem;
}

.faq-item {
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-md);
  background: rgba(7, 12, 8, 0.78);
  overflow: clip;
}

.faq-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  padding: 1rem;
  font: inherit;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
}

.faq-trigger::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent);
}

.faq-item.is-open .faq-trigger::after {
  content: "−";
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 380ms ease;
}

.faq-content p {
  padding: 0 1rem 1rem;
}

.final-cta {
  padding: 0.2rem 0 3rem;
}

.final-cta__panel {
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(
      560px 240px at 90% 10%,
      rgba(40, 255, 198, 0.14),
      transparent 72%
    ),
    linear-gradient(150deg, rgba(8, 13, 9, 0.92), rgba(6, 10, 8, 0.88));
  box-shadow: var(--shadow);
  padding: clamp(1rem, 2.6vw, 1.7rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

.final-cta__panel h2 {
  margin-top: 0.72rem;
  font-size: clamp(2rem, 4.8vw, 4rem);
  max-width: 16ch;
}

.final-cta__panel p {
  margin-top: 0.72rem;
  max-width: 56ch;
}

.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.58rem;
}

.contact {
  padding: 0.2rem 0 4.6rem;
}

.contact-grid {
  border: 1px solid var(--line-accent-brand);
  border-radius: var(--radius-lg);
  background: var(--surface);
  padding: clamp(1rem, 2.8vw, 1.8rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-grid h2 {
  margin-top: 0.72rem;
  font-size: clamp(2rem, 4.8vw, 4rem);
}

.contact-grid p {
  margin-top: 0.5rem;
}

.contact-list p {
  margin-top: 0.45rem;
}

.contact-units {
  margin-top: 0.8rem;
  padding: 0.92rem 1rem;
  border-radius: 0.95rem;
  border: 1px solid var(--line-accent-brand);
  background: rgba(125, 103, 255, 0.08);
}

.contact-units__title {
  margin-top: 0;
}

.contact-unit {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45rem;
  margin-top: 0.3rem;
}

.contact-unit__name {
  color: var(--accent);
  font-weight: 800;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  letter-spacing: 0.03em;
}

.contact-map-link {
  font-weight: 700;
}

.contact-list strong,
.contact-list a {
  color: var(--text);
}

.contact-list a {
  text-decoration: underline;
  text-decoration-color: rgba(125, 103, 255, 0.4);
  text-underline-offset: 4px;
}

.site-footer {
  width: min(var(--max-w), calc(100vw - (var(--shell-gutter) * 2)));
  margin: 0 auto 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line-soft);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 1.2rem;
  align-items: center;
}

.site-footer__brand {
  width: 152px;
  height: 54px;
  display: block;
  object-fit: contain;
  transform: scale(1.58);
  transform-origin: center;
}

.site-footer__brand--light {
  display: none;
}

html[data-theme="light"] .site-footer__brand--dark,
body[data-theme="light"] .site-footer__brand--dark,
body.theme-light .site-footer__brand--dark,
body.is-light .site-footer__brand--dark {
  display: none;
}

html[data-theme="light"] .site-footer__brand--light,
body[data-theme="light"] .site-footer__brand--light,
body.theme-light .site-footer__brand--light,
body.is-light .site-footer__brand--light {
  display: block;
}

.site-footer__copy {
  justify-self: center;
  text-align: center;
  font-size: 0.82rem;
}

.site-footer__agency {
  justify-self: end;
  display: inline-flex;
  align-items: center;
}

.site-footer__agency-logo {
  width: 112px;
  height: auto;
  display: block;
}

.site-footer__agency-logo--dark {
  display: none;
}

html[data-theme="light"] .site-footer__agency-logo--dark,
body[data-theme="light"] .site-footer__agency-logo--dark,
body.theme-light .site-footer__agency-logo--dark,
body.is-light .site-footer__agency-logo--dark {
  display: block;
}

html[data-theme="light"] .site-footer__agency-logo--light,
body[data-theme="light"] .site-footer__agency-logo--light,
body.theme-light .site-footer__agency-logo--light,
body.is-light .site-footer__agency-logo--light {
  display: none;
}

@media (prefers-color-scheme: light) {
  body:not([data-theme="dark"]) .site-footer__brand--dark {
    display: none;
  }

  body:not([data-theme="dark"]) .site-footer__brand--light {
    display: block;
  }

  body:not([data-theme="dark"]) .site-footer__agency-logo--dark {
    display: block;
  }

  body:not([data-theme="dark"]) .site-footer__agency-logo--light {
    display: none;
  }
}

.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 75;
  border-radius: 999px;
  border: 1px solid var(--line-accent-brand);
  background: linear-gradient(120deg, var(--accent), var(--accent-3));
  color: #111706;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.78rem 1rem;
  box-shadow: var(--shadow-glow);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition:
    opacity var(--ease),
    transform var(--ease),
    box-shadow var(--ease);
}

.floating-whatsapp.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@keyframes booking-logo-bounce {
  0%,
  100% {
    transform: translateY(0) scale(1, 1);
  }
  10% {
    transform: translateY(calc(var(--logo-jump-height, 260px) * -0.34))
      scale(0.96, 1.06);
  }
  18% {
    transform: translateY(calc(var(--logo-jump-height, 260px) * -0.7))
      scale(0.92, 1.11);
  }
  28% {
    transform: translateY(calc(var(--logo-jump-height, 260px) * -1))
      scale(1, 1);
  }
  42% {
    transform: translateY(calc(var(--logo-jump-height, 260px) * -0.34))
      scale(1.06, 0.94);
  }
  54% {
    transform: translateY(0) scale(1.08, 0.92);
  }
  70% {
    transform: translateY(calc(var(--logo-jump-height, 260px) * -0.44))
      scale(0.97, 1.05);
  }
  82% {
    transform: translateY(0) scale(1.03, 0.97);
  }
}

@keyframes booking-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.booking-panel__logo,
.playlist__coverBounce,
.playlistPrompt__logoBounce {
  --anim-duration: 3000ms;
  --logo-jump-height: 600px;
  --jump-time: cubic-bezier(0.34, 0, 0.2, 1);
  pointer-events: none;
}

.booking-panel__logo {
  --logo-jump-height: 260px;
  justify-self: center;
  align-self: center;
  width: clamp(220px, 24vw, 360px);
  height: clamp(210px, 24vw, 290px);
  margin-inline: auto;
  opacity: 0.96;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.booking-panel__logo svg,
.playlist__coverBounce svg,
.playlistPrompt__logoBounce svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.booking-panel__logo svg {
  transform: scale(1.32) translateY(8%);
  transform-origin: 50% 100%;
}

.booking-panel__logo .triangle-rotate,
.playlist__coverBounce .triangle-rotate,
.playlistPrompt__logoBounce .triangle-rotate {
  transform-origin: 50% 66%;
  animation: booking-logo-spin var(--anim-duration) linear infinite;
  will-change: transform;
}

.booking-panel__logo .triangle-scale-translate,
.playlist__coverBounce .triangle-scale-translate,
.playlistPrompt__logoBounce .triangle-scale-translate {
  transform-origin: 50% 100%;
  animation: booking-logo-bounce var(--anim-duration) var(--jump-time) infinite;
  will-change: transform;
}

.playlist__coverBounce {
  --logo-jump-height: 340px;
  position: absolute;
  inset: 0;
  display: block;
  z-index: 1;
  opacity: 0.98;
  overflow: hidden;
}

.playlist__coverBounce svg {
  transform: scale(1.2) translateY(8%);
  transform-origin: 50% 100%;
}

.playlistPrompt__logoBounce {
  --logo-jump-height: 320px;
  position: relative;
  width: clamp(126px, 18vw, 168px);
  aspect-ratio: 1 / 1;
  border-radius: 1rem;
  border: 1px solid var(--line-accent-brand);
  background: url("/assets/images/creative/backgroundplaylist.png") center / cover
    no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  margin: 0.35rem auto 0.2rem;
  opacity: 0.98;
  overflow: hidden;
}

.playlistPrompt__logoBounce svg {
  transform: scale(1.24) translateY(10%);
  transform-origin: 50% 100%;
}

.entryFlow {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.entryFlow[hidden] {
  display: none !important;
}

.entryFlow__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(3px);
}

.entryFlow__dialog {
  position: relative;
  width: min(760px, calc(100vw - 1.2rem));
  max-height: min(86svh, 760px);
  overflow: auto;
  border-radius: 1.05rem;
  border: 1px solid var(--line-accent-brand);
  background: linear-gradient(
    160deg,
    rgba(6, 10, 7, 0.97),
    rgba(7, 12, 9, 0.94)
  );
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.5);
  padding: 1.1rem;
  display: none;
}

.entryFlow__dialog.is-active {
  display: block;
}

.entryFlow__close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  width: 2.1rem;
  height: 2.1rem;
  border: 1px solid var(--line-accent-brand);
  background: rgba(8, 12, 8, 0.9);
  color: var(--text);
  border-radius: 999px;
  font-size: 1rem;
  cursor: pointer;
}

.entryFlow__brand {
  margin-top: 0.25rem;
  border: 1px solid var(--line-accent-brand);
  border-radius: 0.98rem;
  background:
    radial-gradient(
      320px 180px at 50% 40%,
      rgba(40, 255, 198, 0.14),
      transparent 74%
    ),
    linear-gradient(180deg, rgba(5, 9, 7, 0.26), rgba(5, 9, 7, 0.06));
  padding: 0.8rem;
  min-height: clamp(148px, 24vw, 230px);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.entryFlow__brandLogo {
  width: min(100%, 580px);
  height: auto;
  display: block;
}

.entryFlow__brandLogo--light {
  display: none;
}

.entryFlow__dialog h3 {
  margin-top: 0.72rem;
  font-size: clamp(1.7rem, 4.4vw, 2.9rem);
  line-height: 0.94;
}

.entryFlow__dialog p {
  margin-top: 0.6rem;
}

.entryFlow__meta {
  margin-top: 0.76rem;
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.28rem;
}

.entryFlow__meta strong {
  color: var(--accent);
}

.entryFlow__actions {
  margin-top: 0.9rem;
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.entryFlow__currentTrack {
  color: var(--accent-2);
  font-weight: 700;
}

.playlistPrompt__controls {
  margin-top: 0.84rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.playlistPrompt__tracks {
  margin-top: 0.84rem;
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.4rem;
  max-height: 300px;
  overflow: auto;
}

.playlistPrompt__track {
  width: 100%;
  text-align: left;
  border: 1px solid var(--line-accent-brand);
  border-radius: 0.85rem;
  background: rgba(7, 12, 8, 0.74);
  color: var(--text);
  padding: 0.6rem 0.72rem;
  font: inherit;
  cursor: pointer;
}

.playlistPrompt__track strong {
  display: block;
  font-size: 0.9rem;
  line-height: 1.25;
}

.playlistPrompt__track span {
  display: block;
  margin-top: 0.16rem;
  color: var(--text-soft);
  font-size: 0.72rem;
}

.playlistPrompt__track.is-active {
  border-color: var(--line-accent-brand);
  box-shadow: var(--shadow-glow);
}

html[data-theme="light"] .entryFlow__backdrop {
  background: rgba(10, 33, 19, 0.3);
  backdrop-filter: blur(4px);
}

html[data-theme="light"] .entryFlow__dialog {
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.98),
    rgba(242, 250, 243, 0.96)
  ) !important;
  border-color: rgba(28, 103, 53, 0.44) !important;
  box-shadow: 0 28px 80px rgba(15, 78, 43, 0.24);
  color: #134527;
}

html[data-theme="light"] .entryFlow__brand {
  border-color: rgba(28, 103, 53, 0.22);
  background: #050607;
  padding: 0;
  place-items: stretch;
}

html[data-theme="light"] .entryFlow__brandLogo--dark {
  display: none;
}

html[data-theme="light"] .entryFlow__brandLogo--light {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html[data-theme="light"] .teamIntro__dialog {
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.98),
    rgba(242, 250, 243, 0.96)
  ) !important;
  border-color: rgba(28, 103, 53, 0.44) !important;
  box-shadow: 0 28px 80px rgba(15, 78, 43, 0.24);
  color: #134527;
}

html[data-theme="light"] .entryFlow__dialog h3,
html[data-theme="light"] .entryFlow__dialog p,
html[data-theme="light"] .entryFlow__dialog li,
html[data-theme="light"] .entryFlow__currentTrack {
  color: #14502c;
}

html[data-theme="light"] .entryFlow__meta strong {
  color: #1f8a45;
}

html[data-theme="light"] .entryFlow__close {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(28, 103, 53, 0.34);
  color: #14502c;
}

html[data-theme="light"] .teamIntro__close {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(28, 103, 53, 0.34);
  color: #14502c;
}

html[data-theme="light"] .playlistPrompt__track {
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(28, 103, 53, 0.32) !important;
  color: #14502c;
}

html[data-theme="light"] .playlistPrompt__track span {
  color: #2e6f47;
}

html[data-theme="light"] .playlistPrompt__track.is-active {
  border-color: rgba(31, 138, 69, 0.54);
  box-shadow: 0 10px 26px rgba(31, 138, 69, 0.22);
}

.reelModal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
}

.reelModal[hidden] {
  display: none !important;
}

.reelModal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.reelModal__dialog {
  position: relative;
  width: min(920px, calc(100vw - 1.3rem));
  border-radius: 1rem;
  overflow: hidden;
  background: #0f1310;
  border: 1px solid var(--line-accent-brand);
  color: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.reelModal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 0.78rem 0.85rem 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.reelModal__title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  font-family: "Manrope", sans-serif;
}

.reelModal__subtitle {
  margin: 0.2rem 0 0;
  font-size: 0.8rem;
  opacity: 0.9;
}

.reelModal__close {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.7rem;
  cursor: pointer;
}

.reelModal__floatingClose {
  position: fixed;
  top: max(env(safe-area-inset-top), 0.72rem);
  right: max(env(safe-area-inset-right), 0.72rem);
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(8, 12, 9, 0.82);
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.42);
}

.reelModal__body {
  padding: 0.8rem;
}

.reelModal__player {
  border-radius: 0.8rem;
  overflow: hidden;
  background: #000;
  aspect-ratio: 16 / 9;
  position: relative;
}

.reelModal__iframe,
.reelModal__video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #000;
}

.reelModal__video {
  display: none;
}

.reelModal.is-video .reelModal__video {
  display: block;
}

.reelModal.is-video .reelModal__iframe {
  display: none;
}

.reelModal__external {
  margin-top: 0.7rem;
  display: inline-flex;
  border: 1px solid var(--line-accent-brand);
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .topbar {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    border-radius: 1rem;
  }

  .topbar-actions {
    justify-self: end;
    align-items: center;
    gap: 0.35rem;
  }

  .topbar-actions .admin-entry--hero {
    min-width: auto;
    padding: 0.22rem 0.48rem;
  }

  .topbar-actions .admin-entry--hero .admin-entry__main {
    font-size: 0.54rem;
  }

  .topbar-actions .admin-entry--hero .admin-entry__sub {
    font-size: 0.4rem;
  }

  .topbar-actions .theme-switch {
    width: 2.3rem;
    height: 2.3rem;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    left: 0;
    max-width: none;
    border-radius: 1rem;
    border: 1px solid var(--line);
    background: rgba(8, 12, 9, 0.95);
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--ease);
    white-space: normal;
    padding-inline: 0;
    cursor: default;
  }

  html[data-theme="light"] .site-nav {
    background: rgba(255, 255, 255, 0.96);
  }

  .site-nav__track {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    min-width: 0;
    transform: none !important;
  }

  .site-nav__track a[data-clone="true"] {
    display: none;
  }

  .site-nav.is-open {
    max-height: min(72vh, 560px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-block: 0.35rem;
  }

  .site-nav a {
    display: flex;
    width: 100%;
    padding: 0.82rem 1rem;
    border-top: 1px solid rgba(120, 168, 255, 0.2);
    white-space: normal;
    line-height: 1.2;
  }

  .site-nav a:first-child {
    border-top: 0;
  }

  html[data-theme="light"] .site-nav a {
    border-top-color: rgba(16, 57, 31, 0.14);
  }

  .mobile-only {
    display: inline-flex !important;
  }

  .site-nav a.admin-entry--nav {
    display: flex !important;
    width: calc(100% - 2rem);
    margin: 1.35rem 1rem 1rem;
    padding: 0.95rem 1rem;
    border: 1px solid var(--line-accent-brand);
    border-top: 1px solid var(--line-accent-brand);
    border-radius: 1rem;
    background:
      linear-gradient(
        180deg,
        rgba(101, 215, 255, 0.16),
        rgba(101, 215, 255, 0.08)
      ),
      rgba(7, 11, 8, 0.92);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
    text-align: left;
    white-space: normal;
  }

  .site-nav a.admin-entry--nav .admin-entry__main {
    font-size: 0.7rem;
  }

  .site-nav a.admin-entry--nav .admin-entry__sub {
    font-size: 0.5rem;
    opacity: 0.72;
  }

  .desktop-only {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .hero-triage__grid,
  .assessment-flow,
  .atlas-pro__routes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .movein-orbit__layout {
    grid-template-columns: 1fr;
  }

  .movein-orbit__stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .manifesto-clip__layout {
    grid-template-columns: 1fr;
  }

  .event-launch__panel {
    grid-template-columns: 1fr;
  }

  .event-agenda__grid,
  .event-program__grid,
  .community-signal__grid,
  .story-form__grid {
    grid-template-columns: 1fr;
  }

  .story-wall__panel {
    grid-template-columns: 1fr;
  }

  .community-form-note {
    grid-template-columns: 1fr;
  }

  .agency-spotlight__panel {
    grid-template-columns: 1fr;
  }

  .manifesto-clip__stage {
    min-height: 460px;
  }

  .team-showcase {
    grid-template-columns: 1fr;
  }

  .team-showcase--founders {
    grid-template-columns: minmax(0, 18.5rem) minmax(0, 29rem);
    justify-content: center;
    gap: 1rem;
  }

  .team-showcase--founders .section-head {
    max-width: 18.5rem;
  }

  .team-showcase--founders .section-head h2 {
    max-width: none;
    white-space: nowrap;
    text-wrap: initial;
  }

  .partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
    justify-items: stretch;
  }

  .partner-card {
    width: 100%;
    height: auto;
  }

  .team-card--partner {
    min-height: 0;
  }

  .team-card--member {
    width: 100%;
    height: auto;
  }

  .team-carousel {
    min-height: 0;
  }

  .team-carousel--founders {
    width: min(100%, 29rem);
    overflow: visible;
  }

  .team-carousel--founders .team-carousel__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: stretch;
  }

  .team-reel {
    grid-template-columns: 1fr;
  }

  .profile-hero {
    grid-template-columns: 1fr;
  }

  .profile-portrait {
    min-height: 0;
  }

  .page-main:not(.page-main--profile) .profile-hero {
    grid-template-columns: 1fr !important;
  }

  .page-main:not(.page-main--profile) .profile-portrait {
    order: 1;
  }

  .page-main:not(.page-main--profile) .profile-panel {
    order: 2;
  }

  .directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .creative-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .creative-grid img.is-wide {
    grid-column: span 2;
    aspect-ratio: 16 / 8;
  }

  .audience-paths__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .treatment-grid,
  .team-grid,
  .testimonial-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quote-card--visual-duo {
    grid-column: span 2;
  }

  .split {
    grid-template-columns: 1fr;
  }

  .split-media {
    position: relative;
    top: 0;
    height: clamp(360px, 56vh, 520px);
  }

  .atlas-pro {
    grid-template-columns: 1fr;
  }

  .booking-panel,
  .contact-grid,
  .final-cta__panel {
    grid-template-columns: 1fr;
  }

  .playlist__panel {
    grid-template-columns: 1fr;
  }

  .reels__highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .team-showcase--founders {
    grid-template-columns: 1fr;
  }

  .team-showcase--founders .section-head {
    max-width: none;
  }

  .team-showcase--founders .section-head h2 {
    max-width: none;
    white-space: normal;
    text-wrap: balance;
  }

  .team-showcase--founders .section-head h2 .team-title-line {
    white-space: normal;
  }

  .team-carousel--founders {
    width: 100%;
  }
}

@media (max-width: 760px) {
  main#inicio > section + section,
  main.page-main > section + section {
    margin-top: var(--section-gap-mobile);
  }

  .team-carousel {
    overflow: visible;
    min-height: 0;
  }

  .team-carousel::before,
  .team-carousel::after {
    display: none;
  }

  .team-carousel__track {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 1rem;
    padding: 0;
    transform: none !important;
  }

  .team-carousel [data-carousel-clone="true"] {
    display: none;
  }

  .team-card--member.team-card--rail {
    flex: none;
    width: 100%;
    min-height: 0;
    height: auto;
  }

  .topbar {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 0.34rem;
  }

  .brand {
    width: 150px;
    height: 46px;
  }

  .menu-toggle {
    padding: 0.46rem 0.82rem;
    font-size: 0.84rem;
  }

  .topbar-actions {
    gap: 0.24rem;
  }

  .topbar-actions .admin-entry--hero {
    padding: 0.16rem 0.36rem;
  }

  .topbar-actions .admin-entry--hero .admin-entry__main {
    font-size: 0.48rem;
    letter-spacing: 0.08em;
  }

  .topbar-actions .admin-entry--hero .admin-entry__sub {
    font-size: 0.34rem;
    letter-spacing: 0.1em;
  }

  .topbar-actions .theme-switch {
    width: 2.12rem;
    height: 2.12rem;
    flex: 0 0 2.12rem;
  }

  .manifesto-clip__stage {
    min-height: 390px;
  }

  .manifesto-clip__context h3 {
    font-size: clamp(1.95rem, 10vw, 3rem);
  }

  .hero-triage {
    margin-top: 1rem;
  }

  .hero-triage__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.46rem;
  }

  .hero-triage__chip {
    min-height: 2.85rem;
    padding-inline: 0.7rem;
    font-size: 0.76rem;
  }

  .partner-card {
    grid-template-columns: 1fr;
  }

  .partner-grid {
    grid-template-columns: 1fr;
  }

  .partner-card__photo {
    aspect-ratio: 4 / 5;
    min-height: 0;
  }

  .team-card--partner {
    min-height: 0;
  }

  .team-card--carousel {
    flex-basis: 168px;
    width: 168px;
    min-height: 332px;
  }

  .team-foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .team-foot__actions {
    justify-content: flex-start;
    width: 100%;
  }

  .team-reel__video {
    max-height: 380px;
  }

  .directory-grid {
    grid-template-columns: 1fr;
  }

  .creative-grid {
    grid-template-columns: 1fr;
  }

  .creative-grid img.is-wide {
    grid-column: span 1;
    aspect-ratio: 16 / 10;
  }

  .audience-paths__grid,
  .assessment-flow,
  .atlas-pro__routes {
    grid-template-columns: 1fr;
  }

  .testimonial-track {
    grid-template-columns: 1fr;
  }

  .quote-card--visual-duo {
    grid-column: span 1;
  }

  .section-head__lede {
    font-size: 0.94rem;
  }

  .card-summary,
  .quote-card__meta li {
    font-size: 0.84rem;
  }

  .page-main {
    padding-top: 6.9rem;
  }

  html[data-theme="light"] .page-main {
    padding-top: 7.25rem;
  }

  .page-intro {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-content {
    padding-top: 7.5rem;
    padding-bottom: 2.6rem;
  }

  .hero-info-panel {
    padding: 0.96rem 0.84rem;
    border-radius: 1rem;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .eyebrow {
    width: fit-content;
    max-width: 100%;
    justify-content: flex-start;
    text-align: left;
  }

  .hero-kicker-row .eyebrow {
    font-size: clamp(0.56rem, 1.9vw, 0.62rem);
    letter-spacing: 0.075em;
    white-space: nowrap;
    padding: 0.3rem 0.62rem;
  }

  .hero-rotator {
    min-height: 0;
    width: fit-content;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.5rem 0.68rem;
    border: 1px solid var(--orbit-ring-strong);
    border-radius: 1rem;
    background: rgba(6, 10, 8, 0.46);
    backdrop-filter: blur(8px) saturate(1.04);
    -webkit-backdrop-filter: blur(8px) saturate(1.04);
  }

  .hero-phrase {
    position: static;
    width: auto;
    max-width: none;
    text-align: left;
    white-space: nowrap;
    font-size: clamp(0.74rem, 2.45vw, 0.88rem);
    letter-spacing: 0.07em;
    line-height: 1.06;
    opacity: 0;
    transform: none;
    display: none;
  }

  .hero-phrase.is-active {
    opacity: 1;
    transform: none;
    display: block;
  }

  .hero-lead {
    margin-top: 0.78rem;
    padding: 0.72rem 0.8rem;
    border: 1px solid var(--orbit-ring-medium);
    border-radius: 1rem;
    background: rgba(6, 10, 8, 0.46);
    backdrop-filter: blur(8px) saturate(1.04);
    -webkit-backdrop-filter: blur(8px) saturate(1.04);
  }

  html[data-theme="light"] .hero-rotator,
  html[data-theme="light"] .hero-lead {
    background: rgba(255, 255, 255, 0.74);
    border-color: rgba(16, 57, 31, 0.22);
    box-shadow: 0 18px 40px rgba(16, 57, 31, 0.14);
  }

  html[data-theme="light"] .hero-content {
    padding-top: 7.9rem;
  }

  .hero-title {
    max-width: 100%;
    font-size: clamp(2.65rem, 19vw, 5.3rem);
  }

  .hero-video {
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    transform: translate3d(0, 0, 0) scale(1.07);
    object-fit: cover;
    object-position: center center;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .movein-orbit {
    padding-top: 0.55rem;
  }

  .orbital-home {
    min-height: 0;
    padding: 0.4rem 0 0.9rem;
    overflow: hidden;
  }

  .orbital-home__grid {
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
  }

  .orbital-gallery {
    --orbital-radius: clamp(76px, 24vw, 98px);
    --orbital-item-w: clamp(54px, 15.5vw, 66px);
    --orbital-item-h: clamp(132px, 38vw, 162px);
    --orbital-core-size: clamp(114px, 34vw, 148px);
    width: min(100%, 360px);
    max-width: calc(100vw - 1.2rem);
    aspect-ratio: 1 / 1;
    height: auto;
    margin-inline: auto;
  }

  .orbital-gallery__orbit {
    --radius: var(--orbital-radius) !important;
  }

  .orbital-gallery__item {
    width: var(--orbital-item-w);
    height: var(--orbital-item-h);
    margin-top: calc(var(--orbital-item-h) / -2);
    margin-left: calc(var(--orbital-item-w) / -2);
    border-radius: 1rem;
  }

  .orbital-gallery__core {
    width: var(--orbital-core-size);
    height: var(--orbital-core-size);
  }

  .orbital-gallery__core-video {
    width: 84%;
    height: 84%;
    max-width: 84%;
    max-height: 84%;
  }

  .movein-orbit__core {
    min-height: 420px;
    padding: 0.82rem;
  }

  .movein-orbit__coreContent h3 {
    font-size: clamp(1.9rem, 10vw, 3rem);
  }

  .movein-orbit__stack {
    grid-template-columns: 1fr;
  }

  .movein-orbit__card {
    min-height: 280px;
  }

  .hero-rotator {
    min-height: 0;
  }

  .event-launch {
    padding-top: 0.55rem;
  }

  .event-launch__intro h2 {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .event-launch__visual {
    min-height: 0;
  }

  .event-launch__visual img {
    width: 100%;
    transform: none;
  }

  .motion-strip__carousel {
    overflow: visible;
  }

  .motion-strip__carousel::before,
  .motion-strip__carousel::after {
    display: none;
  }

  .motion-strip__carousel .team-carousel__track {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 1rem;
    padding: 0;
    transform: none !important;
  }

  .motion-strip__carousel [data-carousel-clone="true"] {
    display: none;
  }

  .motion-strip__card {
    width: 100%;
    flex: none;
    max-width: min(100%, 420px);
    margin-inline: auto;
  }

  .community-banner {
    padding-bottom: 1.2rem;
  }

  .community-banner img {
    max-height: none;
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
    opacity: 1;
  }

  .agency-spotlight__mediaGrid {
    grid-template-columns: 1fr;
  }

  .agency-spotlight__media {
    min-height: clamp(320px, 92vw, 560px);
  }

  .agency-spotlight__video {
    width: 100%;
    height: 100%;
  }

  .content-footer-art {
    opacity: 0.16;
    padding-bottom: 1rem;
  }

  .content-footer-art img {
    width: min(100%, 420px);
  }

  .kinetic-copy {
    padding: 1.2rem 0 1rem;
  }

  .kinetic-copy .line {
    font-size: clamp(1.8rem, 8.8vw, 2.5rem);
    color: rgba(243, 255, 232, 0.38);
    text-align: center;
    transform: none !important;
  }

  .kinetic-copy .line + .line {
    margin-top: 0.2rem;
  }

  .atlas-pro__viewerFrame {
    min-height: 430px;
  }

  .atlas-pro__viewer {
    min-height: calc(430px + var(--atlas-embed-offset));
  }

  .atlas-pro__pins {
    display: none;
  }

  .atlas-pro__chips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.52rem;
  }

  .atlas-chip {
    padding: 0.74rem 0.82rem;
    font-size: 0.84rem;
    letter-spacing: 0.06em;
    text-align: center;
    min-height: 4.25rem;
    border-radius: 1rem;
  }

  .atlas-pro__panel {
    padding: 0.84rem;
    gap: 0.58rem;
    grid-template-rows: auto auto auto auto minmax(260px, 1fr) auto;
  }

  .atlas-pro__microFrame {
    min-height: clamp(260px, 54vw, 360px);
  }

  .atlas-pro__link {
    padding: 0.76rem 0.96rem;
    font-size: clamp(0.82rem, 3.1vw, 0.96rem);
  }

  .reels__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .reels__highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .treatment-grid,
  .team-grid,
  .testimonial-track {
    grid-template-columns: 1fr;
  }

  .reels__grid {
    grid-template-columns: 1fr;
  }

  .playlist__hero {
    grid-template-columns: 1fr;
  }

  html[data-theme="light"] .hero-video {
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    transform: scale(1.08);
    object-fit: contain;
    object-position: center center;
  }

  .reelModal__player {
    aspect-ratio: 9 / 16;
  }

  .reelModal__floatingClose {
    display: inline-flex;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid--community {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }

  .gallery-item,
  .gallery-item.large,
  .gallery-item.wide,
  .gallery-item:not(.large):not(.wide) {
    grid-column: span 1;
    min-height: 240px;
  }

  .gallery-grid--community .gallery-item,
  .gallery-grid--community .gallery-item.large,
  .gallery-grid--community .gallery-item.wide,
  .gallery-grid--community .gallery-item:not(.large):not(.wide) {
    min-height: 0;
    aspect-ratio: 9 / 16;
  }

  .gallery-grid--clinic {
    gap: 0.52rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0.12rem 0.06rem;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .gallery-grid--clinic .gallery-item,
  .gallery-grid--clinic .gallery-item.large,
  .gallery-grid--clinic .gallery-item.wide,
  .gallery-grid--clinic .gallery-item:not(.large):not(.wide) {
    min-height: 0;
    height: auto;
    aspect-ratio: 9 / 16;
    width: auto;
    flex-basis: clamp(130px, 41vw, 168px);
    grid-column: auto;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .gallery-grid--clinic .gallery-item--clone {
    display: none;
  }

  .gallery-grid--clinic-track {
    gap: 0.54rem;
    animation: none !important;
    transform: none !important;
    padding-right: 0.24rem;
  }

  .site-footer {
    grid-template-columns: auto auto;
    grid-template-areas:
      "brand agency"
      "copy copy";
    justify-content: center;
    align-items: center;
    text-align: center;
    column-gap: 1rem;
    row-gap: 0.7rem;
  }

  .site-footer__brand--dark,
  .site-footer__brand--light {
    grid-area: brand;
  }

  .site-footer__brand {
    justify-self: end;
    width: 116px;
    height: auto;
    transform: none;
  }

  .site-footer__agency {
    grid-area: agency;
    justify-self: start;
  }

  .site-footer__agency-logo {
    width: 96px;
  }

  .site-footer__copy {
    grid-area: copy;
    justify-self: center;
    text-align: center;
  }

  .floating-whatsapp {
    right: 0.74rem;
    bottom: max(4.8rem, calc(env(safe-area-inset-bottom, 0px) + 4.3rem));
    font-size: 0.68rem;
    padding: 0.64rem 0.9rem;
  }

  .booking-panel__logo {
    display: none;
  }

  .playlist__coverBounce {
    display: block;
  }

  .playlist__cover > img {
    opacity: 0;
  }

  .playlist__cover {
    background: url("/assets/images/creative/backgroundplaylist.png") center /
      cover no-repeat;
  }

  .playlistPrompt__logoBounce {
    --logo-jump-height: 288px;
    width: clamp(118px, 44vw, 172px);
  }

  .playlist__coverBounce {
    --logo-jump-height: 300px;
  }

  .playlist__coverBounce svg {
    transform: scale(1.16) translateY(8%);
  }

  .playlistPrompt__logoBounce svg {
    transform: scale(1.18) translateY(8%);
  }

  .booking-panel__actions,
  .final-cta__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .entryFlow__dialog {
    padding: 0.92rem;
  }

  .playlistPrompt__controls .playlist__btn {
    min-width: 2.2rem;
    min-height: 2.2rem;
  }
}

@media (max-width: 760px) {
  .profile-portrait--recovery img {
    object-position: center top;
  }
}

@media (prefers-reduced-motion: reduce) {
  .booking-panel__logo .triangle-rotate,
  .booking-panel__logo .triangle-scale-translate,
  .playlist__coverBounce .triangle-rotate,
  .playlist__coverBounce .triangle-scale-translate,
  .playlistPrompt__logoBounce .triangle-rotate,
  .playlistPrompt__logoBounce .triangle-scale-translate {
    animation: none !important;
  }
}

@media (hover: none) and (pointer: coarse) {
  .hero {
    min-height: 100dvh;
  }

  .hero-video {
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    transform: translate3d(0, 0, 0) scale(1.08);
    object-fit: cover;
    object-position: center center;
    -webkit-mask-image: none;
    mask-image: none;
  }

  html[data-theme="light"] .hero-video {
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    transform: translate3d(0, 0, 0) scale(1.08);
    object-fit: cover;
    object-position: center center;
  }

  .gallery-grid--clinic {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0.12rem 0.06rem;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .gallery-grid--clinic-track {
    animation: none !important;
    transform: none !important;
    gap: 0.54rem;
    padding-right: 0.24rem;
  }

  .gallery-grid--clinic .gallery-item,
  .gallery-grid--clinic .gallery-item.large,
  .gallery-grid--clinic .gallery-item.wide,
  .gallery-grid--clinic .gallery-item:not(.large):not(.wide) {
    flex: 0 0 clamp(130px, 41vw, 168px);
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .gallery-grid--clinic .gallery-item--clone {
    display: none;
  }
}

@media (hover: none) and (pointer: coarse) and (orientation: landscape) {
  .hero-video {
    transform: translate3d(0, 0, 0) scale(1.03);
  }

  html[data-theme="light"] .hero-video {
    transform: translate3d(0, 0, 0) scale(1.03);
  }
}

@media (max-width: 430px) {
  .orbital-gallery {
    --orbital-radius: clamp(66px, 22vw, 84px);
    --orbital-item-w: clamp(48px, 14.2vw, 58px);
    --orbital-item-h: clamp(118px, 35vw, 142px);
    --orbital-core-size: clamp(102px, 31vw, 124px);
    max-width: calc(100vw - 0.8rem);
  }

  html[data-theme="light"] .hero-video {
    width: 100%;
    transform: translate3d(0, 0, 0) scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .treatment-card img,
  .cta-button,
  .ghost-button {
    transition: none;
  }

  .gallery-grid--clinic-track {
    animation: clinic-gallery-ticker 40s linear infinite;
    transform: translateX(0);
  }

  .hero-stage__logoSpin {
    animation: none;
  }

  .hero-stage__signatureWrap,
  .hero-stage__logoWrap,
  .hero-stage__orbiter--runner,
  .hero-stage__orbiter--cyclist,
  .hero-stage__orbiter--tennis,
  .movein-orbit__coreVideo {
    transform: none;
  }
}

/* Final light-theme hard overrides to keep white panels + green borders site-wide */
html[data-theme="light"] .event-launch__panel,
html[data-theme="light"] .playlist__panel,
html[data-theme="light"] .booking-panel,
html[data-theme="light"] .faq-item,
html[data-theme="light"] .contact-grid,
html[data-theme="light"] .contact-units,
html[data-theme="light"] .team-reel,
html[data-theme="light"] .profile-panel,
html[data-theme="light"] .profile-section,
html[data-theme="light"] .directory-card,
html[data-theme="light"] .audience-card,
html[data-theme="light"] .partner-card,
html[data-theme="light"] .team-card,
html[data-theme="light"] .manifesto-clip__context,
html[data-theme="light"] .atlas-pro__panel,
html[data-theme="light"] .atlas-pro__viewerFrame,
html[data-theme="light"] .movein-orbit__single,
html[data-theme="light"] .movein-orbit__core,
html[data-theme="light"] .movein-orbit__card {
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.98),
    rgba(244, 251, 245, 0.96)
  ) !important;
  border-color: rgba(20, 80, 44, 0.42) !important;
  color: #14502c;
}

html[data-theme="light"] .atlas-pro__viewerFrame,
html[data-theme="light"] .atlas-pro__microFrame,
html[data-theme="light"] .atlas-pro__viewer,
html[data-theme="light"] .atlas-pro__microViewer {
  background: #ffffff !important;
}

html[data-theme="light"] .hero-phrase {
  color: #5abf6c !important;
  text-shadow: none !important;
}

html[data-theme="light"] .media-stamp {
  color: #f7fbf8 !important;
  border-color: rgba(247, 251, 248, 0.44) !important;
  background: rgba(5, 8, 5, 0.66) !important;
}

html[data-theme="light"] .team-carousel::before {
  display: none;
}

html[data-theme="light"] .team-carousel::after {
  background: linear-gradient(
    270deg,
    rgba(246, 252, 247, 0.7),
    rgba(246, 252, 247, 0)
  );
}

html[data-theme="light"] .treatment-card__headline h3,
html[data-theme="light"] .treatment-card__headline .card-kicker,
html[data-theme="light"] .reel__handle,
html[data-theme="light"] .reel__desc,
html[data-theme="light"] .reel__source {
  color: #f7fbf8 !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.38) !important;
}

html[data-theme="light"] .audience-card__kicker {
  color: #2f8f3a;
}

html[data-theme="light"] .kinetic-copy .line {
  color: rgba(90, 191, 108, 0.28) !important;
  -webkit-text-fill-color: rgba(90, 191, 108, 0.28) !important;
  text-shadow: none !important;
}

html[data-theme="light"] .treatment-card .card-tags li {
  color: #14502c !important;
  border-color: rgba(20, 80, 44, 0.18) !important;
  background: rgba(20, 80, 44, 0.08) !important;
}

html[data-theme="light"] .treatment-card .card-link {
  border-color: rgba(20, 80, 44, 0.34) !important;
  background: rgba(20, 80, 44, 0.08) !important;
  box-shadow: inset 0 0 0 1px rgba(20, 80, 44, 0.06) !important;
}

html[data-theme="light"] .reels-highlight__title {
  color: #14502c !important;
  text-shadow: none !important;
}

html[data-theme="light"] .reels-highlight__subtitle {
  color: #2f5e41 !important;
  text-shadow: none !important;
}
