/* Complemento de información — Antonio Sánchez Mobiliario.
   Los estilos originales NO se modifican. Todos los selectores nuevos
   utilizan el prefijo asm-info o asm-policy. No requiere JavaScript. */

/* Dos accesos discretos, debajo de los botones existentes en la portada. */
.asm-info-shortcuts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
}
.asm-info-shortcut {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 36px;
  max-width: 100%;
  padding: 7px 11px;
  border: 1px solid #84775c;
  border-radius: 4px;
  color: #edcf98;
  background: transparent;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}
.asm-info-shortcut svg {
  display: block;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
}
.asm-info-shortcut:hover {
  color: #fffaf0;
  border-color: #d6b677;
  background: #ffffff0d;
}
.asm-info-shortcut[aria-current="page"] {
  color: #fffaf0;
  border-color: #d6b677;
  background: #ffffff12;
}
.asm-info-shortcut:focus-visible {
  outline: 3px solid #edcf98;
  outline-offset: 4px;
}

/* Páginas nuevas: misma paleta, logotipo y tipografías del sitio original. */
.asm-info-page { min-height: 100vh; }
.asm-info-return {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid #cfc9b8;
  border-radius: 4px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}
.asm-info-return svg { width: 15px; height: 15px; flex-shrink: 0; }
.asm-info-return:hover { color: var(--gold-dark); border-color: #ad9470; background: #f7f5ef; }
.asm-info-banner {
  padding: 28px 0 41px;
  color: #fffaf0;
  background: radial-gradient(ellipse at 88% 35%, #354139 0, #222c26 32%, #1b231f 66%);
}
.asm-info-inner { max-width: 1080px; }
.asm-info-page-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 27px;
}
.asm-info-title {
  max-width: 1000px;
  margin: 0 0 17px;
  font-family: var(--serif);
  font-size: clamp(31px, 3.1vw, 46px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.028em;
}
.asm-info-title em { color: var(--gold-light); font-weight: 400; }
.asm-info-title-icon {
  display: inline-block;
  margin-right: 5px;
  font-size: .54em;
  vertical-align: .12em;
}
.asm-info-owner {
  display: block;
  margin-top: 17px;
  color: #edcf98;
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: .14em;
}
.asm-info-lead {
  max-width: 780px;
  margin: 0;
  color: #d2d6ce;
  font-size: 15px;
  line-height: 1.8;
}
.asm-info-content { padding-top: 38px; padding-bottom: 38px; }
.asm-info-paper {
  overflow: hidden;
  padding: 4px 34px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--white);
}
.asm-policy-block {
  display: grid;
  grid-template-columns: minmax(170px, .68fr) minmax(0, 1.5fr);
  gap: 30px;
  padding: 30px 0;
}
.asm-policy-block + .asm-policy-block { border-top: 1px solid #e7e3d8; }
.asm-policy-step {
  display: block;
  margin-bottom: 11px;
  color: #958163;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}
.asm-policy-heading h2 {
  margin: 0;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .035em;
}
.asm-policy-heading h2 span { margin-right: 4px; letter-spacing: 0; }
.asm-policy-copy { min-width: 0; color: #404b42; font-size: 15px; line-height: 1.85; }
.asm-policy-copy p { margin: 0 0 15px; }
.asm-policy-copy p:last-child { margin-bottom: 0; }
.asm-policy-copy ul { margin: 0; padding-left: 19px; }
.asm-policy-copy li + li { margin-top: 12px; }
.asm-policy-copy li::marker { color: #9d7e47; }
.asm-policy-copy strong { color: #27332d; font-weight: 600; }
.asm-policy-check { padding: 12px 15px; border-left: 2px solid #d6b677; background: #f6f3eb; }
.asm-policy-notice {
  display: grid;
  grid-template-columns: minmax(170px, .68fr) minmax(0, 1.5fr);
  gap: 30px;
  margin-top: 22px;
  padding: 24px 34px;
  border: 1px solid #d7c5a2;
  border-left: 3px solid #b28b49;
  border-radius: 6px;
  background: #f0e8d7;
}
.asm-policy-notice h2 { margin: 0; font-size: 14px; font-weight: 600; letter-spacing: .035em; line-height: 1.7; }
.asm-policy-notice p { margin: 0; font-size: 15px; line-height: 1.85; color: #3e483c; }
.asm-info-bottom-nav { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; gap: 14px; margin-top: 27px; }
.asm-info-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  color: var(--gold-dark);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.asm-info-text-link svg { width: 16px; height: 16px; flex-shrink: 0; }
.asm-info-text-link:hover { color: var(--ink); }

/* Ubicación: imagen original completa y enlace directo a Google Maps. */
.asm-info-location {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .95fr);
  grid-template-areas: "imagen datos";
  align-items: start;
  gap: 47px;
}
.asm-info-location-figure { grid-area: imagen; margin: 0; min-width: 0; }
.asm-info-photo-link {
  display: block;
  overflow: hidden;
  border: 1px solid #ccc4b4;
  border-radius: 6px;
  background: #080907;
  text-decoration: none;
}
.asm-info-photo-link img { width: 100%; height: auto; object-fit: contain; }
.asm-info-location-figure figcaption { margin-top: 12px; color: var(--muted); font-size: 11px; line-height: 1.7; text-align: center; }
.asm-info-location-copy {
  grid-area: datos;
  min-width: 0;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--white);
}
.asm-info-location-copy h2 { margin: 0 0 21px; font-family: var(--serif); font-size: 34px; font-weight: 400; letter-spacing: -.035em; line-height: 1.18; }
.asm-info-location-copy address { margin: 0; color: #465043; font-style: normal; font-size: 16px; line-height: 1.9; }
.asm-info-location-copy address strong { color: var(--ink); font-weight: 600; }
.asm-info-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  max-width: 100%;
  margin-top: 25px;
  padding: 11px 16px;
  border: 1px solid var(--gold);
  border-radius: 4px;
  background: var(--gold);
  color: #202920;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
  text-align: center;
}
.asm-info-map-link svg { width: 18px; height: 18px; flex-shrink: 0; }
.asm-info-map-link:hover { background: var(--gold-light); border-color: var(--gold-light); }
.asm-info-map-note { margin: 13px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }

@media (max-width: 999px) {
  .asm-info-location { gap: 26px; }
  .asm-info-location-copy { padding: 26px; }
  .asm-policy-block, .asm-policy-notice { grid-template-columns: minmax(155px, .7fr) minmax(0, 1.5fr); gap: 22px; }
}
@media (max-width: 719px) {
  .asm-info-shortcuts { justify-content: center; }
  .asm-info-page-nav { justify-content: flex-start; gap: 8px; margin-bottom: 26px; }
  .asm-info-banner { padding-top: 23px; padding-bottom: 29px; }
  .asm-info-title { font-size: 31px; line-height: 1.2; }
  .asm-info-owner { font-size: 9px; letter-spacing: .1em; line-height: 1.8; margin-top: 15px; }
  .asm-info-lead { font-size: 14px; }
  .asm-info-content { padding-top: 24px; padding-bottom: 29px; }
  .asm-info-paper { padding: 0 22px; }
  .asm-policy-block { grid-template-columns: 1fr; gap: 16px; padding: 24px 0; }
  .asm-policy-heading { display: flex; align-items: baseline; gap: 13px; }
  .asm-policy-step { flex: 0 0 auto; margin-bottom: 0; font-size: 21px; }
  .asm-policy-heading h2 { font-size: 13px; line-height: 1.6; }
  .asm-policy-copy { font-size: 15px; line-height: 1.85; }
  .asm-policy-notice { grid-template-columns: 1fr; gap: 10px; padding: 21px; margin-top: 17px; }
  .asm-info-bottom-nav { margin-top: 21px; }
  .asm-info-location { grid-template-columns: 1fr; grid-template-areas: "datos" "imagen"; gap: 23px; }
  .asm-info-location-copy { padding: 24px; }
  .asm-info-location-copy h2 { font-size: 30px; margin-bottom: 17px; }
  .asm-info-location-copy address { font-size: 15px; }
  .asm-info-location-figure { width: 100%; max-width: 500px; margin-right: auto; margin-left: auto; }
  .asm-info-map-link { margin-top: 20px; font-size: 12px; }
}
@media (max-width: 359px) {
  .asm-info-shortcut { padding: 7px 8px; font-size: 11px; gap: 5px; }
  .asm-info-shortcut svg { width: 13px; height: 13px; flex-basis: 13px; }
  .asm-info-return { padding: 8px 10px; }
  .asm-info-return-long { display: none; }
  .asm-info-title { font-size: 28px; }
  .asm-info-paper { padding: 0 18px; }
  .asm-info-location-copy { padding: 22px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .asm-info-shortcut { transition: none; }
}
@media print {
  .asm-info-page .site-header { display: block !important; }
  .asm-info-page .site-header { border: 0; }
  .asm-info-page .header-inner { min-height: 0; padding: 0 0 16px; }
  .asm-info-page .brand { width: 170px; }
  .asm-info-return, .asm-info-shortcuts, .asm-info-page-nav, .asm-info-bottom-nav { display: none !important; }
  .asm-info-banner { background: #fff; color: #000; padding: 10px 0 15px; }
  .asm-info-title { font-size: 27px; }
  .asm-info-title em, .asm-info-owner, .asm-info-lead { color: #222; }
  .asm-info-content { padding-top: 15px; }
  .asm-info-paper { padding: 0; border: 0; }
  .asm-policy-block { padding: 16px 0; break-inside: avoid; }
  .asm-policy-notice { break-inside: avoid; background: #fff; }
  .asm-info-location { gap: 25px; }
  .asm-info-location-copy { border: 0; padding: 0; }
}
