/* ============================================================
   ACUPUNTURA ANGELES — Editorial Wellness
   "La quietud del cuerpo"
   ============================================================ */

/* ---------- Custom Properties ---------- */
:root {
  /* Color */
  --ink: #1a1d1a;
  --ink-soft: #2a2d2a;
  --bone: #f4efe6;
  --paper: #faf7f1;
  --paper-deep: #ede6d5;
  --jade: #1f3d2e;
  --jade-deep: #14291f;
  --jade-soft: #2d5340;
  --jade-faint: #c8d4c8;
  --ochre: #c8956d;
  --ochre-deep: #a87650;
  --terracotta: #b8654a;
  --gold: #c9a86e;
  --stone: #8a857a;
  --stone-light: #b8b3a8;
  --line: rgba(26, 29, 26, 0.12);
  --line-soft: rgba(26, 29, 26, 0.06);
  --line-light: rgba(244, 239, 230, 0.18);

  /* Typography */
  --font-display: "Fraunces", "Times New Roman", serif;
  --font-body: "Manrope", system-ui, -apple-system, sans-serif;
  --font-cn: "Noto Serif SC", "Fraunces", serif;

  /* Spacing scale */
  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;
  --space-3xl: 8rem;
  --space-4xl: 11rem;

  /* Container */
  --container-max: 1280px;
  --container-pad: 1.5rem;

  /* Motion */
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur: 0.6s;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bone);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.35;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5, p, blockquote, figure { margin: 0; }
button { font: inherit; cursor: pointer; background: none; border: none; color: inherit; padding: 0; }
ul { margin: 0; padding: 0; list-style: none; }
iframe { border: 0; display: block; }
em { font-style: italic; font-family: var(--font-display); font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1; font-weight: 350; }

/* ---------- Layout ---------- */
.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-pad);
  position: relative;
  z-index: 2;
}

