@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Sora:wght@600;700;800&display=swap');

:root {
  --bg: #040507;
  --bg-soft: #0a0b10;
  --bg-card: rgba(12, 15, 24, 0.9);
  --bg-card-2: rgba(11, 14, 20, 0.92);
  --line: rgba(255, 255, 255, 0.14);
  --line-soft: rgba(255, 255, 255, 0.08);
  --text: #f7f8fc;
  --muted: #bac2d3;
  --accent: #ff445f;
  --accent-2: #ff7086;
  --accent-soft: rgba(255, 68, 95, 0.14);
  --danger: #ff7a7a;
  --radius: 16px;
  --container: 1760px;
  --shadow: 0 20px 52px rgba(0, 0, 0, 0.5);
  --shadow-soft: 0 12px 28px rgba(0, 0, 0, 0.34);
}

* { box-sizing: border-box; }
html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, Arial, sans-serif;
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
  isolation: isolate;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.is-loading { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: Sora, Inter, sans-serif;
  letter-spacing: -0.02em;
}

/* ----- loader ----- */
.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 50% 18%, rgba(255, 68, 95, 0.14), transparent 58%), #030408;
  opacity: 1;
  transition: opacity .38s ease, visibility .38s ease;
}
.loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.loader-inner {
  width: auto;
  text-align: center;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.loader-inner img {
  width: clamp(210px, 26vw, 320px);
  margin: 0 auto;
  border-radius: 0;
  background: transparent;
}
.loader-inner p {
  display: none;
}
.loader-line {
  display: none;
}
.loader-line span {
  display: none;
}
.loader-core {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 68, 95, 0.34);
  background: rgba(10, 12, 20, 0.94);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.5);
}
.loader-logo {
  width: clamp(210px, 26vw, 320px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(255, 68, 95, 0.32));
  animation: loaderLogoPulse 1.35s ease-in-out infinite;
}
@keyframes loaderLogoPulse {
  0%, 100% { transform: scale(1); opacity: .92; }
  50% { transform: scale(1.045); opacity: 1; }
}

/* ----- ambient bg ----- */
#bgfx {
  position: fixed;
  inset: 0;
  z-index: -14;
  background: radial-gradient(circle at 35% 20%, rgba(255, 68, 95, 0.13), transparent 48%), #040507;
}
.grain {
  position: fixed;
  inset: 0;
  z-index: -13;
  pointer-events: none;
  opacity: .06;
  mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}

body::before,
body::after {
  content: "";
  position: fixed;
  top: -12vh;
  width: 48vw;
  height: 130vh;
  pointer-events: none;
  z-index: -12;
  opacity: .52;
  filter: blur(20px);
}
body::before {
  left: -22vw;
  background: radial-gradient(ellipse at center, rgba(255, 68, 95, .2), rgba(255, 68, 95, 0) 66%);
  transform: rotate(13deg);
  animation: ambientSweepLeft 16s ease-in-out infinite alternate;
}
body::after {
  right: -22vw;
  background: radial-gradient(ellipse at center, rgba(255, 68, 95, .2), rgba(255, 68, 95, 0) 66%);
  transform: rotate(-13deg);
  animation: ambientSweepRight 18s ease-in-out infinite alternate;
}
@keyframes ambientSweepLeft {
  0% { transform: translate3d(0, 0, 0) rotate(13deg) scale(1); opacity: .36; }
  50% { transform: translate3d(28px, -24px, 0) rotate(15deg) scale(1.06); opacity: .62; }
  100% { transform: translate3d(46px, -36px, 0) rotate(16deg) scale(1.08); opacity: .44; }
}
@keyframes ambientSweepRight {
  0% { transform: translate3d(0, 0, 0) rotate(-13deg) scale(1); opacity: .36; }
  50% { transform: translate3d(-28px, -24px, 0) rotate(-15deg) scale(1.06); opacity: .62; }
  100% { transform: translate3d(-46px, -36px, 0) rotate(-16deg) scale(1.08); opacity: .44; }
}

.beam {
  position: fixed;
  z-index: -11;
  pointer-events: none;
  filter: blur(3px);
  opacity: .68;
}
.beam-left {
  left: -340px;
  top: 24px;
  width: 980px;
  height: 1080px;
  transform: rotate(21deg);
  background: radial-gradient(ellipse at center, rgba(255, 68, 95, 0.38), rgba(255, 68, 95, 0) 70%);
  animation: beamDriftLeft 10.8s ease-in-out infinite alternate;
}
.beam-right {
  right: -340px;
  top: 24px;
  width: 980px;
  height: 1080px;
  transform: rotate(-21deg);
  background: radial-gradient(ellipse at center, rgba(255, 68, 95, 0.38), rgba(255, 68, 95, 0) 70%);
  animation: beamDriftRight 11.4s ease-in-out infinite alternate;
}
@keyframes beamDriftLeft {
  0% { transform: translate3d(0, 0, 0) rotate(21deg) scale(1); opacity: .56; }
  50% { transform: translate3d(42px, -28px, 0) rotate(24deg) scale(1.07); opacity: .86; }
  100% { transform: translate3d(86px, -44px, 0) rotate(26deg) scale(1.11); opacity: .64; }
}
@keyframes beamDriftRight {
  0% { transform: translate3d(0, 0, 0) rotate(-21deg) scale(1); opacity: .56; }
  50% { transform: translate3d(-44px, -28px, 0) rotate(-24deg) scale(1.07); opacity: .86; }
  100% { transform: translate3d(-88px, -44px, 0) rotate(-26deg) scale(1.11); opacity: .64; }
}

#cursorGlow {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 68, 95, .16), transparent 62%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -10;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  z-index: 260;
  background: linear-gradient(90deg, var(--accent), #ffd4dc);
  box-shadow: 0 0 15px rgba(255, 68, 95, 0.62);
}

/* ----- header/nav ----- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 220;
  border-bottom: 1px solid rgba(255, 68, 95, .14);
  background: rgba(5, 7, 11, 0.76);
  backdrop-filter: blur(16px) saturate(136%);
  -webkit-backdrop-filter: blur(16px) saturate(136%);
}
.header-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 13px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.brand img {
  width: clamp(170px, 14vw, 258px);
  filter: drop-shadow(0 0 12px rgba(255, 68, 95, 0.24));
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.main-nav a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #f7f8fc;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 10px 12px;
  transition: .2s;
}
.main-nav a:hover,
.main-nav a.active {
  border-color: rgba(255, 68, 95, .54);
  background: linear-gradient(135deg, rgba(255, 68, 95, .17), rgba(255, 68, 95, .08));
  color: #fff;
  box-shadow: 0 0 0 1px rgba(255, 68, 95, .14) inset, 0 8px 18px rgba(255, 68, 95, .18);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  padding: 8px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #fff;
}

/* ----- common layout ----- */
.site,
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 8px;
}
.section {
  position: relative;
  isolation: isolate;
  padding: 96px 0;
}
.section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 68, 95, .24), transparent);
  opacity: .74;
  pointer-events: none;
}
.section::after {
  content: none;
}
.section:nth-of-type(even)::after {
  content: none;
}
.hero.section::before,
.hero.section::after,
.trusted::before,
.trusted::after { display: none; }
.section.compact { padding: 72px 0; }

.section-head {
  margin-bottom: 24px;
  max-width: 1600px;
}
.kicker {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .72rem;
  font-weight: 800;
  color: #ffadbc;
  border: 1px solid rgba(255, 68, 95, .34);
  background: rgba(255, 68, 95, .08);
  border-radius: 999px;
  padding: 6px 12px;
}
.section-title {
  margin-top: 16px;
  font-size: clamp(2.6rem, 5.4vw, 5rem);
  line-height: .99;
  text-wrap: balance;
  overflow-wrap: anywhere;
}
.section-lead {
  margin-top: 14px;
  max-width: 1040px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.68;
}

.actions {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.actions.left { justify-content: flex-start; }
.btn {
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 12px 18px;
  font-size: .88rem;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 68, 95, .22);
}
.btn.primary {
  color: #fff;
  background: linear-gradient(135deg, #ff6a7f, #ff3a54 56%, #ff2d49);
  box-shadow: 0 12px 24px rgba(255, 68, 95, .3);
}
.btn.primary:hover {
  box-shadow: 0 16px 30px rgba(255, 68, 95, .36);
}
.btn.ghost {
  color: #f7f8fb;
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .05);
}
.btn.ghost:hover {
  border-color: rgba(255, 68, 95, .4);
  background: rgba(255, 68, 95, .08);
}
.btn.danger {
  background: rgba(255, 122, 122, .12);
  border-color: rgba(255, 122, 122, .42);
  color: #ffd4d4;
}

.panel,
.card,
.service-card,
.case-card,
.team-card,
.insight-card,
.vertical-card,
.policy-card,
.dashboard-widget,
.faq-item,
.metric-card,
.ticket,
.board-col,
.contact-shell,
.contact-form,
.contact-side,
.cta-band {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(168deg, rgba(16, 20, 30, .78), rgba(10, 13, 20, .82));
  backdrop-filter: blur(14px) saturate(128%);
  -webkit-backdrop-filter: blur(14px) saturate(128%);
  box-shadow: var(--shadow), 0 0 0 1px rgba(255, 255, 255, .02) inset;
}
.glow {
  box-shadow: 0 24px 64px rgba(0, 0, 0, .56), 0 0 0 1px rgba(255, 68, 95, .09) inset;
}

