/* =============================================================
   CIAP · Santa Rita — Editorial Cream (teal + terracotta)
   ============================================================= */

/* =============================================================
   1. Tokens
   ============================================================= */
:root {
  --bg:          #f7f1ea;   /* warm cream (fondo del logo CIAP) */
  --bg-2:        #efe3d9;   /* arena suave */
  --paper:       #fffdfa;
  --ink:         #2a2130;   /* casi negro con matiz ciruela */
  --ink-soft:    #473c46;
  --ink-mute:    #7d707a;
  /* Marca CIAP (de su logo de Instagram). Se conservan los nombres --teal por
     compatibilidad interna, pero ahora contienen el CIRUELA/BERENJENA de marca. */
  --teal:        #8a3a6f;   /* ciruela/berenjena — color principal CIAP */
  --teal-deep:   #66294f;
  --teal-soft:   #a34c86;
  --teal-tint:   rgba(138, 58, 111, 0.09);
  --terra:       #de7469;   /* coral/salmón — acento cálido CIAP */
  --terra-deep:  #c1554a;
  --terra-tint:  rgba(222, 116, 105, 0.12);
  --line:        rgba(42, 33, 48, 0.12);
  --line-strong: rgba(42, 33, 48, 0.22);

  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;

  --maxw: 1200px;
  --gutter: clamp(20px, 5vw, 56px);
  --radius: 22px;
  --radius-sm: 14px;

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

  --shadow-soft: 0 2px 8px rgba(27,43,41,0.05), 0 18px 40px rgba(27,43,41,0.07);
  --shadow-lift: 0 8px 20px rgba(42,33,48,0.08), 0 30px 60px rgba(138,58,111,0.14);
}

/* =============================================================
   2. Reset & base
   ============================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; }
html { -webkit-text-size-adjust: 100%; tab-size: 2; scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
  overscroll-behavior-y: none;
}
img, svg, video { display: block; max-width: 100%; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
a { color: inherit; text-decoration: none; }
p { text-wrap: pretty; }
h1, h2, h3, h4 { text-wrap: balance; line-height: 1.05; letter-spacing: -0.02em; font-weight: 500; }
ul { list-style: none; padding: 0; }
::selection { background: var(--teal); color: var(--paper); }

:focus-visible { outline: 2px solid var(--terra); outline-offset: 3px; border-radius: 4px; }

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

/* =============================================================
   3. Utilities
   ============================================================= */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(64px, 11vw, 130px); position: relative; }
.eyebrow {
  font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 600; color: var(--terra-deep); margin-bottom: 18px;
}
.section-head { max-width: 720px; margin-bottom: clamp(40px, 6vw, 68px); }
.section-title {
  font-family: var(--serif);
  font-size: clamp(2rem, 5.2vw, 3.4rem);
  line-height: 1.02; letter-spacing: -0.025em; color: var(--ink);
}
.section-title em { font-style: italic; color: var(--teal); font-weight: 400; }
.section-lead { margin-top: 20px; font-size: clamp(1.05rem, 2.4vw, 1.22rem); color: var(--ink-mute); max-width: 60ch; }

/* =============================================================
   4. Buttons
   ============================================================= */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 22px; border-radius: 999px; font-weight: 500;
  font-size: 0.98rem; transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out), background .3s, color .3s;
  will-change: transform;
}
.btn svg { flex: none; }
.btn-lg { padding: 16px 30px; font-size: 1.02rem; }
.btn-primary { background: var(--teal); color: var(--paper); box-shadow: 0 10px 24px rgba(138,58,111,0.28); }
.btn-primary:hover { background: var(--teal-deep); transform: translateY(-3px); box-shadow: 0 16px 34px rgba(138,58,111,0.36); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line-strong); }
.btn-ghost:hover { border-color: var(--teal); color: var(--teal); transform: translateY(-3px); }

/* =============================================================
   5. Splash
   ============================================================= */
