/* 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;
}

.page--valuation .rv__beds-scope {
  margin: 0.85rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px solid var(--rvx-rule);
  max-width: 52ch;
  color: var(--rvx-ink-soft);
  font-size: 0.875rem;
  line-height: 1.55;
}

.page--valuation .rv__beds-scope a {
  color: var(--rvx-oxblood);
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/* -- 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; }
  /* flex-wrap:nowrap is load-bearing: the base rule wraps, and a WRAPPED
     column sizes its line to the content (278px), not the container, so
     the privacy note poured past the card edge on phones. */
  .page--valuation .rv__completion { flex-direction: column; flex-wrap: nowrap; align-items: stretch; }
  .page--valuation .rv__submit { justify-content: center; width: 100%; }
  /* narrow phones: the nowrap label ran past the button edge. Slimmer
     type and padding keep one line from ~360px up; wrapping is the last
     resort on the smallest phones, never clipping. */
  .page--valuation .rv__submit { white-space: normal; }
  .page--valuation .rv__submit-label { white-space: normal; text-align: center; }
  .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; }
}

/* no outlines either: the tint lift alone marks each row, so nothing on
   this page separates items with a drawn line any more */
.page--valuation .rvx-side-notes li { border: 0; }

/* ==================================================================== */
/* rvz — HERO: CENTRED LOCKUP, ICE PALETTE, 20 August 2026               */
/*                                                                      */
/* Brief: drop the 02 / 45s / 00 row, put the main text in the middle    */
/* and centre it, and use a colour other than gold and white.           */
/*                                                                      */
/* Colour: the type moves to the page's cool ICE family, read off the   */
/* blue-hour photograph itself rather than added to the palette --      */
/* steel for the kicker, ice for the headline, a muted ice for the      */
/* lead. Gold now appears nowhere in the hero, and nothing is pure      */
/* cream. The aerial keeps carrying the whole section.                  */
/* ==================================================================== */

.page--valuation {
  /* cool type family for the hero, taken from the aerial's own sky */
  --rvx-ice: #d7e4f0;
  --rvx-ice-soft: #b6cbe0;
  --rvx-steel: #8fb1cd;
}

/* -- the lockup sits in the middle of the island --------------------- */

.page--valuation .rvx-hero {
  justify-content: center;
  min-height: min(36rem, 72svh);
  padding-block: clamp(3rem, 6vw, 5rem);
  text-align: center;
}

.page--valuation .rvx-hero__inner {
  display: grid;
  place-items: center;
  margin-bottom: 0;
}

.page--valuation .rvx-hero__copy {
  max-width: 44rem;
  margin-inline: auto;
}

/* -- the ice palette ------------------------------------------------- */

.page--valuation .rvx-hero .rvx-kicker--dark {
  color: var(--rvx-steel);
  margin-bottom: 0.9rem;
}

.page--valuation .rvx-hero h1 {
  max-width: 20ch;
  margin-inline: auto;
  color: var(--rvx-ice);
  text-shadow: 0 2px 28px rgb(9 20 34 / 60%);
}

.page--valuation .rvx-hero__lead {
  max-width: 52ch;
  margin-inline: auto;
  color: var(--rvx-ice-soft);
  text-shadow: 0 1px 18px rgb(9 20 34 / 60%);
}

.page--valuation .rvx-hero__actions { justify-content: center; }

/* the secondary link leaves cream behind with the rest of the lockup */
.page--valuation .rvx-hero .rvx-text-link--dark {
  color: var(--rvx-ice);
  text-decoration-color: var(--rvx-steel);
}

/* -- the scrim follows the copy to the centre ------------------------ */
/* It was a left-weighted diagonal because the words used to sit left.
   Centred copy needs a centred pool, not a side wash. */

.page--valuation .rvx-hero__media::after {
  background:
    radial-gradient(72% 78% at 50% 50%, rgb(20 39 62 / 88%) 0%, rgb(20 39 62 / 62%) 55%, rgb(20 39 62 / 28%) 100%),
    linear-gradient(180deg, rgb(20 39 62 / 62%) 0%, rgb(20 39 62 / 30%) 45%, rgb(20 39 62 / 70%) 100%);
}

