/* TailorTail Website Styles - "Playful Luxury" Design */
/* Compiled Tailwind utilities + custom styles */

/* ============================================
   Tailwind Reset (Preflight)
   ============================================ */
*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
::before, ::after {
  --tw-content: '';
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button, select {
  text-transform: none;
}
button, input:where([type='button']), input:where([type='reset']), input:where([type='submit']) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol, ul, menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button, [role="button"] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

/* ============================================
   Tailwind Utility Classes
   ============================================ */
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.top-0 { top: 0px; }
.top-20 { top: 5rem; }
.top-32 { top: 8rem; }
.top-48 { top: 12rem; }
.bottom-0 { bottom: 0px; }
.bottom-20 { bottom: 5rem; }
.bottom-32 { bottom: 8rem; }
.left-0 { left: 0px; }
.left-\[10\%\] { left: 10%; }
.left-\[15\%\] { left: 15%; }
.left-\[20\%\] { left: 20%; }
.right-0 { right: 0px; }
.right-\[15\%\] { right: 15%; }
.right-\[20\%\] { right: 20%; }
.z-10 { z-index: 10; }
.z-40 { z-index: 40; }
.z-50 { z-index: 50; }
.col-span-2 { grid-column: span 2 / span 2; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }
.ml-1 { margin-left: 0.25rem; }
.ml-2 { margin-left: 0.5rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.flex { display: flex; }
.inline { display: inline; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.h-4 { height: 1rem; }
.h-8 { height: 2rem; }
.h-10 { height: 2.5rem; }
.h-16 { height: 4rem; }
.min-h-screen { min-height: 100vh; }
.w-4 { width: 1rem; }
.w-8 { width: 2rem; }
.w-32 { width: 8rem; }
.w-full { width: 100%; }
.max-w-sm { max-width: 24rem; }
.max-w-md { max-width: 28rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-6xl { max-width: 72rem; }
.flex-1 { flex: 1 1 0%; }
.flex-shrink-0 { flex-shrink: 0; }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.gap-2 { gap: 0.5rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }
.rounded { border-radius: 0.25rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-\[4px\] { border-radius: 4px; }
.rounded-\[32px\] { border-radius: 32px; }
.rounded-\[40px\] { border-radius: 40px; }
.border-t { border-top-width: 1px; }
.border-stone-700 { border-color: #44403C; }
.bg-white { background-color: #fff; }
.bg-stone-50 { background-color: #FAFAF9; }
.bg-stone-900 { background-color: #1C1917; }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.from-gold-50 { --tw-gradient-from: #FFFBEB; --tw-gradient-to: rgb(255 251 235 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.via-white { --tw-gradient-to: rgb(255 255 255 / 0); --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to); }
.to-lavender\/20 { --tw-gradient-to: rgb(196 181 253 / 0.2); }
.p-2 { padding: 0.5rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.pb-16 { padding-bottom: 4rem; }
.pt-8 { padding-top: 2rem; }
.pt-24 { padding-top: 6rem; }
.text-center { text-align: center; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.leading-tight { line-height: 1.25; }
.text-white { color: #fff; }
.text-gold-400 { color: #F7BE2C; }
.text-gold-600 { color: #CA8A04; }
.text-stone-500 { color: #78716C; }
.text-stone-700 { color: #44403C; }
.text-stone-800 { color: #292524; }
.text-stone-900 { color: #1C1917; }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); }
.aspect-square { aspect-ratio: 1 / 1; }
.object-contain { object-fit: contain; }
.object-cover { object-fit: cover; }
.animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .5; }
}

/* Responsive utilities */
@media (min-width: 640px) {
  .sm\:flex-row { flex-direction: row; }
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
}
@media (min-width: 768px) {
  .md\:flex-row { flex-direction: row; }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:col-span-2 { grid-column: span 2 / span 2; }
  .md\:gap-4 { gap: 1rem; }
  .md\:gap-8 { gap: 2rem; }
  .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .md\:text-5xl { font-size: 3rem; line-height: 1; }
  .md\:w-48 { width: 12rem; }
}
@media (min-width: 1024px) {
  .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
}

/* ============================================
   CSS Custom Properties
   ============================================ */
:root {
  /* Primary - Golden warmth */
  --gold-50: #FFFBEB;
  --gold-100: #FEF3C7;
  --gold-200: #FDE68A;
  --gold-400: #F7BE2C;
  --gold-500: #EAB308;
  --gold-600: #CA8A04;

  /* Secondary - Trust blue */
  --blue-400: #38BDF8;
  --blue-500: #0c8ae8;
  --blue-600: #0369A1;

  /* Neutrals - Warm grays */
  --stone-50: #FAFAF9;
  --stone-100: #F5F5F4;
  --stone-200: #E7E5E4;
  --stone-300: #D6D3D1;
  --stone-400: #A8A29E;
  --stone-500: #78716C;
  --stone-600: #57534E;
  --stone-700: #44403C;
  --stone-800: #292524;
  --stone-900: #1C1917;

  /* Accents */
  --coral: #FB7185;
  --lavender: #C4B5FD;
  --mint: #6EE7B7;

  /* Gradients */
  --gradient-hero: linear-gradient(135deg, #FFFBEB 0%, #FEF3C7 50%, #E0F2FE 100%);
  --gradient-magic: linear-gradient(45deg, #F7BE2C, #FB7185, #C4B5FD);
  --gradient-cta: linear-gradient(135deg, #F7BE2C 0%, #EAB308 100%);
}

/* ============================================
   Base Styles
   ============================================ */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  background-color: var(--stone-50);
  color: var(--stone-800);
  line-height: 1.6;
}

/* Grain texture overlay */
.grain-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0.03;
  z-index: 1000;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

/* ============================================
   Typography
   ============================================ */
.font-display {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
}

.font-handwritten {
  font-family: 'Caveat', cursive;
  font-weight: 500;
}

h1, h2, h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* ============================================
   Animations
   ============================================ */

/* Staggered fade-in on page load */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in-up {
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
}

.delay-100 { animation-delay: 0.1s; }
.delay-200 { animation-delay: 0.2s; }
.delay-300 { animation-delay: 0.3s; }
.delay-400 { animation-delay: 0.4s; }
.delay-500 { animation-delay: 0.5s; }
.delay-600 { animation-delay: 0.6s; }
.delay-700 { animation-delay: 0.7s; }
.delay-800 { animation-delay: 0.8s; }

/* Floating animation for hero phone */
@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-12px) rotate(-3deg);
  }
}

.animate-float {
  animation: float 4s ease-in-out infinite;
}

/* Gentle pulse */
@keyframes pulse-gentle {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.02);
  }
}

.animate-pulse-gentle {
  animation: pulse-gentle 3s ease-in-out infinite;
}

/* Shine sweep on CTA buttons */
@keyframes shine {
  from {
    background-position: -200% center;
  }
  to {
    background-position: 200% center;
  }
}

.btn-shine {
  position: relative;
  overflow: hidden;
}

.btn-shine::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.4) 50%,
    transparent 100%
  );
  background-size: 200% 100%;
  animation: shine 3s ease-in-out infinite;
}

/* Draw-in line for steps */
@keyframes drawLine {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* Sparkle animation */
@keyframes sparkle {
  0%, 100% {
    opacity: 0.3;
    transform: scale(0.8) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.2) rotate(180deg);
  }
}

.animate-sparkle {
  animation: sparkle 2s ease-in-out infinite;
}

.animate-sparkle-delayed {
  animation: sparkle 2s ease-in-out infinite;
  animation-delay: 0.5s;
}

.animate-sparkle-slow {
  animation: sparkle 3s ease-in-out infinite;
  animation-delay: 1s;
}

/* Scroll-triggered animations */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   Hero Section
   ============================================ */
.hero-gradient {
  background: var(--gradient-hero);
  position: relative;
}

.hero-gradient::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 40%, rgba(247, 190, 44, 0.15) 0%, transparent 50%),
              radial-gradient(circle at 70% 60%, rgba(196, 181, 253, 0.15) 0%, transparent 50%);
}

/* Phone mockup */
.phone-mockup {
  transform: rotate(-3deg);
  filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.15));
  transition: transform 0.3s ease-out;
}

.phone-mockup:hover {
  transform: rotate(-1deg) scale(1.02);
}

/* ============================================
   Cards
   ============================================ */
.card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

/* Polaroid-style image cards */
.polaroid {
  background: white;
  padding: 12px 12px 32px 12px;
  border-radius: 4px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transform: rotate(var(--rotation, 0deg));
  transition: transform 0.3s ease-out;
}

.polaroid:hover {
  transform: rotate(0deg) scale(1.05);
  z-index: 10;
}

/* Glassmorphism cards */
.glass-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
}

/* Bento grid cards */
.bento-card {
  background: white;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease-out;
}

.bento-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.bento-card-gradient {
  background: linear-gradient(135deg, var(--gold-50) 0%, white 50%);
}

.bento-card-blue {
  background: linear-gradient(135deg, #E0F2FE 0%, white 50%);
}

.bento-card-purple {
  background: linear-gradient(135deg, #F3E8FF 0%, white 50%);
}

/* ============================================
   Buttons
   ============================================ */
.btn-primary {
  background: var(--gradient-cta);
  color: var(--stone-900);
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease-out;
  box-shadow: 0 4px 15px rgba(247, 190, 44, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(247, 190, 44, 0.4);
}

.btn-secondary {
  background: white;
  color: var(--stone-800);
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 14px;
  border: 2px solid var(--stone-200);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease-out;
}

.btn-secondary:hover {
  border-color: var(--gold-400);
  background: var(--gold-50);
  transform: translateY(-2px);
}

.btn-ghost {
  background: transparent;
  color: var(--stone-600);
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 10px;
  transition: all 0.2s ease-out;
}

.btn-ghost:hover {
  color: var(--stone-900);
  background: var(--stone-100);
}

/* App Store badges */
.store-badge {
  height: 48px;
  transition: all 0.3s ease-out;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}

.store-badge:hover {
  transform: translateY(-3px) scale(1.03);
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.15));
}

/* ============================================
   Style Gallery
   ============================================ */
.gallery-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 20px 16px;
  margin: 0 -16px;
  scrollbar-width: none;
}

.gallery-scroll::-webkit-scrollbar {
  display: none;
}

.gallery-item {
  flex-shrink: 0;
  scroll-snap-align: start;
  width: 260px;
}

@media (max-width: 640px) {
  .gallery-scroll {
    gap: 12px;
    padding: 16px;
    margin: 0 -16px;
  }

  .gallery-item {
    width: 150px;
  }

  .gallery-item .polaroid {
    padding: 8px 8px 24px 8px;
  }

  .gallery-item .polaroid p {
    font-size: 0.875rem;
    margin-top: 8px;
  }
}

/* ============================================
   Radial Transformation Showcase
   ============================================ */

/* Background particles */
.gallery-particles {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(247, 190, 44, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(196, 181, 253, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

/* Main showcase container */
.transformation-showcase {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* Center photo hub */
.showcase-center {
  position: relative;
  z-index: 10;
}

/* Multi-layer glow effect */
.center-glow {
  position: absolute;
  inset: -30px;
  background: radial-gradient(circle, rgba(247, 190, 44, 0.4) 0%, transparent 70%);
  border-radius: 50%;
  animation: pulse-glow 3s ease-in-out infinite;
  z-index: -1;
}

.center-glow::before {
  content: '';
  position: absolute;
  inset: 10px;
  background: radial-gradient(circle, rgba(247, 190, 44, 0.2) 0%, transparent 60%);
  border-radius: 50%;
  animation: pulse-glow 3s ease-in-out infinite 0.5s;
}

@keyframes pulse-glow {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.15); opacity: 1; }
}

/* Energy burst rings emanating from center */
.showcase-center::before,
.showcase-center::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(247, 190, 44, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: energy-burst 4s ease-out infinite;
  pointer-events: none;
}

.showcase-center::after {
  animation-delay: 2s;
}

@keyframes energy-burst {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    border-width: 3px;
  }
  100% {
    width: 400%;
    height: 400%;
    opacity: 0;
    border-width: 1px;
  }
}

.center-photo-card {
  background: white;
  padding: 16px;
  border-radius: 20px;
  box-shadow:
    0 0 0 4px var(--gold-400),
    0 20px 60px rgba(247, 190, 44, 0.25);
  text-align: center;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 2;
}

.center-photo-card:hover {
  transform: scale(1.03);
}

.center-photo-card img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 12px;
}

.center-label {
  display: block;
  margin-top: 12px;
  font-weight: 700;
  font-size: 1rem;
  color: var(--stone-800);
}

/* Magic divider for mobile */
.magic-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
}

.magic-sparkle {
  font-size: 1.5rem;
  animation: twinkle 1.5s ease-in-out infinite;
}

.magic-sparkle:last-child {
  animation-delay: 0.5s;
}

@keyframes twinkle {
  0%, 100% { opacity: 0.5; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.1); }
}

.magic-text {
  font-family: 'Caveat', cursive;
  font-size: 1.4rem;
  color: var(--stone-500);
}

/* Style orbit - mobile grid */
.style-orbit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 320px;
}

.orbit-item {
  position: relative;
  opacity: 0;
  animation: card-appear 0.6s ease-out forwards;
}

/* Staggered entrance for mobile */
.orbit-item.orbit-pos-1 { animation-delay: 0.1s; }
.orbit-item.orbit-pos-2 { animation-delay: 0.2s; }
.orbit-item.orbit-pos-3 { animation-delay: 0.3s; }
.orbit-item.orbit-pos-4 { animation-delay: 0.4s; }
.orbit-item.orbit-pos-5 { animation-delay: 0.5s; }

@keyframes card-appear {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.orbit-connector {
  display: none;
}

.orbit-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  animation: gentle-float 6s ease-in-out infinite;
  animation-delay: inherit;
}

/* Staggered float timing */
.orbit-pos-1 .orbit-card { animation-delay: 0s; }
.orbit-pos-2 .orbit-card { animation-delay: 1s; }
.orbit-pos-3 .orbit-card { animation-delay: 2s; }
.orbit-pos-4 .orbit-card { animation-delay: 3s; }
.orbit-pos-5 .orbit-card { animation-delay: 4s; }

@keyframes gentle-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.orbit-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.orbit-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.orbit-label {
  display: block;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--stone-700);
  background: white;
}

/* Hide 5th item on small mobile */
.orbit-item.orbit-pos-5 {
  display: none;
}

/* Tablet: show 5th item in 3-col */
@media (min-width: 480px) {
  .style-orbit {
    grid-template-columns: repeat(3, 1fr);
    max-width: 400px;
  }

  .orbit-item.orbit-pos-5 {
    display: block;
  }

  /* Center the 4th and 5th items */
  .orbit-item.orbit-pos-4 {
    grid-column: 1;
  }
  .orbit-item.orbit-pos-5 {
    grid-column: 3;
  }
}

/* Desktop: radial layout with animations */
@media (min-width: 768px) {
  .transformation-showcase {
    min-height: 500px;
    justify-content: center;
  }

  .showcase-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .center-photo-card img {
    width: 180px;
    height: 180px;
  }

  .magic-divider {
    display: none;
  }

  .style-orbit {
    display: block;
    position: relative;
    width: 100%;
    max-width: none;
    height: 500px;
  }

  .orbit-item {
    position: absolute;
    opacity: 0;
  }

  /* Desktop entrance - burst outward from center */
  @keyframes burst-from-center-1 {
    0% { opacity: 0; transform: translateX(-50%) scale(0.5); top: 50%; }
    100% { opacity: 1; transform: translateX(-50%) scale(1); top: 0; }
  }
  @keyframes burst-from-center-2 {
    0% { opacity: 0; transform: translateY(-50%) scale(0.5); right: 50%; }
    100% { opacity: 1; transform: translateY(-50%) scale(1); right: 5%; }
  }
  @keyframes burst-from-center-3 {
    0% { opacity: 0; transform: scale(0.5); bottom: 50%; right: 50%; }
    100% { opacity: 1; transform: scale(1); bottom: 5%; right: 20%; }
  }
  @keyframes burst-from-center-4 {
    0% { opacity: 0; transform: scale(0.5); bottom: 50%; left: 50%; }
    100% { opacity: 1; transform: scale(1); bottom: 5%; left: 20%; }
  }
  @keyframes burst-from-center-5 {
    0% { opacity: 0; transform: translateY(-50%) scale(0.5); left: 50%; }
    100% { opacity: 1; transform: translateY(-50%) scale(1); left: 5%; }
  }

  .orbit-item.orbit-pos-1 {
    left: 50%;
    animation: burst-from-center-1 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    animation-delay: 0.2s;
  }
  .orbit-item.orbit-pos-2 {
    top: 35%;
    animation: burst-from-center-2 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    animation-delay: 0.35s;
  }
  .orbit-item.orbit-pos-3 {
    animation: burst-from-center-3 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    animation-delay: 0.5s;
  }
  .orbit-item.orbit-pos-4 {
    animation: burst-from-center-4 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    animation-delay: 0.65s;
  }
  .orbit-item.orbit-pos-5 {
    top: 35%;
    display: block;
    animation: burst-from-center-5 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    animation-delay: 0.8s;
  }

  .orbit-card img {
    width: 130px;
    height: 130px;
  }

  .orbit-card-video {
    width: 162px;
  }

  .orbit-card-video .orbit-video {
    width: 100%;
    height: auto;
  }

  /* Animated energy connectors */
  .orbit-connector {
    display: block;
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg,
      rgba(247, 190, 44, 0.6) 0%,
      rgba(196, 181, 253, 0.6) 50%,
      rgba(247, 190, 44, 0.3) 100%
    );
    background-size: 200% 100%;
    opacity: 0;
    transform-origin: left center;
    animation: connector-appear 0.5s ease-out forwards,
               energy-flow 2s linear infinite 0.5s;
    z-index: -1;
  }

  /* Position connectors to point toward center */
  .orbit-pos-1 .orbit-connector {
    bottom: -30px;
    left: 50%;
    width: 80px;
    transform: translateX(-50%) rotate(90deg);
    animation-delay: 0.3s;
  }
  .orbit-pos-2 .orbit-connector {
    top: 50%;
    left: -30px;
    width: 70px;
    transform: translateY(-50%) rotate(180deg);
    animation-delay: 0.45s;
  }
  .orbit-pos-3 .orbit-connector {
    top: -20px;
    left: 30%;
    width: 60px;
    transform: rotate(135deg);
    animation-delay: 0.6s;
  }
  .orbit-pos-4 .orbit-connector {
    top: -20px;
    right: 30%;
    left: auto;
    width: 60px;
    transform: rotate(45deg);
    animation-delay: 0.75s;
  }
  .orbit-pos-5 .orbit-connector {
    top: 50%;
    right: -30px;
    left: auto;
    width: 70px;
    transform: translateY(-50%);
    animation-delay: 0.9s;
  }

  @keyframes connector-appear {
    0% { opacity: 0; width: 0; }
    100% { opacity: 0.7; }
  }

  @keyframes energy-flow {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
  }
}

