/* Dukes Rental Valuation — rvx blue-hour island pass, 20 August 2026.
   Page-scoped by body class; the shared shell and every other route are untouched.
   Palette family: DUKES_DESIGN_AUTHORITY §3 — this page owns the blue-hour pairing,
   taken from its own aerial photograph: dusk navy anchor, cool blue calculator
   field, warm stone and heather fields, cream plates.
   Colour jobs: dusk = decisive bands (hero, calculator frame, meaning bookend);
   oxblood = actions and kickers only; gold = identity accent on dark surfaces;
   blue/stone/heather fields = the three supporting islands. */

.page--valuation {
  /* ink */
  --rvx-ink: #171a20;
  --rvx-ink-soft: #4f555b;
  /* dusk navy — dark anchor: hero, calculator frame, meaning bookend */
  --rvx-dusk: #14273e;
  --rvx-dusk-soft: #1e3552;
  /* premium white — plates only, one token site rule */
  --rvx-cream: #fbf8f2;
  /* warm paper — the how-it-works island */
  --rvx-paper: #f2ede4;
  /* supporting fields, cool to warm */
  --rvx-field-blue: #dbe6ee;
  --rvx-field-stone: #eee3d4;
  --rvx-field-heather: #e7e1ea;
  /* oxblood — actions and kickers. Nothing else. */
  --rvx-oxblood: #7b2430;
  --rvx-oxblood-dark: #5e1924;
  /* gold — crown/identity accent on dark surfaces */
  --rvx-gold: #c5a66a;
  /* rules */
  --rvx-rule: rgb(23 26 32 / 18%);
  --rvx-rule-dark: rgb(251 248 242 / 22%);
  /* geometry */
  --rvx-shell: min(94vw, 1640px);
  --rvx-shell-hero: min(96vw, 1780px);
  --rvx-radius-island: 30px;
  --rvx-radius-plate: 22px;
  --rvx-radius-small: 14px;
  --rvx-tap: 48px;
  --rvx-ease: cubic-bezier(0.22, 1, 0.36, 1);
  /* the site island ground */
  background: linear-gradient(180deg, #dee9e7 0%, #d9e5e5 30%, #d9e5e5 100%);
  color: var(--rvx-ink);
}

.page--valuation ::selection {
  background: var(--rvx-gold);
  color: var(--rvx-dusk);
}

.page--valuation :focus-visible {
  outline: 3px solid #f0bd77;
  outline-offset: 4px;
}

.page--valuation .main {
  overflow: clip;
  padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.page--valuation .main h1,
.page--valuation .main h2,
.page--valuation .main h3 {
  text-wrap: balance;
}

/* ------------------------------------------------------------------ */
/* Shared devices: kicker, buttons, text links                         */
/* ------------------------------------------------------------------ */

.page--valuation .rvx-kicker {
  margin: 0 0 0.65rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--rvx-oxblood);
}

.page--valuation .rvx-kicker--dark { color: var(--rvx-gold); }

.page--valuation .rvx-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: var(--rvx-tap);
  padding: 0.85rem 1.7rem;
  border: 0;
  border-radius: 10px;
  background: var(--rvx-oxblood);
  color: var(--rvx-cream);
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms var(--rvx-ease), background-color 180ms var(--rvx-ease);
}

.page--valuation .rvx-button:active { transform: translateY(1px); }

@media (hover: hover) {
  .page--valuation .rvx-button:hover {
    background: var(--rvx-oxblood-dark);
    transform: translateY(-2px);
  }
}

.page--valuation .rvx-text-link {
  display: inline-flex;
  align-items: center;
  min-height: var(--rvx-tap);
  font-weight: 700;
  color: var(--rvx-ink);
  text-decoration: underline;
  text-underline-offset: 0.24em;
  text-decoration-thickness: 1px;
}

.page--valuation .rvx-text-link--dark { color: var(--rvx-cream); }

/* ------------------------------------------------------------------ */
/* Islands — every band floats on the ground                           */
/* ------------------------------------------------------------------ */

.page--valuation .rvx-hero,
.page--valuation .rvx-how,
.page--valuation .rvx-tool,
.page--valuation .rvx-levers,
.page--valuation .rvx-after,
.page--valuation .rvx-meaning {
  width: var(--rvx-shell);
  margin: clamp(1.4rem, 2.6vw, 2.4rem) auto 0;
  border-radius: var(--rvx-radius-island);
  box-shadow: 0 30px 70px -50px rgb(13 29 49 / 40%);
}

/* Centred lockup head shared by the supporting islands */
.page--valuation .rvx-head {
  max-width: 62ch;
  margin: 0 auto clamp(1.6rem, 3vw, 2.6rem);
  text-align: center;
}

.page--valuation .rvx-head h2 {
  margin: 0 0 0.6rem;
  font-family: Gloock, Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.7rem, 1.3rem + 1.6vw, 2.7rem);
  line-height: 1.12;
}

.page--valuation .rvx-head p {
  margin: 0 auto;
  max-width: 46ch;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--rvx-ink-soft);
}

/* ------------------------------------------------------------------ */
/* Hero — dusk island: copy left, blue-hour postcard stack right       */
/* ------------------------------------------------------------------ */

.page--valuation .rvx-hero {
  width: var(--rvx-shell-hero);
  margin-top: clamp(0.8rem, 1.6vw, 1.4rem);
  padding: clamp(2.2rem, 4.5vw, 4.2rem) clamp(1.4rem, 3.6vw, 3.6rem) clamp(1.8rem, 3.2vw, 2.8rem);
  border-radius: 30px 30px 84px 30px;
  background:
    radial-gradient(120% 130% at 88% -10%, rgb(30 53 82 / 90%) 0%, rgb(30 53 82 / 0%) 55%),
    var(--rvx-dusk);
  color: var(--rvx-cream);
}

.page--valuation .rvx-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(1.8rem, 3.4vw, 3.6rem);
  align-items: center;
}

.page--valuation .rvx-hero h1 {
  margin: 0 0 0.7rem;
  font-family: Gloock, Georgia, serif;
  font-weight: 400;
  font-size: clamp(2rem, 1.4rem + 2.6vw, 3.6rem);
  line-height: 1.06;
  max-width: 14ch;
  color: var(--rvx-cream);
}

.page--valuation .rvx-hero__lead {
  margin: 0;
  max-width: 46ch;
  font-size: clamp(0.98rem, 0.92rem + 0.3vw, 1.14rem);
  line-height: 1.65;
  color: rgb(251 248 242 / 84%);
}

.page--valuation .rvx-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 1.4rem;
  margin-top: clamp(1.2rem, 2.4vw, 1.9rem);
}

/* The 45-second counter — this page's honesty stat strip */
.page--valuation .rvx-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 2.2rem);
  margin: clamp(1.8rem, 3.4vw, 3rem) 0 0;
  padding-top: clamp(1.1rem, 2vw, 1.6rem);
  border-top: 1px solid var(--rvx-rule-dark);
}

.page--valuation .rvx-hero__stats div { min-width: 0; }

.page--valuation .rvx-hero__stats dt {
  margin: 0 0 0.25rem;
  font-family: Gloock, Georgia, serif;
  font-size: clamp(1.7rem, 1.3rem + 1.4vw, 2.6rem);
  line-height: 1;
  color: var(--rvx-gold);
  font-variant-numeric: tabular-nums;
}

.page--valuation .rvx-hero__stats dd {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgb(251 248 242 / 82%);
  max-width: 24ch;
}

/* The blue-hour postcard stack — the aerial carries the conversation
   photograph as an overlapping card, both framed in cream. */
.page--valuation .rvx-stack {
  position: relative;
  margin: 0 0 clamp(2.4rem, 5vw, 3.6rem);
}

.page--valuation .rvx-stack__aerial {
  display: block;
  margin: 0;
  border-radius: var(--rvx-radius-plate);
  border: 6px solid var(--rvx-cream);
  overflow: hidden;
  box-shadow: 0 34px 70px -38px rgb(0 0 0 / 65%);
}

