/* =============================================================
   Lifchel Creaciones — Warm Artisanal (cream · dusty rose · terracotta)
   1. Tokens 2. Reset 3. Utils 4. Type 5. Buttons 6. Nav 7. Splash
   8. Hero 9. Creds 10. Categorías 11. Catálogo 12. About 13. Proceso
   14. Statement 15. Testimonios 16. Contacto 17. Footer 18. Floating
   19. Single 20. Effects 21. Responsive 22. Reduced-motion
   ============================================================= */

/* 1. Tokens ---------------------------------------------------- */
:root {
  --bg:        #faf4ee;   /* warm cream */
  --bg-2:      #f3e7dd;   /* rosy sand */
  --paper:     #fffaf5;
  --ink:       #3b2c28;   /* warm cacao near-black */
  --ink-soft:  #5c4a43;
  --ink-mute:  #8a756c;
  --accent:    #c97c78;   /* dusty rose — feminine warmth */
  --accent-2:  #c8744f;   /* terracotta */
  --rose-soft: #e3a9a1;
  --gold:      #bf9a52;   /* soft gold detail */
  --sage:      #9aa183;   /* soy-candle sage */
  --wa:        #25a35a;
  --line:      rgba(59,44,40,0.12);
  --line-2:    rgba(59,44,40,0.07);

  --sans:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --script:"Caveat", "Segoe Script", cursive;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.25, 0.46, 0.45, 0.94);

  --maxw: 1200px;
  --pad: clamp(1.2rem, 5vw, 4rem);
  --radius: 20px;
  --shadow-soft: 0 18px 50px -22px rgba(59,44,40,0.30);
  --shadow-card: 0 10px 30px -18px rgba(59,44,40,0.30);
}

/* 2. Reset ----------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; }
html { -webkit-text-size-adjust: 100%; tab-size: 2; scroll-behavior: smooth; overflow-x: clip; }
body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
  overscroll-behavior-y: none;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
a { color: inherit; text-decoration: none; }
p { text-wrap: pretty; }
ul, ol { list-style: none; padding: 0; }
::selection { background: var(--accent); color: #fff; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

/* 3. Utilities ------------------------------------------------- */
.skip-link {
  position: fixed; top: -100px; left: 1rem; z-index: 9999;
  padding: .6rem 1rem; background: var(--ink); color: var(--bg);
  border-radius: 8px; font-weight: 500;
}
.skip-link:focus { top: 1rem; }

.section { padding: clamp(4rem, 9vw, 8rem) var(--pad); max-width: var(--maxw); margin-inline: auto; }
.section-head { max-width: 48rem; margin-bottom: clamp(2.2rem, 5vw, 3.6rem); }

.kicker {
  font-size: .76rem; letter-spacing: .18em; text-transform: uppercase;
  font-weight: 600; color: var(--accent-2); margin-bottom: 1rem;
}
.script-accent {
  font-family: var(--script); font-size: 1.7rem; line-height: 1;
  color: var(--accent); margin-bottom: .2rem;
}
.lead { font-size: 1.12rem; color: var(--ink-soft); margin-top: 1.1rem; max-width: 44rem; }

/* 4. Typography ------------------------------------------------ */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.08; letter-spacing: -0.01em; text-wrap: balance; color: var(--ink); }
h2 { font-size: clamp(1.9rem, 4.4vw, 3.1rem); }
h3 { font-size: 1.3rem; letter-spacing: -0.005em; }
em { font-style: italic; color: var(--accent); }
h1 em, h2 em { color: var(--accent-2); }

