:root {
  --rws-about-navy: #0b1d3a;
  --rws-about-navy-soft: #132b4f;
  --rws-about-gold: #956925;
  --rws-about-gold-bright: #c49a4b;
  --rws-about-gold-soft: #ddc18a;
  --rws-about-cream: #faf7f2;
  --rws-about-cream-deep: #f2ede5;
  --rws-about-paper: #fffdf9;
  --rws-about-ink: #172033;
  --rws-about-copy: #515866;
  --rws-about-line: rgba(11, 29, 58, 0.13);
  --rws-about-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --rws-about-sans: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --rws-about-max: 1280px;
  --rws-about-gutter: clamp(22px, 4.5vw, 72px);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--rws-about-paper);
  color: var(--rws-about-ink);
  font-family: var(--rws-about-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

.rws-about h1,
.rws-about h2,
.rws-about h3,
.rws-about p,
.rws-about ul,
.rws-about ol,
.rws-about figure {
  margin: 0;
}

.rws-about img {
  display: block;
  max-width: 100%;
}

.rws-about a {
  color: inherit;
}

.rws-about-inner {
  width: min(var(--rws-about-max), calc(100% - (2 * var(--rws-about-gutter))));
  margin: 0 auto;
}

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

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

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

.rws-about h1 {
  max-width: 780px;
  font-size: clamp(3.6rem, 6.2vw, 5.8rem);
  line-height: 0.94;
}

.rws-about h2 {
  font-size: clamp(2.75rem, 4.7vw, 4.35rem);
  line-height: 0.98;
}

.rws-about h3 {
  font-size: clamp(1.75rem, 2.6vw, 2.45rem);
  line-height: 1.04;
}

.rws-about-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid var(--rws-about-navy);
  border-radius: 7px;
  background: var(--rws-about-navy);
  box-shadow: 0 12px 28px rgba(11, 29, 58, 0.14);
  color: #fff !important;
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.rws-about-button:hover,
.rws-about-button:focus-visible {
  background: var(--rws-about-navy-soft);
  transform: translateY(-2px);
}

.rws-about-text-link {
  color: var(--rws-about-navy) !important;
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: rgba(11, 29, 58, 0.28);
  text-underline-offset: 5px;
}

.rws-about-text-link:hover,
.rws-about-text-link:focus-visible {
  color: var(--rws-about-gold) !important;
  text-decoration-color: currentColor;
}

.rws-about-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(132px, 13vw, 166px) 0 0;
  background:
    radial-gradient(circle at 76% 40%, rgba(196, 154, 75, 0.13), transparent 27%),
    var(--rws-about-cream);
  border-bottom: 1px solid var(--rws-about-line);
}

.rws-about-hero::after {
  position: absolute;
  right: -10%;
  bottom: -34%;
  width: min(58vw, 830px);
  aspect-ratio: 1;
  border: 1px solid rgba(196, 154, 75, 0.14);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.rws-about-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.82fr);
  align-items: end;
  gap: clamp(34px, 6vw, 86px);
}

.rws-about-hero__copy {
  padding-bottom: clamp(76px, 8vw, 110px);
}

.rws-about-hero__copy .rws-about-eyebrow {
  margin-bottom: 24px;
}

.rws-about-hero__lede {
  max-width: 700px;
  margin-top: 28px !important;
  color: var(--rws-about-copy);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.72;
}

.rws-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 24px;
  margin-top: 30px;
}

.rws-about-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 34px !important;
  padding: 20px 0 0 !important;
  border-top: 1px solid var(--rws-about-line);
  list-style: none;
}

.rws-about-facts li {
  position: relative;
  color: #6a6f79;
  font-size: 0.84rem;
  line-height: 1.4;
}

.rws-about-facts li + li {
  padding-left: 20px;
}

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

.rws-about-hero__figure {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  align-self: stretch;
}

.rws-about-hero__figure::after {
  display: none;
}

.rws-about-hero__figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 24px 20px rgba(11, 29, 58, 0.14));
  object-fit: contain;
  object-position: center bottom;
  transform: translateY(120px) scale(1.18);
  transform-origin: center bottom;
}

.rws-about-legacy {
  padding: clamp(84px, 9vw, 126px) 0;
  background: var(--rws-about-paper);
}

.rws-about-legacy__grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.84fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
}

.rws-about-legacy__paper {
  position: relative;
  padding: clamp(34px, 4.5vw, 56px);
  background: #fffaf1;
  border: 1px solid rgba(126, 91, 35, 0.14);
  box-shadow: 0 28px 62px rgba(11, 29, 58, 0.11);
  transform: rotate(-1.2deg);
}

.rws-about-legacy__paper::before {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(149, 105, 37, 0.16);
  content: "";
  pointer-events: none;
}