.page--valuation .rvx-stack__aerial img,
.page--valuation .rvx-stack__inset img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page--valuation .rvx-stack__inset {
  display: block;
  position: absolute;
  left: clamp(-0.6rem, -1vw, -1.2rem);
  bottom: clamp(-1.6rem, -3vw, -2.4rem);
  width: min(46%, 300px);
  aspect-ratio: 3 / 2;
  margin: 0;
  border-radius: var(--rvx-radius-small);
  border: 5px solid var(--rvx-cream);
  overflow: hidden;
  box-shadow: 0 26px 50px -26px rgb(0 0 0 / 70%);
  transform: rotate(-2deg);
}

/* The assurance plate rides the stack's bottom-right corner */
.page--valuation .rvx-stack__assurance {
  position: absolute;
  right: clamp(-0.4rem, -0.8vw, -1rem);
  bottom: clamp(-1.4rem, -2.6vw, -2.2rem);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.7rem;
  max-width: min(58%, 340px);
  padding: 0.75rem 1rem;
  border-radius: var(--rvx-radius-small);
  background: var(--rvx-cream);
  color: var(--rvx-ink);
  box-shadow: 0 22px 44px -24px rgb(0 0 0 / 55%);
}

.page--valuation .rvx-stack__assurance-mark {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--rvx-dusk);
}

.page--valuation .rvx-stack__assurance-mark svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: var(--rvx-gold);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page--valuation .rvx-stack__assurance strong {
  display: block;
  font-size: 0.88rem;
  line-height: 1.3;
}

.page--valuation .rvx-stack__assurance small {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.78rem;
  line-height: 1.35;
  color: var(--rvx-ink-soft);
}

/* ------------------------------------------------------------------ */
/* How it works — warm paper island: three step plates + spectrum      */
/* ------------------------------------------------------------------ */

.page--valuation .rvx-how {
  padding: clamp(2rem, 4vw, 3.6rem) clamp(1.4rem, 3.4vw, 3.4rem);
  background: var(--rvx-paper);
  border: 1px solid var(--rvx-rule);
}

.page--valuation .rvx-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.8vw, 1.4rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.page--valuation .rvx-step {
  display: grid;
  align-content: start;
  gap: 0.55rem;
  padding: clamp(1.1rem, 2.2vw, 1.6rem);
  border-radius: var(--rvx-radius-plate);
  background: var(--rvx-cream);
  border: 1px solid var(--rvx-rule);
}

.page--valuation .rvx-step__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.page--valuation .rvx-step__number {
  font-family: Gloock, Georgia, serif;
  font-size: 1.9rem;
  line-height: 1;
  color: var(--rvx-dusk);
}

.page--valuation .rvx-step__actor {
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgb(20 39 62 / 9%);
  color: var(--rvx-dusk);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page--valuation .rvx-step h3 {
  margin: 0;
  font-family: Gloock, Georgia, serif;
  font-weight: 400;
  font-size: 1.22rem;
}

.page--valuation .rvx-step p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--rvx-ink-soft);
  max-width: 40ch;
}

/* The band spectrum rail — six segments, no invented numbers.
   This device belongs to this page only. */
.page--valuation .rvx-spectrum {
  margin: clamp(1.6rem, 3vw, 2.4rem) 0 0;
  padding: clamp(1.1rem, 2.2vw, 1.6rem) clamp(1.1rem, 2.2vw, 1.8rem);
  border-radius: var(--rvx-radius-plate);
  background: var(--rvx-cream);
  border: 1px solid var(--rvx-rule);
}

.page--valuation .rvx-spectrum__label {
  margin: 0 0 0.9rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--rvx-ink-soft);
  max-width: 62ch;
}

.page--valuation .rvx-spectrum__rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page--valuation .rvx-spectrum__rail li {
  display: grid;
  gap: 0.45rem;
  text-align: center;
}

.page--valuation .rvx-spectrum__bar {
  display: block;
  height: 0.65rem;
  border-radius: 999px;
  /* dusk deepens across the rail: more bedrooms, deeper band */
  background: var(--rvx-dusk);
  background: color-mix(in srgb, var(--rvx-dusk) calc(28% + var(--seg, 0) * 12%), var(--rvx-field-blue));
}

.page--valuation .rvx-spectrum__rail span:not(.rvx-spectrum__bar) {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--rvx-ink);
}

.page--valuation .rvx-spectrum__note {
  margin: 0.9rem 0 0;
  font-size: 0.82rem;
  color: var(--rvx-ink-soft);
}

/* ------------------------------------------------------------------ */
/* The calculator — blue field island holding the dusk frame           */
/* Three-layer nest, Design Authority §4.2:                            */
/*   field island → dusk container → cream plates                      */
/* ------------------------------------------------------------------ */

.page--valuation .rvx-tool {
  padding: clamp(2rem, 4vw, 3.6rem) clamp(1.2rem, 2.6vw, 2.6rem);
  background: var(--rvx-field-blue);
  border: 1px solid var(--rvx-rule);
}

.page--valuation .rvx-frame {
  padding: clamp(1.2rem, 2.6vw, 2.4rem);
  border-radius: var(--rvx-radius-plate);
  background:
    radial-gradient(110% 120% at 12% -10%, rgb(30 53 82 / 85%) 0%, rgb(30 53 82 / 0%) 60%),
    var(--rvx-dusk);
  box-shadow: 0 34px 80px -48px rgb(13 29 49 / 62%);
}

/* -- Re-theme the shared calculator inside the frame. The markup and its
   data-rv hooks are untouched; only surfaces and accents change.
   dukes.css already carries a page-scoped rv2 skin (file tail, ~57176):
   its STRUCTURE stays (3-column grid, sticky rail, night header card),
   its PALETTE is re-pointed here to the blue-hour tokens. -- */

.page--valuation {
  --rv2-ink: var(--rvx-ink);
  --rv2-night: var(--rvx-dusk);
  --rv2-sky: var(--rvx-field-blue);
  --rv2-beige: #f3ede1;
  --rv2-burgundy: var(--rvx-oxblood);
  --rv2-gold: var(--rvx-gold);
}

/* the rv2 grid keeps its columns but loses its band padding: the dusk
   frame provides the inset now. !important answers the blanket
   `.band { padding-block: ... !important }` in dukes-assistant.css. */
.page--valuation .band.rv {
  max-width: none;
  padding: 0;
  padding-block: 0 !important;
  /* the sticky rail spans two grid rows; the phantom second row must not
     open a 36px gap under the form */
  row-gap: 0;
}

@media (max-width: 56em) {
  .page--valuation .band.rv { row-gap: 1rem; }
}

/* six chips, one line each: never clip "Studio" */
.page--valuation .rv__choice-label {
  padding-inline: 0.3rem;
  white-space: nowrap;
}

.page--valuation .rv {
  /* plate + ink tokens */
  --surface-raised: var(--rvx-cream);
  --surface-page: var(--rvx-cream);
  --surface-limestone: #f3ede1;
  --border-subtle: var(--rvx-rule);
  --border-strong: rgb(23 26 32 / 34%);
  --text-primary: var(--rvx-ink);
  --text-secondary: var(--rvx-ink-soft);
  --ink: var(--rvx-ink);
  --fg-soft: var(--rvx-ink-soft);
  /* accent jobs: oxblood acts, dusk anchors, gold identifies */
  --accent-bottle-green: var(--rvx-oxblood);
  --bottle: var(--rvx-dusk);
  --bottle-deep: var(--rvx-dusk);
  --copper: var(--rvx-oxblood);
  --copper-deep: var(--rvx-oxblood);
  --accent-brass-deep: var(--rvx-oxblood);
  --accent-champagne: var(--rvx-gold);
  --crest: var(--rvx-gold);
  --sand: #efe7d6;
  /* dark result panel owns its text — trap §6.6 */
  --surface-olive-charcoal: var(--rvx-dusk-soft);
  --surface-dark-deep: var(--rvx-dusk);
  --text-on-dark: var(--rvx-cream);
  --text-on-dark-soft: rgb(251 248 242 / 80%);
  --border-on-dark: var(--rvx-rule-dark);
  --on-deep: var(--rvx-cream);
  --on-deep-soft: rgb(251 248 242 / 80%);
  --rule-on-deep: var(--rvx-rule-dark);
  padding-block: 0;
  gap: clamp(1.4rem, 2.6vw, 2.2rem);
  max-width: none;
}