/* ---------- Typography helpers ---------- */
.section-head { max-width: 760px; margin-bottom: var(--space-xl); position: relative; z-index: 2; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--jade);
  margin-bottom: var(--space-md);
}
.section-eyebrow--light { color: var(--ochre); }
.section-title {
  font-family: var(--font-display);
  font-weight: 350;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink);
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
.section-sub {
  font-size: 1.05rem;
  color: var(--stone);
  margin-top: var(--space-md);
  max-width: 560px;
  line-height: 1.65;
}
.section-head--center .section-sub { margin-left: auto; margin-right: auto; }
.muted { color: var(--stone); }
.lede {
  font-family: var(--font-display);
  font-weight: 350;
  font-size: clamp(1.25rem, 1.9vw, 1.6rem);
  line-height: 1.35;
  color: var(--ink);
  font-variation-settings: "opsz" 144, "SOFT" 80;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: all 0.4s var(--ease);
  white-space: nowrap;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn--primary {
  background: var(--jade);
  color: var(--paper);
}
.btn--primary:hover {
  background: var(--jade-deep);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px -12px rgba(31, 61, 46, 0.5);
}
.btn--primary svg { transition: transform 0.4s var(--ease); }
.btn--primary:hover svg { transform: translate(3px, -3px); }
.btn--ghost {
  color: var(--ink);
  border: 1px solid var(--line);
  background: transparent;
}
.btn--ghost:hover { border-color: var(--ink); background: rgba(26,29,26,0.04); }
.btn--outline {
  color: var(--ink);
  border: 1px solid var(--ink);
  background: transparent;
}
.btn--outline:hover { background: var(--ink); color: var(--paper); }
.btn--outline:hover svg path { stroke: var(--paper); }
.btn--large { padding: 1.1rem 1.75rem; font-size: 1rem; }

/* ============================================================
   NAVIGATION
   ============================================================ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 1.25rem 0;
  transition: all 0.4s var(--ease);
  background: rgba(244, 239, 230, 0);
  backdrop-filter: blur(0);
}
.nav.is-scrolled {
  padding: 0.75rem 0;
  background: rgba(244, 239, 230, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--line-soft);
}
.nav__inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-pad);
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav__brand { display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; }
.nav__logo {
  width: 44px; height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--line);
}
.nav__brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.nav__brand-name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}
.nav__brand-sub {
  font-size: 0.7rem;
  color: var(--stone);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 0.1rem;
}
.nav__menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-left: auto;
}
.nav__link {
  font-size: 0.88rem;
  color: var(--ink);
  position: relative;
  padding: 0.5rem 0;
  transition: color 0.3s var(--ease);
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0;
  height: 1px;
  background: var(--jade);
  transition: width 0.4s var(--ease);
}
.nav__link:hover { color: var(--jade); }
.nav__link:hover::after, .nav__link.is-active::after { width: 100%; }
.nav__link.is-active { color: var(--jade); }
.nav__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.2rem;
  background: var(--ink);
  color: var(--paper);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.4s var(--ease);
}
.nav__cta:hover {
  background: var(--jade);
  transform: translateY(-1px);
}
.nav__cta svg { transition: transform 0.4s var(--ease); }
.nav__cta:hover svg { transform: translate(2px, -2px); }
.nav__burger {
  display: none;
  width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-left: auto;
}
.nav__burger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--ink);
  transition: all 0.3s var(--ease);
  transform-origin: center;
}
.nav__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  padding: calc(var(--space-3xl) + 60px) 0 var(--space-xl);
  overflow: hidden;
  background: linear-gradient(180deg, var(--bone) 0%, var(--paper) 100%);
}
.hero__grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.4;
  background-image: radial-gradient(circle at 20% 30%, rgba(31, 61, 46, 0.06) 0%, transparent 50%),
                    radial-gradient(circle at 80% 70%, rgba(200, 149, 109, 0.05) 0%, transparent 50%);
}
.hero__grid {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-pad);
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: var(--space-2xl);
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--jade);
  margin-bottom: var(--space-lg);
}
.hero__eyebrow .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--ochre);
  animation: pulse 2.4s ease-in-out infinite;
}
.hero__title {
  font-family: var(--font-display);
  font-weight: 350;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: var(--space-lg);
  font-variation-settings: "opsz" 144, "SOFT" 50, "WONK" 1;
}
.hero__title .line {
  display: block;
  overflow: hidden;
}
.hero__title .line > * {
  display: inline-block;
  animation: rise 1.1s var(--ease-out) both;
}
.hero__title .line:nth-child(1) > * { animation-delay: 0.1s; }
.hero__title .line:nth-child(2) > * { animation-delay: 0.25s; }
.hero__title .line:nth-child(3) > * { animation-delay: 0.4s; }
.hero__title .line:nth-child(4) > * { animation-delay: 0.55s; }
.hero__title em { color: var(--jade); font-style: italic; }
.hero__lede {
  font-family: var(--font-display);
  font-weight: 350;
  font-size: clamp(1.15rem, 1.5vw, 1.4rem);
  line-height: 1.45;
  color: var(--ink-soft);
  margin-bottom: var(--space-xl);
  max-width: 460px;
  font-variation-settings: "opsz" 144, "SOFT" 70;
  animation: rise 1.1s var(--ease-out) 0.7s both;
}
.hero__cta {
  display: flex;
  gap: 0.875rem;
  flex-wrap: wrap;
  margin-bottom: var(--space-xl);
  animation: rise 1.1s var(--ease-out) 0.85s both;
}
.hero__meta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-top: var(--space-md);
  border-top: 1px solid var(--line);
  animation: rise 1.1s var(--ease-out) 1s both;
}
.hero__meta-item { display: flex; flex-direction: column; gap: 0.2rem; }
.hero__meta-num {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.65rem;
  line-height: 1;
  color: var(--jade);
  font-variation-settings: "opsz" 144;
}
.hero__meta-label {
  font-size: 0.72rem;
  color: var(--stone);
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.hero__meta-divider {
  width: 1px;
  height: 32px;
  background: var(--line);
}
.hero__visual {
  position: relative;
  aspect-ratio: 1 / 1;
  animation: rise 1.4s var(--ease-out) 0.3s both;
}
.hero__image-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: var(--bone);
  box-shadow:
    0 1px 2px rgba(26, 29, 26, 0.04),
    0 30px 80px -30px rgba(26, 29, 26, 0.25),
    0 50px 100px -40px rgba(31, 61, 46, 0.18);
}
.hero__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: contrast(0.98) saturate(0.96);
  background: var(--bone);
}
.hero__meridians {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: var(--paper);
  pointer-events: none;
  mix-blend-mode: screen;
}
.point { animation: blink 3.5s ease-in-out infinite; }
.hero__kanji {
  position: absolute;
  top: -12%;
  right: -6%;
  font-family: var(--font-cn);
  font-size: clamp(8rem, 16vw, 16rem);
  font-weight: 600;
  color: var(--jade);
  opacity: 0.08;
  line-height: 1;
  pointer-events: none;
  z-index: -1;
  letter-spacing: 0;
  user-select: none;
  transition: transform 0.6s var(--ease-out);
  will-change: transform;
}
.hero__card {
  position: absolute;
  bottom: 6%;
  left: -8%;
  width: 280px;
  background: var(--paper);
  padding: 1.25rem 1.4rem;
  border-radius: 6px;
  border: 1px solid var(--line);
  box-shadow: 0 20px 50px -20px rgba(26, 29, 26, 0.22);
  animation: rise 1.1s var(--ease-out) 1.2s both;
}
.hero__card-stars {
  display: flex;
  gap: 2px;
  color: var(--gold);
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}
.hero__card-quote {
  font-family: var(--font-display);
  font-size: 0.93rem;
  line-height: 1.4;
  color: var(--ink);
  margin-bottom: 0.625rem;
  font-variation-settings: "opsz" 14, "SOFT" 50;
}
.hero__card-author {
  font-size: 0.72rem;
  color: var(--stone);
  letter-spacing: 0.04em;
}
.hero__ticker {
  margin-top: var(--space-2xl);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1.25rem 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.ticker__track {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  animation: ticker 50s linear infinite;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 350;
  color: var(--ink-soft);
  font-variation-settings: "opsz" 144, "SOFT" 70;
}
.ticker__track span { letter-spacing: 0.01em; }
.ticker__track span:nth-child(even) { color: var(--ochre); font-weight: 400; }

/* ============================================================
   PHILOSOPHY
   ============================================================ */
.philosophy {
  padding: var(--space-3xl) 0;
  background: var(--paper);
  position: relative;
}
.philosophy__grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: var(--space-2xl);
  align-items: start;
}
.philosophy__text > p { margin-bottom: var(--space-md); color: var(--ink-soft); line-height: 1.7; max-width: 560px; }
.philosophy__text > p:first-of-type { margin-bottom: var(--space-lg); }
.philosophy__text strong { color: var(--ink); font-weight: 500; }
.philosophy__principles {
  margin-top: var(--space-xl);
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}
.principle {
  display: flex;
  gap: var(--space-md);
  padding: var(--space-md) 0;
  border-top: 1px solid var(--line);
  transition: transform 0.4s var(--ease);
}
.principle:last-child { border-bottom: 1px solid var(--line); }
.principle:hover { transform: translateX(6px); }
.principle__num {
  font-family: var(--font-display);
  font-size: 0.85rem;
  color: var(--ochre);
  letter-spacing: 0.15em;
  font-feature-settings: "tnum";
  padding-top: 0.2rem;
  min-width: 28px;
}
.principle__title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-bottom: 0.3rem;
  font-variation-settings: "opsz" 36;
}
.principle__text {
  font-size: 0.95rem;
  color: var(--stone);
  line-height: 1.55;
}
.philosophy__profile { position: relative; }
.profile-card {
  position: sticky;
  top: 100px;
  background: var(--bone);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 30px 60px -30px rgba(26, 29, 26, 0.15);
}
.profile-card__seal {
  position: absolute;
  top: -14px;
  right: 18px;
  width: 56px;
  height: 56px;
  background: #b03a2e;
  color: var(--bone);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transform: rotate(-5deg);
  box-shadow: 0 10px 24px -8px rgba(176, 58, 46, 0.4),
              0 2px 4px rgba(0, 0, 0, 0.08);
  z-index: 3;
  user-select: none;
}
.profile-card__seal span {
  font-family: var(--font-cn);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
.profile-card__seal::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1.5px solid var(--bone);
  border-radius: 1px;
  opacity: 0.35;
  pointer-events: none;
}
.profile-card__image-wrap {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--paper-deep);
}
.profile-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(0.95) saturate(0.93);
  transition: transform 1s var(--ease);
}
.profile-card:hover .profile-card__image { transform: scale(1.04); }
.profile-card__body { padding: var(--space-md) var(--space-md) var(--space-lg); }
.profile-card__role {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ochre);
  display: block;
  margin-bottom: var(--space-sm);
}
.profile-card__name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin-bottom: var(--space-sm);
  font-variation-settings: "opsz" 36;
}
.profile-card__desc {
  font-size: 0.92rem;
  color: var(--stone);
  line-height: 1.55;
  margin-bottom: var(--space-md);
}
.profile-card__credential {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-top: var(--space-md);
  border-top: 1px solid var(--line);
}
.credential-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--stone);
}
.credential-num {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--jade);
  font-feature-settings: "tnum";
  letter-spacing: 0.04em;
}