/* 5. Buttons --------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .85rem 1.5rem; border-radius: 100px;
  font-weight: 500; font-size: .98rem; letter-spacing: .005em;
  transition: transform .4s var(--ease-out), background .3s var(--ease-out), box-shadow .4s var(--ease-out), color .3s;
  will-change: transform;
}
.btn-lg { padding: 1rem 1.8rem; font-size: 1.02rem; }
.btn-sm { padding: .55rem 1rem; font-size: .88rem; }
.btn-block { width: 100%; justify-content: center; }

.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 10px 26px -12px rgba(37,163,90,.7); }
.btn-wa:hover { background: #1f9050; transform: translateY(-2px); box-shadow: 0 16px 34px -12px rgba(37,163,90,.75); }

.btn-ghost { color: var(--ink); border: 1px solid var(--line); background: rgba(255,250,245,.6); }
.btn-ghost:hover { background: var(--paper); transform: translateY(-2px); box-shadow: var(--shadow-card); }

.btn-dark { background: var(--ink); color: var(--bg); }
.btn-dark:hover { background: var(--accent); transform: translateY(-2px); box-shadow: 0 16px 34px -16px rgba(201,124,120,.8); }

.btn-light { background: var(--bg); color: var(--ink); }
.btn-light:hover { background: #fff; transform: translateY(-2px); box-shadow: var(--shadow-card); }

.wa-glyph {
  width: 18px; height: 18px; flex: 0 0 18px;
  background: currentColor;
  -webkit-mask: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 3C9 3 3.5 8.5 3.5 15.5c0 2.4.7 4.7 1.9 6.7L4 29l7-1.8c1.9 1 4 1.6 6.2 1.6 7 0 12.5-5.5 12.5-12.5S23 3 16 3zm0 22.6c-1.9 0-3.7-.5-5.3-1.5l-.4-.2-3.9 1 1-3.8-.3-.4a10 10 0 01-1.6-5.5C5.5 9.9 10.2 5.4 16 5.4s10.5 4.5 10.5 10.1S21.8 25.6 16 25.6zm5.8-7.6c-.3-.2-1.9-.9-2.2-1s-.5-.2-.7.2-.8 1-1 1.2-.4.3-.7.1c-1.9-.9-3.1-1.7-4.4-3.8-.3-.6.3-.5.9-1.7.1-.2 0-.4 0-.6s-.7-1.7-1-2.3c-.3-.6-.5-.5-.7-.5h-.6c-.2 0-.6.1-.9.4-1.2 1.2-1 2.8-.1 4.3 1.7 2.7 3.4 4.4 6.5 5.7 2.2.9 2.6.8 3.4.7.9-.1 1.9-.8 2.2-1.6.3-.8.3-1.4.2-1.6z'/%3E%3C/svg%3E");
  mask: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 3C9 3 3.5 8.5 3.5 15.5c0 2.4.7 4.7 1.9 6.7L4 29l7-1.8c1.9 1 4 1.6 6.2 1.6 7 0 12.5-5.5 12.5-12.5S23 3 16 3z'/%3E%3C/svg%3E");
}

/* 6. Nav ------------------------------------------------------- */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; transition: background .4s var(--ease-out), box-shadow .4s var(--ease-out), border-color .4s; border-bottom: 1px solid transparent; }
.nav.is-scrolled { background: rgba(250,244,238,.88); backdrop-filter: blur(14px) saturate(150%); -webkit-backdrop-filter: blur(14px) saturate(150%); border-bottom: 1px solid var(--line); }
.nav-inner { max-width: var(--maxw); margin-inline: auto; padding: .85rem var(--pad); display: flex; align-items: center; gap: 1.3rem; }
.brand { display: flex; align-items: center; gap: .6rem; margin-right: auto; }
.brand-seal { display: grid; place-items: center; width: 36px; height: 36px; flex: 0 0 36px; border-radius: 11px; background: var(--accent); color: var(--paper); }
.brand-seal svg { width: 30px; height: 30px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { font-family: var(--serif); font-weight: 600; font-size: 1.06rem; letter-spacing: -.01em; }
.brand-text small { font-size: .7rem; color: var(--ink-mute); letter-spacing: .02em; }

.nav-links { display: flex; gap: 1.5rem; }
.nav-links a { font-size: .95rem; color: var(--ink-soft); position: relative; padding: .2rem 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -2px; height: 1.5px; width: 0; background: var(--accent); transition: width .35s var(--ease-out); }
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { padding: .6rem 1.1rem; font-size: .9rem; }

.nav-toggle { display: flex; width: 42px; height: 42px; flex-direction: column; justify-content: center; gap: 5px; align-items: center; }
.nav-toggle span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .35s var(--ease-out), opacity .25s; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu { position: fixed; inset: 0; z-index: 150; background: var(--bg); padding: 6rem var(--pad) 2rem; transform: translateY(-100%); transition: transform .5s var(--ease-out); display: flex; visibility: hidden; }
.mobile-menu.is-open { transform: translateY(0); visibility: visible; }
.mobile-menu nav { display: flex; flex-direction: column; gap: .3rem; width: 100%; margin-top: 1rem; }
.mobile-menu nav a { font-family: var(--serif); font-size: 1.7rem; padding: .7rem 0; border-bottom: 1px solid var(--line-2); }
.mobile-menu nav a.btn { font-family: var(--sans); font-size: 1rem; border: 0; margin-top: 1.2rem; justify-content: center; }

/* 7. Splash ---------------------------------------------------- */
.splash { position: fixed; inset: 0; z-index: 9000; display: grid; place-items: center; background: var(--bg); animation: splashSafety .01s 4.5s forwards; }
.splash.is-out { opacity: 0; pointer-events: none; transition: opacity .7s var(--ease-out), clip-path .8s var(--ease-out); clip-path: inset(0 0 100% 0); }
@keyframes splashSafety { to { opacity: 0; pointer-events: none; clip-path: inset(0 0 100% 0); } }
.splash-mark { display: flex; align-items: center; gap: .7rem; opacity: 0; animation: splashIn .9s .15s var(--ease-out) forwards; }
.splash-seal { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: var(--accent); color: var(--paper); }
.splash-seal svg { width: 40px; height: 40px; }
.splash-name { font-family: var(--serif); font-size: clamp(1.3rem, 4vw, 1.9rem); font-weight: 500; letter-spacing: -.01em; }
@keyframes splashIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* 8. Hero ------------------------------------------------------ */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding: 7rem var(--pad) clamp(3rem, 7vw, 5rem); overflow: clip; background:
  radial-gradient(60% 50% at 85% 10%, rgba(227,169,161,.30), transparent 70%),
  radial-gradient(50% 45% at 5% 90%, rgba(154,161,131,.22), transparent 70%),
  var(--bg); }