.rws-about-legacy__name {
  display: block;
  color: var(--rws-about-gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

.rws-about-legacy__paper strong {
  display: block;
  max-width: 430px;
  margin: 24px auto 34px;
  color: var(--rws-about-navy);
  font-family: var(--rws-about-serif);
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
  text-align: center;
}

.rws-about-legacy__exchange {
  display: grid;
  grid-template-columns: 1fr 34px 1fr;
  align-items: center;
  gap: 16px;
  padding-top: 28px;
  border-top: 1px solid rgba(149, 105, 37, 0.22);
}

.rws-about-legacy__exchange span {
  display: block;
  color: #7b6b53;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rws-about-legacy__exchange b {
  display: block;
  margin-top: 7px;
  color: var(--rws-about-navy);
  font-family: var(--rws-about-serif);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.rws-about-legacy__arrow {
  color: var(--rws-about-gold-bright);
  font-family: var(--rws-about-serif);
  font-size: 2rem;
  text-align: center;
}

.rws-about-legacy__copy .rws-about-eyebrow {
  margin-bottom: 22px;
}

.rws-about-legacy__copy h2 {
  max-width: 690px;
}

.rws-about-legacy__copy p {
  max-width: 680px;
  margin-top: 24px;
  color: var(--rws-about-copy);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.78;
}

.rws-about-family {
  overflow: hidden;
  background: var(--rws-about-navy);
  color: #fff;
}

.rws-about-family__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  min-height: 720px;
}

.rws-about-family__photo {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}

.rws-about-family__photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 72%, rgba(11, 29, 58, 0.28));
  content: "";
  pointer-events: none;
}

.rws-about-family__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 49%;
}

.rws-about-family__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(64px, 8vw, 118px) var(--rws-about-gutter);
}

.rws-about-family__copy .rws-about-eyebrow {
  margin-bottom: 22px;
  color: var(--rws-about-gold-soft);
}

.rws-about-family__copy h2 {
  max-width: 540px;
  color: #fff;
}

.rws-about-family__copy p {
  max-width: 570px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.02rem, 1.4vw, 1.15rem);
  line-height: 1.76;
}

.rws-about-path {
  padding: clamp(88px, 9vw, 126px) 0;
  background: var(--rws-about-cream);
}

.rws-about-path__heading {
  max-width: 780px;
}

.rws-about-path__heading .rws-about-eyebrow {
  margin-bottom: 22px;
}

.rws-about-path__heading p {
  max-width: 700px;
  margin-top: 22px;
  color: var(--rws-about-copy);
  font-size: 1.06rem;
  line-height: 1.72;
}

.rws-about-path__stops {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 42px);
  margin-top: clamp(54px, 6vw, 76px);
}

.rws-about-path__stops::before {
  position: absolute;
  top: 20px;
  right: 6%;
  left: 6%;
  height: 1px;
  background: rgba(149, 105, 37, 0.36);
  content: "";
}

.rws-about-path__stop {
  position: relative;
  min-width: 0;
}

.rws-about-path__marker {
  position: relative;
  z-index: 1;
  display: grid;
  width: 41px;
  height: 41px;
  border: 1px solid rgba(149, 105, 37, 0.45);
  border-radius: 50%;
  background: var(--rws-about-cream);
  color: var(--rws-about-gold);
  font-family: var(--rws-about-serif);
  font-size: 1.12rem;
  place-items: center;
}

