/* S&S Creative — shared service page styles */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@1,400;1,500;1,600&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #121414; color: #e3e2e2; font-family: 'Plus Jakarta Sans', sans-serif; -webkit-font-smoothing: antialiased; }

/* ── Custom cursor — disabled ── */
#cursor-dot, #cursor-ring { display: none !important; }
body { cursor: auto !important; }
a, button, [role="button"], input, textarea, select, label, [tabindex] { cursor: auto; }
a:hover, button:hover, [role="button"]:hover { cursor: pointer; }

/* ── Progress bar ── */
#progress-bar {
  position: fixed; top: 0; left: 0; height: 2px; width: 0%;
  background: #f2ca50; z-index: 99999; pointer-events: none;
  transform-origin: left; box-shadow: 0 0 8px rgba(242,202,80,0.5);
}

/* ── Glass cards ── */
.glass-card {
  background: rgba(31,32,32,0.4);
  border: 1px solid rgba(242,202,80,0.08);
  backdrop-filter: blur(12px);
  transition: border-color 0.4s cubic-bezier(0.16,1,0.3,1),
              box-shadow 0.4s cubic-bezier(0.16,1,0.3,1),
              background 0.4s cubic-bezier(0.16,1,0.3,1),
              transform 0.4s cubic-bezier(0.16,1,0.3,1);
}
.glass-card:hover {
  border-color: rgba(242,202,80,0.3);
  background: rgba(41,42,42,0.65);
  box-shadow: 0 20px 40px -10px rgba(0,0,0,0.5), 0 0 24px rgba(242,202,80,0.07);
  transform: translateY(-4px);
}

/* ── Services dropdown ── */
#services-dropdown { transition: opacity 0.25s, transform 0.25s; }
.service-drop-item { transition: background 0.2s ease, color 0.2s ease; }
.service-drop-item:hover { background: rgba(242,202,80,0.07) !important; }
.service-drop-item:hover .service-drop-title { color: #f2ca50 !important; }

/* ── Nav scrolled ── */
.nav-scrolled {
  background-color: rgba(18,20,20,0.96) !important;
  border-bottom: 1px solid rgba(242,202,80,0.18) !important;
}

/* ── Mobile menu ── */
#mobile-menu { display: none; }
#mobile-menu.open { display: flex; }

/* ── CTA arrow button ── */
.btn-arrow { display: inline-flex; align-items: center; gap: 10px; }
.btn-arrow .arrow-icon { display: inline-block; transition: transform 0.35s cubic-bezier(0.16,1,0.3,1); }
.btn-arrow:hover .arrow-icon { transform: translateX(5px); }

/* ── Particles ── */
.particle {
  position: absolute;
  background: #f2ca50;
  border-radius: 50%;
  pointer-events: none;
  animation: floatUp 20s linear infinite;
  opacity: 0;
}
@keyframes floatUp {
  0%   { transform: translateY(0) translateX(0); opacity: 0; }
  10%  { opacity: 0.6; }
  90%  { opacity: 0.3; }
  100% { transform: translateY(-100vh) translateX(20px); opacity: 0; }
}
#particle-container {
  position: fixed; inset: 0; z-index: 0;
  overflow: hidden; pointer-events: none;
}

/* ── Right-edge scroll progress rail ── */
#progress-rail {
  position: fixed; right: 0; top: 0;
  width: 2px; height: 100vh;
  background: rgba(242,202,80,0.1);
  z-index: 40; pointer-events: none;
}
#progress-rail-dot {
  position: absolute; right: -3px; top: 0;
  width: 8px; height: 8px;
  background: #f2ca50; border-radius: 50%;
  box-shadow: 0 0 8px rgba(242,202,80,0.8);
  transition: top 0.1s linear;
}

/* ── Section badge ── */
.section-badge {
  display: inline-block;
  font-size: 0.7rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: #f2ca50;
  border: 1px solid rgba(242,202,80,0.25);
  border-radius: 99px;
  padding: 0.25rem 0.75rem;
  margin-bottom: 1.5rem;
}

