:root {
  --font-sans: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Playfair Display", Georgia, serif;
  --ink: #120d08;
  --ink-2: #251909;
  --muted: #776b5d;
  --cream: #fff8ea;
  --cream-2: #fff1d3;
  --cream-3: #f3dfb8;
  --dark-section: #0b0704;
  --dark-section-2: #150e07;
  --dark-card: rgba(255, 248, 234, .075);
  --dark-card-2: rgba(255, 248, 234, .11);
  --light-muted: rgba(255, 248, 234, .7);
  --gold: #c99837;
  --gold-2: #f5d681;
  --gold-3: #fff0ae;
  --green: #25d366;
  --rgb-ink: 18, 13, 8;
  --rgb-gold: 201, 152, 55;
  --rgb-gold-2: 245, 214, 129;
  --gradient-gold: linear-gradient(135deg, var(--gold-3) 0%, var(--gold-2) 28%, var(--gold) 70%, #8b6118 100%);
  --gradient-dark: radial-gradient(circle at 80% 16%, rgba(var(--rgb-gold), .35), transparent 24rem), linear-gradient(135deg, #050403 0%, #130d06 52%, #312006 100%);
  --shadow-sm: 0 12px 28px rgba(var(--rgb-ink), .08);
  --shadow-md: 0 24px 70px rgba(var(--rgb-ink), .14);
  --shadow-lg: 0 44px 120px rgba(var(--rgb-ink), .26);
  --border-gold: 1px solid rgba(var(--rgb-gold), .24);
  --radius-md: 18px;
  --radius-lg: 26px;
  --radius-xl: 36px;
  --nav-h: 78px;
  --container: 1180px;
  --section-y: clamp(44px, 5vw, 68px);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 18px);
}

body {
  background: var(--cream);
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  background: var(--gold);
  color: var(--ink);
}

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

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.05;
}

.container {
  max-width: var(--container);
  padding-left: 20px;
  padding-right: 20px;
}

.scroll-progress {
  background: var(--gradient-gold);
  height: 3px;
  left: 0;
  position: fixed;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  width: 100%;
  z-index: 10000;
}

.site-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  transition: .25s var(--ease);
}

.site-header .navbar {
  min-height: var(--nav-h);
  padding: 12px 0;
}

.site-header.is-scrolled {
  background: rgba(18, 13, 8, .86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 248, 234, .1);
}

.brand-logo {
  display: block;
  height: 58px;
  object-fit: contain;
  width: 170px;
}

.offcanvas-logo {
  height: 50px;
  width: 150px;
}

.navbar-nav {
  gap: 4px;
}

.nav-link {
  color: rgba(255, 248, 234, .82) !important;
  font-size: 14px;
  font-weight: 800;
  padding: 10px 13px !important;
}

.nav-link:hover,
.nav-link.active {
  color: var(--gold-2) !important;
}