.rws-about-path__time {
  display: block;
  margin-top: 27px;
  color: var(--rws-about-gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.rws-about-path__stop h3 {
  margin-top: 12px;
  font-size: clamp(1.65rem, 2.25vw, 2.1rem);
}

.rws-about-path__stop p {
  margin-top: 13px;
  color: var(--rws-about-copy);
  font-size: 0.93rem;
  line-height: 1.66;
}

.rws-about-verification {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px clamp(22px, 3vw, 38px);
  margin-top: clamp(42px, 5vw, 64px);
  padding-top: 24px;
  border-top: 1px solid var(--rws-about-line);
}

.rws-about-verification span {
  color: var(--rws-about-gold);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.rws-about-verification a {
  color: var(--rws-about-navy);
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.4;
  text-decoration-color: rgba(149, 105, 37, 0.52);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.rws-about-verification a::after {
  margin-left: 0.32em;
  color: var(--rws-about-gold);
  content: "↗";
  font-size: 0.82em;
}

.rws-about-verification a:hover,
.rws-about-verification a:focus-visible {
  color: var(--rws-about-gold);
}

.rws-about-work {
  padding: clamp(84px, 9vw, 126px) 0;
  background: var(--rws-about-paper);
}

.rws-about-work__grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(46px, 7vw, 104px);
}

.rws-about-work__object {
  position: relative;
  display: grid;
  width: min(100%, 520px);
  aspect-ratio: 1;
  margin: 0 auto 34px;
  place-items: end center;
}

.rws-about-work__object::after {
  position: absolute;
  z-index: 0;
  right: 17%;
  bottom: 4%;
  left: 17%;
  height: 8%;
  border-radius: 50%;
  background: rgba(11, 29, 58, 0.15);
  content: "";
  filter: blur(16px);
}

.rws-about-work__object img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 18px 16px rgba(11, 29, 58, 0.14));
  object-fit: contain;
  object-position: center bottom;
}

.rws-about-work__object figcaption {
  position: absolute;
  z-index: 2;
  bottom: -30px;
  left: 50%;
  width: min(100%, 460px);
  color: #757a83;
  font-size: 0.65rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.rws-about-work__copy .rws-about-eyebrow {
  margin-bottom: 22px;
}

.rws-about-work__copy > p {
  max-width: 680px;
  margin-top: 22px;
  color: var(--rws-about-copy);
  font-size: 1.05rem;
  line-height: 1.72;
}

.rws-about-work__steps {
  display: grid;
  margin-top: 34px;
}

.rws-about-work__step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  padding: 21px 0;
  border-top: 1px solid var(--rws-about-line);
}

.rws-about-work__step:last-child {
  border-bottom: 1px solid var(--rws-about-line);
}

.rws-about-work__step span {
  color: var(--rws-about-gold);
  font-family: var(--rws-about-serif);
  font-size: 1.45rem;
}

.rws-about-work__step h3 {
  font-size: 1.65rem;
}

.rws-about-work__step p {
  margin-top: 5px;
  color: var(--rws-about-copy);
  font-size: 0.93rem;
  line-height: 1.6;
}

.rws-about-work__link {
  display: inline-block;
  margin-top: 28px;
}

.rws-about-compensation-note {
  max-width: 800px;
  margin: 36px 0 0 !important;
  color: #6a707c;
  font-size: 0.84rem !important;
  line-height: 1.65 !important;
}

.rws-about-next {
  padding: clamp(72px, 8vw, 104px) 0;
  background: var(--rws-about-cream);
  border-top: 1px solid var(--rws-about-line);
  text-align: center;
}

.rws-about-next__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.rws-about-next h2 {
  max-width: 760px;
}

.rws-about-next p {
  max-width: 650px;
  margin-top: 18px;
  color: var(--rws-about-copy);
  font-size: 1.04rem;
  line-height: 1.7;
}

.rws-about-next .rws-about-button {
  margin-top: 28px;
}

@media (prefers-reduced-motion: no-preference) {
  .rws-about-motion [data-about-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 620ms ease, transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  }

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

  .rws-about-motion .rws-about-hero__figure[data-about-reveal] {
    transform: translateY(28px) scale(0.985);
  }

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

@media (max-width: 1020px) {
  .rws-about-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
    gap: 28px;
  }

  .rws-about-hero__figure {
    min-height: 620px;
  }

  .rws-about-legacy__grid,
  .rws-about-work__grid {
    grid-template-columns: 1fr;
  }

  .rws-about-legacy__paper {
    width: min(100%, 680px);
  }

  .rws-about-work__object {
    width: min(100%, 480px);
  }

  .rws-about-path__stops {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px 38px;
  }

  .rws-about-path__stops::before {
    display: none;
  }
}

@media (max-width: 760px) {
  .rws-about h1 {
    font-size: clamp(3.2rem, 13vw, 4.55rem);
  }

  .rws-about-hero {
    padding-top: 124px;
  }

  .rws-about-hero__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .rws-about-hero__copy {
    padding-bottom: 0;
  }

  .rws-about-hero__figure {
    width: min(100%, 460px);
    min-height: 560px;
    margin: 0 auto;
  }

  .rws-about-family__grid {
    grid-template-columns: 1fr;
  }

  .rws-about-family__copy {
    order: -1;
  }

  .rws-about-family__photo {
    height: clamp(520px, 112vw, 700px);
    min-height: 0;
  }

  .rws-about-family__photo::after {
    background: linear-gradient(180deg, rgba(11, 29, 58, 0.2), transparent 22%);
  }

  .rws-about-path__stops {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .rws-about-path__stop {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 18px;
    padding: 0 0 30px;
  }

  .rws-about-path__stop::before {
    position: absolute;
    top: 41px;
    bottom: 0;
    left: 20px;
    width: 1px;
    background: rgba(149, 105, 37, 0.36);
    content: "";
  }

  .rws-about-path__stop:last-child::before {
    display: none;
  }

  .rws-about-path__marker {
    grid-row: 1 / 4;
  }

  .rws-about-path__time,
  .rws-about-path__stop h3,
  .rws-about-path__stop p {
    grid-column: 2;
  }

  .rws-about-path__time {
    margin-top: 0;
  }

  .rws-about-legacy__exchange {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .rws-about-legacy__arrow {
    transform: rotate(90deg);
  }
}

@media (max-width: 520px) {
  .rws-about-eyebrow {
    font-size: 0.7rem;
  }

  .rws-about-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .rws-about-button {
    width: 100%;
  }

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

  .rws-about-facts li + li {
    padding-left: 0;
  }

  .rws-about-facts li + li::before {
    display: none;
  }

  .rws-about-verification {
    display: grid;
    gap: 15px;
  }

  .rws-about-verification span {
    margin-bottom: 2px;
  }

  .rws-about-hero__figure {
    min-height: 500px;
  }

  .rws-about-legacy__paper {
    padding: 40px 28px;
  }

  .rws-about-family__photo {
    height: clamp(420px, 112vw, 560px);
    min-height: 0;
  }

  .rws-about-work__step {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 13px;
  }
}
