/*
 * residencial.es
 * Hoja de estilos estática, sin framework ni preprocesador.
 * Dirección visual: Cartografía doméstica.
 */

@font-face {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dm-serif-display-regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "DM Serif Display";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/dm-serif-display-italic.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/manrope-400.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/manrope-600.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/manrope-700.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/manrope-800.ttf") format("truetype");
  font-display: swap;
}

:root {
  --route: #42634c;
  --teja: #d85e36;
  --ink: #20251e;
  --limestone: #f8f5ee;
  --cream: #fffdf8;
  --line: #d9d8cf;
  --muted: #6e7469;
  --soft: #edeae0;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--limestone);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--limestone);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

a[href],
button {
  cursor: pointer;
}

.site-promo {
  padding: 7px 0;
  color: var(--route);
  background: #e7e4d9;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.site-promo__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(1360px, calc(100% - 32px));
  margin: auto;
  text-align: center;
}

.site-promo a {
  padding-bottom: 2px;
  color: var(--teja);
  border-bottom: 1px solid var(--teja);
  white-space: nowrap;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(248, 245, 238, .97);
  backdrop-filter: blur(14px);
}

.site-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: min(1360px, calc(100% - 32px));
  min-height: 92px;
  margin: auto;
}

.brand {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 40.5px;
  letter-spacing: -.045em;
  line-height: 1;
}

.brand img {
  width: 46.5px;
  height: 46.5px;
  object-fit: contain;
}

.dot,
.display em,
.sale-hero h1 span {
  color: var(--teja);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-nav a {
  position: relative;
  padding: 37px 0 34px;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--route);
}

.main-nav a.active::after {
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--teja);
}

.nav-more {
  display: none;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--route);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 27px;
  height: 1px;
  content: "";
  background: currentColor;
}

.display {
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
}

.display em {
  font-style: italic;
}

.route-line {
  width: 1px;
  height: 38px;
  margin-left: 18px;
  border-left: 1px dashed var(--route);
}

.atlas-stamp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  color: var(--route);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.atlas-stamp::before {
  width: 31px;
  height: 18px;
  content: "";
  border: 1px solid var(--route);
  background:
    linear-gradient(90deg, transparent 49%, var(--route) 50%, var(--route) 52%, transparent 53%),
    linear-gradient(0deg, transparent 49%, var(--route) 50%, var(--route) 52%, transparent 53%);
  opacity: .7;
}

.atlas-stamp b {
  color: var(--teja);
}

.hero {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 22px 16px 0;
}

.hero__frame {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 625px;
  overflow: hidden;
  background: #ddd8cc;
}

.hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(248, 245, 238, .99) 0%, rgba(248, 245, 238, .94) 32%, rgba(248, 245, 238, .35) 59%, rgba(248, 245, 238, .04) 85%);
}

.hero__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 695px;
  padding: clamp(45px, 8vw, 110px) clamp(24px, 7vw, 102px);
}

.hero__copy h1 {
  margin: 17px 0 24px;
  font-size: clamp(56px, 7vw, 103px);
}