.navbar-toggler {
  align-items: center;
  background: rgba(255, 248, 234, .08);
  border: var(--border-gold);
  border-radius: 50%;
  color: var(--gold-2);
  display: inline-flex;
  font-size: 24px;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.btn {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 9px;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s var(--ease);
}

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

.btn-lg {
  font-size: 15px;
  min-height: 54px;
  padding: 15px 22px;
}

.btn-gold {
  background: var(--gradient-gold);
  border: 1px solid rgba(var(--rgb-gold-2), .5);
  box-shadow: 0 18px 46px rgba(var(--rgb-gold), .25);
  color: var(--ink) !important;
}

.btn-ghost {
  background: rgba(255, 248, 234, .06);
  border: 1px solid rgba(255, 248, 234, .18);
  color: var(--cream) !important;
}

.btn-light {
  background: var(--cream);
  border: 1px solid rgba(255, 248, 234, .72);
  color: var(--ink) !important;
}

.nav-cta {
  min-height: 46px;
  padding: 12px 18px;
}

.hero-section,
.snap-section {
  scroll-margin-top: calc(var(--nav-h) + 18px);
}

.hero-section {
  align-items: center;
  background: var(--gradient-dark);
  color: var(--cream);
  display: flex;
  min-height: clamp(680px, 88svh, 860px);
  overflow: hidden;
  padding: calc(var(--nav-h) + 24px) 0 34px;
  position: relative;
}

.hero-bg,
.hero-section::before {
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-section::before {
  background-image: linear-gradient(rgba(255, 248, 234, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 248, 234, .045) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  opacity: .55;
}

.hero-bg {
  background: radial-gradient(circle at 20% 80%, rgba(var(--rgb-gold-2), .14), transparent 24rem), radial-gradient(circle at 72% 28%, rgba(var(--rgb-gold), .25), transparent 26rem);
  filter: blur(2px);
}

.hero-container {
  position: relative;
  z-index: 2;
}

.eyebrow {
  align-items: center;
  background: rgba(var(--rgb-gold), .13);
  border: var(--border-gold);
  border-radius: 999px;
  color: var(--gold-2);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1;
  margin-bottom: 18px;
  padding: 10px 13px;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: #8d641a;
}

.hero-title {
  color: var(--cream);
  font-family: var(--font-display);
  font-size: clamp(40px, 4.35vw, 70px);
  letter-spacing: -.06em;
  line-height: .94;
  margin-bottom: 20px;
  max-width: 17ch;
}

.hero-copy {
  color: rgba(255, 248, 234, .78);
  font-size: clamp(17px, 1.22vw, 21px);
  line-height: 1.55;
  margin-bottom: 24px;
  max-width: 680px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-points span {
  align-items: center;
  background: rgba(255, 248, 234, .08);
  border: 1px solid rgba(255, 248, 234, .11);
  border-radius: 999px;
  color: rgba(255, 248, 234, .82);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  padding: 9px 12px;
}

.hero-points i {
  color: var(--gold-2);
}

.hero-stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(172px, 1fr));
  margin-top: 20px;
  max-width: min(820px, calc(100vw - 40px));
  width: min(820px, calc(100vw - 40px));
}

.hero-stats div {
  background: linear-gradient(135deg, rgba(255, 248, 234, .105), rgba(255, 248, 234, .04));
  border: 1px solid rgba(var(--rgb-gold-2), .24);
  border-radius: 20px;
  min-height: 94px;
  overflow: hidden;
  padding: 16px 16px 13px;
  position: relative;
}

.hero-stats div::after {
  background: radial-gradient(circle, rgba(var(--rgb-gold-2), .16), transparent 62%);
  content: "";
  height: 110px;
  pointer-events: none;
  position: absolute;
  right: -58px;
  top: -58px;
  width: 110px;
}

.hero-stats strong {
  color: var(--gold-2);
  display: block;
  font-size: clamp(24px, 1.95vw, 30px);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1;
  margin-bottom: 6px;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}

.hero-stats span {
  color: rgba(255, 248, 234, .68);
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  max-width: 20ch;
  position: relative;
  z-index: 1;
}

.hero-showcase {
  min-height: 420px;
  position: relative;
}

.glass-card {
  background: linear-gradient(180deg, rgba(255, 248, 234, .14), rgba(255, 248, 234, .045));
  border: 1px solid rgba(var(--rgb-gold-2), .22);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(14px);
}

.live-card {
  margin-left: auto;
  max-width: 360px;
  padding: 24px;
  text-align: center;
}

.live-topline {
  align-items: center;
  background: rgba(255, 248, 234, .1);
  border: 1px solid rgba(255, 248, 234, .14);
  border-radius: 999px;
  color: var(--gold-2);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 8px;
  letter-spacing: .08em;
  margin-bottom: 18px;
  padding: 9px 14px;
}

.dot {
  animation: livePulse 1.4s ease-in-out infinite;
  background: #ef4444;
  border-radius: 50%;
  height: 9px;
  width: 9px;
}

.showcase-logo {
  height: 126px;
  margin: 4px auto 20px;
  object-fit: contain;
  width: 100%;
}

.showcase-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.showcase-grid div {
  background: rgba(0, 0, 0, .22);
  border: 1px solid rgba(var(--rgb-gold), .16);
  border-radius: 18px;
  padding: 14px 8px;
}

.showcase-grid strong {
  color: var(--gold-2);
  display: block;
  font-size: 15px;
}

.showcase-grid span {
  color: rgba(255, 248, 234, .64);
  display: block;
  font-size: 12px;
}

.float-chip {
  align-items: center;
  background: rgba(255, 248, 234, .94);
  border: 1px solid rgba(var(--rgb-gold), .24);
  border-radius: 999px;
  box-shadow: var(--shadow-md);
  color: var(--ink);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
  padding: 12px 15px;
  position: absolute;
  white-space: nowrap;
}

.float-chip i {
  color: var(--gold);
}

.chip-1 { left: 6%; top: 18%; }
.chip-2 { left: 0; bottom: 18%; }
.chip-3 { right: -2%; top: 62%; }

.snap-section {
  padding: var(--section-y) 0;
}

.section-head {
  margin: 0 auto 24px;
  max-width: 760px;
  text-align: center;
}

.section-head.compact {
  margin-bottom: 18px;
}

.section-head h2,
.talent-panel h2,
.contact-panel h2 {
  font-size: clamp(30px, 3.4vw, 48px);
  margin-bottom: 12px;
}

main .snap-section .section-head h2,
main .snap-section .talent-panel h2 {
  color: var(--cream);
}

.section-head p,
.talent-panel p,
.contact-panel p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 0;
}

main .snap-section .section-head p,
main .snap-section .talent-panel p {
  color: var(--light-muted);
}

.section-problem {
  background: rgba(var(--rgb-gold-2), .08);
  border: 1px solid rgba(var(--rgb-gold-2), .18);
  border-radius: 18px;
  color: rgba(255, 248, 234, .82) !important;
  font-size: 15px !important;
  font-weight: 800;
  line-height: 1.55;
  margin: 0 0 18px !important;
  padding: 14px 16px;
}

main .snap-section .eyebrow.dark {
  background: rgba(var(--rgb-gold-2), .1);
  color: var(--gold-2);
}

code {
  background: rgba(var(--rgb-gold), .12);
  border-radius: 7px;
  color: #7c5514;
  padding: 2px 6px;
}

.brand-section {
  background: radial-gradient(circle at 12% 0%, rgba(var(--rgb-gold), .2), transparent 28rem), linear-gradient(180deg, var(--dark-section) 0%, var(--dark-section-2) 100%);
}

.brand-wall {
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.brand-track {
  animation: brandMarquee 34s linear infinite;
  display: flex;
  width: max-content;
}

.brand-wall:hover .brand-track {
  animation-play-state: paused;
}

.brand-group {
  display: flex;
  flex: 0 0 auto;
  gap: 14px;
  padding-right: 14px;
}

.brand-card {
  align-items: center;
  background: rgba(255, 248, 234, .9);
  border: 1px solid rgba(var(--rgb-gold-2), .32);
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .24);
  display: flex;
  flex: 0 0 clamp(142px, 14vw, 176px);
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  min-height: 104px;
  padding: 14px;
}

.brand-card img {
  height: 54px;
  object-fit: contain;
  mix-blend-mode: multiply;
  width: 100%;
}

.brand-card span {
  color: var(--ink-2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  opacity: .74;
  text-align: center;
  text-transform: uppercase;
}

.problem-section {
  background: radial-gradient(circle at 86% 10%, rgba(var(--rgb-gold), .16), transparent 28rem), linear-gradient(180deg, var(--dark-section-2) 0%, var(--dark-section) 100%);
}

.problem-layout {
  align-items: center;
  display: grid;
  gap: clamp(24px, 5vw, 70px);
  grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
}

.problem-copy h2,
.evaluation-copy h2 {
  color: var(--cream);
  font-size: clamp(32px, 4vw, 56px);
  margin-bottom: 16px;
}

.problem-copy p,
.evaluation-copy p {
  color: var(--light-muted);
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 14px;
}

.problem-copy p:last-child,
.evaluation-copy p:last-child {
  margin-bottom: 0;
}

.problem-stack {
  display: grid;
  gap: 14px;
}

.problem-stack article {
  align-items: center;
  background: var(--dark-card);
  border: 1px solid rgba(var(--rgb-gold-2), .2);
  border-radius: 22px;
  display: flex;
  gap: 14px;
  padding: 18px;
}

.problem-stack i,
.platform-card i,
.evaluation-grid i,
.process-step span {
  align-items: center;
  background: rgba(var(--rgb-gold-2), .12);
  border-radius: 16px;
  color: var(--gold-2);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 22px;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.problem-stack span {
  color: var(--cream);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.platform-section {
  background: linear-gradient(180deg, var(--dark-section) 0%, var(--dark-section-2) 100%);
}

.platform-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.platform-card {
  background: var(--dark-card);
  border: 1px solid rgba(var(--rgb-gold-2), .2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.platform-card::after {
  background: radial-gradient(circle, rgba(var(--rgb-gold), .18), transparent 65%);
  content: "";
  height: 150px;
  pointer-events: none;
  position: absolute;
  right: -80px;
  top: -80px;
  width: 150px;
}

.platform-card h3 {
  color: var(--cream);
  font-size: 22px;
  margin: 18px 0 10px;
}

.platform-card p {
  color: var(--light-muted);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

.platform-card-wide {
  background: linear-gradient(135deg, rgba(var(--rgb-gold), .16), rgba(255, 248, 234, .07));
}

.usp-section {
  background: linear-gradient(180deg, var(--dark-section-2) 0%, #080604 100%);
}

.usp-section .section-head,
.services-section .section-head {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.usp-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.15fr .92fr .92fr;
}

.usp-card {
  background: var(--dark-card);
  border: 1px solid rgba(var(--rgb-gold-2), .2);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  min-height: 220px;
  padding: 22px;
  position: relative;
  overflow: hidden;
}

.usp-card:nth-child(3) {
  background: var(--dark-card-2);
  transform: translateY(22px);
}

.usp-card:nth-child(4) {
  background: linear-gradient(135deg, rgba(var(--rgb-gold), .18), rgba(255, 248, 234, .08));
  grid-column: 2 / 4;
  min-height: 170px;
}

.usp-card::after {
  background: radial-gradient(circle, rgba(var(--rgb-gold), .24), transparent 62%);
  content: "";
  height: 150px;
  pointer-events: none;
  position: absolute;
  right: -70px;
  top: -70px;
  width: 150px;
}

.usp-card-featured {
  background: var(--gradient-dark);
  color: var(--cream);
  grid-row: span 2;
  min-height: 100%;
}

.usp-card i {
  align-items: center;
  background: rgba(var(--rgb-gold-2), .12);
  border-radius: 18px;
  color: var(--gold-2);
  display: inline-flex;
  font-size: 24px;
  height: 56px;
  justify-content: center;
  margin-bottom: 18px;
  width: 56px;
}

.usp-card-featured i {
  background: rgba(255, 248, 234, .12);
  color: var(--gold-2);
}

.usp-card h3 {
  color: var(--cream);
  font-size: 21px;
  margin-bottom: 10px;
}

.usp-card-featured h3,
.usp-card-featured p {
  color: var(--cream);
}

.usp-card p {
  color: var(--light-muted);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

.usp-card-featured p {
  color: #fff;
  opacity: 1;
}

.services-section {
  background: radial-gradient(circle at 86% 20%, rgba(var(--rgb-gold), .18), transparent 26rem), linear-gradient(180deg, #080604 0%, var(--dark-section-2) 100%);
}

.process-section {
  background: linear-gradient(180deg, var(--dark-section-2) 0%, var(--dark-section) 100%);
}

.process-timeline {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-step {
  background: var(--dark-card);
  border: 1px solid rgba(var(--rgb-gold-2), .2);
  border-radius: var(--radius-lg);
  min-height: 240px;
  padding: 24px;
  position: relative;
}

.process-step span {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 18px;
}

.process-step h3 {
  color: var(--cream);
  font-size: 21px;
  margin-bottom: 10px;
}

.process-step p {
  color: var(--light-muted);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

.evaluation-section {
  background: radial-gradient(circle at 15% 18%, rgba(var(--rgb-gold), .18), transparent 28rem), linear-gradient(180deg, var(--dark-section) 0%, var(--dark-section-2) 100%);
}

.evaluation-panel {
  align-items: center;
  background: linear-gradient(135deg, rgba(var(--rgb-gold), .14), rgba(255, 248, 234, .06));
  border: 1px solid rgba(var(--rgb-gold-2), .22);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  display: grid;
  gap: clamp(22px, 4vw, 54px);
  grid-template-columns: .9fr 1.1fr;
  padding: clamp(28px, 4vw, 52px);
}

.evaluation-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.evaluation-grid div {
  align-items: center;
  background: rgba(255, 248, 234, .07);
  border: 1px solid rgba(var(--rgb-gold-2), .15);
  border-radius: 18px;
  display: flex;
  gap: 12px;
  padding: 14px;
}

.evaluation-grid i {
  height: 42px;
  width: 42px;
}

.evaluation-grid span {
  color: var(--cream);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
}

.plan-section {
  background: linear-gradient(180deg, var(--dark-section-2) 0%, var(--dark-section) 100%);
}

.plan-section .section-head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.plan-grid {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plan-card {
  background: var(--dark-card);
  border: 1px solid rgba(var(--rgb-gold-2), .22);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(26px, 4vw, 44px);
  position: relative;
}

.plan-card::after {
  background: radial-gradient(circle, rgba(var(--rgb-gold), .18), transparent 64%);
  content: "";
  height: 220px;
  pointer-events: none;
  position: absolute;
  right: -110px;
  top: -110px;
  width: 220px;
}

.plan-card-featured {
  background: var(--gradient-dark);
  color: var(--cream);
}

.plan-card-studio {
  background: radial-gradient(circle at 86% 0%, rgba(var(--rgb-gold-2), .2), transparent 16rem), linear-gradient(135deg, rgba(var(--rgb-gold), .2), rgba(255, 248, 234, .075));
  border-color: rgba(var(--rgb-gold-2), .38);
}

.plan-topline {
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
  margin-bottom: 16px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.plan-card-featured .plan-topline {
  color: var(--gold-2);
}

.plan-card-studio .plan-topline {
  color: var(--gold-3);
}

.plan-card h3 {
  color: var(--cream);
  font-size: clamp(28px, 3vw, 42px);
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.plan-card p {
  color: var(--light-muted);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

.plan-card-featured h3,
.plan-card-featured p {
  color: var(--cream);
}

.plan-card-studio h3,
.plan-card-studio p {
  color: var(--cream);
}

.plan-card-featured p {
  opacity: .78;
}

.plan-card-studio p {
  opacity: .82;
}

.plan-card ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  position: relative;
  z-index: 1;
}

.plan-card li {
  align-items: flex-start;
  color: rgba(255, 248, 234, .84);
  display: flex;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
  line-height: 1.45;
}

.plan-card li i {
  color: var(--gold);
  flex: 0 0 auto;
  margin-top: 2px;
}

.plan-card-featured li {
  color: rgba(255, 248, 234, .86);
}

.plan-card-studio li {
  color: rgba(255, 248, 234, .88);
}

.plan-card-featured li i {
  color: var(--gold-2);
}

.plan-card-studio li i {
  color: var(--gold-2);
}

.plan-note {
  color: rgba(255, 248, 234, .6);
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  margin: -8px 0 18px;
  position: relative;
  z-index: 1;
}

.plan-card .btn {
  margin-top: auto;
  position: relative;
  z-index: 1;
}

.service-showcase {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.6fr);
}

.service-list {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.talent-steps div,
.gallery-card,
.video-card {
  background: var(--dark-card);
  border: 1px solid rgba(var(--rgb-gold-2), .2);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  height: 100%;
  padding: 24px;
}

.service-card i {
  align-items: center;
  background: rgba(var(--rgb-gold-2), .12);
  border-radius: 18px;
  color: var(--gold-2);
  display: inline-flex;
  font-size: 24px;
  height: 56px;
  justify-content: center;
  margin-bottom: 18px;
  width: 56px;
}

.service-card {
  overflow: hidden;
  position: relative;
}

.service-card::after {
  background: radial-gradient(circle, rgba(var(--rgb-gold), .2), transparent 64%);
  content: "";
  height: 140px;
  pointer-events: none;
  position: absolute;
  right: -72px;
  top: -72px;
  width: 140px;
}

.service-card-main {
  background: var(--gradient-dark);
  color: var(--cream);
  min-height: 100%;
  padding: clamp(28px, 4vw, 46px);
}

.service-card-main i {
  background: rgba(255, 248, 234, .12);
  color: var(--gold-2);
}

.service-card-main > span {
  color: var(--gold-2);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.service-card h3,
.talent-steps strong,
.gallery-card span,
.video-card strong {
  color: var(--cream);
  display: block;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.03em;
  margin-bottom: 8px;
}

.service-card-main h3,
.service-card-main p {
  color: var(--cream);
}

.service-card-main h3 {
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1;
}

.service-card-main p {
  font-size: 16px;
  opacity: .78;
}

.service-card p,
.talent-steps small {
  color: var(--light-muted);
  display: block;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.service-card-main p {
  color: var(--cream);
  font-size: 16px;
  opacity: .78;
}

.talent-section {
  background: linear-gradient(180deg, var(--dark-section) 0%, var(--dark-section-2) 100%);
}

.talent-panel {
  align-items: center;
  background: linear-gradient(135deg, rgba(var(--rgb-gold), .18), rgba(255, 248, 234, .07));
  border: 1px solid rgba(var(--rgb-gold-2), .22);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  display: grid;
  gap: 34px;
  grid-template-columns: .9fr 1.1fr;
  padding: clamp(28px, 3.5vw, 46px);
}

.talent-steps {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.talent-steps span {
  color: var(--gold);
  display: block;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
}

.testimonial-section {
  background: radial-gradient(circle at 16% 10%, rgba(var(--rgb-gold), .18), transparent 26rem), linear-gradient(180deg, var(--dark-section-2) 0%, #080604 100%);
}

.testimonial-slider {
  position: relative;
}

.testimonial-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 2px 2px 14px;
  scroll-padding: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.testimonial-track::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  background: var(--gradient-dark);
  border: 1px solid rgba(var(--rgb-gold-2), .24);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  color: var(--cream);
  flex: 0 0 clamp(310px, 42vw, 520px);
  min-height: 260px;
  overflow: hidden;
  padding: clamp(26px, 4vw, 42px);
  position: relative;
  scroll-snap-align: start;
}

.testimonial-card::before {
  color: rgba(var(--rgb-gold-2), .2);
  content: "\201C";
  font-family: var(--font-display);
  font-size: 150px;
  line-height: 1;
  position: absolute;
  right: 22px;
  top: -18px;
}

.testimonial-card span {
  color: var(--gold-2);
  display: block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.testimonial-card p {
  color: rgba(255, 248, 234, .86);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.35;
  margin: 0;
  position: relative;
  z-index: 1;
}

.testimonial-prev {
  left: -12px;
}

.testimonial-next {
  right: -12px;
}

.work-section {
  background: linear-gradient(180deg, #080604 0%, var(--dark-section-2) 100%);
}

.media-tabs {
  background: rgba(255, 248, 234, .08);
  border: 1px solid rgba(var(--rgb-gold-2), .22);
  border-radius: 999px;
  display: flex;
  gap: 6px;
  margin: 0 auto 22px;
  max-width: 320px;
  padding: 6px;
}

.media-tab {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--light-muted);
  flex: 1;
  font-weight: 900;
  padding: 10px 14px;
}

.media-tab.active {
  background: var(--gradient-gold);
  color: var(--ink);
}

.media-slider {
  display: none;
  position: relative;
}

.media-slider.active {
  display: block;
}

.media-grid {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 2px 2px 14px;
  scroll-padding: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.media-grid::-webkit-scrollbar {
  display: none;
}

.gallery-card,
.video-card {
  flex: 0 0 clamp(230px, 27vw, 330px);
  height: auto;
  overflow: hidden;
  padding: 10px;
  scroll-snap-align: start;
}

.gallery-card.is-portrait {
  flex-basis: clamp(205px, 22vw, 280px);
}

.gallery-card.is-landscape {
  flex-basis: clamp(320px, 40vw, 520px);
}

.gallery-card.is-panoramic {
  flex-basis: clamp(380px, 48vw, 640px);
}

.video-card {
  flex-basis: clamp(220px, 24vw, 300px);
}

.video-card.is-landscape,
.video-card.is-panoramic {
  flex-basis: clamp(330px, 42vw, 520px);
}

.gallery-card img {
  background: linear-gradient(135deg, rgba(var(--rgb-ink), .9), rgba(49, 32, 6, .86));
  border-radius: 20px;
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: min(70svh, 560px);
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.video-card video {
  aspect-ratio: 9 / 16;
  border-radius: 22px;
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.video-card video {
  background: var(--ink);
}

.video-card.is-landscape video,
.video-card.is-panoramic video {
  aspect-ratio: 16 / 9;
}

.gallery-card span,
.video-card strong {
  font-size: 14px;
  margin: 12px 8px 4px;
}

.media-empty {
  background: var(--dark-card);
  border: 1px dashed rgba(var(--rgb-gold), .4);
  border-radius: var(--radius-lg);
  color: var(--light-muted);
  flex: 0 0 100%;
  font-weight: 800;
  grid-column: 1 / -1;
  padding: 28px;
  text-align: center;
}

.slider-arrow {
  align-items: center;
  background: var(--gradient-gold);
  border: 1px solid rgba(var(--rgb-gold-2), .65);
  border-radius: 50%;
  box-shadow: var(--shadow-md);
  color: var(--ink);
  display: inline-flex;
  font-size: 20px;
  height: 48px;
  justify-content: center;
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  transition: opacity .2s var(--ease), transform .2s var(--ease);
  width: 48px;
  z-index: 3;
}

.slider-arrow:hover {
  transform: translateY(-50%) scale(1.04);
}

.slider-arrow:disabled {
  cursor: default;
  opacity: .22;
  pointer-events: none;
}

.slider-prev {
  left: -12px;
}

.slider-next {
  right: -12px;
}

.contact-section {
  background: linear-gradient(180deg, var(--dark-section-2) 0%, var(--dark-section) 100%);
}

.contact-panel {
  align-items: center;
  background: var(--gradient-dark);
  border: 1px solid rgba(var(--rgb-gold-2), .22);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  color: var(--cream);
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr auto;
  padding: clamp(28px, 4vw, 50px);
}

.contact-panel h2,
.contact-panel p {
  color: var(--cream);
}

.contact-panel p {
  opacity: .74;
}

.contact-address {
  align-items: flex-start;
  color: rgba(255, 248, 234, .78);
  display: flex;
  font-style: normal;
  gap: 10px;
  line-height: 1.55;
  margin: 18px 0 0;
  max-width: 620px;
}

.contact-address i {
  color: var(--gold-2);
  margin-top: 3px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.social-links a {
  align-items: center;
  background: rgba(255, 248, 234, .08);
  border: 1px solid rgba(255, 248, 234, .14);
  border-radius: 999px;
  color: var(--cream);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 8px;
  padding: 10px 14px;
}

.social-links i {
  color: var(--gold-2);
}

.contact-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 220px;
}

.site-footer {
  background: var(--ink);
  color: rgba(255, 248, 234, .74);
  padding: 24px 0;
}

.footer-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer-logo {
  height: 46px;
  width: 148px;
}

.site-footer a {
  color: var(--gold-2);
  font-weight: 800;
}

.footer-info {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: right;
}

.footer-info span {
  color: rgba(255, 248, 234, .58);
  font-size: 13px;
}

.footer-socials {
  display: flex;
  gap: 12px;
}

.footer-socials a {
  color: rgba(255, 248, 234, .78);
  font-size: 13px;
}

.whatsapp-float {
  align-items: center;
  background: var(--green);
  border-radius: 50%;
  bottom: 22px;
  box-shadow: 0 16px 36px rgba(37, 211, 102, .32);
  color: #fff;
  display: inline-flex;
  font-size: 30px;
  height: 58px;
  justify-content: center;
  left: 22px;
  position: fixed;
  width: 58px;
  z-index: 900;
}

@keyframes livePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, .45); }
  50% { box-shadow: 0 0 0 8px rgba(239, 68, 68, 0); }
}

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

@media (max-width: 1199.98px) {
  .usp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .usp-card-featured,
  .usp-card:nth-child(4) {
    grid-column: span 2;
  }

  .service-showcase {
    grid-template-columns: 1fr;
  }

  .problem-layout,
  .evaluation-panel {
    grid-template-columns: 1fr;
  }

  .process-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card {
    flex-basis: clamp(230px, 38vw, 380px);
  }

  .gallery-card.is-portrait {
    flex-basis: clamp(205px, 28vw, 300px);
  }

  .gallery-card.is-landscape,
  .gallery-card.is-panoramic {
    flex-basis: clamp(340px, 56vw, 560px);
  }

  .video-card {
    flex-basis: clamp(220px, 32vw, 310px);
  }

  .video-card.is-landscape,
  .video-card.is-panoramic {
    flex-basis: clamp(340px, 56vw, 560px);
  }
}

@media (max-width: 991.98px) {
  :root {
    --nav-h: 76px;
    --section-y: 48px;
  }

  html {
    scroll-snap-type: none;
  }

  .site-header {
    background: rgba(18, 13, 8, .9);
    backdrop-filter: blur(16px);
  }

  .offcanvas {
    background: var(--cream);
  }

  .offcanvas .nav-link {
    color: var(--ink) !important;
    font-size: 17px;
    padding: 12px 0 !important;
  }

  .offcanvas .nav-link.active,
  .offcanvas .nav-link:hover {
    color: #8b6118 !important;
  }

  .nav-cta {
    margin-top: 12px;
    width: 100%;
  }

  .hero-section {
    min-height: auto;
    padding-top: calc(var(--nav-h) + 34px);
  }

  .hero-title {
    font-size: clamp(42px, 10vw, 64px);
    max-width: 11ch;
  }

  .hero-showcase {
    margin-top: 18px;
    min-height: auto;
  }

  .live-card {
    margin: 0 auto;
  }

  .float-chip {
    margin-top: 10px;
    position: static;
    width: 100%;
  }

  .talent-panel,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .platform-grid {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    min-width: 0;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 15px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand-logo {
    height: 46px;
    width: 138px;
  }

  .nav-cta,
  .hero-actions .btn,
  .contact-actions .btn,
  .talent-panel .btn {
    width: 100%;
  }

  .hero-title {
    font-size: clamp(38px, 11vw, 50px);
    max-width: 12.5ch;
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-points {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-points span {
    justify-content: center;
  }

  .hero-stats {
    display: flex;
    gap: 10px;
    margin-left: -2px;
    margin-right: -2px;
    overflow-x: auto;
    padding: 2px 2px 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .hero-stats::-webkit-scrollbar {
    display: none;
  }

  .hero-stats div {
    flex: 0 0 168px;
    min-height: 92px;
    scroll-snap-align: start;
  }

  .brand-card {
    flex-basis: 150px;
    min-height: 104px;
  }

  .brand-card img {
    height: 48px;
  }

  .talent-steps {
    grid-template-columns: 1fr;
  }

  .usp-grid {
    grid-template-columns: 1fr;
  }

  .process-timeline,
  .evaluation-grid {
    grid-template-columns: 1fr;
  }

  .problem-layout {
    grid-template-columns: 1fr;
  }

  .usp-section .section-head,
  .services-section .section-head {
    text-align: center;
  }

  .usp-card {
    min-height: auto;
  }

  .usp-card-featured,
  .usp-card:nth-child(4) {
    grid-column: auto;
  }

  .usp-card:nth-child(3) {
    transform: none;
  }

  .gallery-card {
    flex-basis: min(78vw, 340px);
  }

  .gallery-card.is-portrait {
    flex-basis: min(68vw, 280px);
  }

  .gallery-card.is-landscape,
  .gallery-card.is-panoramic {
    flex-basis: min(88vw, 460px);
  }

  .testimonial-card {
    flex-basis: min(86vw, 380px);
    min-height: 240px;
  }

  .video-card {
    flex-basis: min(72vw, 300px);
  }

  .video-card.is-landscape,
  .video-card.is-panoramic {
    flex-basis: min(88vw, 460px);
  }

  .slider-arrow {
    height: 42px;
    top: 38%;
    width: 42px;
  }

  .slider-prev {
    left: -4px;
  }

  .slider-next {
    right: -4px;
  }

  .section-head h2,
  .talent-panel h2,
  .contact-panel h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .section-head p,
  .talent-panel p,
  .contact-panel p {
    font-size: 15px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-info {
    align-items: flex-start;
    text-align: left;
  }

  .whatsapp-float {
    bottom: 18px;
    height: 54px;
    left: 18px;
    width: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
