:root {
  --bg: #14081a;
  --bg2: #1c0f28;
  --card: rgba(36, 18, 48, .88);
  --text: #fff8fb;
  --muted: #d4b8c8;
  --line: rgba(255,255,255,.12);
  --accent: #ff4d9a;
  --accent2: #ffd166;
  --ig: #ff5e9c;
  --fb: #4c8dff;
  --radius: 18px;
  --shadow: 0 20px 50px rgba(0,0,0,.4);
  --font: "Assistant", "Segoe UI", Tahoma, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background:
    radial-gradient(900px 500px at 15% -5%, rgba(255,77,154,.35), transparent 55%),
    radial-gradient(800px 480px at 90% 5%, rgba(255,209,102,.22), transparent 50%),
    radial-gradient(700px 420px at 50% 100%, rgba(76,141,255,.18), transparent 55%),
    var(--bg);
  line-height: 1.55;
  overflow-x: hidden;
}

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

.fx { pointer-events: none; position: fixed; inset: 0; z-index: 0; overflow: hidden; }
main, .top, .foot { position: relative; z-index: 1; }

.confetti span {
  position: absolute;
  top: -10px;
  width: 8px; height: 12px;
  border-radius: 2px;
  opacity: .85;
  animation: fall linear infinite;
}
@keyframes fall {
  to { transform: translateY(110vh) rotate(720deg); opacity: .15; }
}

