/* =============================================================
   Heladería Las Malvinas · San Juan
   Paleta frambuesa + menta + crema · Pacifico/Fredoka + Nunito
   ============================================================= */

:root {
  --frutilla: #E91E63;
  --frutilla-oscuro: #AD1457;
  --frutilla-profundo: #6A0E3A;
  --menta: #4CAF99;
  --menta-oscuro: #2E8B7A;
  --menta-profundo: #1E6B5E;
  --crema: #FFF8F0;
  --crema-profundo: #FCE4EC;
  --crema-tostado: #F5E6D8;
  --chocolate: #3D2710;
  --grafito: #3D2710;
  --dorado: #E0A85A;
  --blanco: #FFFFFF;
  --amarillo: #FFC107;

  --sombra-suave: 0 10px 40px rgba(173, 20, 87, 0.10);
  --sombra-card: 0 14px 44px rgba(61, 39, 16, 0.10);
  --radio: 18px;
  --radio-sm: 12px;
  --maxw: 1200px;

  --ff-head: "Fredoka", system-ui, sans-serif;
  --ff-script: "Pacifico", cursive;
  --ff-body: "Nunito", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;

  --gradiente-frutilla: linear-gradient(135deg, #E91E63 0%, #AD1457 100%);
  --gradiente-menta: linear-gradient(135deg, #4CAF99 0%, #2E8B7A 100%);
  --gradiente-crema: linear-gradient(160deg, #FFF8F0 0%, #FCE4EC 100%);
  --gradiente-cta: linear-gradient(135deg, #AD1457 0%, #6A0E3A 100%);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body {
  font-family: var(--ff-body);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--grafito);
  background: var(--crema);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, svg { max-width: 100%; display: block; height: auto; }
a { color: var(--frutilla-oscuro); text-decoration: none; }
a:hover { color: var(--frutilla-profundo); text-decoration: underline; }
button { font-family: inherit; cursor: pointer; }

/* ---------- Focus visible ---------- */
:focus-visible {
  outline: 3px solid var(--frutilla);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---------- Skip link ---------- */
.skip-link {
  position: absolute;
  left: 0;
  top: -200px;
  background: var(--frutilla-oscuro);
  color: #fff;
  padding: .8rem 1.4rem;
  z-index: 2000;
  font-weight: 600;
  border-radius: 0 0 10px 0;
  transition: top .2s ease;
}
.skip-link:focus { top: 0; color: #fff; text-decoration: none; }

/* ---------- Visually hidden ---------- */
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: var(--ff-head);
  color: var(--frutilla-oscuro);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); font-weight: 700; }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
h3 { font-size: clamp(1.3rem, 2.4vw, 1.8rem); }
h4 { font-size: clamp(1.1rem, 2vw, 1.4rem); }
p { color: var(--grafito); }
h1 em { font-family: var(--ff-script); font-style: normal; color: var(--menta-oscuro); font-weight: 400; }
.eyebrow {
  font-family: var(--ff-body);
  font-size: 0.875rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--menta-oscuro);
  font-weight: 800;
  display: inline-block;
}
.lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--frutilla-oscuro); font-weight: 600; }

/* ---------- Layout ---------- */
.container { max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2.2rem); }
.section { padding-block: clamp(3.5rem, 8vw, 6.5rem); }
.section-alt { background: var(--gradiente-crema); }
.section-head { text-align: center; max-width: 760px; margin: 0 auto clamp(2.4rem, 5vw, 3.6rem); }
.section-head .eyebrow { display: block; margin-bottom: 0.9rem; }
.section-head p { margin-top: 0.9rem; font-size: 1.05rem; }
.divider { width: 64px; height: 3px; background: var(--gradiente-frutilla); border: 0; margin: 1.2rem auto; border-radius: 3px; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255, 248, 240, 0.94); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(173, 20, 87, 0.14); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 0.7rem; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand img { max-height: 56px; width: auto; }
.nav-cta { display: flex; align-items: center; gap: 0.8rem; }