/* Large desktop */
@media (min-width: 1024px) {
  .transformation-showcase {
    min-height: 580px;
  }

  .style-orbit {
    height: 580px;
  }

  .center-photo-card img {
    width: 200px;
    height: 200px;
  }

  .orbit-card img {
    width: 150px;
    height: 150px;
  }

  .orbit-card-video {
    width: 182px;
  }

  .orbit-card-video .orbit-video {
    width: 100%;
    height: auto;
  }

  /* Larger connector reach */
  .orbit-pos-1 .orbit-connector { width: 100px; }
  .orbit-pos-2 .orbit-connector { width: 90px; }
  .orbit-pos-3 .orbit-connector { width: 80px; }
  .orbit-pos-4 .orbit-connector { width: 80px; }
  .orbit-pos-5 .orbit-connector { width: 90px; }
}

/* Inline badge */
.styles-badge-inline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: linear-gradient(135deg, var(--gold-50) 0%, white 100%);
  border-radius: 50px;
  border: 1px solid rgba(247, 190, 44, 0.3);
  box-shadow: 0 4px 20px rgba(247, 190, 44, 0.1);
}

.badge-number {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--gold-600);
}

.badge-text {
  color: var(--stone-500);
  font-size: 0.95rem;
}

/* ============================================
   How It Works - Steps
   ============================================ */
