.elite-ledger-stage {
  background:
    radial-gradient(circle at 82% 18%, rgba(127, 29, 45, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(247, 240, 227, 0.98), rgba(235, 223, 205, 0.94));
  color: #15110c;
}

.elite-proofwall-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(127, 29, 45, 0.24), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(47, 125, 102, 0.16), transparent 22%),
    linear-gradient(90deg, rgba(234, 205, 137, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, #090d12 0%, #10161f 100%);
  background-size: auto, auto, 84px 84px, auto;
}

.elite-proofwall-band::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(234, 205, 137, 0.08);
  pointer-events: none;
}

.elite-proofwall-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.elite-proofwall-copy {
  display: grid;
  gap: 22px;
}

.elite-proofwall-copy p {
  max-width: 62ch;
  margin: 0;
  color: rgba(248, 241, 228, 0.74);
}

.proofwall-metrics {
  display: grid;
  gap: 14px;
}

.proofwall-metrics article {
  padding: 18px 20px;
  border: 1px solid rgba(234, 205, 137, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 248, 232, 0.08), rgba(255, 248, 232, 0.02)),
    rgba(6, 10, 15, 0.88);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.24);
}

.proofwall-metrics strong {
  display: block;
  margin-top: 10px;
  color: #fff8e8;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.5vw, 2.35rem);
  line-height: 0.96;
}

.proofwall-metrics p {
  margin-top: 10px;
  color: rgba(248, 241, 228, 0.7);
  font-size: 0.98rem;
}

.proofwall-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.proofwall-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 248px;
  padding: clamp(22px, 2.4vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(234, 205, 137, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 248, 232, 0.08), rgba(255, 248, 232, 0.02)),
    rgba(8, 13, 20, 0.9);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.26);
  transition:
    transform 220ms var(--ease),
    border-color 220ms var(--ease),
    box-shadow 220ms var(--ease);
}

.proofwall-card::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, rgba(224, 196, 124, 0.16), rgba(224, 196, 124, 0.75), rgba(47, 125, 102, 0.42));
}

.proofwall-card:hover,
.proofwall-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(234, 205, 137, 0.34);
  box-shadow: 0 34px 84px rgba(0, 0, 0, 0.3);
}

.proofwall-card strong {
  color: #fff8e8;
}

.proofwall-card p {
  margin: 0;
  color: rgba(248, 241, 228, 0.72);
}

.proofwall-card small {
  margin-top: auto;
  color: #e0c47c;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.elite-ledger-stage-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.elite-ledger-aside-frame {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 22px;
  padding: clamp(22px, 2.4vw, 30px);
  border: 1px solid rgba(11, 27, 51, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 252, 245, 0.98), rgba(247, 240, 227, 0.94));
  box-shadow: 0 28px 72px rgba(49, 37, 18, 0.12);
}

.elite-ledger-aside-frame h3 {
  margin: 0;
  color: #15110c;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.3vw, 2.2rem);
  line-height: 0.98;
}

.house-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.house-stat-grid article {
  min-height: 188px;
  padding: 18px;
  border: 1px solid rgba(11, 27, 51, 0.1);
  background: rgba(255, 255, 255, 0.56);
}

.house-stat-grid span,
.house-note-list span {
  color: #8d6420;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.house-stat-grid strong {
  display: block;
  margin-top: 10px;
  color: #15110c;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 0.92;
}

.house-stat-grid p {
  margin: 12px 0 0;
  color: rgba(21, 17, 12, 0.7);
  font-size: 0.95rem;
}

.house-note-list {
  display: grid;
  gap: 12px;
}

.house-note-list div {
  padding: 14px 16px;
  border: 1px solid rgba(11, 27, 51, 0.1);
  background: rgba(255, 255, 255, 0.48);
}

.house-note-list strong {
  display: block;
  margin-top: 6px;
  color: #15110c;
  font-family: var(--font-display);
  font-size: 1.15rem;
  line-height: 1.08;
}

.elite-house-note {
  background:
    linear-gradient(180deg, rgba(247, 240, 227, 0.04), transparent 26%),
    linear-gradient(90deg, rgba(234, 205, 137, 0.07) 1px, transparent 1px),
    #0a0f15;
  background-size: auto, 72px 72px, auto;
}

.elite-house-note-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: start;
}

.house-note-panel {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(234, 205, 137, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 248, 232, 0.08), rgba(255, 248, 232, 0.02)),
    rgba(7, 11, 17, 0.92);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.28);
}

