/**
 * Diseño «Archivo de luz»: refuerzo del sistema de orientación, cartografía y
 * dossier. Se carga después de index.css para preservar una cascada controlada.
 */
.orientation-star {
  color: #b8892c;
  font-style: normal;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1;
  display: inline-grid;
  place-items: center;
  flex: none;
}
.eyebrow .orientation-star {
  color: currentColor;
  font-size: 14px;
}
.atlas-legend {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  border-top: 1px solid #c8c0b0;
  margin-top: 25px;
  padding-top: 11px;
  color: #697587;
  font-size: 10px;
}
.atlas-legend span {
  display: flex;
  gap: 5px;
  align-items: center;
}
.atlas-legend .orientation-star {
  font-size: 13px;
}
.route-swatch {
  display: block;
  width: 18px;
  border-top: 1px dashed #173c6e;
}
.map-illustration {
  background: none;
  clip-path: none;
}
.map-illustration svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.spain-land {
  fill: #d5ccba;
}
.spain-border {
  fill: none;
  stroke: #a89b87;
  stroke-width: 1.5;
}
.route-line {
  fill: none;
  stroke: #173c6e;
  stroke-width: 1.5;
  stroke-dasharray: 4 5;
}
.route-two {
  stroke: #b8892c;
}
.route-three {
  stroke: #64758e;
}
.island-dot {
  fill: #b8892c;
}
.map-silhouette {
  left: 37%;
  top: 43%;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.map-point i {
  width: 15px;
  height: 15px;
  margin-bottom: 2px;
  background: #f8f5ee;
  border: 1px solid #173c6e;
  border-radius: 50%;
  font-size: 11px;
}
.p-0 {
  left: 29%;
  top: 64%;
}
.p-1 {
  left: 52%;
  top: 47%;
}
.p-2 {
  left: 45%;
  top: 59%;
}
.p-3 {
  left: 70%;
  top: 32%;
}
.p-4 {
  left: 39%;
  top: 28%;
}
.map-coordinate {
  position: absolute;
  right: 7%;
  bottom: 9%;
  font-size: 9px;
  letter-spacing: 0.12em;
  color: #847966;
}
.register-hero {
  min-height: 500px;
  background: #e7dfd0;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) minmax(350px, 0.72fr);
  color: #173c6e;
}
.register-index {
  background: #d7b36a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-right: 1px solid rgba(23, 60, 110, 0.25);
}
.register-index span,
.register-index small {
  font-size: 9px;
  letter-spacing: 0.13em;
  text-align: center;
}
.register-index strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 77px;
  line-height: 0.8;
}
.register-index .orientation-star {
  font-size: 23px;
}
.register-copy {
  padding: 85px 55px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.register-copy h1 {
  font-size: clamp(53px, 5.5vw, 77px);
  margin: 0 0 20px;
}
.register-copy h1 em {
  color: #b8892c;
}
.register-copy > p {
  max-width: 520px;
  font-size: 15px;
  color: #5d6877;
  line-height: 1.7;
}
.register-rule {
  margin-top: 30px;
  border-top: 1px solid #c2b8a6;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  color: #847763;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.register-image {
  position: relative;
  background-size: cover;
  background-position: center;
}
.register-image:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(13, 37, 67, 0.05),
    rgba(13, 37, 67, 0.38)
  );
}
.image-seal {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #173c6e;
  color: #fff;
  padding: 10px 12px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 7px;
}
.image-seal .orientation-star {
  color: #e4c57f;
}
.sale-hero {
  padding: 75px 0;
}
.sale-hero-grid {
  display: grid;
  grid-template-columns: 145px 1fr 190px;
  gap: 52px;
  align-items: center;
}
.sale-dossier {
  min-height: 270px;
  border-right: 1px solid rgba(255, 255, 255, 0.23);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 9px;
}
.sale-dossier span,
.sale-dossier small,
.sale-provenance span {
  font-size: 9px;
  letter-spacing: 0.14em;
  color: #e5c777;
}
.sale-dossier strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 74px;
  line-height: 0.75;
}
.sale-dossier .orientation-star,
.sale-provenance .orientation-star {
  color: #e5c777;
  font-size: 23px;
}
.sale-provenance {
  border-left: 1px solid rgba(255, 255, 255, 0.23);
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.sale-provenance p {
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  line-height: 1.05;
  margin: 0;
  color: #fff;
}
.sale-summary dd .orientation-star {
  margin-right: 5px;
}
.potential-grid .orientation-star {
  font-size: 15px;
  margin-right: 4px;
}
@media (max-width: 900px) {
  .register-hero {
    grid-template-columns: 100px 1fr 0.7fr;
  }
  .register-copy {
    padding-left: 36px;
    padding-right: 36px;
  }
  .register-index strong {
    font-size: 59px;
  }
  .sale-hero-grid {
    grid-template-columns: 100px 1fr 135px;
    gap: 28px;
  }
  .sale-dossier strong {
    font-size: 57px;
  }
  .sale-provenance {
    padding-left: 16px;
  }
}
@media (max-width: 640px) {
  .register-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .register-index {
    min-height: 77px;
    flex-direction: row;
    justify-content: flex-start;
    padding: 12px 16px;
    gap: 14px;
  }
  .register-index strong {
    font-size: 41px;
  }
  .register-index small {
    margin-left: auto;
  }
  .register-copy {
    padding: 55px 16px 38px;
  }
  .register-copy h1 {
    font-size: 51px;
  }
  .register-image {
    height: 265px;
  }
  .sale-hero {
    padding: 0;
  }
  .sale-hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .sale-dossier {
    min-height: 80px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 13px 16px;
    display: grid;
    grid-template-columns: 1fr auto 24px auto;
    align-items: center;
  }
  .sale-dossier strong {
    font-size: 43px;
  }
  .sale-hero-grid > div:nth-child(2) {
    padding: 58px 0;
  }
  .sale-provenance {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding: 19px 0 27px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
  }
  .sale-provenance p {
    font-size: 21px;
  }
  .map-illustration {
    height: 280px;
  }
}