/* ============================================================
   SERVICES
   ============================================================ */
.services {
  padding: var(--space-3xl) 0;
  background: var(--bone);
  position: relative;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.service-card {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: var(--space-lg) var(--space-md) var(--space-md);
  transition: transform 0.6s var(--ease), box-shadow 0.6s var(--ease), border-color 0.4s var(--ease);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  transform-style: preserve-3d;
  will-change: transform;
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--jade) 0%, var(--jade-deep) 100%);
  opacity: 0;
  transition: opacity 0.5s var(--ease);
  z-index: 0;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -30px rgba(26, 29, 26, 0.25);
  border-color: transparent;
}
.service-card:hover::before { opacity: 1; }
.service-card:hover .service-card__num,
.service-card:hover .service-card__title,
.service-card:hover .service-card__desc,
.service-card:hover .service-card__list li,
.service-card:hover .service-card__kanji {
  color: var(--paper);
}
.service-card:hover .service-card__list li::before { background: var(--ochre); }
.service-card > * { position: relative; z-index: 1; }
.service-card__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: var(--space-md);
}
.service-card__num {
  font-family: var(--font-display);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  color: var(--ochre);
  font-feature-settings: "tnum";
  transition: color 0.5s var(--ease);
}
.service-card__kanji {
  font-family: var(--font-cn);
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--jade-faint);
  line-height: 1;
  transition: color 0.5s var(--ease);
  user-select: none;
}
.service-card__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin-bottom: var(--space-sm);
  color: var(--ink);
  font-variation-settings: "opsz" 36;
  transition: color 0.5s var(--ease);
}
.service-card__desc {
  font-size: 0.93rem;
  color: var(--stone);
  line-height: 1.6;
  margin-bottom: var(--space-md);
  flex-grow: 1;
  transition: color 0.5s var(--ease);
}
.service-card__list {
  padding-top: var(--space-md);
  border-top: 1px solid var(--line);
}
.service-card__list li {
  position: relative;
  font-size: 0.83rem;
  color: var(--ink-soft);
  padding: 0.35rem 0 0.35rem 1rem;
  letter-spacing: 0.01em;
  transition: color 0.5s var(--ease);
}
.service-card__list li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.85rem;
  width: 4px;
  height: 4px;
  background: var(--jade);
  border-radius: 50%;
  transition: background 0.5s var(--ease);
}
.service-card--featured {
  background: var(--jade);
  border-color: var(--jade);
  color: var(--paper);
}
.service-card--featured::before { display: none; }
.service-card--featured .service-card__num { color: var(--ochre); }
.service-card--featured .service-card__kanji { color: rgba(244, 247, 241, 0.18); }
.service-card--featured .service-card__title,
.service-card--featured .service-card__desc { color: var(--paper); }
.service-card--featured .service-card__desc { color: rgba(244, 247, 241, 0.78); }
.service-card--featured .service-card__list { border-top-color: rgba(244, 247, 241, 0.15); }
.service-card--featured .service-card__list li { color: rgba(244, 247, 241, 0.85); }
.service-card--featured .service-card__list li::before { background: var(--ochre); }
.service-card--featured:hover { transform: translateY(-6px); background: var(--jade-deep); }
.service-card__badge {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 2;
  background: var(--ochre);
  color: var(--ink);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
}
.service-card--featured .service-card__head { padding-right: 5.5rem; }