/* One radius regime across the rv2 plates: island 30 / plate 22 / small 14 */
.page--valuation .rv__group--quick,
.page--valuation .rv__optional-details,
.page--valuation .rv__optional-details > summary {
  border-radius: var(--rvx-radius-plate);
}

.page--valuation .rv__group--quick { overflow: hidden; }

.page--valuation .rv__quick-grid,
.page--valuation .rv__fieldset--bedrooms {
  border-radius: var(--rvx-radius-small);
  background: var(--rvx-cream); /* the one white token, not #fffaf2 */
}

/* Progress rail: a cream plate riding the dusk frame */
.page--valuation .rv__progress {
  border-radius: var(--rvx-radius-plate);
  background: var(--rvx-cream);
  border-color: var(--rvx-rule);
}

.page--valuation .rv__progress-step { border-radius: var(--rvx-radius-small); }

.page--valuation .rv__progress-step.is-current {
  border-radius: var(--rvx-radius-small);
  background: var(--rvx-oxblood);
  color: var(--rvx-cream);
}

/* the dark current step owns every piece of its text — trap §6.6 */
.page--valuation .rv__progress-step.is-current .rv__progress-info strong,
.page--valuation .rv__progress-step.is-current .rv__progress-info small,
.page--valuation .rv__progress-step.is-current .rv__progress-mark {
  color: var(--rvx-cream);
}

/* the rv2 skin ran readable copy below the 14px floor; raised here */
.page--valuation .rv__choice-label { font-size: 0.875rem; }
.page--valuation .rv__privacy { font-size: 0.875rem; max-width: 24rem; }
.page--valuation .rv__group-copy { font-size: 0.875rem; }
.page--valuation .rv__progress-info strong { font-size: 0.8rem; }
.page--valuation .rv__progress-info small { font-size: 0.78rem; }

/* quiet assurance rows fill the side column's initial view */
.page--valuation .rvx-side-notes {
  display: grid;
  gap: 0.55rem;
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
}

.page--valuation .rvx-side-notes li {
  display: grid;
  grid-template-columns: minmax(6.4rem, auto) 1fr;
  gap: 0.7rem;
  align-items: baseline;
  padding: 0.65rem 0.9rem;
  border-radius: var(--rvx-radius-small);
  background: rgb(251 248 242 / 8%);
  border: 1px solid var(--rvx-rule-dark);
}

.page--valuation .rvx-side-notes strong {
  color: var(--rvx-gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page--valuation .rvx-side-notes span {
  color: rgb(251 248 242 / 84%);
  font-size: 0.875rem;
  line-height: 1.45;
}

/* Submit acts in oxblood */
.page--valuation .rv__submit {
  border-radius: 10px;
  background: var(--rvx-oxblood);
  color: var(--rvx-cream);
  border-color: var(--rvx-oxblood);
}

@media (hover: hover) {
  .page--valuation .rv__submit:hover {
    background: var(--rvx-oxblood-dark);
    border-color: var(--rvx-oxblood-dark);
  }
}

/* Controls: soft radius, dusk focus */
.page--valuation .rv__control,
.page--valuation .rv__choice {
  border-radius: var(--rvx-radius-small);
}

/* The dark result panel: lifted dusk, gold figures. The empty state keeps
   the existing interior photograph, re-tinted from slate to dusk. */
.page--valuation .rv__panel {
  border-radius: var(--rvx-radius-plate);
  background: var(--rvx-dusk-soft);
  border: 1px solid var(--rvx-rule-dark);
  color: var(--rvx-cream);
}

.page--valuation .rv__panel--empty {
  background:
    linear-gradient(rgb(20 39 62 / 86%), rgb(20 39 62 / 93%)),
    url("/assets/media/valuation/rental-interior-v2.webp") center / cover no-repeat;
}

.page--valuation .rv__support { display: none; }

/* rv2's mobile progress bar bled past the frame with negative margins;
   inside the frame it stays a plate */
@media (max-width: 56em) {
  .page--valuation .rv__progress {
    margin-inline: 0;
    padding: 0.6rem 0.8rem;
    border-width: 1px;
    border-radius: var(--rvx-radius-small);
  }
}

/* ------------------------------------------------------------------ */
/* What moves the rent — stone island: ledger left, awaited art right  */
/* ------------------------------------------------------------------ */

.page--valuation .rvx-levers {
  padding: clamp(2rem, 4vw, 3.6rem) clamp(1.4rem, 3.4vw, 3.4rem);
  background: var(--rvx-field-stone);
  border: 1px solid var(--rvx-rule);
}

.page--valuation .rvx-levers__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.6rem, 3.2vw, 3.2rem);
  align-items: start;
}

.page--valuation .rvx-levers__copy h2 {
  margin: 0 0 0.6rem;
  font-family: Gloock, Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 1.25rem + 1.4vw, 2.4rem);
  line-height: 1.12;
}

.page--valuation .rvx-levers__copy > p {
  margin: 0 0 1.2rem;
  max-width: 46ch;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--rvx-ink-soft);
}

/* Fact ledger — Design Authority §4.7 */
.page--valuation .rvx-facts {
  margin: 0;
  padding: clamp(1rem, 2vw, 1.5rem) clamp(1.1rem, 2.2vw, 1.7rem);
  border-radius: var(--rvx-radius-plate);
  background: var(--rvx-cream);
  border: 1px solid var(--rvx-rule);
}

.page--valuation .rvx-facts > div {
  display: grid;
  grid-template-columns: minmax(7.5rem, 0.34fr) 1fr;
  gap: 0.5rem 1.2rem;
  padding: 0.72rem 0;
  border-bottom: 1px solid var(--rvx-rule);
}

.page--valuation .rvx-facts > div:last-child { border-bottom: 0; }

.page--valuation .rvx-facts dt {
  margin: 0;
  font-family: Gloock, Georgia, serif;
  font-size: 1.02rem;
}

.page--valuation .rvx-facts dd {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--rvx-ink-soft);
}

.page--valuation .rvx-facts .rvx-facts__flag {
  display: inline-block;
  margin-left: 0.4rem;
  padding: 0.12rem 0.55rem;
  border-radius: 999px;
  background: rgb(20 39 62 / 9%);
  color: var(--rvx-dusk);
  font-family: Manrope, system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  vertical-align: 0.12em;
}

/* ------------------------------------------------------------------ */
/* Crown placeholder — Design Authority §4.1                           */
/* ------------------------------------------------------------------ */

.page--valuation .rvx-slot {
  position: relative;
  display: block;
  margin: 0;
  aspect-ratio: var(--slot-ar, 3 / 2);
  border-radius: var(--rvx-radius-plate);
  background:
    linear-gradient(160deg, rgb(20 39 62 / 8%) 0%, rgb(20 39 62 / 16%) 100%),
    var(--rvx-cream);
  border: 1px solid var(--rvx-rule);
  overflow: hidden;
}

.page--valuation .rvx-slot__crown {
  position: absolute;
  inset: 0;
  margin: auto;
  width: clamp(90px, 34%, 168px);
  height: auto;
  opacity: 0.13;
}

.page--valuation .rvx-slot__chip {
  position: absolute;
  left: 0.9rem;
  bottom: 0.9rem;
  max-width: calc(100% - 5.4rem);
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: var(--rvx-dusk);
  color: var(--rvx-cream);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.35;
}

.page--valuation .rvx-slot__ratio {
  position: absolute;
  right: 0.9rem;
  bottom: 0.9rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgb(23 26 32 / 8%);
  color: var(--rvx-ink-soft);
  font-size: 0.875rem;
  font-weight: 800;
}

/* ------------------------------------------------------------------ */
/* After your range — heather island: three hand-off plates + art      */
/* ------------------------------------------------------------------ */

.page--valuation .rvx-after {
  padding: clamp(2rem, 4vw, 3.6rem) clamp(1.4rem, 3.4vw, 3.4rem);
  background: var(--rvx-field-heather);
  border: 1px solid var(--rvx-rule);
}

.page--valuation .rvx-after__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.6rem, 3.2vw, 3.2rem);
  align-items: start;
}

