/* ==========================================================================
   Guaranteed Rent — full standard pass, 18 August 2026 (v3).

   v3 recolour, Aarav's direction: the page joins the site's beige family.
   Palette is his five — beige #F2EADC ground, night navy #0D1C30, forest
   greens #143E3A / #17483C, dusty rose #E7D5D9 — plus one warm cream as
   the single premium white token. The cool sky/coral/sand family is gone.
   Layer discipline: beige ground → section fields → plates/cards, so
   nothing floats; dark plates vary night vs forest so the page is never
   two identical dark boxes.

   The legacy --gr-* tokens from dukes.css are REDEFINED here (this sheet
   loads after it), which recolours every grx- element on this page — the
   three meaning cards, kickers, buttons, breadcrumb ground — through the
   cascade without touching dukes.css.

   Structure, markup and behaviour are unchanged from the passed v2:
   composed hero band + seal chip, left "On this page" drawer, wide shell,
   equal step tiles, 48px targets, one-chip compass with selected cue,
   composed reading plate, anchored close, scoped reception surgery,
   ghost lion, hover:hover, reduced motion, print.
   ========================================================================== */

.page--guaranteed-rent {
  /* His five. */
  --gr-beige: #f2eadc;
  --gr-night: #0d1c30;
  --gr-forest-deep: #143e3a;
  --gr-forest: #17483c;
  --gr-rose: #e7d5d9;

  /* Derived, family-internal. */
  --gr-white: #fbf8f2;               /* the ONE premium white token */
  --gr-rose-field: #ede0e3;          /* softened rose for fields/tints */
  --gr-rose-deep: #d9c3c9;           /* deeper rose for discs/edges */
  --gr-parchment: #e8dcc2;           /* deeper warm beige field */
  --gr-night-deep: #091423;

  /* Legacy token names redefined so dukes.css grx- styles recolour. */
  --gr-navy: var(--gr-night);
  --gr-navy-deep: var(--gr-night-deep);
  --gr-blue: var(--gr-night);        /* meaning card 01 */
  --gr-coral: var(--gr-forest);      /* meaning card 02, kickers, links, button hovers */
  --gr-coral-bright: #1d5a4b;
  --gr-sand: var(--gr-rose);         /* meaning card 03, discs, sheets */
  --gr-sky: var(--gr-rose-field);    /* tinted rows, closed plus discs */
  --gr-sky-deep: var(--gr-rose-deep);
  --gr-paper: var(--gr-beige);
  --gr-ink: #1c2430;
  --gr-muted: #4e5a54;

  --gr-shell: min(94vw, 1640px);
  --gr-row-tint: rgba(13, 28, 48, 0.06);
  --gr-row-tint-deep: rgba(255, 255, 255, 0.07);
  --gr-card-line: rgba(13, 28, 48, 0.16);
  --gr-focus: var(--gr-forest);
  --gr-focus-on-dark: var(--gr-rose);

  background: var(--gr-beige);
  color: var(--gr-ink);
}

/* ------------------------------ shared bits ------------------------------ */

.page--guaranteed-rent .main {
  padding-top: 0;
}

.grb-head {
  max-width: 900px;
  margin: 0 auto clamp(2rem, 3.5vw, 3rem);
  text-align: center;
}

.grb-head h2 {
  max-width: 18ch;
  margin: 0 auto 0.9rem;
  color: var(--gr-night);
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 1.65rem + 2.55vw, 4.35rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-wrap: balance;
}

.grb-head > p:last-child {
  max-width: 58ch;
  margin: 0 auto;
  color: var(--gr-muted);
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.16rem);
  line-height: 1.65;
}

/* Labelled slot awaiting Aarav's art — tinted rose plate, ghost crown,
   label chip, ratio tag. Never a dashed box. */
.grb-slot {
  position: relative;
  display: block;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  border-radius: 14px;
  background-color: var(--gr-rose);
  background-image:
    radial-gradient(circle at 80% 8%, rgba(255, 255, 255, 0.6), transparent 46%),
    linear-gradient(155deg, var(--gr-rose-field) 0%, var(--gr-rose-deep) 100%);
}

.grb-slot::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/brand/dukes-crown.png") center 46% / 34% no-repeat;
  opacity: 0.15;
}

.grb-slot__chip {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  background: var(--gr-night);
  color: var(--gr-white);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.grb-slot__ratio {
  position: absolute;
  right: 0.7rem;
  bottom: 0.6rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: rgba(251, 248, 242, 0.88);
  color: var(--gr-muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

[data-grb-armed]:not(.is-in) {
  opacity: 0;
  transform: translateY(14px);
}

[data-grb-reveal] {
  transition: opacity 420ms ease, transform 420ms ease;
}

.page--guaranteed-rent [data-gr-section],
.page--guaranteed-rent #gr-questions,
.page--guaranteed-rent #gr-lead-payment,
.page--guaranteed-rent #gr-lead-income,
.page--guaranteed-rent #gr-lead-involvement {
  scroll-margin-top: calc(var(--gr-nav-seam, var(--head-h, 79px)) + 4.25rem);
}

/* --------------------- the "On this page" control ------------------------ */

.page--guaranteed-rent .grb-nav {
  position: sticky;
  top: var(--gr-nav-seam, var(--head-h, 79px));
  z-index: 900;
  height: 0;
  width: max-content;
  max-width: calc(100vw - 2rem);
  margin: 0 0 0 clamp(1rem, 3vw, 2.5rem);
  overflow: visible;
}

.page--guaranteed-rent .site-head.head--hidden ~ .main .grb-nav {
  top: 0;
}

.page--guaranteed-rent .grb-nav > summary {
  display: flex;
  align-items: center;
  min-height: 48px;
  gap: 0.8rem;
  padding: 0.65rem 1.1rem;
  border: 1px solid var(--gr-card-line);
  border-radius: 999px;
  background: rgba(251, 248, 242, 0.94);
  box-shadow: 0 6px 16px -8px rgba(13, 28, 48, 0.4);
  transform: translateY(0.6rem);
  color: var(--gr-ink);
  cursor: pointer;
  list-style: none;
}

.page--guaranteed-rent .grb-nav > summary::-webkit-details-marker {
  display: none;
}

.page--guaranteed-rent .grb-nav > summary span {
  color: var(--gr-forest);
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.page--guaranteed-rent .grb-nav > summary strong {
  font-size: 0.92rem;
  font-weight: 750;
}

.page--guaranteed-rent .grb-nav > summary::after {
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.2rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: rotate(45deg) translateY(-2px);
  transition: transform 180ms ease;
}

.page--guaranteed-rent .grb-nav[open] > summary::after {
  transform: rotate(225deg) translate(-2px, -2px);
}

.page--guaranteed-rent .grb-nav > summary:focus-visible {
  outline: 3px solid var(--gr-focus);
  outline-offset: 3px;
}

.page--guaranteed-rent .grb-nav:not([open]) nav {
  display: none;
}

.page--guaranteed-rent .grb-nav[open] nav {
  position: fixed;
  top: var(--gr-nav-seam, var(--head-h, 79px));
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: min(19rem, 86vw);
  max-height: calc(100vh - var(--gr-nav-seam, var(--head-h, 79px)) - 1rem);
  padding: 0.9rem 0.85rem 1rem;
  overflow-y: auto;
  border: 1px solid var(--gr-card-line);
  border-left: 0;
  border-radius: 0 16px 16px 0;
  background: rgba(251, 248, 242, 0.98);
  box-shadow: 0 22px 42px -18px rgba(13, 28, 48, 0.35);
}

.page--guaranteed-rent .site-head.head--hidden ~ .main .grb-nav[open] nav {
  top: 0;
}

.page--guaranteed-rent .grb-nav nav a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0.35rem 0.85rem;
  border-radius: 8px;
  color: var(--gr-night);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.page--guaranteed-rent .grb-nav nav a[aria-current="location"] {
  background: var(--gr-rose-field);
  box-shadow: inset 3px 0 0 var(--gr-forest);
}

@media (hover: hover) {
  .page--guaranteed-rent .grb-nav nav a:hover {
    background: var(--gr-rose-field);
  }
}

.page--guaranteed-rent .grb-nav nav a:focus-visible {
  outline: 3px solid var(--gr-focus);
  outline-offset: 2px;
  background: var(--gr-rose-field);
}

/* ------------------------------ 1 · hero --------------------------------- */
/* Night plate on the beige ground; the facts strip is a forest footer band,
   an additional layer so the strip is not the plate pretending twice. */

.grb-hero {
  padding: clamp(1rem, 2vw, 1.75rem) max(1.25rem, 3vw) clamp(3rem, 5vw, 4.5rem);
  background: var(--gr-beige);
}

.grb-hero__plate {
  width: var(--gr-shell);
  margin-inline: auto;
  overflow: hidden;
  border-radius: clamp(1.5rem, 2.5vw, 2rem);
  background-color: var(--gr-night);
  background-image:
    radial-gradient(circle at 88% 6%, rgba(23, 72, 60, 0.5), transparent 42%),
    linear-gradient(115deg, var(--gr-night-deep) 0%, var(--gr-night) 60%);
  box-shadow: 0 30px 60px -48px rgba(9, 20, 35, 0.9);
}

.grb-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: stretch;
  padding: clamp(1.5rem, 3vw, 2.75rem);
}

.grb-hero__copy {
  align-self: center;
  padding: clamp(1rem, 2vw, 2rem) 0 clamp(1rem, 2vw, 2rem) clamp(0.5rem, 1.5vw, 1.5rem);
}

.grb-hero .grx-kicker {
  color: var(--gr-rose);
}

.grb-hero h1 {
  max-width: 11ch;
  margin: 0 0 1.4rem;
  color: var(--gr-white);
  font-family: var(--font-display);
  font-size: clamp(2.9rem, 2rem + 3.6vw, 5.9rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.92;
  text-wrap: balance;
}

.grb-hero h1 span {
  display: block;
  color: var(--gr-rose);
}

.grb-hero__lead {
  max-width: 42ch;
  margin: 0 0 1.7rem;
  color: rgba(251, 248, 242, 0.86);
  font-size: clamp(1.1rem, 1rem + 0.45vw, 1.4rem);
  line-height: 1.55;
}

.grx-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

/* The shared button family is night-on-light; on the night plate the pair
   flips: rose primary, cream-outline secondary. */
.grb-hero .grx-button--primary {
  border-color: var(--gr-rose);
  background: var(--gr-rose);
  color: var(--gr-night);
}

.grb-hero .grx-button--secondary {
  border-color: rgba(251, 248, 242, 0.6);
  background: transparent;
  color: var(--gr-white);
}

@media (hover: hover) {
  .grb-hero .grx-button--primary:hover {
    border-color: var(--gr-white);
    background: var(--gr-white);
    color: var(--gr-night);
  }

  .grb-hero .grx-button--secondary:hover {
    border-color: var(--gr-white);
    background: var(--gr-white);
    color: var(--gr-night);
  }
}

.grb-hero .grx-button:focus-visible {
  outline: 3px solid var(--gr-focus-on-dark);
  outline-offset: 3px;
}

/* The caveat as a sealed assurance chip on the night plate. */
.grb-hero__assure {
  display: inline-flex;
  gap: 0.9rem;
  align-items: center;
  max-width: 52ch;
  margin: 1.5rem 0 0;
  padding: 0.7rem 1.1rem 0.7rem 0.7rem;
  border: 1px solid rgba(251, 248, 242, 0.28);
  border-radius: 999px;
  background: rgba(251, 248, 242, 0.08);
  color: rgba(251, 248, 242, 0.92);
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.45;
}

.grb-seal {
  position: relative;
  display: grid;
  flex: none;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 2px solid var(--gr-rose);
  border-radius: 50%;
  background: var(--gr-white);
}

.grb-seal::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(23, 72, 60, 0.4);
  border-radius: 50%;
}

.grb-seal::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/brand/dukes-crown.png") center / 58% no-repeat;
}

.grb-hero__media {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin: 0;
}

.grb-hero__mount {
  flex: 1;
  min-height: clamp(24rem, 34vw, 32rem);
  overflow: hidden;
  border-radius: 18px;
}

.grb-hero__mount img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
}

.grb-hero__media figcaption {
  margin-top: 0.7rem;
  color: rgba(251, 248, 242, 0.66);
  font-size: 0.74rem;
  line-height: 1.45;
}

.grb-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--gr-forest-deep);
  color: var(--gr-white);
}

.grb-hero__facts p {
  display: grid;
  gap: 0.3rem;
  align-content: center;
  min-height: 7.5rem;
  margin: 0;
  padding: 1.5rem clamp(1.25rem, 2.5vw, 2.75rem);
}

.grb-hero__facts p + p {
  box-shadow: inset 1px 0 0 rgba(251, 248, 242, 0.2);
}

.grb-hero__facts strong {
  color: var(--gr-rose);
  font-family: var(--font-display);
  font-size: 1.2rem;
  line-height: 1.2;
}

.grb-hero__facts span {
  color: rgba(251, 248, 242, 0.84);
  font-size: 0.84rem;
  line-height: 1.5;
}

/* -------------------- 2 · what "guaranteed" means ------------------------ */
/* Field: cream. The numeral trio recolours through the redefined tokens:
   night / forest / rose. The rose card and the distinction plate carry
   hairlines so nothing sits borderless on a near ground. */

.page--guaranteed-rent .grx-plain {
  padding: clamp(3.25rem, 5.5vw, 5.25rem) max(1.25rem, 3vw);
  background: var(--gr-white);
}

.page--guaranteed-rent .grx-plain__inner {
  max-width: var(--gr-shell);
  margin-inline: auto;
}