.hero-grid { max-width: var(--maxw); margin-inline: auto; width: 100%; display: grid; gap: clamp(2rem, 5vw, 4rem); grid-template-columns: 1fr; align-items: center; }
.hero-content { position: relative; max-width: 40rem; }
.hero .script-accent { font-size: 2rem; }
.hero-title { font-size: clamp(2.4rem, 6.4vw, 4.6rem); margin: .4rem 0 1.2rem; }
.hero-sub { font-size: clamp(1.05rem, 2vw, 1.25rem); color: var(--ink-soft); max-width: 34rem; }
.hero-sub strong { color: var(--ink); font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin: 1.8rem 0 1.5rem; }
.hero-points { display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; }
.hero-points li { display: flex; align-items: center; gap: .45rem; font-size: .92rem; color: var(--ink-soft); }
.hero-points li span { color: var(--accent); }

.hero-art { position: relative; display: none; min-height: 30rem; }
.hero-blob { position: absolute; inset: 8% 6%; background: radial-gradient(circle at 40% 35%, rgba(201,124,120,.20), rgba(191,154,82,.14) 60%, transparent 72%); filter: blur(20px); z-index: 0; border-radius: 50%; }
.hero-art-card { position: absolute; width: 56%; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow-soft); padding: 10px; z-index: 1; }
.hero-art-card svg { border-radius: 12px; width: 100%; height: auto; }
.hero-art-1 { top: 2%; left: 4%; transform: rotate(-5deg); width: 52%; }
.hero-art-2 { top: 28%; right: 2%; transform: rotate(4deg); width: 50%; z-index: 2; }
.hero-art-3 { bottom: 2%; left: 16%; transform: rotate(2deg); width: 48%; }

.hero-scroll { position: absolute; left: 50%; bottom: 1.4rem; transform: translateX(-50%); width: 26px; height: 42px; border: 1.5px solid var(--line); border-radius: 20px; display: grid; place-items: start center; padding-top: 7px; z-index: 3; }
.hero-scroll span { width: 4px; height: 8px; border-radius: 4px; background: var(--accent); animation: scrollDot 1.8s var(--ease-soft) infinite; }
@keyframes scrollDot { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(12px); opacity: 0; } 100% { opacity: 0; } }

/* 9. Creds + marquee ------------------------------------------- */
.creds { max-width: var(--maxw); margin-inline: auto; padding: clamp(2rem,5vw,3rem) var(--pad) 1rem; }
.creds-grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
.creds-grid li { display: flex; gap: .9rem; align-items: flex-start; padding: 1.2rem 1.3rem; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-card); }
.cred-ic { display: grid; place-items: center; width: 36px; height: 36px; flex: 0 0 36px; border-radius: 50%; background: rgba(201,124,120,.14); color: var(--accent); font-size: 1.05rem; }
.creds-grid strong { display: block; font-weight: 600; font-size: 1rem; }
.creds-grid small { color: var(--ink-mute); font-size: .86rem; }

