/* Atlas de Barro — editorialismo mediterráneo: cal cálida, Arcilla de Totana, serif cultural y mapa en estratos. */

:root {
  --ink: #13202a;
  --ink-soft: #263843;
  --clay: #c75a2b;
  --clay-deep: #a8421d;
  --sage: #667859;
  --sage-light: #e3e8dd;
  --lime: #f4f0e7;
  --paper: #fffdf8;
  --stone: #d8cbbb;
  --mist: #ece5d9;
  --background: #fffdf8;
  --foreground: #13202a;
  --primary: #c75a2b;
  --primary-foreground: #fffdf8;
  --muted: #f4f0e7;
  --muted-foreground: #5f6869;
  --border: #ded5c7;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --radius: 0px;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--paper);
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
body,
button,
input {
  font-family: 'Manrope', Arial, sans-serif;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  color: var(--ink);
  font-weight: 400;
}
::selection {
  background: var(--clay);
  color: white;
}

.site-shell {
  min-height: 100vh;
  overflow: clip;
}
.sale-ribbon {
  background: var(--clay);
  color: #fff7ed;
  font-size: 11px;
  letter-spacing: 0.01em;
}
.sale-ribbon__inner {
  min-height: 34px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 7px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.sale-ribbon strong {
  letter-spacing: 0.035em;
}
.sale-ribbon__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
  font-weight: 700;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 248, 0.96);
  border-bottom: 1px solid rgba(19, 32, 42, 0.1);
  backdrop-filter: blur(12px);
}
.nav-wrap {
  height: 79px;
  max-width: 1440px;
  padding: 0 34px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: inline-flex;
  align-items: center;
  min-width: 285px;
  gap: 15px;
}
/* Atlas de Barro — la marca de dominio debe dominar la cabecera: escala x1,5 en símbolo y wordmark. */
.brand__mark {
  width: 52.5px;
  height: 52.5px;
  object-fit: contain;
}
.brand__word,
.footer-brand__name {
  color: var(--ink);
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.075em;
  white-space: nowrap;
}
.brand__word b,
.footer-brand__name b {
  font-weight: 400;
}
.brand__word strong,
.footer-brand__name strong {
  color: var(--clay);
  font-weight: 800;
}
.brand__word i,
.footer-brand__name i {
  font-size: 16.5px;
  letter-spacing: -0.03em;
  font-style: normal;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.7vw, 25px);
}
.nav-link {
  position: relative;
  padding: 29px 0 26px;
  color: #526068;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: color 0.18s var(--ease-out);
}
.nav-link:after {
  content: '';
  height: 2px;
  background: var(--clay);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.18s var(--ease-out);
}
.nav-link:hover,
.nav-link.is-active {
  color: var(--ink);
}
.nav-link:hover:after,
.nav-link.is-active:after {
  transform: scaleX(1);
}
.nav-actions {
  min-width: 235px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 13px;
}
.icon-link {
  color: var(--ink);
  padding: 8px;
}
.nav-sale {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 800;
  color: var(--clay);
  white-space: nowrap;
}
.mobile-toggle {
  display: none;
  padding: 6px;
}
.mobile-nav {
  display: none;
}

.home-hero {
  min-height: min(710px, calc(100vh - 113px));
  color: #fff;
  background-size: cover;
  background-position: center;
  position: relative;
}
.home-hero__grid {
  max-width: 1440px;
  min-height: inherit;
  padding: clamp(70px, 10vw, 130px) 8vw 58px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-copy {
  width: min(730px, 100%);
  animation: fade-up 0.68s var(--ease-out) both;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--sage);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
.eyebrow span {
  display: inline-block;
  width: 21px;
  height: 1px;
  background: currentColor;
}
.eyebrow--light {
  color: #f7ead7;
}
.hero-copy h1 {
  color: #fff;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(64px, 8.8vw, 132px);
  letter-spacing: -0.07em;
  line-height: 0.82;
}
.hero-copy h1 em {
  font-style: italic;
  color: #f5d1b9;
}
.hero-copy > p {
  max-width: 485px;
  margin-top: 31px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.7;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 45px;
  padding: 12px 19px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition:
    transform 0.16s var(--ease-out),
    background 0.16s var(--ease-out),
    color 0.16s var(--ease-out);
}
.button:active {
  transform: scale(0.97);
}
.button--clay {
  background: var(--clay);
  color: white;
}
.button--clay:hover {
  background: #dd7041;
}
.button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.button--ghost:hover {
  border-color: white;
  background: rgba(255, 255, 255, 0.12);
}
.button--light {
  background: var(--paper);
  color: var(--ink);
}
.button--light:hover {
  background: #f6eee1;
}
.button--ink {
  background: var(--ink);
  color: var(--paper);
}
.button--ink:hover {
  background: var(--ink-soft);
}
.hero-coordinates {
  margin-top: auto;
  margin-left: auto;
  width: 250px;
  padding-top: 72px;
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 10px;
  letter-spacing: 0.13em;
}
.hero-coordinates i {
  height: 1px;
  background: rgba(255, 255, 255, 0.55);
}
.hero-coordinates strong {
  grid-column: 1 / -1;
  color: #fff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hero-baseline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 14px 8vw;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-size: 9px;
}
.hero-baseline i {
  width: 4px;
  height: 4px;
  background: var(--clay);
  border-radius: 50%;
}
.quick-doors {
  max-width: 1240px;
  margin: -1px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid var(--border);
}
.quick-door {
  min-height: 105px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--paper);
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 13px;
  transition:
    background 0.2s var(--ease-out),
    color 0.2s var(--ease-out);
}
.quick-door:hover {
  background: var(--ink);
  color: #fff;
}
.quick-door > span {
  font-size: 10px;
  font-weight: 800;
  color: var(--clay);
}
.quick-door div {
  display: grid;
  gap: 2px;
}
.quick-door b {
  font-size: 13px;
}
.quick-door small {
  font-size: 10px;
  color: #768086;
}
.quick-door:hover small {
  color: #dce1df;
}
.quick-door svg {
  margin-left: auto;
}

