:root {
  --bg: #fdf5e8;
  --bg2: #fbecd9;
  --ink: #241c2e;
  --ink2: #50465c;
  --muted: #8a8190;
  --line: #ecddc7;
  --cream: #fffaf2;
  --red: #e23b2e;
  --red-dark: #c22d22;
  --yellow: #f4b400;
  --blue: #1f9bd6;
  --teal: #12a594;
  --pink: #e3338b;
  --radius: 18px;
  --shadow: 0 16px 40px rgba(60, 30, 40, 0.14);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
h1, h2, h3 { font-family: 'Fredoka', system-ui, sans-serif; font-weight: 700; line-height: 1.05; }
.container { max-width: 1160px; margin: 0 auto; padding: 0 1.4rem; }
.c-red { color: var(--red); } .c-blue { color: var(--blue); } .c-pink { color: var(--pink); } .c-yellow { color: var(--yellow); }

/* Botones */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; font-family: 'Fredoka', sans-serif; font-weight: 600; font-size: .98rem; padding: .8rem 1.7rem; border-radius: 50px; cursor: pointer; border: 2px solid transparent; transition: transform .15s, background .2s, color .2s, border-color .2s, box-shadow .2s; }
.btn-sm { padding: .5rem 1.2rem; font-size: .9rem; }
.btn-lg { padding: .95rem 2rem; font-size: 1.05rem; }
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 8px 22px rgba(226,59,46,.3); }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--cream); }