.step-connector {
  position: relative;
}

.step-connector::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold-400), var(--lavender));
  transform: translateY(-50%);
}

.step-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  background: linear-gradient(135deg, var(--gold-100) 0%, white 100%);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

/* ============================================
   Navigation
   ============================================ */
.nav-glass {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* ============================================
   Mobile Sticky Download Bar
   ============================================ */
.mobile-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 50;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .mobile-sticky-bar {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
  }

  body {
    padding-bottom: 80px;
  }

  .hide-on-mobile {
    display: none !important;
  }
}

/* ============================================
   Legal Pages (Privacy/Terms)
   ============================================ */

/* Legal Hero Enhancement */
.legal-hero {
  position: relative;
  overflow: hidden;
}

.legal-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(247, 190, 44, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.legal-hero::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(196, 181, 253, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.legal-icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--gold-100) 0%, white 100%);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(247, 190, 44, 0.2);
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

/* Table of Contents Enhancement */
.legal-toc {
  background: linear-gradient(135deg, var(--stone-50) 0%, white 100%);
  border-radius: 20px;
  padding: 28px;
  margin-bottom: 3rem;
  max-width: 65ch;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.legal-toc-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--stone-500);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--stone-200);
}

.legal-toc-title svg {
  width: 16px;
  height: 16px;
  stroke: var(--gold-500);
}