/* ----- hero ----- */
.hero {
  min-height: calc(100vh - 74px);
  padding: clamp(96px, 13vh, 152px) 0 clamp(82px, 11vh, 128px);
  display: grid;
  align-items: center;
  overflow: hidden;
  text-align: center;
}
.hero::after {
  content: "";
  position: absolute;
  right: clamp(24px, 4vw, 80px);
  top: clamp(24px, 4vh, 64px);
  width: clamp(120px, 10vw, 184px);
  height: clamp(120px, 10vw, 184px);
  background: url('assets/logo-icon-custom.png') center/contain no-repeat;
  opacity: .52;
  pointer-events: none;
}
.hero-waves {
  position: absolute;
  inset: -22% -8%;
  pointer-events: none;
  background:
    radial-gradient(58% 58% at -2% 40%, rgba(255, 68, 95, .2), transparent 64%),
    radial-gradient(58% 58% at 102% 40%, rgba(255, 68, 95, .2), transparent 64%),
    radial-gradient(72% 46% at 50% 56%, rgba(255, 68, 95, .08), transparent 74%);
  opacity: .78;
  filter: blur(1px);
  animation: heroWaveBreath 11s ease-in-out infinite alternate;
}
.hero-waves::before,
.hero-waves::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}
.hero-waves::before {
  inset: 8% 6%;
  border: 1px solid rgba(255, 255, 255, .06);
  animation: heroWaveOrbitA 14s linear infinite;
}
.hero-waves::after {
  inset: 14% 12%;
  border: 1px solid rgba(255, 68, 95, .22);
  animation: heroWaveOrbitB 17s linear infinite reverse;
}
@keyframes heroWaveBreath {
  0% { opacity: .58; transform: scale(1); }
  100% { opacity: .92; transform: scale(1.045); }
}
@keyframes heroWaveOrbitA {
  from { transform: rotate(0deg) scale(1); }
  to { transform: rotate(360deg) scale(1.08); }
}
@keyframes heroWaveOrbitB {
  from { transform: rotate(0deg) scale(1); }
  to { transform: rotate(360deg) scale(1.1); }
}

.hero-center {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}
.hero .kicker {
  margin: 0 auto;
}
.hero h1 {
  margin-top: 16px;
  font-size: clamp(4.2rem, 8.8vw, 8rem);
  line-height: .9;
  text-shadow: 0 14px 34px rgba(0, 0, 0, .56);
  max-width: 100%;
  overflow-wrap: anywhere;
}
.hero h1 .gold { color: var(--accent); }
.hero p {
  margin: 18px auto 0;
  max-width: 1200px;
  color: var(--muted);
  font-size: 1.16rem;
  line-height: 1.64;
}

.tag-row {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.tag-row.centered {
  justify-content: center;
}
.tag {
  font-size: .8rem;
  letter-spacing: .02em;
  border-radius: 999px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
  color: #d7deed;
  padding: 7px 12px;
}

.stat-grid,
.metric-wall {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.metric-card {
  padding: 18px 14px;
  text-align: center;
  border-color: rgba(255, 68, 95, .28);
  background: rgba(13, 18, 30, 0.82);
  position: relative;
  overflow: hidden;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.metric-card::after {
  content: none;
}
.metric-card strong {
  display: block;
  font-size: clamp(1.05rem, 2.4vw, 1.38rem);
  color: #ffe7eb;
}
.metric-card span {
  display: block;
  margin-top: 3px;
  color: #b9c3da;
  font-size: .74rem;
}
.metric-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 68, 95, .5);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .42), 0 0 0 1px rgba(255, 68, 95, .12) inset;
}

.hero-command-row {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.hero-command-row article {
  border-radius: 12px;
  border: 1px solid rgba(255, 68, 95, .25);
  background: rgba(13, 18, 30, .7);
  padding: 11px 12px;
  text-align: left;
}
.hero-command-row h4 {
  margin-bottom: 4px;
  font-size: .84rem;
  color: #ffd3dc;
}
.hero-command-row p {
  margin: 0;
  font-size: .74rem;
  line-height: 1.5;
  color: #b7c2d9;
}

/* ----- trusted strip ----- */
.trusted {
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  padding: 30px 0 24px;
  text-align: center;
}
.trusted p {
  margin: 0 0 14px;
  color: #c4ccdc;
  text-transform: none;
  letter-spacing: .04em;
  font-size: .8rem;
  font-weight: 700;
}
.trusted-empty {
  border-radius: 14px;
  border: 1px solid rgba(255, 68, 95, .26);
  background: linear-gradient(165deg, rgba(16, 20, 30, .7), rgba(10, 13, 21, .82));
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  padding: 16px 14px;
  color: #d0d8ea;
  font-size: .88rem;
  letter-spacing: .02em;
}
.brands-empty {
  margin-top: 14px;
}
.brands-empty-card {
  border-radius: 14px;
  border: 1px solid rgba(255, 68, 95, .26);
  background: linear-gradient(165deg, rgba(16, 20, 30, .72), rgba(10, 13, 21, .84));
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  padding: 22px 16px;
  text-align: center;
  color: #d6deef;
  font-size: 1rem;
  font-weight: 600;
}
.trusted-marquee {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 68, 95, .18);
  border-radius: 14px;
  background: linear-gradient(165deg, rgba(16, 20, 30, .6), rgba(10, 13, 21, .74));
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  padding: 10px 0;
}
.trusted-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: trustMarquee 34s linear infinite;
}
.trusted-marquee:hover .trusted-track {
  animation-play-state: paused;
}
@keyframes trustMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.logo-chip {
  width: 200px;
  height: 86px;
  flex: 0 0 auto;
  border-radius: 12px;
  border: 1px solid rgba(255, 68, 95, .24);
  background: linear-gradient(155deg, rgba(248, 250, 255, .97), rgba(236, 241, 249, .93));
  backdrop-filter: blur(8px) saturate(120%);
  -webkit-backdrop-filter: blur(8px) saturate(120%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .45);
  transition: transform .18s ease, box-shadow .18s ease;
}
.logo-chip:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .55), var(--shadow-soft);
}
.logo-chip img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  image-rendering: auto;
  --logo-scale: 1;
  transform: scale(var(--logo-scale));
  transform-origin: center;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .2));
}

/* ----- grid cards ----- */
.grid {
  display: grid;
  gap: 18px;
}
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.service-card,
.case-card,
.team-card,
.insight-card,
.vertical-card,
.policy-card,
.dashboard-widget {
  padding: 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 164px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.case-card { min-height: 186px; }
.team-card { min-height: 170px; }
.service-card::after,
.case-card::after,
.team-card::after,
.insight-card::after,
.vertical-card::after,
.policy-card::after,
.dashboard-widget::after {
  content: none;
}
.service-card:hover,
.case-card:hover,
.team-card:hover,
.insight-card:hover,
.vertical-card:hover,
.policy-card:hover,
.dashboard-widget:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 68, 95, .46);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .46), 0 0 0 1px rgba(255, 68, 95, .12) inset;
}
.service-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(255, 68, 95, .45);
  background: rgba(255, 68, 95, .12);
  color: #ffd3dc;
  font-size: .8rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
}
.service-card h3,
.case-card h3,
.team-card h3,
.insight-card h3,
.vertical-card h3,
.policy-card h3,
.dashboard-widget h3 {
  font-size: 1.18rem;
  margin-bottom: 8px;
}
.service-card p,
.case-card p,
.team-card p,
.insight-card p,
.vertical-card p,
.policy-card p,
.dashboard-widget p {
  margin: 0;
  color: var(--muted);
  line-height: 1.64;
  font-size: .95rem;
}

.text-link {
  margin-top: 14px;
  display: inline-flex;
  text-decoration: none;
  color: #ffc5d0;
  font-weight: 700;
  font-size: .88rem;
}

/* ----- brand marquee ----- */
.partner-marquee {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  padding: 12px 0;
  background: rgba(10, 14, 24, .84);
}
.partner-track {
  width: max-content;
  display: flex;
  gap: 10px;
  animation: marquee 22s linear infinite;
}
.partner-marquee:hover .partner-track { animation-play-state: paused; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.partner-card {
  min-width: 352px;
  height: 108px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: linear-gradient(145deg, #101a35, #0d152a);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 12px 14px;
  box-shadow: none;
  transition: transform .22s ease, border-color .22s ease;
}
.partner-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 68, 95, .56);
}
.partner-card > div:not(.logo-wrap) {
  display: none;
}
.logo-wrap {
  width: 150px;
  height: 82px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: #0b1325;
  overflow: hidden;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 6px;
}
.logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.partner-name,
.partner-sub {
  display: none !important;
}

.logo-clarity-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}
.logo-clarity-grid--xl {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.logo-clarity-grid--single {
  grid-template-columns: minmax(0, 940px);
  justify-content: center;
}
.logo-clarity-grid--single .logo-clarity-card {
  padding: 16px 14px;
}
.logo-clarity-grid--single .logo-clarity-card img {
  max-width: 180px;
  height: 110px;
}
.logo-clarity-card {
  border-radius: 12px;
  border: 1px solid rgba(255, 68, 95, .24);
  background: linear-gradient(165deg, rgba(248, 250, 255, .97), rgba(236, 241, 249, .94));
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  padding: 14px 12px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .48);
  transition: transform .2s ease, box-shadow .2s ease;
}
.logo-clarity-card:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .58), var(--shadow-soft);
}
.logo-clarity-card img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 84px;
  object-fit: contain;
  object-position: center;
  --logo-scale: 1;
  transform: scale(var(--logo-scale));
  transform-origin: center;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .2));
}
.logo-clarity-card span {
  display: none !important;
}

/* optical balancing per artwork */
.logo-chip img[src$="logo-01-icon.png"],
.logo-chip img[src$="logo-04.png"],
.logo-chip img[src$="logo-05.png"],
.logo-chip img[src$="logo-09.png"] {
  --logo-scale: 1.04;
}
.logo-clarity-card img[src$="logo-01-icon.png"],
.logo-clarity-card img[src$="logo-04.png"],
.logo-clarity-card img[src$="logo-05.png"],
.logo-clarity-card img[src$="logo-09.png"] {
  --logo-scale: 1.04;
}

.logo-chip img[src$="logo-02.png"] { --logo-scale: 1.12; }
.logo-clarity-card img[src$="logo-02.png"] { --logo-scale: 1.14; }

.logo-chip img[src$="logo-03.png"],
.logo-chip img[src$="logo-06.png"] { --logo-scale: 1.12; }
.logo-clarity-card img[src$="logo-03.png"],
.logo-clarity-card img[src$="logo-06.png"] { --logo-scale: 1.14; }