/* ============================================================
   CONDITIONS
   ============================================================ */
.conditions {
  padding: var(--space-3xl) 0;
  background: var(--paper);
  position: relative;
}
.conditions__layout {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: var(--space-2xl);
  align-items: start;
}
.conditions__sidebar {
  position: sticky;
  top: 100px;
}
.conditions__sidebar .section-title { margin-bottom: var(--space-md); }
.conditions__sidebar p {
  color: var(--stone);
  font-size: 0.98rem;
  line-height: 1.65;
  margin-bottom: var(--space-lg);
  max-width: 360px;
}
.conditions__list { display: flex; flex-direction: column; }
.condition-row {
  display: grid;
  grid-template-columns: 50px 1fr auto;
  align-items: center;
  gap: var(--space-md);
  padding: 1.4rem 0.5rem;
  border-top: 1px solid var(--line);
  transition: padding-left 0.4s var(--ease), background 0.4s var(--ease);
  cursor: default;
  position: relative;
}
.condition-row:last-child { border-bottom: 1px solid var(--line); }
.condition-row:hover {
  padding-left: 1.25rem;
  background: rgba(31, 61, 46, 0.025);
}
.condition-row:hover .condition-row__name { color: var(--jade); }
.condition-row__num {
  font-family: var(--font-display);
  font-size: 0.85rem;
  color: var(--ochre);
  letter-spacing: 0.12em;
  font-feature-settings: "tnum";
}
.condition-row__name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  letter-spacing: -0.01em;
  transition: color 0.4s var(--ease);
  font-variation-settings: "opsz" 36;
}
.condition-row__tag {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stone);
  padding: 0.3rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 999px;
}