.hero__copy p {
  max-width: 455px;
  margin: 0;
  color: #3e463d;
  font-size: 17px;
  line-height: 1.65;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 47px;
  padding: 0 18px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.btn--route {
  color: white;
  background: var(--route);
}

.btn--light {
  color: var(--ink);
  border-color: rgba(32, 37, 30, .32);
  background: rgba(255, 253, 248, .75);
}

.hero__note {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: min(310px, 72%);
  padding: 19px 24px;
  color: white;
  background: var(--teja);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.decision-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: .88fr 1.08fr 1.08fr;
  width: min(1240px, calc(100% - 32px));
  margin: -34px auto 0;
  border: 1px solid var(--line);
  background: var(--cream);
}

.decision-strip article {
  min-height: 145px;
  padding: 28px 30px;
  border-right: 1px solid var(--line);
}

.decision-strip article:last-child {
  border-right: 0;
}

.decision-strip strong {
  display: block;
  color: var(--route);
  font-family: "DM Serif Display", serif;
  font-size: 35px;
  font-weight: 400;
}

.decision-strip h3 {
  margin: 7px 0 0;
  font-size: 13px;
}

.decision-strip p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.site-section {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 110px 0;
}

.site-section--full,
.section-full {
  width: 100%;
}

.section-full > .content-width,
.content-width {
  width: min(1240px, calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
}

.paper {
  background: var(--cream);
}

.soft {
  background: var(--soft);
}

.moss {
  color: white;
  background: var(--route);
}

.moss .eyebrow,
.moss .section-link {
  color: #fbbaa4;
  border-color: #fbbaa4;
}

.moss .section-head p,
.moss .feature-split__copy p {
  color: #d8e1d5;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(160px, .6fr) 1.4fr minmax(150px, .45fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 38px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(38px, 4.5vw, 64px);
}

.section-head p {
  max-width: 500px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.section-link {
  justify-self: end;
  padding-bottom: 5px;
  color: var(--route);
  border-bottom: 1px solid var(--route);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.choice-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.choice-card {
  padding: 34px 26px 31px 0;
  border-right: 1px solid var(--line);
}

.choice-card:nth-child(even) {
  padding-right: 0;
  padding-left: 27px;
  border-right: 0;
}

.choice-card:nth-child(-n + 2) {
  border-bottom: 1px solid var(--line);
}

.choice-card__number {
  color: var(--teja);
  font-family: "DM Serif Display", serif;
  font-size: 29px;
}

.choice-card h3 {
  margin: 9px 0;
  font-family: "DM Serif Display", serif;
  font-size: 30px;
  font-weight: 400;
}

.choice-card p,
.article-card p,
.listing-row p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.choice-card p {
  max-width: 430px;
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.65;
}

.text-arrow {
  color: var(--route);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.feature-split {
  display: grid;
  grid-template-columns: 1.13fr .87fr;
  min-height: 515px;
}

.feature-split__media {
  min-height: 370px;
  overflow: hidden;
}

.feature-split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-split__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 80px);
}

.feature-split__copy h2 {
  margin: 18px 0;
  font-size: clamp(45px, 4.5vw, 67px);
}

.feature-split__copy p {
  max-width: 450px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.article-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-top: 14px;
  border-top: 1px solid var(--ink);
}

.article-card__image,
.article-card__map {
  position: relative;
  display: block;
  aspect-ratio: 1.28;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #e8e4d8;
}

.article-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-card__map::before {
  position: absolute;
  inset: 14px;
  content: "";
  border: 1px dashed var(--route);
  background:
    repeating-linear-gradient(90deg, transparent 0 25px, rgba(66, 99, 76, .18) 26px 27px),
    repeating-linear-gradient(0deg, transparent 0 25px, rgba(66, 99, 76, .18) 26px 27px);
}

.article-card__map::after {
  position: absolute;
  top: 48%;
  left: 27%;
  width: 48%;
  content: "";
  border-top: 2px solid var(--teja);
  transform: rotate(-27deg);
  box-shadow: 23px -35px 0 -1px var(--route), -18px 32px 0 -1px var(--route);
}

.article-card__meta,
.listing-row__tag {
  color: var(--route);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .105em;
  text-transform: uppercase;
}

.article-card h3 {
  margin: 9px 0 8px;
  font-family: "DM Serif Display", serif;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.02;
}

.article-card p {
  margin: 0;
}

.article-card__footer {
  margin-top: auto;
  padding-top: 17px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.data-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, .28);
}

.data-board article {
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, .28);
}

.data-board article:last-child {
  border-right: 0;
}

.data-board span {
  color: #f9c4ad;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.data-board strong {
  display: block;
  margin: 13px 0 10px;
  font-family: "DM Serif Display", serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
}

.data-board p,
.newsletter p {
  margin: 0;
  color: #d8e1d5;
  font-size: 13px;
  line-height: 1.55;
}

.newsletter {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  align-items: center;
}

.newsletter h2 {
  margin: 13px 0 0;
  font-size: clamp(42px, 4.5vw, 66px);
}

.newsletter__form {
  display: flex;
  gap: 12px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, .58);
}

