@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@500;700&family=Nunito+Sans:wght@400;600;700&display=swap');
:root {
  --edom-paper: #fff9f8;
  --edom-ink: #211b22;
  --edom-muted: #716772;
  --edom-accent: #8b3f62;
  --edom-warm: #287b7a;
  --edom-line: rgba(24, 31, 29, .14);
  --edom-glass: rgba(255, 255, 255, .74);
  --edom-shade: 0 24px 70px rgba(23, 31, 29, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Nunito Sans', Arial, sans-serif; color: var(--edom-ink); background: var(--edom-paper); line-height: 1.62; }
a { color: inherit; }
.edom-cabecera { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--edom-line); background: color-mix(in srgb, var(--edom-paper) 88%, white); backdrop-filter: blur(16px); }
.edom-barra { max-width: 1160px; margin: 0 auto; padding: 14px 22px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.edom-marca { font-family: 'Libre Baskerville', Georgia, serif; font-size: 1.35rem; font-weight: 700; text-decoration: none; }
.edom-enlaces { display: flex; gap: 18px; align-items: center; font-weight: 700; font-size: .95rem; }
.edom-enlaces a { text-decoration: none; color: var(--edom-muted); }
.edom-enlaces a:hover { color: var(--edom-accent); }
.edom-boton-menu { display: none; width: 42px; height: 42px; border: 1px solid var(--edom-line); border-radius: 999px; background: var(--edom-glass); font-weight: 800; }
.edom-entrada { max-width: 1160px; margin: 0 auto; padding: 76px 22px 44px; }
.edom-heroico { display: grid; grid-template-columns: 1.08fr .92fr; gap: 38px; align-items: center; }
.edom-heroico.edom-centrado { display: block; text-align: center; max-width: 910px; }
.edom-heroico.edom-tarjetas { grid-template-columns: .88fr 1.12fr; }
.edom-heroico.edom-revista { grid-template-columns: .78fr 1.22fr; }
.edom-heroico h1 { font-family: 'Libre Baskerville', Georgia, serif; font-size: clamp(2.35rem, 6vw, 5.1rem); line-height: .98; margin: 0 0 18px; letter-spacing: 0; }
.edom-heroico p { color: var(--edom-muted); font-size: 1.12rem; max-width: 720px; }
.edom-etiqueta { color: var(--edom-accent); text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 800; margin-bottom: 14px; }
.edom-acciones { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.edom-primario, .edom-secundario { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 18px; border-radius: 999px; font-weight: 800; text-decoration: none; border: 1px solid transparent; }
.edom-primario { background: var(--edom-accent); color: white; box-shadow: 0 14px 30px color-mix(in srgb, var(--edom-accent) 30%, transparent); }
.edom-secundario { border-color: var(--edom-line); background: var(--edom-glass); }
.edom-panel { min-height: 360px; border: 1px solid var(--edom-line); border-radius: 28px; padding: 26px; background: linear-gradient(145deg, white, color-mix(in srgb, var(--edom-accent) 9%, var(--edom-paper))); box-shadow: var(--edom-shade); }
.edom-fila { display: flex; justify-content: space-between; gap: 18px; padding: 16px; border-radius: 18px; background: rgba(255,255,255,.76); border: 1px solid var(--edom-line); margin-bottom: 14px; }
.edom-medida { height: 12px; border-radius: 99px; background: color-mix(in srgb, var(--edom-accent) var(--relleno), #e7e2d8); margin-top: 10px; }
.edom-aviso { margin-top: 22px; padding: 16px 18px; border-radius: 20px; border: 1px solid color-mix(in srgb, var(--edom-warm) 38%, var(--edom-line)); background: color-mix(in srgb, var(--edom-warm) 10%, white); font-weight: 700; }
.edom-franja { padding: 58px 22px; }
.edom-interior { max-width: 1160px; margin: 0 auto; }
.edom-titulo { max-width: 760px; margin-bottom: 26px; }
.edom-titulo h2 { font-family: 'Libre Baskerville', Georgia, serif; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.05; margin: 0 0 12px; }
.edom-malla { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.edom-malla.edom-cuatro { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.edom-pieza, .edom-ruta, .edom-opinion, .edom-lectura, .edom-formulario, .edom-legal { border: 1px solid var(--edom-line); background: rgba(255,255,255,.72); border-radius: 22px; padding: 22px; box-shadow: 0 12px 35px rgba(20, 30, 28, .06); }
.edom-ruta { display: flex; flex-direction: column; gap: 12px; }
.edom-ruta strong { font-family: 'Libre Baskerville', Georgia, serif; font-size: 1.45rem; }
.edom-ruta ul, .edom-legal ul { padding-left: 20px; margin: 0; }
.edom-destacado { border-color: color-mix(in srgb, var(--edom-accent) 48%, var(--edom-line)); transform: translateY(-6px); }
.edom-opinion span { color: var(--edom-muted); font-size: .93rem; }
.edom-lista-guias { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.edom-lectura a { color: var(--edom-accent); font-weight: 800; }
.edom-zona-contacto { display: grid; grid-template-columns: .85fr 1.15fr; gap: 22px; align-items: start; }
.edom-formulario label { display: grid; gap: 6px; margin-bottom: 13px; font-weight: 800; }
.edom-formulario input, .edom-formulario textarea { width: 100%; border: 1px solid var(--edom-line); border-radius: 14px; padding: 13px 14px; font: inherit; background: white; color: var(--edom-ink); }
.edom-formulario textarea { min-height: 130px; resize: vertical; }
.edom-exito { display: none; margin-top: 12px; color: var(--edom-accent); font-weight: 800; }
.edom-preguntas { display: grid; gap: 12px; }
.edom-pregunta { width: 100%; text-align: left; border: 1px solid var(--edom-line); border-radius: 18px; padding: 16px 18px; background: rgba(255,255,255,.76); color: var(--edom-ink); font: inherit; font-weight: 800; cursor: pointer; }
.edom-respuesta { display: none; padding: 0 18px 14px; color: var(--edom-muted); }
.edom-respuesta.edom-visible { display: block; }
.edom-llamada { border-radius: 28px; padding: 34px; background: var(--edom-ink); color: white; display: flex; justify-content: space-between; gap: 22px; align-items: center; }
.edom-llamada p { color: color-mix(in srgb, white 72%, var(--edom-paper)); }
.edom-pie { padding: 38px 22px; border-top: 1px solid var(--edom-line); }
.edom-piegrid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 24px; }
.edom-piegrid a { display: block; color: var(--edom-muted); text-decoration: none; margin: 5px 0; }
.edom-nota { color: var(--edom-muted); font-size: .9rem; }
.edom-migas { color: var(--edom-muted); margin-bottom: 16px; }
.edom-contenido { max-width: 920px; margin: 0 auto; padding: 64px 22px; }
.edom-contenido h1 { font-family: 'Libre Baskerville', Georgia, serif; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.05; }
.edom-contenido h2 { font-family: 'Libre Baskerville', Georgia, serif; font-size: 2rem; margin-top: 36px; }
.edom-tambien { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 26px; }
.edom-cookie { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 30; max-width: 760px; margin: 0 auto; background: var(--edom-ink); color: white; border-radius: 20px; padding: 16px; display: none; gap: 14px; align-items: center; justify-content: space-between; box-shadow: var(--edom-shade); }
.edom-cookie p { margin: 0; }
.edom-cookie button { border: 0; border-radius: 999px; padding: 11px 16px; font-weight: 800; color: var(--edom-ink); background: white; cursor: pointer; }
@media (max-width: 860px) {
  .edom-boton-menu { display: inline-block; }
  .edom-enlaces { position: absolute; left: 16px; right: 16px; top: 70px; display: none; flex-direction: column; align-items: stretch; padding: 16px; border: 1px solid var(--edom-line); border-radius: 20px; background: var(--edom-paper); box-shadow: var(--edom-shade); }
  .edom-enlaces.edom-abierto { display: flex; }
  .edom-heroico, .edom-heroico.edom-tarjetas, .edom-heroico.edom-revista, .edom-zona-contacto, .edom-lista-guias, .edom-piegrid { grid-template-columns: 1fr; }
  .edom-malla, .edom-malla.edom-cuatro, .edom-tambien { grid-template-columns: 1fr; }
  .edom-llamada { display: block; }
  .edom-entrada { padding-top: 42px; }
}