.splash {
  position: fixed; inset: 0; z-index: 9000; display: grid; place-items: center;
  background: var(--bg);
  transition: opacity .8s var(--ease-out), visibility .8s;
}
.splash.is-hidden { opacity: 0; visibility: hidden; }
.splash-mark {
  font-family: var(--serif); font-weight: 600; font-size: clamp(3rem, 12vw, 7rem);
  letter-spacing: -0.04em; color: var(--teal);
  position: relative; opacity: 0; transform: translateY(14px);
  animation: splashIn 1s var(--ease-out) forwards;
}
.splash-mark::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -12px; height: 3px;
  background: var(--terra); transform: scaleX(0); transform-origin: left;
  animation: splashLine 1.1s .25s var(--ease-out) forwards;
}
@keyframes splashIn { to { opacity: 1; transform: translateY(0); } }
@keyframes splashLine { to { transform: scaleX(1); } }

/* =============================================================
   6. Cursor
   ============================================================= */
.cursor {
  position: fixed; top: 0; left: 0; width: 34px; height: 34px; border-radius: 50%;
  border: 1.5px solid var(--teal); pointer-events: none; z-index: 8000;
  transform: translate(-50%, -50%); transition: width .3s var(--ease-out), height .3s var(--ease-out), background .3s, border-color .3s;
  mix-blend-mode: multiply; opacity: 0;
}
.cursor.is-active { opacity: 1; }
.cursor.is-hover { width: 56px; height: 56px; background: var(--terra-tint); border-color: var(--terra); }

/* =============================================================
   7. Nav
   ============================================================= */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 700;
  transition: background .4s var(--ease-out), box-shadow .4s, border-color .4s;
  border-bottom: 1px solid transparent;
}
.nav.is-stuck {
  background: rgba(245, 239, 227, 0.82);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line); box-shadow: 0 6px 24px rgba(27,43,41,0.05);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 16px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
  font-family: var(--serif); font-weight: 700; font-size: 1.3rem; color: var(--paper);
  background: linear-gradient(140deg, var(--teal), var(--teal-deep));
  box-shadow: 0 6px 16px rgba(138,58,111,0.3);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-family: var(--serif); font-size: 1.15rem; letter-spacing: -0.01em; }
.brand-text em { font-style: normal; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); }
.nav-links { display: none; gap: 30px; }
.nav-links a { font-size: 0.95rem; color: var(--ink-soft); position: relative; padding-block: 4px; }
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1.5px;
  background: var(--terra); transform: scaleX(0); transform-origin: right; transition: transform .4s var(--ease-out);
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 10px 20px; }

/* =============================================================
   8. Hero
   ============================================================= */
.hero { position: relative; padding-top: clamp(120px, 20vw, 180px); padding-bottom: clamp(50px, 9vw, 90px); overflow: clip; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); z-index: 0; pointer-events: none; }
.hero-glow-1 { width: 46vw; height: 46vw; max-width: 620px; max-height: 620px; top: -12%; right: -8%; background: var(--teal-tint); }
.hero-glow-2 { width: 34vw; height: 34vw; max-width: 440px; max-height: 440px; bottom: -14%; left: -10%; background: var(--terra-tint); }
.hero-grid { position: relative; z-index: 1; display: grid; gap: clamp(40px, 6vw, 64px); align-items: center; }

.kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; color: var(--ink-soft); }
.kicker-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--terra); box-shadow: 0 0 0 5px var(--terra-tint); }

.hero-title {
  font-family: var(--serif);
  font-size: clamp(2.7rem, 8.5vw, 5.4rem);
  line-height: 0.98; letter-spacing: -0.035em; margin-top: 26px; color: var(--ink);
}
.hero-title em { font-style: italic; font-weight: 400; color: var(--teal); position: relative; }
.hero-title em::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0.06em; height: 0.09em;
  background: var(--terra); opacity: .45; border-radius: 2px;
}
.hero-sub { margin-top: 26px; font-size: clamp(1.08rem, 2.5vw, 1.28rem); color: var(--ink-soft); max-width: 46ch; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }
.hero-trust { margin-top: 38px; display: flex; align-items: center; gap: 16px; max-width: 44ch; }
.trust-dots { display: flex; }
.trust-dots span { width: 30px; height: 30px; border-radius: 50%; border: 2px solid var(--bg); margin-left: -8px; background: linear-gradient(140deg, var(--bg-2), var(--teal-soft)); }
.trust-dots span:first-child { margin-left: 0; }
.hero-trust p { font-size: 0.92rem; color: var(--ink-mute); }