/* ============================================================
   PROCESS
   ============================================================ */
.process {
  padding: var(--space-3xl) 0;
  background: var(--bone);
}
.process__timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  margin-top: var(--space-xl);
}
.process-step {
  position: relative;
  padding: var(--space-md) var(--space-md) var(--space-md) 0;
}
.process-step__num {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 350;
  color: var(--jade);
  margin-bottom: var(--space-sm);
  letter-spacing: -0.02em;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-variation-settings: "opsz" 144;
}
.process-step__num::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--ochre);
  opacity: 0.18;
  z-index: -1;
}
.process-step__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: var(--space-sm);
  font-variation-settings: "opsz" 36;
}
.process-step__desc {
  font-size: 0.93rem;
  color: var(--stone);
  line-height: 1.6;
  max-width: 240px;
}
.process-step__desc strong { color: var(--ink); font-weight: 500; }
.process-step__line {
  position: absolute;
  top: 32px;
  right: -1px;
  height: 1px;
  width: calc(100% - 60px);
  background: linear-gradient(to right, var(--line) 0%, var(--line) 70%, transparent 100%);
}

/* ============================================================
   SPACE / GALLERY
   ============================================================ */
.space {
  padding: var(--space-3xl) 0;
  background: var(--paper);
}
.space__gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 240px 240px;
  gap: 1rem;
  margin-top: var(--space-xl);
}
.space__img {
  overflow: hidden;
  border-radius: 4px;
  background: var(--paper-deep);
  position: relative;
  transition: transform 0.6s var(--ease);
}
.space__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 1.2s var(--ease);
  filter: contrast(0.96) saturate(0.94);
}
.space__img:hover img { transform: scale(1.06); }
.space__img--1 { grid-column: 1 / 4; grid-row: 1 / 3; }
.space__img--2 { grid-column: 4 / 5; grid-row: 1 / 2; }
.space__img--3 { grid-column: 5 / 7; grid-row: 1 / 2; }
.space__img--4 { grid-column: 4 / 6; grid-row: 2 / 3; }
.space__img--5 { grid-column: 6 / 7; grid-row: 2 / 3; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials {
  padding: var(--space-3xl) 0;
  background: var(--bone);
}
.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.testimonial {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: var(--space-lg) var(--space-md) var(--space-md);
  display: flex;
  flex-direction: column;
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
}
.testimonial:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px -30px rgba(26, 29, 26, 0.2);
}
.testimonial__quote-mark {
  position: absolute;
  top: 0.5rem;
  left: 1.25rem;
  font-family: var(--font-display);
  font-size: 5rem;
  font-weight: 400;
  color: var(--jade-faint);
  line-height: 1;
  pointer-events: none;
  font-variation-settings: "opsz" 144;
}
.testimonial__stars {
  display: flex;
  gap: 2px;
  color: var(--gold);
  font-size: 0.95rem;
  margin-bottom: var(--space-sm);
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}
.testimonial__text {
  font-family: var(--font-display);
  font-weight: 350;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--ink);
  margin-bottom: var(--space-md);
  flex-grow: 1;
  position: relative;
  z-index: 1;
  font-variation-settings: "opsz" 14, "SOFT" 80;
}
.testimonial__footer {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding-top: var(--space-md);
  border-top: 1px solid var(--line);
}
.testimonial__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--jade);
  color: var(--paper);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1rem;
}
.testimonial__author {
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--ink);
  margin-bottom: 0.1rem;
}
.testimonial__role {
  font-size: 0.75rem;
  color: var(--stone);
  letter-spacing: 0.04em;
}
.testimonial--accent {
  background: var(--ink);
  border-color: var(--ink);
}
.testimonial--accent .testimonial__text { color: var(--paper); }
.testimonial--accent .testimonial__quote-mark { color: var(--jade-soft); }
.testimonial--accent .testimonial__footer { border-top-color: rgba(244, 247, 241, 0.15); }
.testimonial--accent .testimonial__author { color: var(--paper); }
.testimonial--accent .testimonial__role { color: var(--stone-light); }
.testimonial--accent .testimonial__avatar { background: var(--ochre); color: var(--ink); }