@media (max-width: 60em) {
  .page--valuation .rvx-hero {
    min-height: min(32rem, 68svh);
    padding-block: clamp(2.4rem, 8vw, 3.4rem);
  }

  .page--valuation .rvx-hero__media::after {
    background:
      radial-gradient(88% 62% at 50% 46%, rgb(20 39 62 / 90%) 0%, rgb(20 39 62 / 68%) 60%, rgb(20 39 62 / 40%) 100%),
      linear-gradient(180deg, rgb(20 39 62 / 74%) 0%, rgb(20 39 62 / 42%) 50%, rgb(20 39 62 / 80%) 100%);
  }

  .page--valuation .rvx-hero__copy { max-width: none; }
  .page--valuation .rvx-hero h1 { max-width: 16ch; }
}

/* the hero grid still carried its original two columns from the
   copy-left / stack-right layout; with the stack gone it must collapse
   to one, or the centred lockup centres inside the left half only */
.page--valuation .rvx-hero__inner {
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
}

/* the first ice pass still read as "a warm white" at a glance; deepening
   the blue makes the colour choice legible as a choice, and the scrim
   keeps every pair well clear of the contrast floor */
.page--valuation {
  --rvx-ice: #c6dcee;
  --rvx-ice-soft: #a9c4dc;
  --rvx-steel: #82a9c9;
}

/* ==================================================================== */
/* rvw — HERO ALIGNMENT + A WARM/COOL MIXTURE, 20 August 2026            */
/*                                                                      */
/* Brief: "everything is misaligned" and "I don't like the colour blue   */
/* here, use a mixture of colours but not too many at once, just simple  */
/* but premium and professional."                                       */
/* ==================================================================== */

/* -- 1. The misalignment -------------------------------------------- */
/* Measured: the kicker carried an inherited max-width of 543px with
   zero margins, so inside a 704px lockup its centred text sat 81px left
   of true centre while h1, lead and actions all sat at 0. Every centred
   child needs BOTH auto margins and a released max-width — text-align
   centres the text inside the box, never the box inside its parent. */

.page--valuation .rvx-hero .rvx-kicker,
.page--valuation .rvx-hero .rvx-hero__actions,
.page--valuation .rvx-hero .rvx-hero__copy > * {
  max-width: none;
  margin-inline: auto;
}

.page--valuation .rvx-hero h1 { max-width: 20ch; margin-inline: auto; }
.page--valuation .rvx-hero__lead { max-width: 52ch; margin-inline: auto; }

/* -- 2. Colour: warm lockup, one cool thread, one warm action -------- */
/* The all-blue pass read monochrome and cold. Four colours, each with a
   single job, warm-dominant so the section stops reading as "blue":
     steel  — the kicker only, the one cool thread back to the photograph
     ivory  — the headline, a warm off-white rather than a stark one
     stone  — the lead, warm and quiet so it recedes under the headline
     oxblood — the action, unchanged, the only saturated note
   Nothing else in the hero is tinted. */

.page--valuation {
  --rvx-ivory: #f4ece1;
  --rvx-stone-type: #cfc3b2;
}

.page--valuation .rvx-hero .rvx-kicker--dark { color: var(--rvx-steel); }

.page--valuation .rvx-hero h1 {
  color: var(--rvx-ivory);
  text-shadow: 0 2px 30px rgb(9 20 34 / 62%);
}

.page--valuation .rvx-hero__lead {
  color: var(--rvx-stone-type);
  text-shadow: 0 1px 18px rgb(9 20 34 / 62%);
}

.page--valuation .rvx-hero .rvx-text-link--dark {
  color: var(--rvx-ivory);
  text-decoration-color: var(--rvx-steel);
}

/* the blanket `.rvx-hero__copy > *` reset above is (0,3,0) and beat the
   element-selector measures at (0,2,1); restate them at matching weight
   so the headline and lead keep a readable line length while staying
   centred by their auto margins */