.legal-toc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 8px;
}

.legal-toc-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  color: var(--stone-700);
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  background: transparent;
}

.legal-toc-item:hover {
  background: var(--gold-50);
  color: var(--stone-900);
  transform: translateX(4px);
}

.legal-toc-item::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-400);
  flex-shrink: 0;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.legal-toc-item:hover::before {
  opacity: 1;
}

/* Legal Content Enhancement */
.legal-content {
  max-width: 65ch;
  margin: 0 auto;
  line-height: 1.8;
}

.legal-content section {
  position: relative;
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--stone-100);
}

.legal-content section:last-child {
  border-bottom: none;
}

.legal-content h2 {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  color: var(--stone-900);
  display: flex;
  align-items: center;
  gap: 12px;
}

.legal-content h2::before {
  content: '';
  width: 4px;
  height: 24px;
  background: linear-gradient(180deg, var(--gold-400), var(--gold-200));
  border-radius: 2px;
  flex-shrink: 0;
}

.legal-content h3 {
  font-size: 1.125rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: var(--stone-800);
  font-weight: 600;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--stone-100);
}

.legal-content p {
  margin-bottom: 1rem;
  color: var(--stone-600);
}

.legal-content ul, .legal-content ol {
  margin-bottom: 1rem;
  padding-left: 0;
  color: var(--stone-600);
  list-style: none;
}