.page--valuation .rvx-after__handoffs {
  display: grid;
  gap: clamp(0.8rem, 1.6vw, 1.2rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.page--valuation .rvx-handoff {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem 1.1rem;
  align-items: start;
  padding: clamp(1rem, 2vw, 1.4rem) clamp(1.1rem, 2.2vw, 1.6rem);
  border-radius: var(--rvx-radius-plate);
  background: var(--rvx-cream);
  border: 1px solid var(--rvx-rule);
}

.page--valuation .rvx-handoff__number {
  font-family: Gloock, Georgia, serif;
  font-size: 1.7rem;
  line-height: 1.1;
  color: var(--rvx-dusk);
}

.page--valuation .rvx-handoff h3 {
  margin: 0 0 0.3rem;
  font-family: Gloock, Georgia, serif;
  font-weight: 400;
  font-size: 1.18rem;
}

.page--valuation .rvx-handoff p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--rvx-ink-soft);
  max-width: 52ch;
}

.page--valuation .rvx-handoff a {
  color: var(--rvx-oxblood);
  font-weight: 700;
  text-underline-offset: 0.2em;
}

/* ------------------------------------------------------------------ */
/* What this estimate means — dusk bookend, compliance verbatim        */
/* ------------------------------------------------------------------ */

.page--valuation .rvx-meaning {
  padding: clamp(2rem, 4vw, 3.4rem) clamp(1.4rem, 3.4vw, 3.4rem);
  border-radius: 30px 30px 30px 84px;
  background:
    radial-gradient(120% 130% at 10% -10%, rgb(30 53 82 / 85%) 0%, rgb(30 53 82 / 0%) 55%),
    var(--rvx-dusk);
  color: var(--rvx-cream);
}

.page--valuation .rvx-meaning__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(1.6rem, 3.2vw, 3.2rem);
  align-items: start;
}

.page--valuation .rvx-meaning h2 {
  margin: 0 0 0.6rem;
  font-family: Gloock, Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.2rem);
  line-height: 1.14;
  color: var(--rvx-cream);
}

.page--valuation .rvx-meaning__copy p {
  margin: 0;
  max-width: 52ch;
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgb(251 248 242 / 84%);
}

.page--valuation .rvx-meaning__reviewed {
  margin: 1.1rem 0 0;
  font-size: 0.85rem;
  color: rgb(251 248 242 / 72%);
}

.page--valuation .rvx-meaning__links {
  display: grid;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page--valuation .rvx-meaning__links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  min-height: var(--rvx-tap);
  padding: 0.7rem 1.1rem;
  border-radius: var(--rvx-radius-small);
  background: rgb(251 248 242 / 8%);
  border: 1px solid var(--rvx-rule-dark);
  color: var(--rvx-cream);
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  transition: background-color 180ms var(--rvx-ease);
}

.page--valuation .rvx-meaning__links a::after {
  content: "\2192";
  color: var(--rvx-gold);
}

@media (hover: hover) {
  .page--valuation .rvx-meaning__links a:hover { background: rgb(251 248 242 / 16%); }
}

/* ------------------------------------------------------------------ */
/* Responsive                                                          */
/* ------------------------------------------------------------------ */

@media (max-width: 61.99em) {
  .page--valuation .rvx-hero__inner,
  .page--valuation .rvx-levers__inner,
  .page--valuation .rvx-after__inner,
  .page--valuation .rvx-meaning__inner {
    grid-template-columns: 1fr;
  }

  .page--valuation .rvx-stack { margin-bottom: clamp(2.6rem, 7vw, 3.4rem); }
  .page--valuation .rvx-steps { grid-template-columns: 1fr; }
  .page--valuation .rvx-step p { max-width: none; }

  /* alternation collapses: art below copy, copy first */
  .page--valuation .rvx-levers__visual,
  .page--valuation .rvx-after__visual { order: 2; }
}

@media (max-width: 47.99em) {
  .page--valuation .rvx-hero { border-radius: 22px 22px 54px 22px; }
  .page--valuation .rvx-meaning { border-radius: 22px 22px 22px 54px; }
  .page--valuation .rvx-hero__stats { grid-template-columns: 1fr; gap: 0.9rem; }
  .page--valuation .rvx-hero__stats dd { max-width: none; }

  .page--valuation .rvx-spectrum__rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem 4px;
  }

  /* on a narrow screen the inset joins the flow: it overlaps the aerial's
     lower corner upward, so the assurance plate below stays uncovered */
  .page--valuation .rvx-stack__inset {
    position: static;
    width: 58%;
    margin: -3.2rem 0 0 0.4rem;
  }
  .page--valuation .rvx-stack__assurance {
    position: static;
    max-width: none;
    margin-top: 0.9rem;
  }
  .page--valuation .rvx-stack { margin-bottom: clamp(1.4rem, 4vw, 2rem); }

  .page--valuation .rvx-slot__chip { max-width: calc(100% - 1.8rem); }
  .page--valuation .rvx-slot__ratio { display: none; }

  .page--valuation .rvx-handoff { grid-template-columns: 1fr; gap: 0.4rem; }
}

@media (prefers-reduced-motion: reduce) {
  .page--valuation .rvx-button,
  .page--valuation .rvx-meaning__links a {
    transition: none;
  }
  .page--valuation .rvx-button:hover,
  .page--valuation .rvx-button:active { transform: none; }
  .page--valuation .rvx-stack__inset { transform: none; }
}

/* ==================================================================== */
/* rvc — CALCULATOR SIMPLIFICATION PASS, 20 August 2026                 */
/* Brief: remove the high-tech folds and the blue overlay sitting on    */
/* the bedroom numbers; make the calculator simpler to see and use      */
/* while staying premium and professional.                             */
/*                                                                      */
/* This layer is the LAST word on the calculator. It undoes three       */
/* competing older layers that were all still firing at once:           */
/*   1. dukes.css ~19900-20150  "premium concept" clip-path folds       */
/*   2. dukes.css ~57176-57290  legacy rv2 skin (#e5edf0 chip fill,     */
/*      cramped 12rem/1fr/.72fr three-column grid, navy header card)    */
/*   3. valuation-2026.css rvx  blue-hour re-theme                      */
/*                                                                      */
/* Principles applied: no diagonal cuts anywhere, ONE nesting step      */
/* (dusk frame -> cream plate -> hairline-separated rows, never a box   */
/* inside a box inside a box), and every control large enough to read   */
/* and hit at a glance.                                                 */
/* ==================================================================== */

/* -- 1. Every fold, notch and dog-ear is removed ---------------------- */

.page--valuation .rv__group--quick,
.page--valuation .rv__submit,
.page--valuation .rv__optional-details,
.page--valuation .rv__optional-action,
.page--valuation .rv__panel,
.page--valuation .rv-open__start,
.page--valuation .rv-open__place,
.page--valuation .rv-open::before {
  clip-path: none;
}

/* the paper dog-ear painted into the top-right of the form plate */
.page--valuation .rv__group--quick::after { content: none; }

/* -- 2. Layout: two working columns, steps as a strip above ---------- */
/* The old grid gave the form 1fr of the band minus a 12rem rail and a  */
/* .72fr result column: at 1440 that wrapped "3 bedrooms" to            */
/* "3 bedroo / ms" and clipped "Studio". Two columns fixes it.          */

@media (min-width: 62em) {
  .page--valuation .band.rv {
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 24rem);
    column-gap: clamp(1.4rem, 2.4vw, 2.4rem);
    row-gap: clamp(1rem, 2vw, 1.6rem);
    align-items: start;
  }

  .page--valuation .rv__progress {
    position: static;
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .page--valuation .rv__form {
    grid-column: 1;
    grid-row: 2;
  }

  .page--valuation .rv__side {
    grid-column: 2;
    grid-row: 2;
    position: sticky;
    top: calc(var(--head-h) + 1rem);
  }
}

/* -- 3. Progress: a calm horizontal strip, not a cramped rail -------- */

.page--valuation .rv__progress {
  padding: 0.5rem;
  border: 1px solid var(--rvx-rule);
  border-radius: var(--rvx-radius-plate);
  background: var(--rvx-cream);
  box-shadow: none;
}

@media (min-width: 62em) {
  .page--valuation .rv__progress-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.4rem;
    width: auto;
  }
}