/* Header */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(253,245,232,.85); backdrop-filter: blur(10px); border-bottom: 2px solid transparent; transition: border-color .2s, background .2s; }
.nav.scrolled { border-color: var(--line); background: rgba(253,245,232,.97); }
.nav-in { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.logo { font-family: 'Fredoka', sans-serif; font-size: 1.55rem; font-weight: 700; color: var(--ink); display: inline-flex; align-items: center; gap: .45rem; }
.logo-mark { font-size: 1.4rem; }
.links { display: flex; align-items: center; gap: 1.7rem; }
.links a { font-family: 'Fredoka', sans-serif; font-size: .98rem; font-weight: 500; color: var(--ink2); transition: color .15s; }
.links a:hover { color: var(--red); }
.links .btn { color: #fff; }
.burger { display: none; background: none; border: none; color: var(--ink); cursor: pointer; }

/* Hero */
.hero { padding: 4rem 0 4.5rem; overflow: hidden; }
.hero-in { display: grid; grid-template-columns: 1.05fr .95fr; gap: 3rem; align-items: center; }
.tag { display: inline-block; font-family: 'Fredoka', sans-serif; color: var(--red); background: #fff; border: 2px solid var(--red); font-size: .82rem; font-weight: 600; padding: .3rem 1rem; border-radius: 50px; margin-bottom: 1.3rem; }
.hero h1 { font-size: clamp(3.4rem, 9vw, 6rem); letter-spacing: -.01em; margin-bottom: 1.1rem; }
.lead { font-size: 1.12rem; color: var(--ink2); max-width: 520px; margin-bottom: 2rem; }
.hero-btns { display: flex; gap: .8rem; flex-wrap: wrap; }
.hero-mini { display: flex; gap: 2rem; flex-wrap: wrap; margin-top: 2.4rem; padding-top: 1.6rem; border-top: 2px solid var(--line); }
.hero-mini div { display: flex; flex-direction: column; }
.hero-mini strong { font-family: 'Fredoka', sans-serif; font-size: 1.3rem; }
.hero-mini span { font-size: .85rem; color: var(--muted); }

/* Hero media */
.hero-media { position: relative; min-height: 380px; display: flex; align-items: center; justify-content: center; }
.photo { border-radius: var(--radius); overflow: hidden; border: 5px solid #fff; box-shadow: var(--shadow); position: relative; z-index: 2; }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-a { width: 78%; aspect-ratio: 4/3; transform: rotate(-3deg); }
.photo-b { position: absolute; right: 2%; bottom: -4%; width: 46%; aspect-ratio: 3/4; transform: rotate(5deg); z-index: 3; }
.blob { position: absolute; border-radius: 50%; z-index: 1; filter: blur(2px); }
.blob-y { width: 130px; height: 130px; background: var(--yellow); top: -10px; left: 4%; opacity: .85; }
.blob-b { width: 90px; height: 90px; background: var(--blue); bottom: 6%; left: -2%; opacity: .8; }

/* Secciones */
.section { padding: 5rem 0; }
.section-alt { background: var(--bg2); }
.head { max-width: 620px; margin: 0 auto 3rem; text-align: center; }
.eyebrow { display: inline-block; font-family: 'Fredoka', sans-serif; color: var(--red); font-weight: 600; font-size: .82rem; letter-spacing: 1px; text-transform: uppercase; margin-bottom: .6rem; }
.head h2 { font-size: clamp(2rem, 4.5vw, 3rem); margin-bottom: .5rem; }
.head p { color: var(--muted); font-size: 1.05rem; }

/* Nosotros */
.why-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 3.2rem; align-items: center; }
.why-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); border: 5px solid #fff; box-shadow: var(--shadow); transform: rotate(-2deg); }
.why-lead { color: var(--ink2); font-size: 1.06rem; margin: .8rem 0 1.6rem; }
.pillars { display: flex; flex-direction: column; gap: 1.1rem; }
.pillar { display: flex; gap: 1rem; align-items: flex-start; }
.p-ico { flex-shrink: 0; width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; background: #fff; border: 2px solid currentColor; }
.pillar strong { display: block; font-family: 'Fredoka', sans-serif; font-size: 1.1rem; margin-bottom: .1rem; }
.pillar p { color: var(--muted); font-size: .92rem; }

/* Líneas */
.lines { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; align-items: stretch; }
.line { --accent: var(--red); background: var(--cream); border: 2px solid var(--line); border-radius: var(--radius); padding: 1.8rem 1.5rem; border-top: 7px solid var(--accent); transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.line:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.line .l-ico { font-size: 2rem; display: block; margin-bottom: .7rem; }
.line h3 { font-size: 1.3rem; margin-bottom: .4rem; }
.line > p { color: var(--ink2); font-size: .94rem; }
.line-label { font-family: 'Fredoka', sans-serif; font-size: .74rem; font-weight: 600; letter-spacing: .6px; text-transform: uppercase; color: var(--accent); margin: 1.1rem 0 .55rem; }
.line-incl { list-style: none; display: flex; flex-direction: column; gap: .45rem; }
.line-incl li { display: flex; gap: .55rem; align-items: flex-start; font-size: .9rem; color: var(--ink2); }
.line-incl li::before { content: '✓'; color: var(--accent); font-weight: 700; flex-shrink: 0; }
.l-red { --accent: var(--red); }
.l-yellow { --accent: var(--yellow); }
.l-blue { --accent: var(--blue); }
.l-teal { --accent: var(--teal); }
.l-pink { --accent: var(--pink); }

/* Galería */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-auto-rows: 200px; gap: 1rem; }
.shot { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 22px rgba(60,30,40,.12); }
.shot.tall { grid-row: span 2; }
.shot.wide { grid-column: span 2; }
.shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.shot:hover img { transform: scale(1.06); }
.shot figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.4rem .9rem .7rem; font-family: 'Fredoka', sans-serif; font-weight: 600; font-size: .92rem; color: #fff; background: linear-gradient(transparent, rgba(20,12,24,.78)); }

/* CTA */
.section-cta { background: var(--ink); color: var(--cream); text-align: center; }
.section-cta .eyebrow { color: var(--yellow); }
.section-cta h2 { color: var(--cream); }
.cta-in { max-width: 640px; margin: 0 auto; }
.cta-in h2 { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: .6rem; }
.cta-in > p { color: rgba(255,250,242,.82); font-size: 1.06rem; margin-bottom: 2rem; }
.cta-in .hero-btns { justify-content: center; }
.cta-info { font-size: .92rem !important; color: rgba(255,250,242,.72) !important; margin-top: 2rem !important; line-height: 1.9; }

/* Footer */
.footer { background: var(--bg2); border-top: 2px solid var(--line); padding: 3rem 0 1.6rem; }
.footer-in { text-align: center; }
.logo-foot { display: inline-flex; align-items: center; gap: .45rem; font-family: 'Fredoka', sans-serif; font-size: 1.4rem; font-weight: 700; margin-bottom: .4rem; }
.footer-tag { color: var(--muted); font-size: .92rem; margin-bottom: 1.4rem; }
.footer-links { display: flex; gap: 1.6rem; justify-content: center; flex-wrap: wrap; margin-bottom: 1.6rem; }
.footer-links a { font-family: 'Fredoka', sans-serif; color: var(--ink2); font-size: .95rem; }
.footer-links a:hover { color: var(--red); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; padding-top: 1.6rem; border-top: 2px solid var(--line); font-size: .82rem; color: var(--muted); }

/* WhatsApp */
.wa-float { position: fixed; bottom: 1.6rem; right: 1.6rem; z-index: 200; width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 20px rgba(37,211,102,.45); transition: transform .2s; }
.wa-float:hover { transform: scale(1.08); }

/* Responsive */
@media (max-width: 940px) {
  .hero-in { grid-template-columns: 1fr; gap: 2.4rem; }
  .hero-media { order: -1; min-height: 0; }
  .photo-a { width: 70%; }
  .why-grid { grid-template-columns: 1fr; gap: 2rem; }
  .why-media img { transform: none; max-width: 460px; margin: 0 auto; }
  .lines { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .burger { display: flex; }
  .links { position: absolute; top: 74px; left: 0; right: 0; background: var(--cream); border-bottom: 2px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; padding: .5rem 1.4rem 1rem; display: none; }
  .links.open { display: flex; }
  .links a { padding: .9rem 0; border-bottom: 1px solid var(--line); }
  .links a:last-child { border-bottom: none; margin-top: .5rem; }
  .photo-b { display: none; }
  .photo-a { width: 86%; transform: rotate(-2deg); }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; }
  .shot.wide { grid-column: span 1; }
}
@media (max-width: 480px) {
  .lines { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .shot.tall { grid-row: span 1; }
  .footer-bottom { justify-content: center; text-align: center; }
}