.logo-chip img[src$="logo-07.png"] { --logo-scale: 1.2; }
.logo-clarity-card img[src$="logo-07.png"] { --logo-scale: 1.24; }



.logo-chip img[src$="logo-12b.png"] { --logo-scale: 1.14; }
.logo-clarity-card img[src$="logo-12b.png"] { --logo-scale: 1.18; }

.logo-chip img[src$="logo-13.png"] { --logo-scale: 1.06; }
.logo-clarity-card img[src$="logo-13.png"] { --logo-scale: 1.1; }

/* ----- creators split ----- */
.creator-split {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 22px;
  align-items: start;
}
.creator-story {
  padding: 24px;
}
.creator-story h3 {
  font-size: 1.36rem;
  margin-bottom: 10px;
}
.creator-story p {
  margin: 0;
  color: var(--muted);
  line-height: 1.64;
}
.creator-story ul {
  margin: 14px 0 0 18px;
  padding: 0;
  color: #d0d8ea;
  line-height: 1.74;
}
.creator-story li::marker { color: #ff8ea0; }

/* ----- case/team ----- */
.case-meta {
  margin-top: auto;
  padding-top: 14px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.case-meta span {
  font-size: .74rem;
  border-radius: 999px;
  border: 1px solid var(--line-soft);
  color: #d4dcec;
  padding: 5px 9px;
}

.member-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.member-tag {
  display: inline-flex;
  align-items: center;
  margin-bottom: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 68, 95, .4);
  background: rgba(255, 68, 95, .12);
  color: #ffd5dd;
  font-size: .62rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 800;
}
.team-card.founder {
  border-color: rgba(255, 68, 95, .36);
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 68, 95, .18), transparent 45%),
    linear-gradient(168deg, rgba(18, 22, 34, .84), rgba(10, 13, 20, .9));
}
.team-card.creative {
  border-color: rgba(255, 120, 150, .34);
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 120, 150, .14), transparent 44%),
    linear-gradient(168deg, rgba(18, 22, 34, .82), rgba(10, 13, 20, .9));
}
.team-card.creative .member-tag {
  border-color: rgba(255, 120, 150, .46);
  background: rgba(255, 120, 150, .14);
}
.avatar,
.staff-photo {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  flex: 0 0 auto;
}
.avatar {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 68, 95, .46);
  background: rgba(255, 68, 95, .14);
  color: #ffd4dc;
  font-size: .9rem;
  font-weight: 900;
}
.staff-photo {
  object-fit: cover;
  border: 1px solid rgba(255, 68, 95, .44);
}
.staff-photo.ceo-photo {
  border-color: rgba(255, 88, 116, .62);
  box-shadow: 0 8px 20px rgba(255, 58, 95, .18);
  object-position: center top;
}
.staff-photo.isha-photo {
  object-position: center 14%;
}
.staff-photo.rishana-photo {
  object-position: center 20%;
}
.staff-photo.pratiksha-photo {
  object-position: center 18%;
}
.staff-photo.denish-photo {
  object-position: center 15%;
  border-color: rgba(255, 88, 116, .56);
}

.staff-photo.rick-photo {
  object-position: center 18%;
  border-color: rgba(255, 88, 116, .58);
}
.member-role {
  color: var(--muted);
  font-size: .82rem;
}
#team [data-team-grid] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.team-tools {
  margin: 10px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 68, 95, .4);
  background: rgba(255, 68, 95, .12);
  color: #ffd1db;
  padding: 8px 12px;
  font-size: .78rem;
  letter-spacing: .02em;
}

/* ----- contact ----- */
.contact-shell {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 14px;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.contact-side {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(9, 12, 20, 0.95);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-side p {
  margin: 0;
  color: #d6deee;
  line-height: 1.64;
}
.contact-side .muted { color: var(--muted); }
.contact-points {
  margin: 10px 0 0;
  padding-left: 18px;
  color: #c6d0e4;
  display: grid;
  gap: 6px;
  font-size: .9rem;
}
.contact-form {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(11, 15, 24, 0.96);
  padding: 24px;
}
.inquiry-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 2px 0 14px;
}
.inquiry-pill {
  text-align: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 68, 95, .3);
  background: rgba(255, 255, 255, .03);
  color: #e3e9f6;
  font-size: .84rem;
  font-weight: 700;
  padding: 10px 12px;
  cursor: pointer;
  transition: .2s;
}
.inquiry-pill:hover {
  border-color: rgba(255, 68, 95, .48);
}
.inquiry-pill.active {
  border-color: rgba(255, 68, 95, .64);
  background: linear-gradient(135deg, rgba(255, 68, 95, .2), rgba(255, 68, 95, .1));
  color: #ffe1e7;
  box-shadow: 0 0 0 1px rgba(255, 68, 95, .14) inset;
}
.form-grid {
  display: grid;
  gap: 12px;
}
.form-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.form-grid-2 > div {
  min-width: 0;
}
.contact-form .actions {
  margin-top: 16px;
}
label {
  display: block;
  margin: 10px 0 6px;
  color: #d9e0f0;
  font-size: .84rem;
  font-weight: 700;
}
.input,
textarea.input,
select.input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 68, 95, .28);
  background: #0c111c;
  color: #fff;
  font: inherit;
  padding: 11px 12px;
}
.input:focus,
textarea.input:focus,
select.input:focus {
  outline: none;
  border-color: rgba(255, 68, 95, .76);
  box-shadow: 0 0 0 3px rgba(255, 68, 95, .16);
}
.input::placeholder,
textarea.input::placeholder {
  color: #95a2bb;
}
.form-note {
  margin-top: 10px;
  font-size: .84rem;
  color: #d8e0f3;
}
.contact-conditional {
  margin-top: 6px;
}
.contact-conditional[hidden] {
  display: none !important;
}

/* ----- policy/admin extras ----- */
.policy-index {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.policy-index a {
  text-decoration: none;
  font-size: .78rem;
  border-radius: 999px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
  padding: 7px 10px;
}
.policy-card ul {
  margin: 10px 0 0 18px;
  padding: 0;
  color: var(--muted);
  line-height: 1.66;
}

.board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.board-col {
  background: var(--bg-card-2);
  padding: 16px;
}
.board-col h4 {
  margin-bottom: 10px;
  color: #ffccd6;
  font-size: .98rem;
}
.ticket {
  margin-bottom: 8px;
  padding: 10px 11px;
  border-radius: 10px;
  background: rgba(12, 16, 26, 0.9);
  color: #d5ddef;
  font-size: .82rem;
  border: 1px solid var(--line-soft);
  transition: transform .2s ease, border-color .2s ease;
}
.ticket:last-child { margin-bottom: 0; }
.ticket:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 68, 95, .4);
}