.newsletter__form input {
  flex: 1;
  min-width: 0;
  color: white;
  border: 0;
  outline: 0;
  background: transparent;
}

.newsletter__form button {
  padding: 4px 0;
  color: #f9c4ad;
  border: 0;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.page-hero {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 50px;
  width: min(1240px, calc(100% - 32px));
  margin: auto;
  padding: 74px 0 55px;
}

.page-hero > div:first-child {
  position: relative;
}

.page-hero > div:first-child::after {
  position: absolute;
  bottom: -27px;
  left: 0;
  width: min(270px, 72%);
  height: 11px;
  content: "";
  opacity: .55;
  background: repeating-linear-gradient(90deg, var(--route) 0 1px, transparent 1px 11px);
}

.page-hero h1 {
  margin: 15px 0 0;
  font-size: clamp(56px, 7vw, 100px);
}

.page-hero__intro {
  align-self: end;
  padding-bottom: 9px;
}

.page-hero__intro p {
  max-width: 570px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.page-hero__intro .route-line {
  margin-top: 27px;
}

.index-layout {
  display: grid;
  grid-template-columns: 245px 1fr;
  gap: 45px;
  width: min(1240px, calc(100% - 32px));
  margin: auto;
  padding-bottom: 100px;
}

.side-index {
  position: sticky;
  top: 115px;
  align-self: start;
  border-top: 1px solid var(--ink);
}

.side-index h2 {
  margin: 15px 0 13px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.side-index a {
  display: block;
  padding: 11px 0;
  border-top: 1px solid var(--line);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .045em;
}

.index-content__lead {
  max-width: 760px;
  margin: 0 0 45px;
  font-family: "DM Serif Display", serif;
  font-size: clamp(33px, 3.8vw, 53px);
  letter-spacing: -.04em;
  line-height: 1.05;
}

.listing-row {
  display: grid;
  grid-template-columns: 150px 1fr 120px;
  gap: 22px;
  align-items: start;
  padding: 25px 0;
  border-top: 1px solid var(--line);
}

.listing-row h3 {
  margin: 0 0 8px;
  font-family: "DM Serif Display", serif;
  font-size: 31px;
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.04;
}

.listing-row p {
  margin: 0;
}

.listing-row a {
  justify-self: end;
  color: var(--route);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.atlas-artifact {
  position: relative;
  margin: 0 0 48px;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: var(--cream);
}

.atlas-artifact::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .62;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(90deg, black, transparent 78%);
}

.atlas-artifact__head {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 15px 18px;
  color: var(--route);
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.atlas-artifact__head span:last-child {
  color: var(--teja);
}

.artifact-layers,
.artifact-signal {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
}

.artifact-layers__map {
  position: relative;
  min-height: 225px;
  border-right: 1px solid var(--line);
}

.circle {
  position: absolute;
  border: 1px solid var(--route);
  border-radius: 50%;
}

.circle:nth-child(1) { top: 30px; left: 19%; width: 145px; height: 145px; }
.circle:nth-child(2) { top: 67px; left: 47%; width: 92px; height: 92px; border-color: var(--teja); }
.circle:nth-child(3) { top: 96px; left: 56%; width: 34px; height: 34px; border-color: var(--teja); background: var(--teja); }

.artifact-layers__map .route {
  position: absolute;
  top: 121px;
  left: 12%;
  width: 73%;
  border-top: 1px dashed var(--route);
  transform: rotate(-18deg);
}

.artifact-layers__map strong {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: var(--route);
  font-family: "DM Serif Display", serif;
  font-size: 34px;
  font-weight: 400;
}

.artifact-layers__list {
  display: grid;
  align-content: center;
  padding: 17px 24px;
}

.artifact-layers__list div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  font-weight: 800;
}

.artifact-layers__list span,
.artifact-timeline span {
  color: var(--teja);
  font-family: "DM Serif Display", serif;
  font-size: 23px;
}

.artifact-route {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 32px 24px 24px;
}

.artifact-route::before {
  position: absolute;
  top: 61px;
  right: 12%;
  left: 12%;
  content: "";
  border-top: 1px dashed var(--route);
}

.artifact-route div {
  position: relative;
  padding-top: 44px;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
}

.artifact-route div::before {
  position: absolute;
  top: 21px;
  left: 50%;
  display: grid;
  width: 24px;
  height: 24px;
  content: attr(data-step);
  transform: translateX(-50%);
  place-items: center;
  color: var(--route);
  border: 1px solid var(--route);
  border-radius: 50%;
  background: var(--cream);
  font-family: "DM Serif Display", serif;
  font-size: 14px;
}

.artifact-route div:last-child::before {
  color: white;
  border-color: var(--teja);
  background: var(--teja);
}

.artifact-timeline {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.artifact-timeline article {
  min-height: 148px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.artifact-timeline article:last-child {
  border-right: 0;
}

.artifact-timeline span {
  font-size: 30px;
}

.artifact-timeline h3 {
  margin: 8px 0 4px;
  font-family: "DM Serif Display", serif;
  font-size: 25px;
  font-weight: 400;
}

.artifact-timeline p,
.artifact-signal p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.artifact-signal {
  grid-template-columns: 1.2fr .8fr;
}

.artifact-signal > div {
  padding: 25px;
}

.artifact-signal > div:first-child {
  border-right: 1px solid var(--line);
}

.artifact-signal strong {
  display: block;
  color: var(--route);
  font-family: "DM Serif Display", serif;
  font-size: 39px;
  font-weight: 400;
}

.artifact-signal p {
  margin-top: 7px;
  font-size: 13px;
}

.mini-bars {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 83px;
  margin-top: 12px;
}

.mini-bars i {
  display: block;
  flex: 1;
  background: var(--route);
  opacity: .8;
}

.mini-bars i:last-child {
  background: var(--teja);
}

.guide-hero {
  width: min(1240px, calc(100% - 32px));
  margin: auto;
  padding: 55px 0 0;
}

.guide-hero__meta {
  display: flex;
  gap: 16px;
  color: var(--route);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.guide-hero h1 {
  max-width: 1000px;
  margin: 18px 0 31px;
  font-size: clamp(54px, 7vw, 94px);
}

.guide-hero__deck {
  max-width: 700px;
  margin-bottom: 48px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.guide-hero img {
  display: block;
  width: 100%;
  height: min(60vw, 610px);
  object-fit: cover;
}

.article-body {
  width: min(830px, calc(100% - 32px));
  margin: auto;
  padding: 62px 0 110px;
}

.article-body p {
  margin: 0 0 28px;
  color: #394036;
  font-size: 18px;
  line-height: 1.85;
}

.article-body h2 {
  margin: 52px 0 16px;
  font-family: "DM Serif Display", serif;
  font-size: 45px;
  font-weight: 400;
}

.article-quote {
  margin: 45px 0;
  padding: 4px 0 4px 25px;
  border-left: 3px solid var(--teja);
  font-family: "DM Serif Display", serif;
  font-size: 33px;
  line-height: 1.18;
}

.check-panel {
  margin: 38px 0;
  padding: 29px;
  background: #e9e5da;
}

.check-panel h3 {
  margin: 0 0 14px;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.check-panel ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-panel li {
  padding: 12px 0;
  border-top: 1px solid #cac7bb;
  font-size: 14px;
}

.check-panel li::before {
  margin-right: 10px;
  content: "↗";
  color: var(--teja);
}

.article-end {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid var(--ink);
}

.sale-hero {
  color: white;
  background: var(--route);
}

.sale-hero__inner {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 80px;
  align-items: end;
  width: min(1240px, calc(100% - 32px));
  margin: auto;
  padding: 90px 0;
}

.sale-eyebrow {
  color: #f9c4ad;
}

.sale-hero h1 {
  margin: 18px 0 0;
  font-size: clamp(58px, 7vw, 96px);
}

.sale-hero p {
  max-width: 460px;
  color: #d8e1d5;
  font-size: 17px;
  line-height: 1.7;
}

.sale-card {
  padding: 36px;
  color: var(--ink);
  background: var(--cream);
}

.sale-icon {
  margin-bottom: 16px;
  color: var(--teja);
  font-size: 24px;
}

.sale-card h2 {
  margin: 0 0 10px;
  font-family: "DM Serif Display", serif;
  font-size: 38px;
  font-weight: 400;
}

.sale-card p {
  margin: 0 0 25px;
  color: var(--muted);
  font-size: 14px;
}

.sale-card .btn {
  width: 100%;
}

.sale-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  width: min(1240px, calc(100% - 32px));
  margin: auto;
  padding: 85px 0 110px;
}

.sale-points article {
  padding-top: 18px;
  border-top: 1px solid var(--ink);
}

.sale-points span {
  color: var(--teja);
  font-family: "DM Serif Display", serif;
  font-size: 34px;
}

.sale-points h2 {
  margin: 8px 0;
  font-family: "DM Serif Display", serif;
  font-size: 34px;
  font-weight: 400;
}

.sale-points p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.sale-cta {
  padding: 74px 16px;
  text-align: center;
}

.sale-cta > div {
  width: min(900px, 100%);
  margin: auto;
}

.sale-cta .eyebrow {
  justify-content: center;
  color: #f9c4ad;
}

.sale-cta h2 {
  margin: 18px 0;
  font-size: clamp(45px, 6vw, 75px);
}

.sale-cta p {
  max-width: 590px;
  margin: 0 auto 29px;
  color: #d8e1d5;
  line-height: 1.7;
}

.not-found {
  min-height: 65vh;
}

.not-found h1 {
  max-width: 850px;
  margin: 18px 0;
  font-size: clamp(55px, 8vw, 110px);
}

.site-footer {
  padding: 65px 0 25px;
  color: #fffdf8;
  background: #20251e;
}

.site-footer__inner {
  width: min(1240px, calc(100% - 32px));
  margin: auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.2fr .5fr .5fr .7fr;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, .23);
}

.footer-brand {
  font-family: "DM Serif Display", serif;
  font-size: 38px;
}

.footer-brand .dot,
.footer-list h3 {
  color: #f9c4ad;
}

.footer-top p {
  max-width: 310px;
  color: #bec6bc;
  font-size: 13px;
  line-height: 1.6;
}

.footer-list h3 {
  margin: 8px 0 15px;
  font-size: 10px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.footer-list a {
  display: block;
  padding: 5px 0;
  font-size: 13px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 21px;
  color: #aeb8ab;
  font-size: 10px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

@media (max-width: 1020px) {
  .main-nav { gap: 13px; font-size: 10px; }
  .site-nav__inner { gap: 20px; }
  .feature-split, .newsletter, .page-hero { grid-template-columns: 1fr; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .article-grid article:last-child { grid-column: span 2; }
  .index-layout { grid-template-columns: 1fr; }
  .side-index { position: static; display: flex; gap: 18px; overflow-x: auto; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
  .side-index h2 { display: none; }
  .side-index a { padding: 4px 0; border: 0; white-space: nowrap; }
  .sale-hero__inner { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 720px) {
  .site-promo { font-size: 9px; }
  .site-promo__inner { justify-content: space-between; gap: 8px; width: calc(100% - 24px); }
  .site-promo__detail { display: none; }
  .site-nav__inner { width: calc(100% - 24px); min-height: 78px; }
  .brand { gap: 10px; font-size: 36px; }
  .brand img { width: 40.5px; height: 40.5px; }
  .main-nav { display: none; }
  .nav-more { position: relative; display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; color: var(--route); border: 1px solid var(--route); }
  .nav-more summary { display: flex; width: 100%; height: 100%; flex-direction: column; align-items: center; justify-content: center; gap: 5px; list-style: none; }
  .nav-more summary::-webkit-details-marker { display: none; }
  .nav-more summary span { display: block; width: 17px; height: 1.5px; background: currentColor; }
  .nav-more[open] summary span:first-child { transform: translateY(6.5px) rotate(45deg); }
  .nav-more[open] summary span:nth-child(2) { opacity: 0; }
  .nav-more[open] summary span:last-child { transform: translateY(-6.5px) rotate(-45deg); }
  .nav-more ul { position: absolute; top: 50px; right: 0; z-index: 80; width: 215px; margin: 0; padding: 14px 18px; list-style: none; border: 1px solid var(--line); background: var(--cream); box-shadow: 0 12px 30px rgba(32, 37, 30, .14); }
  .nav-more li { border-bottom: 1px solid var(--line); }
  .nav-more a { display: block; padding: 12px 0; }
  .hero { padding: 10px 0 0; }
  .hero__frame { min-height: 640px; }
  .hero__image { object-position: 64% center; }
  .hero__wash { background: linear-gradient(90deg, rgba(248,245,238,.985), rgba(248,245,238,.92) 48%, rgba(248,245,238,.18)); }
  .hero__copy { padding: 48px 27px 82px; }
  .hero__copy h1, .page-hero h1 { font-size: 61px; }
  .hero__copy p { font-size: 15px; }
  .hero__note { width: 100%; padding: 13px 22px; }
  .decision-strip { grid-template-columns: 1fr; width: 100%; margin-top: 0; border-right: 0; border-left: 0; }
  .decision-strip article { min-height: auto; padding: 20px 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .site-section { width: min(100% - 32px, 1240px); padding: 75px 0; }
  .section-head { grid-template-columns: 1fr; gap: 16px; margin-bottom: 28px; }
  .section-link { justify-self: start; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-card, .choice-card:nth-child(even) { padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-split__copy { padding: 40px 24px; }
  .feature-split__media { min-height: 280px; }
  .article-grid { grid-template-columns: 1fr; gap: 31px; }
  .article-grid article:last-child { grid-column: auto; }
  .data-board, .artifact-layers, .artifact-signal, .artifact-timeline { grid-template-columns: 1fr; }
  .data-board article, .artifact-timeline article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.28); }
  .artifact-layers__map, .artifact-signal > div:first-child { border-right: 0; border-bottom: 1px solid var(--line); }
  .artifact-route { padding-right: 9px; padding-left: 9px; }
  .artifact-route::before { right: 8%; left: 8%; }
  .artifact-route div { font-size: 9px; }
  .page-hero { width: min(100% - 32px, 1240px); padding: 50px 0 39px; }
  .index-layout { gap: 28px; width: min(100% - 32px, 1240px); padding-bottom: 75px; }
  .index-content__lead { font-size: 37px; }
  .listing-row { grid-template-columns: 1fr; gap: 9px; padding: 22px 0; }
  .listing-row a { justify-self: start; }
  .guide-hero { width: min(100% - 32px, 1240px); padding-top: 42px; }
  .guide-hero h1 { font-size: 57px; }
  .guide-hero__deck { font-size: 16px; }
  .guide-hero img { width: calc(100% + 32px); height: 340px; margin-left: -16px; }
  .article-body { padding-top: 44px; padding-bottom: 75px; }
  .article-body p { font-size: 16px; line-height: 1.75; }
  .article-body h2 { font-size: 38px; }
  .article-quote { font-size: 29px; }
  .sale-hero__inner { width: min(100% - 32px, 1240px); padding: 65px 0; }
  .sale-points { grid-template-columns: 1fr; gap: 28px; width: min(100% - 32px, 1240px); padding: 64px 0 75px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-top > :first-child { grid-column: span 2; }
  .footer-bottom { flex-direction: column; }
}