.page--valuation .rv__progress-step {
  width: 100%;
  min-height: 3.6rem;
  padding: 0.7rem 0.9rem;
  display: grid;
  grid-template-columns: 1.9rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  border: 0;
  border-radius: var(--rvx-radius-small);
  color: var(--rvx-ink-soft);
  text-decoration: none;
}

/* the connector line the old vertical rail drew has no meaning here */
.page--valuation .rv__progress-list::before,
.page--valuation .rv__progress-list::after,
.page--valuation .rv__progress-list li::before,
.page--valuation .rv__progress-list li::after { content: none; }

.page--valuation .rv__progress-info { display: grid; gap: 0.1rem; }

.page--valuation .rv__progress-info strong {
  font-size: 0.9rem;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none;
  color: inherit;
}

.page--valuation .rv__progress-info small {
  display: block;
  font-size: 0.8rem;
  line-height: 1.35;
  color: inherit;
  opacity: 0.72;
}

.page--valuation .rv__progress-mark {
  width: 1.9rem;
  height: 1.9rem;
  font-size: 0.7rem;
  font-weight: 750;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.page--valuation .rv__progress-step.is-current,
.page--valuation .rv__progress-step.is-done {
  background: var(--rvx-oxblood);
  color: var(--rvx-cream);
}

.page--valuation .rv__progress-step.is-done .rv__progress-mark {
  background: var(--rvx-cream);
  color: var(--rvx-oxblood);
  border-color: var(--rvx-cream);
}

/* -- 4. The form plate: one cream surface, hairline rows -------------- */

.page--valuation .rv__group--quick {
  overflow: visible;
  padding: clamp(1.5rem, 2.8vw, 2.4rem);
  border: 1px solid var(--rvx-rule);
  border-radius: var(--rvx-radius-plate);
  background: var(--rvx-cream);
  box-shadow: 0 24px 60px -44px rgb(13 29 49 / 55%);
}

/* the header stops being a navy card inside a plate inside a frame */
.page--valuation .rv__group-head {
  min-height: 0;
  padding: 0 0 clamp(1.1rem, 2vw, 1.5rem);
  display: block;
  overflow: visible;
  background: transparent;
  border-bottom: 1px solid var(--rvx-rule);
  color: var(--rvx-ink);
}

.page--valuation .rv__calculator-heading { display: block; }

.page--valuation .rv__calculator-heading > div {
  padding-left: 0;
  border-left: 0;
}

.page--valuation .rv__calculator-watermark { display: none; }

.page--valuation .rv__group-title {
  max-width: 20ch;
  margin: 0;
  color: var(--rvx-ink);
  font-family: Gloock, Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.7rem, 1.3rem + 1.5vw, 2.5rem);
  line-height: 1.1;
}

.page--valuation .rv__group-copy {
  max-width: 46ch;
  margin: 0.55rem 0 0;
  color: var(--rvx-ink-soft);
  font-size: 0.95rem;
  line-height: 1.55;
}

/* rows sit on the plate directly, divided by rules — no nested boxes */
.page--valuation .rv__quick-grid,
.page--valuation .rv__fieldset--bedrooms,
.page--valuation .rv__completion {
  margin-inline: 0;
  border-radius: 0;
  background: transparent;
}

.page--valuation .rv__quick-grid {
  margin-top: 0;
  padding: clamp(1.1rem, 2vw, 1.5rem) 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  align-items: end;
}

@media (min-width: 46em) {
  .page--valuation .rv__quick-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    column-gap: clamp(1.2rem, 2.4vw, 2rem);
  }
}

.page--valuation .rv__fieldset--bedrooms {
  margin-top: 0;
  padding: clamp(1.1rem, 2vw, 1.5rem) 0;
  border: 0;
  border-top: 1px solid var(--rvx-rule);
}