.marquee { margin-top: 2.2rem; overflow: hidden; border-block: 1px solid var(--line); padding-block: .9rem; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; align-items: center; gap: 1.4rem; width: max-content; animation: marquee 40s linear infinite; }
.marquee-track span { font-family: var(--serif); font-size: 1.25rem; font-style: italic; color: var(--ink-soft); white-space: nowrap; }
.marquee-track .dot { color: var(--accent); font-style: normal; font-size: .9rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* 10. Categorías ----------------------------------------------- */
.cat-grid { display: grid; gap: 1.1rem; grid-template-columns: 1fr; }
.cat-card { display: flex; flex-direction: column; padding: 1.4rem; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow-card); transition: transform .5s var(--ease-out), box-shadow .5s var(--ease-out), border-color .4s; }
.cat-card:hover { transform: translateY(-5px); box-shadow: 0 26px 50px -26px rgba(59,44,40,.4); border-color: rgba(201,124,120,.4); }
.cat-art { display: block; border-radius: 14px; overflow: hidden; margin-bottom: 1.1rem; }
.cat-art svg { width: 100%; height: auto; }
.cat-card h3 { margin-bottom: .4rem; }
.cat-card p { color: var(--ink-mute); font-size: .94rem; flex: 1; }
.cat-link { margin-top: 1rem; font-size: .9rem; font-weight: 600; color: var(--accent); }
.cat-card:hover .cat-link { color: var(--accent-2); }

/* 11. Catálogo ------------------------------------------------- */
.prod-grid { display: grid; gap: 1.1rem; grid-template-columns: 1fr; }
.prod-card { display: flex; flex-direction: column; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow-card); overflow: hidden; transition: transform .5s var(--ease-out), box-shadow .5s var(--ease-out), border-color .4s; }
.prod-card:hover { transform: translateY(-5px); box-shadow: 0 26px 50px -26px rgba(59,44,40,.42); border-color: rgba(201,124,120,.4); }
.prod-media { background: var(--bg-2); }
.prod-media svg, .prod-art { width: 100%; height: auto; display: block; }
.prod-body { padding: 1.3rem 1.3rem 1.4rem; display: flex; flex-direction: column; flex: 1; }
.prod-tag { align-self: flex-start; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; font-weight: 600; color: var(--accent-2); background: rgba(200,116,79,.1); padding: .25rem .6rem; border-radius: 100px; margin-bottom: .7rem; }
.prod-body h3 { font-size: 1.18rem; margin-bottom: .4rem; }
.prod-body p { color: var(--ink-mute); font-size: .92rem; flex: 1; }
.prod-foot { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin-top: 1.1rem; }
.prod-price { font-family: var(--serif); font-size: 1.15rem; font-weight: 600; color: var(--ink); }
.prod-price small { font-size: .68rem; color: var(--ink-mute); font-weight: 400; }
.prod-price--ask { color: var(--accent); }
.catalog-note { margin-top: 1.6rem; font-size: .85rem; color: var(--ink-mute); font-style: italic; }

/* 12. About ---------------------------------------------------- */
.about { background: linear-gradient(180deg, transparent, var(--bg-2) 28%, var(--bg-2) 72%, transparent); max-width: none; }
.about-grid { max-width: var(--maxw); margin-inline: auto; display: grid; gap: clamp(1.6rem, 4vw, 3.4rem); grid-template-columns: 1fr; align-items: center; }
.about-fig { position: relative; }
.about-art { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); background: var(--paper); padding: 1.2rem; }
.about-art svg { width: 100%; height: auto; border-radius: 14px; }
.about-art-badge { position: absolute; left: 1.4rem; bottom: 1.4rem; display: inline-flex; gap: .4rem; align-items: center; background: rgba(255,250,245,.95); backdrop-filter: blur(6px); padding: .5rem .9rem; border-radius: 100px; font-size: .82rem; font-weight: 500; color: var(--ink-soft); box-shadow: var(--shadow-card); }
.about-art-badge span { color: var(--accent); }
.about-body h2 { margin: .5rem 0 1.1rem; }
.about-body p { color: var(--ink-soft); margin-bottom: 1rem; max-width: 36rem; }
.stats { display: flex; flex-wrap: wrap; gap: 1.8rem; margin: 1.8rem 0; }
.stats li { display: flex; flex-direction: column; }
.stats strong { font-family: var(--serif); font-size: clamp(1.8rem, 5vw, 2.6rem); font-weight: 500; color: var(--accent); line-height: 1; }
.stats span { font-size: .84rem; color: var(--ink-mute); margin-top: .3rem; }