/* Hero media */
.hero-media { position: relative; }
.hero-frame {
  position: relative; border-radius: calc(var(--radius) + 10px); overflow: hidden;
  box-shadow: var(--shadow-lift); border: 1px solid var(--line);
  transform: rotate(-1.4deg);
}
.hero-badge {
  position: absolute; background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 14px 18px; box-shadow: var(--shadow-soft);
  display: flex; flex-direction: column; gap: 3px; z-index: 2;
}
.hero-badge-1 { top: 8%; left: -6%; animation: floatY 5s var(--ease-soft) infinite; }
.hero-badge-2 { bottom: 9%; right: -5%; flex-direction: row; align-items: center; gap: 12px; animation: floatY 6.2s var(--ease-soft) infinite; animation-delay: -1.5s; }
@keyframes floatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.badge-num { font-family: var(--serif); font-weight: 600; color: var(--teal); font-size: 1.05rem; }
.badge-label { font-size: 0.78rem; color: var(--ink-mute); line-height: 1.25; }
.badge-icon { font-size: 1.5rem; color: var(--terra); }

/* Placeholders */
.ph {
  position: relative; display: grid; place-items: center;
  color: var(--ink-mute); font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase;
  background:
    repeating-linear-gradient(-45deg, rgba(138,58,111,0.05) 0 14px, transparent 14px 28px),
    linear-gradient(160deg, var(--bg-2), #e2d6c1);
}
.ph::after {
  content: ""; position: absolute; inset: 14px; border: 1px dashed var(--line-strong); border-radius: 10px;
}
.ph span { position: relative; z-index: 1; }
.ph-portrait { aspect-ratio: 4 / 5; }
.ph-tall { aspect-ratio: 3 / 4; }
.ph-map { aspect-ratio: 4 / 3; }

/* Real images inside frames */
.frame-img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-frame .frame-img { aspect-ratio: 4 / 5; }
.enfoque-frame .frame-img { aspect-ratio: 3 / 4; }

/* Map */
.contacto-frame { aspect-ratio: 4 / 3; }
.mapa { width: 100%; height: 100%; border: 0; display: block; filter: saturate(0.92); }
.mapa-link { display: inline-block; margin-top: 14px; font-size: 0.92rem; font-weight: 500; color: var(--teal); transition: color .3s; }
.mapa-link:hover { color: var(--terra-deep); }

/* =============================================================
   9. Marquee
   ============================================================= */
.marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--teal); color: var(--paper); }
.marquee-track { display: flex; width: max-content; animation: marquee 34s linear infinite; }
.marquee-track span {
  font-family: var(--serif); font-style: italic; font-size: clamp(1.3rem, 3.4vw, 2rem);
  padding-block: 16px; white-space: nowrap; opacity: .92;
}
@keyframes marquee { to { transform: translateX(-50%); } }

/* =============================================================
   10. Áreas
   ============================================================= */
.areas-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.area-card {
  position: relative; background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: clamp(24px, 3.4vw, 34px);
  transition: transform .5s var(--ease-out), box-shadow .5s var(--ease-out), border-color .4s;
  transform-style: preserve-3d; overflow: hidden;
}
.area-card::before {
  content: ""; position: absolute; inset: 0; opacity: 0; transition: opacity .5s;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 0%), var(--terra-tint), transparent 60%);
}
.area-card:hover { box-shadow: var(--shadow-lift); border-color: rgba(138,58,111,0.35); }
.area-card:hover::before { opacity: 1; }
.area-icon {
  width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center;
  color: var(--teal); background: var(--teal-tint); margin-bottom: 20px;
}
.area-icon svg { width: 26px; height: 26px; }
.area-tag { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--terra-deep); font-weight: 600; margin-bottom: 8px; }
.area-title { font-family: var(--serif); font-size: 1.5rem; margin-bottom: 10px; letter-spacing: -0.02em; }
.area-desc { color: var(--ink-mute); font-size: 0.98rem; }

/* =============================================================
   11. Enfoque
   ============================================================= */