.page--valuation .rv__label,
.page--valuation .rv__legend {
  color: var(--rvx-ink);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page--valuation .rv__req {
  color: var(--rvx-ink-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.page--valuation .rv__control {
  min-height: 3.4rem;
  margin-top: 0.55rem;
  padding-inline: 0.95rem;
  border: 1px solid rgb(23 26 32 / 30%);
  border-radius: var(--rvx-radius-small);
  background: #fff;
  color: var(--rvx-ink);
  font-size: 1rem;
}

.page--valuation .rv__control:focus {
  border-color: var(--rvx-dusk);
  outline-offset: 2px;
}

/* the Slough confirmation reads as a control, not a stray tick */
.page--valuation .rv__confirm {
  align-self: end;
  margin: 0;
}

.page--valuation .rv__confirm .rv__check {
  min-height: 3.4rem;
  margin-top: 0.55rem;
  padding: 0.6rem 0.95rem;
  display: flex;
  gap: 0.7rem;
  align-items: center;
  border: 1px solid rgb(23 26 32 / 30%);
  border-radius: var(--rvx-radius-small);
  background: #fff;
  cursor: pointer;
}

.page--valuation .rv__confirm .rv__check input {
  width: 1.15rem;
  height: 1.15rem;
  flex: none;
  accent-color: var(--rvx-oxblood);
}

.page--valuation .rv__confirm .rv__check-label {
  font-size: 0.95rem;
  line-height: 1.35;
  color: var(--rvx-ink);
}

/* -- 5. Bedroom chips: the blue lozenge over the number is gone ------ */
/* The rv2 skin painted #e5edf0 onto .rv__choice-label, which sat INSIDE */
/* the already-bordered .rv__choice pill: that pale blue block over the  */
/* digits is the overlay in the brief. The chip is now the only surface. */

.page--valuation .rv__choices--tight {
  margin-top: 0.85rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.55rem;
}

.page--valuation .rv__choice {
  min-width: 0;
  min-height: 3.5rem;
  padding: 0;
  display: flex;
  border: 1px solid rgb(23 26 32 / 30%);
  border-radius: var(--rvx-radius-small);
  background: #fff;
  color: var(--rvx-ink);
  transition: background-color 160ms var(--rvx-ease),
    border-color 160ms var(--rvx-ease), color 160ms var(--rvx-ease);
}

.page--valuation .rv__choice-label {
  width: 100%;
  min-height: 0;
  padding: 0.6rem 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: inherit;
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.2;
  white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
  .page--valuation .rv__choice:hover {
    border-color: var(--rvx-dusk);
    background: var(--rvx-field-blue);
  }
}

.page--valuation .rv__choice:has(input:checked),
.page--valuation .rv__choice input:checked + .rv__choice-label {
  background: var(--rvx-oxblood);
  border-color: var(--rvx-oxblood);
  color: var(--rvx-cream);
}

/* wide chips (property type, condition) read as rows, not tiles */
.page--valuation .rv__choices:not(.rv__choices--tight) {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.page--valuation .rv__choices:not(.rv__choices--tight) .rv__choice {
  flex: 0 1 auto;
  min-height: 3rem;
}

.page--valuation .rv__choices:not(.rv__choices--tight) .rv__choice-label {
  padding-inline: 1rem;
  font-size: 0.95rem;
  font-weight: 600;
}

/* -- 6. Submit row: a plain, confident button ------------------------ */

.page--valuation .rv__completion {
  margin-top: 0;
  margin-bottom: 0;
  padding: clamp(1.1rem, 2vw, 1.5rem) 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem 1.4rem;
  border-top: 1px solid var(--rvx-rule);
}

.page--valuation .rv__submit {
  min-height: 3.4rem;
  padding: 0.8rem 1.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  border: 1px solid var(--rvx-oxblood);
  border-radius: var(--rvx-radius-small);
  background: var(--rvx-oxblood);
  color: var(--rvx-cream);
  font-size: 1rem;
  font-weight: 750;
  white-space: nowrap;
}

.page--valuation .rv__submit::before { content: none; }
.page--valuation .rv__submit:active { transform: none !important; }
.page--valuation .rv__submit-label { white-space: nowrap; }

.page--valuation .rv__submit-arrow {
  width: 1.35rem;
  height: 1.35rem;
  border: 0;
  background: transparent;
}

.page--valuation .rv__submit-arrow svg { width: 1.2rem; height: 1.2rem; }

@media (hover: hover) and (pointer: fine) {
  .page--valuation .rv__submit:hover {
    background: var(--rvx-oxblood-dark);
    border-color: var(--rvx-oxblood-dark);
    color: var(--rvx-cream);
  }
  .page--valuation .rv__submit:hover .rv__submit-arrow {
    background: transparent;
    transform: translateX(3px);
  }
}

.page--valuation .rv__privacy {
  max-width: 30ch;
  margin: 0;
  color: var(--rvx-ink-soft);
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
}

/* -- 7. Optional details: a quiet drawer, square-cornered ------------ */

.page--valuation .rv__optional-details {
  margin-top: clamp(0.9rem, 1.8vw, 1.2rem);
  overflow: hidden;
  border: 1px solid var(--rvx-rule);
  border-radius: var(--rvx-radius-plate);
  background: var(--rvx-paper);
}

.page--valuation .rv__optional-details > summary {
  min-height: 4.5rem;
  padding: 1.1rem clamp(1.2rem, 2.4vw, 1.8rem);
  border-radius: 0;
}

.page--valuation .rv__optional-details > summary strong {
  font-family: Gloock, Georgia, serif;
  font-weight: 400;
  font-size: 1.15rem;
}

.page--valuation .rv__optional-details > summary small {
  font-size: 0.85rem;
  color: var(--rvx-ink-soft);
}

.page--valuation .rv__optional-action {
  min-height: 2.9rem;
  padding: 0.6rem 1rem;
  border-radius: var(--rvx-radius-small);
  background: transparent;
  border: 1px solid var(--rvx-oxblood);
  color: var(--rvx-oxblood);
  font-size: 0.85rem;
  font-weight: 750;
}

@media (hover: hover) and (pointer: fine) {
  .page--valuation .rv__optional-details > summary:hover .rv__optional-action {
    background: var(--rvx-oxblood);
    color: var(--rvx-cream);
  }
}

.page--valuation .rv__optional-body {
  padding: 0 clamp(1.2rem, 2.4vw, 1.8rem) clamp(1.2rem, 2.4vw, 1.8rem);
  display: grid;
  gap: 1.3rem;
}

.page--valuation .rv__context-note {
  margin: 0;
  color: var(--rvx-ink-soft);
  font-size: 0.9rem;
  line-height: 1.55;
}

.page--valuation .rv__optional-grid {
  display: grid;
  gap: 1.2rem;
}

@media (min-width: 46em) {
  .page--valuation .rv__optional-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* -- 8. Result panel: room to breathe, nothing hyphenated ------------ */

.page--valuation .rv__panel {
  padding: clamp(1.5rem, 2.6vw, 2rem);
  border-radius: var(--rvx-radius-plate);
}

.page--valuation .rv__result-title {
  font-size: clamp(1.3rem, 1.1rem + 0.6vw, 1.6rem);
  line-height: 1.15;
}

.page--valuation .rv__range {
  font-size: clamp(2rem, 1.5rem + 1.7vw, 2.9rem);
  line-height: 1.05;
  white-space: nowrap;
}

.page--valuation .rv__result-metrics,
.page--valuation .rv__result-lower {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.9rem;
}

.page--valuation .rv__result-metrics > p {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.9rem;
  padding-block: 0.55rem;
  border: 0;
  border-bottom: 1px solid var(--rvx-rule-dark);
}

.page--valuation .rv__result-metrics > p span {
  color: var(--rvx-gold);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.page--valuation .rv__result-metrics > p strong {
  color: var(--rvx-cream);
  font-size: 0.95rem;
  white-space: nowrap;
}

.page--valuation .rv__facts { display: grid; gap: 0.75rem; }

.page--valuation .rv__fact {
  display: grid;
  grid-template-columns: minmax(6rem, auto) minmax(0, 1fr);
  gap: 0.9rem;
  align-items: baseline;
}

.page--valuation .rv__fact dt {
  color: rgb(251 248 242 / 78%);
  font-size: 0.85rem;
}

.page--valuation .rv__fact dd {
  margin: 0;
  color: var(--rvx-cream);
  font-size: 0.95rem;
  /* the old two-column squeeze broke "3 bedrooms" mid-word */
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.page--valuation .rv__sub {
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.page--valuation .rv__more-summary {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.page--valuation .rv__result-footer {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.1rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--rvx-rule-dark);
}

.page--valuation .rv__actions {
  margin: 0;
  display: grid;
  gap: 0.6rem;
}

.page--valuation .rv__action {
  min-height: 3rem;
  padding: 0.7rem 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--rvx-radius-small);
  background: var(--rvx-cream);
  border: 1px solid var(--rvx-cream);
  color: var(--rvx-dusk);
  font-size: 0.92rem;
  font-weight: 750;
  text-align: center;
  text-decoration: none;
}

.page--valuation .rv__action--quiet {
  background: transparent;
  border-color: var(--rvx-rule-dark);
  color: var(--rvx-cream);
}

/* -- 9. Empty-state panel: readable, not a photo with text on it ----- */

.page--valuation .rv__panel--empty {
  /* The photograph is gone, not just dimmed. A 93-97% wash still left the
     figures sitting on moving tone, which is what made the range hard to
     read. One opaque fill; the numbers are the only thing on this plate. */
  background: var(--rvx-dusk-soft);
}

.page--valuation .rv__preview-range {
  font-size: clamp(1.9rem, 1.5rem + 1.4vw, 2.6rem);
  white-space: nowrap;
}

.page--valuation .rv__preview-list > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.9rem;
  padding-block: 0.5rem;
  border-bottom: 1px solid var(--rvx-rule-dark);
}

.page--valuation .rv__preview-list dd { margin: 0; text-align: right; }

/* -- 10. Small screens ---------------------------------------------- */

@media (max-width: 62em) {
  .page--valuation .band.rv {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1rem;
  }
  .page--valuation .rv__progress,
  .page--valuation .rv__form,
  .page--valuation .rv__side {
    position: static;
    grid-column: 1;
    grid-row: auto;
  }
  .page--valuation .rv__progress-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.3rem;
    width: auto;
  }
  .page--valuation .rv__progress-step { min-width: 0; min-height: 3.2rem; }
}

@media (max-width: 46em) {
  .page--valuation .rv__choices--tight {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page--valuation .rv__progress-info small { display: block; }
  .page--valuation .rv__completion { flex-direction: column; align-items: stretch; }
  .page--valuation .rv__submit { justify-content: center; width: 100%; }
  .page--valuation .rv__privacy { max-width: none; }
}

/* -- 11. rvc refinements after first render -------------------------- */

/* Only the step you are ON is filled. A completed step goes quiet with a
   tick, so the strip never shows two competing oxblood blocks. */
.page--valuation .rv__progress-step.is-done {
  background: transparent;
  color: var(--rvx-ink-soft);
}

.page--valuation .rv__progress-step.is-done .rv__progress-mark {
  background: var(--rvx-oxblood);
  border-color: var(--rvx-oxblood);
  color: var(--rvx-cream);
}

.page--valuation .rv__progress-step.is-current .rv__progress-mark {
  background: var(--rvx-cream);
  border-color: var(--rvx-cream);
  color: var(--rvx-oxblood);
}

/* the strip's own dividers: one hairline between steps, nothing else */
.page--valuation .rv__progress-list > li + li {
  border-left: 1px solid var(--rvx-rule);
}

@media (max-width: 62em) {
  .page--valuation .rv__progress-list > li + li {
    border-left: 0;
    border-top: 1px solid var(--rvx-rule);
  }
}

/* The plate is ONE surface. The postcode row keeps its hairline
   separators and drops the extra box drawn around it. */
.page--valuation .rv__quick-grid {
  border: 0;
  border-radius: 0;
  padding-inline: 0;
  background: transparent;
}

/* Result panel: the old two-column metrics grid left orphaned vertical
   rules behind when the rows were stacked. */
.page--valuation .rv__result-metrics > p,
.page--valuation .rv__annual,
.page--valuation .rv__band,
.page--valuation .rv__more,
.page--valuation .rv__property-summary {
  border-left: 0;
  padding-left: 0;
}

.page--valuation .rv__more {
  padding-top: 0.9rem;
  border-top: 1px solid var(--rvx-rule-dark);
}

.page--valuation .rv__more-summary {
  padding: 0;
  color: var(--rvx-cream);
  cursor: pointer;
}

.page--valuation .rv__influences {
  margin: 0.7rem 0 0;
  padding: 0 0 0 1.1rem;
  display: grid;
  gap: 0.4rem;
  color: rgb(251 248 242 / 82%);
  font-size: 0.9rem;
  line-height: 1.5;
}

.page--valuation .rv__explain {
  margin: 0.8rem 0 0;
  color: rgb(251 248 242 / 72%);
  font-size: 0.85rem;
  line-height: 1.55;
}

/* Assurance rows sit on the light field now that the dusk wrapper is
   retired, so they take ink on cream rather than cream on translucency. */
.page--valuation .rvx-side-notes li {
  background: var(--rvx-cream);
  border-color: var(--rvx-rule);
}

.page--valuation .rvx-side-notes strong { color: var(--rvx-oxblood); }
.page--valuation .rvx-side-notes span { color: var(--rvx-ink-soft); }

/* the rv2 result panel splits metrics into two columns with a divider;
   the rvc panel stacks them, so that divider is orphaned */
.page--valuation .rv__panel--result .rv__band,
.page--valuation .rv__panel--result .rv__annual + .rv__band {
  border-left: 0;
  padding-left: 0;
}

/* -- 12. Mobile: a compact three-up step strip, stacked summary ------ */

@media (max-width: 46em) {
  .page--valuation .rv__progress-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .page--valuation .rv__progress-step {
    min-height: 0;
    padding: 0.6rem 0.5rem;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 0.4rem;
    text-align: center;
  }

  .page--valuation .rv__progress-info strong { font-size: 0.8rem; }
  .page--valuation .rv__progress-info small { display: none; }

  /* the optional drawer's header stacks rather than fighting for width */
  .page--valuation .rv__optional-details > summary {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
  }

  .page--valuation .rv__optional-action { align-self: stretch; justify-content: center; }
  .page--valuation .rv__optional-details > summary strong { font-size: 1.05rem; }
}

/* -- 13. is-current always beats is-done ----------------------------- */
/* The script marks the final step `is-current is-done` at once. The quiet
   done-state must therefore exclude the current step, or the rvx rule
   that forces cream text on `.is-current` renders it invisible on the
   cream plate. */

.page--valuation .rv__progress-step.is-done:not(.is-current) {
  background: transparent;
  color: var(--rvx-ink-soft);
}

.page--valuation .rv__progress-step.is-done:not(.is-current) .rv__progress-mark {
  background: var(--rvx-oxblood);
  border-color: var(--rvx-oxblood);
  color: var(--rvx-cream);
}

.page--valuation .rv__progress-step.is-current,
.page--valuation .rv__progress-step.is-current.is-done {
  background: var(--rvx-oxblood);
  color: var(--rvx-cream);
}

.page--valuation .rv__progress-step.is-current .rv__progress-mark,
.page--valuation .rv__progress-step.is-current.is-done .rv__progress-mark {
  background: var(--rvx-cream);
  border-color: var(--rvx-cream);
  color: var(--rvx-oxblood);
}

/* every piece of text on a filled step owns its own colour */
.page--valuation .rv__progress-step.is-current .rv__progress-info strong,
.page--valuation .rv__progress-step.is-current .rv__progress-info small {
  color: var(--rvx-cream);
}

.page--valuation .rv__progress-step.is-done:not(.is-current) .rv__progress-info strong,
.page--valuation .rv__progress-step.is-done:not(.is-current) .rv__progress-info small {
  color: var(--rvx-ink-soft);
}

/* -- 12. Two defects left by the passes above ------------------------- */

/* (a) The step you are on vanished as soon as a result landed.
   valuation.mjs marks the final step BOTH is-current and is-done. §11
   above turns is-done transparent and is written after the is-current
   fill, so "Your range" ended up cream text on the cream strip with a
   cream-on-cream mark: an empty third cell. Qualify the current state
   so it wins over the done state whenever both are set. */

.page--valuation .rv__progress-step.is-current,
.page--valuation .rv__progress-step.is-current.is-done {
  background: var(--rvx-oxblood);
  color: var(--rvx-cream);
}

.page--valuation .rv__progress-step.is-current .rv__progress-info strong,
.page--valuation .rv__progress-step.is-current .rv__progress-info small,
.page--valuation .rv__progress-step.is-current.is-done .rv__progress-info strong,
.page--valuation .rv__progress-step.is-current.is-done .rv__progress-info small {
  color: var(--rvx-cream);
}

.page--valuation .rv__progress-step.is-current .rv__progress-mark,
.page--valuation .rv__progress-step.is-current.is-done .rv__progress-mark {
  background: var(--rvx-cream);
  border-color: var(--rvx-cream);
  color: var(--rvx-oxblood);
}

/* a step that is finished but no longer the one you are on stays quiet */
.page--valuation .rv__progress-step.is-done:not(.is-current) .rv__progress-info strong,
.page--valuation .rv__progress-step.is-done:not(.is-current) .rv__progress-info small {
  color: var(--rvx-ink-soft);
}

/* (b) One fold survived the sweep: dukes.css paints a 2.2rem diagonal
   dog-ear into the top corner of the result plate with .rv__panel::before.
   It read as a stray triangle floating over the range. */
.page--valuation .rv__panel::before { content: none; }

/* the done-tick is drawn from --text-on-dark (cream); on the current
   step the mark is cream, so the tick must invert to oxblood */
.page--valuation .rv__progress-step.is-current.is-done .rv__progress-mark::after {
  border-left-color: var(--rvx-oxblood);
  border-bottom-color: var(--rvx-oxblood);
}

/* -- 14. The 14px floor ---------------------------------------------- */
/* House standard: no readable copy below 14px. The rv2 skin ran labels,
   captions and result annotations at 11-13.6px, which is a large part of
   why the tool felt hard to read. Numerals inside the step marks are the
   one exception: they are decorative and duplicated by the step title. */

.page--valuation .rv__label,
.page--valuation .rv__legend,
.page--valuation .rv__optional,
.page--valuation .rv__req,
.page--valuation .rv__progress-info small,
.page--valuation .rv__optional-details > summary small,
.page--valuation .rv__optional-closed,
.page--valuation .rv__optional-open,
.page--valuation .rv__status,
.page--valuation .rv__sub,
.page--valuation .rv__fact dt,
.page--valuation .rv__explain,
.page--valuation .rv__range-caption,
.page--valuation .rv__range-scale span,
.page--valuation .rv__annual span,
.page--valuation .rv__band span,
.page--valuation .rvx-side-notes strong {
  font-size: 0.875rem;
}

.page--valuation .rv__status { line-height: 1.5; }
.page--valuation .rv__range-caption { line-height: 1.45; }

/* the step numeral is decorative; the title next to it carries the meaning */
.page--valuation .rv__progress-mark > span { font-size: 0.75rem; }

/* the rvc metrics rule above is more specific than the floor list */
.page--valuation .rv__result-metrics > p span { font-size: 0.875rem; }

/* ==================================================================== */
/* rvh — HERO: ONE IMAGE, NOTHING ON TOP OF IT, 20 August 2026          */
/*                                                                      */
/* Brief: no overlapping images at all; remove the text plate and the   */
/* rule hovering over them; let the image cover the whole blue section. */
/*                                                                      */
/* The hero used to be a "postcard stack": an aerial in a cream frame,  */
/* a conversation photo rotated over its bottom-left corner, and a      */
/* cream assurance plate on its bottom-right. Three surfaces fighting   */
/* for the same corner. Now the aerial IS the island: full bleed, edge  */
/* to edge, with a gradient scrim carrying the copy instead of a plate. */
/* The conversation photograph is not discarded, it moved down to the   */
/* "After your range" island and has a frame of its own there.          */
/* ==================================================================== */

.page--valuation .rvx-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: min(38rem, 76svh);
  padding: clamp(2.4rem, 5vw, 4.5rem) clamp(1.4rem, 3.6vw, 3.6rem) clamp(1.8rem, 3.2vw, 2.8rem);
  background: var(--rvx-dusk);
}

/* -- the aerial, covering the whole island -------------------------- */

.page--valuation .rvx-hero__media {
  position: absolute;
  z-index: 0;
  inset: 0;
  margin: 0;
  pointer-events: none;
}

.page--valuation .rvx-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* the lit town sits low in the frame; bias the crop down so the sky
     does not eat the island on a wide viewport */
  object-position: 50% 62%;
}

/* The scrim is the only thing between the copy and the photograph.
   Dense at the left where the words are, clearing to the right so the
   town stays visible, with a floor pass under the stat row. */
.page--valuation .rvx-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(20 39 62 / 0%) 42%, rgb(20 39 62 / 62%) 78%, rgb(20 39 62 / 88%) 100%),
    linear-gradient(96deg, rgb(20 39 62 / 94%) 0%, rgb(20 39 62 / 86%) 32%, rgb(20 39 62 / 52%) 62%, rgb(20 39 62 / 30%) 100%);
}

/* -- copy sits on the scrim, not on a plate -------------------------- */

.page--valuation .rvx-hero__inner {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: auto;
}

.page--valuation .rvx-hero__copy { max-width: 40rem; }

.page--valuation .rvx-hero h1 {
  max-width: 16ch;
  text-shadow: 0 2px 24px rgb(9 20 34 / 55%);
}

.page--valuation .rvx-hero__lead {
  color: rgb(251 248 242 / 92%);
  text-shadow: 0 1px 16px rgb(9 20 34 / 55%);
}

/* -- the stat row loses its hairline -------------------------------- */
/* "the line that is hovering over them": the rule that used to sit
   across the photograph. The scrim's floor pass separates the row now. */

.page--valuation .rvx-hero__stats {
  position: relative;
  z-index: 1;
  margin-top: clamp(2.4rem, 5vw, 4rem);
  padding-top: 0;
  border-top: 0;
}

.page--valuation .rvx-hero__stats dd {
  color: rgb(251 248 242 / 88%);
  text-shadow: 0 1px 14px rgb(9 20 34 / 50%);
}

.page--valuation .rvx-hero__stats dt { text-shadow: 0 2px 18px rgb(9 20 34 / 55%); }

/* -- the retired stack ---------------------------------------------- */
/* Kept as an explicit reset rather than dead CSS: if the markup ever
   comes back, it must not resurrect the overlap. */

.page--valuation .rvx-stack,
.page--valuation .rvx-stack__inset,
.page--valuation .rvx-stack__assurance { display: none; }

/* -- the conversation photograph in its new home --------------------- */

.page--valuation .rvx-photo {
  margin: 0;
  overflow: hidden;
  border-radius: var(--rvx-radius-plate);
  border: 1px solid var(--rvx-rule);
  background: var(--rvx-dusk-soft);
  box-shadow: 0 26px 60px -40px rgb(13 29 49 / 55%);
}

.page--valuation .rvx-photo img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: var(--slot-ar, 3 / 2);
  object-fit: cover;
}

/* -- small screens --------------------------------------------------- */

@media (max-width: 60em) {
  .page--valuation .rvx-hero {
    min-height: min(34rem, 72svh);
    border-radius: 22px 22px 54px 22px;
  }

  /* portrait crop: hold the lit town, drop the empty sky */
  .page--valuation .rvx-hero__media img { object-position: 50% 68%; }

  /* a single vertical scrim reads better than a diagonal one when the
     copy runs the full width */
  .page--valuation .rvx-hero__media::after {
    background: linear-gradient(
      180deg,
      rgb(20 39 62 / 92%) 0%,
      rgb(20 39 62 / 80%) 34%,
      rgb(20 39 62 / 62%) 58%,
      rgb(20 39 62 / 88%) 100%
    );
  }

  .page--valuation .rvx-hero__copy { max-width: none; }
  .page--valuation .rvx-hero__stats { margin-top: clamp(1.8rem, 5vw, 2.6rem); }
}

/* ==================================================================== */
/* rvt — LESS COPY, NO WHITE BOXES, NO DIVIDER LINES, 20 August 2026     */
/*                                                                      */
/* Brief: the copy was over-explaining ("proving a point for no reason, */
/* most people don't care"); the boxes were white; the rows were        */
/* separated by hairlines.                                              */
/*                                                                      */
/* Answers:                                                             */
/*   colour  — the two blocks leave cream behind. The assurance rows go */
/*             dusk-on-dusk (a lift, not a plate); the levers go dusk   */
/*             tiles on the warm stone island.                          */
/*   rhythm  — separation is now GAP, not a rule. Six tiles with air    */
/*             between them read faster than six ruled rows, and the    */
/*             page loses ~14 hairlines.                                */
/*   words   — the copy cut lives in index.html; the type scale here    */
/*             is retuned for short lines, not paragraphs.              */
/* ==================================================================== */

/* -- 1. Assurance rows: a lift on the dusk frame, not a white plate -- */

.page--valuation .rvx-side-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 0.75rem 0 0;
}

