:root {
  --wealth-navy: #0b1d3a;
  --wealth-navy-soft: #142d50;
  --wealth-gold: #8f6423;
  --wealth-gold-bright: #c59a4d;
  --wealth-tan: #c2a780;
  --wealth-tan-soft: #efe5d7;
  --wealth-cream: #faf7f2;
  --wealth-paper: #fffdf9;
  --wealth-ink: #172137;
  --wealth-muted: #586273;
  --wealth-line: rgba(11, 29, 58, 0.14);
  --wealth-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --wealth-sans: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --wealth-gutter: clamp(22px, 5vw, 72px);
  --wealth-max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.rws-wealth-page {
  margin: 0;
  overflow-x: clip;
  color: var(--wealth-ink);
  background: var(--wealth-paper);
  font-family: var(--wealth-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.rws-wealth img { display: block; max-width: 100%; height: auto; }
.rws-wealth h1,
.rws-wealth h2,
.rws-wealth h3,
.rws-wealth p,
.rws-wealth ul,
.rws-wealth ol,
.rws-wealth figure { margin: 0; }
.rws-wealth a { color: inherit; }
.rws-wealth section[id],
.rws-wealth [id] { scroll-margin-top: 92px; }

.rws-wealth-wrap {
  width: min(var(--wealth-max), calc(100% - (2 * var(--wealth-gutter))));
  margin-inline: auto;
}

.rws-wealth-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--wealth-gold);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.rws-wealth-eyebrow::before {
  width: 30px;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
}

.rws-wealth h1,
.rws-wealth h2,
.rws-wealth h3 {
  color: var(--wealth-navy);
  font-family: var(--wealth-serif);
  font-weight: 500;
  letter-spacing: -0.028em;
}

.rws-wealth-hero {
  min-height: 730px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(138px, 14vw, 176px) 0 clamp(78px, 9vw, 112px);
  background:
    radial-gradient(circle at 78% 42%, rgba(194, 167, 128, 0.26), transparent 27rem),
    linear-gradient(145deg, #fcfaf6 0%, var(--wealth-cream) 68%, #f0e7db 100%);
}

.rws-wealth-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(350px, 0.76fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
}

.rws-wealth-hero__grid > * { min-width: 0; }

.rws-wealth-hero__copy {
  display: grid;
  justify-items: start;
  gap: 25px;
}

.rws-wealth-hero h1 {
  max-width: 12ch;
  font-size: clamp(3.35rem, 6.15vw, 5.55rem);
  line-height: 0.99;
}

.rws-wealth-hero__lede {
  max-width: 660px;
  color: var(--wealth-muted);
  font-size: clamp(1.06rem, 1.55vw, 1.24rem);
  line-height: 1.7;
}

.rws-wealth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  align-items: center;
}

.rws-wealth-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  color: #fff !important;
  background: var(--wealth-navy);
  border: 1px solid var(--wealth-navy);
  border-radius: 7px;
  box-shadow: 0 12px 28px rgba(11, 29, 58, 0.14);
  font-weight: 700;
  text-decoration: none;
}

.rws-wealth-button:hover { background: var(--wealth-navy-soft); }

.rws-wealth-text-link {
  color: var(--wealth-navy) !important;
  font-weight: 700;
  text-underline-offset: 5px;
}

.rws-wealth a:focus-visible {
  outline: 3px solid var(--wealth-gold);
  outline-offset: 4px;
}

.rws-wealth-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  padding: 0;
  list-style: none;
}

.rws-wealth-facts li {
  padding: 8px 12px;
  color: #4d5665;
  border: 1px solid var(--wealth-line);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.72);
  font-size: 0.81rem;
  font-weight: 650;
}

.rws-wealth-hero__object {
  position: relative;
  width: min(100%, 480px);
  min-height: 570px;
  justify-self: center;
}

.rws-wealth-hero__object::after {
  position: absolute;
  z-index: 0;
  right: 8%;
  bottom: 2%;
  left: 7%;
  height: 11%;
  border-radius: 50%;
  background: rgba(11, 29, 58, 0.2);
  filter: blur(22px);
  content: "";
}

.rws-wealth-hero__object img {
  position: absolute;
  z-index: 3;
  right: 3%;
  bottom: 0;
  width: min(86%, 410px);
  height: auto;
  filter: drop-shadow(0 27px 24px rgba(11, 29, 58, 0.18));
  transform: rotate(1.2deg);
}