.enfoque { background: linear-gradient(180deg, transparent, var(--terra-tint) 60%, transparent); }
.enfoque-grid { display: grid; gap: clamp(40px, 6vw, 70px); align-items: center; }
.enfoque-media { position: relative; }
.enfoque-frame { border-radius: calc(var(--radius) + 8px); overflow: hidden; box-shadow: var(--shadow-lift); border: 1px solid var(--line); transform: rotate(1.6deg); }
.enfoque-stat {
  position: absolute; bottom: -22px; right: -10px; background: var(--teal); color: var(--paper);
  border-radius: var(--radius-sm); padding: 16px 22px; box-shadow: var(--shadow-lift);
  display: flex; flex-direction: column; line-height: 1; transform: rotate(-2deg);
}
.stat-plus { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; opacity: .8; }
.stat-word { font-family: var(--serif); font-style: italic; font-size: 1.7rem; margin-top: 4px; }
.enfoque-p { margin-top: 22px; font-size: 1.1rem; color: var(--ink-soft); }
.enfoque-list { margin-top: 26px; display: grid; gap: 14px; }
.enfoque-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink-soft); font-size: 1.02rem; }
.tick { color: var(--terra); flex: none; margin-top: 2px; }

.stats { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; border-top: 1px solid var(--line); padding-top: 34px; }
.stat { display: flex; flex-direction: column; }
.stat-num { font-family: var(--serif); font-size: clamp(2.2rem, 6vw, 3rem); color: var(--teal); line-height: 1; font-weight: 600; }
.stat-suffix { font-family: var(--serif); font-size: 1.6rem; color: var(--terra); display: inline; }
.stat-label { font-size: 0.86rem; color: var(--ink-mute); margin-top: 10px; }

/* =============================================================
   12. Proceso
   ============================================================= */
.proceso-grid { display: grid; grid-template-columns: 1fr; gap: 18px; counter-reset: paso; }
.paso {
  position: relative; padding: clamp(24px, 3vw, 32px); border-radius: var(--radius);
  background: var(--paper); border: 1px solid var(--line);
  transition: transform .5s var(--ease-out), box-shadow .5s;
}
.paso:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); }
.paso-num { font-family: var(--serif); font-size: 2.4rem; color: var(--terra); opacity: .55; display: block; margin-bottom: 12px; line-height: 1; }
.paso h3 { font-family: var(--serif); font-size: 1.3rem; margin-bottom: 8px; }
.paso p { color: var(--ink-mute); font-size: 0.96rem; }

/* =============================================================
   13. Testimonios
   ============================================================= */