.section {
  padding: clamp(65px, 8vw, 118px) max(5vw, 32px);
}
.section--cream {
  background: var(--lime);
}
.section--paper {
  background: var(--paper);
}
.section--ink {
  background: var(--ink);
  color: #fff;
}
.section--ink h1,
.section--ink h2,
.section--ink h3 {
  color: #fff;
}
.section-intro {
  max-width: 1240px;
  margin: 0 auto 51px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.67fr);
  gap: clamp(35px, 10vw, 150px);
  align-items: end;
}
.section-intro h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(38px, 4.5vw, 66px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  max-width: 610px;
}
.section-intro > div:last-child {
  max-width: 430px;
}
.section-intro p {
  color: #586268;
  font-size: 14px;
  line-height: 1.8;
}
.text-link {
  color: var(--clay);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-top: 22px;
}
.text-link svg {
  transition: transform 0.18s var(--ease-out);
}
.text-link:hover svg {
  transform: translateX(5px);
}
.text-link--light {
  color: #f7ead7;
}
.agenda-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
.agenda-grid--full {
  grid-template-columns: repeat(3, 1fr);
}
.agenda-card {
  min-height: 265px;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  padding: 27px 23px 22px;
  background: var(--paper);
  border-top: 5px solid var(--clay);
  transition:
    transform 0.2s var(--ease-out),
    box-shadow 0.2s var(--ease-out);
}
.agenda-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 25px rgba(19, 32, 42, 0.11);
}
.agenda-card--verde {
  border-top-color: var(--sage);
}
.agenda-card--azul {
  border-top-color: var(--ink-soft);
}
.agenda-card__date {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}
.agenda-card__date b {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 50px;
  letter-spacing: -0.08em;
}
.agenda-card__date span {
  margin-top: 5px;
  color: var(--clay);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.agenda-card__body {
  display: flex;
  flex-direction: column;
}
.card-kicker {
  color: var(--sage);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.agenda-card h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 24px;
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin: 9px 0;
}
.agenda-card p {
  color: #697177;
  font-size: 11px;
  line-height: 1.65;
}
.agenda-card__meta {
  display: grid;
  gap: 5px;
  margin-top: auto;
  padding-top: 13px;
  color: #4b575c;
  font-size: 9px;
  font-weight: 700;
}
.agenda-card__meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.statement-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}
.statement-layout__image {
  min-height: 585px;
  position: relative;
  overflow: hidden;
}
.statement-layout__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-stamp {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 94px;
  height: 94px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  display: grid;
  place-items: center;
  text-align: center;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 17px;
  line-height: 1;
  color: #fff;
  border-radius: 50%;
  transform: rotate(-12deg);
}
.statement-layout__copy {
  padding: clamp(70px, 11vw, 160px) clamp(34px, 9vw, 135px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.statement-layout h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(43px, 4.6vw, 70px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.statement-layout h2 em {
  color: #f3c5a8;
}
.statement-layout p {
  max-width: 480px;
  color: #c8d0cc;
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.8;
}
.statement-links {
  display: grid;
  gap: 0;
  margin-top: 18px;
}
.plan-strip {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 12px;
}
.plan-card {
  position: relative;
  min-height: 480px;
  color: #fff;
  overflow: hidden;
  background: var(--ink);
}
.plan-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform 0.5s var(--ease-out);
}
.plan-card:hover img {
  transform: scale(1.05);
}
.plan-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(19, 32, 42, 0.95) 0%, rgba(19, 32, 42, 0.15) 85%);
}
.plan-card__copy {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 31px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.plan-card__copy > span {
  color: #f1c8b2;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.plan-card h3 {
  color: #fff;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin: 13px 0;
}
.plan-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  line-height: 1.7;
}
.plan-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 22px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.atlas-band {
  background: var(--sage-light);
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 55px;
  align-items: end;
}
.atlas-band__copy {
  max-width: 530px;
}
.atlas-band h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(43px, 4.6vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.atlas-band p {
  max-width: 470px;
  margin-top: 21px;
  color: #536256;
  font-size: 14px;
  line-height: 1.8;
}
.atlas-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid rgba(19, 32, 42, 0.2);
}
.atlas-stats div {
  min-height: 149px;
  padding: 19px;
  border-right: 1px solid rgba(19, 32, 42, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.atlas-stats b {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 42px;
  letter-spacing: -0.05em;
}
.atlas-stats span {
  color: #526154;
  max-width: 100px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
}
.home-news {
  padding-bottom: 0;
}
.news-list {
  max-width: 1240px;
  margin: 0 auto;
  border-top: 1px solid var(--border);
}
.news-row {
  display: grid;
  grid-template-columns: 50px 1fr 32px;
  gap: 21px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
}
.news-row > span {
  color: var(--clay);
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 22px;
}
.news-row p {
  color: var(--sage);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.news-row h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 25px;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 5px 0;
}
.news-row small {
  display: block;
  color: #737b7f;
  max-width: 680px;
  font-size: 11px;
}
.news-row > a {
  color: var(--clay);
  transition: transform 0.2s var(--ease-out);
}
.news-row:hover > a {
  transform: translateX(5px);
}
.business-cta {
  padding: clamp(55px, 7vw, 95px) max(5vw, 32px);
  background: var(--clay);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.business-cta > div {
  max-width: 750px;
}
.business-cta h2 {
  color: #fff;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(36px, 4.3vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.business-cta p {
  margin-top: 17px;
  color: #ffe8d8;
  font-size: 13px;
}
.business-cta .button {
  flex: none;
}

.page-hero {
  min-height: 415px;
  padding: clamp(65px, 8vw, 115px) max(5vw, 32px);
  background: var(--ink);
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  align-items: center;
}
.page-hero__inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.page-hero h1 {
  max-width: 800px;
  color: inherit;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(50px, 6.5vw, 95px);
  line-height: 0.92;
  letter-spacing: -0.06em;
}
.page-hero > div > p {
  max-width: 580px;
  margin-top: 23px;
  color: rgba(255, 255, 255, 0.79);
  font-size: 14px;
  line-height: 1.75;
}
.page-hero:not(.page-hero--image) {
  background:
    radial-gradient(circle at 88% 12%, rgba(199, 90, 43, 0.55), transparent 30%), var(--ink);
}
.page-hero:not(.page-hero--image) .eyebrow {
  color: #f1c8b2;
}
.hero-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 23px;
}
.hero-chip-row span {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 10px;
  font-weight: 700;
}
.filter-bar,
.place-toolbar {
  max-width: 1240px;
  margin: -30px auto 35px;
  padding: 11px;
  background: var(--paper);
  box-shadow: 0 10px 22px rgba(19, 32, 42, 0.08);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}
.filter-bar span,
.place-toolbar > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  color: #697377;
  font-size: 10px;
  font-weight: 700;
  margin-right: auto;
}
.filter-bar button,
.place-toolbar button {
  padding: 8px 10px;
  color: #526068;
  font-size: 10px;
  font-weight: 800;
}
.filter-bar button:first-of-type,
.place-toolbar button:first-of-type {
  background: var(--ink);
  color: #fff;
}
.agenda-note {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}
.agenda-note h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.04em;
}
.agenda-note p {
  color: #5a6569;
  max-width: 530px;
  padding-top: 30px;
}
.agenda-note a {
  color: var(--clay);
  font-weight: 800;
}
.plan-collection {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  gap: 47px;
}
.plan-feature {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 420px;
  background: var(--paper);
}
.plan-feature:nth-child(even) {
  grid-template-columns: 1.05fr 0.95fr;
}
.plan-feature:nth-child(even) img {
  order: 2;
}
.plan-feature > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 420px;
}
.plan-feature > div {
  padding: clamp(37px, 6vw, 80px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.plan-feature h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(39px, 4vw, 60px);
  line-height: 1;
  letter-spacing: -0.05em;
}
.plan-feature p {
  max-width: 440px;
  margin-top: 19px;
  color: #667075;
  font-size: 13px;
  line-height: 1.8;
}
.plan-feature__meta {
  margin-top: 22px;
  padding-top: 13px;
  border-top: 1px solid var(--border);
  color: var(--sage);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.mini-callout {
  display: grid;
  grid-template-columns: 70px 1fr max-content;
  gap: 25px;
  align-items: center;
}
.mini-callout > svg {
  color: #f0bc9d;
}
.mini-callout h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 35px;
  line-height: 1;
  letter-spacing: -0.04em;
}
.mini-callout p {
  max-width: 660px;
  margin-top: 11px;
  color: #c5cecb;
  font-size: 12px;
}
.guides-layout {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
}
.guides-feature {
  background: var(--paper);
}
.guides-feature img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.guides-feature > div {
  padding: 36px;
}
.guides-feature h2 {
  max-width: 600px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(37px, 3.8vw, 55px);
  line-height: 1;
  letter-spacing: -0.05em;
}
.guides-feature p {
  max-width: 550px;
  margin-top: 15px;
  color: #667075;
  font-size: 13px;
}
.guides-stack {
  border-top: 1px solid var(--border);
}
.guides-stack article {
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
}
.guides-stack span {
  color: var(--sage);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.guides-stack h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 27px;
  line-height: 1.03;
  letter-spacing: -0.04em;
  margin: 8px 0;
}
.guides-stack p {
  color: #687075;
  font-size: 11px;
  line-height: 1.65;
}
.guides-stack a {
  margin-top: 11px;
  color: var(--clay);
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.guide-tiles {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  align-items: stretch;
  gap: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid var(--border);
}
.guide-tiles > div {
  padding: 50px 35px 50px 0;
}
.guide-tiles h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.04em;
}
.guide-tiles a {
  min-height: 225px;
  padding: 31px;
  border-left: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 24px;
  line-height: 1.05;
  transition:
    background 0.2s var(--ease-out),
    color 0.2s var(--ease-out);
}
.guide-tiles a:hover {
  background: var(--ink);
  color: #fff;
}
.split-editorial,
.craft-layout {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(35px, 8vw, 120px);
  align-items: center;
}
.split-editorial h2,
.craft-layout h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(42px, 4.5vw, 67px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.split-editorial p,
.craft-layout p {
  max-width: 480px;
  margin-top: 20px;
  color: #626c70;
  font-size: 13px;
  line-height: 1.8;
}
.editorial-figure {
  margin: 0;
}
.editorial-figure img {
  width: 100%;
  min-height: 390px;
  height: 100%;
  object-fit: cover;
}
.editorial-figure figcaption {
  padding: 10px 0;
  color: #717a79;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.route-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid var(--border);
}
.route-grid article {
  min-height: 265px;
  padding: 34px;
  border-right: 1px solid var(--border);
}
.route-grid article:first-child {
  border-left: 1px solid var(--border);
}
.route-grid span {
  color: var(--clay);
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 28px;
}
.route-grid svg {
  display: block;
  margin: 25px 0 11px;
  color: var(--sage);
}
.route-grid h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 31px;
  letter-spacing: -0.04em;
}
.route-grid p {
  margin-top: 9px;
  color: #667075;
  font-size: 11px;
  line-height: 1.7;
}
.craft-layout {
  grid-template-columns: 1.06fr 0.94fr;
}
.craft-layout .editorial-figure {
  order: 2;
}
.craft-layout > div {
  order: 1;
}
.clay-steps {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 0.7fr);
  gap: 20px;
  align-items: end;
}
.clay-steps > div {
  align-self: center;
}
.clay-steps h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 54px;
  letter-spacing: -0.05em;
  line-height: 0.95;
}
.clay-steps article {
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  padding: 13px 0 13px 21px;
  min-height: 175px;
}
.clay-steps article span {
  color: #edb089;
  font-size: 10px;
  font-weight: 800;
}
.clay-steps article h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 29px;
  letter-spacing: -0.04em;
  margin: 15px 0 8px;
}
.clay-steps article p {
  color: #bdc8c3;
  font-size: 11px;
}
.places-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}
.place-card {
  min-height: 318px;
  padding: 25px;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  position: relative;
  border-top: 4px solid var(--sage);
  transition:
    transform 0.2s var(--ease-out),
    box-shadow 0.2s var(--ease-out);
}
.place-card:nth-child(2n) {
  border-top-color: var(--clay);
}
.place-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 25px rgba(19, 32, 42, 0.1);
}
.place-card__number {
  color: var(--mist);
  position: absolute;
  top: 18px;
  right: 19px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 48px;
}
.place-card > p:not(.place-card__description) {
  color: var(--sage);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.place-card h3 {
  position: relative;
  z-index: 1;
  max-width: 215px;
  margin-top: 12px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 27px;
  line-height: 1;
  letter-spacing: -0.04em;
}
.place-card small {
  margin-top: 5px;
  color: #788084;
  font-size: 10px;
}
.place-card__tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-top: 17px;
}
.place-card__tags span,
.detail-tags span {
  padding: 4px 7px;
  background: var(--lime);
  color: #5a665d;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.place-card__description {
  margin-top: 16px;
  color: #687075;
  font-size: 10px;
  line-height: 1.65;
}
.place-card .text-link {
  margin-top: auto;
}
.directory-cta {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 55px 1fr max-content;
  gap: 24px;
  align-items: center;
}
.directory-cta svg {
  color: var(--clay);
}
.directory-cta h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 39px;
  line-height: 1;
  letter-spacing: -0.04em;
}
.directory-cta p {
  max-width: 650px;
  margin-top: 11px;
  color: #667075;
  font-size: 12px;
}
.news-page-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}
.news-page-grid article {
  padding: 31px;
  min-height: 318px;
  border-top: 4px solid var(--sage);
  background: var(--paper);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news-page-grid article:nth-child(2) {
  border-top-color: var(--clay);
}
.news-page-grid article span {
  color: var(--sage);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.news-page-grid article h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 31px;
  line-height: 1.03;
  letter-spacing: -0.04em;
  margin: 15px 0 12px;
}
.news-page-grid article p {
  color: #697176;
  font-size: 11px;
  line-height: 1.7;
}
.news-page-grid .text-link {
  margin-top: auto;
}
.source-note {
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-top: 1px solid var(--border);
}
.source-note svg {
  color: var(--clay);
}
.source-note p {
  max-width: 850px;
  color: #687176;
  font-size: 12px;
}
.sale-page-hero {
  min-height: 530px;
  padding: clamp(70px, 10vw, 135px) max(5vw, 32px);
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 70px;
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 77% 20%, rgba(199, 90, 43, 0.7), transparent 22%),
    linear-gradient(135deg, #13202a 0%, #1f3640 80%);
}
.sale-page-hero > div {
  max-width: 830px;
}
.sale-page-hero h1 {
  color: #fff;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(55px, 6.8vw, 100px);
  line-height: 0.91;
  letter-spacing: -0.06em;
}
.sale-page-hero h1 em {
  color: #f0c1a4;
}
.sale-page-hero > div > p {
  max-width: 600px;
  margin: 25px 0 30px;
  color: #d4dfdb;
  font-size: 14px;
  line-height: 1.8;
}
.sale-page-hero aside {
  border: 1px solid rgba(255, 255, 255, 0.27);
  padding: 30px;
  background: rgba(255, 255, 255, 0.06);
}
.sale-page-hero aside > span {
  color: #f1c8b2;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.sale-page-hero aside b {
  display: block;
  margin: 11px 0;
  color: #fff;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 36px;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
}
.sale-page-hero aside p {
  color: #d5dfdb;
  font-size: 12px;
  line-height: 1.7;
}
.sale-page-hero aside a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 19px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.sale-opportunity {
  padding-bottom: 60px;
}
.opportunity-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--border);
}
.opportunity-grid article {
  min-height: 240px;
  padding: 28px 24px;
  border-right: 1px solid var(--border);
}
.opportunity-grid article:first-child {
  border-left: 1px solid var(--border);
}
.opportunity-grid span {
  color: var(--clay);
  font-size: 10px;
  font-weight: 800;
}
.opportunity-grid h3 {
  margin: 20px 0 10px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 28px;
  line-height: 1.02;
  letter-spacing: -0.04em;
}
.opportunity-grid p {
  color: #697176;
  font-size: 11px;
  line-height: 1.7;
}
.sale-roadmap {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: start;
}
.sale-roadmap h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.05em;
}
.sale-roadmap ol {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--border);
}
.sale-roadmap li {
  display: flex;
  gap: 12px;
  padding: 17px 0;
  border-bottom: 1px solid var(--border);
  color: #4f5a5d;
  font-size: 12px;
}
.sale-roadmap li svg {
  flex: none;
  color: var(--clay);
}
.sale-contact {
  padding: clamp(55px, 7vw, 96px) max(5vw, 32px);
  background: var(--sage);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
}
.sale-contact h2 {
  color: #fff;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(38px, 4.3vw, 62px);
  letter-spacing: -0.05em;
  line-height: 0.98;
}
.sale-contact p {
  margin-top: 16px;
  color: #e6ecdf;
  font-size: 13px;
}
.sale-contact p a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.article-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(60px, 8vw, 110px) max(5vw, 32px);
}
.article-wrap > header {
  padding-bottom: 35px;
  margin-bottom: 45px;
  border-bottom: 1px solid var(--border);
}
.article-wrap > header span {
  color: var(--clay);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.article-wrap > header p {
  max-width: 580px;
  margin-top: 18px;
  color: #58636a;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 27px;
  line-height: 1.18;
  letter-spacing: -0.03em;
}
.article-wrap section {
  margin: 42px 0;
}
.article-wrap h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 42px;
  letter-spacing: -0.045em;
  line-height: 1;
  margin-bottom: 17px;
}
.article-wrap section p {
  color: #4e5a5e;
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 18px;
}
.article-aside {
  margin-top: 50px;
  padding: 25px;
  background: var(--lime);
  border-left: 5px solid var(--clay);
}
.article-aside strong {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 26px;
  letter-spacing: -0.04em;
}
.article-aside p {
  margin-top: 6px;
  color: #647074;
  font-size: 12px;
}
.place-detail {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 80px;
  align-items: start;
}
.place-detail h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 55px;
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.place-detail > div > p {
  max-width: 610px;
  margin-top: 18px;
  color: #617076;
  font-size: 14px;
  line-height: 1.8;
}
.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 22px;
}
.place-detail aside {
  padding: 28px;
  background: var(--paper);
  border-top: 4px solid var(--clay);
  display: grid;
  gap: 5px;
}
.place-detail aside span {
  color: var(--sage);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  margin-top: 10px;
}
.place-detail aside b {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 28px;
  letter-spacing: -0.04em;
}
.place-detail aside a {
  margin-top: 15px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--clay);
  font-size: 11px;
  font-weight: 800;
}
.related-list {
  max-width: 1240px;
  margin: 0 auto;
}
.related-list > div {
  margin-top: 45px;
  border-top: 1px solid var(--border);
}
.related-list > div a {
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: 50px 1fr 30px;
  align-items: center;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 27px;
  letter-spacing: -0.04em;
  transition: color 0.18s var(--ease-out);
}
.related-list > div a:hover {
  color: var(--clay);
}
.related-list > div span {
  color: var(--clay);
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
}
.not-found {
  min-height: 60vh;
  padding: 140px max(5vw, 32px);
  background: var(--lime);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.not-found p {
  color: var(--clay);
  font-size: 10px;
  letter-spacing: 0.15em;
  font-weight: 800;
}
.not-found h1 {
  max-width: 650px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(48px, 6vw, 85px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  margin: 20px 0 30px;
}
.not-found a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--clay);
  font-size: 12px;
  font-weight: 800;
}