.house-note-panel blockquote {
  margin: 18px 0 16px;
  color: #fff8e8;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  line-height: 0.98;
  text-wrap: balance;
}

.house-note-panel p {
  margin: 0;
  color: rgba(248, 241, 228, 0.74);
}

.house-note-panel .cluster {
  margin-top: 22px;
}

.house-dossier-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.house-dossier-card {
  min-height: 230px;
  padding: clamp(20px, 2.2vw, 28px);
  border: 1px solid rgba(234, 205, 137, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 248, 232, 0.08), rgba(255, 248, 232, 0.016)),
    rgba(8, 13, 20, 0.88);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.house-dossier-card span,
.proofwall-card span,
.proofwall-metrics span,
.hero-proof-ledger span {
  color: #8d6420;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.house-dossier-card strong,
.proofwall-card strong {
  color: #15110c;
  font-family: var(--font-display);
  font-size: clamp(1.36rem, 1.9vw, 1.78rem);
  line-height: 1.04;
}

.house-dossier-card strong {
  margin-top: 14px;
  color: #fff8e8;
}

.house-dossier-card p {
  margin-top: 14px;
  color: rgba(248, 241, 228, 0.72);
}

.cta-panel p {
  max-width: 62ch;
}

.curated-home-card {
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(234, 205, 137, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 248, 232, 0.08), rgba(255, 248, 232, 0.02)),
    rgba(7, 11, 17, 0.94);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
  transition:
    transform 220ms var(--ease),
    border-color 220ms var(--ease),
    box-shadow 220ms var(--ease);
}

.curated-home-card:hover,
.curated-home-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(234, 205, 137, 0.34);
  box-shadow: 0 34px 82px rgba(0, 0, 0, 0.28);
}

.curated-home-card img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

.curated-home-card-body {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: clamp(20px, 2.4vw, 28px);
}

.curated-home-card-premium .card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 0;
}

.curated-home-card-premium .card-meta span:not(.chip) {
  color: rgba(248, 241, 228, 0.68);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.curated-home-card h3 {
  margin: 0;
  color: #fff8e8;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2vw, 1.96rem);
  line-height: 1.04;
}

.curated-home-card p {
  margin: 0;
  color: rgba(248, 241, 228, 0.72);
}

.curated-home-card-detail-row,
.curated-home-card-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.curated-home-card-detail-row {
  margin-top: 4px;
}

.curated-home-card-detail-row span,
.curated-home-card-footer span,
.curated-home-card-footer strong {
  padding: 7px 11px;
  border: 1px solid rgba(234, 205, 137, 0.14);
  background: rgba(255, 248, 232, 0.05);
  color: rgba(248, 241, 228, 0.78);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.curated-home-card-footer strong {
  color: #fff2ce;
}

.curated-home-card-light {
  border-color: rgba(11, 27, 51, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 252, 245, 0.96), rgba(247, 240, 227, 0.94));
  box-shadow: 0 28px 70px rgba(49, 37, 18, 0.12);
}

.curated-home-card-light:hover,
.curated-home-card-light:focus-visible {
  border-color: rgba(141, 100, 32, 0.34);
  box-shadow: 0 34px 84px rgba(49, 37, 18, 0.16);
}

.curated-home-card-light h3 {
  color: #15110c;
}

.curated-home-card-light p {
  color: rgba(21, 17, 12, 0.72);
}

.curated-home-card-light .card-meta span:not(.chip) {
  color: rgba(21, 17, 12, 0.56);
}

.curated-home-card-light .curated-home-card-detail-row span,
.curated-home-card-light .curated-home-card-footer span,
.curated-home-card-light .curated-home-card-footer strong {
  border-color: rgba(11, 27, 51, 0.1);
  background: rgba(255, 255, 255, 0.58);
  color: rgba(21, 17, 12, 0.72);
}

.curated-home-card-light .curated-home-card-footer strong {
  color: #15110c;
}

.programme-ledger-top small,
.programme-ledger-specs span {
  color: #d2b56a;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.programme-ledger-specs span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid rgba(234, 205, 137, 0.16);
  background: rgba(255, 248, 232, 0.05);
}

.hero-proof-ledger {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hero-proof-ledger article {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 168px;
  padding: 16px 18px;
  border: 1px solid rgba(234, 205, 137, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 248, 232, 0.08), rgba(255, 248, 232, 0.015)),
    rgba(6, 10, 15, 0.68);
}

.hero-proof-ledger strong {
  color: #fff8e8;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 2vw, 2.4rem);
  line-height: 0.92;
}

.hero-proof-ledger p {
  margin: 0;
  color: rgba(248, 241, 228, 0.72);
  font-size: 0.95rem;
}

.hero-docket-photogrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hero-docket-photo {
  position: relative;
  display: grid;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(234, 205, 137, 0.18);
  background: rgba(6, 10, 15, 0.72);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.24);
  transition:
    transform 220ms var(--ease),
    border-color 220ms var(--ease),
    box-shadow 220ms var(--ease);
}