.page--valuation .rvx-hero .rvx-hero__copy > h1 { max-width: 20ch; }
.page--valuation .rvx-hero .rvx-hero__copy > .rvx-hero__lead { max-width: 52ch; }

/* ==================================================================== */
/* rvm — "What this estimate means": close the void, drop the white      */
/*                                                                      */
/* Brief: "there is a lot of space being wasted there and everything is  */
/* white. Avoid white unless it is necessary to help visibility."        */
/*                                                                      */
/* The void: a 1.1fr / 0.9fr grid with align-items:start put four short  */
/* lines and two link rows at the TOP of a tall island and left the      */
/* bottom two-thirds empty. The columns now centre against each other,   */
/* the link column is sized to its content instead of stretching, and    */
/* the island's padding matches the height the content actually needs.   */
/*                                                                      */
/* The white: on a dark island the type has to be light to be readable,  */
/* so "no white" means WARM light, not dim. Ivory carries the heading,   */
/* stone the body, steel the small labels — the same three-job set the   */
/* hero uses. Pure cream survives nowhere in this section.               */
/* ==================================================================== */

.page--valuation .rvx-meaning {
  padding: clamp(1.8rem, 3.2vw, 2.8rem) clamp(1.4rem, 3.4vw, 3.4rem);
}

.page--valuation .rvx-meaning__inner {
  grid-template-columns: minmax(0, 1fr) minmax(0, auto);
  gap: clamp(1.6rem, 3.2vw, 3.2rem);
  align-items: center;
}

/* the copy block reads as one unit rather than two stranded paragraphs */
.page--valuation .rvx-meaning__copy { display: grid; gap: 0.55rem; }

.page--valuation .rvx-meaning .rvx-kicker--dark {
  margin-bottom: 0.35rem;
  color: var(--rvx-steel);
}

.page--valuation .rvx-meaning h2 {
  margin: 0;
  color: var(--rvx-ivory);
}

.page--valuation .rvx-meaning__copy p {
  max-width: 56ch;
  color: var(--rvx-stone-type);
}

.page--valuation .rvx-meaning__reviewed {
  margin: 0.35rem 0 0;
  color: rgb(207 195 178 / 76%);
}

/* -- the link column: sized to its content, not stretched ------------ */

.page--valuation .rvx-meaning__links {
  width: min(100%, 25rem);
  justify-self: end;
  gap: 0.5rem;
}

.page--valuation .rvx-meaning__links a {
  justify-content: flex-start;
  gap: 0.75rem;
  padding: 0.7rem 1rem;
  background: rgb(244 236 225 / 7%);
  border-color: rgb(244 236 225 / 16%);
  color: var(--rvx-ivory);
  font-size: 0.9rem;
}

/* the arrow follows the label instead of being pushed to a far edge
   across a column of empty space */
.page--valuation .rvx-meaning__links a::after {
  margin-left: auto;
  color: var(--rvx-steel);
}

@media (hover: hover) and (pointer: fine) {
  .page--valuation .rvx-meaning__links a:hover {
    background: rgb(244 236 225 / 14%);
    border-color: var(--rvx-steel);
  }
}

@media (max-width: 60em) {
  .page--valuation .rvx-meaning__inner { grid-template-columns: minmax(0, 1fr); }
  .page--valuation .rvx-meaning__links { width: 100%; justify-self: stretch; }
}

/* -- the same discipline on the page's other dark surfaces ----------- */
/* "Avoid white" is a page rule, not a one-section note: the lever tiles
   and the result panel were also running pure cream type. */

.page--valuation .rvx-facts dt { color: var(--rvx-ivory); }
.page--valuation .rvx-facts dd { color: rgb(207 195 178 / 88%); }

.page--valuation .rv__panel,
.page--valuation .rv__result-title,
.page--valuation .rv__range,
.page--valuation .rv__preview-range { color: var(--rvx-ivory); }

.page--valuation .rv__result-metrics > p strong,
.page--valuation .rv__fact dd { color: var(--rvx-ivory); }