.page--guaranteed-rent .grx-plain .grx-section-head {
  max-width: 860px;
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

.page--guaranteed-rent .grx-plain .grx-section-head h2 {
  margin-bottom: 0.75rem;
}

.page--guaranteed-rent .grx-plain .grx-section-head > p:last-child {
  margin: 0;
}

.page--guaranteed-rent .grx-meaning-card--sand {
  border: 1px solid var(--gr-card-line);
  color: var(--gr-night);
}

.page--guaranteed-rent .grx-meaning-card--sand > span {
  color: rgba(13, 28, 48, 0.14);
}

.page--guaranteed-rent .grx-distinction {
  grid-template-columns: minmax(11rem, 0.6fr) minmax(0, 1.6fr) auto;
  margin-top: 1.1rem;
  padding: 1.5rem clamp(1.25rem, 3vw, 2.5rem);
  border: 1px solid var(--gr-card-line);
  border-radius: 18px;
  background: var(--gr-rose-field);
}

.page--guaranteed-rent .grx-distinction a {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 1.2rem;
  border: 1.5px solid var(--gr-night);
  border-radius: 999px;
  color: var(--gr-night);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.page--guaranteed-rent .grx-distinction a span {
  transition: transform 180ms ease;
}

@media (hover: hover) {
  .page--guaranteed-rent .grx-distinction a:hover {
    border-color: var(--gr-forest);
    background: var(--gr-forest);
    color: var(--gr-white);
  }

  .page--guaranteed-rent .grx-distinction a:hover span {
    transform: translateX(3px);
  }
}

.page--guaranteed-rent .grx-distinction a:focus-visible {
  outline: 3px solid var(--gr-focus);
  outline-offset: 3px;
}

/* ============================ 3 · the route ============================== */
/* Forest plate — the hero holds night, so the two dark plates read as two
   rooms, not one box twice. */

.grb-route {
  padding: clamp(3.25rem, 5.5vw, 5.25rem) max(1.25rem, 3vw);
  background: var(--gr-beige);
}

.grb-route__plate {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  width: var(--gr-shell);
  margin-inline: auto;
  overflow: hidden;
  border-radius: clamp(1.5rem, 2.5vw, 2rem);
  background-color: var(--gr-forest);
  background-image:
    radial-gradient(circle at 100% 0%, rgba(231, 213, 217, 0.16), transparent 40%),
    linear-gradient(120deg, var(--gr-forest-deep), var(--gr-forest) 62%);
  box-shadow: 0 30px 60px -46px rgba(9, 20, 35, 0.85);
  color: var(--gr-white);
}

.grb-route__media {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin: 0;
  padding: clamp(1.25rem, 2.5vw, 2.25rem);
  padding-right: 0;
}

.grb-route__mount {
  position: relative;
  flex: 1;
  min-height: 24rem;
  overflow: hidden;
  border-radius: 18px;
}

.grb-route__mount img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 34% center;
}

.grb-route__media figcaption {
  margin-top: 0.7rem;
  color: rgba(251, 248, 242, 0.68);
  font-size: 0.74rem;
  line-height: 1.45;
}

.grb-route__copy {
  padding: clamp(2.25rem, 4vw, 4rem);
}

.grb-route__copy .grx-kicker {
  color: var(--gr-rose);
}

.grb-route__copy h2 {
  max-width: 16ch;
  margin: 0 0 1rem;
  color: var(--gr-white);
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 1.5rem + 2.3vw, 3.8rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.grb-route__intro {
  max-width: 46ch;
  margin: 0 0 1.9rem;
  color: rgba(251, 248, 242, 0.78);
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.16rem);
  line-height: 1.6;
}

.grb-route__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.grb-route__steps li {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1.5rem 1.6rem;
  border-radius: 16px;
  background: var(--gr-row-tint-deep);
  transition: background-color 200ms ease, transform 200ms ease;
}

@media (hover: hover) {
  .grb-route__steps li:hover {
    background: rgba(255, 255, 255, 0.11);
    transform: translateY(-3px);
  }
}

.grb-route__steps li > span {
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 0.95rem;
  place-items: center;
  border-radius: 50%;
  background: var(--gr-rose);
  color: var(--gr-night);
  font-size: 0.74rem;
  font-weight: 900;
}

.grb-route__steps h3 {
  margin: 0 0 0.45rem;
  color: var(--gr-white);
  font-size: clamp(1.08rem, 1rem + 0.3vw, 1.3rem);
  font-weight: 800;
  line-height: 1.3;
}

.grb-route__steps p {
  margin: 0;
  color: rgba(251, 248, 242, 0.76);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ============================ 4 · the terms ============================== */
/* Field: soft rose. Cream cards with hairlines; forest numerals; the
   before-you-sign strip is a night plate so the anchor is unmistakable. */

.grb-terms {
  padding: clamp(3.25rem, 5.5vw, 5.25rem) max(1.25rem, 3vw);
  background-color: var(--gr-rose-field);
  background-image: linear-gradient(160deg, rgba(255, 255, 255, 0.55), transparent 55%);
}

.grb-terms .grx-kicker {
  color: var(--gr-forest);
}

.grb-terms__inner {
  max-width: var(--gr-shell);
  margin-inline: auto;
}

.grb-terms__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

.grb-term {
  align-self: start;
  overflow: hidden;
  border: 1px solid var(--gr-card-line);
  border-radius: 20px;
  background: var(--gr-white);
  box-shadow: 0 24px 48px -42px rgba(13, 28, 48, 0.7);
}

.grb-term > summary {
  position: relative;
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 0.2rem 1.1rem;
  min-height: 7.25rem;
  padding: 1.35rem 4.6rem 1.35rem 1.4rem;
  align-content: center;
  cursor: pointer;
  list-style: none;
}

.grb-term > summary::-webkit-details-marker {
  display: none;
}

.grb-term > summary:focus-visible {
  outline: 3px solid var(--gr-focus);
  outline-offset: -3px;
  border-radius: 20px;
}

.grb-term > summary > span {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--gr-forest);
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 700;
}

.grb-term > summary strong {
  color: var(--gr-night);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 1.2rem + 0.45vw, 1.8rem);
  line-height: 1.2;
}

.grb-term > summary small {
  color: var(--gr-muted);
  font-size: 0.85rem;
  line-height: 1.4;
}

.grb-term > summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 50%;
  background: var(--gr-rose-field);
  color: var(--gr-night);
  font-size: 1.45rem;
  font-weight: 700;
  transform: translateY(-50%);
  transition: background-color 180ms ease, color 180ms ease;
}

.grb-term[open] > summary::after {
  content: "–";
  background: var(--gr-forest);
  color: var(--gr-white);
}

.grb-term dl {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0 1.1rem 1.2rem;
}

.grb-term dl > div {
  display: grid;
  grid-template-columns: minmax(8.5rem, 0.62fr) minmax(0, 1.38fr);
  gap: 0.9rem;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  background: var(--gr-row-tint);
}

.grb-term dt {
  color: var(--gr-night);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.45;
}

.grb-term dd {
  margin: 0;
  color: var(--gr-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.grb-terms__note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.1rem;
  align-items: center;
  max-width: var(--gr-shell);
  margin: 1.1rem auto 0;
  padding: 1.15rem clamp(1.25rem, 3vw, 2rem);
  border-radius: 16px;
  background: var(--gr-night);
}

.grb-terms__note strong {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.34rem 0.8rem;
  border-radius: 999px;
  background: var(--gr-rose);
  color: var(--gr-night);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
}

.grb-terms__note p {
  margin: 0;
  color: rgba(251, 248, 242, 0.92);
  font-size: 0.94rem;
  line-height: 1.55;
}

/* =========================== 5 · the compass ============================= */
/* Field: deeper warm beige. Cream cards, rose slots, forest cues. */

.grb-lead {
  padding: clamp(3.25rem, 5.5vw, 5.25rem) max(1.25rem, 3vw) clamp(2.5rem, 4vw, 3.5rem);
  background: var(--gr-parchment);
}

.grb-lead .grx-kicker {
  color: var(--gr-forest);
}

.grb-lead__inner {
  max-width: var(--gr-shell);
  margin-inline: auto;
}

.grb-lead__choices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.grb-lead__choice {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0.85rem;
  padding: 0.85rem 0.85rem 1.1rem;
  border: 2px solid var(--gr-card-line);
  border-radius: 18px;
  background: var(--gr-white);
  color: var(--gr-night);
  text-decoration: none;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

@media (hover: hover) {
  .grb-lead__choice:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 44px -36px rgba(13, 28, 48, 0.8);
  }

  .grb-lead__choice:hover .grb-lead__choice-cue {
    background: var(--gr-night);
    color: var(--gr-white);
  }
}

.grb-lead__choice:focus-visible {
  outline: 3px solid var(--gr-focus);
  outline-offset: 3px;
}

.grb-lead__choice.is-active {
  border-color: var(--gr-forest);
  box-shadow: 0 22px 44px -34px rgba(20, 62, 58, 0.8);
}

.grb-lead__choice-copy {
  display: grid;
  align-content: start;
  gap: 0.25rem;
  padding: 0 0.35rem;
  padding-right: 3.4rem;
}

.grb-lead__choice-title {
  color: inherit;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1.08rem + 0.35vw, 1.5rem);
  font-weight: 700;
  line-height: 1.15;
}

