/* =========================================================
   LUKA BAKERY — Sistema visual
   ========================================================= */

:root{
  --pink:#f6a9c6;
  --pink-soft:#fbd7e6;
  --pink-deep:#c2255c;
  --pink-deep-dark:#9c1a49;
  --choco:#6b4226;
  --choco-light:#a9765a;
  --cream:#fff8f3;
  --paper:#ffffff;
  --line:#f3ddE3;
  --ink:#3a2530;
  --muted:#7a6570;
  --muted-2:#a3919b;

  --radius-sm:12px;
  --radius-md:20px;
  --radius-lg:32px;

  --shadow-sm: 0 3px 14px rgba(194,37,92,0.08);
  --shadow-md: 0 18px 46px rgba(194,37,92,0.16);
  --shadow-pink: 0 14px 32px rgba(194,37,92,0.30);

  --container: 1180px;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ list-style:none; margin:0; padding:0; }
button{ font-family:inherit; cursor:pointer; }
svg{ flex-shrink:0; }
.icon-inline{ width:1em; height:1em; vertical-align:-0.15em; }

::selection{ background:var(--pink-deep); color:#fff; }

body::after{
  content:""; position:fixed; inset:0; z-index:2; pointer-events:none;
  opacity:.035; mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

::-webkit-scrollbar{ width:11px; height:11px; }
::-webkit-scrollbar-track{ background:var(--cream); }
::-webkit-scrollbar-thumb{ background:var(--pink); border-radius:20px; border:3px solid var(--cream); }
::-webkit-scrollbar-thumb:hover{ background:var(--pink-deep); }
html{ scrollbar-color:var(--pink) var(--cream); scrollbar-width:thin; }

/* ---------- CURSOR PERSONALIZADO (solo escritorio con puntero fino) ---------- */
.cursor-dot,.cursor-ring{
  position:fixed; top:0; left:0; z-index:9999;
  pointer-events:none; border-radius:50%;
  transform:translate(-50%,-50%);
  will-change:transform;
}
.cursor-dot{
  width:7px; height:7px; background:var(--pink-deep);
  transition:opacity .2s ease, background .2s ease;
}
.cursor-ring{
  width:38px; height:38px; border:1.5px solid rgba(194,37,92,0.55);
  transition:width .25s ease, height .25s ease, border-color .25s ease, background .25s ease, opacity .2s ease;
}
.has-custom-cursor .cursor-ring.is-active{
  width:64px; height:64px;
  background:rgba(194,37,92,0.08);
  border-color:var(--pink-deep);
}
.has-custom-cursor, .has-custom-cursor a, .has-custom-cursor button{ cursor:none; }
@media (hover:none), (pointer:coarse){
  .cursor-dot,.cursor-ring{ display:none; }
}

/* ---------- FOCO ACCESIBLE ---------- */
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{
  outline:3px solid var(--pink-deep);
  outline-offset:3px;
  border-radius:4px;
}
.carousel-dots button:focus-visible{ outline-offset:5px; }

/* ---------- ANCLAS: no ocultarlas bajo el header sticky ---------- */
#inicio,#nosotros,#portafolio,#contacto{ scroll-margin-top:90px; }
h1,h2,h3,h4{
  font-family:'Fredoka',sans-serif;
  font-weight:600;
  line-height:1.15;
  margin:0 0 .5em;
  color:var(--choco);
  letter-spacing:-0.01em;
}
p{ margin:0 0 1em; color:var(--muted); }

.wrap{ max-width:var(--container); margin:0 auto; padding:0 28px; }

.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family:'Caveat',cursive;
  font-size:22px;
  font-weight:700;
  color:var(--pink-deep);
  margin-bottom:6px;
}
.eyebrow.on-dark{ color:var(--pink-soft); }

.section{ padding:96px 0; }
.section-tight{ padding:60px 0; }
.section-title{ font-size:clamp(30px,4vw,44px); max-width:680px; }
.section-lede{ font-size:18px; max-width:600px; color:var(--muted); }
.center{ text-align:center; margin-left:auto; margin-right:auto; }

.title-accent{ display:block; width:84px; height:14px; color:var(--pink-deep); margin:-6px 0 18px; }
.title-accent.center{ margin-left:auto; margin-right:auto; }
.title-accent path{
  fill:none; stroke:currentColor; stroke-width:5; stroke-linecap:round;
  stroke-dasharray:100; stroke-dashoffset:100;
  transition:stroke-dashoffset 1s cubic-bezier(.16,.8,.3,1) .25s;
}
.reveal.is-visible .title-accent path,
.reveal-stagger.is-visible .title-accent path{ stroke-dashoffset:0; }

.grad-text{
  background:linear-gradient(90deg,var(--pink-deep),var(--pink) 45%,var(--pink-deep) 90%);
  background-size:200% auto;
  -webkit-background-clip:text; background-clip:text; color:transparent;
  animation:gradientShift 6s ease-in-out infinite;
}

/* ---------- FORMAS FLOTANTES DECORATIVAS ---------- */
.section-decorated{ position:relative; overflow:hidden; }
.blob{
  position:absolute; border-radius:50%; filter:blur(50px);
  pointer-events:none; z-index:0;
}
.b4{ width:340px; height:340px; background:rgba(246,169,198,0.35); top:-10%; left:-8%; animation:floatSlow 13s ease-in-out infinite; }
.b5{ width:280px; height:280px; background:rgba(217,164,65,0.16); bottom:-12%; right:-6%; animation:floatSlow 16s ease-in-out infinite reverse; }
.section-decorated > .wrap{ position:relative; z-index:1; }

.hero-blobs{ position:absolute; inset:0; overflow:hidden; pointer-events:none; z-index:0; }
.blob.b1,.blob.b2,.blob.b3{ position:absolute; border-radius:50%; filter:blur(60px); }
.b1{ width:320px; height:320px; background:rgba(246,169,198,0.45); top:5%; left:2%; animation:floatSlow 12s ease-in-out infinite; }
.b2{ width:220px; height:220px; background:rgba(217,164,65,0.22); top:55%; right:8%; animation:floatSlow 15s ease-in-out infinite reverse; }
.b3{ width:180px; height:180px; background:rgba(194,37,92,0.14); bottom:-5%; left:35%; animation:floatSlow 10s ease-in-out infinite; }

.hero-sprinkles{ position:absolute; inset:0; overflow:hidden; pointer-events:none; z-index:0; }
.sprinkle{ position:absolute; width:32px; height:32px; opacity:.6; animation:drift 6s ease-in-out infinite; }
.sprinkle-dot{ position:absolute; width:16px; height:16px; border-radius:50%; opacity:.62; animation:drift 6.8s ease-in-out infinite; }
.sp1{ top:16%; left:8%; color:var(--pink-deep); animation-duration:7.5s; }
.sp2{ top:68%; left:6%; color:var(--pink); animation-duration:9s; animation-delay:.6s; }
.sp3{ top:12%; right:14%; background:var(--pink-deep); animation-duration:6.4s; animation-delay:.3s; }
.sp4{ top:75%; right:10%; color:#d9a441; width:26px; height:26px; animation-duration:8.2s; animation-delay:1.1s; }
.sp5{ top:40%; right:4%; background:var(--pink-soft); animation-duration:7s; animation-delay:.8s; }
.sp6{ top:32%; left:16%; color:var(--pink-soft); width:24px; height:24px; animation-duration:7.8s; animation-delay:1.4s; }
.sp7{ top:50%; left:2%; background:#d9a441; animation-duration:5.8s; animation-delay:.2s; }
.sp8{ top:8%; left:38%; color:var(--pink); width:23px; height:23px; animation-duration:6.8s; animation-delay:.9s; }
.sp9{ top:85%; left:30%; background:var(--pink-deep); animation-duration:8s; animation-delay:.4s; }
.sp10{ top:60%; left:48%; color:var(--pink-soft); width:27px; height:27px; animation-duration:8.6s; animation-delay:1.6s; }
.sp11{ top:20%; right:28%; background:#d9a441; width:20px; height:20px; animation-duration:7.2s; animation-delay:.5s; }
.sp12{ top:90%; right:22%; color:var(--pink-deep); width:25px; height:25px; animation-duration:7.6s; animation-delay:1.9s; }
.sp13{ top:6%; right:38%; background:var(--pink); animation-duration:6.4s; animation-delay:1.2s; }
.sp14{ top:46%; left:24%; color:var(--pink); width:21px; height:21px; animation-duration:9.4s; animation-delay:.7s; }

.scroll-cue{
  position:absolute; left:50%; bottom:22px; transform:translateX(-50%);
  width:36px; height:36px; border-radius:50%;
  border:1px solid var(--line); background:rgba(255,255,255,0.6);
  display:flex; align-items:center; justify-content:center;
  color:var(--pink-deep); z-index:1;
  animation:bounceCue 2.2s ease-in-out infinite;
  transition:background .2s ease, transform .2s ease;
}
.scroll-cue:hover{ background:#fff; }
.scroll-cue svg{ width:18px; height:18px; }

@keyframes gradientShift{
  0%,100%{ background-position:0% 50%; }
  50%{ background-position:100% 50%; }
}
@keyframes floatSlow{
  0%,100%{ transform:translate(0,0) scale(1); }
  50%{ transform:translate(18px,-22px) scale(1.06); }
}
@keyframes drift{
  0%,100%{ transform:translate(0,0) rotate(0deg) scale(1); }
  25%{ transform:translate(10px,-22px) rotate(14deg) scale(1.08); }
  50%{ transform:translate(-8px,-38px) rotate(-10deg) scale(0.94); }
  75%{ transform:translate(12px,-18px) rotate(18deg) scale(1.1); }
}
@keyframes bounceCue{
  0%,100%{ transform:translateX(-50%) translateY(0); }
  50%{ transform:translateX(-50%) translateY(6px); }
}

/* ---------- BOTONES ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:15px 30px; border-radius:50px;
  font-weight:700; font-size:14.5px; letter-spacing:.2px;
  border:2px solid transparent;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}
.btn:hover{ transform:translateY(-2px); }
.btn svg{ width:18px; height:18px; }
.btn-pink{
  background:linear-gradient(90deg,var(--pink-deep),var(--pink-deep-dark));
  color:#fff; box-shadow:var(--shadow-pink);
}
.btn-glow{ position:relative; }
.btn-glow::before{
  content:""; position:absolute; inset:-4px; border-radius:inherit;
  background:linear-gradient(90deg,var(--pink-deep),var(--pink-deep-dark));
  opacity:.55; z-index:-1; filter:blur(10px);
  animation:glowPulse 2.6s ease-in-out infinite;
}
@keyframes glowPulse{
  0%,100%{ opacity:.35; transform:scale(1); }
  50%{ opacity:.65; transform:scale(1.08); }
}
.btn{ position:relative; overflow:hidden; }
.btn .ripple{
  position:absolute; border-radius:50%; transform:scale(0);
  background:rgba(255,255,255,0.5); pointer-events:none;
  animation:rippleAnim .6s ease-out forwards;
}
@keyframes rippleAnim{ to{ transform:scale(2.6); opacity:0; } }
.btn-outline{ border-color:rgba(255,255,255,0.5); color:#fff; }
.btn-outline:hover{ background:rgba(255,255,255,0.12); }
.btn-choco{ background:var(--choco); color:#fff; }
.btn-choco:hover{ background:#57341d; }
.btn-block{ width:100%; }

/* ---------- BARRA DE PROGRESO ---------- */
.progress-bar{
  position:fixed; top:0; left:0; height:3.5px; width:0%;
  background:linear-gradient(90deg,var(--pink-deep),var(--pink),#d9a441);
  z-index:400;
  transition:width .08s linear;
}

/* ---------- HEADER ---------- */
header.site-header{
  position:sticky; top:0; z-index:200;
  background:linear-gradient(120deg, rgba(255,248,243,0.92), rgba(251,215,230,0.6));
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
  box-shadow:0 0 0 rgba(194,37,92,0);
  transition:box-shadow .25s ease, border-color .25s ease, background .25s ease;
}
header.site-header.is-scrolled{
  box-shadow:0 8px 24px rgba(194,37,92,0.10);
  border-bottom-color:transparent;
}
nav.navbar{ display:flex; align-items:center; justify-content:space-between; padding:14px 0; }
.brand{ display:flex; align-items:center; gap:12px; }
.brand-badge{
  width:52px;height:52px;border-radius:50%;
  background:radial-gradient(circle at 35% 30%, #ffe3ee, var(--pink) 70%);
  border:2px solid var(--pink-deep);
  display:flex;align-items:center;justify-content:center;
  color:var(--pink-deep-dark);
  box-shadow:var(--shadow-sm);
  flex-shrink:0;
  transition:transform .3s ease;
}
.brand-badge svg{ width:24px; height:24px; }
.brand:hover .brand-badge{ transform:rotate(-8deg) scale(1.05); }
.brand-name{
  font-family:'Fredoka',sans-serif; font-weight:600; font-size:19px; color:var(--pink-deep-dark); line-height:1.1;
}
.brand-name span{ display:block; font-family:'Caveat',cursive; font-size:13px; font-weight:700; color:var(--choco-light); }
.nav-links{ display:flex; align-items:center; gap:8px; }
.nav-links a{
  font-size:14.5px; font-weight:600; color:var(--choco);
  position:relative; padding:8px 16px; border-radius:30px;
  transition:color .2s ease, background .2s ease;
}
.nav-links a:not(.nav-cta):hover,.nav-links a.active:not(.nav-cta){
  color:var(--pink-deep-dark);
  background:rgba(194,37,92,0.09);
}
.nav-cta{
  position:relative;
  padding:11px 22px !important; border-radius:40px;
  background:linear-gradient(90deg,var(--pink-deep),var(--pink-deep-dark)) !important;
  color:#fff !important; box-shadow:var(--shadow-pink);
}
.nav-cta::after{ display:none; }
.nav-cta::before{
  content:""; position:absolute; inset:0; border-radius:inherit;
  box-shadow:0 0 0 0 rgba(194,37,92,0.45);
  animation:navPulse 2.8s ease-out infinite;
  pointer-events:none;
}
@keyframes navPulse{
  0%{ box-shadow:0 0 0 0 rgba(194,37,92,0.4); }
  70%{ box-shadow:0 0 0 10px rgba(194,37,92,0); }
  100%{ box-shadow:0 0 0 0 rgba(194,37,92,0); }
}
.burger{
  display:none; width:42px;height:42px;border-radius:10px;
  border:1px solid var(--line); background:var(--paper);
  align-items:center;justify-content:center;
}
.burger span,.burger span::before,.burger span::after{
  content:"";display:block;width:18px;height:2px;background:var(--pink-deep-dark);
  position:relative; transition:transform .25s ease, opacity .25s ease;
}
.burger span::before{ position:absolute; top:-6px; }
.burger span::after{ position:absolute; top:6px; }
.mobile-panel{ display:none; flex-direction:column; padding:10px 28px 24px; background:var(--paper); border-bottom:1px solid var(--line); }
.mobile-panel a{ padding:13px 0; font-weight:600; color:var(--choco); border-bottom:1px solid var(--line); transition:color .2s ease; }
.mobile-panel a:hover{ color:var(--pink-deep-dark); }
.mobile-panel.open{ display:flex; }

/* ---------- HERO ---------- */
.hero{
  position:relative; overflow:hidden;
  padding:110px 0 90px;
  background:var(--cream);
}
.hero::before{
  content:""; position:absolute; inset:-10%;
  background:
    radial-gradient(circle at 12% 18%, rgba(246,169,198,0.55), transparent 45%),
    radial-gradient(circle at 88% 8%, rgba(217,164,65,0.18), transparent 40%),
    radial-gradient(circle at 60% 95%, rgba(194,37,92,0.14), transparent 50%);
  pointer-events:none;
}
.hero::after{
  content:""; position:absolute; left:0; right:0; bottom:0; height:220px;
  background:linear-gradient(to bottom, transparent, var(--cream) 80%);
  pointer-events:none; z-index:0;
}
.hero .wrap{ position:relative; z-index:1; }
.hero-inner{ max-width:680px; }
.hero-inner > *{
  opacity:0; transform:translateY(26px);
  animation:heroUp .9s cubic-bezier(.16,.8,.3,1) forwards;
}
.hero-inner > *:nth-child(1){ animation-delay:.05s; }
.hero-inner > *:nth-child(2){ animation-delay:.16s; }
.hero-inner > *:nth-child(3){ animation-delay:.27s; }
.hero-inner > *:nth-child(4){ animation-delay:.38s; }
.hero-inner > *:nth-child(5){ animation-delay:.49s; }
@keyframes heroUp{
  to{ opacity:1; transform:translateY(0); }
}
.hero h1{ font-size:clamp(36px,5.4vw,58px); }
.hero-sub{ font-size:18px; max-width:540px; margin-bottom:30px; }
.hero-actions{ display:flex; gap:16px; flex-wrap:wrap; margin-bottom:36px; }
.hero-social{
  display:inline-flex; align-items:center; gap:12px;
  background:var(--paper); border:1px solid var(--line);
  border-radius:40px; padding:8px 18px 8px 8px;
  box-shadow:var(--shadow-sm);
}
.hero-social .dot{ width:34px;height:34px;border-radius:50%; background:linear-gradient(135deg,var(--pink),var(--pink-deep)); display:flex;align-items:center;justify-content:center;color:#fff; }
.hero-social .dot svg{ width:18px; height:18px; }
.hero-social span{ font-size:13.5px; color:var(--choco-light); font-weight:600; }
.hero-social b{ color:var(--choco); }

/* ---------- ABOUT ---------- */
.about-split{ display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
.about-visual{
  position:relative; aspect-ratio:1/1; border-radius:var(--radius-lg);
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,0.6), transparent 40%),
    linear-gradient(135deg, var(--pink) 0%, var(--pink-deep) 100%);
  display:flex;align-items:center;justify-content:center;
  box-shadow:var(--shadow-md);
  overflow:hidden;
}
.about-visual-icon{
  width:38%; height:38%; color:#fff;
  filter:drop-shadow(0 10px 20px rgba(0,0,0,0.15));
}
.confetti{
  position:absolute; border-radius:50%;
  box-shadow:0 6px 14px rgba(0,0,0,0.12);
}
.confetti.c1{ width:18px; height:18px; top:14%; left:16%; background:#ffe08a; }
.confetti.c2{ width:12px; height:12px; top:22%; right:18%; background:#fff; }
.confetti.c3{ width:22px; height:22px; bottom:16%; right:14%; background:var(--pink-soft); }
.confetti.c4{ width:10px; height:10px; bottom:24%; left:20%; background:#a9765a; }
.quote-badge{
  display:inline-flex; align-items:center; gap:8px;
  margin-top:26px; padding:22px 26px; border-radius:var(--radius-md);
  background:var(--paper); border:1px solid var(--line); box-shadow:var(--shadow-sm);
  font-family:'Caveat',cursive; font-size:24px; color:var(--pink-deep);
}
.quote-badge svg{ width:20px; height:20px; }

/* ---------- SPECIALTIES ---------- */
.card-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; margin-top:48px; }
.spec-card{
  position:relative; overflow:hidden;
  background:var(--paper); border-radius:var(--radius-lg);
  padding:32px 24px; border:1px solid var(--line); box-shadow:var(--shadow-sm);
  transition:transform .2s ease, box-shadow .3s ease, border-color .3s ease;
  transform-style:preserve-3d; will-change:transform;
  --mx:50%; --my:50%;
}
.spec-card::before{
  content:""; position:absolute; inset:0; z-index:0; border-radius:inherit;
  background:radial-gradient(220px circle at var(--mx) var(--my), rgba(194,37,92,0.14), transparent 65%);
  opacity:0; transition:opacity .3s ease; pointer-events:none;
}
.spec-card:hover::before{ opacity:1; }
.spec-card > *{ position:relative; z-index:1; }
.spec-card::after{
  content:""; position:absolute; top:0; left:-60%; width:40%; height:100%;
  background:linear-gradient(120deg, transparent, rgba(255,255,255,0.55), transparent);
  transform:skewX(-20deg);
  transition:left .7s ease;
  pointer-events:none; z-index:1;
}
.spec-card:hover::after{ left:130%; }
.spec-card:hover{ box-shadow:var(--shadow-md); border-color:transparent; }
.spec-card:hover .icon{ transform:scale(1.08) rotate(-4deg); }
.spec-card .icon{
  width:56px;height:56px;border-radius:16px;
  background:linear-gradient(135deg,var(--pink-soft),var(--pink));
  display:flex;align-items:center;justify-content:center;
  color:var(--pink-deep-dark);
  margin-bottom:18px;
  transition:transform .3s ease;
}
.spec-card .icon svg{ width:26px; height:26px; }
.spec-card h3{ font-size:19px; }
.spec-card p{ font-size:14.5px; margin:0; }

/* ---------- MARQUEE (cinta continua) ---------- */
.marquee-band{
  position:relative; overflow:hidden;
  background:linear-gradient(100deg,var(--pink-deep),var(--pink-deep-dark));
  padding:18px 0;
}
.marquee-track{
  display:flex; width:max-content;
  animation:marqueeScroll 30s linear infinite;
}
.marquee-band:hover .marquee-track{ animation-play-state:paused; }
.marquee-set{ display:flex; align-items:center; flex-shrink:0; }
.marquee-item{
  display:inline-flex; align-items:center; gap:10px;
  padding:0 28px;
  font-family:'Fredoka',sans-serif; font-weight:600; font-size:17px;
  color:#fff; white-space:nowrap;
}
.marquee-item svg{ width:18px; height:18px; color:var(--pink-soft); flex-shrink:0; }
@keyframes marqueeScroll{
  from{ transform:translateX(0); }
  to{ transform:translateX(-50%); }
}
@media (prefers-reduced-motion: reduce){
  .marquee-track{ animation:none; flex-wrap:wrap; }
  .marquee-set:nth-child(2){ display:none; }
}

/* ---------- PORTAFOLIO (carrusel) ---------- */
.portfolio-carousel{
  position:relative;
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:48px;
}
.carousel-track{
  display:flex;
  gap:20px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding:18px 6px;
  flex:1;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
}
.carousel-track::-webkit-scrollbar{ display:none; }
.carousel-slide{
  position:relative;
  flex:0 0 auto;
  scroll-snap-align:center;
  width:min(72vw,340px);
  border-radius:var(--radius-md);
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow:var(--shadow-sm);
  background:var(--paper);
  transform-origin:center;
  transform:scale(.93);
  opacity:.7;
  filter:saturate(.85);
  transition:box-shadow .3s ease, transform .4s cubic-bezier(.16,.8,.3,1), opacity .4s ease, filter .4s ease;
}
.carousel-slide::before{
  content:""; position:absolute; inset:0; z-index:2; pointer-events:none; border-radius:inherit;
  background:radial-gradient(180px circle at var(--mx,50%) var(--my,50%), rgba(255,255,255,0.28), transparent 60%);
  opacity:0; transition:opacity .3s ease;
}
.carousel-slide:hover::before{ opacity:1; }
.carousel-slide.is-active,.carousel-slide:first-child{
  transform:scale(1);
  opacity:1;
  filter:saturate(1);
  box-shadow:var(--shadow-md);
}
.carousel-slide:hover,.carousel-slide:focus-within{
  box-shadow:var(--shadow-md);
  transform:scale(1.02);
  opacity:1;
  filter:saturate(1);
}
.carousel-slide img{
  width:100%; height:100%; display:block; object-fit:cover; aspect-ratio:4/5;
  transition:transform .5s ease;
}
.carousel-slide:hover img{ transform:scale(1.05); }
.carousel-arrow{
  flex:0 0 auto;
  width:46px; height:46px; border-radius:50%;
  border:1px solid var(--line);
  background:#fff;
  color:var(--choco);
  display:flex; align-items:center; justify-content:center;
  cursor:pointer;
  box-shadow:var(--shadow-sm);
  transition:background .2s ease, color .2s ease, transform .15s ease, opacity .2s ease;
}
.carousel-arrow svg{ width:22px; height:22px; }
.carousel-arrow:hover{ background:var(--pink); color:#fff; transform:translateY(-2px); }
.carousel-arrow:disabled{ opacity:.35; cursor:default; pointer-events:none; }
.carousel-dots{
  display:flex; justify-content:center; gap:8px; margin-top:20px;
}
.carousel-dots button{
  width:8px; height:8px; border-radius:50%; border:0; padding:0;
  background:var(--line); cursor:pointer; transition:background .2s ease, transform .2s ease;
}
.carousel-dots button.active{ background:var(--pink-deep); transform:scale(1.3); }
@media (max-width:640px){
  .carousel-arrow{ display:none; }
  .carousel-slide{ width:78vw; }
}

.portfolio-more{
  text-align:center; margin-top:52px;
}

/* ---------- CTA BAND ---------- */
.cta-band{
  background:linear-gradient(120deg,var(--pink-deep),var(--pink-deep-dark));
  color:#fff; border-radius:var(--radius-lg);
  padding:64px 48px; text-align:center; position:relative; overflow:hidden;
}
.cta-band::before{
  content:""; position:absolute; inset:0;
  background:radial-gradient(circle at 85% 10%, rgba(255,255,255,0.18), transparent 50%);
}
.cta-band > *{ position:relative; z-index:1; }
.cta-sparkle{
  position:absolute; width:22px; height:22px; color:rgba(255,255,255,0.8);
  animation:twinkle 2.4s ease-in-out infinite;
  z-index:1;
}
.cta-sparkle.sk1{ top:14%; left:10%; animation-delay:0s; }
.cta-sparkle.sk2{ top:22%; right:14%; width:16px; height:16px; animation-delay:.6s; }
.cta-sparkle.sk3{ bottom:16%; left:20%; width:14px; height:14px; animation-delay:1.2s; }
@keyframes twinkle{
  0%,100%{ opacity:.25; transform:scale(.8) rotate(0deg); }
  50%{ opacity:1; transform:scale(1.15) rotate(15deg); }
}
.cta-band h2{ color:#fff; font-size:clamp(28px,4vw,40px); }
.cta-band p{ color:rgba(255,255,255,0.85); font-size:17px; max-width:520px; margin:0 auto 28px; }
.cta-actions{ display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }

/* ---------- FOOTER ---------- */
footer.site-footer{
  position:relative; overflow:hidden;
  background:linear-gradient(165deg, #6b4226 0%, #58351d 55%, #452a18 100%);
  color:rgba(255,255,255,0.68);
  padding:64px 0 26px;
}
footer.site-footer::before{
  content:""; position:absolute; top:0; left:0; right:0; height:3px;
  background:linear-gradient(90deg, var(--pink-deep), var(--pink), #d9a441);
  opacity:.85;
}
footer.site-footer::after{
  content:""; position:absolute; top:-140px; right:-100px;
  width:340px; height:340px; border-radius:50%;
  background:radial-gradient(circle, rgba(246,169,198,0.20), transparent 70%);
  pointer-events:none;
}
.footer-grid{ position:relative; z-index:1; display:grid; grid-template-columns:1.6fr 1fr 1fr; gap:40px; padding-bottom:40px; border-bottom:1px solid rgba(255,255,255,0.12); }
.footer-brand{ display:flex; align-items:center; gap:12px; margin-bottom:14px; }
.footer-brand .brand-badge{ border-color:var(--pink-soft); }
footer.site-footer p{ color:rgba(255,255,255,0.86); }
.footer-brand span{ font-family:'Fredoka',sans-serif; font-weight:600; color:#fff; font-size:17px; }
footer h5{ color:var(--pink-soft); font-size:13px; letter-spacing:1.5px; text-transform:uppercase; margin-bottom:16px; font-family:'Inter',sans-serif; font-weight:700; }
footer ul li{ margin-bottom:10px; }
footer ul li a,footer ul li{ font-size:14.5px; color:rgba(255,255,255,0.62); transition:color .2s ease; }
footer ul li a:hover{ color:var(--pink-soft); }
.footer-ig{ display:inline-flex; align-items:center; gap:8px; }
.footer-ig svg{ width:16px; height:16px; }
.footer-bottom{ position:relative; z-index:1; display:flex; justify-content:space-between; align-items:center; padding-top:22px; font-size:13px; color:rgba(255,255,255,0.45); flex-wrap:wrap; gap:10px; }

/* ---------- DIVISOR DECORATIVO ---------- */
.section-divider{ line-height:0; margin-bottom:-1px; }
.section-divider svg{ width:100%; height:46px; display:block; }
.section-divider path{ fill:var(--choco); }

/* ---------- VOLVER ARRIBA ---------- */
.back-to-top{
  position:fixed; right:22px; bottom:22px; z-index:300;
  width:48px; height:48px; border-radius:50%; border:0;
  background:linear-gradient(135deg,var(--pink-deep),var(--pink-deep-dark));
  color:#fff; box-shadow:var(--shadow-pink);
  display:flex; align-items:center; justify-content:center;
  opacity:0; transform:translateY(12px) scale(.9); pointer-events:none;
  transition:opacity .25s ease, transform .25s ease, background .2s ease;
}
.back-to-top svg{ width:20px; height:20px; }
.back-to-top.is-visible{ opacity:1; transform:translateY(0) scale(1); pointer-events:auto; }
.back-to-top:hover{ transform:translateY(-3px) scale(1.04); }
@media (max-width:640px){
  .back-to-top{ right:16px; bottom:16px; width:44px; height:44px; }
}

/* ---------- ANIMACIONES ---------- */
.reveal{ opacity:0; transform:translateY(36px); transition:opacity .8s cubic-bezier(.16,.8,.3,1), transform .8s cubic-bezier(.16,.8,.3,1); }
.reveal.is-visible{ opacity:1; transform:translateY(0); }
.reveal-stagger > *{ opacity:0; transform:translateY(24px); transition:opacity .6s cubic-bezier(.16,.8,.3,1), transform .6s cubic-bezier(.16,.8,.3,1); }
.reveal-stagger.is-visible > *{ opacity:1; transform:translateY(0); }
.reveal-stagger.is-visible > *:nth-child(1){ transition-delay:.04s; }
.reveal-stagger.is-visible > *:nth-child(2){ transition-delay:.1s; }
.reveal-stagger.is-visible > *:nth-child(3){ transition-delay:.16s; }
.reveal-stagger.is-visible > *:nth-child(4){ transition-delay:.22s; }

@media (prefers-reduced-motion: reduce){
  .reveal,.reveal-stagger > *{ opacity:1 !important; transform:none !important; transition:none !important; }
  .ph-skeleton{ animation:none !important; }
  .grad-text,.blob,.sprinkle,.sprinkle-dot,.scroll-cue,.btn-glow::before,.nav-cta::before,.cta-sparkle,.carousel-slide img{
    animation:none !important;
  }
  .spec-card::after{ display:none; }
  .hero-inner > *{ animation:none !important; opacity:1 !important; transform:none !important; }
  .title-accent path{ transition:none !important; stroke-dashoffset:0 !important; }
  .carousel-slide{ transform:none !important; opacity:1 !important; filter:none !important; }
  .cursor-dot,.cursor-ring{ display:none !important; }
}

/* ---------- RESPONSIVE ---------- */
@media (max-width:1024px){
  .card-grid{ grid-template-columns:repeat(2,1fr); }
  .about-split{ grid-template-columns:1fr; gap:40px; }
  .footer-grid{ grid-template-columns:1fr 1fr; }
}
@media (max-width:860px){
  .nav-links{ display:none; }
  .burger{ display:flex; }
  .cta-band{ padding:48px 24px; }
  .scroll-cue{ display:none; }
  .sp4,.sp5,.sp6,.sp8,.sp9,.sp10,.sp11,.sp12,.sp13,.sp14{ display:none; }
  .b4,.b5{ opacity:.6; }
}
@media (max-width:640px){
  .section{ padding:64px 0; }
  .card-grid{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns:1fr; gap:32px; }
  .footer-bottom{ flex-direction:column; align-items:flex-start; }
  .marquee-item{ font-size:15px; padding:0 18px; }
}