.page--valuation .rv__fact dt,
.page--valuation .rv__status,
.page--valuation .rv__panel-note,
.page--valuation .rv__explain,
.page--valuation .rv__influences,
.page--valuation .rv__range-caption { color: rgb(207 195 178 / 82%); }

.page--valuation .rvx-side-notes span { color: rgb(207 195 178 / 88%); }

/* The left column still ran a 56ch measure inside a ~950px slot, so the
   void moved rather than closed. Split the copy itself: title block
   left, the explanation beside it, links right. Three bands of content
   across the island instead of two blocks and a gap. No markup change —
   the four children are placed onto a sub-grid. */

@media (min-width: 60em) {
  .page--valuation .rvx-meaning__copy {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
    column-gap: clamp(1.4rem, 3vw, 2.6rem);
    row-gap: 0.45rem;
    align-items: start;
  }

  .page--valuation .rvx-meaning__copy > .rvx-kicker { grid-column: 1; grid-row: 1; }
  .page--valuation .rvx-meaning__copy > h2 { grid-column: 1; grid-row: 2 / 4; }

  .page--valuation .rvx-meaning__copy > p:not(.rvx-kicker):not(.rvx-meaning__reviewed) {
    grid-column: 2;
    grid-row: 1 / 3;
    max-width: 46ch;
  }

  .page--valuation .rvx-meaning__reviewed {
    grid-column: 2;
    grid-row: 3;
    margin-top: 0.6rem;
    max-width: 46ch;
  }
}

/* the last pure-cream type on dark surfaces, all inside the result
   panel. Ivory for anything that acts, stone for anything that reads. */
.page--valuation .rv__more-summary,
.page--valuation .rv__action--quiet,
.page--valuation .rv__enquiry-label,
.page--valuation .rv__enquiry-summary { color: var(--rvx-ivory); }

.page--valuation .rv__eq-explain,
.page--valuation .rv__preview-list dt,
.page--valuation .rv__preview-list dd { color: rgb(207 195 178 / 84%); }

/* the primary action keeps its light surface — that one IS load-bearing
   for visibility — but takes the warm ivory rather than cream */
.page--valuation .rv__action {
  background: var(--rvx-ivory);
  border-color: var(--rvx-ivory);
  color: var(--rvx-dusk);
}

.page--valuation .rv__action--quiet {
  background: transparent;
  border-color: rgb(244 236 225 / 24%);
}

/* the band-scale endpoints were the last pure cream on the dark panel */
.page--valuation .rv__range-scale span { color: rgb(207 195 178 / 86%); }

/* the preview labels were gold, not white — the brief was to drop white,
   not to strip the panel's identity accent */
.page--valuation .rv__preview-list dt { color: var(--rvx-gold); }

/* `.rv__action` and `.rv__action--quiet` are equal specificity, so the
   primary rule above won and painted the transparent quiet button with
   dusk ink — dark on dark, effectively invisible. Restated after it. */
.page--valuation .rv__action--quiet {
  background: transparent;
  border-color: rgb(244 236 225 / 28%);
  color: var(--rvx-ivory);
}

@media (hover: hover) and (pointer: fine) {
  .page--valuation .rv__action--quiet:hover {
    background: rgb(244 236 225 / 12%);
    border-color: var(--rvx-steel);
    color: var(--rvx-ivory);
  }
}

/* ==================================================================== */
/* rvn — "What this estimate means" REDESIGN, 20 August 2026             */
/*                                                                      */
/* Brief: "everything is joined together, we need separation, also       */
/* different colours."                                                  */
/*                                                                      */
/* Diagnosis (impeccable/layout): the band held FOUR different kinds of  */
/* thing — a signpost, a definition, a limitation, a provenance          */
/* statement and two outbound references — all rendered as               */
/* undifferentiated light text at near-identical size on one flat        */
/* surface. Nothing separated them because nothing distinguished them.   */
/* Adding rules would have papered over that; the fix is to give each    */
/* kind its own register.                                                */
/*                                                                      */
/* Spatial thesis                                                       */
/*   primary   — the heading and the limitation. The legal substance.    */
/*   secondary — provenance, which is metadata and should read as a      */
/*               data block, not as prose.                              */
/*   tertiary  — the two references, which are exits.                    */
/*                                                                      */
/* Separation is carried by rhythm and register, not by drawn rules:     */
/* a generous column gap, a deliberate tight/loose cadence down the      */
/* left, and a surface change under the references only. No outer panel  */
/* wraps the link rows — a lifted card inside a lifted card is the       */
/* nested-card failure.                                                  */
/*                                                                      */
/* Colour: dusk island, dusk-soft reference rows, gold on the two        */
/* micro-labels only, ivory for what leads, stone for what supports,     */
/* steel for the arrows. Six values, but gold appears twice at 0.72rem   */
/* so the mixture reads considered rather than busy.                     */
/* ==================================================================== */