/* ── Serif italic accent ── */
.serif-italic {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  color: #f2ca50;
}

/* ── Hero background word ── */
.hero-bg-word {
  position: absolute;
  font-size: clamp(100px, 18vw, 200px);
  font-weight: 800;
  color: rgba(227,226,226,0.035);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  will-change: transform;
}

/* ── Directional hover button ── */
.btn-directional {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center;
}
.btn-directional::before {
  content: '';
  position: absolute; inset: 0;
  background: #f2ca50;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.45s cubic-bezier(0.16,1,0.3,1);
  z-index: 0;
}
.btn-directional[data-entry="right"]::before  { transform-origin: right center; }
.btn-directional[data-entry="top"]::before    { transform-origin: center top; transform: scaleY(0); }
.btn-directional[data-entry="bottom"]::before { transform-origin: center bottom; transform: scaleY(0); }
.btn-directional:hover::before { transform: scale(1); }
.btn-directional > * { position: relative; z-index: 1; }
.btn-directional:hover { color: #3c2f00; }

/* ── Service page system ── */

/* Hero */
.svc-hero {
  position: relative !important; min-height: 100vh !important;
  display: flex !important; align-items: center !important;
  padding-top: 5rem !important; overflow: hidden !important;
}
.svc-hero-glow {
  position: absolute; top: 0; left: 0; right: 0; height: 60%;
  background: radial-gradient(ellipse 70% 45% at 50% -5%, rgba(242,202,80,0.06) 0%, transparent 70%);
  pointer-events: none; z-index: 0;
}
.svc-hero-inner {
  max-width: 80rem; margin: 0 auto;
  padding: 0 1.5rem; width: 100%; position: relative; z-index: 1;
}
.svc-hero-bg-word {
  position: absolute;
  font-size: clamp(120px, 20vw, 260px); font-weight: 800;
  color: rgba(242,202,80,0.028); white-space: nowrap;
  pointer-events: none; user-select: none; z-index: 0;
  right: -1rem; bottom: 0; line-height: 1;
}
.svc-hero-grid {
  display: grid !important; grid-template-columns: 1fr;
  gap: 3rem; align-items: center;
}
.svc-badge {
  display: inline-block;
  font-size: 0.65rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: #f2ca50; border: 1px solid rgba(242,202,80,0.3);
  border-radius: 99px; padding: 0.3rem 0.9rem; margin-bottom: 1.5rem;
}
.svc-hero-h1 {
  font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 800;
  line-height: 1.04; letter-spacing: -0.04em;
  color: #e3e2e2; margin-bottom: 1.5rem;
}
.svc-hero-h1 .italic-line {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-weight: 500;
  font-size: 1.08em; color: #f2ca50;
}
.svc-hero-sub {
  font-size: 1rem; line-height: 1.7;
  color: rgba(227,226,226,0.6); max-width: 40ch; margin-bottom: 2.5rem;
}
.svc-hero-ctas { display: flex !important; gap: 1rem; flex-wrap: wrap; }
.svc-cta-primary {
  background: #f2ca50; color: #3c2f00;
  padding: 0.9rem 2rem; border-radius: 99px;
  font-size: 0.8rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  transition: opacity 0.2s, transform 0.2s;
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.svc-cta-primary:hover { opacity: 0.9; transform: translateY(-2px); }
.svc-cta-secondary {
  border: 1px solid rgba(242,202,80,0.25); color: rgba(227,226,226,0.8);
  padding: 0.9rem 2rem; border-radius: 99px;
  font-size: 0.8rem; font-weight: 500;
  transition: border-color 0.25s, transform 0.2s;
  display: inline-flex; align-items: center;
}
.svc-cta-secondary:hover { border-color: rgba(242,202,80,0.5); transform: translateY(-2px); }
.svc-visual-panel {
  background: #0d0e0f; border: 1px solid rgba(242,202,80,0.1);
  border-radius: 1.5rem; aspect-ratio: 4/3;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden; min-height: 260px;
}

/* Marquee */
.svc-marquee-section {
  overflow: hidden;
  border-top: 1px solid rgba(242,202,80,0.1);
  border-bottom: 1px solid rgba(242,202,80,0.1);
  padding: 1.25rem 0; background: #0d0e0f;
}
.svc-marquee-track {
  display: flex; white-space: nowrap;
  animation: svcMarquee 45s linear infinite;
}
.svc-marquee-item {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-size: 1.1rem;
  color: rgba(242,202,80,0.45); padding: 0 2.5rem; flex-shrink: 0;
}
.svc-marquee-sep { color: rgba(242,202,80,0.2); align-self: center; flex-shrink: 0; }
@keyframes svcMarquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Section scaffold */
.svc-section-inner { max-width: 80rem; margin: 0 auto; padding: 0 1.5rem; }
.svc-section-label {
  font-size: 0.65rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: #f2ca50; display: block; margin-bottom: 0.75rem;
}
.svc-section-h2 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700; letter-spacing: -0.03em; color: #e3e2e2; line-height: 1.1;
}
.svc-section-h2 em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-weight: 500; color: #f2ca50;
}

