.lands-page {
  --atlas-ink: #031018;
  --atlas-midnight: #061722;
  --atlas-ocean: #0c2b38;
  --atlas-turquoise: #19e2d0;
  --atlas-gold: #f4d35e;
  --atlas-parchment: #f2ead8;
  --atlas-mist: #b8cbc8;
  overflow: clip;
  background: var(--atlas-ink);
  color: var(--cream);
}

.lands-page button,
.lands-page select {
  font: inherit;
}

.lands-page button {
  color: inherit;
}

.lands-page section {
  position: relative;
}

.atlas-eyebrow,
.control-label {
  margin: 0;
  color: var(--atlas-gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 1.5;
  text-transform: uppercase;
}

.atlas-section-heading {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr);
  gap: 24px clamp(48px, 8vw, 130px);
  align-items: end;
  max-width: 1400px;
  margin: 0 auto;
}

.atlas-section-heading .atlas-eyebrow {
  grid-column: 1 / -1;
}

.atlas-section-heading h2 {
  margin: 0;
  color: var(--cream);
  font-family: var(--display);
  font-size: clamp(58px, 7.2vw, 118px);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.84;
  text-transform: uppercase;
}

.atlas-section-heading > p:last-child {
  max-width: 660px;
  margin: 0;
  color: var(--atlas-mist);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.75;
}

.atlas-section-heading-light h2 {
  color: var(--atlas-ink);
}

.atlas-section-heading-light > p:last-child {
  color: #385049;
}

.atlas-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-align: center;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.atlas-button:hover,
.atlas-button:focus-visible {
  transform: translateY(-2px);
}

.atlas-button-primary {
  background: var(--atlas-gold);
  color: var(--atlas-ink);
}

.atlas-button-ghost {
  border-color: rgba(247, 242, 230, 0.42);
  background: rgba(3, 16, 24, 0.18);
  color: var(--cream);
  backdrop-filter: blur(10px);
}

.atlas-button-ghost:hover,
.atlas-button-ghost:focus-visible {
  border-color: var(--atlas-turquoise);
}

.atlas-text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
}

.atlas-text-link span {
  font-size: 16px;
  transition: transform 180ms ease;
}

.atlas-text-link:hover span,
.atlas-text-link:focus-visible span {
  transform: translate(4px, 4px);
}

.lands-hero {
  min-height: 760px;
  height: 100svh;
  overflow: hidden;
  background: var(--atlas-midnight);
}

.lands-hero-image,
.lands-hero-shade,
.lands-hero-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.lands-hero-image {
  object-fit: cover;
  object-position: center 54%;
  transform: scale(1.025);
  animation: atlas-camera 18s ease-in-out infinite alternate;
}

.lands-hero-shade {
  background:
    linear-gradient(180deg, rgba(2, 11, 16, 0.38), rgba(2, 11, 16, 0.05) 36%, rgba(2, 11, 16, 0.88)),
    linear-gradient(90deg, rgba(2, 11, 16, 0.82), rgba(2, 11, 16, 0.18) 62%, rgba(2, 11, 16, 0.45));
}

.lands-hero-lines {
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(25, 226, 208, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 226, 208, 0.18) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(90deg, black, transparent 72%);
}

.lands-hero-content {
  position: absolute;
  top: clamp(154px, 18vh, 220px);
  left: var(--page-gutter);
  z-index: 2;
  width: min(840px, 66vw);
}

.lands-hero-content h1 {
  max-width: 900px;
  margin: 24px 0 30px;
  font-family: var(--display);
  font-size: clamp(62px, 7.8vw, 128px);
  font-weight: 900;
  letter-spacing: -0.085em;
  line-height: 0.79;
}

.lands-hero-content h1 em {
  color: var(--atlas-turquoise);
  font-style: normal;
  -webkit-text-stroke: 1px rgba(3, 16, 24, 0.18);
}

.lands-hero-copy {
  max-width: 650px;
  margin: 0;
  color: rgba(247, 242, 230, 0.82);
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.7;
}

.lands-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.lands-hero-ledger {
  position: absolute;
  right: var(--page-gutter);
  bottom: 66px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  width: min(540px, 42vw);
  border-top: 1px solid rgba(247, 242, 230, 0.34);
  border-left: 1px solid rgba(247, 242, 230, 0.2);
  background: rgba(3, 16, 24, 0.44);
  backdrop-filter: blur(16px);
}

.lands-hero-ledger > div {
  min-height: 104px;
  padding: 20px;
  border-right: 1px solid rgba(247, 242, 230, 0.2);
  border-bottom: 1px solid rgba(247, 242, 230, 0.2);
}

.lands-hero-ledger strong {
  display: block;
  color: var(--cream);
  font-family: var(--display);
  font-size: clamp(27px, 2.6vw, 42px);
  letter-spacing: -0.055em;
  line-height: 1;
}