.page--valuation .rvx-meaning {
  padding: clamp(2rem, 3.6vw, 3.2rem) clamp(1.4rem, 3.4vw, 3.4rem);
}

.page--valuation .rvx-meaning__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.8rem, 3vw, 2.4rem);
  align-items: start;
}

@media (min-width: 62em) {
  .page--valuation .rvx-meaning__inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(19rem, 0.85fr);
    column-gap: clamp(3rem, 6vw, 6rem);
    align-items: start;
  }
}

/* -- the statement: tight label, loose body ------------------------- */
/* Rhythm, not rules. The kicker sits close to the heading it labels,
   the heading sits far from the sentence it opens. */

.page--valuation .rvx-meaning__copy {
  display: block;
  max-width: 46ch;
}

.page--valuation .rvx-meaning .rvx-kicker--dark {
  margin: 0 0 0.5rem;
  color: var(--rvx-steel);
}

.page--valuation .rvx-meaning h2 {
  margin: 0;
  color: var(--rvx-ivory);
  font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.4rem);
  line-height: 1.1;
}

.page--valuation .rvx-meaning__statement {
  margin: clamp(1.1rem, 2vw, 1.5rem) 0 0;
  max-width: 46ch;
  color: var(--rvx-stone-type);
  font-size: 1rem;
  line-height: 1.65;
}

/* -- the aside: provenance above references ------------------------- */

.page--valuation .rvx-meaning__aside {
  display: grid;
  gap: clamp(1.5rem, 2.6vw, 2rem);
  align-content: start;
}

/* Provenance reads as data, so it takes a data shape: a gold micro-label
   over an ivory value. It sits directly on the island — giving it a
   surface too would put three stacked surfaces in one small column. */

.page--valuation .rvx-meaning__source {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 30em) {
  .page--valuation .rvx-meaning__source {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.6rem;
  }
}

.page--valuation .rvx-meaning__source > div { display: grid; gap: 0.3rem; }