.admin-staff {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.staff-list {
  display: grid;
  gap: 10px;
}
.staff-row {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid var(--line-soft);
  background: rgba(10, 13, 21, 0.9);
  padding: 10px;
}
.staff-meta b {
  display: block;
  font-size: .92rem;
}
.staff-meta span {
  font-size: .78rem;
  color: var(--muted);
}
.staff-meta span + span {
  margin-top: 2px;
  font-size: .66rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #ffbfd0;
}

/* ----- faq ----- */
.faq-item { overflow: hidden; }
.faq-q {
  width: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-weight: 700;
  text-align: left;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .24s ease;
}
.faq-a p {
  margin: 0;
  color: var(--muted);
  padding: 0 16px 16px;
}
.faq-item.active .faq-a { max-height: 220px; }

/* ----- cta/footer ----- */
.cta-band {
  padding: 26px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 20px;
  align-items: center;
}
.cta-band h3 {
  font-size: 1.72rem;
  margin-bottom: 8px;
}
.cta-band p {
  margin: 0;
  color: var(--muted);
}

footer {
  margin-top: 84px;
  border-top: 1px solid var(--line-soft);
  background: rgba(6, 8, 13, 0.9);
}
.footer-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 24px 10px 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 14px;
}
.footer-grid h4 {
  font-size: .88rem;
  color: #ffbfca;
  margin-bottom: 8px;
}
.footer-grid a,
.footer-grid p,
.footer-links a {
  display: block;
  text-decoration: none;
  color: #bac3d9;
  font-size: .84rem;
  line-height: 1.82;
  margin: 0;
}
.footer-grid a:hover,
.footer-links a:hover { color: #fff; }
.footer-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.copyright {
  border-top: 1px solid var(--line-soft);
  padding-top: 10px;
  color: #9aa7c9;
  font-size: .8rem;
}

/* ----- reveal ----- */
.reveal,
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.in,
.reveal-on-scroll.in {
  opacity: 1;
  transform: none;
}

/* ----- responsive ----- */
@media (min-width: 1200px) {
  html { font-size: 16px; }
  .site,
  .container,
  .header-inner,
  .footer-inner {
    width: 100%;
    max-width: var(--container);
    margin-left: auto;
    margin-right: auto;
  }
  .section { padding: 84px 0; }
  .section.compact { padding: 64px 0; }
  .hero {
    min-height: calc(100vh - 74px);
    padding: 88px 0 66px;
  }
  .hero-center {
    width: 90vw;
    max-width: none;
  }
  .hero h1 { font-size: clamp(4.4rem, 9vw, 8rem); }
  .hero p { max-width: 1360px; }
  .trusted { padding: 22px 0 16px; }
  .main-nav a { font-size: 14px; padding: 10px 12px; }
}

@media (max-width: 1600px) {
  .hero h1 {
    font-size: clamp(4rem, 8.8vw, 7.4rem);
  }
  .hero-center {
    width: 90vw;
  }
}

@media (max-width: 1320px) {
  .hero-center {
    width: 90vw;
  }
  .hero h1 {
    font-size: clamp(3.6rem, 8.6vw, 6.6rem);
  }
}

@media (max-width: 1220px) {
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #team [data-team-grid] { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .admin-staff { grid-template-columns: 1fr; }
}

@media (max-width: 1080px) {
  .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-3 > *:last-child:nth-child(odd) { grid-column: 1 / -1; }
  #team [data-team-grid] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-2,
  .board,
  .cta-band,
  .contact-shell,
  .metric-wall,
  .stat-grid,
  .hero-command-row,
  .creator-split,
  .footer-grid,
  .form-grid-2 {
    grid-template-columns: 1fr;
  }
  .logo-clarity-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .logo-clarity-grid--xl { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .contact-side {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 980px) {
  .nav-toggle { display: inline-block; }
  .main-nav {
    position: absolute;
    top: 64px;
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(10, 12, 19, 0.98);
    padding: 8px;
    max-height: calc(100vh - 90px);
    overflow: auto;
  }
  .main-nav.open { display: flex; }
  .main-nav a { width: 100%; }

  .section { padding: 78px 0; }
  .hero { min-height: auto; padding-top: 110px; }
  .hero::after {
    width: 118px;
    height: 118px;
    right: 10px;
    top: 20px;
    opacity: .4;
  }
  .hero h1 {
    font-size: clamp(2.05rem, 11.2vw, 3.3rem);
    line-height: 1.02;
  }
  .hero p { font-size: 1rem; }
  .section-title {
    font-size: clamp(1.88rem, 8.8vw, 2.8rem);
  }
  .partner-card {
    min-width: 270px;
    height: 96px;
  }
  .logo-wrap {
    width: 116px;
    height: 64px;
  }
}

@media (max-width: 760px) {
  .grid-3,
  .grid-4,
  .stat-grid,
  .hero-command-row,
  .footer-grid {
    grid-template-columns: 1fr !important;
  }
  .logo-clarity-grid,
  .logo-clarity-grid--xl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .logo-clarity-grid--single {
    grid-template-columns: minmax(0, 1fr);
  }
  .logo-clarity-grid--single .logo-clarity-card img {
    max-width: 100%;
    height: 94px;
  }
  .trusted-marquee { padding: 8px 0; }
  .trusted-track { gap: 8px; }
  .logo-chip {
    width: 168px;
    height: 70px;
  }
  .grid-3 > *:last-child:nth-child(odd) { grid-column: auto; }
  .hero-center { width: min(95vw, 680px); }
  .hero h1 { font-size: clamp(2rem, 11.8vw, 3rem); }
  .hero p { max-width: 96%; }
  .main-nav a { font-size: .92rem; }
}

@media (max-width: 560px) {
  .site,
  .container,
  .header-inner,
  .footer-inner {
    padding-left: 14px;
    padding-right: 14px;
  }
  .section { padding: 66px 0; }
  .section-title { font-size: clamp(1.64rem, 10.4vw, 2.24rem); }
  .hero h1 { font-size: clamp(1.95rem, 12.4vw, 2.78rem); }
  .tag-row { gap: 6px; }
  .partner-card { min-width: 248px; height: 96px; }
  .logo-wrap { width: 108px; height: 62px; }
  .trusted-marquee { padding: 7px 0; }
  .logo-chip { width: 152px; height: 64px; padding: 7px; }
  .logo-clarity-grid,
  .logo-clarity-grid--xl { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .logo-clarity-grid--single {
    grid-template-columns: minmax(0, 1fr);
  }
  .logo-clarity-grid--single .logo-clarity-card img {
    height: 80px;
  }
  .logo-clarity-card { padding: 10px 8px; }
  .logo-clarity-card img { width: auto; height: auto; max-width: 100%; max-height: 52px; }
  .logo-clarity-card span { font-size: .62rem; }
  .cta-band h3 { font-size: 1.34rem; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  .partner-track,
  .beam-left,
  .beam-right,
  .hero-waves,
  .hero-waves::before,
  .hero-waves::after,
  body::before,
  body::after {
    animation: none !important;
  }
  #cursorGlow,
  .hero-waves { display: none; }
}

/* ===== launch hotfix: keep 5% side + prevent hero title clipping ===== */
.hero h1 {
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
}
.hero h1 .gold {
  display: inline;
  white-space: normal;
}

@media (min-width: 1200px) {
  .hero-center {
    width: 90vw;
    max-width: none;
  }
  .hero h1 {
    font-size: clamp(3.9rem, 7.8vw, 6.8rem);
  }
}

@media (max-width: 1600px) {
  .hero-center {
    width: 90vw;
  }
  .hero h1 {
    font-size: clamp(3.6rem, 7.6vw, 6.2rem);
  }
}

@media (max-width: 1320px) {
  .hero-center {
    width: 90vw;
  }
  .hero h1 {
    font-size: clamp(3rem, 7.2vw, 5.4rem);
  }
}

/* ===== emergency side-space reduction (requested) ===== */
@media (min-width: 1200px) {
  .site,
  .container,
  .header-inner,
  .footer-inner {
    width: 100%;
    max-width: none;
    padding-left: 6px;
    padding-right: 6px;
  }

  .hero-center {
    width: min(1920px, 98vw) !important;
    max-width: none;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 7.6vw, 6.8rem) !important;
  }

  .hero p {
    max-width: 1500px;
  }
}

@media (max-width: 1600px) {
  .hero-center { width: 96vw !important; }
}

@media (max-width: 1320px) {
  .hero-center { width: 95vw !important; }
}

/* ===== final launch tune: bigger hero + cleaner team/contact ===== */
@media (min-width: 1200px) {
  .hero {
    padding: 96px 0 74px;
  }

  .hero-center {
    width: min(1760px, 94vw) !important;
    max-width: none;
  }

  .hero h1 {
    font-size: clamp(4.6rem, 8.8vw, 8.2rem) !important;
    line-height: .92;
  }

  .hero p {
    max-width: 1420px;
    font-size: 1.08rem;
  }

  .section-title {
    font-size: clamp(2.5rem, 4.2vw, 4rem);
  }

  .section-head {
    max-width: 1500px;
  }

  .metric-card {
    padding: 15px 14px;
  }

  .metric-card strong {
    font-size: 1.9rem;
  }

  .hero-command-row article {
    padding: 14px 14px;
  }

  .team-card {
    min-height: 198px;
    padding: 24px;
  }

  .team-card h3 {
    font-size: 1.2rem;
  }

  .member-role {
    font-size: .9rem;
  }

  .team-card p {
    font-size: .94rem;
    line-height: 1.6;
  }

  .contact-shell {
    align-items: start;
    gap: 16px;
  }

  .contact-side,
  .contact-form {
    padding: 22px;
  }

  .contact-side {
    min-height: 0;
  }

  .form-grid {
    gap: 10px;
  }
}

/* ===== p48: brand/logo readability + section polish ===== */
@media (min-width: 1200px) {
  .trusted {
    padding: 20px 0 14px;
  }

  .trusted-marquee {
    padding: 8px 0;
  }

  .trusted-track {
    gap: 8px;
    animation-duration: 38s;
  }

  .logo-chip {
    height: 92px;
    padding: 8px 10px;
  }

  .logo-chip img {
    max-height: 100%;
  }

  #brands .logo-clarity-grid--xl {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  #brands .logo-clarity-card {
    min-height: 126px;
  }

  #brands .logo-clarity-card img {
    max-height: 92px;
  }

}

@media (max-width: 1600px) {
  #brands .logo-clarity-grid--xl {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}


/* ===== p53: dark-only polish + lightweight mobile ===== */
.header-tools,
.theme-toggle,
.lang-select {
  display: none !important;
}

html { overflow-x: hidden; }
#bgfx { width: 100%; height: 100%; }
body { padding-top: var(--header-offset, 76px); }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 68, 95, .18);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .24);
}

.main-nav a {
  font-size: 13px;
  letter-spacing: .01em;
  padding: 9px 11px;
}

.main-nav a:hover,
.main-nav a.active {
  box-shadow: 0 10px 22px rgba(255, 68, 95, .22);
}

.section {
  padding-top: clamp(44px, 6vw, 78px);
  padding-bottom: clamp(44px, 6vw, 78px);
}

.section-head {
  margin-bottom: 20px;
}

.card,
.service-card,
.case-card,
.vertical-card,
.team-card,
.insight-card,
.contact-form,
.contact-side,
.metric-card,
.hero-command-row article,
.cta-band,
.panel {
  border-color: rgba(255, 255, 255, 0.13) !important;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.24);
}

.btn.primary {
  box-shadow: 0 12px 22px rgba(255, 68, 95, .28);
}

footer {
  border-top: 1px solid rgba(255, 255, 255, .08);
}

@media (max-width: 1200px) {
  .brand img {
    width: clamp(152px, 34vw, 220px);
  }

  .main-nav a {
    padding: 8px 10px;
    font-size: 12px;
  }
}

@media (max-width: 900px) {
  html.is-mobile #cursorGlow,
  html.is-mobile body::before,
  html.is-mobile body::after,
  html.is-mobile .beam {
    display: none !important;
  }

  html.is-mobile .grain {
    opacity: .02;
  }

  .hero {
    padding-top: 96px;
    padding-bottom: 58px;
  }

  .hero h1 {
    font-size: clamp(2.3rem, 11vw, 3.9rem) !important;
  }

  .hero p {
    font-size: .96rem;
  }

  .main-nav {
    max-height: 76vh;
    overflow-y: auto;
  }

  .contact-side,
  .contact-form {
    padding: 16px;
  }
}