.legal-content li {
  margin-bottom: 0.75rem;
  padding-left: 1.75rem;
  position: relative;
}

.legal-content li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  background: var(--gold-400);
  border-radius: 50%;
}

.legal-content ol {
  counter-reset: legal-list;
}

.legal-content ol li {
  counter-increment: legal-list;
}

.legal-content ol li::before {
  content: counter(legal-list) '.';
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  color: var(--gold-600);
  font-weight: 600;
  font-size: 0.9rem;
}

.legal-content a {
  color: var(--blue-500);
  text-decoration: none;
  border-bottom: 1px solid rgba(12, 138, 232, 0.3);
  transition: all 0.2s;
}

.legal-content a:hover {
  color: var(--blue-600);
  border-bottom-color: var(--blue-500);
}

/* Legal Info Cards */
.legal-info-card {
  background: linear-gradient(135deg, var(--gold-50) 0%, white 100%);
  border-radius: 16px;
  padding: 20px;
  margin: 1.5rem 0;
  border: 1px solid rgba(247, 190, 44, 0.2);
}

.legal-info-card.blue {
  background: linear-gradient(135deg, #E0F2FE 0%, white 100%);
  border-color: rgba(12, 138, 232, 0.2);
}

.legal-info-card p {
  margin-bottom: 0;
}

/* Contact Section Enhancement */
.legal-contact-card {
  background: linear-gradient(135deg, var(--gold-50) 0%, white 100%);
  border-radius: 20px;
  padding: 32px;
  margin-top: 2rem;
  border: 1px solid rgba(247, 190, 44, 0.2);
  box-shadow: 0 4px 20px rgba(247, 190, 44, 0.08);
}

.legal-content .legal-contact-card p {
  color: var(--stone-600);
}

.legal-contact-card a {
  color: var(--blue-500);
  border-bottom-color: rgba(12, 138, 232, 0.3);
}

.legal-contact-card a:hover {
  color: var(--blue-600);
  border-bottom-color: var(--blue-500);
}

.legal-content .legal-contact-card li {
  color: var(--stone-700);
}

.legal-content .legal-contact-card strong {
  color: var(--stone-900);
}

.legal-contact-card li::before {
  background: var(--gold-400);
}

/* Responsive */
@media (max-width: 640px) {
  .legal-toc-grid {
    grid-template-columns: 1fr;
  }

  .legal-icon-badge {
    width: 64px;
    height: 64px;
    font-size: 2rem;
    border-radius: 20px;
  }
}

/* ============================================
   Embedded Mode (WebView) Styles
   ============================================ */
/* These styles fix rendering issues in React Native WebView */

.is-embedded {
  background: #FFFFFF;
}

.is-embedded .grain-overlay {
  display: none;
}

/* Simplify hero for embedded */
.is-embedded .legal-hero {
  padding-top: 16px;
  padding-bottom: 16px;
}

.is-embedded .legal-icon-badge {
  width: 56px;
  height: 56px;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.is-embedded .legal-hero h1 {
  font-size: 1.75rem;
  margin-bottom: 0.25rem;
}

.is-embedded .legal-hero p {
  font-size: 0.9rem;
}

/* Hide TOC in embedded mode - users can just scroll */
.is-embedded .legal-toc {
  display: none;
}

/* Simplify legal content for better mobile rendering */
.is-embedded .legal-content {
  max-width: 100%;
}

.is-embedded .legal-content section {
  padding: 1.5rem 0;
}

.is-embedded .legal-content h2 {
  font-size: 1.25rem;
}

.is-embedded .legal-content h3 {
  font-size: 1rem;
  margin-top: 1.25rem;
}

.is-embedded .legal-content p,
.is-embedded .legal-content li {
  font-size: 0.9rem;
  line-height: 1.7;
}

/* Contact card in embedded mode */
.is-embedded .legal-contact-card {
  padding: 24px;
  border-radius: 16px;
  margin-top: 1.5rem;
}

/* Ensure proper text rendering in WebView */
.is-embedded .legal-toc,
.is-embedded .legal-content,
.is-embedded .legal-content p,
.is-embedded .legal-content li {
  -webkit-text-size-adjust: 100%;
}

/* Table of Contents */
.toc {
  background: var(--stone-50);
  border-radius: 16px;
  padding: 20px 24px;
  margin-bottom: 2rem;
}

.toc-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--stone-500);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.toc-list li {
  margin-bottom: 8px;
}

.toc-list a {
  color: var(--stone-700);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s;
}

.toc-list a:hover {
  color: var(--gold-500);
}

/* Accordion for mobile legal pages */
.accordion-item {
  border-bottom: 1px solid var(--stone-200);
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  cursor: pointer;
  font-weight: 600;
  color: var(--stone-800);
}

.accordion-header::after {
  content: '+';
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--stone-400);
  transition: transform 0.3s;
}