/* ============================================================
   MILESTONE (4 años)
   ============================================================ */
.milestone {
  position: relative;
  padding: var(--space-3xl) 0;
  background: var(--jade-deep);
  color: var(--paper);
  overflow: hidden;
}
.milestone__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 30%, rgba(200, 149, 109, 0.12) 0%, transparent 50%),
    radial-gradient(circle at 85% 70%, rgba(31, 61, 46, 0.5) 0%, transparent 50%);
  pointer-events: none;
}
.milestone__inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: var(--space-2xl);
  align-items: center;
  position: relative;
  z-index: 2;
}
.milestone__number {
  display: flex;
  align-items: baseline;
  gap: var(--space-md);
  margin: var(--space-md) 0 var(--space-lg);
}
.milestone__digit {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(8rem, 18vw, 14rem);
  line-height: 0.85;
  color: var(--ochre);
  letter-spacing: -0.05em;
  font-variation-settings: "opsz" 144, "WONK" 1;
}
.milestone__word {
  font-family: var(--font-display);
  font-weight: 350;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.02em;
  color: var(--paper);
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.milestone__text {
  font-family: var(--font-display);
  font-weight: 350;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.55;
  color: rgba(244, 247, 241, 0.78);
  max-width: 480px;
  font-variation-settings: "opsz" 144;
}
.milestone__quote {
  font-family: var(--font-display);
  font-weight: 350;
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.4;
  color: var(--paper);
  margin-bottom: var(--space-md);
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
  position: relative;
  padding-left: var(--space-md);
  border-left: 2px solid var(--ochre);
}
.milestone__signature {
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ochre);
  padding-left: var(--space-md);
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact {
  padding: var(--space-3xl) 0;
  background: var(--bone);
}
.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: var(--space-2xl);
  align-items: stretch;
}
.contact__info { display: flex; flex-direction: column; }
.contact__info .section-title { margin-bottom: var(--space-xl); }
.contact__details {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  margin-bottom: var(--space-xl);
  flex-grow: 1;
}
.contact-item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: var(--space-md) 0;
  border-top: 1px solid var(--line);
}
.contact-item:last-child { border-bottom: 1px solid var(--line); }
.contact-item__label {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ochre);
}
.contact-item__value {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.45;
  color: var(--ink);
  font-variation-settings: "opsz" 36;
}
a.contact-item__value { transition: color 0.3s var(--ease); }
a.contact-item__value:hover { color: var(--jade); }
.contact__map { min-height: 480px; }
.map-frame {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 480px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper-deep);
}
.map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(0.25) contrast(0.95);
}
.map-frame__overlay {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  background: var(--paper);
  padding: 0.875rem 1.1rem;
  border-radius: 4px;
  box-shadow: 0 12px 30px -10px rgba(26, 29, 26, 0.3);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.map-frame__overlay span {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--ink);
}
.map-frame__overlay small {
  font-size: 0.75rem;
  color: var(--stone);
  letter-spacing: 0.02em;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--ink);
  color: var(--paper);
  padding: var(--space-2xl) 0 var(--space-md);
  position: relative;
}
.footer__top {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: var(--space-2xl);
  margin-bottom: var(--space-xl);
}
.footer__brand { display: flex; flex-direction: column; gap: var(--space-md); }
.footer__logo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--line-light);
  filter: brightness(1.05);
}
.footer__tagline {
  font-family: var(--font-display);
  font-weight: 350;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--paper);
  font-variation-settings: "opsz" 36, "SOFT" 80;
}
.footer__tagline em { color: var(--ochre); }
.footer__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
}
.footer__col { display: flex; flex-direction: column; gap: 0.55rem; }
.footer__col-title {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ochre);
  margin-bottom: var(--space-sm);
}
.footer__col a, .footer__col span {
  font-size: 0.93rem;
  color: rgba(244, 247, 241, 0.7);
  line-height: 1.55;
  transition: color 0.3s var(--ease);
}
.footer__col a:hover { color: var(--paper); }
.footer__divider {
  height: 1px;
  background: var(--line-light);
  margin: var(--space-md) 0;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: var(--space-md);
}
.footer__legal {
  font-size: 0.78rem;
  color: rgba(244, 247, 241, 0.55);
  line-height: 1.6;
  letter-spacing: 0.01em;
}
.footer__credit {
  font-family: var(--font-display);
  font-size: 0.88rem;
  color: rgba(244, 247, 241, 0.55);
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer__kanji {
  font-family: var(--font-cn);
  font-size: 1.2rem;
  color: var(--ochre);
}

/* ============================================================
   FLOATING WHATSAPP
   ============================================================ */
.wa-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 90;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px -8px rgba(37, 211, 102, 0.45);
  transition: transform 0.4s var(--ease);
}
.wa-float:hover { transform: scale(1.08); }
.wa-float__pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25d366;
  opacity: 0.5;
  animation: wa-pulse 2.4s ease-out infinite;
  z-index: -1;
}