.page--valuation .rvx-meaning__source dt {
  margin: 0;
  color: var(--rvx-gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page--valuation .rvx-meaning__source dd {
  margin: 0;
  color: var(--rvx-ivory);
  font-size: 0.95rem;
  line-height: 1.4;
}

/* -- references: the one surface change in the section --------------- */

.page--valuation .rvx-meaning__links {
  display: grid;
  gap: 0.5rem;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page--valuation .rvx-meaning__links a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
  min-height: var(--rvx-tap);
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: var(--rvx-radius-small);
  background: var(--rvx-dusk-soft);
  color: var(--rvx-ivory);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 180ms var(--rvx-ease), transform 180ms var(--rvx-ease);
}

.page--valuation .rvx-meaning__links a::after {
  margin-left: auto;
  color: var(--rvx-steel);
  transition: transform 180ms var(--rvx-ease);
}

@media (hover: hover) and (pointer: fine) {
  .page--valuation .rvx-meaning__links a:hover {
    background: #24405f;
  }
  .page--valuation .rvx-meaning__links a:hover::after { transform: translateX(3px); }
}

@media (prefers-reduced-motion: reduce) {
  .page--valuation .rvx-meaning__links a,
  .page--valuation .rvx-meaning__links a::after { transition: none; }
  .page--valuation .rvx-meaning__links a:hover::after { transform: none; }
}

/* the retired provenance paragraph, in case the old markup returns */
.page--valuation .rvx-meaning__reviewed { display: none; }

/* ---- rvn rhythm corrections, measured not assumed -------------------
   `.page--valuation .rvx-meaning__copy p` is (0,2,1) and beat the
   statement rule at (0,2,0), so the heading-to-body margin computed to
   0px — literally the "joined together" defect. Restated as a child
   selector at (0,3,0). Fourth time today that specificity beat source
   order in this file; measure the computed value, never read the tail. */

.page--valuation .rvx-meaning__copy > .rvx-meaning__statement {
  margin: clamp(1.3rem, 2.2vw, 1.7rem) 0 0;
  max-width: 46ch;
  color: var(--rvx-stone-type);
  font-size: 1rem;
  line-height: 1.65;
}

.page--valuation .rvx-meaning__copy > .rvx-kicker--dark { margin: 0 0 0.55rem; }

/* On a 1640px island an fr-sized left column leaves ~320px dead beside a
   46ch measure. Size both blocks to their content and distribute the
   remainder between them: statement at the left edge, references at the
   right, one deliberate interval in the middle. */
@media (min-width: 62em) {
  .page--valuation .rvx-meaning__inner {
    grid-template-columns: minmax(0, 48ch) minmax(19rem, 34rem);
    justify-content: space-between;
    column-gap: clamp(2.5rem, 5vw, 5rem);
  }
}

/* ==================================================================== */
/* rvg — HERO ADOPTS THE LANDLORD GUIDE LOCKUP, 20 August 2026           */
/*                                                                      */
/* Brief: match the Landlord Guide hero's style, keep this page's        */
/* colours.                                                             */
/*                                                                      */
/* Four devices ported from landlord-guide-llg4.css, structure only:     */
/*   1. the kicker is a RULE + TEXT + RULE, not bare text                */
/*   2. a display-serif statement line between the h1 and the lead       */
/*   3. a larger, tighter h1 (llg4's scale and tracking)                 */
/*   4. the text link takes an inset underline and a sliding arrow       */
/*                                                                      */
/* Every colour stays this page's own: steel where the guide uses brass, */
/* ivory where it uses cream, stone for the lead, oxblood on the action. */
/* Nothing from the guide's palette crosses over.                        */
/* ==================================================================== */

/* -- 1. The kicker becomes a ruled label ----------------------------- */
/* llg4's own note: centring a rule+text FLEX BOX centres the group, so
   the words land right of true centre. A centred kicker needs a rule on
   BOTH sides — then the text itself is what is centred. */

.page--valuation .rvx-hero .rvx-kicker--dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin: 0 0 1rem;
  letter-spacing: 0.2em;
}

.page--valuation .rvx-hero .rvx-kicker--dark::before,
.page--valuation .rvx-hero .rvx-kicker--dark::after {
  content: "";
  flex: none;
  width: 26px;
  height: 2px;
  background: currentColor;
  opacity: 0.8;
}

/* -- 2. The headline takes llg4's scale and tracking ------------------ */

.page--valuation .rvx-hero h1 {
  font-size: clamp(2.4rem, 4.4vw, 3.9rem);
  line-height: 1.01;
  letter-spacing: -0.025em;
}

/* -- 3. The statement line: display serif, accent colour -------------- */
/* The guide runs this in champagne against a cream headline. Here the
   equivalent step down from ivory is steel — same hierarchy move, this
   page's palette. */

.page--valuation .rvx-hero__statement {
  margin: 0.95rem auto 0;
  max-width: 30ch;
  font-family: Gloock, Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.14rem, 1.7vw, 1.48rem);
  line-height: 1.25;
  color: var(--rvx-steel);
  text-shadow: 0 1px 20px rgb(9 20 34 / 60%);
}

.page--valuation .rvx-hero__lead {
  margin-top: 1.15rem;
}

.page--valuation .rvx-hero__actions {
  margin-top: clamp(1.5rem, 2.8vw, 2.1rem);
  gap: 0.75rem 1.6rem;
}