.hero-docket-photo:hover,
.hero-docket-photo:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(234, 205, 137, 0.34);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.28);
}

.hero-docket-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.02) brightness(0.58);
  transition: transform 360ms var(--ease), filter 360ms var(--ease);
}

.hero-docket-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 7, 11, 0.18), rgba(4, 7, 11, 0.14) 34%, rgba(4, 7, 11, 0.92));
  transition: background 280ms var(--ease);
}

.hero-docket-photo:hover img,
.hero-docket-photo:focus-visible img {
  transform: scale(1.05);
  filter: saturate(0.96) contrast(1.06) brightness(0.64);
}

.hero-docket-photo:hover::after,
.hero-docket-photo:focus-visible::after {
  background:
    linear-gradient(180deg, rgba(4, 7, 11, 0.1), rgba(4, 7, 11, 0.08) 34%, rgba(4, 7, 11, 0.86));
}

.hero-docket-photo div {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 18px;
}

.hero-docket-photo span {
  display: block;
  color: #eacb89;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-docket-photo strong {
  color: #fff8e8;
  font-family: var(--font-display);
  font-size: clamp(1.12rem, 1.3vw, 1.34rem);
  line-height: 1.08;
}

.elite-programmes-ledger {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
  margin-top: 34px;
}

.programme-ledger-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 340px;
  padding: clamp(22px, 2.4vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(11, 27, 51, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 252, 245, 0.98), rgba(247, 240, 227, 0.92));
  box-shadow: 0 28px 74px rgba(49, 37, 18, 0.14);
}

.programme-ledger-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(141, 100, 32, 0), rgba(141, 100, 32, 0.42), rgba(141, 100, 32, 0));
}

.programme-ledger-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, rgba(141, 100, 32, 0.14), rgba(141, 100, 32, 0.65), rgba(141, 100, 32, 0.14));
}

.programme-ledger-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.programme-ledger-card h3 {
  margin: 0;
  color: #15110c;
  font-family: var(--font-display);
  font-size: clamp(1.76rem, 2.4vw, 2.3rem);
  line-height: 0.98;
}

.programme-ledger-card p {
  margin: 0;
  color: rgba(21, 17, 12, 0.74);
}

.programme-ledger-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.programme-ledger-card .text-link {
  margin-top: 4px;
}

.programme-ledger-card[data-programme-tone="civic"]::after {
  background: linear-gradient(90deg, rgba(40, 95, 146, 0.16), rgba(40, 95, 146, 0.6), rgba(40, 95, 146, 0.16));
}

.programme-ledger-card[data-programme-tone="air"]::after {
  background: linear-gradient(90deg, rgba(47, 125, 102, 0.16), rgba(47, 125, 102, 0.62), rgba(47, 125, 102, 0.16));
}

@media (max-width: 1180px) {
  .elite-proofwall-layout,
  .elite-ledger-stage-layout,
  .elite-programmes-ledger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .house-dossier-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proofwall-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elite-house-note-grid,
  .elite-proofwall-layout,
  .elite-ledger-stage-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .elite-ledger-aside-frame {
    position: static;
  }

  .hero-docket-photogrid,
  .hero-proof-ledger {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .proofwall-grid,
  .house-stat-grid,
  .house-dossier-grid,
  .elite-programmes-ledger {
    grid-template-columns: minmax(0, 1fr);
  }

  .curated-home-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .curated-home-card img {
    min-height: 220px;
  }

  .proofwall-card,
  .house-dossier-card,
  .programme-ledger-card,
  .house-stat-grid article,
  .proofwall-metrics article,
  .hero-docket-photo {
    min-height: 0;
  }

  .programme-ledger-top {
    align-items: start;
    flex-direction: column;
  }

  .hero-docket-photo div {
    padding: 16px;
  }

  .hero-proof-ledger article {
    min-height: 0;
  }
}