.rws-wealth-paper {
  position: absolute;
  z-index: 1;
  width: 57%;
  min-height: 235px;
  padding: 25px 23px;
  color: var(--wealth-navy);
  border: 1px solid rgba(143, 100, 35, 0.19);
  background: #fffdf8;
  box-shadow: 0 18px 34px rgba(11, 29, 58, 0.11);
  font-size: 0.69rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rws-wealth-paper::before {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 13px;
  right: 15px;
  border: 1px solid rgba(143, 100, 35, 0.25);
  border-radius: 50%;
  content: "";
}

.rws-wealth-paper--plan {
  top: 8%;
  left: 2%;
  transform: rotate(-6deg);
}

.rws-wealth-paper--plan i {
  height: 1px;
  display: block;
  margin-top: 25px;
  background: rgba(11, 29, 58, 0.14);
}

.rws-wealth-paper--portfolio {
  top: 20%;
  right: 0;
  display: flex;
  align-items: flex-end;
  gap: 9px;
  transform: rotate(5deg);
}

.rws-wealth-paper--portfolio span {
  position: absolute;
  top: 25px;
  left: 23px;
}

.rws-wealth-paper--portfolio b {
  width: 15%;
  display: block;
  background: linear-gradient(180deg, #d7bd8e, #a97831);
}
.rws-wealth-paper--portfolio b:nth-of-type(1) { height: 38px; }
.rws-wealth-paper--portfolio b:nth-of-type(2) { height: 62px; }
.rws-wealth-paper--portfolio b:nth-of-type(3) { height: 49px; }
.rws-wealth-paper--portfolio b:nth-of-type(4) { height: 82px; }

@media (prefers-reduced-motion: no-preference) {
  .rws-wealth-hero__object img { animation: wealth-folio-settle 650ms cubic-bezier(0.2, 0.72, 0.2, 1) both; }
  .rws-wealth-paper--plan { animation: wealth-paper-plan 650ms 170ms ease both; }
  .rws-wealth-paper--portfolio { animation: wealth-paper-portfolio 650ms 280ms ease both; }
}

@keyframes wealth-folio-settle {
  from { opacity: 0; transform: translateY(18px) rotate(-1deg); }
  to { opacity: 1; transform: translateY(0) rotate(1.2deg); }
}

@keyframes wealth-paper-plan {
  from { opacity: 0; transform: translate(14px, 28px) rotate(-2deg); }
  to { opacity: 1; transform: translate(0, 0) rotate(-6deg); }
}

@keyframes wealth-paper-portfolio {
  from { opacity: 0; transform: translate(-14px, 30px) rotate(1deg); }
  to { opacity: 1; transform: translate(0, 0) rotate(5deg); }
}

.rws-wealth-connected {
  padding: clamp(88px, 11vw, 142px) 0;
  background: var(--wealth-paper);
}

.rws-wealth-section-heading {
  max-width: 760px;
  display: grid;
  gap: 18px;
  margin-bottom: clamp(46px, 7vw, 76px);
}

.rws-wealth-section-heading h2 {
  font-size: clamp(2.55rem, 5.2vw, 4.35rem);
  line-height: 1.03;
}

.rws-wealth-section-heading > p:last-child {
  max-width: 700px;
  color: var(--wealth-muted);
  font-size: 1.08rem;
  line-height: 1.72;
}

.rws-wealth-section-heading--center {
  justify-items: center;
  margin-inline: auto;
  text-align: center;
}

.rws-wealth-section-heading--center .rws-wealth-eyebrow { justify-content: center; }

.rws-wealth-two-lane {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.rws-wealth-lane {
  min-height: 330px;
  position: relative;
  display: grid;
  align-content: start;
  gap: 17px;
  padding: clamp(30px, 4.6vw, 50px);
  border: 1px solid var(--wealth-line);
  background: #fff;
  box-shadow: 0 21px 54px rgba(11, 29, 58, 0.08);
}

.rws-wealth-lane::before {
  width: 54px;
  height: 4px;
  position: absolute;
  top: 0;
  left: clamp(30px, 4.6vw, 50px);
  background: var(--wealth-gold-bright);
  content: "";
}

.rws-wealth-lane--accounts { background: #f4ede3; }

.rws-wealth-lane__label {
  color: var(--wealth-gold);
  font-size: 0.73rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.rws-wealth-lane h3 {
  max-width: 12ch;
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  line-height: 1.05;
}

.rws-wealth-lane ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.rws-wealth-lane li {
  padding: 8px 11px;
  color: #485364;
  border: 1px solid rgba(11, 29, 58, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.69);
  font-size: 0.83rem;
  font-weight: 650;
}

.rws-wealth-connector {
  display: grid;
  gap: 12px;
  justify-items: center;
  color: var(--wealth-gold);
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.rws-wealth-connector span {
  width: 1px;
  height: 76px;
  background: linear-gradient(180deg, transparent, var(--wealth-gold-bright));
}

.rws-wealth-connector span:last-child { transform: rotate(180deg); }

.rws-wealth-rhythm {
  padding: clamp(88px, 11vw, 142px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 50% 110%, rgba(197, 154, 77, 0.17), transparent 36rem),
    var(--wealth-navy);
}

.rws-wealth-rhythm h2 { color: #fff; }
.rws-wealth-rhythm .rws-wealth-eyebrow { color: var(--wealth-gold-bright); }

.rws-wealth-year {
  display: grid;
  gap: clamp(35px, 5vw, 54px);
}

.rws-wealth-year__account-band {
  display: grid;
  gap: 27px;
  padding: clamp(27px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
}

.rws-wealth-year__account-band > p {
  color: #fff;
  font-family: var(--wealth-serif);
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  text-align: center;
}

.rws-wealth-year__account-band ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0;
  padding: 0;
  list-style: none;
}

.rws-wealth-year__account-band ol::before {
  height: 1px;
  position: absolute;
  top: 7px;
  right: 3%;
  left: 3%;
  background: rgba(197, 154, 77, 0.65);
  content: "";
}

.rws-wealth-year__account-band > ol > li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, 0.73);
  font-size: 0.66rem;
  text-transform: uppercase;
}

.rws-wealth-year__account-band > ol > li::before {
  width: 15px;
  height: 15px;
  border: 3px solid var(--wealth-navy);
  border-radius: 50%;
  background: var(--wealth-gold-bright);
  box-shadow: 0 0 0 1px rgba(197, 154, 77, 0.88);
  content: "";
}

.rws-wealth-year__account-band > ol > li.rws-wealth-month--review {
  color: #fff;
  font-weight: 750;
}

.rws-wealth-year__account-band > ol > li.rws-wealth-month--review::before {
  width: 19px;
  height: 19px;
  background: #fff;
  box-shadow:
    0 0 0 2px var(--wealth-gold-bright),
    0 0 18px rgba(197, 154, 77, 0.42);
}

.rws-wealth-year__account-band > ol > li.rws-wealth-month--review span {
  color: var(--wealth-gold-bright);
}

.rws-wealth-calendar__reviews {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0;
  padding-top: 34px;
}

.rws-wealth-calendar__review {
  position: relative;
  display: grid;
  gap: 13px;
  padding: 24px clamp(14px, 2.2vw, 25px) 0;
  border-top: 1px solid rgba(197, 154, 77, 0.43);
}

.rws-wealth-calendar__review--spring { grid-column: 2 / span 5; }
.rws-wealth-calendar__review--fall { grid-column: 8 / span 5; }

.rws-wealth-calendar__review::before {
  width: 1px;
  height: 42px;
  position: absolute;
  top: -42px;
  left: 50%;
  background: rgba(197, 154, 77, 0.68);
  content: "";
}

.rws-wealth-calendar__review::after {
  width: 11px;
  height: 11px;
  position: absolute;
  top: -47px;
  left: calc(50% - 5px);
  border: 2px solid var(--wealth-navy-soft);
  border-radius: 50%;
  background: var(--wealth-gold-bright);
  box-shadow: 0 0 0 1px rgba(197, 154, 77, 0.7);
  content: "";
}

.rws-wealth-calendar__season {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  justify-content: space-between;
}

.rws-wealth-calendar__season span {
  color: var(--wealth-gold-bright);
  font-size: 0.69rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rws-wealth-calendar__season strong {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rws-wealth-calendar__review h3 {
  color: #fff;
  font-family: var(--wealth-serif);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 500;
  line-height: 1.1;
}

.rws-wealth-calendar__review ul {
  display: grid;
  gap: 7px;
  padding: 0;
  list-style: none;
}

.rws-wealth-calendar__review li {
  position: relative;
  padding-left: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  line-height: 1.45;
}

.rws-wealth-calendar__review li::before {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0.62em;
  left: 0;
  border-radius: 50%;
  background: var(--wealth-gold-bright);
  content: "";
}

.rws-wealth-calendar__note {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.73rem;
  text-align: center;
}

.rws-wealth-year__connection {
  max-width: 930px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
  margin-inline: auto;
  padding: clamp(28px, 4vw, 42px);
  color: var(--wealth-ink);
  border: 1px solid rgba(197, 154, 77, 0.45);
  border-radius: 10px;
  background: linear-gradient(135deg, #e7d3ae 0%, #f4e8d4 100%);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.18);
}

.rws-wealth-connection-icon {
  width: clamp(78px, 9vw, 104px);
  height: clamp(78px, 9vw, 104px);
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--wealth-navy);
}

.rws-wealth-connection-icon span {
  width: 49%;
  height: 35%;
  display: block;
  border: 2px solid #fff;
  border-radius: 999px;
}

.rws-wealth-connection-icon span::after {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 56%;
  left: 48%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  transform: rotate(45deg);
}

.rws-wealth-connection-icon i {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 25%;
  right: 23%;
  border: 3px solid var(--wealth-navy);
  border-radius: 50%;
  background: var(--wealth-gold-bright);
  box-shadow: 0 0 0 2px var(--wealth-gold-bright);
}

.rws-wealth-year__connection > div:last-child {
  display: grid;
  gap: 10px;
}

.rws-wealth-year__connection > div:last-child > span {
  color: var(--wealth-gold);
  font-size: 0.71rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.rws-wealth-year__connection h3 {
  color: var(--wealth-navy);
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1.05;
}

.rws-wealth-year__connection p {
  max-width: 62ch;
  color: #4f5968;
  line-height: 1.6;
}

.rws-wealth-roles {
  padding: clamp(88px, 11vw, 142px) 0 0;
  overflow: hidden;
  background: #f6f0e7;
}

.rws-wealth-roles__heading {
  max-width: 850px;
  display: grid;
  gap: 18px;
  margin-bottom: 48px;
}

.rws-wealth-roles__heading h2 {
  font-size: clamp(2.65rem, 5.3vw, 4.55rem);
  line-height: 1.02;
}

.rws-wealth-roles__heading > p:last-child {
  max-width: 760px;
  color: var(--wealth-muted);
  font-size: 1.06rem;
  line-height: 1.72;
}

.rws-wealth-roles__scene {
  display: grid;
  grid-template-columns: minmax(230px, 0.68fr) minmax(0, 1.55fr);
  gap: clamp(20px, 4vw, 58px);
  align-items: end;
}

.rws-wealth-roles__portrait {
  align-self: end;
}

.rws-wealth-roles__portrait img {
  width: min(100%, 430px);
  max-height: 635px;
  margin-inline: auto;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 18px 25px rgba(11, 29, 58, 0.14));
}

.rws-wealth-responsibility-book {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: center;
  margin-bottom: 62px;
  filter: drop-shadow(0 24px 36px rgba(11, 29, 58, 0.12));
}

.rws-wealth-responsibility-book::after {
  width: 1px;
  position: absolute;
  top: 6%;
  bottom: 6%;
  left: 50%;
  background: rgba(11, 29, 58, 0.13);
  box-shadow: -4px 0 12px rgba(11, 29, 58, 0.08), 4px 0 12px rgba(11, 29, 58, 0.08);
  content: "";
}

.rws-wealth-responsibility-page {
  min-height: 420px;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: clamp(30px, 4.5vw, 48px);
  border: 1px solid rgba(11, 29, 58, 0.1);
  border-radius: 9px 0 0 9px;
  background: #fffefb;
}

.rws-wealth-responsibility-page--client {
  border-radius: 0 9px 9px 0;
  background: #f0e5d6;
}

.rws-wealth-responsibility-page h3 {
  max-width: 11ch;
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  line-height: 1.07;
}

.rws-wealth-responsibility-page ul {
  display: grid;
  gap: 14px;
  padding: 0;
  list-style: none;
}

.rws-wealth-responsibility-page li {
  position: relative;
  padding-left: 22px;
  color: #4c5667;
  line-height: 1.55;
}

.rws-wealth-responsibility-page li::before {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0.58em;
  left: 0;
  border: 1px solid var(--wealth-gold);
  border-radius: 50%;
  content: "";
}

.rws-wealth-custody-note {
  padding: 24px var(--wealth-gutter);
  color: rgba(255, 255, 255, 0.82);
  background: var(--wealth-navy);
  font-size: 0.92rem;
  line-height: 1.55;
  text-align: center;
}

.rws-wealth-cost {
  padding: clamp(88px, 11vw, 142px) 0;
  background:
    linear-gradient(rgba(143, 100, 35, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 100, 35, 0.035) 1px, transparent 1px),
    var(--wealth-paper);
  background-size: 30px 30px;
}

.rws-wealth-fees {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 48px);
}

.rws-wealth-fee-paper {
  min-height: 310px;
  position: relative;
  display: grid;
  align-content: center;
  gap: 25px;
  padding: clamp(34px, 5vw, 56px);
  border: 1px solid rgba(11, 29, 58, 0.11);
  background: #fffefb;
  box-shadow: 0 20px 48px rgba(11, 29, 58, 0.09);
}

.rws-wealth-fee-paper::before {
  width: 27px;
  height: 61px;
  position: absolute;
  top: -17px;
  left: 36px;
  border: 3px solid var(--wealth-gold-bright);
  border-bottom-color: transparent;
  border-radius: 14px 14px 0 0;
  content: "";
}

.rws-wealth-fee-paper--household { background: #f2e8da; }

.rws-wealth-fee-paper > p {
  color: var(--wealth-gold);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rws-wealth-fee-paper h3 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  align-items: baseline;
  font-size: clamp(3rem, 5.7vw, 4.85rem);
  line-height: 0.96;
}

.rws-wealth-fee-paper h3 span {
  font-family: var(--wealth-sans);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rws-wealth-fee-paper > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(11, 29, 58, 0.13);
  color: #536071;
}

.rws-wealth-fee-paper > div strong { color: var(--wealth-navy); }

.rws-wealth-fee-notes {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.3fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  margin-top: clamp(35px, 5vw, 54px);
}

.rws-wealth-credit-slip {
  position: relative;
  display: grid;
  gap: 11px;
  padding: 25px 28px;
  border: 1px solid rgba(143, 100, 35, 0.27);
  background: #f4eadb;
  box-shadow: 0 13px 27px rgba(11, 29, 58, 0.07);
  transform: rotate(-1deg);
}

.rws-wealth-credit-slip span {
  color: var(--wealth-gold);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.rws-wealth-credit-slip p {
  color: var(--wealth-navy);
  font-family: var(--wealth-serif);
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  line-height: 1.18;
}

.rws-wealth-cost-links {
  display: grid;
  justify-items: start;
  gap: 18px;
  color: var(--wealth-muted);
  line-height: 1.65;
}

.rws-wealth-fit {
  padding: clamp(88px, 11vw, 142px) 0;
  background: #f5efe7;
}

.rws-wealth-fit__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 46px);
}

.rws-wealth-fit__grid article {
  min-height: 390px;
  position: relative;
  display: grid;
  align-content: start;
  gap: 25px;
  padding: clamp(36px, 5vw, 56px);
  border: 1px solid var(--wealth-line);
  background: #fffefb;
}

.rws-wealth-fit__mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--wealth-navy);
  font-size: 1.3rem;
}

.rws-wealth-fit__mark--quiet {
  color: var(--wealth-navy);
  background: var(--wealth-tan-soft);
}

.rws-wealth-fit__grid ul {
  display: grid;
  gap: 16px;
  padding: 0;
  list-style: none;
}

.rws-wealth-fit__grid li {
  position: relative;
  padding-left: 22px;
  color: #4d5868;
  line-height: 1.58;
}

.rws-wealth-fit__grid li::before {
  width: 11px;
  height: 1px;
  position: absolute;
  top: 0.72em;
  left: 0;
  background: var(--wealth-gold);
  content: "";
}

.rws-wealth-tradeoff {
  max-width: 880px;
  display: grid;
  gap: 20px;
  justify-items: center;
  margin: clamp(42px, 6vw, 66px) auto 0;
  color: var(--wealth-navy);
  font-family: var(--wealth-serif);
  font-size: clamp(1.45rem, 2.5vw, 1.95rem);
  line-height: 1.35;
  text-align: center;
}

.rws-wealth-tradeoff > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  font-family: var(--wealth-sans);
  font-size: 0.89rem;
  font-weight: 700;
}

.rws-wealth-tradeoff a { text-underline-offset: 5px; }

.rws-wealth-path {
  padding: clamp(88px, 11vw, 142px) 0;
  background: var(--wealth-paper);
}

.rws-wealth-pathway {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  list-style: none;
}

.rws-wealth-pathway li {
  min-width: 0;
  position: relative;
  display: grid;
  grid-template-rows: auto 150px auto auto;
  gap: 12px;
  justify-items: center;
  padding: 0 clamp(12px, 2vw, 25px);
  text-align: center;
}

.rws-wealth-pathway li:not(:last-child)::after {
  width: calc(100% - 38px);
  height: 1px;
  position: absolute;
  z-index: 0;
  top: 84px;
  left: calc(50% + 19px);
  background: linear-gradient(90deg, var(--wealth-gold-bright), rgba(197, 154, 77, 0.22));
  content: "";
}

.rws-wealth-pathway li > span {
  color: var(--wealth-gold);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.13em;
}

.rws-wealth-pathway figure,
.rws-wealth-pathway__icon {
  width: 140px;
  height: 140px;
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0;
  border-radius: 50%;
  background: #f3eadf;
}

.rws-wealth-pathway figure img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  filter: drop-shadow(0 11px 10px rgba(11, 29, 58, 0.13));
}

.rws-wealth-pathway li:last-child figure img { width: 68%; height: 80%; }

.rws-wealth-pathway li > p {
  color: var(--wealth-navy);
  font-family: var(--wealth-serif);
  font-size: clamp(1.35rem, 2vw, 1.72rem);
  line-height: 1.08;
}

.rws-wealth-pathway small {
  max-width: 21ch;
  color: var(--wealth-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.rws-wealth-pathway__icon--call i {
  width: 58px;
  height: 34px;
  border: 2px solid var(--wealth-navy);
  border-radius: 18px;
  transform: rotate(-4deg);
}

.rws-wealth-pathway__icon--call b {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 39px;
  bottom: 42px;
  border-right: 2px solid var(--wealth-navy);
  border-bottom: 2px solid var(--wealth-navy);
  transform: rotate(45deg);
}

.rws-wealth-pathway__icon--screen i {
  width: 72px;
  height: 46px;
  border: 2px solid var(--wealth-navy);
  border-radius: 4px;
  background: #fff;
}

.rws-wealth-pathway__icon--screen b {
  width: 31px;
  height: 2px;
  position: absolute;
  bottom: 39px;
  background: var(--wealth-navy);
}

.rws-wealth-pathway__icon--screen em {
  width: 39px;
  height: 20px;
  position: absolute;
  top: 54px;
  border-bottom: 2px solid var(--wealth-gold);
  border-left: 2px solid transparent;
  transform: skewY(-14deg);
}

.rws-wealth-path__alternate {
  max-width: 760px;
  margin: clamp(42px, 6vw, 66px) auto 0;
  color: var(--wealth-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  text-align: center;
}

.rws-wealth-closing {
  padding: clamp(88px, 11vw, 132px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 50% 110%, rgba(197, 154, 77, 0.17), transparent 34rem),
    var(--wealth-navy);
}

.rws-wealth-closing__inner {
  display: grid;
  justify-items: center;
  gap: 22px;
  text-align: center;
}

.rws-wealth-closing .rws-wealth-eyebrow {
  justify-content: center;
  color: var(--wealth-gold-bright);
}

.rws-wealth-closing h2 {
  max-width: 12ch;
  color: #fff;
  font-size: clamp(2.8rem, 5.8vw, 4.8rem);
  line-height: 1.02;
}

.rws-wealth-closing__inner > p:not(.rws-wealth-eyebrow) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.77);
  font-size: 1.06rem;
  line-height: 1.7;
}

.rws-wealth-button--light {
  color: var(--wealth-navy) !important;
  background: #fff;
  border-color: #fff;
}

.rws-wealth-button--light:hover { background: #f1e8dc; }
.rws-wealth-text-link--light { color: #fff !important; }

.rws-wealth-motion [data-wealth-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 560ms ease, transform 560ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.rws-wealth-motion [data-wealth-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 940px) {
  .rws-wealth-hero { min-height: auto; }
  .rws-wealth-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(290px, 0.72fr); gap: 28px; }
  .rws-wealth-hero__object { min-height: 510px; }
  .rws-wealth-two-lane { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .rws-wealth-connector { grid-template-columns: 1fr auto 1fr; }
  .rws-wealth-connector span { width: 100%; height: 1px; background: linear-gradient(90deg, transparent, var(--wealth-gold-bright)); }
  .rws-wealth-connector span:last-child { transform: rotate(180deg); }
  .rws-wealth-lane { min-height: auto; }
  .rws-wealth-roles__scene { grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1.58fr); }
  .rws-wealth-responsibility-page { min-height: 460px; }
  .rws-wealth-pathway { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 55px 0; }
  .rws-wealth-pathway li:nth-child(2)::after { display: none; }
}

@media (max-width: 760px) {
  .rws-wealth-hero { padding: 116px 0 74px; }
  .rws-wealth-hero__grid { grid-template-columns: 1fr; }
  .rws-wealth-hero h1 { max-width: 10.8ch; font-size: clamp(3rem, 13.4vw, 4.2rem); }
  .rws-wealth-hero__object { width: min(100%, 430px); min-height: 510px; margin-top: 16px; }
  .rws-wealth-paper { width: 58%; min-height: 205px; }
  .rws-wealth-hero__object img { width: 82%; }
  .rws-wealth-facts { display: grid; }
  .rws-wealth-year__account-band ol { grid-template-columns: repeat(6, 1fr); gap: 24px 0; }
  .rws-wealth-year__account-band ol::before { display: none; }
  .rws-wealth-calendar__reviews { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; padding-top: 16px; }
  .rws-wealth-calendar__review--spring,
  .rws-wealth-calendar__review--fall { grid-column: auto; }
  .rws-wealth-calendar__review::before,
  .rws-wealth-calendar__review::after { display: none; }
  .rws-wealth-roles { padding-top: 82px; }
  .rws-wealth-roles__scene { grid-template-columns: 1fr; }
  .rws-wealth-roles__portrait { order: 2; max-width: 320px; margin-inline: auto; }
  .rws-wealth-responsibility-book { margin-bottom: 0; }
  .rws-wealth-custody-note { margin-top: 0; }
  .rws-wealth-fees,
  .rws-wealth-fee-notes,
  .rws-wealth-fit__grid { grid-template-columns: 1fr; }
  .rws-wealth-pathway { grid-template-columns: 1fr; gap: 35px; }
  .rws-wealth-pathway li { grid-template-rows: auto 150px auto auto; padding-bottom: 22px; }
  .rws-wealth-pathway li:not(:last-child)::after {
    width: 1px;
    height: 45px;
    top: auto;
    bottom: -37px;
    left: 50%;
    background: linear-gradient(180deg, var(--wealth-gold-bright), rgba(197, 154, 77, 0.2));
  }
  .rws-wealth-pathway li:nth-child(2)::after { display: block; }
}

@media (max-width: 520px) {
  .rws-wealth-actions { width: 100%; display: grid; }
  .rws-wealth-button { width: 100%; }
  .rws-wealth-hero__object { min-height: 440px; }
  .rws-wealth-paper { min-height: 177px; padding: 20px 16px; }
  .rws-wealth-paper--portfolio span { top: 20px; left: 16px; }
  .rws-wealth-lane { padding: 30px 24px; }
  .rws-wealth-calendar__reviews { grid-template-columns: 1fr; gap: 26px; padding-top: 0; }
  .rws-wealth-calendar__review { padding: 18px 0 0; }
  .rws-wealth-year__connection { grid-template-columns: 1fr; justify-items: start; }
  .rws-wealth-responsibility-book { grid-template-columns: 1fr; }
  .rws-wealth-responsibility-book::after { display: none; }
  .rws-wealth-responsibility-page { min-height: auto; border-radius: 8px 8px 0 0; }
  .rws-wealth-responsibility-page--client { border-radius: 0 0 8px 8px; }
  .rws-wealth-fee-paper { min-height: 280px; }
  .rws-wealth-fee-paper > div { display: grid; }
  .rws-wealth-tradeoff > div { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