.testimonios { background: var(--teal-deep); color: var(--bg); }
.testimonios .eyebrow { color: #f4a99e; }
.testimonios .section-title { color: var(--bg); }
.testimonios .section-title em { color: #f4a99e; }
.testi-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.testi-card {
  position: relative; background: rgba(255,253,248,0.06); border: 1px solid rgba(245,239,227,0.14);
  border-radius: var(--radius); padding: clamp(26px, 3.4vw, 36px); overflow: hidden;
  transition: transform .5s var(--ease-out), background .4s, border-color .4s;
  transform-style: preserve-3d;
}
.testi-card:hover { background: rgba(255,253,248,0.1); border-color: rgba(244,169,158,0.45); }
.quote-mark { font-family: var(--serif); font-size: 5rem; line-height: 0.6; color: var(--terra); opacity: .55; height: 34px; }
.testi-card blockquote { font-size: 1.12rem; line-height: 1.55; color: var(--bg); margin-block: 16px 24px; }
.testi-card figcaption { display: flex; align-items: center; gap: 14px; }
.testi-avatar {
  width: 46px; height: 46px; border-radius: 50%; flex: none; display: grid; place-items: center;
  font-family: var(--serif); font-weight: 600; color: var(--teal-deep);
  background: linear-gradient(140deg, #f4a99e, var(--terra));
}
.testi-meta { display: flex; flex-direction: column; line-height: 1.3; }
.testi-meta strong { font-weight: 600; }
.testi-meta em { font-style: normal; font-size: 0.85rem; color: rgba(245,239,227,0.6); }
.testi-note { margin-top: 26px; font-size: 0.82rem; color: rgba(245,239,227,0.45); font-style: italic; }

/* =============================================================
   14. Contacto
   ============================================================= */
.contacto-grid { display: grid; gap: clamp(40px, 6vw, 64px); align-items: center; }
.contacto-list { margin-block: 32px 34px; display: grid; gap: 20px; }
.contacto-list li { display: flex; gap: 16px; align-items: flex-start; }
.ci {
  width: 46px; height: 46px; border-radius: 13px; flex: none; display: grid; place-items: center;
  color: var(--teal); background: var(--teal-tint);
}
.ci-label { display: block; font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 3px; }
.contacto-list a { color: var(--ink); font-weight: 500; transition: color .3s; }
.contacto-list a:hover { color: var(--teal); }
.contacto-frame { border-radius: calc(var(--radius) + 8px); overflow: hidden; box-shadow: var(--shadow-lift); border: 1px solid var(--line); }

/* =============================================================
   15. Footer
   ============================================================= */
.footer { background: var(--ink); color: var(--bg); padding-block: clamp(46px, 6vw, 68px); }
.footer-inner { display: grid; gap: 28px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand strong { font-family: var(--serif); font-size: 1.2rem; }
.footer-brand p { font-size: 0.9rem; color: rgba(245,239,227,0.6); margin-top: 2px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; }
.footer-links a { font-size: 0.95rem; color: rgba(245,239,227,0.75); transition: color .3s; }
.footer-links a:hover { color: var(--terra); }
.footer-copy { font-size: 0.85rem; color: rgba(245,239,227,0.45); }

/* Social icons */
.social { display: flex; align-items: center; gap: 12px; }
.social-link {
  width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center;
  border: 1px solid var(--line-strong); color: var(--teal);
  transition: transform .35s var(--ease-out), background .3s, color .3s, border-color .3s;
}
.social-link svg { width: 22px; height: 22px; }
.social-link:hover { background: var(--teal); color: var(--paper); border-color: var(--teal); transform: translateY(-3px); }
.social-cta { margin-top: 30px; }
.social-cta .social-label { display: block; font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 12px; }

/* Social en footer (fondo oscuro) */
.footer-social { display: flex; gap: 12px; }
.footer-social .social-link { border-color: rgba(245,239,227,0.22); color: var(--bg); }
.footer-social .social-link:hover { background: var(--terra); border-color: var(--terra); color: var(--paper); }

/* WhatsApp float */
.wa-float {
  position: fixed; bottom: 22px; right: 22px; z-index: 600;
  width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center;
  color: var(--paper); background: #128c7e; box-shadow: 0 10px 26px rgba(18,140,126,0.45);
  transition: transform .35s var(--ease-out), box-shadow .35s;
}
.wa-float:hover { transform: translateY(-4px) scale(1.05); box-shadow: 0 16px 34px rgba(18,140,126,0.55); }

/* =============================================================
   16. Reveal animation base
   ============================================================= */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); }
[data-reveal].is-in { opacity: 1; transform: none; }

/* =============================================================
   17. Responsive
   ============================================================= */
@media (min-width: 720px) {
  .areas-grid { grid-template-columns: repeat(2, 1fr); }
  .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .proceso-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr auto auto; align-items: center; column-gap: 40px; }
  .footer-copy { grid-column: 1 / -1; border-top: 1px solid rgba(245,239,227,0.12); padding-top: 22px; }
}
@media (min-width: 960px) {
  .nav-links { display: flex; }
  .hero-grid { grid-template-columns: 1.05fr 0.95fr; }
  .enfoque-grid { grid-template-columns: 0.9fr 1.1fr; }
  .contacto-grid { grid-template-columns: 1.05fr 0.95fr; }
  .areas-grid { grid-template-columns: repeat(3, 1fr); }
  .proceso-grid { grid-template-columns: repeat(4, 1fr); }
  .testi-grid { grid-template-columns: repeat(3, 1fr); }
}

/* =============================================================
   18. Reduced motion — only intrusive effects
   ============================================================= */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; }
  .hero-badge-1, .hero-badge-2 { animation: none; }
  .splash-mark, .splash-mark::after { animation: none; opacity: 1; transform: none; }
  .splash-mark::after { transform: scaleX(1); }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .cursor { display: none; }
}

/* Touch devices: hide custom cursor */
@media (hover: none) {
  .cursor { display: none; }
}