/* ===== p55: premium mobile refinement ===== */
@media (max-width: 900px) {
  body {
    padding-top: var(--header-offset, 72px);
  }

  .site-header {
    background: rgba(4, 6, 10, 0.94);
    backdrop-filter: blur(12px) saturate(120%);
    -webkit-backdrop-filter: blur(12px) saturate(120%);
    border-bottom: 1px solid rgba(255, 68, 95, .24);
    box-shadow: 0 10px 18px rgba(0, 0, 0, .34);
  }

  .header-inner,
  .site,
  .container,
  .footer-inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  .brand img {
    width: clamp(148px, 43vw, 198px) !important;
  }

  .nav-toggle {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    border: 1px solid rgba(255, 68, 95, .34);
    background: rgba(12, 16, 24, 0.94);
    box-shadow: 0 6px 14px rgba(0, 0, 0, .28);
  }

  .main-nav {
    top: calc(100% + 8px);
    left: 10px;
    right: 10px;
    border-radius: 14px;
    border: 1px solid rgba(255, 68, 95, .24);
    background: linear-gradient(180deg, rgba(8, 11, 18, .98), rgba(10, 14, 24, .98));
    box-shadow: 0 18px 34px rgba(0, 0, 0, .44);
    padding: 9px;
    gap: 4px;
  }

  .main-nav a {
    width: 100%;
    font-size: .92rem !important;
    font-weight: 700;
    padding: 11px 12px !important;
    border-radius: 10px;
  }

  .hero {
    padding-top: 90px !important;
    padding-bottom: 42px !important;
    min-height: auto;
  }

  .hero-center {
    width: 100% !important;
    max-width: 100% !important;
  }

  .hero h1 {
    font-size: clamp(2.08rem, 11.2vw, 2.95rem) !important;
    line-height: 1.02;
    letter-spacing: -0.03em;
  }

  .hero p {
    font-size: .96rem !important;
    line-height: 1.62;
    max-width: 100%;
  }

  .actions {
    gap: 10px;
  }

  .actions .btn {
    min-height: 44px;
    padding: 12px 14px;
    font-size: .88rem;
  }

  .stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
  }

  .metric-card {
    padding: 12px 10px !important;
    border-radius: 12px;
  }

  .metric-card strong {
    font-size: 1.38rem !important;
  }

  .metric-card span {
    font-size: .74rem;
  }

  .hero-command-row {
    grid-template-columns: 1fr !important;
    gap: 8px;
  }

  .hero-command-row article,
  .service-card,
  .vertical-card,
  .case-card,
  .team-card,
  .insight-card,
  .contact-side,
  .contact-form,
  .cta-band,
  .panel {
    border-radius: 12px;
  }

  .section {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .section-title {
    font-size: clamp(1.62rem, 9.4vw, 2.16rem) !important;
    line-height: 1.08;
  }

  .section-lead {
    font-size: .93rem;
    line-height: 1.62;
  }

  .tag-row {
    justify-content: center;
    gap: 6px;
  }

  .tag {
    font-size: .68rem;
    padding: 6px 8px;
    border-radius: 999px;
  }

  .contact-side,
  .contact-form {
    padding: 14px !important;
  }

  .input,
  select.input,
  textarea.input {
    min-height: 44px;
    font-size: .92rem;
  }

  textarea.input {
    min-height: 110px;
  }

  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }
}

@media (max-width: 560px) {
  .actions {
    grid-template-columns: 1fr;
    display: grid;
  }

  .actions .btn {
    width: 100%;
    justify-content: center;
  }

  .stat-grid {
    grid-template-columns: 1fr !important;
  }

  .main-nav {
    max-height: 72vh;
  }
}

/* ===== p56: detailed content readability ===== */
.card ul,
.service-card ul,
.vertical-card ul,
.case-card ul,
.panel ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--muted);
  display: grid;
  gap: 6px;
  line-height: 1.55;
  font-size: .91rem;
}

.card li::marker,
.service-card li::marker,
.vertical-card li::marker,
.case-card li::marker,
.panel li::marker {
  color: var(--accent);
}

.status-pill {
  display: inline-flex;
  align-items: center;
}

@media (max-width: 900px) {
  .card ul,
  .service-card ul,
  .vertical-card ul,
  .case-card ul,
  .panel ul {
    font-size: .86rem;
    gap: 5px;
    padding-left: 16px;
  }
}

/* ===== p58: desktop edge containment fix (ultrawide polish) ===== */
@media (min-width: 1200px) {
  .site,
  .container,
  .header-inner,
  .footer-inner {
    width: min(1680px, calc(100vw - 30px)) !important;
    max-width: 1680px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .hero-center {
    width: min(1560px, 92vw) !important;
    margin-left: auto;
    margin-right: auto;
  }

  .creator-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
  }

  .grid > *,
  .grid-2 > *,
  .grid-3 > *,
  .grid-4 > *,
  .creator-split > * {
    min-width: 0;
  }

  .service-card,
  .vertical-card,
  .case-card,
  .panel,
  .team-card,
  .insight-card,
  .metric-card {
    overflow: hidden;
  }
}