/* ---------- Nav ---------- */
.nav-main { display: flex; align-items: center; }
.nav-list { display: flex; align-items: center; gap: clamp(0.6rem, 1.5vw, 1.6rem); list-style: none; padding: 0; margin: 0; }
.nav-list a {
  font-family: var(--ff-body);
  font-weight: 700;
  font-size: 1rem;
  color: var(--grafito);
  padding: 0.5rem 0.9rem;
  border-radius: 50px;
  transition: color .2s ease, background .2s ease;
}
.nav-list a:hover { color: var(--frutilla-oscuro); background: rgba(233, 30, 99, 0.08); text-decoration: none; }
.nav-list a[aria-current="page"] { color: var(--frutilla-oscuro); background: rgba(233, 30, 99, 0.10); }

/* Mobile nav toggle */
.nav-toggle { display: none; width: 44px; height: 44px; background: transparent; border: 0; position: relative; z-index: 1100; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ""; display: block; width: 24px; height: 3px; background: var(--frutilla-oscuro);
  border-radius: 3px; position: absolute; left: 50%; transform: translateX(-50%);
  transition: transform .3s ease, opacity .2s ease, top .3s ease;
}
.nav-toggle span { top: 50%; transform: translate(-50%, -50%); }
.nav-toggle span::before { top: -8px; }
.nav-toggle span::after { top: 8px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { top: 0; transform: translateX(-50%) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { top: 0; transform: translateX(-50%) rotate(-45deg); }

.nav-backdrop { display: none; position: fixed; inset: 0; background: rgba(61, 39, 16, 0.45); z-index: 990; opacity: 0; transition: opacity .3s ease; }
.nav-backdrop.is-open { display: block; opacity: 1; }

@media (max-width: 768px) {
  .nav-cta { display: none; }
  .nav-toggle { display: block; }
  .nav-main {
    position: fixed; top: 0; right: -100%; width: min(85vw, 360px); height: 100vh;
    background: var(--crema); flex-direction: column; align-items: flex-start; justify-content: flex-start;
    padding: 5.5rem 1.6rem 2rem; gap: 1rem; z-index: 1000; box-shadow: -10px 0 40px rgba(0,0,0,0.18);
    transition: right .32s ease; overflow-y: auto;
  }
  .nav-main.is-open { right: 0; }
  .nav-list { flex-direction: column; align-items: flex-start; width: 100%; gap: 0.4rem; }
  .nav-list a { display: block; width: 100%; padding: 0.8rem 1rem; font-size: 1.05rem; }
  .nav-cta-mobile { width: 100%; }
  .nav-cta-mobile .btn { width: 100%; }
}

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem; padding: 0.85rem 1.7rem; border-radius: 50px; font-family: var(--ff-body); font-weight: 700; font-size: 1rem; border: 2px solid transparent; text-decoration: none; transition: transform .25s ease, background .25s ease, box-shadow .25s ease, color .25s ease; }
.btn:hover { text-decoration: none; }
.btn-primary { background: var(--gradiente-frutilla); color: #fff; box-shadow: 0 10px 30px rgba(173, 20, 87, 0.22); }
.btn-primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 14px 40px rgba(173, 20, 87, 0.32); }
.btn-mint { background: var(--gradiente-menta); color: #fff; box-shadow: 0 10px 30px rgba(46, 139, 122, 0.22); }
.btn-mint:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 14px 40px rgba(46, 139, 122, 0.32); }
.btn-outline { background: transparent; color: var(--frutilla-oscuro); border-color: var(--frutilla); }
.btn-outline:hover { background: rgba(233, 30, 99, 0.08); color: var(--frutilla-oscuro); transform: translateY(-2px); }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: clamp(560px, 80vh, 760px); display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(106, 14, 58, 0.82) 0%, rgba(173, 20, 87, 0.55) 50%, rgba(46, 139, 122, 0.30) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; color: #fff; max-width: 640px; padding-block: clamp(3rem, 8vw, 5rem); }
.hero-content h1 { color: #fff; }
.hero-content h1 em { color: var(--crema); }
.hero-content .eyebrow { color: var(--crema-profundo); }
.hero-content p { color: rgba(255, 255, 255, 0.94); margin-top: 0.8rem; }
.hero-tagline { font-family: var(--ff-script); font-size: clamp(1.3rem, 2.6vw, 1.8rem); color: #fff !important; margin-bottom: 0.4rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.8rem; }
.hero-trust { list-style: none; padding: 0; margin: 2rem 0 0; display: flex; flex-wrap: wrap; gap: 1.2rem; }
.hero-trust li { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 600; color: rgba(255, 255, 255, 0.96); font-size: 0.95rem; }
.hero-trust .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--crema-profundo); display: inline-block; }
.hero-rating {
  position: absolute; z-index: 2; right: clamp(1.1rem, 4vw, 2.4rem); bottom: clamp(1.5rem, 4vw, 2.4rem);
  background: rgba(255, 248, 240, 0.95); backdrop-filter: blur(6px); padding: 0.8rem 1.2rem; border-radius: 50px;
  display: inline-flex; align-items: center; gap: 0.6rem; box-shadow: var(--sombra-card); color: var(--grafito); font-weight: 700;
}
.hero-rating .rating-stars { color: var(--amarillo); letter-spacing: 1px; }
.hero-rating .rating-count { font-weight: 500; font-size: 0.9rem; opacity: 0.85; }

@media (max-width: 768px) {
  .hero-rating { left: clamp(1.1rem, 4vw, 2.2rem); right: auto; bottom: 1.2rem; }
}

/* ---------- Pilares ---------- */
.pilares-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(1.2rem, 3vw, 2rem); }
.pilar { background: #fff; border-radius: var(--radio); padding: clamp(1.6rem, 3vw, 2.2rem); box-shadow: var(--sombra-card); text-align: center; transition: transform .3s ease, box-shadow .3s ease; border: 1px solid rgba(233, 30, 99, 0.06); }
.pilar:hover { transform: translateY(-6px); box-shadow: 0 22px 60px rgba(61, 39, 16, 0.14); }
.pilar-icon { width: 64px; height: 64px; margin: 0 auto 1.2rem; display: grid; place-items: center; background: var(--crema-profundo); border-radius: 50%; }
.pilar-icon svg { width: 40px; height: 40px; }
.pilar h3 { margin-bottom: 0.5rem; }
.pilar p { font-size: 0.95rem; }

/* ---------- Categorías ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(1.2rem, 3vw, 2rem); }
.cat-card { background: #fff; border-radius: var(--radio); overflow: hidden; box-shadow: var(--sombra-card); transition: transform .3s ease, box-shadow .3s ease; border: 1px solid rgba(233, 30, 99, 0.06); display: flex; flex-direction: column; }
.cat-card:hover { transform: translateY(-6px); box-shadow: 0 22px 60px rgba(61, 39, 16, 0.14); }
.cat-icon { width: 100%; aspect-ratio: 16/9; display: grid; place-items: center; background: var(--gradiente-crema); }
.cat-icon svg { width: 80px; height: 80px; }
.cat-card h3, .cat-card p, .cat-card .cat-link { padding-inline: clamp(1.2rem, 2vw, 1.6rem); }
.cat-card h3 { margin-top: 1.2rem; }
.cat-card p { margin-top: 0.5rem; font-size: 0.95rem; flex-grow: 1; }
.cat-link { display: inline-flex; align-items: center; gap: 0.4rem; margin: 1rem 0 1.4rem; font-weight: 700; color: var(--frutilla-oscuro); align-self: flex-start; }
.cat-link:hover { text-decoration: underline; }

/* ---------- Copa Malvina ---------- */
.copa { background: linear-gradient(135deg, var(--frutilla-profundo) 0%, var(--frutilla-oscuro) 50%, var(--menta-profundo) 100%); color: #fff; }
.copa-inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.copa-img img { border-radius: var(--radio); box-shadow: 0 24px 60px rgba(0,0,0,0.4); }
.copa-text .eyebrow { color: var(--crema-profundo); }
.copa-text h2 { color: #fff; }
.copa-text .lead { color: var(--crema-profundo); }
.copa-text p { color: rgba(255, 255, 255, 0.92); margin-top: 0.8rem; }
.copa-list { list-style: none; padding: 0; margin: 1.6rem 0 0; display: grid; gap: 0.6rem; }
.copa-list li { display: flex; align-items: center; gap: 0.7rem; color: rgba(255, 255, 255, 0.95); font-weight: 600; }
.copa-list span { color: var(--amarillo); font-size: 1.2rem; }
.copa-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.8rem; }
.copa .btn-outline { color: #fff; border-color: rgba(255, 255, 255, 0.7); }
.copa .btn-outline:hover { background: rgba(255, 255, 255, 0.14); color: #fff; }
@media (max-width: 768px) {
  .copa-inner { grid-template-columns: 1fr; }
}

/* ---------- Historia ---------- */
.hist-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.hist-text p { margin-bottom: 1rem; }
.hist-stats { display: grid; grid-template-columns: 1fr; gap: 1.2rem; }
.stat { background: #fff; border-radius: var(--radio); padding: clamp(1.4rem, 3vw, 2rem); text-align: center; box-shadow: var(--sombra-card); border-top: 4px solid var(--frutilla); }
.stat-num { display: block; font-family: var(--ff-head); font-size: clamp(2.4rem, 5vw, 3.4rem); font-weight: 700; color: var(--frutilla-oscuro); line-height: 1; }
.stat-label { display: block; margin-top: 0.4rem; font-weight: 600; color: var(--grafito); font-size: 0.95rem; }
@media (max-width: 768px) {
  .hist-grid { grid-template-columns: 1fr; }
}

/* ---------- Testimonios ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(1.2rem, 3vw, 2rem); }
.testi-card { background: #fff; border-radius: var(--radio); padding: clamp(1.6rem, 3vw, 2.2rem); box-shadow: var(--sombra-card); position: relative; border: 1px solid rgba(233, 30, 99, 0.06); }
.testi-card::before { content: "\201C"; font-family: var(--ff-script); font-size: 3.5rem; color: var(--frutilla); opacity: 0.35; position: absolute; top: 0.2rem; left: 1.2rem; line-height: 1; }
.testi-card blockquote { font-size: 1.02rem; color: var(--grafito); margin: 1.4rem 0 1rem; font-style: italic; }
.testi-card figcaption { display: flex; flex-direction: column; gap: 0.15rem; }
.testi-name { font-weight: 800; color: var(--frutilla-oscuro); }
.testi-meta { font-size: 0.875rem; color: var(--menta-oscuro); font-weight: 600; }

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 820px; margin: 0 auto; display: grid; gap: 0.8rem; }
.faq-item { background: #fff; border-radius: var(--radio-sm); padding: 0; box-shadow: var(--sombra-card); border: 1px solid rgba(233, 30, 99, 0.06); overflow: hidden; }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.2rem 1.4rem; font-family: var(--ff-head); font-weight: 600; font-size: 1.08rem; color: var(--frutilla-oscuro); cursor: pointer; list-style: none; }
.faq-q::-webkit-details-marker { display: none; }
.faq-q::after { content: "+"; font-size: 1.6rem; font-weight: 400; color: var(--frutilla); transition: transform .25s ease; line-height: 1; }
.faq-item[open] .faq-q::after { transform: rotate(45deg); }
.faq-a { padding: 0 1.4rem 1.4rem; }
.faq-a p { font-size: 0.98rem; }

/* ---------- Ubicaciones ---------- */
.ubi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(1.2rem, 3vw, 2rem); }
.ubi-card { background: #fff; border-radius: var(--radio); overflow: hidden; box-shadow: var(--sombra-card); border: 1px solid rgba(233, 30, 99, 0.06); display: flex; flex-direction: column; }
.ubi-info { padding: clamp(1.4rem, 3vw, 1.8rem); }
.ubi-info h3 { margin-bottom: 0.6rem; }
.ubi-addr { font-weight: 600; margin-bottom: 0.4rem; }
.ubi-hours { color: var(--menta-oscuro); font-weight: 700; margin-top: 0.4rem; }
.mapa-wrap { position: relative; aspect-ratio: 16/10; border-top: 3px solid var(--frutilla); }
.mapa-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- CTA Final ---------- */
.cta-final { text-align: center; max-width: 680px; margin: 0 auto; padding: clamp(2.4rem, 5vw, 3.6rem); background: #fff; border-radius: var(--radio); box-shadow: var(--sombra-card); border-top: 5px solid var(--frutilla); }
.cta-final .eyebrow { display: block; margin-bottom: 0.8rem; }
.cta-final h2 { margin-bottom: 0.8rem; }
.cta-final .hero-actions { margin-top: 1.6rem; }

/* ---------- WhatsApp float ---------- */
.whatsapp-float { position: fixed; right: clamp(1rem, 3vw, 1.6rem); bottom: clamp(1rem, 3vw, 1.6rem); z-index: 900; display: inline-flex; align-items: center; gap: 0.6rem; background: #1FA653; color: #fff; padding: 0.7rem 1.2rem 0.7rem 0.8rem; border-radius: 50px; font-weight: 700; box-shadow: 0 10px 30px rgba(31, 166, 83, 0.4); transition: transform .25s ease, box-shadow .25s ease; text-decoration: none; }
.whatsapp-float:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 14px 40px rgba(31, 166, 83, 0.5); text-decoration: none; }
.whatsapp-float svg { width: 28px; height: 28px; flex-shrink: 0; }
.whatsapp-float .wf-label { font-size: 0.95rem; }
@media (max-width: 480px) {
  .whatsapp-float .wf-label { display: none; }
  .whatsapp-float { padding: 0.7rem; }
}

/* ---------- Footer ---------- */
.site-footer { background: var(--frutilla-profundo); color: rgba(255, 255, 255, 0.9); padding-top: clamp(2.8rem, 6vw, 4rem); }
.footer-grid { max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2.2rem); display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: clamp(1.6rem, 4vw, 2.8rem); padding-bottom: 2.4rem; }
.footer-brand img { max-height: 48px; width: auto; margin-bottom: 1rem; filter: brightness(0) invert(1); }
.footer-brand p { color: rgba(255, 255, 255, 0.82); font-size: 0.92rem; }
.footer-social { margin-top: 1rem; display: flex; gap: 0.6rem; }
.footer-social a { width: 40px; height: 40px; display: grid; place-items: center; background: rgba(255, 255, 255, 0.12); border-radius: 50%; color: #fff; transition: background .2s ease, transform .2s ease; }
.footer-social a:hover { background: var(--frutilla); color: #fff; transform: translateY(-2px); text-decoration: none; }
.footer-social svg { width: 22px; height: 22px; }
.footer-title { font-family: var(--ff-body); font-size: 1rem; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 1rem; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.5rem; }
.footer-col li { font-size: 0.92rem; color: rgba(255, 255, 255, 0.82); }
.footer-col a { color: rgba(255, 255, 255, 0.92); }
.footer-col a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.14); padding-block: 1.4rem; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2.2rem); display: flex; flex-wrap: wrap; gap: 0.6rem 1.4rem; justify-content: space-between; align-items: center; font-size: 0.875rem; color: rgba(255, 255, 255, 0.72); }
.footer-legal { opacity: 0.85; }
@media (max-width: 768px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ---------- Page hero (subpages) ---------- */
.page-hero { background: var(--gradiente-frutilla); color: #fff; padding-block: clamp(3rem, 7vw, 5rem); text-align: center; }
.page-hero h1 { color: #fff; }
.page-hero .eyebrow { color: var(--crema-profundo); }
.page-hero p { color: rgba(255, 255, 255, 0.92); max-width: 640px; margin: 0.8rem auto 0; }

/* ---------- Form (contacto) ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(2rem, 5vw, 3.5rem); align-items: start; }
.contact-info-card { background: #fff; border-radius: var(--radio); padding: clamp(1.6rem, 3vw, 2.2rem); box-shadow: var(--sombra-card); border-top: 4px solid var(--frutilla); }
.contact-info-card h3 { margin-bottom: 1rem; }
.contact-info-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; }
.contact-info-list li { display: flex; gap: 0.8rem; align-items: flex-start; font-size: 0.96rem; }
.contact-info-list .ci-icon { width: 36px; height: 36px; flex-shrink: 0; display: grid; place-items: center; background: var(--crema-profundo); border-radius: 50%; color: var(--frutilla-oscuro); }
.contact-info-list .ci-icon svg { width: 20px; height: 20px; }

.form-card { background: #fff; border-radius: var(--radio); padding: clamp(1.6rem, 3vw, 2.4rem); box-shadow: var(--sombra-card); }
.form-row { margin-bottom: 1.2rem; }
.form-row.has-error .field-input { border-color: #C62828; }
.field-input { width: 100%; padding: 0.8rem 1rem; border: 2px solid rgba(173, 20, 87, 0.18); border-radius: var(--radio-sm); font-family: var(--ff-body); font-size: 1rem; color: var(--grafito); background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.field-input:focus { outline: none; border-color: var(--frutilla); box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.16); }
.field-input:focus-visible { outline: 3px solid var(--frutilla); outline-offset: 2px; }
textarea.field-input { min-height: 130px; resize: vertical; }
.form-label { display: block; font-weight: 700; color: var(--frutilla-oscuro); margin-bottom: 0.4rem; font-size: 0.95rem; }
.form-label .req { color: var(--frutilla); }
.error-msg { display: block; color: #C62828; font-size: 0.875rem; margin-top: 0.35rem; min-height: 1.1em; font-weight: 600; }
.form-success { display: none; background: rgba(76, 175, 153, 0.12); border: 2px solid var(--menta); color: var(--menta-profundo); padding: 1rem 1.2rem; border-radius: var(--radio-sm); margin-top: 1rem; font-weight: 600; }
.form-success.is-visible { display: block; }
.form-note { font-size: 0.875rem; color: var(--grafito); opacity: 0.8; margin-top: 0.6rem; }
@media (max-width: 768px) {
  .contact-grid { grid-template-columns: 1fr; }
}

/* ---------- Sabores detail (servicios page) ---------- */
.sabor-cat { margin-bottom: clamp(2.5rem, 6vw, 4rem); scroll-margin-top: 100px; }
.sabor-cat-head { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.6rem; }
.sabor-cat-head .cat-badge { width: 56px; height: 56px; flex-shrink: 0; display: grid; place-items: center; border-radius: 50%; }
.sabor-cat-head .cat-badge svg { width: 34px; height: 34px; }
.sabor-cat-head h2 { margin: 0; }
.sabor-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 0.8rem; }
.sabor-item { background: #fff; border-radius: var(--radio-sm); padding: 0.9rem 1.1rem; box-shadow: var(--sombra-card); border-left: 4px solid var(--frutilla); font-weight: 600; color: var(--grafito); display: flex; align-items: center; gap: 0.5rem; transition: transform .2s ease; }
.sabor-item:hover { transform: translateX(4px); }
.sabor-item .sabor-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.sabor-item.cat-cremas { border-left-color: #FFF8F0; }
.sabor-item.cat-frutales { border-left-color: var(--frutilla); }
.sabor-item.cat-chocolates { border-left-color: var(--chocolate); }
.sabor-item.cat-postres { border-left-color: var(--amarillo); }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
}