.accordion-item.active .accordion-header::after {
  transform: rotate(45deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.accordion-item.active .accordion-content {
  max-height: 2000px;
}

/* ============================================
   Footer
   ============================================ */
.footer {
  background: var(--stone-900);
  color: var(--stone-400);
}

.footer a {
  color: var(--stone-300);
  transition: color 0.2s;
}

.footer a:hover {
  color: white;
}

/* ============================================
   Decorative Elements
   ============================================ */
.sparkle {
  position: absolute;
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.sparkle svg {
  width: 100%;
  height: 100%;
  fill: var(--gold-400);
}

.paw-print {
  position: absolute;
  opacity: 0.05;
  pointer-events: none;
}

/* ============================================
   Utilities
   ============================================ */
.text-gradient {
  background: var(--gradient-magic);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.bg-gradient-hero {
  background: var(--gradient-hero);
}

.text-balance {
  text-wrap: balance;
}

/* Focus styles for accessibility */
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--gold-400);
  outline-offset: 2px;
}

/* Selection color */
::selection {
  background: var(--gold-200);
  color: var(--stone-900);
}

/* ============================================
   Responsive Utilities
   ============================================ */
@media (max-width: 640px) {
  .hero-headline {
    font-size: 2.5rem !important;
    line-height: 1.1 !important;
  }

  .section-headline {
    font-size: 2rem !important;
  }

  .bento-card {
    padding: 20px;
  }
}

@media (min-width: 1024px) {
  .hero-headline {
    font-size: 4rem !important;
  }

  .section-headline {
    font-size: 3rem !important;
  }
}

/* ============================================
   Hero Phone Video
   ============================================ */
.hero-phone-video {
  display: block;
  width: 100%;
  height: auto;
  background: #000;
}

/* ============================================
   Orbit Video Card Styles
   ============================================ */
.orbit-card-video {
  position: relative;
  border: 2px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(135deg, var(--gold-400), var(--coral), var(--lavender));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  animation: gradient-glow 3s ease-in-out infinite alternate;
}

@keyframes gradient-glow {
  0% {
    box-shadow: 0 8px 24px rgba(247, 190, 44, 0.15);
  }
  100% {
    box-shadow: 0 8px 24px rgba(251, 113, 133, 0.2);
  }
}

.orbit-video {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  background: var(--stone-100);
}

.video-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: var(--coral);
  color: white;
  border-radius: 50%;
  font-size: 8px;
  margin-right: 4px;
  flex-shrink: 0;
}

/* ============================================
   Demo Section Styles
   ============================================ */
.demo-phone-frame {
  position: relative;
  max-width: 300px;
  background: #1C1917;
  border-radius: 40px;
  padding: 12px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.demo-phone-notch {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 28px;
  background: #1C1917;
  border-radius: 0 0 16px 16px;
  z-index: 10;
}

.demo-phone-screen {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  background: #000;
}

.demo-video {
  width: 100%;
  display: block;
  background: #000;
}

.demo-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 5;
}

.demo-play-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

.demo-play-btn {
  transition: transform 0.2s ease;
}

.demo-play-btn:hover {
  transform: scale(1.1);
}

/* ============================================
   Bento Video Card Styles
   ============================================ */
.bento-card-coral {
  background: linear-gradient(135deg, #FFF1F2 0%, white 50%);
}

.bento-video-preview {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
}

.bento-video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: var(--stone-100);
}

.bento-new-badge {
  display: inline-block;
  padding: 2px 8px;
  background: var(--coral);
  color: white;
  font-size: 0.7rem;
  font-weight: 700;
  border-radius: 6px;
  letter-spacing: 0.05em;
  animation: badge-pulse 2s ease-in-out infinite;
}

@keyframes badge-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.85; transform: scale(1.05); }
}