/* ===== p59: global desktop side breathing room (3-4%) ===== */
@media (min-width: 980px) {
  .site,
  .container,
  .header-inner,
  .footer-inner {
    width: min(1660px, 91.6vw) !important;
    max-width: 1660px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hero-center {
    width: min(1540px, 90.8vw) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .grid,
  .grid-2,
  .grid-3,
  .grid-4,
  .creator-split,
  .contact-shell,
  .hero-command-row,
  .stat-grid {
    width: 100%;
  }

  .grid > *,
  .grid-2 > *,
  .grid-3 > *,
  .grid-4 > *,
  .creator-split > * {
    min-width: 0;
  }
}

/* ===== p60: exact 5% desktop side spacing ===== */
@media (min-width: 980px) {
  .site,
  .container,
  .header-inner,
  .footer-inner,
  .hero-center {
    width: 90vw !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* ===== p61: +1% side space requested ===== */
@media (min-width: 980px) {
  .site,
  .container,
  .header-inner,
  .footer-inner,
  .hero-center {
    width: 88vw !important;
  }
}

/* ===== p62: slightly reduce side gap ===== */
@media (min-width: 980px) {
  .site,
  .container,
  .header-inner,
  .footer-inner,
  .hero-center {
    width: 89vw !important;
  }
}

/* ===== p63: reduce side gap by ~2% (requested) ===== */
@media (min-width: 980px) {
  .site,
  .container,
  .header-inner,
  .footer-inner,
  .hero-center {
    width: 91vw !important;
  }
}

/* ===== p64: reduce side gap by extra ~1.5% and force all pages ===== */
@media (min-width: 980px) {
  .site,
  .container,
  .header-inner,
  .footer-inner,
  .hero-center {
    width: 94vw !important;
  }
}

/* ===== p66: final premium polish pass ===== */
@media (min-width: 980px) {
  .site,
  .container,
  .header-inner,
  .footer-inner {
    width: 94vw !important;
    max-width: 1760px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hero-center {
    width: min(95vw, 1720px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.section-head {
  max-width: 1240px;
}

.card p,
.service-card p,
.vertical-card p,
.case-card p,
.team-card p,
.insight-card p,
.panel p,
.metric-card span,
.contact-side p,
.contact-side li {
  color: #d3dced;
  line-height: 1.62;
}

.card p,
.service-card p,
.vertical-card p,
.case-card p,
.insight-card p,
.panel p {
  font-size: .94rem;
}

.case-meta span,
.member-role,
.member-tag,
.kicker,
.tag,
.text-link {
  letter-spacing: .01em;
}

.footer-grid a,
.footer-grid p,
.copyright {
  color: #aab7d1;
}

.footer-grid a {
  font-size: .86rem;
}

.footer-grid p,
.copyright {
  font-size: .83rem;
}

.trusted-marquee {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.trusted-track {
  gap: 10px;
}

@media (max-width: 900px) {
  .card p,
  .service-card p,
  .vertical-card p,
  .case-card p,
  .insight-card p,
  .panel p,
  .contact-side p,
  .contact-side li {
    font-size: .9rem;
    line-height: 1.58;
  }

  .section-head {
    max-width: 100%;
  }
}

/* ===== p67: final premium refinement ===== */
.hero .stat-grid,
.hero .hero-command-row,
.grid,
.grid-2,
.grid-3,
.grid-4 {
  align-items: stretch;
}

.metric-card,
.service-card,
.vertical-card,
.case-card,
.insight-card,
.team-card,
.panel,
.contact-form,
.contact-side {
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.metric-card:hover,
.service-card:hover,
.vertical-card:hover,
.case-card:hover,
.insight-card:hover,
.team-card:hover,
.panel:hover {
  border-color: rgba(255, 92, 120, .34) !important;
  box-shadow: 0 16px 30px rgba(255, 36, 88, .16), 0 10px 24px rgba(0, 0, 0, .26);
}

.metric-card {
  min-height: 84px;
}

.input::placeholder,
textarea.input::placeholder {
  color: #93a2c2;
}

.section-lead,
.contact-side .muted,
.footer-grid p,
.copyright {
  text-wrap: pretty;
}

@media (min-width: 1200px) {
  .section {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .section.compact {
    padding-top: 58px;
    padding-bottom: 58px;
  }
}

/* ===== p68: revert side spacing to previous (wider content) ===== */
@media (min-width: 980px) {
  .site,
  .container,
  .header-inner,
  .footer-inner,
  .hero-center {
    width: 94vw !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* ===== p69: contact-to-footer spacing fix ===== */
@media (min-width: 980px) {
  #contact.section {
    padding-bottom: 26px !important;
  }

  #contact .section-head {
    margin-bottom: 14px !important;
  }

  footer {
    margin-top: 30px !important;
  }

  .footer-inner {
    padding-top: 20px !important;
    padding-bottom: 24px !important;
  }
}

@media (max-width: 900px) {
  footer {
    margin-top: 36px !important;
  }
}

/* ===== p72: case-studies spacing polish (top area breathing room) ===== */
.case-card {
  min-height: 208px;
  gap: 8px;
}
.case-card .status-pill {
  align-self: flex-start;
  margin: 2px 0 4px;
}
.case-card h3 {
  margin: 0 0 6px;
  line-height: 1.32;
}
.case-card p {
  margin: 0 0 2px;
}
.case-card ul {
  margin-top: 6px;
  gap: 6px;
}
.case-card li {
  line-height: 1.6;
}

}


/* ===== p76: professional email artwork + stronger glow ===== */
.email-link{
  position:relative;
  display:inline-flex;align-items:center;gap:8px;
  padding:7px 13px;border-radius:999px;
  border:1px solid rgba(255,122,144,.55);
  background:linear-gradient(135deg,rgba(40,17,36,.96),rgba(11,20,38,.97));
  color:#ffe3ea !important;
  text-decoration:none;
  font-weight:650;
  letter-spacing:.1px;
  box-shadow:
    0 10px 24px rgba(0,0,0,.30),
    0 0 0 1px rgba(255,255,255,.04) inset,
    0 0 18px rgba(255,102,132,.28),
    0 0 34px rgba(255,102,132,.16);
  overflow:hidden;
  animation:mailPulse 2.6s ease-in-out infinite;
}
.email-link::after{
  content:'';
  position:absolute;inset:0;
  background:linear-gradient(110deg,transparent 35%,rgba(255,255,255,.18) 50%,transparent 65%);
  transform:translateX(-130%);
  transition:transform .7s ease;
  pointer-events:none;
}
.email-link:hover{transform:translateY(-1px);filter:brightness(1.07)}
.email-link:hover::after{transform:translateX(130%)}

.mail-helper{display:inline-flex;align-items:center;gap:7px;margin-left:10px;flex-wrap:wrap}
.email-row{position:relative;padding-right:120px;min-height:34px;display:flex;align-items:center}
.mail-helper--inline{position:absolute;right:0;top:-4px;margin-left:0}
.mail-helper .mail-copy{
  font-size:.74rem;line-height:1;
  border:1px solid rgba(255,122,144,.46);
  background:linear-gradient(180deg,rgba(29,44,72,.97),rgba(14,25,43,.97));
  color:#eaf2ff;
  padding:7px 10px;border-radius:999px;
  text-decoration:none;
  cursor:pointer;
  box-shadow:
    0 6px 16px rgba(0,0,0,.24),
    0 0 0 1px rgba(255,255,255,.03) inset,
    0 0 14px rgba(104,172,255,.22);
  animation:copyPulse 2.8s ease-in-out infinite;
}
.mail-helper .mail-copy:hover{
  background:linear-gradient(180deg,rgba(36,55,88,.99),rgba(18,34,59,.98));
  color:#fff;
  transform:translateY(-1px);
}
@keyframes mailPulse{0%,100%{box-shadow:0 10px 24px rgba(0,0,0,.30),0 0 0 1px rgba(255,255,255,.04) inset,0 0 16px rgba(255,102,132,.20),0 0 28px rgba(255,102,132,.10)}50%{box-shadow:0 10px 24px rgba(0,0,0,.30),0 0 0 1px rgba(255,255,255,.05) inset,0 0 24px rgba(255,102,132,.36),0 0 42px rgba(255,102,132,.20)}}
@keyframes copyPulse{0%,100%{box-shadow:0 6px 16px rgba(0,0,0,.24),0 0 0 1px rgba(255,255,255,.03) inset,0 0 10px rgba(104,172,255,.14)}50%{box-shadow:0 6px 16px rgba(0,0,0,.24),0 0 0 1px rgba(255,255,255,.04) inset,0 0 18px rgba(104,172,255,.30)}}
@media (max-width:640px){
  .email-row{padding-right:0;min-height:unset;display:block}
  .mail-helper,.mail-helper--inline{position:static;display:flex;margin-left:0;margin-top:7px}
}

/* ===== p77: fallback alignment when helper is inserted after email link ===== */
.footer-grid .email-link + .mail-helper{
  float:right;
  margin-left:10px;
  transform:translateY(-8px);
}
@media (max-width:640px){
  .footer-grid .email-link + .mail-helper{
    float:none;
    display:flex;
    margin-left:0;
    margin-top:6px;
    transform:none;
  }
}

/* ===== p77: email copy alignment (top-right) ===== */
.email-row{position:relative;padding-right:120px;min-height:34px;display:flex;align-items:center}
.mail-helper--inline{position:absolute;right:0;top:-6px;margin-left:0}
@media (max-width:640px){
  .email-row{padding-right:0;min-height:unset;display:block}
  .mail-helper--inline{position:static;margin-top:6px}
}

/* ===== p78: contact-side email + copy proximity fix ===== */
.contact-side .email-row{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding-right:0;
  min-height:unset;
}
.contact-side .mail-helper,
.contact-side .mail-helper--inline{
  position:static;
  margin-left:0;
  transform:translateY(-1px);
}
@media (max-width:640px){
  .contact-side .email-row{display:flex;flex-wrap:wrap}
}

/* ===== p79: contact email + copy tighter alignment ===== */
#contact .email-row{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding-right:0;
  min-height:unset;
  flex-wrap:wrap;
}
#contact .mail-helper--inline{
  position:static;
  margin-left:6px;
  transform:none;
}

/* ===== p81: email artwork + copy proximity (final fix) ===== */
#contact .email-row,
footer .email-row{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  flex-wrap:wrap !important;
  padding-right:0 !important;
  min-height:unset !important;
}

#contact .mail-helper,
#contact .mail-helper--inline,
footer .mail-helper,
footer .mail-helper--inline{
  position:static !important;
  margin-left:6px !important;
  margin-top:0 !important;
  transform:none !important;
  float:none !important;
}

/* neutralize old float rule */
.footer-grid .email-link + .mail-helper{
  float:none !important;
  transform:none !important;
  margin-left:6px !important;
}

/* force visible premium email styling in contact + footer */
#contact .email-link,
footer .email-link{
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  padding:7px 12px !important;
  border-radius:999px !important;
  border:1px solid rgba(255,122,144,.55) !important;
  background:linear-gradient(135deg,rgba(40,17,36,.96),rgba(11,20,38,.97)) !important;
  color:#ffe3ea !important;
  text-decoration:none !important;
  font-weight:650 !important;
  box-shadow:0 8px 18px rgba(0,0,0,.28),0 0 14px rgba(255,102,132,.22) !important;
}

#contact .mail-copy,
footer .mail-copy{
  font-size:.74rem !important;
  border:1px solid rgba(255,122,144,.46) !important;
  background:linear-gradient(180deg,rgba(29,44,72,.97),rgba(14,25,43,.97)) !important;
  color:#eaf2ff !important;
  padding:7px 10px !important;
  border-radius:999px !important;
}

/* ===== p83: remove shimmer artifact + stronger email highlight ===== */
.email-link::after{
  display:none !important;
  content:none !important;
}
.email-link{
  overflow:hidden !important;
  animation:none !important;
}

/* ===== LOCAL PROTOTYPE: FUSION GUIDE CHARACTER ===== */
.fc-guide{
  --fc-pupil-x: 0px;
  --fc-pupil-y: 0px;
  position:fixed;
  right:clamp(10px,2vw,26px);
  bottom:clamp(12px,2.4vw,28px);
  z-index:42;
  display:flex;
  align-items:flex-end;
  gap:10px;
  pointer-events:none;
  opacity:0;
  transform:translateY(10px);
  transition:opacity .34s ease, transform .34s ease, right .28s ease, left .28s ease, bottom .28s ease;
}
.fc-guide.is-ready{
  opacity:.98;
  transform:translateY(0);
}
.fc-guide.at-left{
  left:clamp(10px,2vw,26px);
  right:auto;
  flex-direction:row-reverse;
}
.fc-guide.raise{ bottom:92px; }
.fc-guide.is-paused .fc-guide-character,
.fc-guide.is-paused .fc-guide-arm,
.fc-guide.is-paused .fc-guide-ping,
.fc-guide.is-paused .fc-guide-shadow,
.fc-guide.is-paused .fc-guide-head,
.fc-guide.is-paused .fc-guide-antenna{
  animation-play-state:paused !important;
}
body.is-loading .fc-guide{ opacity:0 !important; }

.fc-guide-bubble{
  position:relative;
  max-width:268px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(255,96,126,.36);
  background:linear-gradient(160deg,rgba(18,23,38,.96),rgba(10,14,25,.95));
  color:#f6dce3;
  font-size:.78rem;
  line-height:1.45;
  letter-spacing:.01em;
  box-shadow:0 10px 24px rgba(0,0,0,.36),0 0 16px rgba(255,72,104,.12);
  backdrop-filter:blur(4px);
  pointer-events:none;
  transition:border-color .24s ease, box-shadow .24s ease;
}
.fc-guide-bubble::after{
  content:"";
  position:absolute;
  right:-6px;
  bottom:14px;
  width:10px;
  height:10px;
  background:linear-gradient(160deg,rgba(18,23,38,.96),rgba(10,14,25,.95));
  border-right:1px solid rgba(255,96,126,.36);
  border-bottom:1px solid rgba(255,96,126,.36);
  transform:rotate(-45deg);
}
.fc-guide.at-left .fc-guide-bubble::after{
  right:auto;
  left:-6px;
  border-right:none;
  border-bottom:none;
  border-left:1px solid rgba(255,96,126,.36);
  border-top:1px solid rgba(255,96,126,.36);
}
.fc-guide[data-mode="assist"] .fc-guide-bubble{
  border-color:rgba(255,130,150,.58);
  box-shadow:0 10px 24px rgba(0,0,0,.36),0 0 20px rgba(255,76,106,.2);
}
.fc-guide[data-mode="assist"] .fc-guide-badge{
  animation:fcGuideBadgePulse 1.3s ease-in-out infinite;
}

.fc-guide-character{
  position:relative;
  width:84px;
  height:104px;
  filter:drop-shadow(0 10px 18px rgba(0,0,0,.34));
  transform-origin:50% 78%;
  will-change:transform,filter;
  animation:fcGuideFloat 4.8s ease-in-out infinite, fcGuideBreathe 6.1s ease-in-out infinite, fcGuideTilt 7.4s ease-in-out infinite;
  pointer-events:auto;
  cursor:pointer;
  touch-action:manipulation;
  transition:transform .28s ease;
}
.fc-guide-character::before{
  content:"";
  position:absolute;
  left:50%;
  top:8px;
  width:74px;
  height:74px;
  transform:translateX(-50%);
  border-radius:999px;
  background:radial-gradient(circle at center,rgba(255,88,120,.28),rgba(255,88,120,0) 68%);
  opacity:.52;
  transition:opacity .2s ease, transform .2s ease;
}
.fc-guide-character::after{
  content:"";
  position:absolute;
  inset:14px 18px 20px;
  border-radius:999px;
  background:linear-gradient(120deg,rgba(255,255,255,0) 25%, rgba(255,255,255,.38) 45%, rgba(255,255,255,0) 62%);
  mix-blend-mode:screen;
  opacity:.38;
  transform:translateX(-22px) rotate(-8deg);
  animation:fcGuideSheen 5.8s ease-in-out infinite;
  pointer-events:none;
}
.fc-guide-shadow{
  position:absolute;
  left:50%;
  bottom:3px;
  width:42px;
  height:9px;
  transform:translateX(-50%);
  border-radius:999px;
  background:radial-gradient(ellipse at center,rgba(0,0,0,.42),rgba(0,0,0,0));
  animation:fcGuideShadow 4.8s ease-in-out infinite;
}

.fc-guide-head{
  position:absolute;
  left:17px;
  top:0;
  width:50px;
  height:42px;
  border-radius:15px;
  border:1px solid rgba(255,120,146,.6);
  background:linear-gradient(170deg,rgba(255,255,255,.95),rgba(255,234,241,.92));
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  overflow:visible;
  transform-origin:50% 80%;
  box-shadow:0 4px 10px rgba(12,18,32,.2), 0 0 0 1px rgba(255,255,255,.26) inset;
  animation:fcGuideHeadNod 4.8s ease-in-out infinite;
}
.fc-eye{
  position:relative;
  width:10px;
  height:10px;
  border-radius:999px;
  background:rgba(255,255,255,.82);
  box-shadow:0 0 0 2px rgba(255,255,255,.25);
  transition:height .16s ease, transform .16s ease;
  overflow:hidden;
}
.fc-pupil{
  position:absolute;
  left:50%;
  top:50%;
  width:6px;
  height:6px;
  border-radius:999px;
  background:#141b24;
  transform:translate(-50%, -50%) translate(var(--fc-pupil-x), var(--fc-pupil-y));
  transition:transform .08s linear;
}
.fc-pupil::after{
  content:"";
  position:absolute;
  right:1px;
  top:1px;
  width:2px;
  height:2px;
  border-radius:999px;
  background:rgba(255,255,255,.85);
}
.fc-cheek{
  position:absolute;
  bottom:8px;
  width:8px;
  height:6px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(255,129,155,.52),rgba(255,129,155,0));
}
.fc-cheek-left{ left:8px; }
.fc-cheek-right{ right:8px; }
.fc-smile{
  position:absolute;
  bottom:7px;
  left:50%;
  width:15px;
  height:8px;
  border-bottom:2px solid rgba(20,27,36,.72);
  border-radius:0 0 12px 12px;
  transform:translateX(-50%);
  transition:width .2s ease;
}

.fc-guide-antenna{
  position:absolute;
  left:40px;
  top:-11px;
  width:4px;
  height:13px;
  border-radius:999px;
  background:linear-gradient(180deg,#ff5876,#ff8ca2);
  transform-origin:50% 100%;
  animation:fcGuideAntennaWobble 2.8s ease-in-out infinite;
}
.fc-guide-antenna::after{
  content:"";
  position:absolute;
  left:-4px;
  top:-6px;
  width:12px;
  height:12px;
  border-radius:999px;
  background:radial-gradient(circle at 30% 30%,#fff,#ff6a87 70%);
  box-shadow:0 0 12px rgba(255,96,124,.5);
  animation:fcGuideAntennaPulse 1.8s ease-in-out infinite;
}

.fc-guide-body{
  position:absolute;
  left:14px;
  top:38px;
  width:54px;
  height:52px;
  border-radius:18px;
  border:1px solid rgba(255,120,146,.55);
  background:linear-gradient(165deg,rgba(255,70,102,.92),rgba(130,18,40,.96));
  overflow:hidden;
  box-shadow:0 10px 16px rgba(22,8,14,.26),0 0 0 1px rgba(255,255,255,.08) inset;
}
.fc-guide-body::after{
  content:"";
  position:absolute;
  inset:-12px -22px;
  background:linear-gradient(110deg, rgba(255,255,255,0) 34%, rgba(255,255,255,.2) 50%, rgba(255,255,255,0) 66%);
  transform:translateX(-52px);
  animation:fcGuideBodySweep 4.6s ease-in-out infinite;
}
.fc-guide-badge{
  position:absolute;
  left:50%;
  top:12px;
  width:14px;
  height:14px;
  border-radius:4px;
  transform:translateX(-50%) rotate(45deg);
  background:linear-gradient(145deg,#ffffff,#ffe7ee);
  box-shadow:0 0 0 1px rgba(255,255,255,.15) inset;
  animation:fcGuideBadgeIdle 3.2s ease-in-out infinite;
}
.fc-guide-badge::before{
  content:"";
  position:absolute;
  left:2px;
  top:6px;
  width:10px;
  height:2px;
  border-radius:2px;
  background:rgba(255,74,108,.85);
}

.fc-guide-arm{
  position:absolute;
  top:49px;
  width:23px;
  height:8px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(255,229,236,.95),rgba(255,156,178,.95));
  transform-origin:center center;
  transition:transform .28s ease;
  animation:fcGuideArmWave 3.4s ease-in-out infinite;
}
.fc-guide-arm-left{ left:-2px; transform:rotate(18deg); }
.fc-guide-arm-right{ right:-2px; transform:rotate(-18deg); animation-delay:.24s; }

.fc-guide-ping{
  position:absolute;
  right:-4px;
  bottom:12px;
  width:10px;
  height:10px;
  border-radius:999px;
  background:rgba(255,115,142,.88);
  box-shadow:0 0 0 0 rgba(255,92,124,.42);
  animation:fcGuidePing 2.4s ease-out infinite;
  overflow:visible;
}
.fc-guide-ping::before{
  content:"";
  position:absolute;
  inset:-3px;
  border:1px solid rgba(255,130,156,.55);
  border-radius:999px;
  opacity:.7;
  animation:fcGuidePingRing 2.2s ease-out infinite;
}
.fc-guide.at-left .fc-guide-ping{ left:auto; right:-4px; }

.fc-guide.is-dodging .fc-guide-character{
  transform:translateY(-2px) scale(1.06) rotate(-4deg);
}
.fc-guide.at-left.is-dodging .fc-guide-character{
  transform:translateY(-2px) scale(1.06) rotate(4deg);
}
.fc-guide-character:active{
  transform:translateY(1px) scale(.98);
}

.fc-guide[data-mood="focus"] .fc-guide-character::before{
  opacity:.8;
  transform:translateX(-50%) scale(1.06);
}
.fc-guide[data-mood="focus"] .fc-guide-body{
  box-shadow:0 0 0 1px rgba(255,255,255,.1) inset,0 0 18px rgba(255,76,106,.26);
}
.fc-guide[data-mood="point"] .fc-guide-arm-right{
  transform:rotate(-52deg) translate(2px,-1px);
}
.fc-guide[data-mood="point"] .fc-guide-badge{
  animation:fcGuideBadgePulse 1.2s ease-in-out infinite;
}
.fc-guide[data-mood="point"] .fc-guide-ping{
  animation-duration:1.2s;
}
.fc-guide[data-mood="react"] .fc-guide-arm-left{
  transform:rotate(30deg) translateY(-1px);
}
.fc-guide[data-mood="react"] .fc-guide-arm-right{
  transform:rotate(-30deg) translateY(-1px);
}
.fc-guide[data-mood="react"] .fc-smile{ width:18px; }
.fc-guide[data-mood="react"] .fc-cheek{ opacity:.95; }
.fc-guide[data-mood="done"] .fc-guide-badge{
  animation:fcGuideCheckPulse .9s ease-in-out 2;
}

.fc-guide.blink .fc-eye{
  height:2px;
  transform:translateY(2px);
  border-radius:2px;
}

.fc-guide.is-celebrating .fc-guide-character{
  animation-duration:2.2s, 3.3s, 4.4s;
}

.fc-guide.no-motion .fc-guide-character,
.fc-guide.no-motion .fc-guide-head,
.fc-guide.no-motion .fc-guide-arm,
.fc-guide.no-motion .fc-guide-ping,
.fc-guide.no-motion .fc-guide-shadow,
.fc-guide.no-motion .fc-guide-antenna,
.fc-guide.no-motion .fc-guide-character::after,
.fc-guide.no-motion .fc-guide-body::after,
.fc-guide.no-motion .fc-guide-antenna::after{ animation:none !important; }
.fc-guide.low-power .fc-guide-ping,
.fc-guide.low-power .fc-guide-shadow{ display:none; }
.fc-guide.low-power .fc-guide-character::after,
.fc-guide.low-power .fc-guide-body::after{ display:none; }
.fc-guide.low-power .fc-guide-character{ animation:fcGuideFloat 5.6s ease-in-out infinite; }

.fc-guide-focus{
  box-shadow:0 0 0 1px rgba(255,106,136,.42),0 0 18px rgba(255,72,104,.16);
  transition:box-shadow .28s ease;
}

@keyframes fcGuideFloat{ 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-4px); } }
@keyframes fcGuideBreathe{ 0%,100%{ filter:drop-shadow(0 10px 18px rgba(0,0,0,.34)); } 50%{ filter:drop-shadow(0 12px 22px rgba(0,0,0,.38)); } }
@keyframes fcGuideShadow{ 0%,100%{ transform:translateX(-50%) scale(1); opacity:.72; } 50%{ transform:translateX(-50%) scale(.82); opacity:.45; } }
@keyframes fcGuidePing{ 0%{ box-shadow:0 0 0 0 rgba(255,92,124,.42); transform:scale(1); } 70%{ box-shadow:0 0 0 10px rgba(255,92,124,0); transform:scale(1.06); } 100%{ box-shadow:0 0 0 0 rgba(255,92,124,0); transform:scale(1); } }
@keyframes fcGuideArmWave{ 0%,100%{ transform:rotate(0deg); } 50%{ transform:rotate(6deg); } }
@keyframes fcGuideBadgePulse{ 0%,100%{ transform:translateX(-50%) rotate(45deg) scale(1);} 50%{ transform:translateX(-50%) rotate(45deg) scale(1.16);} }
@keyframes fcGuideCheckPulse{ 0%{ transform:translateX(-50%) rotate(45deg) scale(1);} 50%{ transform:translateX(-50%) rotate(45deg) scale(1.24);} 100%{ transform:translateX(-50%) rotate(45deg) scale(1);} }
@keyframes fcGuideTilt{ 0%,100%{ transform:rotate(0deg); } 25%{ transform:rotate(-1.2deg); } 75%{ transform:rotate(1.1deg); } }
@keyframes fcGuideSheen{ 0%,100%{ opacity:.2; transform:translateX(-28px) rotate(-10deg);} 45%{ opacity:.42; transform:translateX(4px) rotate(-6deg);} 70%{ opacity:.24; transform:translateX(20px) rotate(-4deg);} }
@keyframes fcGuideHeadNod{ 0%,100%{ transform:translateY(0) rotate(0deg);} 35%{ transform:translateY(1px) rotate(-1.2deg);} 60%{ transform:translateY(-1px) rotate(1deg);} }
@keyframes fcGuideAntennaWobble{ 0%,100%{ transform:rotate(0deg);} 40%{ transform:rotate(-7deg);} 70%{ transform:rotate(6deg);} }
@keyframes fcGuideAntennaPulse{ 0%,100%{ box-shadow:0 0 10px rgba(255,96,124,.45);} 50%{ box-shadow:0 0 16px rgba(255,96,124,.68);} }
@keyframes fcGuideBodySweep{ 0%,100%{ transform:translateX(-52px);} 45%{ transform:translateX(10px);} 70%{ transform:translateX(24px);} }
@keyframes fcGuideBadgeIdle{ 0%,100%{ transform:translateX(-50%) rotate(45deg) scale(1);} 50%{ transform:translateX(-50%) rotate(45deg) scale(1.08);} }
@keyframes fcGuidePingRing{ 0%{ opacity:.72; transform:scale(.9);} 70%{ opacity:0; transform:scale(1.45);} 100%{ opacity:0; transform:scale(1.45);} }

@keyframes fcGuideFloatMobile{ 0%,100%{ transform:translateY(0) rotate(0deg); } 35%{ transform:translateY(-5px) rotate(-1deg); } 70%{ transform:translateY(-2px) rotate(1deg); } }
@keyframes fcGuideAuraPulse{ 0%,100%{ opacity:.55; transform:scale(.92); } 50%{ opacity:.9; transform:scale(1.08); } }
@keyframes fcGuidePingMobile{ 0%{ box-shadow:0 0 0 0 rgba(255,92,124,.34); transform:scale(.96); } 70%{ box-shadow:0 0 0 14px rgba(255,92,124,0); transform:scale(1.08); } 100%{ box-shadow:0 0 0 0 rgba(255,92,124,0); transform:scale(.96); } }

@media (max-width:900px){
  .fc-guide{
    right:10px;
    bottom:calc(18px + env(safe-area-inset-bottom));
  }
  .fc-guide::before{
    content:"";
    position:absolute;
    right:2px;
    bottom:6px;
    width:84px;
    height:84px;
    border-radius:999px;
    background:radial-gradient(circle, rgba(255,92,124,.24) 0%, rgba(255,92,124,.1) 42%, rgba(255,92,124,0) 74%);
    pointer-events:none;
    z-index:-1;
    animation:fcGuideAuraPulse 2.8s ease-in-out infinite;
  }
  .fc-guide.at-left{ left:auto !important; right:10px !important; }
  .fc-guide.raise{ bottom:calc(92px + env(safe-area-inset-bottom)); }
  .fc-guide-bubble{ display:none !important; }
  .fc-guide-character{
    width:70px;
    height:88px;
    animation:fcGuideFloatMobile 3.2s ease-in-out infinite, fcGuideBreathe 5s ease-in-out infinite, fcGuideTilt 7.2s ease-in-out infinite;
  }
  .fc-guide-ping{ display:block; animation:fcGuidePingMobile 2.1s ease-out infinite; }
}
@media (max-width:640px){
  .fc-guide{
    right:8px;
    bottom:calc(14px + env(safe-area-inset-bottom));
  }
  .fc-guide.raise{ bottom:calc(84px + env(safe-area-inset-bottom)); }
  .fc-guide.at-left{ left:auto !important; right:8px !important; }
  .fc-guide::before{
    right:2px;
    bottom:4px;
    width:78px;
    height:78px;
  }
  .fc-guide-bubble{ display:none !important; }
  .fc-guide-character{ width:64px; height:80px; }
}
@media (hover:none), (pointer:coarse){
  .fc-guide-bubble{ display:none !important; }
}
@media (prefers-reduced-motion:reduce){
  .fc-guide::before,
  .fc-guide-character::after,
  .fc-guide-body::after,
  .fc-guide-antenna::after{ animation:none !important; }
  .fc-guide-character,
  .fc-guide-head,
  .fc-guide-arm,
  .fc-guide-ping,
  .fc-guide-shadow,
  .fc-guide-antenna{ animation:none !important; }
}

@media (max-width: 1100px){
  #team [data-team-grid]{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}


/* ===== GUIDE DESKTOP-ONLY MODE (REQUESTED) ===== */
@media (max-width:1024px), (hover:none), (pointer:coarse){
  .fc-guide{ display:none !important; opacity:0 !important; pointer-events:none !important; }
  .fc-guide-bubble{ display:none !important; }
}


/* ===== GUIDE DESKTOP INTERACTION ENHANCERS ===== */
.fc-guide.wink-left .fc-eye-left,
.fc-guide.wink-right .fc-eye-right{
  height:2px !important;
  transform:translateY(2px);
  border-radius:2px;
}
.fc-guide.is-hover-greet .fc-guide-arm-left{
  transform:rotate(30deg) translateY(-1px);
}
.fc-guide.is-hover-greet .fc-guide-arm-right{
  transform:rotate(-44deg) translate(3px,-2px);
  animation-duration:.9s;
}
.fc-guide.is-hover-greet .fc-smile{ width:20px; }
.fc-guide.is-hover-greet .fc-guide-badge{
  animation:fcGuideBadgePulse .9s ease-in-out 2;
}
.fc-guide.is-pointing-cta .fc-guide-arm-right{
  transform:rotate(-58deg) translate(3px,-3px);
}
.fc-guide.is-pointing-cta .fc-guide-ping{
  animation-duration:.95s;
}
.fc-guide-cta-signal{
  position:relative;
  isolation:isolate;
  box-shadow:0 0 0 1px rgba(255,110,142,.34),0 10px 24px rgba(255,82,116,.16);
  animation:fcGuideCTASignalPulse 1.2s ease-in-out infinite;
}
.fc-guide-cta-signal::after{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius:inherit;
  background:linear-gradient(110deg, rgba(255,255,255,0) 30%, rgba(255,255,255,.45) 48%, rgba(255,255,255,0) 64%);
  transform:translateX(-26px);
  mix-blend-mode:screen;
  pointer-events:none;
  animation:fcGuideCTAShine 1.6s ease-in-out infinite;
}
@keyframes fcGuideCTASignalPulse{
  0%,100%{ transform:translateY(0); box-shadow:0 0 0 1px rgba(255,110,142,.3),0 8px 22px rgba(255,82,116,.12);}
  50%{ transform:translateY(-1px); box-shadow:0 0 0 1px rgba(255,130,158,.5),0 12px 28px rgba(255,82,116,.2);}
}
@keyframes fcGuideCTAShine{
  0%,100%{ transform:translateX(-34px); opacity:.12; }
  45%{ transform:translateX(8px); opacity:.42; }
  70%{ transform:translateX(26px); opacity:.16; }
}
.video-box {
    width: 400px !important;
    height: 225px !important;
    margin: 20px auto;
    background: black;
    display: block;
}

.video-box iframe {
    width: 100% !important;
    height: 100% !important;
    display: block;
}
/* ===== ULTRA PREMIUM UPGRADE LAYER ===== */
.premium-engine {
  position: relative;
  overflow: hidden;
}
.premium-engine::before {
  content: '';
  position: absolute;
  inset: -20% -10% auto -10%;
  height: 420px;
  background: radial-gradient(circle at 20% 30%, rgba(227,35,35,.25), transparent 45%),
              radial-gradient(circle at 75% 65%, rgba(255,110,64,.16), transparent 46%);
  filter: blur(24px);
  pointer-events: none;
}
.premium-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}
.depth-card {
  position: relative;
  isolation: isolate;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 20px 50px rgba(0,0,0,.35);
  transform-style: preserve-3d;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.depth-card:hover {
  border-color: rgba(227,35,35,.55);
  box-shadow: 0 26px 70px rgba(227,35,35,.25), 0 18px 36px rgba(0,0,0,.45);
}
.depth-card h3 {
  margin-bottom: 8px;
}
.depth-card ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.55;
}
.depth-glow {
  position: absolute;
  width: 180px;
  height: 180px;
  top: -70px;
  right: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(227,35,35,.35), rgba(227,35,35,0));
  z-index: -1;
}
.signal-strip {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.signal-strip span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.05);
  color: #f6f8ff;
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.open-roles .service-card {
  min-height: 172px;
  background: linear-gradient(180deg, rgba(17,22,35,.9), rgba(12,16,26,.96));
  border: 1px solid rgba(255,255,255,.12);
}
.open-roles .service-card h3 {
  color: #fff;
}
.open-roles .service-card p {
  color: #c6ccda;
}
@media (max-width: 980px) {
  .premium-grid {
    grid-template-columns: 1fr;
  }
}
