@font-face {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("dm-serif-regular.ttf") format("truetype");
}
@font-face {
  font-family: "DM Serif Display";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("dm-serif-italic.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("manrope-400.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("manrope-500.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("manrope-600.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("manrope-700.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("manrope-800.ttf") format("truetype");
}
/* Archivo de la Luz: editorialismo museográfico; caliza cálida, tinta verde-negra y rojo cinabrio. */
:root {
  --background: #f4f0e8;
  --foreground: #1b2924;
  --primary: #b7432e;
  --primary-foreground: #fffaf2;
  --border: rgba(27, 41, 36, 0.16);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--background);
}
body {
  min-width: 320px;
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.55;
}
body,
#root {
  min-height: 100vh;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
}
.shell {
  width: min(1216px, calc(100% - 48px));
  margin: 0 auto;
}
.eyebrow {
  margin: 0 0 11px;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.145em;
  text-transform: uppercase;
}
.eyebrow--red {
  color: #b7432e;
}
.section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #51635b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.section-label span {
  color: #b7432e;
}
.evidence {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid currentColor;
  padding: 4px 7px 3px;
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.evidence em {
  font-size: 8px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.04em;
  text-transform: none;
}
.evidence--fuentes {
  color: #334b41;
  background: #e5eee5;
}
.evidence--tradición {
  color: #8c4029;
  background: #f3e1d8;
}
.evidence--contexto {
  color: #56645d;
  background: #e9e7dc;
}
.evidence--visita {
  color: #345166;
  background: #e2edf0;
}
.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #b7432e;
  font-size: 12px;
  font-weight: 800;
  transition:
    transform 180ms cubic-bezier(0.23, 1, 0.32, 1),
    color 180ms ease;
}
.arrow-link:hover {
  transform: translateX(3px);
  color: #8d281d;
}
.arrow-link--light {
  color: #fffaf2;
}
.arrow-link--light:hover {
  color: #f1cabb;
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 42px;
  font-size: 12px;
  font-weight: 800;
}
.back-link--light {
  color: #fffaf2;
}
/* Las barras no están dentro de contenedores con overflow/transform: la primera fluye y la segunda queda sticky. */
.sale-strip {
  background: #b7432e;
  color: #fffaf2;
  font-size: 11px;
}
.sale-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 37px;
}
.sale-strip p {
  margin: 0;
  opacity: 0.96;
}
.sale-strip__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.main-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 247, 240, 0.96);
  border-bottom: 1px solid rgba(27, 41, 36, 0.14);
  backdrop-filter: blur(15px);
}
.main-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  height: 75px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 25px;
  letter-spacing: -0.05em;
}
.brand__mark {
  width: 29px;
  height: 29px;
  object-fit: contain;
}
.brand__dot {
  color: #b7432e;
}
.main-nav__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 29px);
}
.main-nav__links a {
  position: relative;
  color: #34443e;
  font-size: 11px;
  font-weight: 800;
}
.main-nav__links a:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #b7432e;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms cubic-bezier(0.23, 1, 0.32, 1);
}
.main-nav__links a:hover:after,
.main-nav__links .is-active:after {
  transform: scaleX(1);
}
.main-nav__actions {
  display: flex;
  align-items: center;
  gap: 13px;
}
.nav-search {
  display: grid;
  place-items: center;
  padding: 6px;
  color: #20332b;
}
.nav-cta {
  padding: 10px 13px;
  background: #1b2924;
  color: #fffaf2;
  font-size: 10px;
  font-weight: 800;
  transition:
    background 180ms ease,
    transform 160ms ease;
}
.nav-cta:hover {
  background: #b7432e;
}
.nav-cta:active {
  transform: scale(0.97);
}
.mobile-menu,
.mobile-nav {
  display: none;
}
/* Inicio */
.home-hero {
  position: relative;
  isolation: isolate;
  min-height: 610px;
  background: #20332b;
  color: #fffaf2;
}
.home-hero__image,
.home-hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.home-hero__image {
  z-index: -2;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.78) brightness(0.7);
}
.home-hero__veil {
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(15, 26, 22, 0.92),
    rgba(21, 34, 29, 0.72) 36%,
    rgba(15, 25, 21, 0.13) 80%
  );
}
.home-hero__content {
  padding-top: 109px;
}
.hero-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 27px;
  color: #f1d8cb;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.hero-kicker__disc {
  width: 12px;
  height: 12px;
  border: 3px solid #b7432e;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #f4f0e8;
}
.home-hero h1 {
  max-width: 710px;
  margin-bottom: 26px;
  font-size: clamp(56px, 8vw, 108px);
}
.home-hero h1 i,
.page-lead h1 i,
.routes-hero h1 i,
.place-detail h1 i,
.sale-page h1 i {
  color: #e4b9a8;
}
.home-hero__content > p {
  max-width: 393px;
  margin-bottom: 31px;
  color: #f2eee5;
  font-size: 15px;
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.text-link-light {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid rgba(255, 250, 242, 0.55);
  padding-bottom: 3px;
  font-size: 12px;
  font-weight: 800;
}
.hero-caption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 10px;
}
.hero-caption > span {
  color: rgba(255, 250, 242, 0.73);
}
.signal-band {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 88px;
  padding-top: 93px;
  padding-bottom: 106px;
}
.signal-band h2 {
  max-width: 630px;
  margin-bottom: 0;
  font-size: clamp(34px, 4vw, 52px);
}
.signal-band > p {
  align-self: end;
  max-width: 414px;
  margin: 0 0 4px;
  color: #52625b;
  font-size: 14px;
  line-height: 1.8;
}
.home-areas {
  padding-bottom: 110px;
}
.area-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.home-areas__grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.8fr;
  align-items: stretch;
}
.feature-story {
  display: flex;
  justify-content: space-between;
  min-height: 360px;
  padding: 33px;
}
.feature-story--ink {
  background: #1b2924;
  color: #fffaf2;
}
.feature-story h2 {
  max-width: 374px;
  margin: 32px 0 15px;
  font-size: 43px;
}
.feature-story p {
  max-width: 345px;
  margin-bottom: 23px;
  color: #d7dfd9;
  font-size: 13px;
  line-height: 1.7;
}
.feature-story__number {
  align-self: end;
  color: #83968c;
  font:
    72px/0.8 "DM Serif Display",
    Georgia,
    serif;
}
.editorial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(27, 41, 36, 0.14);
}
.editorial-card--sand {
  background: #e4ddcf;
}
.editorial-card--light {
  background: #fbf8f1;
}
.editorial-card--ink {
  background: #1b2924;
  color: #fffaf2;
}
.editorial-card__body {
  padding: 31px 26px 25px;
}
.editorial-card h3 {
  margin: 23px 0 13px;
  font-size: 26px;
}
.editorial-card p:not(.eyebrow) {
  color: #56645d;
  font-size: 12px;
  line-height: 1.7;
}
.editorial-card--ink p:not(.eyebrow) {
  color: #d6ddd8;
}
.editorial-card .arrow-link {
  margin-top: 12px;
}
.editorial-card img {
  width: 100%;
  height: 182px;
  object-fit: cover;
}
.art-spotlight {
  padding: 100px 0;
  background: #e3dbcd;
}
.art-spotlight__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(45px, 7vw, 118px);
  align-items: center;
}
.art-spotlight__visual {
  position: relative;
  padding-right: 35px;
}
.art-spotlight__visual img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  filter: saturate(0.75);
}
.art-spotlight__caption {
  position: absolute;
  right: 0;
  bottom: 38px;
  width: 159px;
  padding: 12px;
  background: #b7432e;
  color: #fffaf2;
  font-size: 10px;
  line-height: 1.5;
}
.art-spotlight h2 {
  max-width: 480px;
  margin: 27px 0 20px;
  font-size: 47px;
}
.art-spotlight__copy > p {
  max-width: 470px;
  color: #4c5c55;
  font-size: 14px;
  line-height: 1.8;
}
.facts-rail {
  display: flex;
  gap: 0;
  margin: 29px 0 28px;
  border-top: 1px solid rgba(27, 41, 36, 0.24);
  border-bottom: 1px solid rgba(27, 41, 36, 0.24);
}
.facts-rail > div {
  flex: 1;
  padding: 13px 14px 14px 0;
}
.facts-rail > div + div {
  border-left: 1px solid rgba(27, 41, 36, 0.24);
  padding-left: 14px;
}
.facts-rail strong {
  display: block;
  font:
    27px/1 "DM Serif Display",
    Georgia,
    serif;
}
.facts-rail span {
  display: block;
  margin-top: 5px;
  color: #56645d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.map-callout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  min-height: 540px;
  padding: 109px 0;
}
.map-callout__copy {
  padding: 21px 65px 0 0;
}
.map-callout h2 {
  margin: 26px 0 18px;
  font-size: 50px;
}
.map-callout__copy > p {
  max-width: 365px;
  color: #516059;
  font-size: 14px;
  line-height: 1.8;
}
.map-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 27px;
}
.inline-icon-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid #63736b;
  padding-bottom: 3px;
  font-size: 11px;
  font-weight: 800;
}
.map-callout__visual {
  position: relative;
  align-self: center;
  min-height: 330px;
  background: #cfd7cf;
}
.map-callout__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.73);
}
.map-pin {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50% 50% 50% 0;
  background: #b7432e;
  transform: rotate(-45deg);
  box-shadow: 0 2px 0 3px rgba(255, 250, 242, 0.8);
}
.map-pin--one {
  top: 28%;
  left: 39%;
}
.map-pin--two {
  right: 23%;
  bottom: 30%;
}
.map-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 12px;
  background: #fbf8f1;
  font-size: 10px;
  font-weight: 800;
}
.home-ledger {
  display: grid;
  grid-template-columns: 0.55fr 0.78fr 0.43fr;
  margin-bottom: 105px;
  background: #1b2924;
  color: #fffaf2;
}
.home-ledger__image img {
  width: 100%;
  height: 100%;
  min-height: 285px;
  object-fit: cover;
  filter: saturate(0.6);
}
.home-ledger__copy {
  padding: 41px;
}
.home-ledger h2 {
  margin: 21px 0 16px;
  font-size: 37px;
}
.home-ledger__copy > p:not(.eyebrow) {
  margin-bottom: 24px;
  color: #d9e0da;
  font-size: 12px;
  line-height: 1.75;
}
.newsletter-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e2b5a3;
  font-size: 11px;
  font-weight: 800;
}
.home-ledger__agenda {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
  padding: 40px 28px;
  border-left: 1px solid rgba(255, 250, 242, 0.18);
}
.home-ledger__agenda svg {
  color: #e2b5a3;
}
.home-ledger__agenda strong {
  font:
    58px/0.8 "DM Serif Display",
    Georgia,
    serif;
}
.home-ledger__agenda > span {
  color: #d9e0da;
  font-size: 11px;
}
.home-ledger__agenda .arrow-link {
  margin-top: 12px;
}
.discovery-strip {
  background: #b7432e;
  color: #fffaf2;
}
.discovery-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 94px;
}
.discovery-strip p {
  margin: 0;
  font:
    25px "DM Serif Display",
    Georgia,
    serif;
}
.discovery-strip a {
  font-size: 11px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}