/* Deliverables */
.svc-deliverables {
  background: #0d0e0f !important; padding: 6rem 0 !important;
  border-top: 1px solid rgba(242,202,80,0.08);
}
.svc-deliverable-list { list-style: none !important; padding: 0 !important; margin-top: 3rem; }
.svc-deliverable-item {
  display: flex !important; align-items: flex-start; gap: 2rem;
  padding: 1.75rem 0.75rem;
  border-bottom: 1px solid rgba(227,226,226,0.06);
  border-radius: 0.5rem;
  transition: all 0.3s cubic-bezier(0.16,1,0.3,1); cursor: default;
}
.svc-deliverable-item:hover {
  border-bottom-color: rgba(242,202,80,0.2);
  background: rgba(242,202,80,0.025); padding-left: 1.5rem;
}
.svc-deliverable-num {
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.1em; color: #f2ca50;
  min-width: 2rem; padding-top: 0.3rem;
}
.svc-deliverable-body { flex: 1; }
.svc-deliverable-name { font-size: 1.1rem; font-weight: 600; color: #e3e2e2; margin-bottom: 0.35rem; }
.svc-deliverable-desc { font-size: 0.88rem; line-height: 1.65; color: rgba(227,226,226,0.5); }
.svc-deliverable-arrow {
  color: #f2ca50; opacity: 0; transform: translateX(-8px);
  transition: opacity 0.3s, transform 0.3s;
  flex-shrink: 0; font-size: 1.1rem; padding-top: 0.2rem;
}
.svc-deliverable-item:hover .svc-deliverable-arrow { opacity: 1; transform: translateX(0); }

/* Process */
.svc-process {
  padding: 6rem 0 !important; background: #121414 !important;
  border-top: 1px solid rgba(242,202,80,0.06);
}
.svc-process-wrap { position: relative; margin-top: 3rem; }
.svc-process-line-bg {
  position: absolute; top: 1.05rem; left: 2.5rem; right: 2.5rem;
  height: 1px; background: rgba(242,202,80,0.12);
}
.svc-process-line-fill {
  position: absolute; top: 1.05rem; left: 2.5rem;
  height: 1px; background: #f2ca50; width: 0%;
  transition: width 1.4s cubic-bezier(0.16,1,0.3,1);
}
.svc-process-steps {
  display: flex !important; justify-content: space-between;
  align-items: flex-start; position: relative; z-index: 1;
}
.svc-process-step { flex: 1; text-align: center; padding: 0 1rem; }
.svc-process-circle {
  width: 2.1rem; height: 2.1rem; border-radius: 50%;
  border: 1.5px solid rgba(242,202,80,0.25); background: #121414;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.25rem;
  font-size: 0.65rem; font-weight: 700; color: rgba(242,202,80,0.4);
  transform: scale(0.75); opacity: 0;
  transition: all 0.5s cubic-bezier(0.34,1.56,0.64,1);
}
.svc-process-step.visible .svc-process-circle {
  transform: scale(1); opacity: 1;
  border-color: #f2ca50; color: #f2ca50;
  box-shadow: 0 0 14px rgba(242,202,80,0.3);
}
.svc-process-label {
  font-size: 0.9rem; font-weight: 600; color: rgba(227,226,226,0.9);
  margin-bottom: 0.3rem; opacity: 0; transform: translateY(10px);
  transition: all 0.5s cubic-bezier(0.16,1,0.3,1) 0.1s;
}
.svc-process-step.visible .svc-process-label { opacity: 1; transform: translateY(0); }
.svc-process-desc {
  font-size: 0.75rem; line-height: 1.5;
  color: rgba(227,226,226,0.4); max-width: 12ch; margin: 0 auto;
  opacity: 0; transform: translateY(8px);
  transition: all 0.5s cubic-bezier(0.16,1,0.3,1) 0.18s;
}
.svc-process-step.visible .svc-process-desc { opacity: 1; transform: translateY(0); }

/* Stat callout */
.svc-stat-callout {
  background: #0d0e0f !important; padding: 5rem 0 !important;
  border-top: 1px solid rgba(242,202,80,0.08);
  border-bottom: 1px solid rgba(242,202,80,0.08);
}
.svc-stat-inner {
  max-width: 80rem; margin: 0 auto; padding: 0 4rem;
  display: flex !important; align-items: center; gap: 4rem; flex-wrap: wrap;
}
.svc-stat-num {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: clamp(5rem, 12vw, 10rem); font-weight: 400;
  line-height: 1; color: #f2ca50; flex-shrink: 0;
}
.svc-stat-copy { max-width: 40ch; }
.svc-stat-label {
  font-size: 0.65rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(242,202,80,0.6); margin-bottom: 0.75rem; display: block;
}
.svc-stat-text {
  font-size: 1.3rem; font-weight: 600;
  line-height: 1.3; color: #e3e2e2; letter-spacing: -0.02em;
}

/* CTA section */
.svc-cta-section {
  background: #0d0e0f !important; padding: 8rem 0 !important;
  text-align: center; position: relative; overflow: hidden;
  border-top: 1px solid rgba(242,202,80,0.08);
}
.svc-cta-section::before {
  content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 600px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(242,202,80,0.3), transparent);
}
.svc-cta-h2 {
  font-size: clamp(2.5rem, 7vw, 5.5rem); font-weight: 700;
  letter-spacing: -0.04em; line-height: 1.04; color: #e3e2e2; margin-bottom: 2.5rem;
}
.svc-cta-h2 em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-weight: 500; color: #f2ca50;
}
.svc-cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.svc-cta-micro { margin-top: 1rem; font-size: 0.75rem; color: rgba(255,255,255,0.35); letter-spacing: 0.02em; }
.svc-who-for { margin-top: 1rem; font-size: 0.95rem; color: rgba(255,255,255,0.45); max-width: 600px; line-height: 1.6; }
.svc-also-need {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.svc-also-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.25);
  margin-right: 0.25rem;
}
.svc-also-link {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(242,202,80,0.65);
  border: 1px solid rgba(242,202,80,0.2);
  border-radius: 100px;
  padding: 0.35rem 0.85rem;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.svc-also-link:hover {
  color: #f2ca50;
  border-color: rgba(242,202,80,0.5);
  background: rgba(242,202,80,0.05);
}

/* Mobile overrides */
@media (max-width: 767px) {
  .svc-stat-inner { flex-direction: column; gap: 1.5rem; padding: 0 1.5rem; }
  .svc-process-line-bg, .svc-process-line-fill { display: none; }
  .svc-process-steps { flex-direction: column; gap: 2rem; align-items: flex-start; }
  .svc-process-step { text-align: left; display: flex; align-items: flex-start; gap: 1rem; padding: 0; }
  .svc-process-circle { flex-shrink: 0; margin: 0; }
  .svc-process-desc { margin: 0; max-width: none; }
}
@media (min-width: 768px) {
  .svc-hero-inner { padding: 0 4rem; }
  .svc-section-inner { padding: 0 4rem; }
  .svc-stat-inner { padding: 0 4rem; }
}
@media (min-width: 768px) {
  .svc-hero-grid { grid-template-columns: 55fr 45fr !important; gap: 4rem; }
}
@media (min-width: 1100px) {
  .svc-hero-grid { gap: 6rem; }
}

/* ── Terminal visual ── */
.terminal-visual {
  font-family: 'Courier New', 'Lucida Console', monospace;
  font-size: 0.85rem; line-height: 2;
  background: transparent;
  width: 100%; max-width: 420px;
}
.t-line { opacity: 0; animation: tFade 0.4s ease forwards; }
.t-line:nth-child(1) { animation-delay: 0.4s; }
.t-line:nth-child(2) { animation-delay: 1.0s; }
.t-line:nth-child(3) { animation-delay: 1.7s; }
.t-line:nth-child(4) { animation-delay: 2.4s; }
.t-line:nth-child(5) { animation-delay: 3.1s; }
.t-comment { color: rgba(227,226,226,0.25); }
.t-prop { color: rgba(227,226,226,0.7); }
.t-colon { color: rgba(227,226,226,0.35); }
.t-val { color: #f2ca50; }
.t-cursor { animation: blink 1s infinite; display: inline-block; }
@keyframes tFade { from { opacity:0; transform:translateX(-6px); } to { opacity:1; transform:translateX(0); } }
@keyframes blink { 0%,100%{opacity:1;} 50%{opacity:0;} }

/* ── Mark genesis visual ── */
.mark-svg { overflow: visible; }
.mark-outer-path {
  stroke-dasharray: 350; stroke-dashoffset: 350;
  animation: drawMark 2s cubic-bezier(0.16,1,0.3,1) 0.3s forwards;
}
.mark-inner-path {
  stroke-dasharray: 250; stroke-dashoffset: 250;
  animation: drawMark 1.5s cubic-bezier(0.16,1,0.3,1) 1.2s forwards;
}
.mark-text-el { opacity: 0; animation: fadeEl 0.8s ease-out 2.4s forwards; }
@keyframes drawMark { to { stroke-dashoffset: 0; } }
@keyframes fadeEl { to { opacity: 1; } }

/* ── Spec visual (UI/UX) ── */
.spec-card {
  width: 260px; background: rgba(29,30,30,0.9);
  border-radius: 16px; padding: 1.5rem;
  border: 1px solid rgba(242,202,80,0.12);
  transition: all 0.6s cubic-bezier(0.16,1,0.3,1);
  position: relative;
}
.spec-card.wireframe {
  background: transparent;
  border: 1.5px dashed rgba(227,226,226,0.2);
  border-radius: 16px;
}
.spec-card.wireframe .spec-btn-el {
  background: transparent;
  border: 1.5px dashed rgba(227,226,226,0.25);
}
.spec-header-el {
  height: 10px; border-radius: 6px;
  background: rgba(242,202,80,0.6);
  width: 40%; margin-bottom: 1rem;
  transition: all 0.6s;
}
.spec-card.wireframe .spec-header-el {
  background: rgba(227,226,226,0.15);
}
.spec-line-el {
  height: 8px; border-radius: 4px;
  background: rgba(227,226,226,0.15);
  margin-bottom: 0.5rem; transition: all 0.6s;
}
.spec-line-el.short { width: 60%; }
.spec-btn-el {
  height: 36px; border-radius: 99px;
  background: #f2ca50;
  margin-top: 1.25rem;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.7rem; font-weight: 700;
  color: #3c2f00; transition: all 0.6s;
}
.spec-card.wireframe .spec-btn-el { color: rgba(227,226,226,0.3); }
.spec-anno-overlay {
  position: absolute; inset: -20px;
  pointer-events: none; opacity: 0;
  transition: opacity 0.5s ease;
}
.spec-anno-overlay.visible { opacity: 1; }
.anno-measure {
  position: absolute; font-size: 0.6rem;
  color: #f2ca50; font-family: 'Courier New', monospace;
  background: rgba(242,202,80,0.1);
  border: 1px solid rgba(242,202,80,0.3);
  padding: 1px 4px; border-radius: 3px;
}

/* ── Growth line visual ── */
.growth-line-path {
  stroke-dasharray: 520; stroke-dashoffset: 520;
  animation: drawGrowth 3s cubic-bezier(0.16,1,0.3,1) 0.5s forwards;
}
.growth-endpoint {
  opacity: 0; transform-origin: center;
  animation: popEndpoint 0.5s cubic-bezier(0.34,1.56,0.64,1) 3.3s forwards;
}
@keyframes drawGrowth { to { stroke-dashoffset: 0; } }
@keyframes popEndpoint { from { opacity:0; transform:scale(0); } to { opacity:1; transform:scale(1); } }
.growth-metric {
  font-family: 'Courier New', monospace;
  font-size: 2.5rem; font-weight: 700;
  color: #f2ca50; text-align: center;
  margin-top: 1rem; letter-spacing: -0.02em;
}

/* ── Reel visual (motion) ── */
.reel-frame {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.5s ease;
}
.reel-frame.active { opacity: 1; }
.reel-wrap {
  position: relative; width: 100%; height: 100%;
}
.reel-circle {
  width: 120px; height: 120px; border-radius: 50%;
  border: 2px solid #f2ca50;
  animation: bloomCircle 2.5s ease-in-out infinite;
}
@keyframes bloomCircle {
  0%   { transform: scale(0.2); opacity: 0; }
  40%  { transform: scale(1.05); opacity: 1; }
  70%  { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.3); opacity: 0; }
}
.reel-text-wrap { display: flex; gap: 0.15rem; }
.reel-letter {
  font-size: 3.5rem; font-weight: 800; color: #f2ca50;
  animation: letterBounce 2s cubic-bezier(0.34,1.56,0.64,1) infinite;
}
.reel-letter:nth-child(2) { animation-delay: 0.1s; color: rgba(227,226,226,0.8); }
.reel-letter:nth-child(3) { animation-delay: 0.2s; }
@keyframes letterBounce {
  0%,60%,100% { transform: translateY(0); }
  30%         { transform: translateY(-24px); }
}
.reel-grid {
  display: grid; grid-template-columns: repeat(5,1fr);
  gap: 8px;
}
.reel-grid-cell {
  width: 28px; height: 28px; border-radius: 6px;
  background: rgba(242,202,80,0.15);
  animation: gridRipple 2s ease-in-out infinite;
}
.reel-grid-cell:nth-child(1)  { animation-delay: 0.0s; }
.reel-grid-cell:nth-child(2)  { animation-delay: 0.1s; }
.reel-grid-cell:nth-child(3)  { animation-delay: 0.2s; }
.reel-grid-cell:nth-child(4)  { animation-delay: 0.3s; }
.reel-grid-cell:nth-child(5)  { animation-delay: 0.4s; }
.reel-grid-cell:nth-child(6)  { animation-delay: 0.1s; }
.reel-grid-cell:nth-child(7)  { animation-delay: 0.2s; }
.reel-grid-cell:nth-child(8)  { animation-delay: 0.3s; }
.reel-grid-cell:nth-child(9)  { animation-delay: 0.4s; }
.reel-grid-cell:nth-child(10) { animation-delay: 0.5s; }
.reel-grid-cell:nth-child(11) { animation-delay: 0.2s; }
.reel-grid-cell:nth-child(12) { animation-delay: 0.3s; }
.reel-grid-cell:nth-child(13) { animation-delay: 0.4s; }
.reel-grid-cell:nth-child(14) { animation-delay: 0.5s; }
.reel-grid-cell:nth-child(15) { animation-delay: 0.6s; }
@keyframes gridRipple {
  0%,100% { background: rgba(242,202,80,0.1); transform: scale(1); }
  50%      { background: rgba(242,202,80,0.6); transform: scale(1.15); }
}
.reel-grain {
  position: absolute; inset: 0; pointer-events: none; z-index: 2;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