.page--valuation .rvx-side-notes li {
  display: block;
  padding: 0.85rem 0.9rem;
  border-radius: var(--rvx-radius-small);
  /* a lighter step of the frame's own dusk — reads as a raised area of
     the same material rather than a foreign white card */
  background: rgb(251 248 242 / 9%);
  border: 1px solid rgb(251 248 242 / 14%);
}

.page--valuation .rvx-side-notes strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--rvx-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page--valuation .rvx-side-notes span {
  display: block;
  color: rgb(251 248 242 / 82%);
  font-size: 0.875rem;
  line-height: 1.4;
}

/* the side column is ~24rem: three tiles across it wrap every tail to
   three lines. One compact row each, label left, fact right. */
.page--valuation .rvx-side-notes { grid-template-columns: minmax(0, 1fr); }

.page--valuation .rvx-side-notes li {
  display: grid;
  grid-template-columns: minmax(7rem, auto) minmax(0, 1fr);
  gap: 0.9rem;
  align-items: baseline;
  padding: 0.7rem 0.9rem;
}

.page--valuation .rvx-side-notes strong { margin-bottom: 0; }
.page--valuation .rvx-side-notes span { text-align: right; }

/* -- 2. The levers: dusk tiles on stone, separated by air ------------ */
/* Was: one cream box, six rows, five hairlines between them.          */
/* Now: six tiles. The gap does the separating.                        */

