/* Androvit — androvit.com.ar
   All colors/fonts come from tokens.css (copy of marca/tokens.css). */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-text);
  background: var(--color-bg);
}
img, svg { display: block; max-width: 100%; }
a { color: var(--color-primary); }
a:focus-visible, .skip:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 3px;
  border-radius: 4px;
}
.skip {
  position: absolute; left: -9999px; top: 0;
  background: var(--color-white); color: var(--color-primary);
  padding: .5rem 1rem;
}
.skip:focus { left: 1rem; top: 1rem; z-index: 10; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}

/* ---------- Home: "Próximamente" ---------- */
.home {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background: var(--gradient-hero);
  color: var(--color-white);
}
.home main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 1.5rem 2rem;
}
.home .iso { width: 88px; height: auto; }
.home h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.25rem, 10vw, 3.75rem);
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
  margin: 1.5rem 0 0;
  padding-left: .12em; /* optically recenter letter-spacing */
}
.home .tipo {
  margin: .75rem 0 0;
  font-size: clamp(1rem, 4vw, 1.2rem);
  font-weight: 500;
}
.home .pronto {
  margin: 2.25rem 0 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: .55rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
}
.home footer {
  padding: 1.25rem 1.5rem calc(1.25rem + env(safe-area-inset-bottom));
  text-align: center;
  font-size: .85rem;
  border-top: 1px solid rgba(255, 255, 255, .18);
}
.home footer p { margin: 0; }
.home footer a { color: var(--color-white); }
.home footer .sep { opacity: .7; padding: 0 .35rem; }

/* ---------- Producto ---------- */
.page-header {
  background: var(--color-primary);
  color: var(--color-white);
}
.page-header .bar {
  max-width: 44rem; margin: 0 auto;
  padding: .85rem 1.25rem;
  display: flex; align-items: center; gap: .6rem;
}
.page-header a {
  display: inline-flex; align-items: center; gap: .6rem;
  color: var(--color-white); text-decoration: none;
  font-family: var(--font-display); font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; font-size: 1.1rem;
}
.page-header .iso { width: 26px; height: auto; }

.producto { max-width: 44rem; margin: 0 auto; padding: 1.75rem 1.25rem 3rem; }
.producto h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2rem, 8vw, 2.6rem);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--color-primary);
  line-height: 1.1;
  margin: 0;
}
.producto .caps {
  font-family: var(--font-display); font-weight: 600;
  font-size: 1.15rem; margin: .35rem 0 0; color: var(--color-primary-dark);
}
.producto .denominacion {
  margin: .9rem 0 0;
  font-size: .95rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .01em;
}
.card {
  background: var(--color-white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 1.15rem 1.15rem 1.25rem;
  margin-top: 1rem;
}
.card h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .85rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin: 0 0 .6rem;
  padding-bottom: .35rem;
  border-bottom: 2px solid var(--color-accent);
}
.card p { margin: 0; }
.card p + p { margin-top: .5rem; }
.dosis {
  font-family: var(--font-display); font-weight: 700;
  font-size: 1.35rem; color: var(--color-primary); line-height: 1.2;
}
.table-wrap { overflow-x: auto; }
table.nutri {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-mono);
  font-size: .85rem;
}
.nutri caption { text-align: left; font-family: var(--font-body); font-weight: 600; padding-bottom: .5rem; }
.nutri th, .nutri td {
  border: 1px solid var(--color-bg-alt);
  padding: .45rem .55rem;
  text-align: left;
  vertical-align: top;
}
.nutri thead th { background: var(--color-bg); font-weight: 700; }
.nutri .num { text-align: right; white-space: nowrap; }
.notapie { font-size: .85rem; margin-top: .75rem !important; }
.leyendas { margin: 0; padding: 0; list-style: none; }
.leyendas li {
  font-weight: 700;
  text-transform: uppercase;
  font-size: .85rem;
  line-height: 1.45;
  color: var(--color-primary-dark);
  padding: .5rem 0;
}
.leyendas li + li { border-top: 1px solid var(--color-bg-alt); }
.legal b { font-weight: 600; }
.card h2.h-sub { margin-top: 1rem; }
.gluten { display: flex; align-items: center; gap: 1rem; margin-top: .9rem; }
.gluten img { width: 64px; height: auto; flex: none; }
.page-footer {
  text-align: center; font-size: .85rem;
  padding: 1.5rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom));
  border-top: 1px solid var(--color-bg-alt);
}
.page-footer p { margin: 0; }
.home footer p.legal, .page-footer p.legal {
  max-width: 40rem; margin: 0 auto .6rem; line-height: 1.45; font-size: .9rem;
}

/* ---------- 404 ---------- */
.nf main { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 2rem 1.5rem; }
.nf h1 { font-family: var(--font-display); font-weight: 700; font-size: 1.75rem; margin: 1.25rem 0 .5rem; letter-spacing: normal; text-transform: none; padding: 0; }
.nf p { margin: 0; }
.nf .volver { margin-top: 1.5rem; color: var(--color-white); font-weight: 600; }