.site-footer {
  padding: 64px max(5vw, 32px) 19px;
  background: #0e171e;
  color: #d0d8d5;
}
.footer-top {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 90px;
}
.footer-brand img {
  width: 46px;
  height: 46px;
  margin-bottom: 17px;
}
.footer-brand__name {
  color: #fff;
  font-size: 22px;
}
.footer-brand p:last-child {
  max-width: 290px;
  margin-top: 11px;
  color: #a9b7b4;
  font-size: 12px;
  line-height: 1.7;
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.footer-links > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.footer-label {
  color: #f1c8b2;
  margin-bottom: 7px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #d5dfdb;
  font-size: 11px;
}
.footer-links a:hover {
  color: #fff;
}
.footer-bottom {
  max-width: 1240px;
  margin: 62px auto 0;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: space-between;
  color: #859592;
  font-size: 9px;
}
.footer-bottom > div {
  display: flex;
  gap: 18px;
  align-items: center;
}
.footer-legal-link {
  color: #f1c8b2;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-legal-link:hover {
  color: #fff;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (max-width: 1120px) {
  .desktop-nav {
    gap: 12px;
  }
  .nav-link {
    font-size: 10px;
  }
  .brand {
    min-width: 285px;
  }
  .nav-actions {
    min-width: 180px;
  }
  .nav-sale {
    font-size: 10px;
  }
  .home-hero__grid {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .quick-doors {
    margin-left: 5vw;
    margin-right: 5vw;
  }
  .section {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .places-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .guide-tiles {
    grid-template-columns: 1fr 1fr;
  }
  .guide-tiles > div {
    grid-column: 1/-1;
  }
  .guide-tiles a {
    border-top: 1px solid var(--border);
  }
  .clay-steps {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .clay-steps > div {
    grid-column: 1/-1;
  }
  .sale-page-hero {
    grid-template-columns: 1fr 0.65fr;
    gap: 35px;
  }
}
@media (max-width: 820px) {
  .sale-ribbon__inner {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
  }
  .sale-ribbon__link {
    font-size: 0;
  }
  .sale-ribbon__link svg {
    width: 16px;
    height: 16px;
  }
  .nav-wrap {
    height: 68px;
    padding: 0 20px;
  }
  .brand {
    min-width: 0;
    gap: 13.5px;
  }
  .brand__word {
    font-size: 24px;
  }
  .brand__word i {
    font-size: 15px;
  }
  .brand__mark {
    width: 46.5px;
    height: 46.5px;
  }
  .desktop-nav,
  .icon-link,
  .nav-sale {
    display: none;
  }
  .nav-actions {
    min-width: 0;
  }
  .mobile-toggle {
    display: inline-flex;
  }
  .mobile-nav {
    display: grid;
    background: var(--paper);
    border-top: 1px solid var(--border);
    padding: 10px 20px 18px;
    animation: fade-up 0.2s var(--ease-out) both;
  }
  .mobile-nav a {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--border);
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 24px;
    letter-spacing: -0.04em;
  }
  .mobile-nav .mobile-nav__sale {
    justify-content: center;
    margin-top: 11px;
    background: var(--clay);
    border: 0;
    color: #fff;
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
  }
  .home-hero {
    min-height: 600px;
  }
  .hero-coordinates {
    width: 190px;
  }
  .quick-doors {
    grid-template-columns: repeat(2, 1fr);
    margin-left: 20px;
    margin-right: 20px;
  }
  .section-intro {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 35px;
  }
  .section-intro h2 {
    font-size: 47px;
  }
  .agenda-grid,
  .agenda-grid--full {
    grid-template-columns: 1fr 1fr;
  }
  .statement-layout {
    grid-template-columns: 1fr;
  }
  .statement-layout__image {
    min-height: 410px;
  }
  .statement-layout__copy {
    padding: 75px 8vw;
  }
  .plan-strip {
    grid-template-columns: 1fr;
  }
  .plan-card {
    min-height: 350px;
  }
  .plan-card--0 {
    min-height: 440px;
  }
  .atlas-band {
    grid-template-columns: 1fr;
  }
  .atlas-stats {
    max-width: 600px;
  }
  .business-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-hero {
    min-height: 390px;
  }
  .page-hero h1 {
    font-size: 60px;
  }
  .guides-layout {
    grid-template-columns: 1fr;
  }
  .guides-feature img {
    height: 260px;
  }
  .split-editorial,
  .craft-layout {
    grid-template-columns: 1fr;
  }
  .craft-layout .editorial-figure,
  .craft-layout > div {
    order: unset;
  }
  .route-grid {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }
  .route-grid article,
  .route-grid article:first-child {
    min-height: 0;
    border-left: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }
  .plan-feature,
  .plan-feature:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .plan-feature:nth-child(even) img {
    order: 0;
  }
  .plan-feature > img {
    min-height: 250px;
    height: 250px;
  }
  .plan-feature > div {
    padding: 42px 30px 48px;
  }
  .mini-callout {
    grid-template-columns: 1fr;
  }
  .mini-callout > svg {
    display: none;
  }
  .guide-tiles {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }
  .guide-tiles > div {
    grid-column: auto;
    padding: 42px 0;
  }
  .guide-tiles a {
    min-height: 140px;
    border-left: 0;
  }
  .clay-steps {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .clay-steps article {
    min-height: 0;
  }
  .places-grid {
    grid-template-columns: 1fr 1fr;
  }
  .directory-cta {
    grid-template-columns: 42px 1fr;
  }
  .directory-cta .button {
    grid-column: 1/-1;
    justify-self: start;
  }
  .news-page-grid {
    grid-template-columns: 1fr;
  }
  .sale-page-hero {
    grid-template-columns: 1fr;
  }
  .opportunity-grid {
    grid-template-columns: 1fr 1fr;
  }
  .sale-roadmap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .sale-contact {
    flex-direction: column;
    align-items: flex-start;
  }
  .place-detail {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .related-list > div a {
    grid-template-columns: 35px 1fr 20px;
    font-size: 22px;
  }
  .footer-links {
    grid-template-columns: 1fr 1fr;
  }
  .footer-links > div:last-child {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 5px;
  }
}
@media (max-width: 530px) {
  .sale-ribbon__inner {
    min-height: 29px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sale-ribbon__inner > span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .home-hero {
    min-height: 570px;
  }
  .home-hero__grid {
    padding: 70px 26px 47px;
  }
  .hero-copy h1 {
    font-size: 73px;
  }
  .hero-copy > p {
    font-size: 13px;
  }
  .hero-baseline {
    padding: 12px 20px;
    gap: 10px;
  }
  .hero-coordinates {
    width: 100%;
    padding-top: 50px;
  }
  .quick-doors {
    margin-left: 0;
    margin-right: 0;
  }
  .quick-door {
    min-height: 88px;
    padding: 14px;
  }
  .quick-door b {
    font-size: 11px;
  }
  .quick-door small {
    display: none;
  }
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-intro h2,
  .statement-layout h2 {
    font-size: 45px;
  }
  .agenda-grid,
  .agenda-grid--full {
    grid-template-columns: 1fr;
  }
  .agenda-card {
    min-height: 235px;
  }
  .statement-layout__image {
    min-height: 320px;
  }
  .statement-layout__copy {
    padding: 61px 25px;
  }
  .atlas-stats div {
    min-height: 111px;
    padding: 12px;
  }
  .atlas-stats b {
    font-size: 31px;
  }
  .atlas-stats span {
    font-size: 8px;
  }
  .news-row {
    grid-template-columns: 30px 1fr 20px;
    gap: 8px;
  }
  .news-row h3 {
    font-size: 22px;
  }
  .news-row small {
    display: none;
  }
  .business-cta {
    padding: 54px 20px;
  }
  .page-hero {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 355px;
  }
  .page-hero h1 {
    font-size: 52px;
  }
  .filter-bar,
  .place-toolbar {
    margin-top: -16px;
  }
  .filter-bar span,
  .place-toolbar > span {
    width: 100%;
    margin: 0;
  }
  .filter-bar button,
  .place-toolbar button {
    padding: 8px 7px;
    font-size: 9px;
  }
  .plan-feature h2 {
    font-size: 41px;
  }
  .guides-feature > div {
    padding: 27px 22px 31px;
  }
  .guides-feature h2 {
    font-size: 41px;
  }
  .editorial-figure img {
    min-height: 300px;
  }
  .route-grid article {
    padding: 27px 22px;
  }
  .places-grid {
    grid-template-columns: 1fr;
  }
  .place-card {
    min-height: 285px;
  }
  .directory-cta {
    grid-template-columns: 1fr;
  }
  .directory-cta svg {
    display: none;
  }
  .sale-page-hero {
    padding: 80px 20px;
  }
  .sale-page-hero h1 {
    font-size: 58px;
  }
  .sale-page-hero aside {
    padding: 22px;
  }
  .opportunity-grid {
    grid-template-columns: 1fr;
  }
  .opportunity-grid article,
  .opportunity-grid article:first-child {
    min-height: 0;
    border-left: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }
  .sale-roadmap h2 {
    font-size: 43px;
  }
  .sale-contact {
    padding-left: 20px;
    padding-right: 20px;
  }
  .article-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .article-wrap h2 {
    font-size: 36px;
  }
  .article-wrap section p {
    font-size: 14px;
  }
  .place-detail h2 {
    font-size: 45px;
  }
  .related-list > div a {
    grid-template-columns: 35px 1fr 20px;
    font-size: 22px;
  }
  .footer-links {
    grid-template-columns: 1fr 1fr;
  }
  .footer-links > div:last-child {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 5px;
  }
}
/* Atlas de Barro — ampliación estructural: coordenadas, franjas minerales y ritmos por tipo de contenido. */
.hero-atlas-signature {
  float: right;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 0 7px 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.42);
  color: rgba(255, 255, 255, 0.75);
  font-size: 8px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.1em;
}
.hero-atlas-signature img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.place-hero-coords {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 390px;
  margin-top: 25px;
  color: #f0c0a3;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.place-hero-coords i {
  height: 1px;
  width: 32px;
  background: rgba(255, 255, 255, 0.5);
}
.agenda-section {
  padding-top: 65px;
}
.agenda-timecode {
  max-width: 1240px;
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  background: var(--paper);
  border-top: 5px solid var(--clay);
}
.agenda-timecode__heading {
  min-height: 305px;
  padding: 32px;
  background: var(--ink);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.agenda-timecode__heading span {
  color: #efc0a5;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.19em;
}
.agenda-timecode__heading b {
  margin-top: 8px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 76px;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: -0.07em;
}
.agenda-timecode__heading i {
  width: 48px;
  height: 1px;
  background: var(--clay);
  margin: 25px 0 10px;
}
.agenda-timecode__heading small {
  color: #c5cfcb;
  max-width: 190px;
  font-size: 10px;
  line-height: 1.5;
}
.agenda-timecode__dates {
  padding: 0 27px;
}
.agenda-timecode__dates article {
  min-height: 101px;
  display: grid;
  grid-template-columns: 69px 1fr 26px;
  gap: 17px;
  align-items: center;
  border-bottom: 1px solid var(--border);
}
.agenda-timecode__dates article:last-child {
  border-bottom: 0;
}
.agenda-timecode__dates > article > span {
  color: var(--clay);
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 39px;
  line-height: 0.7;
  letter-spacing: -0.07em;
}
.agenda-timecode__dates > article > span small {
  display: block;
  margin-top: 8px;
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.agenda-timecode__dates p {
  color: var(--sage);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.agenda-timecode__dates h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 23px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin: 4px 0;
}
.agenda-timecode__dates small {
  color: #687176;
  font-size: 9px;
}
.agenda-timecode__dates a {
  color: var(--clay);
}
.agenda-spotlight {
  max-width: 1240px;
  min-height: 355px;
  margin: 0 auto 42px;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  background: #e3ddcf;
}
.agenda-spotlight > img {
  width: 100%;
  height: 100%;
  min-height: 355px;
  object-fit: cover;
}
.agenda-spotlight > div {
  padding: 50px 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.agenda-spotlight > div:before {
  content: '';
  width: 62px;
  height: 5px;
  background: var(--clay);
  position: absolute;
  top: 0;
  left: 8%;
}
.agenda-spotlight h2 {
  max-width: 590px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(35px, 3.8vw, 56px);
  line-height: 1;
  letter-spacing: -0.05em;
}
.agenda-spotlight p {
  max-width: 510px;
  margin-top: 18px;
  color: #5f6968;
  font-size: 12px;
  line-height: 1.7;
}
.agenda-grid--secondary {
  grid-template-columns: repeat(3, 1fr);
}
.guides-feature {
  position: relative;
}
.guides-feature__margin {
  position: absolute;
  z-index: 2;
  top: 285px;
  right: 0;
  width: 160px;
  padding: 13px 12px !important;
  background: var(--clay);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 7px;
}
.guides-feature__margin img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.guides-feature__margin span {
  color: #fff;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.45;
}
.place-map-strip {
  max-width: 1240px;
  margin: -15px auto 0;
  padding: 14px 19px;
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  align-items: center;
  gap: 15px;
}
.place-map-strip > div {
  display: flex;
  align-items: center;
  gap: 9px;
}
.place-map-strip img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.place-map-strip b {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.place-map-strip > span {
  color: #d2ded8;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  padding-left: 14px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.09em;
}
.place-card__coordinates {
  display: block;
  margin-top: 10px;
  color: var(--clay);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.09em;
}
.place-card__tags {
  margin-top: 11px;
}
@media (max-width: 820px) {
  .agenda-timecode {
    grid-template-columns: 1fr;
  }
  .agenda-timecode__heading {
    min-height: 170px;
  }
  .agenda-spotlight {
    grid-template-columns: 1fr;
  }
  .agenda-spotlight > img {
    min-height: 260px;
    max-height: 300px;
  }
  .place-map-strip {
    grid-template-columns: 1fr 1fr;
  }
  .place-map-strip > div {
    grid-column: 1/-1;
  }
}
@media (max-width: 530px) {
  .hero-atlas-signature {
    display: none;
  }
  .agenda-timecode__dates {
    padding: 0 17px;
  }
  .agenda-timecode__dates article {
    grid-template-columns: 55px 1fr 18px;
    gap: 10px;
  }
  .agenda-timecode__dates h3 {
    font-size: 19px;
  }
  .agenda-timecode__dates > article > span {
    font-size: 32px;
  }
  .agenda-spotlight > div {
    padding: 42px 22px;
  }
  .agenda-spotlight h2 {
    font-size: 40px;
  }
  .guides-feature__margin {
    top: 225px;
  }
  .place-map-strip {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .place-map-strip > span {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 9px 0 0;
  }
}
@media (max-width: 820px) {
  .agenda-grid--secondary {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 530px) {
  .agenda-grid--secondary {
    grid-template-columns: 1fr;
  }
}
/* Atlas de Barro — en móvil, la cinta de venta conserva solo el mensaje legible y su acción. */
.sale-ribbon__mobile {
  display: none;
}
@media (max-width: 820px) {
  .sale-ribbon__desktop {
    display: none;
  }
  .sale-ribbon__mobile {
    display: inline;
    font-weight: 800;
    letter-spacing: 0.035em;
  }
  .sale-ribbon__link {
    font-size: 10px;
    font-weight: 800;
  }
  .sale-ribbon__link svg {
    width: 14px;
    height: 14px;
  }
}

/* Atlas de Barro — página legal de lectura serena, sin formularios ni módulos de captación. */
.legal-page {
  background: var(--lime);
  padding: clamp(64px, 9vw, 128px) max(5vw, 32px);
}
.legal-page__head,
.legal-page__content {
  max-width: 890px;
  margin: 0 auto;
}
.legal-page__head {
  padding-bottom: 44px;
  border-bottom: 1px solid var(--border);
}
.legal-page__head h1,
.legal-page__content h1 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(56px, 7vw, 96px);
  line-height: 0.9;
  letter-spacing: -0.06em;
}
.legal-page__content {
  margin-top: 55px;
  padding: clamp(34px, 5vw, 62px);
  background: var(--paper);
  border-top: 5px solid var(--clay);
}
.legal-page__content > h1 {
  margin-bottom: 55px;
  font-size: clamp(45px, 5vw, 67px);
}
.legal-page__content h2 {
  margin: 39px 0 14px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(27px, 3vw, 37px);
  line-height: 1;
  letter-spacing: -0.04em;
}
.legal-page__content p {
  max-width: 720px;
  margin: 0 0 17px;
  color: #4e5a5e;
  font-size: 14px;
  line-height: 1.85;
}
.legal-page__content h2 + p {
  color: var(--ink);
  font-weight: 600;
}
@media (max-width: 530px) {
  .legal-page {
    padding-left: 20px;
    padding-right: 20px;
  }
  .legal-page__content {
    margin-top: 35px;
    padding: 28px 22px;
  }
  .legal-page__content > h1 {
    margin-bottom: 39px;
  }
  .legal-page__content h2 {
    margin-top: 31px;
  }
  .legal-page__content p {
    font-size: 13px;
  }
  .footer-bottom > div {
    align-items: flex-start;
  }
}

/* Portable static navigation: no framework runtime required. */
.mobile-nav {
  display: none !important;
}
.mobile-nav.is-open {
  display: grid !important;
}
.mobile-toggle svg + svg {
  display: none;
}
.mobile-toggle.is-open svg:first-child {
  display: none;
}
.mobile-toggle.is-open svg + svg {
  display: block;
}