.lands-hero-ledger span {
  display: block;
  margin-top: 8px;
  color: rgba(247, 242, 230, 0.64);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.lands-status-badge {
  position: absolute;
  top: calc(var(--header-height) + 28px);
  right: var(--page-gutter);
  z-index: 2;
  max-width: min(480px, 44vw);
  margin: 0;
  padding: 10px 14px;
  border: 1px solid rgba(244, 211, 94, 0.46);
  color: var(--atlas-gold);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.45;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.lands-scroll-cue {
  position: absolute;
  bottom: 72px;
  left: var(--page-gutter);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(247, 242, 230, 0.72);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lands-scroll-cue > span:last-child {
  position: relative;
  width: 78px;
  height: 1px;
  overflow: hidden;
  background: rgba(247, 242, 230, 0.32);
}

.lands-scroll-cue > span:last-child::after {
  position: absolute;
  inset: 0;
  background: var(--atlas-gold);
  content: "";
  animation: atlas-line 2.2s ease-in-out infinite;
}

.commercial-lands-cta {
  margin-top: 38px;
}

.ledger-section {
  padding: clamp(120px, 14vw, 220px) var(--page-gutter);
  background:
    radial-gradient(circle at 20% 45%, rgba(25, 226, 208, 0.12), transparent 30rem),
    radial-gradient(circle at 80% 30%, rgba(155, 124, 255, 0.1), transparent 32rem),
    var(--atlas-ink);
}

.ledger-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 36px clamp(42px, 6vw, 96px);
  justify-content: flex-end;
  max-width: 1400px;
  margin: 86px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(247, 242, 230, 0.16);
}

.ledger-controls > div {
  display: grid;
  gap: 12px;
}

.atlas-segmented-control,
.atlas-chain-control {
  display: flex;
  flex-wrap: wrap;
}

.atlas-segmented-button,
.atlas-chain-button {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(247, 242, 230, 0.17);
  background: transparent;
  color: rgba(247, 242, 230, 0.62);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.atlas-segmented-button + .atlas-segmented-button,
.atlas-chain-button + .atlas-chain-button {
  border-left: 0;
}

.atlas-chain-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.atlas-chain-button span {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 8px;
}

.atlas-segmented-button.is-active,
.atlas-chain-button.is-active {
  border-color: var(--atlas-turquoise);
  background: rgba(25, 226, 208, 0.11);
  color: var(--cream);
}

.ledger-stage {
  display: grid;
  grid-template-columns: minmax(520px, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(48px, 7vw, 118px);
  align-items: center;
  max-width: 1320px;
  margin: 78px auto 0;
}

.ledger-visual {
  position: relative;
  width: min(100%, 690px);
  aspect-ratio: 1;
  margin: 0 auto;
}

.ledger-visual svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: rotate(-90deg);
}

.ledger-track,
.ledger-chain-ring,
.ledger-treasury-ring {
  fill: none;
}

.ledger-track {
  stroke: rgba(247, 242, 230, 0.08);
  stroke-width: 24;
}

.ledger-chain-ring {
  stroke-width: 4;
}

.ledger-chain-mvx {
  stroke: var(--atlas-turquoise);
  stroke-dasharray: 48.5 51.5;
}

.ledger-chain-sol {
  stroke: #9b7cff;
  stroke-dasharray: 48.5 51.5;
  stroke-dashoffset: -50;
}

.ledger-treasury-ring {
  stroke: var(--atlas-gold);
  stroke-width: 8;
  stroke-linecap: round;
  filter: drop-shadow(0 0 10px rgba(244, 211, 94, 0.4));
}

.ledger-arc {
  cursor: pointer;
  opacity: 0.74;
  transition:
    opacity 180ms ease,
    stroke-width 180ms ease,
    filter 180ms ease;
}

.ledger-arc:hover,
.ledger-arc:focus-visible,
.ledger-arc.is-selected {
  stroke-width: 34;
  opacity: 1;
  filter: drop-shadow(0 0 12px currentColor);
  outline: none;
}

.ledger-center {
  position: absolute;
  inset: 28%;
  display: grid;
  place-content: center;
  text-align: center;
  pointer-events: none;
}

.ledger-center span {
  color: var(--atlas-mist);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ledger-center strong {
  margin: 10px 0 6px;
  color: var(--cream);
  font-family: var(--display);
  font-size: clamp(52px, 7vw, 104px);
  letter-spacing: -0.08em;
  line-height: 0.9;
}

.ledger-center small {
  color: var(--atlas-gold);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.ledger-detail {
  position: relative;
  padding: 46px 0 46px 48px;
  border-left: 1px solid var(--category-accent);
}

.ledger-detail::before {
  position: absolute;
  top: 0;
  left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--category-accent);
  box-shadow: 0 0 18px var(--category-accent);
  content: "";
}

.ledger-detail > p:first-child {
  margin: 0 0 26px;
  color: var(--category-accent);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.ledger-detail h3 {
  max-width: 560px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 5vw, 76px);
  letter-spacing: -0.07em;
  line-height: 0.9;
  text-transform: uppercase;
}

.ledger-detail > strong {
  display: block;
  margin-top: 42px;
  color: var(--category-accent);
  font-family: var(--display);
  font-size: clamp(68px, 8vw, 132px);
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.ledger-detail > span {
  display: block;
  margin-top: 10px;
  color: var(--atlas-mist);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ledger-detail > p:not(:first-child) {
  max-width: 510px;
  margin: 30px 0;
  color: var(--atlas-mist);
  font-size: 17px;
  line-height: 1.72;
}

.ledger-legend {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: 1400px;
  margin: 80px auto 0;
  border-top: 1px solid rgba(247, 242, 230, 0.14);
  border-bottom: 1px solid rgba(247, 242, 230, 0.14);
}

.ledger-legend button {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 62px;
  padding: 12px;
  border: 0;
  border-right: 1px solid rgba(247, 242, 230, 0.12);
  background: transparent;
  color: rgba(247, 242, 230, 0.6);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.ledger-legend button:last-child {
  border-right: 0;
}

.ledger-legend button:hover,
.ledger-legend button:focus-visible,
.ledger-legend button.is-active {
  color: var(--cream);
}

.ledger-legend button span {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.land-classes-section {
  padding: clamp(120px, 14vw, 220px) var(--page-gutter);
  background: var(--atlas-parchment);
  color: var(--atlas-ink);
}

.land-classes-section .atlas-section-heading > .atlas-eyebrow,
.compare-section .atlas-section-heading > .atlas-eyebrow {
  width: max-content;
  padding: 2px 3px 1px;
  background: var(--atlas-gold);
  color: var(--atlas-ink);
  line-height: 1.15;
}

.land-portals {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(16px, 2vw, 30px);
  max-width: 1500px;
  margin: clamp(76px, 10vw, 150px) auto 0;
}

.land-portal {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  container-type: inline-size;
  background: var(--atlas-midnight);
  color: var(--cream);
  isolation: isolate;
}

.land-portal-1,
.land-portal-5 {
  grid-column: 1 / span 7;
}

.land-portal-2,
.land-portal-6 {
  grid-column: 8 / span 5;
}

.land-portal-3 {
  grid-column: 1 / span 5;
}

.land-portal-4 {
  grid-column: 6 / span 7;
}

.land-portal-2,
.land-portal-3 {
  min-height: 720px;
}

.land-portal-image,
.land-portal-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.land-portal-image {
  z-index: -2;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.04);
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.land-portal-wash {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(3, 16, 24, 0.08), rgba(3, 16, 24, 0.92)),
    linear-gradient(120deg, color-mix(in srgb, var(--portal-accent) 32%, transparent), transparent 54%);
}

.land-portal:hover .land-portal-image {
  transform: scale(1.035);
}

.land-portal::after {
  position: absolute;
  inset: 16px;
  border: 1px solid color-mix(in srgb, var(--portal-accent) 72%, transparent);
  content: "";
  opacity: 0.68;
  pointer-events: none;
}

.land-portal-index {
  position: absolute;
  top: 26px;
  right: 30px;
  color: var(--portal-accent);
  font-family: var(--display);
  font-size: 52px;
  letter-spacing: -0.06em;
}

.land-portal-content {
  position: absolute;
  right: clamp(28px, 4vw, 64px);
  bottom: clamp(30px, 5vw, 72px);
  left: clamp(28px, 4vw, 64px);
}

.land-portal-kicker {
  margin: 0 0 14px;
  color: var(--portal-accent);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.land-portal h3 {
  max-width: 760px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(40px, 10cqi, 82px);
  letter-spacing: -0.075em;
  line-height: 0.84;
  text-transform: uppercase;
}

.land-portal p:not(.land-portal-kicker) {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(247, 242, 230, 0.8);
  font-size: 15px;
  line-height: 1.65;
}

.land-portal-stats {
  display: grid;
  grid-template-columns: minmax(130px, 0.7fr) 1fr;
  gap: 24px;
  align-items: end;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(247, 242, 230, 0.24);
}

.land-portal-stats > div > strong {
  display: block;
  color: var(--portal-accent);
  font-family: var(--display);
  font-size: clamp(48px, 5vw, 80px);
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.land-portal-stats span,
.land-portal-stats dt {
  color: rgba(247, 242, 230, 0.58);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.land-portal-stats > div > span {
  display: block;
  margin-top: 10px;
}

.land-portal-stats dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0;
}

.land-portal-stats dl div {
  display: grid;
  gap: 7px;
}

.land-portal-stats dd {
  margin: 0;
  color: var(--cream);
  font-family: var(--display);
  font-size: 24px;
}

.land-portal .atlas-text-link {
  margin-top: 32px;
}

.dossier-section {
  padding: clamp(120px, 12vw, 190px) var(--page-gutter);
  background:
    linear-gradient(180deg, rgba(12, 43, 56, 0.82), rgba(3, 16, 24, 0.96)),
    var(--atlas-ink);
}

.dossier-category-rail {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: 1500px;
  margin: 0 auto 32px;
  border-top: 1px solid rgba(247, 242, 230, 0.18);
  border-bottom: 1px solid rgba(247, 242, 230, 0.18);
}

.dossier-category-button {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  align-items: center;
  min-height: 72px;
  padding: 12px 14px;
  border: 0;
  border-right: 1px solid rgba(247, 242, 230, 0.13);
  background: transparent;
  color: rgba(247, 242, 230, 0.55);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.dossier-category-button:last-child {
  border-right: 0;
}

.dossier-category-button span {
  color: var(--atlas-gold);
}

.dossier-category-button:hover,
.dossier-category-button:focus-visible,
.dossier-category-button.is-active {
  background: rgba(247, 242, 230, 0.06);
  color: var(--cream);
}

.dossier-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  max-width: 1500px;
  min-height: 720px;
  margin: 0 auto;
  border: 1px solid rgba(247, 242, 230, 0.14);
}

.dossier-media {
  position: relative;
  min-height: 680px;
  overflow: hidden;
}

.dossier-media img,
.dossier-media-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.dossier-media img {
  object-fit: cover;
  transition:
    opacity 240ms ease,
    transform 900ms ease;
}

.dossier-media-wash {
  background:
    linear-gradient(180deg, transparent 42%, rgba(3, 16, 24, 0.82)),
    linear-gradient(90deg, color-mix(in srgb, var(--dossier-accent) 25%, transparent), transparent);
}

.dossier-media > p {
  position: absolute;
  bottom: 32px;
  left: 34px;
  z-index: 1;
  margin: 0;
  color: var(--cream);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.dossier-media > p span {
  color: var(--dossier-accent);
}

.dossier-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 6vw, 98px);
  background: rgba(3, 16, 24, 0.72);
}

.dossier-copy h2 {
  margin: 18px 0 0;
  color: var(--cream);
  font-family: var(--display);
  font-size: clamp(48px, 5vw, 82px);
  letter-spacing: -0.075em;
  line-height: 0.84;
  text-transform: uppercase;
}

.dossier-copy h3 {
  margin: 28px 0 0;
  color: var(--dossier-accent);
  font-size: clamp(20px, 2vw, 29px);
  line-height: 1.2;
}

.dossier-copy > p:not(.atlas-eyebrow) {
  margin: 26px 0 0;
  color: var(--atlas-mist);
  font-size: 16px;
  line-height: 1.72;
}

.dossier-use-cases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.dossier-use-cases[hidden] {
  display: none;
}

.dossier-use-cases li {
  position: relative;
  padding-left: 16px;
  color: var(--atlas-mist);
  font-size: 15px;
  line-height: 1.45;
}

.dossier-use-cases li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--dossier-accent);
  content: "";
}

.dossier-copy .dossier-utility {
  padding-left: 20px;
  border-left: 2px solid var(--dossier-accent);
  color: rgba(247, 242, 230, 0.76);
}

.dossier-allocation {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 36px;
  border-top: 1px solid rgba(247, 242, 230, 0.16);
  border-left: 1px solid rgba(247, 242, 230, 0.16);
}

.dossier-allocation > div {
  padding: 20px;
  border-right: 1px solid rgba(247, 242, 230, 0.16);
  border-bottom: 1px solid rgba(247, 242, 230, 0.16);
}

.dossier-allocation strong {
  display: block;
  color: var(--dossier-accent);
  font-family: var(--display);
  font-size: 32px;
  letter-spacing: -0.05em;
}

.dossier-allocation span {
  display: block;
  margin-top: 5px;
  color: rgba(247, 242, 230, 0.56);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.size-explorer {
  max-width: 1500px;
  margin: clamp(90px, 10vw, 150px) auto 0;
}

.size-explorer-heading {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) 1fr;
  gap: 18px 80px;
  align-items: end;
}

.size-explorer-heading .atlas-eyebrow {
  grid-column: 1 / -1;
}

.size-explorer-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(50px, 6vw, 94px);
  letter-spacing: -0.07em;
  line-height: 0.84;
  text-transform: uppercase;
}

.size-explorer-heading > p:last-child {
  margin: 0;
  color: var(--atlas-mist);
  font-size: 17px;
  line-height: 1.7;
}

.size-rail {
  display: flex;
  margin-top: 54px;
  border-top: 1px solid rgba(247, 242, 230, 0.18);
  border-bottom: 1px solid rgba(247, 242, 230, 0.18);
}

.size-button {
  flex: 1;
  min-height: 62px;
  border: 0;
  border-right: 1px solid rgba(247, 242, 230, 0.15);
  background: transparent;
  color: rgba(247, 242, 230, 0.56);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}

.size-button:last-child {
  border-right: 0;
}

.size-button:hover,
.size-button:focus-visible,
.size-button.is-active {
  background: rgba(25, 226, 208, 0.09);
  color: var(--cream);
}

.size-explorer-layout {
  display: grid;
  grid-template-columns: minmax(480px, 1.2fr) minmax(320px, 0.8fr);
  min-height: 620px;
  border-right: 1px solid rgba(247, 242, 230, 0.16);
  border-bottom: 1px solid rgba(247, 242, 230, 0.16);
  border-left: 1px solid rgba(247, 242, 230, 0.16);
}

.parcel-stage {
  position: relative;
  display: grid;
  min-height: 620px;
  place-items: center;
  padding: 80px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(25, 226, 208, 0.11), transparent 56%),
    linear-gradient(rgba(247, 242, 230, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 242, 230, 0.025) 1px, transparent 1px);
  background-size: auto, 40px 40px, 40px 40px;
}

.parcel-stage::before,
.parcel-stage::after {
  position: absolute;
  border: 1px solid rgba(247, 242, 230, 0.09);
  border-radius: 50%;
  content: "";
}

.parcel-stage::before {
  width: 62%;
  aspect-ratio: 1;
}

.parcel-stage::after {
  width: 84%;
  aspect-ratio: 1;
}

.parcel-compass {
  position: absolute;
  top: 28px;
  right: 30px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(247, 242, 230, 0.3);
  border-radius: 50%;
  color: var(--atlas-gold);
  font-size: 9px;
  font-weight: 900;
}

.parcel-footprint {
  position: relative;
  z-index: 1;
  width: min(74%, 360px);
  border: 2px solid var(--parcel-accent);
  background:
    linear-gradient(rgba(247, 242, 230, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 242, 230, 0.18) 1px, transparent 1px),
    color-mix(in srgb, var(--parcel-accent) 12%, rgba(3, 16, 24, 0.72));
  background-size: 10% 10%;
  box-shadow:
    0 0 0 10px rgba(3, 16, 24, 0.56),
    0 0 46px color-mix(in srgb, var(--parcel-accent) 32%, transparent);
  animation: parcel-boundary 2.6s ease-in-out infinite alternate;
}

.parcel-footprint.is-portrait {
  width: auto;
  height: min(62vw, 390px);
}

.parcel-footprint.is-unique {
  border-radius: 47% 53% 55% 45% / 42% 44% 56% 58%;
}

.parcel-width,
.parcel-depth {
  position: absolute;
  color: var(--cream);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.parcel-width {
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.parcel-depth {
  top: 50%;
  right: -50px;
  transform: translateY(-50%) rotate(90deg);
}

.parcel-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78%;
  padding: 12px;
  border: 1px solid rgba(247, 242, 230, 0.42);
  background: rgba(3, 16, 24, 0.7);
  color: var(--cream);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  transform: translate(-50%, -50%);
}

.parcel-footprint strong {
  position: absolute;
  bottom: 12px;
  left: 12px;
  color: var(--parcel-accent);
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: -0.04em;
}

.parcel-stage > p {
  position: absolute;
  right: 28px;
  bottom: 24px;
  left: 28px;
  z-index: 1;
  margin: 0;
  color: rgba(247, 242, 230, 0.48);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-align: center;
}

.size-readout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 90px);
  background: rgba(247, 242, 230, 0.035);
}

.size-readout > p {
  margin: 0;
  color: var(--atlas-gold);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.size-readout h3 {
  margin: 14px 0 34px;
  font-family: var(--display);
  font-size: clamp(42px, 5vw, 76px);
  letter-spacing: -0.07em;
  line-height: 0.9;
  text-transform: uppercase;
}

.size-readout dl {
  margin: 0;
}

.size-readout dl div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 14px 0;
  border-top: 1px solid rgba(247, 242, 230, 0.13);
}

.size-readout dt {
  color: rgba(247, 242, 230, 0.55);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.size-readout dd {
  margin: 0;
  color: var(--cream);
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.compare-section {
  padding: clamp(120px, 14vw, 220px) var(--page-gutter);
  background: var(--atlas-parchment);
  color: var(--atlas-ink);
}

.compare-section .atlas-section-heading h2 {
  color: var(--atlas-ink);
}

.compare-section .atlas-section-heading > p:last-child {
  color: #385049;
}

.compare-table {
  min-width: 1260px;
  max-width: 1500px;
  margin: clamp(72px, 9vw, 130px) auto 0;
  overflow: hidden;
  border-top: 1px solid rgba(3, 16, 24, 0.22);
  border-left: 1px solid rgba(3, 16, 24, 0.16);
}

.compare-row {
  display: grid;
  grid-template-columns: minmax(200px, 1.25fr) repeat(6, minmax(145px, 1fr));
}

.compare-row > div {
  min-width: 0;
  padding: 22px 16px;
  border-right: 1px solid rgba(3, 16, 24, 0.16);
  border-bottom: 1px solid rgba(3, 16, 24, 0.16);
  font-size: clamp(13px, 0.9vw, 15px);
  line-height: 1.4;
}

.compare-row > div:not(:first-child) {
  font-weight: 800;
}

.compare-header > div {
  display: flex;
  min-height: 124px;
  align-items: center;
  padding: 28px 18px;
  background: var(--atlas-ink);
  color: var(--cream);
  font-family: var(--display);
  font-size: clamp(18px, 1.3vw, 21px);
  font-weight: 900;
  letter-spacing: 0.055em;
  line-height: 1.15;
  text-transform: uppercase;
}

.compare-label {
  color: #26443b;
  font-size: clamp(10px, 0.78vw, 12px) !important;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

.compare-table > .compare-row:nth-child(-n + 4):not(.compare-header) > div:not(:first-child) {
  font-family: var(--display);
  font-size: clamp(18px, 1.3vw, 22px);
  font-weight: 900;
  line-height: 1.1;
}

.compare-table > .compare-row:nth-child(6) > div:not(:first-child),
.compare-table > .compare-row:nth-child(7) > div:not(:first-child) {
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 800;
}

.compare-mobile {
  display: none;
}

.map-connection {
  min-height: 760px;
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
}

.map-connection > img,
.map-connection-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.map-connection > img {
  object-fit: cover;
  object-position: center 62%;
}

.map-connection-wash {
  background:
    radial-gradient(circle at center, rgba(3, 16, 24, 0.15), rgba(3, 16, 24, 0.88)),
    linear-gradient(180deg, rgba(3, 16, 24, 0.35), rgba(3, 16, 24, 0.78));
}

.map-connection-content {
  position: relative;
  z-index: 1;
  max-width: 920px;
  padding: 100px var(--page-gutter);
}

.map-connection-content h2 {
  margin: 20px 0 30px;
  font-family: var(--display);
  font-size: clamp(62px, 8.5vw, 132px);
  letter-spacing: -0.08em;
  line-height: 0.82;
  text-transform: uppercase;
}

.map-connection-content > p:not(.atlas-eyebrow) {
  max-width: 670px;
  margin: 0 auto;
  color: rgba(247, 242, 230, 0.82);
  font-size: 18px;
  line-height: 1.72;
}

.map-connection-content > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 38px;
}

.lands-footer {
  display: grid;
  grid-template-columns: auto minmax(320px, 1fr) auto;
  gap: clamp(32px, 6vw, 90px);
  align-items: start;
  padding: 72px var(--page-gutter);
  border-top: 1px solid rgba(247, 242, 230, 0.14);
  background: var(--atlas-ink);
}

.lands-footer .footer-brand img {
  width: clamp(170px, 16vw, 230px);
}

.lands-footer > div {
  max-width: 920px;
  justify-self: center;
}

.lands-footer p {
  margin: 0;
  color: rgba(247, 242, 230, 0.55);
  font-size: 10px;
  line-height: 1.7;
}

.lands-footer p + p {
  margin-top: 18px;
  color: var(--atlas-gold);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.lands-footer > a:last-child {
  color: rgba(247, 242, 230, 0.7);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

@keyframes atlas-camera {
  from {
    transform: scale(1.025) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.075) translate3d(-0.8%, -0.5%, 0);
  }
}

@keyframes atlas-line {
  0% {
    transform: translateX(-110%);
  }
  55%,
  100% {
    transform: translateX(110%);
  }
}

@keyframes parcel-boundary {
  from {
    box-shadow:
      0 0 0 10px rgba(3, 16, 24, 0.56),
      0 0 24px color-mix(in srgb, var(--parcel-accent) 22%, transparent);
  }
  to {
    box-shadow:
      0 0 0 10px rgba(3, 16, 24, 0.56),
      0 0 58px color-mix(in srgb, var(--parcel-accent) 48%, transparent);
  }
}

@media (max-width: 1280px) {
  .lands-hero-content {
    width: min(760px, 72vw);
  }

  .lands-hero-ledger {
    width: 440px;
  }

  .lands-scroll-cue {
    display: none;
  }

  .ledger-legend {
    grid-template-columns: repeat(3, 1fr);
  }

  .ledger-legend button:nth-child(3) {
    border-right: 0;
  }

  .ledger-legend button:nth-child(-n + 3) {
    border-bottom: 1px solid rgba(247, 242, 230, 0.12);
  }

  .compare-table {
    overflow-x: auto;
  }
}

@media (max-width: 1100px) {
  .lands-hero {
    min-height: 900px;
    height: auto;
  }

  .lands-hero-content {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 170px var(--page-gutter) 360px;
  }

  .lands-hero-ledger {
    right: var(--page-gutter);
    bottom: 54px;
    left: var(--page-gutter);
    width: auto;
  }

  .atlas-section-heading,
  .size-explorer-heading {
    grid-template-columns: 1fr;
  }

  .ledger-controls {
    justify-content: flex-start;
  }

  .ledger-stage {
    grid-template-columns: 1fr;
  }

  .ledger-visual {
    width: min(88vw, 680px);
  }

  .ledger-detail {
    max-width: 720px;
    margin: 0 auto;
  }

  .land-portal,
  .land-portal-1,
  .land-portal-2,
  .land-portal-3,
  .land-portal-4,
  .land-portal-5,
  .land-portal-6 {
    grid-column: span 6;
    min-height: 620px;
  }

  .dossier-category-rail {
    grid-template-columns: repeat(3, 1fr);
  }

  .dossier-category-button:nth-child(3) {
    border-right: 0;
  }

  .dossier-category-button:nth-child(-n + 3) {
    border-bottom: 1px solid rgba(247, 242, 230, 0.13);
  }

  .dossier-layout {
    grid-template-columns: 1fr;
  }

  .dossier-media {
    min-height: 620px;
  }

  .size-explorer-layout {
    grid-template-columns: 1fr;
  }

  .lands-footer {
    grid-template-columns: auto 1fr;
  }

  .lands-footer > a:last-child {
    grid-column: 2;
  }
}

@media (max-width: 720px) {
  .atlas-section-heading h2 {
    font-size: clamp(48px, 15vw, 72px);
  }

  .lands-hero {
    min-height: 940px;
  }

  .lands-hero-image {
    object-position: 57% center;
  }

  .lands-hero-lines {
    background-size: 54px 54px;
  }

  .lands-status-badge {
    top: 90px;
    right: var(--page-gutter);
    left: var(--page-gutter);
    max-width: none;
  }

  .lands-hero-content {
    padding-top: 162px;
    padding-bottom: 390px;
  }

  .lands-hero-content h1 {
    margin-top: 18px;
    font-size: clamp(52px, 17vw, 76px);
  }

  .lands-hero-copy {
    font-size: 15px;
  }

  .lands-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lands-hero-ledger {
    grid-template-columns: repeat(2, 1fr);
    bottom: 28px;
  }

  .lands-hero-ledger > div {
    min-height: 94px;
    padding: 16px;
  }

  .lands-hero-ledger strong {
    font-size: 28px;
  }

  .ledger-section,
  .land-classes-section,
  .dossier-section,
  .compare-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .ledger-controls {
    margin-top: 58px;
  }

  .atlas-segmented-control,
  .atlas-chain-control {
    display: grid;
    grid-template-columns: 1fr;
  }

  .atlas-segmented-button,
  .atlas-chain-button {
    justify-content: flex-start;
    border-left: 1px solid rgba(247, 242, 230, 0.17) !important;
  }

  .atlas-segmented-button + .atlas-segmented-button,
  .atlas-chain-button + .atlas-chain-button {
    border-top: 0;
  }

  .ledger-stage {
    margin-top: 48px;
  }

  .ledger-visual {
    width: 100%;
  }

  .ledger-center strong {
    font-size: 52px;
  }

  .ledger-detail {
    padding: 40px 0 30px 28px;
  }

  .ledger-detail h3 {
    font-size: 44px;
  }

  .ledger-detail > strong {
    font-size: 78px;
  }

  .ledger-legend {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 54px;
  }

  .ledger-legend button {
    border-right: 1px solid rgba(247, 242, 230, 0.12) !important;
    border-bottom: 1px solid rgba(247, 242, 230, 0.12);
  }

  .ledger-legend button:nth-child(2n) {
    border-right: 0 !important;
  }

  .land-portals {
    display: grid;
  }

  .land-portal,
  .land-portal-1,
  .land-portal-2,
  .land-portal-3,
  .land-portal-4,
  .land-portal-5,
  .land-portal-6 {
    grid-column: 1 / -1;
    min-height: 610px;
  }

  .land-portal-content {
    right: 28px;
    bottom: 34px;
    left: 28px;
  }

  .land-portal h3 {
    font-size: clamp(40px, 12cqi, 48px);
  }

  .land-portal-stats {
    grid-template-columns: 1fr;
  }

  .dossier-category-rail {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .dossier-category-button {
    flex: 0 0 152px;
    scroll-snap-align: start;
    border-right: 1px solid rgba(247, 242, 230, 0.13) !important;
    border-bottom: 0 !important;
  }

  .dossier-media {
    min-height: 480px;
  }

  .dossier-copy {
    padding: 48px 28px;
  }

  .dossier-copy h2 {
    font-size: 49px;
  }

  .dossier-allocation {
    grid-template-columns: 1fr;
  }

  .size-explorer {
    margin-top: 90px;
  }

  .size-explorer-heading h2 {
    font-size: 52px;
  }

  .size-rail {
    overflow-x: auto;
  }

  .size-button {
    flex: 0 0 130px;
  }

  .parcel-stage {
    min-height: 540px;
    padding: 80px 62px;
  }

  .parcel-footprint {
    width: min(68%, 260px);
  }

  .parcel-footprint.is-portrait {
    width: auto;
    height: min(70vw, 310px);
  }

  .size-readout {
    padding: 48px 28px;
  }

  .compare-table {
    display: none;
  }

  .compare-mobile {
    display: block;
    margin-top: 60px;
  }

  .compare-mobile label {
    display: block;
    margin-bottom: 10px;
    color: #385049;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .compare-mobile select {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid rgba(3, 16, 24, 0.25);
    border-radius: 0;
    background: transparent;
    color: var(--atlas-ink);
    font-size: 16px;
    font-weight: 800;
  }

  .compare-mobile-card {
    margin-top: 18px;
    border: 1px solid rgba(3, 16, 24, 0.2);
  }

  .compare-mobile-card h3 {
    margin: 0;
    padding: 24px;
    background: var(--atlas-ink);
    color: var(--cream);
    font-family: var(--display);
    font-size: 32px;
    letter-spacing: -0.05em;
    line-height: 0.94;
    text-transform: uppercase;
  }

  .compare-mobile-card dl {
    margin: 0;
    padding: 10px 24px 24px;
  }

  .compare-mobile-card dl div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(3, 16, 24, 0.14);
  }

  .compare-mobile-card dt {
    color: #385049;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .compare-mobile-card dd {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    text-align: right;
  }

  .map-connection {
    min-height: 700px;
  }

  .map-connection-content h2 {
    font-size: 58px;
  }

  .map-connection-content > div {
    display: grid;
  }

  .lands-footer {
    grid-template-columns: 1fr;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .lands-footer > div,
  .lands-footer > a:last-child {
    grid-column: 1;
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lands-hero-image,
  .lands-scroll-cue > span:last-child::after,
  .parcel-footprint {
    animation: none;
  }

  .land-portal-image,
  .atlas-button,
  .atlas-text-link span {
    transition: none;
  }
}

/* Genesis emphasis and source-resolution-aware dossier framing */
.lands-hero-ledger > .is-genesis-highlight,
.dossier-allocation > .is-genesis-highlight {
  position: relative;
  background: color-mix(in srgb, var(--atlas-gold) 13%, transparent);
  box-shadow: inset 0 0 0 1px rgba(244, 211, 94, 0.28);
}

.lands-hero-ledger > .is-genesis-highlight strong,
.dossier-allocation > .is-genesis-highlight strong {
  color: var(--atlas-gold);
  font-size: clamp(38px, 3.1vw, 50px);
}

.lands-hero-ledger > .is-genesis-highlight span,
.dossier-allocation > .is-genesis-highlight span {
  color: var(--cream);
}

.dossier-allocation > .is-treasury-secondary strong {
  color: rgba(247, 242, 230, 0.72);
  font-size: 27px;
}

.dossier-layout {
  min-height: 0;
  align-items: start;
  background: rgba(3, 16, 24, 0.72);
}

.dossier-media {
  height: clamp(540px, 42vw, 640px);
  min-height: 0;
  align-self: center;
}

.dossier-media img {
  image-rendering: auto;
}

.dossier-copy {
  min-height: clamp(540px, 42vw, 640px);
  padding: clamp(44px, 4.5vw, 72px);
}

.dossier-copy h2 {
  font-size: clamp(46px, 4.5vw, 72px);
}

.dossier-copy h3 {
  margin-top: 22px;
}

.dossier-copy > p:not(.atlas-eyebrow) {
  margin-top: 20px;
}

.dossier-allocation {
  margin-top: 28px;
}

.dossier-allocation > div {
  padding: 17px 20px;
}

@media (max-width: 1100px) {
  .dossier-media {
    height: clamp(440px, 60vw, 620px);
    min-height: 0;
    align-self: stretch;
  }

  .dossier-copy {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .dossier-media {
    height: clamp(320px, 78vw, 430px);
    min-height: 0;
  }

  .lands-hero-ledger > .is-genesis-highlight strong,
  .dossier-allocation > .is-genesis-highlight strong {
    font-size: 36px;
  }
}