.grb-lead__choice-note {
  color: var(--gr-muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.grb-lead__choice-cue {
  position: absolute;
  right: 0.95rem;
  bottom: 0.95rem;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1.5px solid var(--gr-card-line);
  border-radius: 50%;
  background: var(--gr-white);
  color: var(--gr-night);
  font-size: 1.15rem;
  font-weight: 700;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.grb-lead__choice.is-active .grb-lead__choice-cue {
  border-color: var(--gr-forest);
  background: var(--gr-forest);
  color: var(--gr-white);
}

.grb-lead__results {
  position: relative;
}

.grb-lead__result {
  display: block;
  padding: clamp(1.5rem, 3vw, 2.4rem) clamp(1.5rem, 3.5vw, 2.75rem);
  border: 1px solid var(--gr-card-line);
  border-radius: 20px;
  background: var(--gr-rose-field);
}

.grb-lead__result[data-gr-lead-result="income"] {
  background: var(--gr-white);
}

.grb-lead__result h3 {
  margin: 0 0 0.6rem;
  color: var(--gr-night);
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 1.3rem + 1.1vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.grb-lead__result p {
  max-width: 68ch;
  margin: 0 0 1.25rem;
  color: var(--gr-muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

.grb-lead__result-action {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.3rem;
  border-radius: 999px;
  background: var(--gr-night);
  color: var(--gr-white);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 180ms ease;
}

.grb-lead__result-action span {
  transition: transform 180ms ease;
}

@media (hover: hover) {
  .grb-lead__result-action:hover {
    background: var(--gr-forest);
  }

  .grb-lead__result-action:hover span {
    transform: translateX(3px);
  }
}

.grb-lead__result-action:focus-visible {
  outline: 3px solid var(--gr-focus);
  outline-offset: 3px;
}

/* The third reading answers in night, so the three readings are three
   different rooms in the same house. */
.grb-lead__result[data-gr-lead-result="involvement"] {
  border-color: transparent;
  background: var(--gr-night);
}

.grb-lead__result[data-gr-lead-result="involvement"] h3 {
  color: var(--gr-white);
}

.grb-lead__result[data-gr-lead-result="involvement"] p {
  color: rgba(251, 248, 242, 0.8);
}

.grb-lead__result[data-gr-lead-result="involvement"] .grb-lead__result-action {
  background: var(--gr-rose);
  color: var(--gr-night);
}

@media (hover: hover) {
  .grb-lead__result[data-gr-lead-result="involvement"] .grb-lead__result-action:hover {
    background: var(--gr-white);
  }
}

.grb-lead__result[data-gr-lead-result="involvement"] .grb-lead__result-action:focus-visible {
  outline-color: var(--gr-focus-on-dark);
}

html[data-enhanced] .grb-lead__result:not([data-active]) {
  display: none;
}

html:not([data-enhanced]) .grb-lead__result + .grb-lead__result {
  margin-top: 0.75rem;
}

/* =========================== 6 · the weighing ============================ */

.grb-weigh {
  padding: clamp(2.5rem, 4vw, 3.5rem) max(1.25rem, 3vw) clamp(3.25rem, 5.5vw, 5.25rem);
  background: var(--gr-beige);
}

.grb-weigh__plate {
  position: relative;
  width: var(--gr-shell);
  margin-inline: auto;
  padding: clamp(2rem, 4vw, 4rem);
  overflow: hidden;
  border-radius: clamp(1.5rem, 2.5vw, 2rem);
  background-color: var(--gr-night);
  background-image:
    radial-gradient(circle at 8% 96%, rgba(23, 72, 60, 0.55), transparent 38%),
    linear-gradient(125deg, var(--gr-night-deep), var(--gr-night));
  box-shadow: 0 30px 60px -46px rgba(9, 20, 35, 0.9);
  color: var(--gr-white);
}

.grb-weigh__plate::before {
  content: "";
  position: absolute;
  top: clamp(1rem, 3vw, 2.5rem);
  right: clamp(1rem, 3vw, 2.5rem);
  width: clamp(9rem, 16vw, 15rem);
  aspect-ratio: 1;
  background: url("/assets/brand/dukes-lion-watermark-white.png") top right / contain no-repeat;
  opacity: 0.09;
  pointer-events: none;
}

.grb-weigh__plate > * {
  position: relative;
}

.grb-weigh__plate .grb-head h2 {
  color: var(--gr-white);
}

.grb-weigh__plate .grb-head > p:last-child {
  color: rgba(251, 248, 242, 0.74);
}

.grb-weigh__plate .grx-kicker {
  color: var(--gr-rose);
}

.grb-weigh__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

.grb-weigh__card {
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 20px;
}

.grb-weigh__card--consider {
  background: var(--gr-white);
  color: var(--gr-ink);
}

.grb-weigh__card--weigh {
  background: rgba(251, 248, 242, 0.08);
  box-shadow: inset 0 0 0 1px rgba(251, 248, 242, 0.16);
}

.grb-weigh__card h3 {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  margin: 0 0 1.25rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 1.15rem + 0.75vw, 2rem);
  font-weight: 700;
}

.grb-weigh__card--consider h3 {
  color: var(--gr-night);
}

.grb-weigh__card--weigh h3 {
  color: var(--gr-white);
}

.grb-weigh__card h3 span {
  display: grid;
  width: 2.3rem;
  height: 2.3rem;
  flex: none;
  place-items: center;
  border-radius: 50%;
  background: var(--gr-rose);
  color: var(--gr-night);
  font-family: var(--font-text);
  font-size: 1rem;
  font-weight: 900;
}

.grb-weigh__card ul {
  display: grid;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.grb-weigh__card li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
  min-height: 48px;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  font-size: 0.88rem;
  line-height: 1.55;
}

.grb-weigh__card--consider li {
  background: var(--gr-row-tint);
  color: var(--gr-ink);
}

.grb-weigh__card--weigh li {
  background: rgba(251, 248, 242, 0.07);
  color: rgba(251, 248, 242, 0.86);
}

.grb-weigh__card li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.5rem;
  border-radius: 50%;
}

.grb-weigh__card--consider li::before {
  background: var(--gr-forest);
}

.grb-weigh__card--weigh li::before {
  background: var(--gr-rose);
}

/* The eight-question checklist: one rose sheet spanning the plate. */
.grb-check {
  margin-top: 1.1rem;
  overflow: hidden;
  border-radius: 20px;
  background: var(--gr-rose);
  color: var(--gr-night);
}

.grb-check > summary {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
  justify-content: space-between;
  min-height: 5.25rem;
  padding: 1.2rem 4.6rem 1.2rem clamp(1.25rem, 3vw, 2.25rem);
  cursor: pointer;
  list-style: none;
}

.grb-check > summary::-webkit-details-marker {
  display: none;
}

.grb-check > summary:focus-visible {
  outline: 3px solid var(--gr-night);
  outline-offset: -3px;
  border-radius: 20px;
}

.grb-check > summary strong {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 1.1rem + 0.5vw, 1.65rem);
  line-height: 1.2;
}

.grb-check > summary > span {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.34rem 0.8rem;
  border-radius: 999px;
  background: rgba(13, 28, 48, 0.12);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.grb-check > summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 50%;
  background: rgba(251, 248, 242, 0.88);
  color: var(--gr-night);
  font-size: 1.45rem;
  font-weight: 700;
  transform: translateY(-50%);
}

.grb-check[open] > summary::after {
  content: "–";
}

.grb-check ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
  padding: 0.35rem clamp(1.25rem, 3vw, 2.25rem) 1.75rem;
  list-style: none;
  counter-reset: grb-check;
}

.grb-check ol li {
  position: relative;
  counter-increment: grb-check;
  min-height: 48px;
  padding: 0.9rem 1.1rem 0.95rem 2.9rem;
  border-radius: 12px;
  background: rgba(251, 248, 242, 0.94);
  color: var(--gr-night);
  font-size: 0.87rem;
  line-height: 1.5;
}

.grb-check ol li::before {
  content: counter(grb-check, decimal-leading-zero);
  position: absolute;
  top: 0.95rem;
  left: 1.05rem;
  color: var(--gr-forest);
  font-size: 0.72rem;
  font-weight: 900;
}

/* ============================= 7 · the close ============================= */
/* Forest close, the family's ending. Two columns so the band carries no
   dead half: copy and actions left, the what-happens-next sheet right. */

.grb-close {
  padding: clamp(3rem, 5vw, 4.5rem) max(1.25rem, 3vw) 2.25rem;
  background-color: var(--gr-forest);
  background-image: radial-gradient(circle at 82% 0%, rgba(231, 213, 217, 0.16), transparent 38%);
}

.grb-close__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
  grid-template-areas:
    "kicker path"
    "heading path"
    "lead path"
    "actions path";
  column-gap: clamp(2.5rem, 5vw, 6rem);
  align-content: center;
  max-width: var(--gr-shell);
  margin-inline: auto;
}

.grb-close .grx-kicker {
  grid-area: kicker;
  color: var(--gr-rose);
}

.grb-close h2 {
  grid-area: heading;
  max-width: 14ch;
  margin: 0 0 1rem;
  color: var(--gr-white);
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 1.65rem + 2.55vw, 4.35rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.grb-close__lead {
  grid-area: lead;
  max-width: 52ch;
  margin: 0 0 1.6rem;
  color: rgba(251, 248, 242, 0.86);
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.16rem);
  line-height: 1.65;
}

.grb-close .grx-actions {
  grid-area: actions;
  align-self: start;
  justify-content: flex-start;
}

.grb-close .grx-button--primary {
  border-color: var(--gr-rose);
  background: var(--gr-rose);
  color: var(--gr-night);
}

.grb-close .grx-button--secondary {
  border-color: rgba(251, 248, 242, 0.6);
  background: transparent;
  color: var(--gr-white);
}

@media (hover: hover) {
  .grb-close .grx-button--primary:hover {
    border-color: var(--gr-white);
    background: var(--gr-white);
    color: var(--gr-night);
  }

  .grb-close .grx-button--secondary:hover {
    border-color: var(--gr-white);
    background: var(--gr-white);
    color: var(--gr-night);
  }
}

.grb-close .grx-button:focus-visible {
  outline: 3px solid var(--gr-focus-on-dark);
  outline-offset: 3px;
}

/* The what-happens-next sheet fills the band's right half: one plate,
   three 48px rows, so the close is copy + a real object, not copy + void. */
.grb-close__path {
  grid-area: path;
  display: grid;
  gap: 0.6rem;
  align-self: center;
  margin: 0;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border: 1px solid rgba(251, 248, 242, 0.22);
  border-radius: 20px;
  background: rgba(251, 248, 242, 0.08);
  list-style: none;
}

.grb-close__path li {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  min-height: 48px;
  padding: 0.7rem 1rem;
  border-radius: 12px;
  background: rgba(251, 248, 242, 0.1);
  color: var(--gr-white);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.3;
}

.grb-close__path li > span {
  display: grid;
  flex: none;
  width: 2.1rem;
  height: 2.1rem;
  place-items: center;
  border-radius: 50%;
  background: var(--gr-rose);
  color: var(--gr-night);
  font-size: 0.72rem;
  font-weight: 900;
}

.grb-close__legal {
  max-width: var(--gr-shell);
  margin: clamp(2rem, 3.5vw, 3rem) auto 0;
  padding: 0.9rem 1.25rem;
  border-radius: 12px;
  background: rgba(9, 20, 35, 0.25);
  color: rgba(251, 248, 242, 0.82);
  font-size: 0.76rem;
  line-height: 1.55;
}

/* ------------------ 8 · the Dukes assistant, this page ------------------- */
/* Its own colour and its own band: night, not the close's forest, with a
   beige gap between them so the two dark surfaces never touch. */

.page--guaranteed-rent .reception {
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  padding-block: clamp(3.5rem, 6vw, 5.5rem);
  background-color: var(--gr-night);
  background-image: radial-gradient(circle at 88% 4%, rgba(23, 72, 60, 0.55), transparent 44%);
}

/* The shared inner carries its own 100px block padding on top of the
   section's, which stacked to ~187px of air above and below the content.
   The band keeps one set of breathing room, not two. */
.page--guaranteed-rent .reception__inner {
  padding-block: 0;
}

/* The gap itself: page ground showing between the forest close and the
   night assistant band. */
.page--guaranteed-rent .grb-close {
  margin-bottom: 0;
  padding-bottom: clamp(2.5rem, 4vw, 3.25rem);
}

.page--guaranteed-rent .reception__eyebrow {
  color: var(--gr-rose);
}

.page--guaranteed-rent .reception__inner {
  display: grid;
  max-width: var(--gr-shell);
  grid-template-columns: minmax(21rem, 0.72fr) minmax(0, 1.28fr);
  grid-template-areas:
    "intro routes"
    "contact routes";
  column-gap: clamp(2rem, 4vw, 3.5rem);
  row-gap: 1.5rem;
  align-items: start;
}

.page--guaranteed-rent .reception__intro {
  grid-area: intro;
  max-width: none;
}

.page--guaranteed-rent .reception__inner > .reception__routes:not(.reception__routes--safe) {
  grid-area: routes;
  margin: 0;
}

.page--guaranteed-rent .reception__inner > .reception__routes--safe {
  grid-area: contact;
  max-width: none;
  margin: 0;
}

.page--guaranteed-rent .reception__assure {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  width: fit-content;
  min-height: 2.5rem;
  margin: 1rem 0 0;
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(251, 248, 242, 0.3);
  border-radius: 999px;
  color: var(--gr-white);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.page--guaranteed-rent .reception__route {
  border: 0;
}

.page--guaranteed-rent .reception__route + .reception__route {
  margin-top: 0.65rem;
  border-top: 0;
}

.page--guaranteed-rent .reception__disclosure {
  overflow: hidden;
  border: 1px solid rgba(251, 248, 242, 0.16);
  border-radius: 14px;
  background: rgba(251, 248, 242, 0.07);
}

.page--guaranteed-rent .reception__disclosure[open] {
  border-color: rgba(251, 248, 242, 0.3);
  background: rgba(251, 248, 242, 0.1);
}

.page--guaranteed-rent .reception__summary {
  min-height: 48px;
  padding: 0.9rem 1.15rem;
  align-items: center;
}

.page--guaranteed-rent .reception__summary:focus-visible {
  outline: 3px solid var(--gr-focus-on-dark);
  outline-offset: -3px;
  border-radius: 14px;
}

.page--guaranteed-rent .reception__body {
  padding: 0 1.15rem 1.15rem;
}

.page--guaranteed-rent .reception__acts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.1rem;
}

.page--guaranteed-rent .reception__act {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 1.15rem;
  border: 1.5px solid rgba(251, 248, 242, 0.42);
  border-radius: 10px;
  color: var(--gr-white);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

.page--guaranteed-rent .reception__act--primary {
  border-color: var(--gr-rose);
  background: var(--gr-rose);
  color: var(--gr-night);
}

.page--guaranteed-rent .reception__act:focus-visible {
  outline: 3px solid var(--gr-focus-on-dark);
  outline-offset: 2px;
}

@media (hover: hover) {
  .page--guaranteed-rent .reception__act:hover {
    background: rgba(251, 248, 242, 0.12);
  }

  .page--guaranteed-rent .reception__act--primary:hover {
    border-color: var(--gr-white);
    background: var(--gr-white);
    color: var(--gr-night);
  }
}

.page--guaranteed-rent .reception .crail__intro {
  display: none;
}

.page--guaranteed-rent .reception .crail__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

.page--guaranteed-rent .reception .crail__item {
  position: relative;
  display: block;
}

.page--guaranteed-rent .reception .crail__item:has(.crail__link--instagram) {
  display: none;
}

.page--guaranteed-rent .reception .crail__link {
  display: grid;
  grid-template-columns: auto;
  justify-items: start;
  align-items: center;
  width: 100%;
  min-height: 64px;
  padding: 0.6rem 0.85rem;
  border: 1px solid rgba(251, 248, 242, 0.16);
  border-radius: 12px;
  background: rgba(251, 248, 242, 0.07);
}

.page--guaranteed-rent .reception .crail__fill {
  display: none;
}

.page--guaranteed-rent .reception .crail__glyph {
  width: 2.75rem;
  height: 2.75rem;
}

.page--guaranteed-rent .reception .crail__tip {
  position: absolute;
  inset: 50% 0.85rem auto auto;
  display: grid;
  gap: 0.1rem;
  opacity: 1;
  pointer-events: none;
  text-align: right;
  transform: translateY(-50%);
  visibility: visible;
}

.page--guaranteed-rent .reception .crail__tip-label {
  color: rgba(251, 248, 242, 0.64);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page--guaranteed-rent .reception .crail__tip-value {
  color: var(--gr-white);
  font-size: 0.86rem;
  font-weight: 700;
}

@media (hover: hover) {
  .page--guaranteed-rent .reception .crail__link:hover {
    border-color: rgba(251, 248, 242, 0.35);
    background: rgba(251, 248, 242, 0.12);
  }
}

.page--guaranteed-rent .reception .crail__link:focus-visible {
  outline: 3px solid var(--gr-focus-on-dark);
  outline-offset: 2px;
}

.page--guaranteed-rent .reception__follow {
  margin: 0.85rem 0 0;
}

.page--guaranteed-rent .reception__follow a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  color: rgba(251, 248, 242, 0.74);
  font-size: 0.84rem;
  font-weight: 700;
  text-underline-offset: 0.25em;
}

@media (hover: hover) {
  .page--guaranteed-rent .reception__follow a:hover {
    color: var(--gr-white);
  }
}

/* ------------------------------ responsive ------------------------------- */

@media (max-width: 70em) {
  .grb-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .grb-route__plate {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  }
}

@media (max-width: 58em) {
  .grb-hero__grid {
    grid-template-columns: 1fr;
    padding: clamp(1.25rem, 3vw, 2rem);
  }

  .grb-hero__copy {
    padding: 0.5rem 0.25rem 0;
  }

  .grb-hero h1 {
    max-width: 10ch;
  }

  .grb-hero__mount {
    min-height: 0;
    aspect-ratio: 16 / 11;
  }

  .grb-hero__mount img {
    object-position: 58% center;
  }

  .grb-route__plate {
    grid-template-columns: 1fr;
  }

  .grb-route__media {
    padding: clamp(1rem, 2.5vw, 2rem);
    padding-bottom: 0;
  }

  .grb-route__mount {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .grb-route__mount img {
    object-position: 46% center;
  }

  .grb-lead__choices {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .grb-lead__choice {
    grid-template-columns: minmax(120px, 148px) 1fr;
    grid-template-rows: none;
    align-items: center;
  }

  .grb-lead__choice .grb-slot {
    height: 100%;
    min-height: 7rem;
    aspect-ratio: auto;
  }

  .grb-lead__choice .grb-slot__ratio {
    display: none;
  }

  .grb-lead__choice-copy {
    padding-right: 3.2rem;
  }

  .grb-weigh__columns {
    grid-template-columns: 1fr;
  }

  .grb-close__inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "kicker"
      "heading"
      "lead"
      "actions"
      "path";
    row-gap: 1.5rem;
  }

  .grb-close .grx-actions {
    margin-bottom: 0;
  }

  .page--guaranteed-rent .reception__inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "routes"
      "contact";
  }
}

@media (max-width: 46em) {
  .grb-hero__facts {
    grid-template-columns: 1fr;
  }

  .grb-hero__facts p {
    min-height: 0;
    padding-block: 1.2rem;
  }

  .grb-hero__facts p + p {
    box-shadow: inset 0 1px 0 rgba(251, 248, 242, 0.2);
  }

  .grb-hero__assure {
    border-radius: 20px;
  }

  .grb-route__steps {
    grid-template-columns: 1fr;
  }

  .grb-terms__grid {
    grid-template-columns: 1fr;
  }

  .grb-term > summary {
    grid-template-columns: 2.3rem 1fr;
    min-height: 6.5rem;
    padding-right: 4.4rem;
    padding-left: 1rem;
  }

  .grb-term dl > div {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }

  .grb-terms__note {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    justify-items: start;
  }

  .grb-check ol {
    grid-template-columns: 1fr;
  }

  .page--guaranteed-rent .grx-distinction {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

@media (max-width: 34em) {
  .grx-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .grx-actions .grx-button {
    width: 100%;
  }

  .grb-hero {
    padding-inline: 0.75rem;
  }

  .grb-hero__plate {
    border-radius: 20px;
  }

  .grb-route__copy,
  .grb-weigh__plate {
    padding-inline: 1.15rem;
  }

  .grb-lead__choice {
    grid-template-columns: minmax(96px, 118px) 1fr;
    padding: 0.65rem;
  }

  .grb-slot__chip {
    font-size: 0.6rem;
  }

  .grb-close__path li {
    width: 100%;
  }
}

/* ------------------------------- motion ---------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .grb-route__steps li,
  .grb-lead__choice,
  .grb-lead__choice-cue,
  .grb-lead__result-action span,
  .grb-term > summary::after,
  .page--guaranteed-rent .grx-distinction a,
  .page--guaranteed-rent .grx-distinction a span,
  .page--guaranteed-rent .grb-nav > summary::after,
  [data-grb-reveal] {
    transition: none;
  }

  .grb-route__steps li:hover,
  .grb-lead__choice:hover {
    transform: none;
  }
}

html[data-motion="static"] .grb-route__steps li,
html[data-motion="static"] .grb-lead__choice,
html[data-motion="static"] .grb-lead__choice-cue,
html[data-motion="static"] .grb-lead__result-action span,
html[data-motion="static"] .page--guaranteed-rent .grx-distinction a,
html[data-motion="static"] [data-grb-reveal] {
  transition: none;
}

html[data-motion="static"] .grb-route__steps li:hover,
html[data-motion="static"] .grb-lead__choice:hover {
  transform: none;
}

/* -------------------------------- print ---------------------------------- */

@media print {
  .grb-hero__plate,
  .grb-route__plate,
  .grb-weigh__plate {
    box-shadow: none;
  }

  .page--guaranteed-rent .grb-nav {
    display: none;
  }

  .grb-lead__choices {
    display: none;
  }

  html[data-enhanced] .grb-lead__result:not([data-active]) {
    display: block;
  }

  .grb-lead__result + .grb-lead__result {
    margin-top: 0.75rem;
  }
}

/* --------------------------------------------------------------------------
   Filled lead slot. Aarav's photography replaces the crown plate: no tint,
   no crown, no label chip. The choice title and note beneath still name the
   reading, so nothing is lost by dropping the chip.
   -------------------------------------------------------------------------- */
.page--guaranteed-rent .grb-slot--filled {
  background: rgba(28, 33, 31, 0.06);
}

.page--guaranteed-rent .grb-slot--filled::before,
.page--guaranteed-rent .grb-slot--filled::after { content: none; }

.page--guaranteed-rent .grb-slot--filled > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --------------------------------------------------------------------------
   v4 (20 Aug) — the homepage's directional wipe lands on this page's
   buttons. Same recipe as .hxo2__route in home-hero-2026.css: a ::before
   fill clipped to circle(0%) at the edge the pointer crossed (--wx/--wy set
   by guaranteed-rent.mjs), expanding to circle(150%) on hover. Without JS
   the custom properties default to 50%/50%, so the fill still blooms from
   the centre — the enhancement degrades, never breaks.

   The old flat background swaps from dukes.css are neutralised inside the
   hover media block so the wipe owns the colour change there; touch devices
   keep the plain swap. Each variant declares its fill via --grx-wipe.
   -------------------------------------------------------------------------- */
.page--guaranteed-rent .grx-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition:
    color 220ms ease,
    border-color 260ms ease,
    transform 200ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms ease;
}

.page--guaranteed-rent .grx-button::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: inherit;
  background: var(--grx-wipe, var(--gr-forest));
  clip-path: circle(0% at var(--wx, 50%) var(--wy, 50%));
  transition: clip-path 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* Pressed. The lift belongs to hover; the press belongs to everyone. */
.page--guaranteed-rent .grx-button:active {
  transform: translateY(1px);
  box-shadow: none;
}

@media (hover: hover) and (pointer: fine) {
  .page--guaranteed-rent .grx-button:hover::before {
    clip-path: circle(150% at var(--wx, 50%) var(--wy, 50%));
  }

  .page--guaranteed-rent .grx-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px -12px rgba(13, 28, 48, 0.45);
  }

  .page--guaranteed-rent .grx-button:active {
    transform: translateY(1px);
    box-shadow: none;
  }

  /* Primary on light plates: rests navy, the forest fill sweeps in.
     Text stays white throughout — no contrast blip mid-wipe. */
  .page--guaranteed-rent .grx-button--primary {
    --grx-wipe: var(--gr-forest);
  }
  .page--guaranteed-rent .grx-button--primary:hover {
    background: var(--gr-navy);
    border-color: var(--gr-forest);
  }

  /* Secondary on light plates: the premium white sweeps in under the
     navy text; border and text settle into forest. */
  .page--guaranteed-rent .grx-button--secondary {
    --grx-wipe: var(--gr-white);
  }
  .page--guaranteed-rent .grx-button--secondary:hover {
    background: transparent;
    border-color: var(--gr-forest);
    color: var(--gr-forest);
  }
  .page--guaranteed-rent .grx-next .grx-button--secondary:hover {
    background: rgba(255, 255, 255, 0.32);
  }

  /* Dark plates (hero + close): primary rests rose, white sweeps in;
     night text holds on both. Secondary is outline-on-dark, so the white
     fill carries the text from cream to night. */
  .page--guaranteed-rent .grb-hero .grx-button--primary,
  .page--guaranteed-rent .grb-close .grx-button--primary {
    --grx-wipe: var(--gr-white);
  }
  .page--guaranteed-rent .grb-hero .grx-button--primary:hover,
  .page--guaranteed-rent .grb-close .grx-button--primary:hover {
    background: var(--gr-rose);
    border-color: var(--gr-white);
    color: var(--gr-night);
  }

  .page--guaranteed-rent .grb-hero .grx-button--secondary,
  .page--guaranteed-rent .grb-close .grx-button--secondary {
    --grx-wipe: var(--gr-white);
  }
  .page--guaranteed-rent .grb-hero .grx-button--secondary:hover,
  .page--guaranteed-rent .grb-close .grx-button--secondary:hover {
    background: transparent;
    border-color: var(--gr-white);
    color: var(--gr-night);
  }

  /* Hover shadow reads against the dark plates too, just deeper. */
  .page--guaranteed-rent .grb-hero .grx-button:hover,
  .page--guaranteed-rent .grb-close .grx-button:hover {
    box-shadow: 0 12px 26px -12px rgba(9, 20, 35, 0.7);
  }
}

/* Reduced motion: the site kill-switch already collapses durations; this
   makes the intent explicit — the fill appears, nothing travels. */
@media (prefers-reduced-motion: reduce) {
  .page--guaranteed-rent .grx-button,
  .page--guaranteed-rent .grx-button::before {
    transition: none;
  }
  .page--guaranteed-rent .grx-button:hover {
    transform: none;
  }
}


/* ====================================================================
   GATE 1 - 20 Aug 2026. Compared against the approved homepage by the
   review agent; these are the accepted findings, applied as one layer.
   1 width ladder (no two neighbouring bands share an inner width)
   2 island grammar for the terms and lead bands
   3 reading text lifted to the 14px floor
   4 hero rating lockup + proof band (named person, review, protections)
   5 brand-colour wipes on the dark contact rail
   6 swollen corners, staggered reveals, radii on family
   ==================================================================== */

/* -- 1. the width ladder: hero 1640 / plain 1200 / route 1640 /
      terms 1240 / lead 1400 / weigh 1520 / proof 1300 / close 1640 -- */
.page--guaranteed-rent .grx-plain__inner { max-width: min(90vw, 1200px); }
.grb-terms__inner { max-width: min(92vw, 1240px); }
.grb-lead__inner { max-width: min(93vw, 1400px); }
.grb-weigh__plate { width: min(94vw, 1520px); }

/* -- 2. islands: the rose terms band and parchment lead band float on
      the page ground instead of painting edge to edge -- */
.page--guaranteed-rent main { background: var(--gr-beige); }
.grb-terms,
.grb-lead {
  max-width: min(96vw, 1560px);
  margin-inline: auto;
  border-radius: 30px;
  border: 1px solid rgba(13, 28, 48, 0.1);
  box-shadow: 0 30px 70px -50px rgba(13, 28, 48, 0.4);
}
.grb-terms { margin-block: clamp(2rem, 4vw, 3.25rem); }
.grb-lead { margin-block: 0 clamp(2rem, 4vw, 3.25rem); }

/* -- 3. the 14px floor on reading copy -- */
.grb-term dt { font-size: 0.9rem; }
.grb-term dd { font-size: 0.875rem; }
.grb-check ol li { font-size: 0.9rem; }
.grb-lead__choice-note { font-size: 0.875rem; }
.grb-hero__facts span { font-size: 0.875rem; }
.grb-hero__assure span:last-child { font-size: 0.875rem; }

/* -- 4a. the hero rating lockup: one composed plate, like the homepage -- */
.grb-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.1rem;
  padding: 0.55rem 0.95rem;
  border-radius: 14px;
  background: var(--gr-white);
  border: 1px solid rgba(13, 28, 48, 0.14);
  box-shadow: 0 14px 30px -22px rgba(13, 28, 48, 0.5);
  color: var(--gr-night);
  text-decoration: none;
  width: fit-content;
}
.grb-rating__g { width: 20px; height: 20px; flex: none; }
.grb-rating strong { font-size: 1rem; font-weight: 800; }
.grb-rating__stars { color: #d8a13a; letter-spacing: 0.08em; font-size: 0.9rem; }
.grb-rating__count { font-size: 0.875rem; color: var(--gr-muted); }
@media (hover: hover) and (pointer: fine) {
  .grb-rating:hover { border-color: var(--gr-forest); transform: translateY(-2px); }
  .grb-rating { transition: transform 200ms ease, border-color 200ms ease; }
}

/* -- 4b. the proof band -- */
.grb-proof { padding: 0 max(1.25rem, 3vw) clamp(2rem, 4vw, 3.25rem); }
.grb-proof__plate {
  max-width: min(88vw, 1300px);
  margin-inline: auto;
  padding: clamp(1.75rem, 3.2vw, 2.9rem);
  border-radius: 30px 30px 30px 88px;
  background: var(--gr-white);
  border: 1px solid rgba(13, 28, 48, 0.12);
  box-shadow: 0 30px 70px -50px rgba(13, 28, 48, 0.45);
}
.grb-proof .grb-head { margin-bottom: clamp(1.1rem, 2vw, 1.75rem); }
.grb-proof__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr) minmax(0, 0.8fr);
  gap: clamp(1.25rem, 2.6vw, 2.25rem);
  align-items: start;
}
.grb-proof__name { font-size: 1.35rem; font-weight: 800; color: var(--gr-night); margin: 0 0 0.5rem; }
.grb-proof__who p { font-size: 0.95rem; }
.grb-proof__who .grx-button { margin-top: 0.9rem; }
.grb-proof__review {
  margin: 0;
  padding: 1.2rem 1.35rem 1.1rem;
  border-radius: 22px;
  background: var(--gr-rose);
  border: 1px solid rgba(13, 28, 48, 0.1);
}
.grb-proof__stars { color: #b8860b; letter-spacing: 0.1em; }
.grb-proof__review blockquote { margin: 0.4rem 0 0.7rem; }
.grb-proof__review blockquote p { margin: 0; font-size: 1.02rem; line-height: 1.6; color: var(--gr-night); }
.grb-proof__review figcaption { font-size: 0.875rem; color: var(--gr-muted); }
.grb-proof__review figcaption a { color: var(--gr-forest); font-weight: 700; }
.grb-proof__certs { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.7rem; }
.grb-proof__certs a {
  display: grid;
  gap: 0.2rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(13, 28, 48, 0.14);
  background: var(--gr-beige);
  color: var(--gr-night);
  text-decoration: none;
  transition: border-color 200ms ease, transform 200ms ease;
}
.grb-proof__certs strong { font-size: 0.95rem; }
.grb-proof__certs span { font-size: 0.875rem; color: var(--gr-muted); }
@media (hover: hover) and (pointer: fine) {
  .grb-proof__certs a:hover { border-color: var(--gr-forest); transform: translateY(-2px); }
}
@media (max-width: 900px) {
  .grb-proof__grid { grid-template-columns: 1fr; }
  .grb-proof__plate { border-radius: 22px; }
}

/* -- 4c. the comparison ledger in the distinction aside -- */
.grx-compare { margin: 1rem 0 1.1rem; display: grid; gap: 0; }
.grx-compare__row {
  display: grid;
  grid-template-columns: minmax(10rem, 0.7fr) minmax(0, 1.6fr);
  gap: 0.5rem 1.25rem;
  padding: 0.75rem 0;
  border-top: 1px solid rgba(13, 28, 48, 0.12);
}
.grx-compare__row:last-child { border-bottom: 1px solid rgba(13, 28, 48, 0.12); }
.grx-compare dt { font-size: 0.9rem; font-weight: 800; color: var(--gr-night); }
.grx-compare dd { margin: 0; font-size: 0.875rem; line-height: 1.55; color: var(--gr-muted); }
.grx-compare dd strong { color: var(--gr-forest); font-weight: 750; }
@media (max-width: 700px) {
  .grx-compare__row { grid-template-columns: 1fr; }
}

/* -- 5. brand wipes on the dark contact rail (page scope; the footer
      rail is the footer's and never changes) -- */
.page--guaranteed-rent .crail--dark .crail__fill {
  display: block;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
}
.page--guaranteed-rent .crail--dark .crail__link { position: relative; overflow: hidden; }
.page--guaranteed-rent .crail--dark .crail__link > :not(.crail__fill) { position: relative; z-index: 1; }
.page--guaranteed-rent .crail--dark .crail__link--phone .crail__fill { background: #171a20; }
.page--guaranteed-rent .crail--dark .crail__link--whatsapp .crail__fill { background: #075e54; }
.page--guaranteed-rent .crail--dark .crail__link--email .crail__fill { background: #0d1d31; }
.page--guaranteed-rent .crail--dark .crail__link--instagram .crail__fill {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
@media (hover: hover) and (pointer: fine) {
  .page--guaranteed-rent .crail--dark .crail__link:hover { background: transparent; }
  .page--guaranteed-rent .crail--dark .crail__link:hover .crail__fill { transform: scaleX(1); }
  .page--guaranteed-rent .crail--dark .crail__link:hover .crail__icon,
  .page--guaranteed-rent .crail--dark .crail__link:hover .crail__tip-label,
  .page--guaranteed-rent .crail--dark .crail__link:hover .crail__tip-value { color: #fbf8f2; }
}

/* -- 6a. swollen corners: one each on the hero and weigh plates -- */
.grb-hero__plate { border-radius: 30px 30px 88px 30px; }
.grb-weigh__plate { border-radius: 30px 30px 30px 88px; }

/* -- 6b. staggered child reveals (reduced-motion keeps the bypass) -- */
.grb-terms__grid .grb-term:nth-of-type(2) { transition-delay: 60ms; }
.grb-terms__grid .grb-term:nth-of-type(3) { transition-delay: 120ms; }
.grb-terms__grid .grb-term:nth-of-type(4) { transition-delay: 180ms; }
.grb-lead__choices .grb-lead__choice:nth-child(2) { transition-delay: 60ms; }
.grb-lead__choices .grb-lead__choice:nth-child(3) { transition-delay: 120ms; }
@media (prefers-reduced-motion: reduce) {
  .grb-terms__grid .grb-term,
  .grb-lead__choices .grb-lead__choice { transition-delay: 0ms; }
}

/* -- 6c. radii on family: cards 22 -- */
.grb-term { border-radius: 22px; }
.grb-weigh__card { border-radius: 22px; }

/* -- close-band slot: a labelled crown plate awaiting Aarav's art -- */
.grb-close__slot {
  max-width: 520px;
  margin: clamp(1.75rem, 3.5vw, 2.75rem) auto 0;
}


/* ====================================================================
   GATE 2 - 20 Aug 2026. Compared against /sales/sellers-guide/ (the
   design authority). Accepted findings, one layer:
   1 display type at weight 400, capped a step down
   2 distinction aside grid rebuilt (the ledger broke the anchor pill)
   3 phone tip re-anchored right (dukes.css first-child override)
   4 mobile: the page-nav pill goes into flow below 58em
   5 the testimony becomes a pull-quote with avatar + quote device
   6 the close slot lives in the close grid
   7 a notes strip replaces the 12px legal line
   8 the proof head goes left-aligned; spacing rhythm gets one change
   ==================================================================== */

/* -- 1. display voice: 400, one step down, calmer tracking -- */
.grb-hero h1 {
  font-weight: 400;
  font-size: clamp(2.9rem, 2rem + 2.6vw, 4.75rem);
  letter-spacing: -0.035em;
}
.grb-head h2,
.grb-route__copy h2,
.page--guaranteed-rent .grx-section-head h2,
.grb-close h2 {
  font-weight: 400;
  font-size: clamp(2.1rem, 1.5rem + 2vw, 3.75rem);
}
.grb-lead__result h3,
.grb-weigh__card h3,
.grb-term > summary strong,
.grb-lead__choice-title,
.grb-proof__name {
  font-weight: 400;
}

/* -- 2. the distinction aside: ledger spans, anchor sits under -- */
.page--guaranteed-rent .grx-distinction {
  display: grid;
  grid-template-columns: minmax(11rem, 0.6fr) minmax(0, 1.6fr);
  gap: 0.6rem 1.5rem;
  align-items: start;
}
.page--guaranteed-rent .grx-distinction .grx-compare { grid-column: 1 / -1; margin: 0.6rem 0 0.9rem; }
.page--guaranteed-rent .grx-distinction > a {
  grid-column: 1 / -1;
  justify-self: start;
  width: max-content;
}
@media (max-width: 46em) {
  .page--guaranteed-rent .grx-distinction { grid-template-columns: 1fr; }
}

/* -- 3. the phone tip anchors right like its siblings -- */
.page--guaranteed-rent .reception .crail__item:first-child .crail__tip {
  left: auto;
  right: 0.85rem;
}

/* -- 4. mobile: the page-nav pill joins the flow -- */
@media (max-width: 58em) {
  .page--guaranteed-rent .grb-nav {
    position: static;
    height: auto;
    width: calc(100% - 2rem);
    max-width: none;
    margin: 0.75rem auto;
  }
}

/* -- 5. the testimony as a pull-quote -- */
.grb-proof__review { position: relative; padding-top: 2.4rem; }
.grb-proof__review::before {
  content: "\201C";
  position: absolute;
  top: 0.15rem;
  left: 1.1rem;
  font-family: "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 4.2rem;
  line-height: 1;
  color: var(--gr-forest);
  opacity: 0.55;
}
.grb-proof__review blockquote p {
  font-family: "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(1.15rem, 1.9vw, 1.6rem);
  line-height: 1.5;
  max-width: 30ch;
}
.grb-proof__review figcaption { display: flex; align-items: center; gap: 0.55rem; flex-wrap: wrap; }
.grb-proof__avatar {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--gr-forest);
  color: var(--gr-white);
  font-weight: 800;
  font-size: 0.95rem;
  flex: none;
}

/* -- 6. the close slot in the grid (desktop); in flow on mobile -- */
@media (min-width: 58.01em) {
  .grb-close__inner {
    grid-template-areas:
      "kicker path"
      "heading path"
      "lead path"
      "actions path"
      "slot path";
  }
  .grb-close__slot {
    grid-area: slot;
    max-width: 440px;
    margin: clamp(1.5rem, 2.5vw, 2.25rem) 0 0;
  }
}
@media (max-width: 58em) {
  .grb-close__slot { max-width: 440px; margin: 1.5rem auto 0; }
}

/* -- 7. the notes strip -- */
.grb-notes {
  padding: clamp(1.75rem, 3vw, 2.75rem) max(1.25rem, 3vw) clamp(2.5rem, 4.5vw, 4rem);
  background: var(--gr-beige);
}
.grb-notes__inner {
  max-width: min(88vw, 1100px);
  margin-inline: auto;
  display: grid;
  gap: 0.8rem;
}
.grb-notes__disclaimer { margin: 0; font-size: 0.9rem; line-height: 1.6; color: var(--gr-muted); }
.grb-notes__disclaimer strong { color: var(--gr-night); }
.grb-notes__sources {
  border: 1px solid rgba(13, 28, 48, 0.14);
  border-radius: 14px;
  background: var(--gr-white);
  padding: 0.7rem 1rem;
}
.grb-notes__sources summary { cursor: pointer; font-size: 0.9rem; font-weight: 750; color: var(--gr-night); }
.grb-notes__sources ul { margin: 0.6rem 0 0.2rem; padding-left: 1.1rem; display: grid; gap: 0.35rem; }
.grb-notes__sources li { font-size: 0.875rem; }
.grb-notes__sources a { color: var(--gr-forest); font-weight: 700; }
.grb-notes__reviewed { margin: 0; font-size: 0.875rem; color: var(--gr-muted); }

/* -- 8. rhythm: proof head left, one spacing change at the seam -- */
.grb-proof .grb-head { text-align: left; margin-inline: 0; max-width: 640px; }
.grb-proof { padding-bottom: clamp(3.5rem, 6vw, 6rem); }
.page--guaranteed-rent .grx-plain { padding-bottom: clamp(2.25rem, 4vw, 3.5rem); }


/* ====================================================================
   GATE 3 - 20 Aug 2026. Compared against /sales/selling-process/ (the
   process/interaction authority). Four accepted findings:
   1 hero rating gets the on-dark focus ring
   2 disclosure summaries get hover feedback on their discs
   3 the checklist chip word-swaps to "Close checklist" while open
   4 the sources summary drops the browser triangle for the house +/-
   ==================================================================== */

/* -- 1 -- */
.grb-rating:focus-visible {
  outline: 3px solid var(--gr-focus-on-dark);
  outline-offset: 3px;
}

/* -- 2 -- */
@media (hover: hover) and (pointer: fine) {
  .grb-term > summary:hover::after {
    background: var(--gr-forest);
    color: var(--gr-white);
  }
  .grb-check > summary:hover::after {
    background: var(--gr-night);
    color: var(--gr-white);
  }
}

/* -- 3 -- */
.grb-check > summary .grb-check__close { display: none; }
.grb-check[open] > summary .grb-check__open { display: none; }
.grb-check[open] > summary .grb-check__close { display: flex; }

/* -- 4 -- */
.grb-notes__sources summary { list-style: none; position: relative; padding-right: 2rem; }
.grb-notes__sources summary::-webkit-details-marker { display: none; }
.grb-notes__sources summary::after {
  content: "+";
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  border: 1px solid rgba(13, 28, 48, 0.25);
  color: var(--gr-night);
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease;
}
.grb-notes__sources[open] summary::after { content: "−"; }
@media (hover: hover) and (pointer: fine) {
  .grb-notes__sources summary:hover::after { background: var(--gr-night); color: var(--gr-white); }
}


/* ====================================================================
   GATE 4 - 20 Aug 2026. Compared against /sales/valuation/ (the
   conversion authority). Three accepted findings:
   1 the hero ask gets a phone escape hatch + a risk-reducer line
   2 the eight-questions checklist gains its obvious next move
   (plus the proof-copy direction fix, in the HTML)
   ==================================================================== */

.grx-text-action {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 0.35rem;
  color: var(--gr-white);
  font-weight: 750;
  font-size: 0.95rem;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.grb-hero .grx-text-action:focus-visible {
  outline: 3px solid var(--gr-focus-on-dark);
  outline-offset: 3px;
}
@media (hover: hover) and (pointer: fine) {
  .grx-text-action:hover { text-decoration-thickness: 3px; }
}
.grb-hero__norisk {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  color: rgba(251, 248, 242, 0.75);
}
.grb-check__ask { margin: 1rem 0 0.25rem; }


/* ====================================================================
   FINAL APPROVAL - 20 Aug 2026. Two must-fixes + tap-height courtesy.
   ==================================================================== */

/* print: revealed-on-scroll plates must never print blank */
@media print {
  [data-grb-armed]:not(.is-in) { opacity: 1 !important; transform: none !important; }
  [data-grb-reveal] { transition: none !important; }
}

/* page-owned inline links reach a comfortable tap height */
.grb-proof__review figcaption a,
.grb-notes__sources a {
  display: inline-block;
  padding-block: 0.45rem;
  margin-block: -0.3rem;
}


/* ====================================================================
   ISLAND PASS (v5) - 20 Aug 2026, Aarav's new-layout brief.

   The page joins the site's floating-island grammar (the signature the
   homepage, seller's guide, selling-process, valuation and about pages
   share): every chapter is a bounded island on the cool #d9e5e5 ground,
   the ground shows between chapters, no band paints edge to edge except
   the closing assistant anchor. Palette is unchanged - his beige family
   stays; this pass is grammar, not colours.

   Width ladder (no two neighbours share a width):
   hero 1640 / meaning 1360 / route 1560 / terms 1280 / lead 1460 /
   weigh 1520 / proof 1300 / close 1600 / notes 1100.

   New media: the terms band becomes a split with a sticky 4:5 proposal
   slot; the proof band gains a 4:5 Amrit slot. Both are labelled crown
   plates awaiting Aarav's art. All existing photography is kept.
   ==================================================================== */

.page--guaranteed-rent {
  /* The site's island ground - cool against the warm island family. */
  --gr-ground: #d9e5e5;
  /* One vertical rhythm between islands; margins collapse to this. */
  --gr-gap: clamp(2.5rem, 4vw, 4rem);
  background: var(--gr-ground);
}

.page--guaranteed-rent main {
  background: var(--gr-ground);
}

/* dukes.css paints this strip with --gr-paper; on the ground it read as
   a stray beige band above the hero. */
.page--guaranteed-rent .crumbs {
  background: transparent;
}

/* -- bands go transparent: the plates are the islands ------------------- */

.grb-hero {
  margin-bottom: var(--gr-gap);
  padding: clamp(0.75rem, 1.5vw, 1.25rem) max(1.25rem, 3vw) 0;
  background: transparent;
}

.grb-route,
.grb-weigh {
  margin-block: var(--gr-gap);
  padding: 0 max(1.25rem, 3vw);
  background: transparent;
}

.grb-route__plate {
  /* 94vw, not 92vw: at laptop widths 92vw computed equal to the meaning
     island next door, and neighbours must never share a width */
  width: min(94vw, 1560px);
  border: 1px solid rgba(9, 20, 35, 0.2);
  /* the radius family is 30/22/14; the old clamp computed 32 at laptop widths */
  border-radius: 30px;
}

.grb-hero__plate,
.grb-weigh__plate {
  border: 1px solid rgba(9, 20, 35, 0.2);
}

/* -- the meaning chapter becomes its own island -------------------------- */

.page--guaranteed-rent .grx-plain {
  max-width: min(92vw, 1360px);
  margin: var(--gr-gap) auto;
  padding: clamp(2.5rem, 4vw, 3.75rem) clamp(1.25rem, 2.75vw, 3rem);
  border: 1px solid rgba(13, 28, 48, 0.12);
  border-radius: 30px;
  background: var(--gr-white);
  box-shadow: 0 30px 70px -50px rgba(13, 28, 48, 0.4);
}

.page--guaranteed-rent .grx-plain__inner {
  max-width: none;
}

/* -- terms and lead: re-seated on the new ladder ------------------------- */

.grb-terms {
  max-width: min(90vw, 1280px);
  margin-block: var(--gr-gap);
  /* the rose field is luminance-identical to the cool ground (delta 0.004):
     separation here is hue + hairline, so the hairline pulls real weight */
  border-color: rgba(13, 28, 48, 0.18);
}

.grb-terms__inner {
  max-width: none;
}

.grb-lead {
  max-width: min(93vw, 1460px);
  margin-block: var(--gr-gap);
  border-color: rgba(13, 28, 48, 0.16);
}

.grb-lead__inner {
  max-width: none;
}

/* -- the terms split: accordions left, the proposal slot rides sticky ---- */

.grb-terms__split {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: clamp(1.25rem, 2.4vw, 2rem);
  align-items: start;
}

.grb-terms__split .grb-terms__grid {
  grid-template-columns: 1fr;
  gap: 0.9rem;
}

.grb-terms__aside {
  position: sticky;
  top: calc(var(--gr-nav-seam, var(--head-h, 79px)) + 5.25rem);
  display: grid;
  gap: 0.8rem;
}

.grb-terms__aside-note {
  margin: 0;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(13, 28, 48, 0.12);
  border-radius: 14px;
  background: var(--gr-white);
  color: var(--gr-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.grb-terms__aside-note strong {
  color: var(--gr-night);
}

/* -- portrait crown slots ------------------------------------------------ */

.grb-slot--portrait {
  aspect-ratio: 4 / 5;
}

.grb-proof__portrait {
  max-width: 320px;
  margin: 0 0 1.1rem;
}

/* -- proof band: normalised rhythm on the ground ------------------------- */

.grb-proof {
  margin-block: var(--gr-gap);
  padding: 0 max(1.25rem, 3vw);
}

/* -- the close becomes an island, not a full-bleed band ------------------ */

.page--guaranteed-rent .grb-close {
  max-width: min(94vw, 1600px);
  margin: var(--gr-gap) auto 0;
  padding: clamp(2.75rem, 4.5vw, 4.25rem) clamp(1.5rem, 3.5vw, 3.75rem);
  border: 1px solid rgba(9, 20, 35, 0.2);
  border-radius: 30px;
  box-shadow: 0 30px 70px -50px rgba(9, 20, 35, 0.7);
}

.grb-close__inner {
  max-width: none;
}

/* -- notes: a quiet strip on the ground itself --------------------------- */

.grb-notes {
  background: transparent;
}

/* -- lockup heads: paired lions flank the two centred island headings ---- */

@media (min-width: 62em) {
  .grb-terms .grb-head,
  .grb-lead .grb-head {
    position: relative;
    padding-inline: clamp(6rem, 9vw, 9rem);
  }

  .grb-terms .grb-head::before,
  .grb-terms .grb-head::after,
  .grb-lead .grb-head::before,
  .grb-lead .grb-head::after {
    content: "";
    position: absolute;
    top: 50%;
    width: clamp(4.25rem, 6vw, 6.5rem);
    aspect-ratio: 529 / 793;
    background: url("/assets/brand/dukes-lion-watermark-white.png") center / contain no-repeat;
    filter: brightness(0);
    opacity: 0.07;
    transform: translateY(-50%);
    pointer-events: none;
  }

  .grb-terms .grb-head::before,
  .grb-lead .grb-head::before {
    left: 0.5rem;
  }

  .grb-terms .grb-head::after,
  .grb-lead .grb-head::after {
    right: 0.5rem;
    transform: translateY(-50%) scaleX(-1);
  }
}

/* -- responsive ---------------------------------------------------------- */

@media (max-width: 61.99em) {
  .grb-terms__split {
    grid-template-columns: 1fr;
  }

  .grb-terms__aside {
    position: static;
    max-width: 460px;
  }
}

@media (max-width: 34em) {
  .grb-proof__portrait {
    max-width: 260px;
  }
}

/* -- print: islands flatten cleanly -------------------------------------- */

@media print {
  .page--guaranteed-rent,
  .page--guaranteed-rent main {
    background: #fff;
  }

  .page--guaranteed-rent .grx-plain,
  .page--guaranteed-rent .grb-close {
    box-shadow: none;
  }
}


/* ====================================================================
   v6 - 20 Aug 2026. Aarav's verdict on v5: "change up the colours,
   the layout needs fixing, take the inspiration from the other pages,
   go a step further."

   RECOLOUR (the re-colour licence): the dusty rose family is out. The
   page becomes the ledger palette - racing green leads (no other page
   is green-led), brass is the accent with one job (actions, numerals,
   the signature), ink navy is the supporting dark, and the fields are
   warm papers (stone / flax) so the warm-on-cool island signature
   holds. Implemented by REDEFINING the v3 tokens, so the whole sheet
   recolours through the cascade.

   COMPOSITION: the terms slot centres in its column (his note: "make
   the image sit in the middle right"); the proof band drops the two
   bare protection stubs for the homepage's real certificate cards
   (scheme logo, membership ledger, preview wired to the shared cert
   lightbox); the assistant contact rail groups icon + label together
   instead of pinning them to opposite edges.

   A STEP FURTHER (this page's own devices): the brass signature stroke
   that draws itself under the hero's "explained clearly"; accordion
   bodies that glide open (interpolate-size, progressive enhancement);
   a counter-signature ghost lion bleeding off the close island.
   ==================================================================== */

.page--guaranteed-rent {
  /* The ledger palette. Jobs in comments - nothing is tinted at random. */
  --gr-night: #123c30;          /* racing green - the lead dark: hero, weigh, close */
  --gr-night-deep: #0b2a21;     /* gradient depth on green plates */
  --gr-forest: #175243;         /* kickers, numerals, links, selected states on light */
  --gr-forest-deep: #0f2233;    /* ink navy - the supporting dark: hero facts, route, note strips */
  --gr-rose: #d9b878;           /* brass - the accent: buttons on dark, discs, seal, signature */
  --gr-rose-field: #eee3d4;     /* stone - warm field: terms island, hovers, tinted rows */
  --gr-rose-deep: #d9c9a8;      /* deep flax - slot gradients, disc edges */
  --gr-beige: #f2ead9;          /* warm paper remainder (legacy --gr-paper) */
  --gr-parchment: #e7d9bd;      /* flax - the lead island's deeper warm field */
  --gr-blue: #0f2233;           /* meaning card 01: navy */
  --gr-coral-bright: #1d6350;
  --gr-sky: var(--gr-rose-field);
  --gr-sky-deep: var(--gr-rose-deep);
  --gr-muted: #4d5a52;
}

/* Route plate: the one navy island mid-page (the green gradient it
   inherited from the token swap would have fought the hero). */
.grb-route__plate {
  background-color: var(--gr-forest-deep);
  background-image:
    radial-gradient(circle at 100% 0%, rgba(217, 184, 120, 0.14), transparent 40%),
    linear-gradient(120deg, #0a1826, var(--gr-forest-deep) 62%);
}

/* The reception band stays navy - the close island above it is green,
   and the two darks must read as two rooms. */
.page--guaranteed-rent .reception {
  background-color: var(--gr-forest-deep);
  background-image: radial-gradient(circle at 88% 4%, rgba(18, 60, 48, 0.6), transparent 44%);
}

/* The review reads as testimony on sage - the one cool tint inside a
   warm island, so it lifts off the cream plate. */
.grb-proof__review {
  background: #e3ece5;
  border-color: rgba(15, 34, 51, 0.12);
}

/* Slots recolour: parchment document plates, not pink washes. */
.grb-slot {
  background-color: var(--gr-rose-field);
  background-image:
    radial-gradient(circle at 80% 8%, rgba(255, 255, 255, 0.65), transparent 46%),
    linear-gradient(155deg, var(--gr-beige) 0%, var(--gr-rose-deep) 100%);
  border: 1px solid rgba(15, 34, 51, 0.14);
}

.grb-slot::before {
  opacity: 0.17;
}

/* ------------------- terms: the slot sits centre-right ------------------- */

.grb-terms__aside {
  position: static;
  align-self: center;
}

/* ------------------- proof band: person / testimony / evidence ---------- */

.grb-proof__grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
}

.grb-proof__protect {
  display: grid;
  grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(1.25rem, 2.5vw, 2.25rem);
  align-items: center;
  margin-top: clamp(1.5rem, 2.6vw, 2.25rem);
  padding: clamp(1.5rem, 2.6vw, 2.25rem);
  border-radius: 22px;
  background-color: var(--gr-night);
  background-image: radial-gradient(circle at 4% 96%, rgba(217, 184, 120, 0.16), transparent 42%);
  color: var(--gr-white);
}

.grb-proof__protect-kicker {
  margin: 0 0 0.6rem;
  color: var(--gr-rose);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.grb-proof__protect-note {
  margin: 0 0 1.1rem;
  color: rgba(251, 248, 242, 0.84);
  font-size: 0.9rem;
  line-height: 1.6;
}

.grb-proof__protect-more {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  min-height: 48px;
  padding: 0.65rem 1.2rem;
  border: 1.5px solid rgba(251, 248, 242, 0.5);
  border-radius: 999px;
  color: var(--gr-white);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .grb-proof__protect-more:hover {
    border-color: var(--gr-rose);
    background: var(--gr-rose);
    color: var(--gr-night);
  }
}

.grb-proof__protect-more:focus-visible {
  outline: 3px solid var(--gr-rose);
  outline-offset: 3px;
}

.grb-certs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.6vw, 1.25rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.grb-cert {
  display: grid;
  gap: 0.75rem;
  padding: 0.85rem 0.85rem 1rem;
  border-radius: 16px;
  background: var(--gr-white);
  color: var(--gr-ink);
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .grb-cert:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px -28px rgba(9, 20, 35, 0.8);
  }
}

.grb-cert__shot {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(15, 34, 51, 0.14);
}

.grb-cert__shot img {
  display: block;
  width: 100%;
  height: auto;
}

.grb-cert__body {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  padding-inline: 0.2rem;
}

.grb-cert__mark {
  display: grid;
  flex: none;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(15, 34, 51, 0.14);
  border-radius: 10px;
  background: #fff;
}

.grb-cert__mark img {
  display: block;
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.grb-cert__scheme {
  margin: 0;
  color: var(--gr-forest-deep);
  font-family: var(--font-display);
  font-size: 1.06rem;
  line-height: 1.2;
}

.grb-cert__kind {
  margin: 0.1rem 0 0;
  color: var(--gr-muted);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.grb-cert__meta {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding-inline: 0.2rem;
}

.grb-cert__meta > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0.65rem;
  border-radius: 8px;
  background: var(--gr-rose-field);
}

.grb-cert__meta dt {
  color: var(--gr-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.grb-cert__meta dd {
  margin: 0;
  color: var(--gr-forest-deep);
  font-size: 0.82rem;
  font-weight: 800;
}

.grb-cert__open {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 44px;
  margin-inline: 0.2rem;
  color: var(--gr-forest);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}

@media (hover: hover) and (pointer: fine) {
  .grb-cert__open:hover {
    text-decoration-thickness: 3px;
  }
}

.grb-cert__open:focus-visible,
.grb-cert .clb-host:focus-visible {
  outline: 3px solid var(--gr-focus);
  outline-offset: 2px;
}

/* ------------------- assistant contact rail: grouped, not scattered ----- */
/* The icon sat hard left and the label hard right with a void between.
   The tip now sits beside the glyph, reading as one grouped row. */

.page--guaranteed-rent .reception .crail__tip {
  inset: 50% auto auto 4.4rem;
  text-align: left;
  transform: translateY(-50%);
}

.page--guaranteed-rent .reception .crail__item:first-child .crail__tip {
  left: 4.4rem;
  right: auto;
}

/* ------------------- the signature stroke (hero) ------------------------- */

.grb-hero h1 .grb-underline {
  position: relative;
  display: inline-block;
  color: var(--gr-white);
  font-style: normal;
}

.grb-hero h1 .grb-underline::after {
  content: "";
  position: absolute;
  right: 0.12em;
  /* below the baseline AND the descenders - at 0.03em the stroke ran
     straight through the tail of the "y" */
  bottom: -0.09em;
  left: 0.04em;
  height: 0.075em;
  border-radius: 999px;
  background: var(--gr-rose);
  transform: scaleX(0) rotate(-0.4deg);
  transform-origin: 0 50%;
  animation: grb-sign 850ms cubic-bezier(0.22, 1, 0.36, 1) 550ms forwards;
}

@keyframes grb-sign {
  to {
    transform: scaleX(1) rotate(-0.4deg);
  }
}

/* ------------------- accordion glide (progressive) ----------------------- */

.page--guaranteed-rent details.grb-term,
.page--guaranteed-rent details.grb-check,
.page--guaranteed-rent details.grb-notes__sources {
  interpolate-size: allow-keywords;
}

.grb-term::details-content,
.grb-check::details-content {
  block-size: 0;
  overflow: clip;
  opacity: 0;
  transition:
    block-size 380ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 300ms ease,
    content-visibility 380ms allow-discrete;
}

.grb-term[open]::details-content,
.grb-check[open]::details-content {
  block-size: auto;
  opacity: 1;
}

/* ------------------- choice photography breathes on hover ---------------- */

.grb-lead__choice .grb-slot--filled {
  overflow: hidden;
}

.grb-lead__choice .grb-slot--filled > img {
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
  .grb-lead__choice:hover .grb-slot--filled > img {
    transform: scale(1.05);
  }
}

/* ------------------- the counter-signature lion (close) ------------------ */

.page--guaranteed-rent .grb-close {
  position: relative;
  overflow: hidden;
}

.page--guaranteed-rent .grb-close::after {
  content: "";
  position: absolute;
  right: -2.5rem;
  bottom: -3.5rem;
  width: clamp(13rem, 18vw, 18rem);
  aspect-ratio: 529 / 793;
  background: url("/assets/brand/dukes-lion-watermark-white.png") center / contain no-repeat;
  opacity: 0.06;
  transform: scaleX(-1);
  pointer-events: none;
}

.grb-close__inner {
  position: relative;
  z-index: 1;
}

/* ------------------- v6 responsive --------------------------------------- */

/* The consider card ran four short rows against the weigh card's five,
   leaving a void at its foot ("no plate over ~20% empty"): both cards now
   distribute their rows across the full card height. */
.grb-weigh__card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.grb-weigh__card ul {
  grid-auto-rows: 1fr;
}

.grb-weigh__card li {
  align-content: center;
}

@media (max-width: 61.99em) {
  .grb-proof__grid {
    grid-template-columns: 1fr;
  }

  .grb-proof__protect {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 46em) {
  .grb-certs {
    grid-template-columns: 1fr;
  }
}

/* ------------------- v6 motion discipline -------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .grb-hero h1 .grb-underline::after {
    animation: none;
    transform: scaleX(1) rotate(-0.4deg);
  }

  .grb-term::details-content,
  .grb-check::details-content {
    transition: none;
  }

  .grb-lead__choice .grb-slot--filled > img,
  .grb-cert {
    transition: none;
  }

  .grb-lead__choice:hover .grb-slot--filled > img {
    transform: none;
  }
}

@media print {
  .grb-proof__protect {
    background: #fff;
    color: var(--gr-ink);
  }
}


/* ====================================================================
   v7 - 20 Aug 2026, Aarav: "the page doesn't meet the standards -
   remove the image(s) but not the moving ones, new layout, more
   placeholders, take the reference grammar further."

   OUT: the two generated photographs (hero + assessment) - both are
   now labelled crown slots; the three lead-choice images (the ones
   with the hover motion) stay, as instructed. Files stay on disk.

   NEW LAYOUT: the route chapter leaves the dark-plate treatment and
   joins the light island family in the buying-guide split grammar -
   crown slot centred on the left, the four steps as stacked row
   plates on the right. The meaning chapter gains a companion slot
   beside the distinction ledger so it carries media like every
   reference chapter. Field ladder down the page: cream (meaning) ->
   paper (route) -> stone (terms) -> flax (lead).
   ==================================================================== */

/* -- hero slot fills the old photograph's mount -------------------------- */

.grb-hero__media--slot {
  height: 100%;
  min-height: clamp(24rem, 34vw, 32rem);
  aspect-ratio: auto;
  border-radius: 18px;
}

/* -- route: light paper island, buying-guide split grammar --------------- */

.grb-route__plate {
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1.38fr);
  background-color: var(--gr-beige);
  background-image: linear-gradient(160deg, rgba(255, 255, 255, 0.6), transparent 55%);
  border-color: rgba(13, 28, 48, 0.12);
  box-shadow: 0 30px 70px -50px rgba(13, 28, 48, 0.4);
  color: var(--gr-ink);
}

.grb-route__media--slot {
  align-self: center;
  aspect-ratio: 4 / 5;
  margin: clamp(1.25rem, 2.5vw, 2.25rem);
  margin-right: 0;
}

.grb-route__copy .grx-kicker {
  color: var(--gr-forest);
}

.grb-route__copy h2 {
  color: var(--gr-night);
}

.grb-route__intro {
  color: var(--gr-muted);
}

/* the four steps: stacked row plates (numeral rides both lines) */
.grb-route__steps {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 0.75rem;
}

.grb-route__steps li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 1.1rem;
  row-gap: 0.25rem;
  align-items: start;
  padding: 1.1rem 1.3rem;
  border: 1px solid rgba(13, 28, 48, 0.1);
  border-radius: 16px;
  background: var(--gr-white);
}

.grb-route__steps li > span {
  grid-row: 1 / 3;
  align-self: center;
  margin-bottom: 0;
}

.grb-route__steps h3 {
  color: var(--gr-night);
}

.grb-route__steps p {
  color: var(--gr-muted);
}

@media (hover: hover) {
  .grb-route__steps li:hover {
    background: var(--gr-rose-field);
    transform: translateY(-2px);
  }
}

/* -- meaning: the distinction ledger gains a companion slot -------------- */

.grx-plain__duo {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.55fr);
  gap: clamp(1.1rem, 2.2vw, 2rem);
  align-items: stretch;
  margin-top: 1.1rem;
}

.page--guaranteed-rent .grx-plain__duo .grx-distinction {
  margin-top: 0;
}

.grx-plain__slot {
  height: 100%;
  min-height: 20rem;
  aspect-ratio: auto;
}

/* -- v7 responsive -------------------------------------------------------- */

@media (max-width: 61.99em) {
  .grx-plain__duo {
    grid-template-columns: 1fr;
  }

  .grx-plain__slot {
    height: auto;
    max-width: 460px;
    min-height: 0;
    aspect-ratio: 3 / 2;
  }
}

@media (max-width: 58em) {
  .grb-hero__media--slot {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 11;
  }

  .grb-route__plate {
    grid-template-columns: 1fr;
  }

  .grb-route__media--slot {
    max-width: 420px;
    margin: clamp(1rem, 2.5vw, 2rem);
    margin-bottom: 0;
    aspect-ratio: 4 / 5;
  }
}

@media (prefers-reduced-motion: reduce) {
  .grb-route__steps li:hover {
    transform: none;
  }
}

@media print {
  .grb-route__plate {
    box-shadow: none;
  }
}


/* ====================================================================
   v8 - 20 Aug 2026, Aarav's verdict on v7: the signature line is
   unprofessional (out), the crown-seal chip is out, the page reads
   like advertising not a page, too much stark white, and the GOLD
   WASH goes. Reference: the deployed buying guide - dark anchor,
   OXBLOOD actions, gold surviving only as small text accents.

   Gold keeps exactly two small jobs: kickers/labels on dark, and the
   facts-strip leads. Every gold SURFACE is retired: the headline
   span, the primary buttons, the checklist sheet, the slot wash and
   the numeral discs all move to the site's oxblood/stone system.
   ==================================================================== */

/* -- the signature line: out ---------------------------------------------- */

.grb-hero h1 .grb-underline::after {
  content: none;
  animation: none;
}

/* -- the headline: one calm cream voice, no gold span --------------------- */

.grb-hero h1 span {
  color: var(--gr-white);
}

/* -- actions: oxblood, the site's action colour --------------------------- */

.page--guaranteed-rent {
  --gr-oxblood: #7b2430;      /* actions only - the site standard */
  --gr-oxblood-dark: #5e1924;
}

.grb-hero .grx-button--primary,
.grb-close .grx-button--primary {
  border-color: var(--gr-oxblood);
  background: var(--gr-oxblood);
  color: var(--gr-white);
}

@media (hover: hover) and (pointer: fine) {
  .page--guaranteed-rent .grb-hero .grx-button--primary,
  .page--guaranteed-rent .grb-close .grx-button--primary {
    --grx-wipe: var(--gr-oxblood-dark);
  }

  .page--guaranteed-rent .grb-hero .grx-button--primary:hover,
  .page--guaranteed-rent .grb-close .grx-button--primary:hover {
    background: var(--gr-oxblood);
    border-color: var(--gr-oxblood-dark);
    color: var(--gr-white);
  }
}

.grb-lead__result-action {
  background: var(--gr-oxblood);
}

@media (hover: hover) {
  .grb-lead__result-action:hover {
    background: var(--gr-oxblood-dark);
  }
}

.grb-lead__result[data-gr-lead-result="involvement"] .grb-lead__result-action {
  background: var(--gr-white);
  color: var(--gr-night);
}

/* -- numeral discs: oxblood ink-stamps, not gold coins --------------------- */

.grb-route__steps li > span,
.grb-close__path li > span,
.grb-weigh__card h3 span {
  background: var(--gr-oxblood);
  color: var(--gr-white);
}

/* -- the slots lose the gold wash: quiet linen-to-mist plates -------------- */

.grb-slot {
  background-color: #f2efe7;
  background-image:
    radial-gradient(circle at 80% 8%, rgba(255, 255, 255, 0.7), transparent 46%),
    linear-gradient(160deg, #f4f1e9 0%, #dbe1da 100%);
  border: 1px solid rgba(13, 28, 48, 0.16);
}

.grb-slot::before {
  opacity: 0.12;
}

/* -- the checklist sheet: stone, not gold ---------------------------------- */

.grb-check {
  background: var(--gr-rose-field);
  color: var(--gr-night);
}

.grb-check > summary > span {
  background: rgba(13, 28, 48, 0.1);
}

.grb-check ol li::before {
  color: var(--gr-oxblood);
}

/* -- meaning card 03: stone, not brass -------------------------------------- */

.page--guaranteed-rent .grx-meaning-card--sand {
  background: var(--gr-rose-field);
  color: var(--gr-night);
}

/* -- the comparison: warm card instead of stark white, natural rows -------- */

.grb-weigh__card--consider {
  background: var(--gr-rose-field);
}

.grb-weigh__card--consider li {
  background: var(--gr-white);
}

.grb-weigh__card--consider li::before {
  background: var(--gr-oxblood);
}

/* v6 stretched each row to fill the card and the plates read broken -
   rows return to natural height and the spare space sits BETWEEN them */
.grb-weigh__card ul {
  grid-auto-rows: min-content;
  align-content: space-between;
  height: 100%;
}

.grb-weigh__card li {
  align-content: start;
}

/* -- proof panel label keeps gold as small text; button stays outline ------ */

.grb-proof__protect-kicker {
  color: #c5a66a;
}

/* -- terms note chip: cream label, not gold --------------------------------- */

.grb-terms__note strong {
  background: var(--gr-white);
  color: var(--gr-night);
}


/* ====================================================================
   v9 - 20 Aug 2026, Aarav: the hero facts strip goes; the media runs
   edge to edge and fills the whole right of the plate (a video will
   land in this mount).
   ==================================================================== */

.grb-hero__grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 0;
  padding: 0;
}

.grb-hero__copy {
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1.25rem, 2.5vw, 2.25rem) clamp(2rem, 4vw, 3.5rem) clamp(1.5rem, 3vw, 2.75rem);
}

/* flush to the plate: the plate's own radius (overflow: hidden) shapes
   the corners, so the mount carries none of its own */
.grb-hero__media--slot {
  height: 100%;
  min-height: clamp(28rem, 42vw, 40rem);
  border: 0;
  border-radius: 0;
}

/* the plate's 88px blown corner was clipping the ratio tag */
.grb-hero__media--slot .grb-slot__ratio {
  right: 2.6rem;
  bottom: 2.1rem;
}

@media (max-width: 58em) {
  .grb-hero__grid {
    grid-template-columns: 1fr;
  }

  .grb-hero__copy {
    padding: clamp(1.5rem, 4vw, 2.25rem) clamp(1.25rem, 3vw, 2rem) clamp(1.25rem, 3vw, 1.75rem);
  }

  .grb-hero__media--slot {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 11;
  }

  .grb-hero__media--slot .grb-slot__ratio {
    right: 0.7rem;
    bottom: 0.6rem;
  }
}


/* ====================================================================
   v10 - 20 Aug 2026, Aarav: the section headings are important - centre
   them; the meaning island grows horizontally; real separation between
   the images, the boxes and the text; and the route's generic white
   step boxes take proper colours (the meaning trio's grammar: navy,
   forest, stone, and oxblood for the decisive fourth).
   ==================================================================== */

/* -- meaning island: wider, centred lockup head, more air ----------------- */

.page--guaranteed-rent .grx-plain {
  max-width: min(96vw, 1680px);
  padding: clamp(3rem, 5vw, 4.75rem) clamp(1.5rem, 3.25vw, 3.5rem);
}

.page--guaranteed-rent .grx-plain .grx-section-head {
  max-width: 900px;
  margin-inline: auto;
  margin-bottom: clamp(2.5rem, 4.5vw, 4rem);
  text-align: center;
}

.page--guaranteed-rent .grx-plain .grx-section-head h2 {
  margin-inline: auto;
  text-wrap: balance;
}

.page--guaranteed-rent .grx-plain .grx-section-head > p:last-child {
  margin-inline: auto;
  max-width: 58ch;
}

@media (min-width: 62em) {
  .page--guaranteed-rent .grx-plain .grx-section-head {
    position: relative;
    padding-inline: clamp(6rem, 9vw, 9rem);
  }

  .page--guaranteed-rent .grx-plain .grx-section-head::before,
  .page--guaranteed-rent .grx-plain .grx-section-head::after {
    content: "";
    position: absolute;
    top: 50%;
    width: clamp(4.25rem, 6vw, 6.5rem);
    aspect-ratio: 529 / 793;
    background: url("/assets/brand/dukes-lion-watermark-white.png") center / contain no-repeat;
    filter: brightness(0);
    opacity: 0.07;
    transform: translateY(-50%);
    pointer-events: none;
  }

  .page--guaranteed-rent .grx-plain .grx-section-head::before {
    left: 0.5rem;
  }

  .page--guaranteed-rent .grx-plain .grx-section-head::after {
    right: 0.5rem;
    transform: translateY(-50%) scaleX(-1);
  }
}

/* separation: the trio breathes, the ledger and its slot sit apart */
.page--guaranteed-rent .grx-meaning-grid {
  gap: clamp(1.25rem, 2.4vw, 2.25rem);
}

.grx-plain__duo {
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.6fr);
  gap: clamp(1.75rem, 3.5vw, 3.5rem);
  margin-top: clamp(2rem, 3.5vw, 3.25rem);
}

/* -- route: centred head above the split, colours instead of white -------- */

.grb-route__plate {
  display: block;
  padding: clamp(2.25rem, 4vw, 4rem) clamp(1.5rem, 3.25vw, 3.5rem);
}

.grb-route__head {
  max-width: 820px;
  margin: 0 auto clamp(2.25rem, 4vw, 3.5rem);
  text-align: center;
}

.grb-route__head h2 {
  max-width: none;
  margin-inline: auto;
  color: var(--gr-night);
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 1.5rem + 2vw, 3.75rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-wrap: balance;
}

.grb-route__head .grx-kicker {
  color: var(--gr-forest);
}

.grb-route__head .grb-route__intro {
  max-width: 52ch;
  margin: 0.9rem auto 0;
}

.grb-route__body {
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(0, 1.44fr);
  gap: clamp(1.75rem, 3.5vw, 3.75rem);
  align-items: center;
}

.grb-route__media--slot {
  margin: 0;
}

.grb-route__copy {
  padding: 0;
}

/* the four steps own colours with jobs: navy states, forest confirms,
   stone reads, oxblood decides */
.grb-route__steps {
  gap: clamp(0.9rem, 1.6vw, 1.25rem);
}

.grb-route__steps li {
  border-color: transparent;
}

/* One colour, not four (Aarav, 20 Aug): every step shares the page's
   forest identity. The numeral disc carries the only contrast. */
.grb-route__steps li {
  background: var(--gr-forest);
  border-color: transparent;
}

.grb-route__steps h3 {
  color: var(--gr-white);
}

.grb-route__steps p {
  color: rgba(251, 248, 242, 0.82);
}

.grb-route__steps li > span {
  background: var(--gr-white);
  color: var(--gr-forest);
}

@media (hover: hover) {
  .grb-route__steps li:hover { background: var(--gr-coral-bright); }
}

/* -- v10 responsive --------------------------------------------------------- */

@media (max-width: 58em) {
  .grb-route__body {
    grid-template-columns: 1fr;
  }

  .grb-route__media--slot {
    max-width: 420px;
    margin: 0;
  }
}


/* ====================================================================
   v11 - 20 Aug 2026, Aarav on the meaning chapter: the heading runs
   too tall (three lines), the kicker must sit dead centre, the giant
   ghost 01/02/03 numerals "look fake", the card text needs more gap,
   and on card 03 the descenders of "Responsibilities" collide with
   "made clear" (dukes.css sets line-height 1.05 under an 8.5rem
   absolute numeral and a 7rem title push - all retired here).
   ==================================================================== */

/* -- the heading: two calm lines, kicker centred --------------------------- */

.page--guaranteed-rent .grx-plain .grx-section-head h2 {
  max-width: 22ch;
  font-size: clamp(2rem, 1.45rem + 1.8vw, 3.4rem);
  line-height: 1.04;
}

.page--guaranteed-rent .grx-plain .grx-section-head .grx-kicker {
  display: block;
  /* an inherited measure cap left the kicker's box 84px short of the
     head, so its centred text sat left of the heading's centre */
  max-width: none;
  margin-inline: auto;
  text-align: center;
}

/* -- the meaning cards: refined numeral tags, honest heights, real gaps ---- */

.page--guaranteed-rent .grx-meaning-card {
  min-height: 0;
}

.page--guaranteed-rent .grx-meaning-card > span {
  top: 1.35rem;
  right: 1.5rem;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.page--guaranteed-rent .grx-meaning-card--blue > span,
.page--guaranteed-rent .grx-meaning-card--coral > span {
  color: rgba(251, 248, 242, 0.72);
}

.page--guaranteed-rent .grx-meaning-card--sand > span {
  color: var(--gr-muted);
}

.page--guaranteed-rent .grx-meaning-card h3 {
  max-width: 14ch;
  margin-top: 2.4rem;
  margin-bottom: 0.85rem;
  line-height: 1.18;
}

.page--guaranteed-rent .grx-meaning-card p {
  max-width: 36ch;
  line-height: 1.7;
}


/* ====================================================================
   v12 - 20 Aug 2026, Aarav: the comparison rows each get their own
   composed box like /sales/sellers-guide/'s route plates - own slot,
   alternating sides, no generic boxes; the legal-duties line closes
   the block as a navy strip carrying the CTA.
   ==================================================================== */

.grx-compare2 {
  display: grid;
  gap: clamp(1.1rem, 2vw, 1.75rem);
  margin-top: clamp(2.25rem, 4vw, 3.75rem);
}

.grx-compare2__head {
  max-width: 720px;
  margin: 0 auto clamp(0.5rem, 1vw, 1rem);
  text-align: center;
}

.grx-compare2__head h3 {
  margin: 0 0 0.7rem;
  color: var(--gr-night);
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 1.3rem + 1.3vw, 2.6rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.grx-compare2__head p {
  max-width: 58ch;
  margin: 0 auto;
  color: var(--gr-muted);
  font-size: clamp(0.98rem, 0.94rem + 0.2vw, 1.12rem);
  line-height: 1.65;
}

.grx-compare2__row {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(0, 1.4fr);
  gap: clamp(1.5rem, 3vw, 3.25rem);
  align-items: center;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border: 1px solid rgba(13, 28, 48, 0.1);
  border-radius: 22px;
  background: var(--gr-rose-field);
}

/* the flip swaps the column template as well as the order - order alone
   would hand the slot the wide track (the bg5 lesson) */
.grx-compare2__row--flip {
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.6fr);
}

.grx-compare2__row--flip .grx-compare2__slot {
  order: 2;
}

.grx-compare2__slot {
  aspect-ratio: 3 / 2;
}

.grx-compare2__copy h4 {
  margin: 0 0 1rem;
  color: var(--gr-night);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 1.15rem + 0.7vw, 1.95rem);
  font-weight: 400;
  line-height: 1.15;
}

/* the two positions read as two clean rows, not run-on text */
.grx-compare2__copy p {
  max-width: none;
  margin: 0;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: var(--gr-white);
  color: var(--gr-ink);
  font-size: 0.94rem;
  line-height: 1.55;
}

.grx-compare2__copy p + p {
  margin-top: 0.5rem;
}

.grx-compare2__copy p strong {
  color: var(--gr-forest);
  font-weight: 750;
}

/* the duty strip: the navy decisive close, carrying the CTA */
.grx-compare2__duty {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: center;
  justify-content: space-between;
  padding: clamp(1.1rem, 2vw, 1.5rem) clamp(1.25rem, 2.5vw, 2rem);
  border-radius: 22px;
  background: var(--gr-forest-deep);
  color: var(--gr-white);
}

.grx-compare2__duty p {
  display: grid;
  gap: 0.25rem;
  margin: 0;
}

.grx-compare2__duty p > strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.grx-compare2__duty p span {
  color: rgba(251, 248, 242, 0.85);
  font-size: 0.94rem;
  line-height: 1.55;
}

.grx-compare2__duty p span strong {
  color: var(--gr-white);
  font-weight: 750;
}

.grx-compare2__duty > a {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 1.3rem;
  border: 1.5px solid rgba(251, 248, 242, 0.55);
  border-radius: 999px;
  color: var(--gr-white);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .grx-compare2__duty > a:hover {
    border-color: var(--gr-white);
    background: var(--gr-white);
    color: var(--gr-night);
  }

  .grx-compare2__duty > a:hover span {
    transform: translateX(3px);
  }

  .grx-compare2__duty > a span {
    transition: transform 180ms ease;
  }
}

.grx-compare2__duty > a:focus-visible {
  outline: 3px solid var(--gr-focus-on-dark);
  outline-offset: 3px;
}

@media (max-width: 61.99em) {
  .grx-compare2__row,
  .grx-compare2__row--flip {
    grid-template-columns: 1fr;
  }

  .grx-compare2__row--flip .grx-compare2__slot {
    order: 0;
  }

  .grx-compare2__slot {
    max-width: 440px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .grx-compare2__duty > a,
  .grx-compare2__duty > a span {
    transition: none;
  }
}


/* ====================================================================
   v13 - 20 Aug 2026, Aarav: the proof heading alignment is wrong -
   centre it like the other chapter heads; rework portrait/text into a
   balanced composition; the review must carry the Google lockup (the
   verification evidence matters); and the close island has too much
   dead space - make it concise.
   ==================================================================== */

/* -- proof: centred head, three balanced columns --------------------------- */

.grb-proof .grb-head {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

/* v17 - the kicker carried the same inherited measure cap that once
   pulled the meaning chapter's kicker off-centre; forced to the full
   head box so "Who stands behind it" shares the heading's axis */
.grb-proof .grb-head .grx-kicker {
  display: block;
  max-width: none;
  margin-inline: auto;
  text-align: center;
}

.grb-proof .grb-head h2 {
  margin-inline: auto;
  text-align: center;
}

.grb-proof__grid {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr) minmax(0, 1.28fr);
  gap: clamp(1.5rem, 3vw, 2.75rem);
  align-items: center;
}

.grb-proof__portrait {
  max-width: none;
  margin: 0;
}

.grb-proof__who p {
  max-width: 38ch;
}

/* the Google lockup inside the testimony - clears the quote mark */
.grb-proof__glock {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-left: 2.6rem;
}

.grb-proof__glock strong {
  color: var(--gr-night);
  font-size: 0.98rem;
  font-weight: 800;
}

.grb-proof__glock .grb-rating__g {
  width: 19px;
  height: 19px;
  flex: none;
}

/* -- close island: concise, no dead zone ----------------------------------- */

.page--guaranteed-rent .grb-close {
  padding: clamp(2.25rem, 3.5vw, 3.5rem) clamp(1.5rem, 3.25vw, 3.25rem);
}

.grb-close h2 {
  max-width: 15ch;
  font-size: clamp(2rem, 1.5rem + 1.7vw, 3.4rem);
}

/* ====================================================================
   v15 - 20 Aug 2026, Aarav (deployed buyers-guide as the model):
   each thing in its own box, separated out more. Every step-like
   stack gains the buying-guide's generosity - bigger gaps between
   plates, roomier plates - in this page's own style.
   ==================================================================== */

/* route: the four coloured steps breathe like the buying-guide rails */
.grb-route__steps {
  gap: clamp(1.25rem, 2.2vw, 2rem);
}

/* v16 - Aarav: too many colours at once in one box. The rail goes
   uniform cream with oxblood numerals; ONLY the decisive fourth step
   keeps the oxblood plate (one colour, one job - the buying-guide's
   binding-moment grammar). */
.grb-route__steps li:nth-child(1),
.grb-route__steps li:nth-child(2),
.grb-route__steps li:nth-child(3) {
  border-color: rgba(13, 28, 48, 0.12);
  background: var(--gr-white);
}

.grb-route__steps li:nth-child(1) h3,
.grb-route__steps li:nth-child(2) h3,
.grb-route__steps li:nth-child(3) h3 {
  color: var(--gr-night);
}

.grb-route__steps li:nth-child(1) p,
.grb-route__steps li:nth-child(2) p,
.grb-route__steps li:nth-child(3) p {
  color: var(--gr-muted);
}

.grb-route__steps li:nth-child(1) > span,
.grb-route__steps li:nth-child(2) > span,
.grb-route__steps li:nth-child(3) > span {
  background: var(--gr-oxblood);
  color: var(--gr-white);
}

@media (hover: hover) {
  .grb-route__steps li:nth-child(1):hover,
  .grb-route__steps li:nth-child(2):hover,
  .grb-route__steps li:nth-child(3):hover {
    background: var(--gr-rose-field);
  }
}

.grb-route__steps li {
  padding: clamp(1.35rem, 2.2vw, 1.9rem) clamp(1.4rem, 2.4vw, 2rem);
  border-radius: 18px;
}

.grb-route__steps li > span {
  width: 2.9rem;
  height: 2.9rem;
}

/* terms: the four conversations sit apart */
.grb-terms__split .grb-terms__grid {
  gap: clamp(1.25rem, 2.2vw, 2rem);
}

/* lead choices + checklist rows + comparison plates: same rhythm */
.grb-lead__choices {
  gap: clamp(1.25rem, 2.2vw, 2rem);
}

.grb-check ol {
  gap: clamp(0.9rem, 1.6vw, 1.25rem);
}

.grb-weigh__columns {
  gap: clamp(1.25rem, 2.2vw, 2rem);
}

.grx-compare2 {
  gap: clamp(1.5rem, 2.6vw, 2.5rem);
}

.page--guaranteed-rent .grx-meaning-grid {
  gap: clamp(1.5rem, 2.6vw, 2.5rem);
}

/* the terms island's split earns a touch more air around the slot */
.grb-terms__split {
  gap: clamp(1.5rem, 3vw, 3rem);
}


/* ====================================================================
   v14 - 20 Aug 2026, Aarav: the Dukes Assistant band gets the whole
   redesign, in THIS page's colour way. The navy-and-gold skin goes:
   racing-green band (the page's anchor), cream plates for the routes
   and contact cards (the certificate-panel motif), oxblood for the
   one primary action, gold surviving only as the eyebrow. Shared
   component - page-scoped CSS only, markup untouched.
   ==================================================================== */

.page--guaranteed-rent .reception {
  background-color: var(--gr-night);
  background-image:
    radial-gradient(circle at 88% 4%, rgba(217, 184, 120, 0.14), transparent 44%),
    linear-gradient(120deg, var(--gr-night-deep), var(--gr-night) 60%);
}

.page--guaranteed-rent .reception__notice {
  color: rgba(251, 248, 242, 0.86);
}

/* routes: cream plates, night ink - no more translucent dark rows */
.page--guaranteed-rent .reception__disclosure {
  border: 1px solid rgba(13, 28, 48, 0.14);
  background: var(--gr-white);
}

.page--guaranteed-rent .reception__disclosure[open] {
  border-color: rgba(13, 28, 48, 0.2);
  background: var(--gr-white);
}

.page--guaranteed-rent .reception__summary,
.page--guaranteed-rent .reception__label {
  color: var(--gr-night);
}

.page--guaranteed-rent .reception__caret {
  border-color: var(--gr-oxblood);
}

.page--guaranteed-rent .reception__summary:focus-visible {
  outline-color: var(--gr-focus);
}

.page--guaranteed-rent .reception__outcome,
.page--guaranteed-rent .reception__asks,
.page--guaranteed-rent .reception__safety {
  color: var(--gr-muted);
}

.page--guaranteed-rent .reception__questions {
  color: var(--gr-ink);
}

.page--guaranteed-rent .reception__questions li {
  color: var(--gr-muted);
}

/* acts: oxblood decides, night outlines support */
.page--guaranteed-rent .reception__act {
  border: 1.5px solid rgba(13, 28, 48, 0.35);
  color: var(--gr-night);
}

.page--guaranteed-rent .reception__act--primary {
  border-color: var(--gr-oxblood);
  background: var(--gr-oxblood);
  color: var(--gr-white);
}

@media (hover: hover) {
  .page--guaranteed-rent .reception__act:hover {
    background: var(--gr-rose-field);
  }

  .page--guaranteed-rent .reception__act--primary:hover {
    border-color: var(--gr-oxblood-dark);
    background: var(--gr-oxblood-dark);
    color: var(--gr-white);
  }
}

.page--guaranteed-rent .reception__act:focus-visible {
  outline-color: var(--gr-focus);
}

/* contact cards: cream plates matching the routes; the brand wipes
   from the earlier pass still sweep over them on hover */
.page--guaranteed-rent .reception .crail__link {
  border: 1px solid rgba(13, 28, 48, 0.14);
  background: var(--gr-white);
  color: var(--gr-night);
}

.page--guaranteed-rent .reception .crail__icon {
  fill: currentColor;
}

.page--guaranteed-rent .reception .crail__tip-label {
  color: var(--gr-muted);
}

.page--guaranteed-rent .reception .crail__tip-value {
  color: var(--gr-night);
}

@media (hover: hover) {
  .page--guaranteed-rent .reception .crail__link:hover {
    border-color: rgba(13, 28, 48, 0.25);
  }
}

/* the tips carried stale pixel insets from three earlier layers and the
   first card's value clipped; the li becomes a one-cell grid and the tip
   centres itself in flow - no absolute positioning left to drift */
.page--guaranteed-rent .reception .crail__item {
  display: grid;
}

.page--guaranteed-rent .reception .crail__item > .crail__link,
.page--guaranteed-rent .reception .crail__item > .crail__tip {
  grid-area: 1 / 1;
}

.page--guaranteed-rent .reception .crail__tip,
.page--guaranteed-rent .reception .crail__item:first-child .crail__tip {
  position: static;
  inset: auto;
  align-self: center;
  justify-self: start;
  margin-left: 4.4rem;
  text-align: left;
  transform: none;
}

/* the old safe-rail hairline read as a stray unfinished rule */
.page--guaranteed-rent .reception__routes--safe {
  border-top: 0;
}

.page--guaranteed-rent .reception__follow a {
  color: rgba(251, 248, 242, 0.78);
}

@media (hover: hover) {
  .page--guaranteed-rent .reception__follow a:hover {
    color: var(--gr-white);
  }
}


@media (min-width: 58.01em) {
  .grb-close__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    grid-template-areas:
      "kicker  path"
      "heading path"
      "lead    path"
      "actions path"
      "slot    slot";
    column-gap: clamp(2rem, 4vw, 4.5rem);
    align-items: start;
    align-content: start;
  }

  .grb-close__path {
    align-self: center;
    margin: 0;
  }

  /* the keys moment runs the full island foot - no dead corner */
  .grb-close__slot {
    grid-area: slot;
    width: 100%;
    max-width: none;
    margin: clamp(1.5rem, 2.5vw, 2.25rem) 0 0;
    aspect-ratio: 16 / 5;
  }

  .grb-close .grx-actions {
    align-self: start;
  }
}