/* 13. Proceso -------------------------------------------------- */
.steps { display: grid; gap: 1.1rem; grid-template-columns: 1fr; }
.step { padding: 1.7rem 1.6rem; border-radius: var(--radius); border: 1px solid var(--line); background: var(--paper); transition: transform .4s var(--ease-out), box-shadow .4s; }
.step:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }
.step-n { font-family: var(--serif); font-size: 1.1rem; color: var(--gold); font-weight: 600; letter-spacing: .04em; }
.step h3 { margin: .6rem 0 .4rem; }
.step p { color: var(--ink-mute); font-size: .94rem; }

/* 14. Statement ------------------------------------------------ */
.statement { position: relative; display: flex; align-items: center; padding: clamp(3rem,8vw,6rem) var(--pad); overflow: clip; background: linear-gradient(120deg, var(--accent) 0%, var(--accent-2) 100%); color: #fff; }
.statement-art { position: absolute; inset: 0; display: flex; gap: 1rem; align-items: center; justify-content: flex-end; opacity: .22; padding-right: 4%; z-index: 0; }
.statement-art svg { width: clamp(120px, 16vw, 220px); height: auto; transform: rotate(-6deg); }
.statement-art svg:nth-child(2) { transform: rotate(5deg) translateY(-10%); }
.statement-inner { position: relative; max-width: var(--maxw); margin-inline: auto; width: 100%; z-index: 1; }
.statement .kicker { color: rgba(255,255,255,.85); }
.statement-line { font-family: var(--serif); font-size: clamp(1.8rem, 5vw, 3.4rem); line-height: 1.08; color: #fff; max-width: 20ch; text-wrap: balance; margin-bottom: 1.6rem; }
.statement-line em { color: #fff7ef; font-style: italic; }

/* 15. Testimonios ---------------------------------------------- */
.quotes { display: grid; gap: 1.1rem; grid-template-columns: 1fr; }
.quote { padding: 1.8rem 1.7rem; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow-card); position: relative; }
.quote::before { content: "\201C"; position: absolute; top: .2rem; right: 1.2rem; font-family: var(--serif); font-size: 4rem; color: rgba(201,124,120,.18); line-height: 1; }
.quote blockquote { font-family: var(--serif); font-size: 1.16rem; line-height: 1.45; color: var(--ink-soft); font-style: italic; }
.quote figcaption { margin-top: 1.2rem; display: flex; flex-direction: column; }
.quote figcaption strong { font-weight: 600; }
.quote figcaption span { font-size: .84rem; color: var(--ink-mute); }
.testimonials-note { margin-top: 1.4rem; font-size: .8rem; color: var(--ink-mute); font-style: italic; }

/* 16. Contacto ------------------------------------------------- */
.contact { position: relative; }
.contact-halo { position: absolute; inset: -20% -10% auto -10%; height: 70%; background: radial-gradient(50% 60% at 70% 30%, rgba(201,124,120,.20), transparent 70%); filter: blur(80px); pointer-events: none; z-index: -1; }
.contact-grid { display: grid; gap: clamp(1.8rem, 4vw, 3.6rem); grid-template-columns: 1fr; }
.contact-intro h2 { margin: .4rem 0 1rem; }
.contact-intro > p { color: var(--ink-soft); max-width: 32rem; margin-bottom: 1.6rem; }
.contact-meta { margin-top: 1.6rem; display: grid; gap: .6rem; }
.contact-meta li { display: flex; gap: .6rem; align-items: center; color: var(--ink-soft); font-size: .96rem; }
.contact-meta span { color: var(--accent); }

.contact-form { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.5rem, 3vw, 2.2rem); box-shadow: var(--shadow-soft); }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-size: .85rem; font-weight: 500; margin-bottom: .4rem; color: var(--ink-soft); }
.field input, .field textarea { width: 100%; padding: .8rem .95rem; border-radius: 12px; border: 1px solid var(--line); background: var(--bg); font: inherit; color: var(--ink); transition: border-color .3s, box-shadow .3s; resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(201,124,120,.16); }
.btn-check { width: 20px; height: 20px; display: none; }
.contact-form.is-sent .btn-label { display: none; }
.contact-form.is-sent .btn-check { display: block; }
.contact-form.is-sent .btn-dark { background: var(--wa); }
.form-note { margin-top: .9rem; font-size: .9rem; color: var(--accent); min-height: 1.2em; }