.floater {
  position: absolute;
  left: var(--x); top: var(--y);
  width: 46px; height: 46px;
  border-radius: 14px;
  display: grid; place-items: center;
  font-weight: 800; font-size: 1.25rem;
  animation: pop 4.5s ease-in-out infinite;
  animation-delay: var(--d);
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.floater.fb { background: linear-gradient(145deg, #5b9bff, #2f6adf); color: #fff; }
.floater.ig { background: linear-gradient(145deg, #ff8a3d, #ff3d8a 55%, #c135ff); color: #fff; border-radius: 16px; }
@keyframes pop {
  0%, 100% { transform: translateY(0) scale(1) rotate(-6deg); opacity: .55; }
  40% { transform: translateY(-18px) scale(1.15) rotate(8deg); opacity: 1; }
  70% { transform: translateY(8px) scale(.92) rotate(-4deg); opacity: .75; }
}

.kids .kid {
  position: absolute;
  font-size: 2.4rem;
  filter: drop-shadow(0 8px 12px rgba(0,0,0,.35));
  animation: run 9s ease-in-out infinite;
}
.k1 { top: 28%; left: -5%; animation-duration: 11s; }
.k2 { top: 58%; left: -8%; animation-duration: 13s; animation-delay: -3s; }
.k3 { top: 40%; left: -6%; animation-duration: 10s; animation-delay: -6s; font-size: 2rem; }
.k4 { top: 70%; left: -4%; animation-duration: 14s; animation-delay: -8s; font-size: 1.8rem; }
@keyframes run {
  0% { transform: translateX(0) translateY(0) scaleX(1); opacity: 0; }
  8% { opacity: 1; }
  50% { transform: translateX(55vw) translateY(-18px) scaleX(1); }
  51% { transform: translateX(55vw) translateY(-18px) scaleX(-1); }
  92% { opacity: 1; }
  100% { transform: translateX(110vw) translateY(10px) scaleX(-1); opacity: 0; }
}

.top {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .9rem 6vw;
  backdrop-filter: blur(14px);
  background: rgba(20,8,26,.72);
  border-bottom: 1px solid var(--line);
}
.logo { font-weight: 800; letter-spacing: .02em; }
.logo span {
  background: linear-gradient(90deg, var(--accent2), var(--accent));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
nav { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
nav a { color: var(--muted); font-weight: 500; font-size: .95rem; }
nav a:hover { color: var(--text); }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .85rem 1.2rem; border-radius: 999px;
  background: linear-gradient(135deg, #ff4d9a, #ff8a3d 55%, #ffd166);
  color: #2a1020; font-weight: 800; border: 0;
  box-shadow: 0 10px 30px rgba(255,77,154,.35);
}
.btn:hover { filter: brightness(1.06); }
.btn-sm { padding: .55rem 1rem; font-size: .9rem; }
.btn-ghost {
  background: transparent; border: 1px solid var(--line);
  box-shadow: none; color: var(--text);
}

.hero, .section { padding: 4.2rem 6vw; }
.eyebrow {
  display: inline-block; color: var(--accent2);
  font-weight: 700; font-size: .95rem; margin: 0 0 1rem;
}
.hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.08; letter-spacing: -.03em; max-width: 16ch;
  text-shadow: 0 8px 40px rgba(255,77,154,.25);
}
.lead {
  max-width: 38rem; color: var(--muted); font-size: 1.1rem; margin: 0 0 1.6rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 2.2rem; }

.polaroids {
  display: flex; gap: 1rem; flex-wrap: wrap; align-items: flex-end;
  margin-top: .5rem;
}
.polaroid {
  margin: 0; width: min(160px, 30vw);
  background: #fff; color: #333;
  padding: .55rem .55rem 1.4rem;
  border-radius: 8px;
  box-shadow: var(--shadow);
  transform-origin: center bottom;
}
.p1 { animation: sway 5s ease-in-out infinite; transform: rotate(-8deg); }
.p2 { animation: sway 5.5s ease-in-out infinite reverse; transform: rotate(3deg); }
.p3 { animation: sway 4.8s ease-in-out infinite; transform: rotate(7deg); }
@keyframes sway {
  0%,100% { transform: rotate(var(--r, -6deg)) translateY(0); }
  50% { transform: rotate(calc(var(--r, -6deg) + 4deg)) translateY(-10px); }
}
.p1 { --r: -8deg; } .p2 { --r: 3deg; } .p3 { --r: 7deg; }
.shot {
  aspect-ratio: 1; border-radius: 4px;
  display: grid; place-items: center; font-size: 2.6rem;
  background: linear-gradient(160deg, #ffe3f0, #fff1c9 45%, #dce9ff);
}
.shot.party { background: linear-gradient(160deg, #ffd6e8, #ffefb0); }
.shot.joy { background: linear-gradient(160deg, #ffc4e0, #c9f0ff); }
.shot.love { background: linear-gradient(160deg, #ffe0f2, #e8d4ff); }
.polaroid figcaption {
  text-align: center; font-weight: 700; font-size: .85rem; margin-top: .55rem;
}

.section-tint {
  background: rgba(255,255,255,.03);
  border-block: 1px solid var(--line);
}
.section-head { margin-bottom: 2rem; max-width: 40rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2, .contact h2 {
  margin: 0 0 .6rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  letter-spacing: -.02em;
}
.section-head p, .muted { color: var(--muted); }

.grid { display: grid; gap: 1.1rem; }
.work-grid, .services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem;
  box-shadow: var(--shadow);
}
.card.glow {
  background:
    linear-gradient(145deg, rgba(255,77,154,.12), transparent 40%),
    var(--card);
}
.work-card h3, .card h3 { margin: .9rem 0 .35rem; font-size: 1.15rem; }
.work-card p { margin: 0 0 .4rem; color: var(--muted); font-size: .95rem; }

.feature-list {
  list-style: none; padding: 0; margin: 0 0 1.4rem;
  display: grid; gap: 1rem;
}
.feature-list.three { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 980px; margin-inline: auto; }
.feature-list li {
  display: flex; gap: .85rem; align-items: flex-start;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line);
  border-radius: 14px; padding: .9rem 1rem;
}
.feature-list .ico { font-size: 1.35rem; line-height: 1.2; }
.feature-list strong { display: block; margin-bottom: .15rem; }
.feature-list span { color: var(--muted); font-size: .95rem; }

.social-burst {
  display: flex; justify-content: center; gap: .7rem; flex-wrap: wrap;
  margin: 1.2rem 0 1.6rem;
}
.burst {
  padding: .45rem .9rem; border-radius: 999px; font-weight: 800; font-size: .9rem;
  animation: bounce 2.8s ease-in-out infinite;
}
.burst.fb { background: rgba(76,141,255,.25); color: #b8d4ff; animation-delay: 0s; }
.burst.ig { background: rgba(255,94,156,.25); color: #ffc1db; animation-delay: .4s; }
.burst.ad { background: rgba(255,209,102,.22); color: #ffe7a8; animation-delay: .8s; }
@keyframes bounce {
  0%,100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-8px) scale(1.06); }
}
.cta-wrap { text-align: center; }

.thumb {
  position: relative; aspect-ratio: 9 / 14; border-radius: 14px; overflow: hidden;
  display: grid; place-items: center;
}
.thumb.fun { background: linear-gradient(160deg, #ff4d9a88, #ffd16655), #3a1630; }
.thumb.fun2 { background: linear-gradient(160deg, #c135ff77, #4c8dff55), #241838; }
.thumb.fun3 { background: linear-gradient(160deg, #ff8a3d77, #ff4d9a55), #301820; }
.thumb::after {
  content: attr(data-label);
  position: absolute; left: .8rem; top: .8rem;
  font-size: .75rem; font-weight: 700;
  padding: .25rem .55rem; border-radius: 999px;
  background: rgba(0,0,0,.45);
}
.play {
  direction: ltr;
  width: 64px; height: 64px; border-radius: 50%; border: 0;
  background: rgba(255,255,255,.92); color: #111; font-size: 1.2rem;
  cursor: pointer; box-shadow: 0 10px 30px rgba(0,0,0,.35);
}

.contact { text-align: center; padding: 2.2rem 1.5rem; max-width: 720px; margin: 0 auto; }
.contact-actions { display: flex; flex-wrap: wrap; gap: .7rem; justify-content: center; margin: 1.4rem 0 .8rem; }

.foot {
  padding: 1.5rem 6vw 2.5rem; color: var(--muted); font-size: .9rem;
  border-top: 1px solid var(--line);
}

@media (max-width: 900px) {
  .work-grid, .services-grid, .feature-list.three { grid-template-columns: 1fr; }
  nav a:not(.btn) { display: none; }
  .hero h1 { max-width: none; }
  .kids .kid { font-size: 1.7rem; opacity: .7; }
}


.one-work {
  max-width: 280px;
  margin: 0 auto;
}
.one-work .work-card {
  padding: .8rem;
}
.one-work .thumb {
  margin: 0;
}


.embed-card { padding: .6rem; }
.fb-embed {
  display: flex;
  justify-content: center;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
}
.fb-embed iframe { max-width: 100%; }
.watch-link {
  text-align: center;
  margin: .75rem 0 0;
  font-weight: 700;
}
.watch-link a { color: var(--accent2); text-decoration: underline; }


.example-hit { display: block; color: inherit; }
.example-poster {
  position: relative;
  aspect-ratio: 9 / 14;
  border-radius: 14px;
  display: grid;
  place-content: center;
  gap: .35rem;
  text-align: center;
  background:
    linear-gradient(160deg, rgba(76,141,255,.55), rgba(255,77,154,.45)),
    #1a1028;
  margin-bottom: .75rem;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}
.example-play {
  width: 72px; height: 72px; border-radius: 50%;
  display: grid; place-items: center;
  margin: 0 auto .4rem;
  background: #fff; color: #111; font-size: 1.4rem;
  box-shadow: 0 12px 30px rgba(0,0,0,.35);
}
.example-badge {
  position: absolute; top: .8rem; inset-inline-start: .8rem;
  font-size: .75rem; font-weight: 800;
  padding: .25rem .55rem; border-radius: 999px;
  background: rgba(0,0,0,.5);
}
.example-poster strong { font-size: 1.15rem; }
.example-poster small { color: rgba(255,255,255,.8); }


.two-work {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 280px));
  gap: 1.2rem;
  justify-content: center;
  align-items: start;
}
.tt-embed {
  display: flex;
  justify-content: center;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  margin-top: .75rem;
}
.tt-embed iframe { max-width: 100%; }
.example-poster.fb-tone {
  background: linear-gradient(160deg, rgba(76,141,255,.55), rgba(255,77,154,.35)), #1a1028;
}
.example-poster.tt-tone {
  background: linear-gradient(160deg, rgba(255,40,90,.55), rgba(37,244,238,.35)), #1a1028;
}
@media (max-width: 700px) {
  .two-work { grid-template-columns: 1fr; max-width: 280px; margin-inline: auto; }
}


.native-embed {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  width: 280px;
  max-width: 100%;
  margin-inline: auto;
}
.example-video {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
  background: #000;
}
.example-badge.on-video {
  position: absolute;
  top: .8rem;
  inset-inline-start: .8rem;
  z-index: 2;
}