/* -- 4. The text link: inset underline plus a sliding arrow ----------- */

.page--valuation .rvx-hero .rvx-text-link--dark {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: var(--rvx-tap);
  padding: 0.5rem 0.15rem;
  color: var(--rvx-ivory);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 0 var(--rvx-steel);
}

.page--valuation .rvx-hero .rvx-text-link--dark::after {
  content: "\2192";
  color: var(--rvx-steel);
  transition: transform 300ms var(--rvx-ease);
}

@media (hover: hover) and (pointer: fine) {
  .page--valuation .rvx-hero .rvx-text-link--dark:hover::after {
    transform: translateX(4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page--valuation .rvx-hero .rvx-text-link--dark::after { transition: none; }
  .page--valuation .rvx-hero .rvx-text-link--dark:hover::after { transform: none; }
}

/* -- the lockup earns a little more room for the extra line ---------- */

.page--valuation .rvx-hero { min-height: min(40rem, 78svh); }

@media (max-width: 60em) {
  .page--valuation .rvx-hero { min-height: min(35rem, 74svh); }
  .page--valuation .rvx-hero__statement { max-width: 24ch; }
  .page--valuation .rvx-hero .rvx-kicker--dark { gap: 0.5rem; }
  .page--valuation .rvx-hero .rvx-kicker--dark::before,
  .page--valuation .rvx-hero .rvx-kicker--dark::after { width: 18px; }
}

/* the statement dropped a one-word widow on narrow screens */
.page--valuation .rvx-hero__statement { text-wrap: balance; }

@media (max-width: 60em) {
  .page--valuation .rvx-hero__statement { max-width: 20ch; }
}

/* 26 Aug 2026 — supplied blue-hour film replaces the synthetic still drift.
   The WebP remains beneath it as the LCP poster and as the complete experience
   for reduced-motion, Save-Data, blocked autoplay and failed media requests. */
.page--valuation .rvx-hero__poster,
.page--valuation .rvx-hero__video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 62%;
  transform: none;
}

.page--valuation .rvx-hero__poster { z-index: 0; }

.page--valuation .rvx-hero__video {
  z-index: 1;
  opacity: 0;
  transition: opacity 450ms var(--rvx-ease);
}

.page--valuation .rvx-hero__media.is-video-playing .rvx-hero__video { opacity: 1; }

.page--valuation .rvx-hero__media::after { z-index: 2; }

.page--valuation .rvx-hero__video-toggle {
  position: absolute;
  right: clamp(0.8rem, 1.8vw, 1.25rem);
  bottom: clamp(0.8rem, 1.8vw, 1.25rem);
  z-index: 2;
  display: inline-grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid rgb(244 236 225 / 55%);
  border-radius: 50%;
  background: rgb(20 39 62 / 78%);
  color: var(--rvx-ivory);
  cursor: pointer;
  box-shadow: 0 8px 24px rgb(9 20 34 / 30%);
  transition: background-color 180ms ease, border-color 180ms ease;
}

.page--valuation .rvx-hero__video-toggle[hidden] { display: none; }

.page--valuation .rvx-hero__video-toggle svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.page--valuation .rvx-hero__video-toggle[data-state="playing"] .rvx-hero__video-icon--play,
.page--valuation .rvx-hero__video-toggle:not([data-state="playing"]) .rvx-hero__video-icon--pause {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .page--valuation .rvx-hero__video-toggle:hover {
    border-color: var(--rvx-ivory);
    background: rgb(20 39 62 / 94%);
  }
}

.page--valuation .rvx-hero__video-toggle:focus-visible {
  outline: 3px solid var(--rvx-ivory);
  outline-offset: 3px;
}

@media (max-width: 60em) {
  .page--valuation .rvx-hero__poster,
  .page--valuation .rvx-hero__video {
    object-position: 50% 68%;
  }
}

html[data-motion="static"] .page--valuation .rvx-hero__video {
  opacity: 0 !important;
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  .page--valuation .rvx-hero__video {
    opacity: 0 !important;
    transition: none;
  }
}