.page--valuation .rvx-facts {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  border: 0;
  border-radius: 0;
  background: none;
}

.page--valuation .rvx-facts > div {
  display: block;
  padding: 1rem 1.1rem;
  border: 0;
  border-radius: var(--rvx-radius-small);
  background: var(--rvx-dusk);
  color: var(--rvx-cream);
}

.page--valuation .rvx-facts > div:last-child { border-bottom: 0; }

/* the calculator's own input is the one tile that is not just context */
.page--valuation .rvx-facts > div:first-child {
  grid-column: 1 / -1;
  background: var(--rvx-dusk-soft);
  border: 1px solid var(--rvx-gold);
}

.page--valuation .rvx-facts dt {
  margin: 0 0 0.3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  color: var(--rvx-cream);
  font-family: Gloock, Georgia, serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.15;
}

.page--valuation .rvx-facts dd {
  margin: 0;
  color: rgb(251 248 242 / 80%);
  font-size: 0.9rem;
  line-height: 1.45;
}

.page--valuation .rvx-facts .rvx-facts__flag {
  margin-left: 0;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: var(--rvx-gold);
  color: var(--rvx-dusk);
  font-family: Manrope, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* the intro is one line now, so it stops behaving like a paragraph */
.page--valuation .rvx-levers__copy > p {
  max-width: 34ch;
  margin-bottom: clamp(1.2rem, 2.4vw, 1.6rem);
  font-size: 1.02rem;
}

@media (max-width: 46em) {
  .page--valuation .rvx-facts { grid-template-columns: minmax(0, 1fr); }
  .page--valuation .rvx-facts > div:first-child { grid-column: 1; }
}

/* the tile column is shorter than the photograph now that the copy is
   cut; centring the two beats leaving the tiles dangling from the top */
@media (min-width: 60em) {
  .page--valuation .rvx-levers__inner { align-items: center; }
}

/* five context tiles in two columns leaves the last one orphaned with a
   ragged corner; spanning it closes the block the way the first tile
   opens it */
@media (min-width: 46em) {
  .page--valuation .rvx-facts > div:last-child { grid-column: 1 / -1; }
}