/* 17. Footer --------------------------------------------------- */
.footer { background: var(--bg-2); border-top: 1px solid var(--line); padding: clamp(2.5rem, 6vw, 4rem) var(--pad) 1.8rem; }
.footer-inner { max-width: var(--maxw); margin-inline: auto; display: flex; flex-wrap: wrap; gap: 2rem; justify-content: space-between; }
.footer-brand { display: flex; gap: .8rem; align-items: flex-start; }
.footer-brand .brand-seal { width: 40px; height: 40px; flex: 0 0 40px; }
.footer-brand strong { font-family: var(--serif); font-size: 1.1rem; }
.footer-brand p { font-size: .88rem; color: var(--ink-mute); margin-top: .2rem; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 1.2rem; align-content: start; }
.footer-nav a { font-size: .92rem; color: var(--ink-soft); }
.footer-nav a:hover { color: var(--accent); }
.footer-bottom { max-width: var(--maxw); margin: 2.4rem auto 0; padding-top: 1.4rem; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; justify-content: space-between; align-items: center; }
.footer-credits { font-size: .82rem; color: var(--ink-mute); }
.footer-copy { font-size: .82rem; color: var(--ink-mute); }

/* 18. Floating WhatsApp ---------------------------------------- */
.wa-float { position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 300; width: 56px; height: 56px; border-radius: 50%; background: var(--wa); color: #fff; display: grid; place-items: center; box-shadow: 0 14px 30px -10px rgba(37,163,90,.6); transition: transform .35s var(--ease-out), box-shadow .35s; }
.wa-float .wa-glyph { width: 28px; height: 28px; flex: 0 0 28px; }
.wa-float:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 20px 40px -10px rgba(37,163,90,.7); }

/* 19. Single producto ------------------------------------------ */
.single-producto .back-link { display: inline-flex; gap: .4rem; align-items: center; color: var(--accent); font-weight: 500; margin-bottom: 1.4rem; }
.single-grid { display: grid; gap: clamp(1.6rem, 4vw, 3rem); grid-template-columns: 1fr; align-items: start; }
.single-media { border-radius: var(--radius); overflow: hidden; background: var(--bg-2); box-shadow: var(--shadow-soft); }
.single-body h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin: .5rem 0 1rem; }
.single-body .entry { color: var(--ink-soft); margin-bottom: 1.2rem; }
.single-price { font-family: var(--serif); font-size: 1.6rem; font-weight: 600; margin-bottom: 1.2rem; }
.single-price small { font-size: .8rem; color: var(--ink-mute); font-weight: 400; }
.single-note { margin-top: 1rem; font-size: .84rem; color: var(--ink-mute); font-style: italic; }

/* 20. Effects -------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-split] { opacity: 1; transform: none; }

/* 21. Responsive ----------------------------------------------- */
@media (min-width: 540px) {
  .creds-grid { grid-template-columns: repeat(3, 1fr); }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .prod-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 760px) {
  .steps { grid-template-columns: repeat(2, 1fr); }
  .quotes { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1000px) {
  .nav-toggle, .mobile-menu { display: none; }
  .hero-grid { grid-template-columns: 1.05fr .95fr; }
  .hero-art { display: block; }
  .cat-grid { grid-template-columns: repeat(4, 1fr); }
  .prod-grid { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(4, 1fr); }
  .about-grid { grid-template-columns: .9fr 1fr; }
  .contact-grid { grid-template-columns: 1fr 1fr; align-items: start; }
  .single-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 999px) {
  .nav-links { display: none; }
  .nav-cta { display: none; }
}

/* 22. Reduced-motion ------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-scroll span { animation: none; }
  .marquee-track { animation-duration: 120s; }
  .splash-mark { animation-duration: .3s; }
}