/* Cabeceras y bloques de páginas interiores */
.page-lead {
  display: grid;
  grid-template-columns: 1fr 3.1fr;
  gap: 61px;
  padding-top: 90px;
  padding-bottom: 88px;
}
.page-lead__index {
  padding-top: 11px;
}
.page-lead__index .evidence {
  margin-top: 16px;
}
.page-lead h1 {
  max-width: 820px;
  margin-bottom: 23px;
  font-size: clamp(51px, 6.4vw, 82px);
}
.page-lead__intro {
  max-width: 680px;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1.7;
}
.page-lead__detail {
  max-width: 600px;
  color: #637169;
  font-size: 12px;
  line-height: 1.75;
}
.history-manifesto {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 61px;
  padding: 54px 0;
  border-top: 1px solid rgba(27, 41, 36, 0.2);
  border-bottom: 1px solid rgba(27, 41, 36, 0.2);
}
.history-manifesto__aside p {
  margin-top: 25px;
  color: #b7432e;
  font:
    59px/0.84 "DM Serif Display",
    Georgia,
    serif;
}
.history-manifesto h2 {
  max-width: 720px;
  margin-bottom: 21px;
  font-size: 42px;
}
.history-manifesto > div:last-child > p {
  max-width: 670px;
  color: #56645d;
  font-size: 14px;
  line-height: 1.8;
}
.timeline-section {
  padding: 103px 0 93px;
}
.timeline-section > .section-label {
  margin-bottom: 28px;
}
.timeline {
  border-top: 1px solid rgba(27, 41, 36, 0.22);
}
.timeline article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 25px;
  padding: 28px 0 32px;
  border-bottom: 1px solid rgba(27, 41, 36, 0.22);
}
.timeline article > span {
  color: #b7432e;
  font:
    31px "DM Serif Display",
    Georgia,
    serif;
}
.timeline h3 {
  margin-bottom: 9px;
  font-size: 28px;
}
.timeline p {
  max-width: 650px;
  margin-bottom: 15px;
  color: #56645d;
  font-size: 13px;
  line-height: 1.75;
}
.history-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 103px;
}
.history-split__quote {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 349px;
  padding: 36px;
  background: #b7432e;
  color: #fffaf2;
}
.history-split__quote p {
  max-width: 445px;
  font:
    39px/1.04 "DM Serif Display",
    Georgia,
    serif;
}
.history-split__quote span {
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.history-split__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.history-split__cards article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background: #e4ddcf;
}
.history-split__cards article + article {
  background: #1b2924;
  color: #fffaf2;
}
.history-split__cards h3 {
  margin: 22px 0 12px;
  font-size: 29px;
}
.history-split__cards p:not(.eyebrow) {
  color: #586760;
  font-size: 12px;
}
.history-split__card--red p:not(.eyebrow) {
  color: #d8e0da;
}
.related-grid {
  display: grid;
  grid-template-columns: 0.58fr 1fr 1fr 1fr;
  align-items: stretch;
  margin-bottom: 105px;
}
.related-grid > .section-label {
  align-items: flex-start;
  padding: 20px 21px;
}
.related-grid article {
  min-height: 187px;
  padding: 24px;
  border-left: 1px solid rgba(27, 41, 36, 0.18);
}
.related-grid article p {
  margin-bottom: 25px;
  color: #b7432e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.related-grid h3 {
  min-height: 68px;
  font-size: 25px;
}
/* Arte */
.gallery-intro {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 75px;
  align-items: center;
  padding-bottom: 105px;
}
.gallery-intro__panel {
  position: relative;
  padding: 0 41px 31px 0;
}
.gallery-intro__panel > img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  filter: saturate(0.7);
}
.gallery-intro__card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 265px;
  padding: 20px;
  background: #1b2924;
  color: #fffaf2;
}
.gallery-intro__card p {
  margin: 14px 0 0;
  font:
    20px/1.15 "DM Serif Display",
    Georgia,
    serif;
}
.gallery-intro h2 {
  max-width: 480px;
  margin: 27px 0 19px;
  font-size: 43px;
}
.gallery-intro__text > p {
  max-width: 440px;
  margin-bottom: 25px;
  color: #56645d;
  font-size: 14px;
  line-height: 1.8;
}
.symbol-catalogue {
  padding: 65px 0 101px;
  border-top: 1px solid rgba(27, 41, 36, 0.18);
}
.symbol-catalogue__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}
.symbol-catalogue__head > p {
  max-width: 364px;
  margin: 0;
  color: #56645d;
  font-size: 12px;
}
.symbol-catalogue__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.symbol-catalogue article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 13px;
  padding: 25px 28px 23px 0;
  border-top: 1px solid rgba(27, 41, 36, 0.18);
  border-bottom: 1px solid rgba(27, 41, 36, 0.18);
}
.symbol-catalogue article + article {
  padding-left: 28px;
  border-left: 1px solid rgba(27, 41, 36, 0.18);
}
.symbol-catalogue article > span {
  color: #b7432e;
  font:
    25px "DM Serif Display",
    Georgia,
    serif;
}
.symbol-catalogue h3 {
  margin-bottom: 7px;
  font-size: 28px;
}
.symbol-catalogue p {
  margin: 0;
  color: #596760;
  font-size: 12px;
  line-height: 1.7;
}
.art-exhibit {
  background: #1b2924;
  color: #fffaf2;
}
.art-exhibit__inner {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 96px;
  padding-top: 99px;
  padding-bottom: 97px;
}
.art-exhibit h2 {
  max-width: 570px;
  margin: 22px 0 19px;
  font-size: 45px;
}
.art-exhibit p:not(.eyebrow) {
  max-width: 570px;
  color: #d3dcd6;
  font-size: 13px;
  line-height: 1.8;
}
.art-exhibit .evidence {
  margin-top: 13px;
}
.art-exhibit__facts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.art-exhibit__facts > span {
  color: #ccdbd2;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.art-exhibit__facts strong {
  margin: 6px 0 10px;
  color: #dcae9d;
  font:
    102px/0.85 "DM Serif Display",
    Georgia,
    serif;
}
.art-exhibit__facts .arrow-link {
  margin-top: 28px;
}
.art-end {
  padding: 101px 0;
}
.art-end h2 {
  max-width: 540px;
  margin: 25px 0;
  font-size: 45px;
}
/* Directorio */
.directory-shell {
  display: grid;
  grid-template-columns: 248px 1fr;
  gap: 55px;
  padding-bottom: 100px;
}
.directory-filter {
  align-self: start;
  padding: 18px 18px 27px;
  background: #e4ddcf;
}
.directory-filter > .section-label {
  margin-bottom: 21px;
}
.directory-filter button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 12px 0;
  border: 0;
  border-top: 1px solid rgba(27, 41, 36, 0.17);
  background: transparent;
  color: #42524b;
  text-align: left;
  font-size: 11px;
  font-weight: 700;
}
.directory-filter button span {
  color: #75837c;
}
.directory-filter .filter-active {
  color: #b7432e;
}
.filter-note {
  display: flex;
  gap: 9px;
  margin-top: 24px;
  padding-top: 15px;
  border-top: 1px solid rgba(27, 41, 36, 0.2);
  color: #617068;
}
.filter-note p {
  margin: 0;
  font-size: 10px;
  line-height: 1.6;
}
.directory-results__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 24px;
}
.directory-results__head h2 {
  margin: 0;
  font-size: 39px;
}
.directory-results__head > span {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #506057;
  font-size: 10px;
  font-weight: 800;
}
.place-list {
  border-top: 1px solid rgba(27, 41, 36, 0.2);
}
.place-list__item {
  display: grid;
  grid-template-columns: 47px 1fr 164px 53px;
  gap: 16px;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid rgba(27, 41, 36, 0.2);
}
.place-list__n {
  color: #b7432e;
  font:
    25px "DM Serif Display",
    Georgia,
    serif;
}
.place-list__main h3 {
  margin: 0 0 8px;
  font-size: 28px;
}
.place-list__main > p:not(.eyebrow) {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  color: #607068;
  font-size: 11px;
}
.place-list__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.place-list__meta > span {
  color: #6d7a74;
  font-size: 10px;
}
.places-callout {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 105px;
  padding: 35px 0;
  border-top: 1px solid rgba(27, 41, 36, 0.2);
  border-bottom: 1px solid rgba(27, 41, 36, 0.2);
}
.places-callout h2 {
  max-width: 640px;
  margin: 25px 0 0;
  font-size: 38px;
}
.places-callout > a {
  padding: 13px 16px;
  background: #1b2924;
  color: #fffaf2;
  font-size: 11px;
  font-weight: 800;
}
/* Rutas */
.routes-hero {
  position: relative;
  min-height: 600px;
  background: #22382e;
  color: #fffaf2;
}
.routes-hero > img,
.routes-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.routes-hero > img {
  object-fit: cover;
  filter: saturate(0.66) brightness(0.7);
}
.routes-hero__shade {
  background: linear-gradient(
    90deg,
    rgba(16, 29, 24, 0.84),
    rgba(16, 29, 24, 0.13)
  );
}
.routes-hero__copy {
  position: relative;
  padding-top: 116px;
}
.routes-hero h1 {
  margin: 20px 0 22px;
  font-size: clamp(58px, 7vw, 91px);
}
.routes-hero__copy > p:last-child {
  max-width: 360px;
  color: #eef1e9;
  font-size: 15px;
}
.routes-hero__data {
  position: absolute;
  right: 24px;
  bottom: 22px;
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 10px;
}
.route-brief {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 100px;
  padding: 103px 0;
}
.route-brief h2 {
  max-width: 525px;
  margin: 26px 0 18px;
  font-size: 47px;
}
.route-brief > div > p:not(.section-label) {
  max-width: 535px;
  color: #56645d;
  font-size: 14px;
  line-height: 1.8;
}
.route-brief .facts-rail {
  align-self: center;
}
.route-stages {
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 38px;
  padding-bottom: 105px;
}
.route-stages > div {
  border-top: 1px solid rgba(27, 41, 36, 0.2);
}
.route-stages article {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 21px;
  padding: 27px 0;
  border-bottom: 1px solid rgba(27, 41, 36, 0.2);
}
.route-stages article > span {
  color: #b7432e;
  font:
    31px "DM Serif Display",
    Georgia,
    serif;
}
.route-stages h3 {
  max-width: 620px;
  margin: 6px 0 8px;
  font-size: 29px;
}
.route-stages article p:not(.eyebrow) {
  margin: 0;
  color: #5b6a62;
  font-size: 12px;
}
.route-principles {
  background: #e4ddcf;
}
.route-principles__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding: 87px 0;
}
.route-principles h2 {
  max-width: 510px;
  margin: 20px 0 0;
  font-size: 42px;
}
.route-principles__inner > p {
  align-self: end;
  max-width: 480px;
  margin: 0;
  color: #56645d;
  font-size: 14px;
  line-height: 1.8;
}
/* Agenda y biblioteca */
.agenda-feature {
  display: grid;
  grid-template-columns: 150px 1fr 120px;
  gap: 44px;
  align-items: center;
  margin-bottom: 91px;
  padding: 38px;
  background: #1b2924;
  color: #fffaf2;
}
.agenda-feature__date {
  display: flex;
  flex-direction: column;
  padding-right: 32px;
  border-right: 1px solid rgba(255, 250, 242, 0.25);
}
.agenda-feature__date svg {
  color: #e3b9aa;
}
.agenda-feature__date strong {
  margin: 6px 0 0;
  font:
    73px/0.78 "DM Serif Display",
    Georgia,
    serif;
}
.agenda-feature__date span {
  color: #cbd7d0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
}
.agenda-feature h2 {
  max-width: 660px;
  margin: 15px 0 0;
  font-size: 36px;
}
.agenda-list {
  padding-bottom: 104px;
}
.agenda-list > .section-label {
  margin-bottom: 24px;
}
.agenda-list article {
  display: grid;
  grid-template-columns: 92px 1fr 1fr 55px;
  gap: 25px;
  align-items: center;
  padding: 25px 0;
  border-top: 1px solid rgba(27, 41, 36, 0.2);
}
.agenda-list article:last-child {
  border-bottom: 1px solid rgba(27, 41, 36, 0.2);
}
.agenda-date {
  display: flex;
  flex-direction: column;
}
.agenda-date span {
  color: #b7432e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.agenda-date strong {
  font:
    30px/0.95 "DM Serif Display",
    Georgia,
    serif;
}
.agenda-list h3 {
  margin: 0 0 7px;
  font-size: 27px;
}
.agenda-list article > div:nth-child(2) > p {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  color: #637169;
  font-size: 10px;
}
.agenda-list__text {
  margin: 0;
  color: #596760;
  font-size: 11px;
  line-height: 1.7;
}
.agenda-cta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 105px;
  padding: 35px 0;
  border-top: 1px solid rgba(27, 41, 36, 0.2);
}
.agenda-cta h2 {
  max-width: 600px;
  margin: 20px 0 0;
  font-size: 38px;
}
.agenda-cta a {
  border-bottom: 1px solid #b7432e;
  padding-bottom: 4px;
  color: #b7432e;
  font-size: 12px;
  font-weight: 800;
}
.reading-feature {
  display: grid;
  grid-template-columns: 146px 1fr 124px;
  gap: 38px;
  margin-bottom: 98px;
  padding: 48px 0 55px;
  border-top: 1px solid rgba(27, 41, 36, 0.2);
  border-bottom: 1px solid rgba(27, 41, 36, 0.2);
}
.reading-feature__number {
  color: #b7432e;
  font:
    98px/0.8 "DM Serif Display",
    Georgia,
    serif;
}
.reading-feature h2 {
  max-width: 600px;
  margin: 20px 0 14px;
  font-size: 42px;
}
.reading-feature > div > p {
  max-width: 600px;
  color: #58675f;
  font-size: 13px;
  line-height: 1.8;
}
.reading-feature aside {
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: #5e6d65;
  font-size: 10px;
}
.reading-feature aside p {
  margin-bottom: 5px;
  color: #b7432e;
  font-size: 22px;
  font-weight: 800;
}
.resource-library {
  padding-bottom: 102px;
}
.resource-library > .section-label {
  margin-bottom: 26px;
}
.resource-library > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.resource-library article {
  position: relative;
  min-height: 289px;
  padding: 26px;
  background: #e4ddcf;
}
.resource-library article + article {
  border-left: 1px solid rgba(27, 41, 36, 0.18);
  background: #f8f5ee;
}
.resource-library article:last-child {
  background: #d4ddd5;
}
.resource-library article > svg {
  color: #b7432e;
}
.resource-library article > span {
  position: absolute;
  top: 30px;
  right: 28px;
  color: #b7432e;
  font:
    24px "DM Serif Display",
    Georgia,
    serif;
}
.resource-library h3 {
  max-width: 275px;
  margin: 41px 0 12px;
  font-size: 29px;
}
.resource-library p {
  min-height: 60px;
  margin: 0;
  color: #56645d;
  font-size: 12px;
  line-height: 1.7;
}
.resource-library .arrow-link {
  margin-top: 17px;
}
.reading-note {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 105px;
  padding: 37px 0;
  border-top: 1px solid rgba(27, 41, 36, 0.2);
}
.reading-note p {
  max-width: 675px;
  margin: 0;
  font:
    29px/1.15 "DM Serif Display",
    Georgia,
    serif;
}
.reading-note a {
  color: #b7432e;
  font-size: 11px;
  font-weight: 800;
}
/* Artículo y ficha */
.article-head {
  padding-top: 80px;
  padding-bottom: 65px;
}
.article-head__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 27px;
}
.article-head__meta > span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #6a776f;
  font-size: 10px;
  font-weight: 800;
}
.article-head h1 {
  max-width: 840px;
  margin-bottom: 27px;
  font-size: clamp(56px, 7.1vw, 95px);
}
.article-deck {
  max-width: 670px;
  color: #536159;
  font-size: 17px;
  line-height: 1.75;
}
.article-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
  color: #647168;
  font-size: 10px;
  line-height: 1.5;
}
.author-disc {
  width: 28px;
  height: 28px;
  border: 4px solid #b7432e;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px #e4ddcf;
}
.article-author > svg {
  margin-left: 17px;
}
.article-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 760px);
  gap: 96px;
  padding-bottom: 106px;
}
.article-rail {
  padding-top: 12px;
  border-top: 1px solid rgba(27, 41, 36, 0.2);
}
.article-rail p {
  margin: 0 0 16px;
  color: #b7432e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.article-rail a {
  display: block;
  padding: 9px 0;
  border-top: 1px solid rgba(27, 41, 36, 0.12);
  color: #617068;
  font-size: 11px;
}
.article-body {
  font-size: 16px;
  line-height: 1.9;
}
.article-opening {
  margin-bottom: 48px;
  color: #33453d;
  font:
    28px/1.3 "DM Serif Display",
    Georgia,
    serif;
}
.article-body h2 {
  margin: 58px 0 16px;
  font-size: 40px;
}
.article-body p {
  max-width: 700px;
  margin-bottom: 21px;
}
.article-body blockquote {
  margin: 38px 0;
  padding: 16px 0 16px 27px;
  border-left: 3px solid #b7432e;
  color: #3b5047;
  font:
    27px/1.28 "DM Serif Display",
    Georgia,
    serif;
}
.article-note {
  margin: 37px 0;
  padding: 20px;
  background: #e4ddcf;
}
.article-note p {
  margin: 13px 0 0;
  font-size: 13px;
  line-height: 1.7;
}
.article-next {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 57px;
  padding-top: 21px;
  border-top: 1px solid rgba(27, 41, 36, 0.2);
}
.article-next p {
  margin: 0;
  color: #69776f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.place-detail__hero {
  position: relative;
  min-height: 520px;
  background: #1b2924;
  color: #fffaf2;
}
.place-detail__hero > img,
.place-detail__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.place-detail__hero > img {
  object-fit: cover;
  filter: saturate(0.68) brightness(0.58);
}
.place-detail__shade {
  background: linear-gradient(
    90deg,
    rgba(15, 28, 23, 0.9),
    rgba(15, 28, 23, 0.1)
  );
}
.place-detail__copy {
  position: relative;
  padding-top: 65px;
}
.place-detail__copy .back-link {
  margin-bottom: 47px;
}
.place-detail h1 {
  margin: 15px 0 16px;
  font-size: clamp(51px, 6.5vw, 80px);
}
.place-detail__copy > p:last-child {
  max-width: 450px;
  color: #edf0e9;
  font-size: 14px;
}
.place-facts {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: center;
  padding: 43px 0;
  border-bottom: 1px solid rgba(27, 41, 36, 0.2);
}
.place-facts .facts-rail {
  margin: 0;
}
.place-facts > div > p {
  margin: 11px 0 0;
  color: #59685f;
  font-size: 11px;
}
.place-detail__body {
  display: grid;
  grid-template-columns: 255px 1fr;
  gap: 100px;
  padding: 86px 0 100px;
}
.place-detail__body aside {
  align-self: start;
  padding: 18px;
  background: #e4ddcf;
}
.place-detail__body aside .section-label {
  margin-bottom: 20px;
}
.place-detail__body aside > p {
  display: flex;
  gap: 6px;
  margin: 0 0 17px;
  color: #506057;
  font-size: 11px;
  line-height: 1.7;
}
.place-detail__body aside > a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #b7432e;
  font-size: 10px;
  font-weight: 800;
}
.place-detail__body article {
  max-width: 720px;
}
.place-detail__body article h2 {
  margin: 23px 0 17px;
  font-size: 47px;
}
.place-detail__body article > p {
  color: #4d5e55;
  font-size: 14px;
  line-height: 1.85;
}
.place-detail__quote {
  margin: 34px 0;
  padding: 22px;
  border-left: 3px solid #b7432e;
  background: #fbf8f1;
  color: #405249;
  font:
    22px/1.3 "DM Serif Display",
    Georgia,
    serif;
}
.place-detail__body h3 {
  margin: 32px 0 12px;
  font-size: 31px;
}
.place-related {
  display: flex;
  align-items: center;
  gap: 42px;
  margin-bottom: 105px;
  padding: 27px 0;
  border-top: 1px solid rgba(27, 41, 36, 0.2);
  border-bottom: 1px solid rgba(27, 41, 36, 0.2);
}
.place-related .arrow-link {
  font-size: 10px;
}
/* Proyecto en venta */
.sale-page__hero {
  padding: 80px 0 102px;
  background: #e4ddcf;
}
.sale-page__hero h1 {
  max-width: 940px;
  margin: 25px 0;
  font-size: clamp(52px, 7vw, 95px);
}
.sale-page__lead {
  max-width: 630px;
  margin: 0;
  color: #52625a;
  font-size: 16px;
  line-height: 1.8;
}
.sale-proof {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 90px;
  padding: 103px 0;
}
.sale-proof__number {
  color: #b7432e;
  font:
    78px/0.8 "DM Serif Display",
    Georgia,
    serif;
}
.sale-proof h2 {
  max-width: 350px;
  margin: 18px 0 0;
  font-size: 43px;
}
.sale-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.sale-proof__grid article {
  padding-top: 9px;
  border-top: 1px solid rgba(27, 41, 36, 0.2);
}
.sale-proof__grid svg {
  color: #b7432e;
}
.sale-proof__grid strong {
  display: block;
  margin: 32px 0 8px;
  font:
    23px "DM Serif Display",
    Georgia,
    serif;
}
.sale-proof__grid p {
  color: #596860;
  font-size: 11px;
  line-height: 1.7;
}
.sale-dossier {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
  padding: 75px 0;
  border-top: 1px solid rgba(27, 41, 36, 0.2);
}
.sale-dossier h2 {
  max-width: 410px;
  margin: 20px 0 0;
  font-size: 39px;
}
.sale-dossier ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sale-dossier li {
  display: flex;
  gap: 13px;
  padding: 18px 0;
  border-top: 1px solid rgba(27, 41, 36, 0.18);
  color: #4d5d54;
  font-size: 13px;
}
.sale-dossier li:last-child {
  border-bottom: 1px solid rgba(27, 41, 36, 0.18);
}
.sale-dossier li svg {
  flex: 0 0 auto;
  color: #b7432e;
}
.sale-contact {
  background: #1b2924;
  color: #fffaf2;
}
.sale-contact__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 78px 0;
}
.sale-contact h2 {
  margin: 21px 0 12px;
  font-size: 49px;
}
.sale-contact p:not(.eyebrow) {
  margin: 0;
  color: #d4ded7;
  font-size: 13px;
}
.sale-email {
  display: flex;
  align-items: center;
  gap: 13px;
  border-bottom: 2px solid #b7432e;
  padding-bottom: 8px;
  color: #f1c4b3;
  font:
    clamp(19px, 2.4vw, 31px) "DM Serif Display",
    Georgia,
    serif;
}
/* Footer */
.site-footer {
  background: #15221d;
  color: #fffaf2;
}
.footer-top {
  display: grid;
  grid-template-columns: 0.9fr 1.45fr;
  gap: 100px;
  padding: 76px 0 63px;
}
.footer-brand-block {
  position: relative;
}
.footer-mark {
  width: 44px;
  margin-bottom: 24px;
}
.footer-brand-block h2 {
  margin: 17px 0 16px;
  font-size: 40px;
}
.footer-intro {
  max-width: 350px;
  color: #cad4cd;
  font-size: 12px;
  line-height: 1.8;
}
.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.footer-links-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}
.footer-label {
  margin: 0 0 8px;
  color: #e3b6a6;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.footer-links-grid a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #d8e0da;
  font-size: 11px;
}
.footer-links-grid a:hover {
  color: #fffaf2;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 0;
  border-top: 1px solid rgba(255, 250, 242, 0.17);
  color: #aebcb4;
  font-size: 9px;
}
.footer-bottom a {
  color: #e3b6a6;
}
@media (max-width: 900px) {
  .shell {
    width: min(100% - 36px, 1216px);
  }
  .main-nav__links,
  .nav-search {
    display: none;
  }
  .mobile-menu {
    display: block;
    border: 0;
    background: transparent;
    color: #1b2924;
  }
  .mobile-nav {
    display: flex;
    gap: 17px;
    overflow-x: auto;
    padding: 0 18px 11px;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .mobile-nav a {
    color: #596961;
    font-size: 10px;
    font-weight: 800;
  }
  .home-hero {
    min-height: 570px;
  }
  .signal-band,
  .art-spotlight__grid,
  .map-callout,
  .route-brief,
  .route-principles__inner,
  .sale-proof,
  .sale-dossier,
  .footer-top {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .signal-band {
    padding: 73px 0;
  }
  .home-areas__grid {
    grid-template-columns: 1fr 1fr;
  }
  .feature-story {
    grid-column: 1/-1;
    min-height: 325px;
  }
  .art-spotlight {
    padding: 73px 0;
  }
  .map-callout {
    padding: 73px 0;
  }
  .map-callout__copy {
    padding-right: 0;
  }
  .home-ledger {
    grid-template-columns: 0.65fr 1fr;
  }
  .home-ledger__agenda {
    grid-column: 1/-1;
    border-top: 1px solid rgba(255, 250, 242, 0.18);
    border-left: 0;
  }
  .page-lead {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 68px;
    padding-bottom: 65px;
  }
  .history-manifesto {
    grid-template-columns: 0.5fr 1.5fr;
    gap: 31px;
  }
  .gallery-intro {
    grid-template-columns: 1fr;
    gap: 43px;
  }
  .directory-shell {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .directory-filter {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 15px;
  }
  .directory-filter > .section-label,
  .filter-note {
    grid-column: 1/-1;
  }
  .place-list__item {
    grid-template-columns: 40px 1fr 110px 45px;
  }
  .agenda-list article {
    grid-template-columns: 72px 1fr 1fr 47px;
  }
  .reading-feature {
    grid-template-columns: 100px 1fr;
  }
  .reading-feature aside {
    grid-column: 2;
  }
  .article-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .article-rail {
    display: flex;
    gap: 12px;
    overflow: auto;
  }
  .article-rail p {
    min-width: 95px;
  }
  .article-rail a {
    flex: 0 0 auto;
    border: 0;
  }
  .place-detail__body {
    grid-template-columns: 1fr;
    gap: 41px;
  }
  .place-detail__body aside {
    max-width: 360px;
  }
  .place-related {
    flex-wrap: wrap;
  }
  .footer-top {
    gap: 43px;
  }
  .sale-proof__grid {
    max-width: 650px;
  }
  .sale-contact__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 620px) {
  .sale-strip__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    min-height: 48px;
    padding: 5px 0;
  }
  .sale-strip p,
  .sale-strip__link {
    font-size: 9px;
  }
  .main-nav__inner {
    height: 61px;
  }
  .brand {
    font-size: 22px;
  }
  .brand__mark {
    width: 25px;
    height: 25px;
  }
  .nav-cta {
    padding: 8px 9px;
    font-size: 9px;
  }
  .home-hero {
    min-height: 535px;
  }
  .home-hero__content {
    padding-top: 75px;
  }
  .home-hero h1 {
    font-size: 53px;
  }
  .hero-caption {
    display: none;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
  }
  .signal-band h2,
  .page-lead h1 {
    font-size: 43px;
  }
  .signal-band > p {
    font-size: 13px;
  }
  .home-areas {
    padding-bottom: 70px;
  }
  .home-areas__grid {
    grid-template-columns: 1fr;
  }
  .feature-story {
    grid-column: auto;
    min-height: 312px;
    padding: 25px;
  }
  .feature-story h2 {
    font-size: 38px;
  }
  .editorial-card {
    min-height: 255px;
  }
  .art-spotlight__visual {
    padding-right: 23px;
  }
  .art-spotlight__visual img {
    height: 400px;
  }
  .art-spotlight h2,
  .map-callout h2,
  .route-brief h2,
  .history-manifesto h2,
  .gallery-intro h2,
  .art-exhibit h2,
  .art-end h2,
  .place-detail__body article h2,
  .sale-contact h2 {
    font-size: 38px;
  }
  .art-spotlight__caption {
    bottom: 22px;
    width: 138px;
  }
  .map-callout__visual {
    min-height: 253px;
  }
  .home-ledger {
    grid-template-columns: 1fr;
  }
  .home-ledger__image img {
    min-height: 225px;
  }
  .home-ledger__agenda {
    grid-column: auto;
  }
  .discovery-strip__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px 20px;
    padding: 19px 0;
  }
  .discovery-strip p {
    grid-column: 1/-1;
    font-size: 23px;
  }
  .history-manifesto {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .history-manifesto__aside p {
    margin-top: 9px;
    font-size: 47px;
  }
  .timeline article {
    grid-template-columns: 48px 1fr;
    gap: 12px;
  }
  .timeline h3 {
    font-size: 25px;
  }
  .history-split {
    grid-template-columns: 1fr;
  }
  .history-split__quote {
    min-height: 240px;
  }
  .history-split__cards {
    grid-template-columns: 1fr;
  }
  .history-split__cards article {
    min-height: 230px;
  }
  .related-grid {
    grid-template-columns: 1fr;
  }
  .related-grid > .section-label {
    padding-left: 0;
  }
  .related-grid article {
    min-height: 145px;
    border-top: 1px solid rgba(27, 41, 36, 0.18);
    border-left: 0;
  }
  .symbol-catalogue__head {
    display: block;
  }
  .symbol-catalogue__head > p {
    margin-top: 16px;
  }
  .symbol-catalogue__grid {
    grid-template-columns: 1fr;
  }
  .symbol-catalogue article + article {
    padding-left: 0;
    border-left: 0;
  }
  .art-exhibit__inner {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 70px 0;
  }
  .art-exhibit__facts strong {
    font-size: 85px;
  }
  .directory-filter {
    grid-template-columns: 1fr;
  }
  .place-list__item {
    grid-template-columns: 35px 1fr 42px;
    gap: 8px;
  }
  .place-list__meta {
    grid-row: 2;
    grid-column: 2;
    flex-direction: row;
    align-items: center;
  }
  .place-list__main h3 {
    font-size: 24px;
  }
  .place-list__item > .arrow-link {
    grid-row: 1;
    grid-column: 3;
    font-size: 0;
  }
  .place-list__item > .arrow-link svg {
    width: 18px;
    height: 18px;
  }
  .places-callout,
  .agenda-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .routes-hero {
    min-height: 520px;
  }
  .routes-hero__copy {
    padding-top: 76px;
  }
  .routes-hero h1 {
    font-size: 54px;
  }
  .routes-hero__data {
    right: auto;
    bottom: 18px;
    left: 18px;
  }
  .route-stages {
    grid-template-columns: 1fr;
  }
  .route-stages article {
    grid-template-columns: 48px 1fr;
    gap: 12px;
  }
  .route-principles__inner {
    padding: 66px 0;
  }
  .agenda-feature {
    grid-template-columns: 1fr;
    gap: 21px;
    padding: 26px;
  }
  .agenda-feature__date {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 0 0 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 250, 242, 0.25);
  }
  .agenda-feature__date strong {
    margin: 0;
    font-size: 55px;
  }
  .agenda-list article {
    grid-template-columns: 55px 1fr 42px;
    gap: 12px;
  }
  .agenda-list__text {
    grid-column: 2;
  }
  .agenda-list article > .arrow-link {
    grid-row: 1;
    grid-column: 3;
    font-size: 0;
  }
  .agenda-list article > .arrow-link svg {
    width: 18px;
    height: 18px;
  }
  .reading-feature {
    grid-template-columns: 1fr;
    gap: 19px;
  }
  .reading-feature__number {
    font-size: 70px;
  }
  .reading-feature aside {
    grid-column: auto;
  }
  .resource-library > div {
    grid-template-columns: 1fr;
  }
  .resource-library article + article {
    border-top: 1px solid rgba(27, 41, 36, 0.18);
    border-left: 0;
  }
  .resource-library article {
    min-height: 245px;
  }
  .reading-note {
    flex-direction: column;
    align-items: flex-start;
  }
  .reading-note p {
    font-size: 25px;
  }
  .article-head {
    padding-top: 55px;
  }
  .article-head h1 {
    font-size: 51px;
  }
  .article-deck {
    font-size: 15px;
  }
  .article-body {
    font-size: 15px;
  }
  .article-opening {
    font-size: 25px;
  }
  .article-body h2 {
    font-size: 35px;
  }
  .place-detail__hero {
    min-height: 460px;
  }
  .place-detail__copy {
    padding-top: 46px;
  }
  .place-detail h1 {
    font-size: 51px;
  }
  .place-facts {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .place-detail__body {
    padding-top: 60px;
  }
  .place-related {
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
  }
  .sale-page__hero {
    padding: 55px 0 70px;
  }
  .sale-page__hero h1 {
    font-size: 50px;
  }
  .sale-proof {
    padding: 70px 0;
  }
  .sale-proof__grid {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .sale-proof__grid strong {
    margin-top: 15px;
  }
  .sale-dossier {
    gap: 33px;
    padding: 60px 0;
  }
  .footer-links-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 31px;
  }
  .footer-links-grid > div:last-child {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .home-areas__grid > *,
  .art-spotlight__grid > * {
    animation: archive-rise 0.55s cubic-bezier(0.23, 1, 0.32, 1) both;
  }
  .home-areas__grid > *:nth-child(2) {
    animation-delay: 0.06s;
  }
  .home-areas__grid > *:nth-child(3) {
    animation-delay: 0.12s;
  }
  @keyframes archive-rise {
    from {
      opacity: 0;
      transform: translateY(12px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

/* Archivo de la Luz: ampliación del margen archivístico, cinabrio de pigmento y textura material. */

/* La franja comercial mantiene su transparencia, pero cede la primera voz al archivo. */
.sale-strip {
  background: #34463d;
}
.sale-strip p {
  display: flex;
  align-items: center;
  gap: 6px;
}
.sale-strip__disc {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b7432e;
  box-shadow: 0 0 0 1px #f5eee4;
}

/* Margen fijo, independiente de cualquier contenedor que pueda cortar sticky/fixed. */
.archive-margin {
  position: fixed;
  left: 0;
  top: 182px;
  z-index: 25;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 27px;
  color: #46584f;
  pointer-events: none;
}
.archive-margin__rule {
  width: 2px;
  height: 74px;
  background: #b7432e;
}
.archive-margin__meta,
.archive-margin__orient {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.archive-margin__meta {
  color: #b7432e;
}
.archive-margin__orient {
  max-height: 120px;
  overflow: hidden;
  color: #65746d;
}
.archive-margin__dot {
  width: 12px;
  height: 12px;
  border: 3px solid #b7432e;
  border-radius: 50%;
  background: #f4f0e8;
}

/* El pigmento se afila: cursivas y vínculos institucionales comparten la misma tinta de marca. */
.page-lead h1 i,
.sale-page h1 i {
  color: #b7432e;
}
.home-hero h1 i,
.routes-hero h1 i,
.place-detail h1 i {
  color: #f0b7a1;
}
.section-label span,
.eyebrow--red,
.arrow-link,
.place-list__n,
.timeline article > span,
.route-stages article > span,
.agenda-date span,
.agenda-date strong,
.reading-feature__number,
.sale-proof__number,
.resource-library article > span {
  color: #b7432e;
}
.article-body blockquote,
.place-detail__quote {
  border-left-color: #b7432e;
}

/* Textura de archivo: baja opacidad para dar materia sin competir con el texto. */
.page-history,
.page-readings,
.article-page {
  background-image: radial-gradient(
    rgba(27, 41, 36, 0.045) 0.55px,
    transparent 0.55px
  );
  background-size: 8px 8px;
}
.history-manifesto {
  position: relative;
  overflow: hidden;
}
.history-manifesto:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34%;
  height: 100%;
  opacity: 0.075;
  background: url("magdalena-archivo.jpg") center/cover no-repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.article-note {
  position: relative;
  overflow: hidden;
}
.article-note:after {
  content: "";
  position: absolute;
  right: -8px;
  top: -10px;
  width: 64px;
  height: 64px;
  border: 12px solid rgba(183, 67, 46, 0.16);
  border-radius: 50%;
}
.gallery-intro__card:after,
.art-exhibit__facts:after,
.home-ledger__agenda:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin-top: 17px;
  border: 3px solid #b7432e;
  border-radius: 50%;
}

/* Hace visibles los metadatos como sistema de archivo en vez de detalle aislado. */
.page-lead__index,
.article-head__meta,
.place-detail__body aside {
  border-left: 2px solid #b7432e;
  padding-left: 12px;
}
.article-head__meta {
  width: fit-content;
  padding-top: 5px;
  padding-bottom: 5px;
}
.place-detail__body aside {
  border-left-width: 3px;
}

@media (max-width: 1180px) {
  .archive-margin {
    display: none;
  }
}
@media (max-width: 620px) {
  .sale-strip p {
    align-items: flex-start;
  }
  .sale-strip__disc {
    margin-top: 3px;
    flex: 0 0 auto;
  }
  .page-lead__index {
    padding-left: 9px;
  }
}

/* Paridad con el CSS renderizado de la versión original */
.sale-strip {
  background: #b7432e;
}
.page-lead h1 i,
.sale-page h1 i {
  color: #e4b9a8;
}

/* Paridad con la versión publicada: cabecera y escala de marca. */
@media (min-width: 621px) {
  .brand {
    font-size: 43.75px;
  }
  .brand__mark {
    width: 50.75px;
    height: 50.75px;
  }
}

@media (max-width: 620px) {
  .sale-strip__detail,
  .main-nav__actions .nav-cta {
    display: none;
  }

  .sale-strip__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 37px;
    padding: 0;
  }

  .sale-strip p,
  .sale-strip__link {
    white-space: nowrap;
    font-size: 9px;
  }

  .sale-strip__disc {
    margin-top: 0;
  }
  .main-nav__inner {
    height: 61px;
  }
  .brand {
    font-size: 33px;
  }
  .brand__mark {
    width: 37.5px;
    height: 37.5px;
  }
}