/* ============================================================
   REVEAL ANIMATIONS
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   KEYFRAMES
   ============================================================ */
@keyframes rise {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.4); opacity: 0.7; }
}
@keyframes blink {
  0%, 100% { opacity: 0.4; r: 3; }
  50%      { opacity: 1; r: 4; }
}
@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes wa-pulse {
  0%   { transform: scale(1); opacity: 0.5; }
  100% { transform: scale(1.7); opacity: 0; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  :root { --container-pad: 1.25rem; }
  .hero__grid { grid-template-columns: 1fr; gap: var(--space-xl); }
  .hero__visual { max-width: 100%; margin: 0 auto; }
  .hero__card { left: -4%; width: 240px; }
  .hero__kanji { right: -10%; }
  .philosophy__grid { grid-template-columns: 1fr; gap: var(--space-xl); }
  .profile-card { position: static; max-width: 420px; }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .conditions__layout { grid-template-columns: 1fr; gap: var(--space-xl); }
  .conditions__sidebar { position: static; }
  .process__timeline { grid-template-columns: repeat(2, 1fr); gap: var(--space-md); }
  .process-step__line { display: none; }
  .space__gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 200px);
  }
  .space__img--1 { grid-column: 1 / 3; grid-row: 1 / 2; }
  .space__img--2 { grid-column: 1 / 2; grid-row: 2 / 3; }
  .space__img--3 { grid-column: 2 / 3; grid-row: 2 / 3; }
  .space__img--4 { grid-column: 1 / 2; grid-row: 3 / 4; }
  .space__img--5 { grid-column: 2 / 3; grid-row: 3 / 4; }
  .testimonials__grid { grid-template-columns: 1fr; gap: 1rem; }
  .milestone__inner { grid-template-columns: 1fr; gap: var(--space-xl); }
  .contact__grid { grid-template-columns: 1fr; gap: var(--space-xl); }
  .footer__top { grid-template-columns: 1fr; }
  .footer__cols { grid-template-columns: repeat(3, 1fr); }
  .nav__menu {
    position: fixed;
    top: 70px;
    right: 1rem;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 4px;
    box-shadow: 0 30px 60px -20px rgba(26, 29, 26, 0.2);
    width: 240px;
    gap: 1rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: all 0.4s var(--ease);
  }
  .nav__menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .nav__burger { display: flex; }
  .nav__cta { display: none; }
  .nav { background: rgba(244, 239, 230, 0.95); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); padding: 0.75rem 0; }
}
@media (max-width: 640px) {
  :root { --container-pad: 1rem; }

  section { padding: 2.5rem 0 !important; }

  /* NAV */
  .nav { padding: 0.65rem 0; background: var(--bone); border-bottom: 1px solid var(--line-soft); }
  .nav__logo { width: 38px; height: 38px; }
  .nav__brand-name { font-size: 0.95rem; }
  .nav__brand-sub { font-size: 0.6rem; }

  /* HERO */
  .hero { padding: 100px 0 var(--space-sm); }
  .hero__title {
    font-size: clamp(2rem, 10vw, 2.8rem);
    margin-bottom: var(--space-sm);
  }
  .hero__eyebrow { margin-bottom: var(--space-sm); font-size: 0.7rem; }
  .hero__lede {
    font-size: 1rem;
    margin-bottom: var(--space-md);
  }
  .hero__cta {
    flex-direction: column;
    align-items: stretch;
    gap: 0.625rem;
    margin-bottom: var(--space-md);
  }
  .btn { justify-content: center; font-size: 0.88rem; padding: 0.85rem 1.25rem; }

  /* STATS */
  .hero__meta {
    display: flex;
    justify-content: space-between;
    gap: 0;
    padding: var(--space-md) 0;
  }
  .hero__meta-item {
    flex: 1;
    text-align: center;
    align-items: center;
  }
  .hero__meta-divider { height: 28px; }
  .hero__meta-num { font-size: 1.65rem; }
  .hero__meta-label { font-size: 0.72rem; }

  /* HERO VISUAL */
  .hero__visual {
    aspect-ratio: auto;
    margin-bottom: 0;
    max-width: 100%;
  }
  .hero__image { object-position: center top; }
  .hero__card {
    position: static;
    width: 100%;
    margin-top: var(--space-sm);
    left: 0;
  }
  .hero__kanji {
    font-size: 8rem;
    top: -2%;
    right: -6%;
    opacity: 0.06;
  }

  /* TICKER */
  .hero__ticker { margin-top: var(--space-sm); }
  .ticker__track { font-size: 0.95rem; gap: 1.25rem; }

  /* SECTION TITLES */
  .section-title {
    font-size: clamp(1.65rem, 7vw, 2.2rem);
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .section-head { margin-bottom: var(--space-lg); }
  .section-eyebrow { margin-bottom: var(--space-lg); }

  /* PROFILE CARD + SEAL */
  .profile-card { position: relative; max-width: 100%; }
  .profile-card__name { font-size: 1.2rem; }
  .profile-card__seal {
    width: 46px;
    height: 46px;
    top: -10px;
    right: 12px;
  }
  .profile-card__seal span { font-size: 1.6rem; }

  /* PHILOSOPHY */
  .philosophy__text > p { font-size: 0.93rem; }
  .lede { font-size: 1.1rem; }
  .principle { padding: var(--space-sm) 0; }
  .principle__title { font-size: 1.1rem; }

  /* SERVICES */
  .services__grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: var(--space-md); }
  .service-card__title { font-size: 1.3rem; }
  .service-card--featured .service-card__head { padding-right: 0; }
  .service-card__badge { top: 0.75rem; right: 0.75rem; }

  /* CONDITIONS */
  .condition-row {
    grid-template-columns: 30px 1fr;
    padding: 0.85rem 0;
    gap: var(--space-sm);
  }
  .condition-row__tag {
    grid-column: 2 / 3;
    justify-self: start;
    margin-top: 0.25rem;
    font-size: 0.62rem;
  }
  .condition-row__name { font-size: 1rem; }

  /* PROCESS */
  .process__timeline { grid-template-columns: 1fr; gap: var(--space-xs); }
  .process-step { padding: var(--space-xs) 0; }
  .process-step__num { font-size: 1.6rem; }
  .process-step__title { font-size: 1.1rem; }

  /* SPACE GALLERY */
  .space__gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 300px);
    gap: 0.75rem;
  }
  .space__img--1, .space__img--2, .space__img--3,
  .space__img--4, .space__img--5 {
    grid-column: 1 / 2;
  }
  .space__img--1 { grid-row: 1 / 2; }
  .space__img--2 { grid-row: 2 / 3; }
  .space__img--3 { grid-row: 3 / 4; }
  .space__img--4 { grid-row: 4 / 5; }
  .space__img--5 { grid-row: 5 / 6; }

  /* TESTIMONIALS */
  .testimonial { padding: var(--space-md); }
  .testimonial__quote-mark { font-size: 3.5rem; top: 0.25rem; left: 0.75rem; }
  .testimonial__text { font-size: 0.95rem; }

  /* MILESTONE */
  .milestone__digit { font-size: clamp(5rem, 20vw, 8rem); }
  .milestone__word { font-size: 1.5rem; }
  .milestone__number {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    margin: var(--space-sm) 0 var(--space-md);
  }
  .milestone__text { font-size: 1rem; }
  .milestone__quote {
    font-size: 1rem;
    padding-left: var(--space-sm);
  }
  .milestone__signature { padding-left: var(--space-sm); font-size: 0.72rem; }

  /* CONTACT */
  .contact__map { min-height: 350px; }
  .map-frame { min-height: 350px; }
  .contact-item__value { font-size: 1rem; }

  /* FOOTER */
  .footer { padding: var(--space-lg) 0 var(--space-md); }
  .footer__cols { grid-template-columns: 1fr; gap: var(--space-md); }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .footer__tagline { font-size: 1.15rem; }
  .footer__legal { font-size: 0.72rem; }

  /* FLOATING WHATSAPP */
  .wa-float { width: 54px; height: 54px; bottom: 1.25rem; right: 1.25rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001s !important;
    scroll-behavior: auto !important;
  }
}
