/* ============================================================
   REFALCO GROUP — Homepage 2026
   Scoped redesign. Does not override global style.css.
   Brand palette: gold #cbb682, dark #0a0a0a, cream #f5efe6
   ============================================================ */

:root {
  --rf-gold: #cbb682;
  --rf-gold-bright: #e0c98c;
  --rf-gold-deep: #a8945e;
  --rf-amber: #ffab02;
  --rf-ink: #0a0a0a;
  --rf-ink-soft: #15151a;
  --rf-ink-mid: #2d2d2d;
  --rf-cream: #f5efe6;
  --rf-cream-soft: #faf6ef;
  --rf-line: rgba(203, 182, 130, 0.22);
  --rf-line-strong: rgba(203, 182, 130, 0.55);
  --rf-text-muted: rgba(255, 255, 255, 0.62);
  --rf-text-muted-dark: rgba(10, 10, 10, 0.62);

  --rf-font-display: 'Montserrat', sans-serif;
  --rf-font-body: 'Open Sans', sans-serif;

  --rf-container: 1320px;
  --rf-section-pad: clamp(96px, 12vw, 168px);
  --rf-radius: 2px;

  --rf-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset / scope ---------- */
.rf-page * { box-sizing: border-box; }
.rf-page {
  background: var(--rf-ink);
  color: #fff;
  font-family: var(--rf-font-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.rf-page.rf-route {
  background: var(--rf-cream-soft);
  color: var(--rf-ink);
}
body.rf-route {
  background: var(--rf-cream-soft);
}

.rf-container {
  max-width: var(--rf-container);
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 64px);
  width: 100%;
}

/* ---------- Section primitives ---------- */
.rf-section {
  padding-top: var(--rf-section-pad);
  padding-bottom: var(--rf-section-pad);
  position: relative;
}

.rf-section--dark    { background: var(--rf-ink);       color: #fff; }
.rf-section--darker  { background: #050505;             color: #fff; }
.rf-section--cream   { background: var(--rf-cream);     color: var(--rf-ink); }
.rf-section--soft    { background: var(--rf-ink-soft);  color: #fff; }

.rf-route .rf-section--dark,
.rf-route .rf-section--soft,
.rf-route .rf-section--darker {
  background: linear-gradient(180deg, #fbf7ef 0%, #f3eadc 100%);
  color: var(--rf-ink);
}
.rf-route .rf-section--darker {
  background: linear-gradient(180deg, #efe2cf 0%, #f8f1e7 100%);
}
.rf-route .rf-section__title,
.rf-route .rf-section__title em,
.rf-route .rf-section__title strong,
.rf-route .rf-rail__story p strong,
.rf-route .rf-altrow__title,
.rf-route .rf-vrail__h,
.rf-route .rf-sector__h,
.rf-route .rf-sector__h a,
.rf-route .rf-criteria__title,
.rf-route .rf-spec__h,
.rf-route .rf-team-band__h,
.rf-route .rf-contact__v,
.rf-route .rf-why__title,
.rf-route .rf-edges__h,
.rf-route .rf-stats__name,
.rf-route .rf-counter__num,
.rf-route .rf-quote__author {
  color: var(--rf-ink);
}
.rf-route .rf-section__title strong,
.rf-route .rf-section__title em,
.rf-route .rf-altrow__title strong,
.rf-route .rf-team-band__h strong {
  color: var(--rf-gold-deep);
}
.rf-route .rf-rail__story p,
.rf-route .rf-altrow__text,
.rf-route .rf-vrail__p,
.rf-route .rf-sector__p,
.rf-route .rf-criteria__lead,
.rf-route .rf-criteria__desc,
.rf-route .rf-spec__p,
.rf-route .rf-contact__k,
.rf-route .rf-contact__v,
.rf-route .rf-why__copy,
.rf-route .rf-edges__p,
.rf-route .rf-stats__sub,
.rf-route .rf-counter__sub,
.rf-route .rf-quote__text {
  color: rgba(10,10,10,0.68);
}
.rf-route .rf-counter,
.rf-route .rf-quote,
.rf-route .rf-vrail__row,
.rf-route .rf-sector,
.rf-route .rf-criteria__item,
.rf-route .rf-spec__cell,
.rf-route .rf-form,
.rf-route .rf-member,
.rf-route .rf-why__reason,
.rf-route .rf-stats__tile,
.rf-route .rf-edges__row,
.rf-route .rf-principles__card,
.rf-route .rf-marquee__card {
  background: rgba(255,255,255,0.58);
  color: var(--rf-ink);
  border-color: rgba(168,148,94,0.24);
  box-shadow: 0 18px 48px -34px rgba(42,34,18,0.45);
}
.rf-route .rf-quote-grid,
.rf-route .rf-vrail,
.rf-route .rf-counters {
  background: rgba(168,148,94,0.22);
  border-color: rgba(168,148,94,0.24);
}
.rf-route .rf-sector__media {
  background: rgba(168,148,94,0.12);
}
.rf-route .rf-member__body,
.rf-route .rf-member__media {
  background: rgba(255,255,255,0.46);
}
.rf-route .rf-pagehero {
  background: #1a1712;
}
.rf-route .rf-pagehero__overlay {
  background:
    linear-gradient(180deg, rgba(10,10,10,0.34) 0%, rgba(10,10,10,0.18) 34%, rgba(245,239,230,0.88) 100%),
    radial-gradient(circle at 70% 50%, rgba(203,182,130,0.14) 0%, transparent 60%);
}
.rf-route #main-banner-page .overlay-dark {
  background: linear-gradient(180deg, rgba(10,10,10,0.34), rgba(245,239,230,0.86)) !important;
  opacity: 1 !important;
}
.rf-route #main-banner-page {
  background-color: #efe4d2 !important;
}
.rf-route .bglight,
.rf-route .bg-light-gray,
.rf-route .bg-light {
  background: var(--rf-cream-soft) !important;
  color: var(--rf-ink) !important;
}
.rf-route #site-footer.bgprimary,
.rf-route footer.bgprimary {
  background: #efe4d2 !important;
  color: var(--rf-ink) !important;
}
.rf-route #site-footer.bgprimary a,
.rf-route footer.bgprimary a,
.rf-route .page-titles.whitecolor,
.rf-route .page-titles.whitecolor h1,
.rf-route .page-titles.whitecolor p {
  color: var(--rf-ink) !important;
}
.rf-route .testimonial-wrapp .testimonial-text,
.rf-route .news_item,
.rf-route .news_desc,
.rf-route #accordion .card,
.rf-route #accordion .card-header {
  background: rgba(255,255,255,0.62) !important;
  color: var(--rf-ink) !important;
  border-color: rgba(168,148,94,0.22) !important;
}
.rf-route .news_item:hover .news_desc_bg_blue {
  background: #d8c18b !important;
  color: var(--rf-ink) !important;
}

.rf-section__label {
  font-family: var(--rf-font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--rf-gold);
  margin-bottom: 32px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.rf-section__label::before {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--rf-gold);
  display: inline-block;
}

.rf-section__title {
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: clamp(34px, 5.5vw, 68px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 0 0 40px;
  max-width: 18ch;
}
.rf-section__title strong { font-weight: 500; color: var(--rf-gold); }

.rf-section__lead {
  font-family: var(--rf-font-body);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.7;
  font-weight: 400;
  max-width: 62ch;
  margin: 0 0 24px;
}
.rf-section__body {
  font-size: 15.5px;
  line-height: 1.85;
  font-weight: 400;
  max-width: 60ch;
  margin: 0 0 16px;
  color: var(--rf-text-muted);
}
.rf-section--cream .rf-section__body { color: var(--rf-text-muted-dark); }

/* Divider rule between sections */
.rf-rule {
  width: 100%;
  height: 1px;
  background: var(--rf-line);
  margin: 0;
}

/* ============================================================
   1. HERO — Full-bleed video
   ============================================================ */
.rf-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px 0 0;
}

.rf-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.rf-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(10,10,10,0.55) 0%, rgba(10,10,10,0.35) 35%, rgba(10,10,10,0.78) 100%),
    linear-gradient(90deg, rgba(10,10,10,0.55) 0%, rgba(10,10,10,0.15) 100%);
}

.rf-hero__content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: var(--rf-container);
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 64px);
  color: #fff;
}

.rf-hero__eyebrow {
  font-family: var(--rf-font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--rf-gold);
  margin-bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.rf-hero__eyebrow::before {
  content: '';
  width: 36px;
  height: 1px;
  background: var(--rf-gold);
}

.rf-hero__title {
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: clamp(40px, 7vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.015em;
  margin: 0 0 36px;
  max-width: 16ch;
  text-shadow: 0 2px 30px rgba(0,0,0,0.4);
}
.rf-hero__title em {
  font-style: normal;
  font-weight: 400;
  color: var(--rf-gold);
}

.rf-hero__lead {
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.75;
  font-weight: 300;
  max-width: 58ch;
  color: rgba(255,255,255,0.88);
  margin: 0 0 14px;
}
.rf-hero__lead--accent {
  color: var(--rf-gold-bright);
  font-weight: 400;
}

/* Hero stat panel */
.rf-hero__stat {
  display: inline-flex;
  flex-direction: column;
  margin-top: 56px;
  padding: 28px 36px 28px 32px;
  border-left: 1px solid var(--rf-gold);
  background: linear-gradient(90deg, rgba(203,182,130,0.08) 0%, rgba(203,182,130,0) 100%);
}
.rf-hero__stat-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--rf-gold);
  margin-bottom: 12px;
}
.rf-hero__stat-value {
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: clamp(48px, 6vw, 84px);
  line-height: 1;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.rf-hero__stat-sub {
  font-size: 13px;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.7);
}

/* CTAs */
.rf-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 56px;
}

.rf-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 32px;
  font-family: var(--rf-font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--rf-radius);
  transition: all 0.4s var(--rf-ease);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  white-space: nowrap;
}
.rf-btn::after {
  content: '→';
  font-family: var(--rf-font-display);
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0;
  transition: transform 0.4s var(--rf-ease);
}
.rf-btn:hover::after { transform: translateX(6px); }

.rf-btn--gold {
  background: var(--rf-gold);
  color: var(--rf-ink);
  border-color: var(--rf-gold);
}
.rf-btn--gold:hover {
  background: var(--rf-gold-bright);
  border-color: var(--rf-gold-bright);
  color: var(--rf-ink);
}

.rf-btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.35);
}
.rf-btn--ghost:hover {
  border-color: var(--rf-gold);
  color: var(--rf-gold);
}

.rf-btn--ghost-dark {
  background: transparent;
  color: var(--rf-ink);
  border-color: rgba(10,10,10,0.25);
}
.rf-btn--ghost-dark:hover {
  border-color: var(--rf-ink);
  color: var(--rf-ink);
  background: var(--rf-ink);
  color: #fff;
}

/* Scroll cue */
.rf-scroll-cue {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: rgba(255,255,255,0.55);
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
.rf-scroll-cue::after {
  content: '';
  width: 1px;
  height: 38px;
  background: linear-gradient(180deg, var(--rf-gold), transparent);
  animation: rfScroll 2.2s ease-in-out infinite;
}
@keyframes rfScroll {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ============================================================
   2-column generic
   ============================================================ */
.rf-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}
.rf-grid-2--narrow { grid-template-columns: 0.9fr 1.1fr; }

@media (max-width: 900px) {
  .rf-grid-2, .rf-grid-2--narrow { grid-template-columns: 1fr; gap: 32px; }
}

/* ============================================================
   3. STRATEGY — Compact growth-model timeline (modern, animated)
   ============================================================ */
.rf-strategy {
  padding-top: clamp(64px, 7vw, 96px);
  padding-bottom: clamp(64px, 7vw, 96px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.rf-strategy__ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(60% 50% at 15% 10%, rgba(203,182,130,0.06), transparent 70%),
    radial-gradient(40% 40% at 90% 85%, rgba(203,182,130,0.05), transparent 70%);
}
.rf-strategy .rf-container { position: relative; z-index: 1; }

.rf-strategy__label-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rf-gold);
  margin-right: 12px;
  box-shadow: 0 0 0 3px rgba(203,182,130,0.18);
  animation: rf-strat-dot 2.4s ease-in-out infinite;
  vertical-align: middle;
}
@keyframes rf-strat-dot {
  0%, 100% { box-shadow: 0 0 0 3px rgba(203,182,130,0.18); }
  50%      { box-shadow: 0 0 0 6px rgba(203,182,130,0.05); }
}

/* Compact 2-col header */
.rf-strategy__head {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: end;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.rf-strategy__title {
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.018em;
  margin: 0;
  color: #fff;
  max-width: 14ch;
}
.rf-strategy__title em {
  font-style: italic;
  color: var(--rf-gold);
  font-weight: 300;
}
.rf-strategy__title strong { font-weight: 500; }

.rf-strategy__head-right {
  padding-bottom: 6px;
  max-width: 52ch;
}
.rf-strategy__lead {
  font-family: var(--rf-font-body);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.65;
  color: rgba(255,255,255,0.82);
  margin: 0 0 12px;
}
.rf-strategy__body {
  font-family: var(--rf-font-body);
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--rf-text-muted);
  margin: 0 0 18px;
}
.rf-strategy__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--rf-font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(203,182,130,0.55);
  transition: color 0.4s var(--rf-ease), gap 0.4s var(--rf-ease), border-color 0.4s var(--rf-ease);
}
.rf-strategy__cta svg { width: 14px; height: 14px; transition: transform 0.4s var(--rf-ease); }
.rf-strategy__cta:hover { color: var(--rf-gold); gap: 14px; border-color: var(--rf-gold); }
.rf-strategy__cta:hover svg { transform: translateX(3px); }

/* Editorial scaling-list — each row's bar grows wider, embodying "scale strategically" */
.rf-flow {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  border-top: 1px solid rgba(203,182,130,0.18);
}

/* A single phase row */
.rf-flow__row {
  position: relative;
  display: grid;
  grid-template-columns: 96px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 26px 12px 30px;
  border-bottom: 1px solid rgba(203,182,130,0.18);
  isolation: isolate;
  opacity: 0;
  transform: translateY(18px);
  transition:
    background 0.5s var(--rf-ease),
    transform 0.7s var(--rf-ease),
    opacity 0.7s var(--rf-ease);
}
.rf-flow.is-visible .rf-flow__row {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.7s var(--rf-ease) calc(0.15s + var(--rf-flow-i, 0) * 0.12s),
    transform 0.7s var(--rf-ease) calc(0.15s + var(--rf-flow-i, 0) * 0.12s),
    background 0.5s var(--rf-ease);
}

/* Gold side rail that grows on hover */
.rf-flow__row::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 2px;
  background: var(--rf-gold);
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.5s var(--rf-ease);
  border-radius: 1px;
}
.rf-flow__row:hover {
  background: linear-gradient(90deg, rgba(203,182,130,0.04), transparent 70%);
}
.rf-flow__row:hover::before { transform: scaleY(1); }

/* Giant outlined step index on the left */
.rf-flow__index {
  font-family: var(--rf-font-display);
  font-weight: 700;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(203,182,130,0.22);
  user-select: none;
  pointer-events: none;
  transition: -webkit-text-stroke-color 0.5s var(--rf-ease),
              color 0.5s var(--rf-ease),
              transform 0.5s var(--rf-ease);
}
.rf-flow__row:hover .rf-flow__index {
  color: var(--rf-gold);
  -webkit-text-stroke-color: var(--rf-gold);
  transform: translateX(2px);
}

/* Body */
.rf-flow__body { min-width: 0; }
.rf-flow__meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
  font-family: var(--rf-font-display);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--rf-gold);
}
.rf-flow__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(203,182,130,0.45);
}
.rf-flow__horizon {
  color: var(--rf-text-muted);
  letter-spacing: 0.22em;
  font-weight: 500;
}
.rf-flow__name {
  font-family: var(--rf-font-display);
  font-weight: 300;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 6px;
  color: #fff;
  transition: color 0.4s var(--rf-ease), transform 0.4s var(--rf-ease);
}
.rf-flow__row:hover .rf-flow__name { color: var(--rf-gold); transform: translateX(3px); }
.rf-flow__desc {
  font-family: var(--rf-font-body);
  font-size: clamp(13px, 0.95vw, 14.5px);
  line-height: 1.6;
  color: var(--rf-text-muted);
  margin: 0;
  max-width: 60ch;
}

/* Scale tag pill (S / M / L / XL) */
.rf-flow__tag {
  font-family: var(--rf-font-display);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--rf-gold);
  border: 1px solid rgba(203,182,130,0.35);
  border-radius: 999px;
  padding: 6px 14px;
  background: rgba(203,182,130,0.04);
  transition: background 0.4s var(--rf-ease), color 0.4s var(--rf-ease), border-color 0.4s var(--rf-ease);
  white-space: nowrap;
}
.rf-flow__row:hover .rf-flow__tag {
  background: var(--rf-gold);
  color: var(--rf-ink);
  border-color: var(--rf-gold);
}

/* The growth bar — width animates from 0 to var(--rf-flow-w) on reveal */
.rf-flow__bar {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  background: linear-gradient(90deg, rgba(203,182,130,0.55), rgba(255,229,150,0.55));
  box-shadow: 0 0 4px rgba(203,182,130,0.18);
  border-radius: 1px;
  transition: width 1.2s var(--rf-ease) calc(0.45s + var(--rf-flow-i, 0) * 0.18s);
  z-index: 1;
}
.rf-flow.is-visible .rf-flow__bar { width: var(--rf-flow-w, 25%); }

/* Tablet & mobile */
@media (max-width: 1024px) {
  .rf-strategy__head { grid-template-columns: 1fr; gap: 24px; align-items: start; margin-bottom: 36px; }
  .rf-strategy__head-right { padding-bottom: 0; max-width: 60ch; }
  .rf-flow__row { grid-template-columns: 72px 1fr auto; gap: 20px; padding: 22px 10px 26px; }
}
@media (max-width: 640px) {
  .rf-flow__row {
    grid-template-columns: 56px 1fr;
    gap: 16px;
    padding: 20px 8px 24px;
  }
  .rf-flow__tag {
    grid-column: 2 / 3;
    justify-self: start;
    margin-top: 6px;
    padding: 4px 10px;
    font-size: 11px;
  }
  .rf-flow__index { font-size: 42px; }
  .rf-flow__name { font-size: 19px; }
}

/* Honor reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .rf-flow__row { opacity: 1; transform: none; transition: none; }
  .rf-flow.is-visible .rf-flow__bar { transition: none; }
  .rf-strategy__label-dot { animation: none; }
}

/* ============================================================
   3b. INVESTMENT CRITERIA — Underwriting checklist (Portfolio page)
   ============================================================ */
.rf-criteria {
  padding-top: clamp(64px, 7vw, 96px);
  padding-bottom: clamp(64px, 7vw, 96px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.rf-criteria__ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(50% 40% at 80% 10%, rgba(203,182,130,0.06), transparent 70%),
    radial-gradient(40% 40% at 10% 90%, rgba(203,182,130,0.04), transparent 70%);
}
.rf-criteria .rf-container { position: relative; z-index: 1; }

.rf-criteria__label-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rf-gold);
  margin-right: 12px;
  box-shadow: 0 0 0 3px rgba(203,182,130,0.18);
  animation: rf-criteria-dot 2.4s ease-in-out infinite;
  vertical-align: middle;
}
@keyframes rf-criteria-dot {
  0%, 100% { box-shadow: 0 0 0 3px rgba(203,182,130,0.18); }
  50%      { box-shadow: 0 0 0 6px rgba(203,182,130,0.05); }
}

.rf-criteria__head {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: end;
  margin-bottom: clamp(40px, 5vw, 64px);
  max-width: 1100px;
}
.rf-criteria__title {
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.018em;
  margin: 0;
  color: #fff;
  max-width: 14ch;
}
.rf-criteria__title em {
  font-style: italic;
  color: var(--rf-gold);
  font-weight: 300;
}
.rf-criteria__lead {
  font-family: var(--rf-font-body);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.65;
  color: var(--rf-text-muted);
  margin: 0;
  padding-bottom: 6px;
  max-width: 44ch;
}

/* List */
.rf-criteria__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  counter-reset: rf-criteria;
}

.rf-criteria__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 26px 22px 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.005));
  border: 1px solid var(--rf-line);
  border-radius: 8px;
  overflow: hidden;
  isolation: isolate;
  opacity: 0;
  transform: translateY(20px);
  transition:
    background 0.5s var(--rf-ease),
    border-color 0.5s var(--rf-ease),
    box-shadow 0.5s var(--rf-ease),
    transform 0.7s var(--rf-ease),
    opacity 0.7s var(--rf-ease);
}
.rf-criteria__list.is-visible .rf-criteria__item {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.7s var(--rf-ease) calc(0.15s + var(--rf-criteria-i, 0) * 0.10s),
    transform 0.7s var(--rf-ease) calc(0.15s + var(--rf-criteria-i, 0) * 0.10s),
    background 0.4s var(--rf-ease),
    border-color 0.4s var(--rf-ease),
    box-shadow 0.4s var(--rf-ease);
}

/* Top accent that draws in on hover */
.rf-criteria__item::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, var(--rf-gold), var(--rf-gold-bright));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.6s var(--rf-ease);
  z-index: 2;
}
.rf-criteria__item:hover {
  background: linear-gradient(180deg, rgba(203,182,130,0.06), rgba(203,182,130,0.01));
  border-color: var(--rf-line-strong);
  box-shadow: 0 20px 40px -22px rgba(0,0,0,0.6), 0 0 0 1px rgba(203,182,130,0.18);
}
.rf-criteria__item:hover::before { transform: scaleX(1); }

/* Check icon — animated stroke draw */
.rf-criteria__check {
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--rf-gold);
  border: 1px solid rgba(203,182,130,0.35);
  background: rgba(203,182,130,0.05);
  transition: background 0.4s var(--rf-ease), color 0.4s var(--rf-ease), border-color 0.4s var(--rf-ease), transform 0.5s var(--rf-ease);
}
.rf-criteria__check svg {
  width: 20px;
  height: 20px;
  stroke-dasharray: 28;
  stroke-dashoffset: 28;
  transition: stroke-dashoffset 0.9s var(--rf-ease) calc(0.55s + var(--rf-criteria-i, 0) * 0.10s);
}
.rf-criteria__list.is-visible .rf-criteria__check svg { stroke-dashoffset: 0; }
.rf-criteria__item:hover .rf-criteria__check {
  background: var(--rf-gold);
  border-color: var(--rf-gold);
  color: var(--rf-ink);
  transform: scale(1.06) rotate(-3deg);
}

/* Step label (small uppercase) */
.rf-criteria__num {
  position: relative;
  z-index: 2;
  font-family: var(--rf-font-display);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--rf-gold);
}
.rf-criteria__num::before { content: 'Criterion '; }

.rf-criteria__body { position: relative; z-index: 2; }
.rf-criteria__name {
  font-family: var(--rf-font-display);
  font-weight: 400;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.22;
  letter-spacing: -0.008em;
  margin: 0 0 8px;
  color: #fff;
  transition: color 0.4s var(--rf-ease);
}
.rf-criteria__item:hover .rf-criteria__name { color: var(--rf-gold); }

.rf-criteria__desc {
  font-family: var(--rf-font-body);
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--rf-text-muted);
  margin: 0;
}

/* Giant outlined index watermark — bottom-right corner */
.rf-criteria__index {
  position: absolute;
  right: -8px;
  bottom: -22px;
  font-family: var(--rf-font-display);
  font-weight: 700;
  font-size: clamp(80px, 9vw, 124px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(203,182,130,0.12);
  user-select: none;
  pointer-events: none;
  z-index: 0;
  transition: -webkit-text-stroke-color 0.5s var(--rf-ease), transform 0.6s var(--rf-ease);
}
.rf-criteria__item:hover .rf-criteria__index {
  -webkit-text-stroke-color: rgba(203,182,130,0.32);
  transform: translateY(-4px);
}

/* Responsive */
@media (max-width: 1100px) {
  .rf-criteria__list { grid-template-columns: repeat(3, 1fr); }
  .rf-criteria__item:nth-child(4) { grid-column: 1 / 2; }
  .rf-criteria__item:nth-child(5) { grid-column: 2 / 4; }
}
@media (max-width: 760px) {
  .rf-criteria__head { grid-template-columns: 1fr; gap: 18px; align-items: start; margin-bottom: 32px; }
  .rf-criteria__list { grid-template-columns: repeat(2, 1fr); }
  .rf-criteria__item:nth-child(4),
  .rf-criteria__item:nth-child(5) { grid-column: auto; }
  .rf-criteria__item:nth-child(5) { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  .rf-criteria__list { grid-template-columns: 1fr; }
  .rf-criteria__item:nth-child(5) { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .rf-criteria__item { opacity: 1; transform: none; transition: none; }
  .rf-criteria__check svg { stroke-dashoffset: 0; transition: none; }
  .rf-criteria__label-dot { animation: none; }
}

/* ============================================================
   4. ECOSYSTEM — Modern animated bento (2026)
   ============================================================ */
.rf-eco { position: relative; overflow: hidden; isolation: isolate; }
.rf-eco__ambient {
  position: absolute;
  top: 8%;
  left: 50%;
  width: 70%;
  height: 50%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at 50% 0%,
              rgba(203, 182, 130, 0.10),
              rgba(203, 182, 130, 0.03) 35%,
              transparent 65%);
  pointer-events: none;
  z-index: 0;
  animation: rfEcoAmbient 14s ease-in-out infinite alternate;
}
@keyframes rfEcoAmbient {
  from { transform: translateX(-50%) scale(1); opacity: 0.7; }
  to   { transform: translateX(-50%) scale(1.12); opacity: 1; }
}
.rf-eco .rf-container { position: relative; z-index: 1; }

.rf-eco__label-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 14px;
  border-radius: 50%;
  background: var(--rf-gold);
  box-shadow: 0 0 0 4px rgba(203, 182, 130, 0.18);
  animation: rfEcoLabelDot 2.4s ease-in-out infinite;
  vertical-align: middle;
}
@keyframes rfEcoLabelDot {
  0%, 100% { box-shadow: 0 0 0 4px rgba(203, 182, 130, 0.18); }
  50%      { box-shadow: 0 0 0 7px rgba(203, 182, 130, 0.05); }
}

.rf-eco__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  font-family: var(--rf-font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(203, 182, 130, 0.55);
  transition: color 0.4s var(--rf-ease), gap 0.4s var(--rf-ease),
              border-color 0.4s var(--rf-ease);
}
.rf-eco__cta svg { width: 16px; height: 16px; transition: transform 0.4s var(--rf-ease); }
.rf-eco__cta:hover { color: var(--rf-gold); gap: 18px; border-color: var(--rf-gold); }
.rf-eco__cta:hover svg { transform: translateX(4px); }

.rf-bento {
  margin-top: clamp(56px, 7vw, 88px);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(240px, auto);
  gap: 14px;
}

.rf-bento__cell {
  position: relative;
  background: linear-gradient(165deg,
              rgba(255, 255, 255, 0.025) 0%,
              rgba(255, 255, 255, 0.005) 100%);
  border: 1px solid rgba(203, 182, 130, 0.14);
  border-radius: 8px;
  padding: 32px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 240px;
  overflow: hidden;
  transition: transform 0.55s var(--rf-ease),
              background 0.55s var(--rf-ease),
              border-color 0.55s var(--rf-ease),
              box-shadow 0.55s var(--rf-ease);
}

/* Shimmer sweep on hover */
.rf-bento__cell::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg,
              transparent 40%,
              rgba(203, 182, 130, 0.08) 50%,
              transparent 60%);
  transform: translateX(-100%);
  transition: transform 1s var(--rf-ease);
  pointer-events: none;
}

.rf-bento__cell:hover {
  transform: translateY(-6px);
  background: linear-gradient(165deg,
              rgba(203, 182, 130, 0.08) 0%,
              rgba(255, 255, 255, 0.01) 100%);
  border-color: rgba(203, 182, 130, 0.42);
  box-shadow: 0 22px 48px -22px rgba(203, 182, 130, 0.28),
              inset 0 1px 0 rgba(203, 182, 130, 0.18);
}
.rf-bento__cell:hover::after { transform: translateX(100%); }
.rf-bento__cell:hover .rf-bento__name { color: var(--rf-gold); }
.rf-bento__cell:hover .rf-bento__icon {
  color: var(--rf-gold);
  border-color: rgba(203, 182, 130, 0.45);
  transform: translate(2px, -2px) rotate(-3deg);
}

.rf-bento__icon {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(203, 182, 130, 0.22);
  border-radius: 10px;
  color: rgba(203, 182, 130, 0.65);
  transition: color 0.45s var(--rf-ease),
              transform 0.45s var(--rf-ease),
              border-color 0.45s var(--rf-ease);
  z-index: 2;
}
.rf-bento__icon svg { width: 22px; height: 22px; }

.rf-bento__num {
  font-family: var(--rf-font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: var(--rf-gold);
  position: relative;
  z-index: 1;
}
.rf-bento__body {
  margin-top: auto;
  position: relative;
  z-index: 1;
}
.rf-bento__name {
  font-family: var(--rf-font-display);
  font-weight: 300;
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.15;
  margin: 0 0 14px;
  color: #fff;
  letter-spacing: -0.012em;
  transition: color 0.45s var(--rf-ease);
}
.rf-bento__desc {
  font-family: var(--rf-font-body);
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--rf-text-muted);
  margin: 0;
  font-weight: 400;
}

/* ── Hero cell ─────────────────────────────────────────────── */
.rf-bento__cell--hero {
  grid-column: span 6;
  background: linear-gradient(135deg, #0a0a0a 0%, #15151a 50%, #1a1812 100%);
  padding: clamp(40px, 5vw, 64px) clamp(36px, 5vw, 56px);
  min-height: 280px;
  border-color: rgba(203, 182, 130, 0.22);
}
.rf-bento__hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(203, 182, 130, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(203, 182, 130, 0.07) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 70% 50%, rgba(0, 0, 0, 0.9) 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at 70% 50%, rgba(0, 0, 0, 0.9) 0%, transparent 70%);
  animation: rfEcoGridDrift 30s linear infinite;
  pointer-events: none;
  z-index: 0;
}
@keyframes rfEcoGridDrift {
  from { background-position: 0 0, 0 0; }
  to   { background-position: 56px 56px, 56px 56px; }
}
.rf-bento__hero-orb {
  position: absolute;
  top: 50%;
  right: 8%;
  width: 280px;
  height: 280px;
  transform: translateY(-50%);
  background: radial-gradient(circle,
              rgba(203, 182, 130, 0.28) 0%,
              rgba(203, 182, 130, 0.06) 35%,
              transparent 70%);
  border-radius: 50%;
  filter: blur(2px);
  animation: rfEcoOrb 6s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0;
}
@keyframes rfEcoOrb {
  from { transform: translateY(-50%) scale(1); opacity: 0.75; }
  to   { transform: translateY(-50%) scale(1.15); opacity: 1; }
}
.rf-bento__cell--hero .rf-bento__name {
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 200;
  max-width: 22ch;
  margin-bottom: 32px;
}
.rf-bento__hero-stats {
  display: flex;
  gap: clamp(32px, 5vw, 64px);
  flex-wrap: wrap;
}
.rf-bento__hero-stats > div { display: flex; flex-direction: column; gap: 4px; }
.rf-bento__hero-stats strong {
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: clamp(32px, 3.2vw, 52px);
  line-height: 1;
  color: #fff;
  letter-spacing: -0.02em;
}
.rf-bento__hero-stats span {
  font-family: var(--rf-font-display);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--rf-gold);
}

.rf-bento__cell--wide  { grid-column: span 3; }
.rf-bento__cell--third { grid-column: span 2; }
.rf-bento__cell--half  { grid-column: span 3; }
.rf-bento__cell--full  { grid-column: span 6; min-height: 280px; }

/* ── JAHO featured ─────────────────────────────────────────── */
.rf-bento__cell--jaho {
  grid-column: span 4;
  background: linear-gradient(135deg,
              rgba(203, 182, 130, 0.16) 0%,
              rgba(203, 182, 130, 0.04) 50%,
              rgba(10, 10, 10, 0.5) 100%);
  border-color: rgba(203, 182, 130, 0.4);
  padding: 36px 32px;
}
.rf-bento__jaho-glow {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle,
              rgba(203, 182, 130, 0.35) 0%,
              rgba(203, 182, 130, 0.08) 35%,
              transparent 70%);
  border-radius: 50%;
  filter: blur(8px);
  animation: rfJahoGlow 5s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0;
}
@keyframes rfJahoGlow {
  from { transform: scale(1) translate(0, 0); opacity: 0.7; }
  to   { transform: scale(1.18) translate(-12px, 10px); opacity: 1; }
}
.rf-bento__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 14px;
  font-family: var(--rf-font-display);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--rf-gold);
  background: rgba(203, 182, 130, 0.08);
  border: 1px solid rgba(203, 182, 130, 0.35);
  border-radius: 40px;
  align-self: flex-start;
  position: relative;
  z-index: 1;
}
.rf-bento__badge-pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rf-gold);
  position: relative;
}
.rf-bento__badge-pulse::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 1px solid var(--rf-gold);
  animation: rfBadgePulse 1.8s ease-out infinite;
}
@keyframes rfBadgePulse {
  0%   { transform: scale(1);   opacity: 1; }
  100% { transform: scale(2.5); opacity: 0; }
}
.rf-bento__cell--jaho .rf-bento__name {
  color: var(--rf-gold);
  font-weight: 400;
  font-size: clamp(24px, 2.3vw, 34px);
}
.rf-bento__more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  font-family: var(--rf-font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #fff;
  transition: color 0.4s var(--rf-ease), gap 0.4s var(--rf-ease);
}
.rf-bento__more svg { width: 14px; height: 14px; transition: transform 0.4s var(--rf-ease); }
.rf-bento__cell--jaho:hover .rf-bento__more { color: var(--rf-gold); gap: 16px; }
.rf-bento__cell--jaho:hover .rf-bento__more svg { transform: translateX(4px); }

/* ── Future Cities banner ──────────────────────────────────── */
.rf-bento__cell--full {
  background: linear-gradient(135deg,
              rgba(10, 10, 10, 0.95) 0%,
              rgba(21, 21, 26, 0.95) 100%);
  padding: 44px clamp(32px, 5vw, 56px);
}
.rf-bento__horizon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
}
.rf-bento__horizon span {
  flex: 1;
  background: linear-gradient(180deg,
              transparent 40%,
              rgba(203, 182, 130, 0.10) 80%,
              rgba(203, 182, 130, 0.20) 100%);
  border-right: 1px solid rgba(203, 182, 130, 0.10);
  transform-origin: bottom;
  animation: rfHorizonRise 4s ease-in-out infinite alternate;
}
.rf-bento__horizon span:nth-child(1) { height: 70%; animation-delay: 0s; }
.rf-bento__horizon span:nth-child(2) { height: 92%; animation-delay: 0.4s; }
.rf-bento__horizon span:nth-child(3) { height: 78%; animation-delay: 0.8s; }
.rf-bento__horizon span:nth-child(4) { height: 100%; animation-delay: 1.2s; }
@keyframes rfHorizonRise {
  from { transform: scaleY(0.92); opacity: 0.4; }
  to   { transform: scaleY(1.02); opacity: 0.75; }
}
.rf-bento__year {
  position: absolute;
  top: 50%;
  right: clamp(32px, 5vw, 56px);
  transform: translateY(-50%);
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: clamp(64px, 8vw, 120px);
  letter-spacing: -0.04em;
  line-height: 1;
  color: rgba(203, 182, 130, 0.85);
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
  z-index: 1;
}
.rf-bento__year span {
  font-size: 0.42em;
  color: var(--rf-gold);
  font-weight: 300;
  transition: transform 0.5s var(--rf-ease);
}
.rf-bento__cell--full:hover .rf-bento__year span { transform: translateX(8px); }

/* ── Reduce motion ─────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .rf-eco__ambient,
  .rf-eco__label-dot,
  .rf-bento__hero-grid,
  .rf-bento__hero-orb,
  .rf-bento__jaho-glow,
  .rf-bento__badge-pulse::after,
  .rf-bento__horizon span { animation: none; }
}

/* ── Reveal stagger extension ──────────────────────────────── */
html.rf-anim .rf-reveal--d5 { transition-delay: 0.55s; }
html.rf-anim .rf-reveal--d6 { transition-delay: 0.66s; }
html.rf-anim .rf-reveal--d7 { transition-delay: 0.78s; }

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .rf-bento { grid-template-columns: repeat(4, 1fr); }
  .rf-bento__cell--hero,
  .rf-bento__cell--jaho,
  .rf-bento__cell--full { grid-column: span 4; }
  .rf-bento__cell--third { grid-column: span 2; }
}
@media (max-width: 720px) {
  .rf-bento { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .rf-bento__cell--hero,
  .rf-bento__cell--wide,
  .rf-bento__cell--third,
  .rf-bento__cell--half,
  .rf-bento__cell--full,
  .rf-bento__cell--jaho { grid-column: span 2; }
  .rf-bento__cell { min-height: 200px; padding: 24px 22px; }
  .rf-bento__icon { width: 36px; height: 36px; top: 20px; right: 20px; }
  .rf-bento__icon svg { width: 18px; height: 18px; }
  .rf-bento__year { font-size: clamp(48px, 11vw, 72px); }
}
@media (max-width: 480px) {
  .rf-bento { grid-template-columns: 1fr; }
  .rf-bento__cell--hero,
  .rf-bento__cell--wide,
  .rf-bento__cell--third,
  .rf-bento__cell--half,
  .rf-bento__cell--full,
  .rf-bento__cell--jaho { grid-column: span 1; }
  .rf-bento__hero-stats { gap: 28px; }
  .rf-bento__year { position: static; transform: none; margin-top: 16px; font-size: 56px; }
}

/* ============================================================
   4b. ECOSYSTEM — Orbital diagram (replaces bento for #ecosystem)
   ============================================================ */
.rf-orbit {
  --rf-orbit-r: 320px;
  --rf-orbit-node-w: 200px;
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: clamp(16px, 2vw, 28px) auto 0;
  aspect-ratio: 1 / 0.92;
  isolation: isolate;
  overflow: visible;
}

.rf-orbit__grid {
  position: absolute;
  inset: 4%;
  background-image:
    linear-gradient(rgba(203,182,130,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(203,182,130,0.05) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(circle at center, #000 0%, transparent 75%);
  z-index: 0;
  opacity: 0;
  transition: opacity 1.2s var(--rf-ease) 0.2s;
}
.rf-orbit.is-visible .rf-orbit__grid { opacity: 1; }

.rf-orbit__rings {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  z-index: 1;
}
.rf-orbit__ring {
  position: absolute;
  border: 1px dashed rgba(203,182,130,0.18);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 1s var(--rf-ease);
}
.rf-orbit__ring--1 { width: 280px; height: 280px; }
.rf-orbit__ring--2 { width: 480px; height: 480px; border-style: solid; border-color: rgba(203,182,130,0.12); }
.rf-orbit__ring--3 { width: 660px; height: 660px; border-color: rgba(203,182,130,0.08); }
.rf-orbit.is-visible .rf-orbit__ring--1 { opacity: 1; transition-delay: 0.35s; animation: rf-orbit-spin 90s linear infinite; }
.rf-orbit.is-visible .rf-orbit__ring--2 { opacity: 1; transition-delay: 0.45s; animation: rf-orbit-spin-rev 180s linear infinite; }
.rf-orbit.is-visible .rf-orbit__ring--3 { opacity: 1; transition-delay: 0.55s; }

@keyframes rf-orbit-spin     { to { transform: rotate(360deg); } }
@keyframes rf-orbit-spin-rev { to { transform: rotate(-360deg); } }

.rf-orbit__particle {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--rf-gold);
  box-shadow: 0 0 12px var(--rf-gold);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.rf-orbit.is-visible .rf-orbit__particle { opacity: 0.85; }
.rf-orbit__particle--a { top: 18%; left: 22%; animation: rf-orbit-drift 9s ease-in-out infinite; }
.rf-orbit__particle--b { top: 76%; left: 78%; animation: rf-orbit-drift 11s ease-in-out -3s infinite reverse; }
.rf-orbit__particle--c { top: 32%; left: 84%; animation: rf-orbit-drift 13s ease-in-out -6s infinite; }
@keyframes rf-orbit-drift {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.85; }
  50%      { transform: translate(20px, -30px) scale(0.6); opacity: 0.35; }
}

.rf-orbit__lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  overflow: visible;
}
.rf-orbit__line {
  stroke: rgba(203,182,130,0.35);
  stroke-width: 0.4;
  stroke-dasharray: 4 3;
  stroke-dashoffset: 200;
  filter: drop-shadow(0 0 1px rgba(203,182,130,0.22));
  transition: stroke-dashoffset 1.4s var(--rf-ease) calc(0.4s + var(--rf-orbit-i, 0) * 0.1s);
}
.rf-orbit.is-visible .rf-orbit__line {
  stroke-dashoffset: 0;
  animation: rf-orbit-flow 6s linear infinite;
  animation-delay: calc(1.6s + var(--rf-orbit-i, 0) * 0.2s);
}
@keyframes rf-orbit-flow {
  to { stroke-dashoffset: -28; }
}

.rf-orbit__core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 240px;
  height: 240px;
  margin: -120px 0 0 -120px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 30%, rgba(203,182,130,0.18), rgba(203,182,130,0.02) 60%),
    radial-gradient(circle at center, rgba(10,10,10,0.95), rgba(10,10,10,0.7));
  border: 1px solid rgba(203,182,130,0.35);
  box-shadow:
    inset 0 0 24px rgba(203,182,130,0.07),
    0 0 32px rgba(203,182,130,0.10),
    0 0 0 1px rgba(203,182,130,0.05);
  z-index: 4;
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.8s var(--rf-ease) 0.5s, transform 0.8s var(--rf-ease) 0.5s;
}
.rf-orbit.is-visible .rf-orbit__core { opacity: 1; transform: scale(1); }

.rf-orbit__core-pulse {
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  border: 1px solid rgba(203,182,130,0.45);
  opacity: 0;
  pointer-events: none;
}
.rf-orbit.is-visible .rf-orbit__core-pulse { animation: rf-orbit-pulse 4s ease-out infinite; }
.rf-orbit.is-visible .rf-orbit__core-pulse--d { animation-delay: 2s; }
@keyframes rf-orbit-pulse {
  0%   { transform: scale(1);   opacity: 0.7; }
  100% { transform: scale(1.6); opacity: 0; }
}

.rf-orbit__core-inner {
  text-align: center;
  display: grid;
  gap: 4px;
  padding: 0 20px;
}
.rf-orbit__core-tag {
  font-family: var(--rf-font-display);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--rf-gold);
}
.rf-orbit__core-big {
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: 72px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 4px 0 2px;
}
.rf-orbit__core-label {
  font-family: var(--rf-font-display);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.2;
}
.rf-orbit__core-label--prime {
  font-size: clamp(15px, 1.4vw, 19px);
  font-weight: 300;
  letter-spacing: 0.04em;
  margin-top: 8px;
}
.rf-orbit__core-sub {
  font-family: var(--rf-font-body);
  font-size: 11px;
  color: var(--rf-text-muted);
  margin-top: 6px;
}

/* Division nodes — polar-positioned */
.rf-orbit__node {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--rf-orbit-node-w);
  transform:
    translate(-50%, -50%)
    rotate(var(--rf-orbit-ang))
    translateY(calc(-1 * var(--rf-orbit-r)))
    rotate(calc(-1 * var(--rf-orbit-ang)));
  display: grid;
  grid-template-columns: 36px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  row-gap: 2px;
  padding: 14px 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.005));
  border: 1px solid rgba(203,182,130,0.22);
  border-radius: 10px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 3;
  cursor: default;
  outline: none;
  opacity: 0;
  transition:
    opacity 0.7s var(--rf-ease) calc(0.7s + var(--rf-orbit-i, 0) * 0.1s),
    background 0.4s var(--rf-ease),
    border-color 0.4s var(--rf-ease),
    box-shadow 0.4s var(--rf-ease);
}
.rf-orbit.is-visible .rf-orbit__node { opacity: 1; }

.rf-orbit__node-num {
  grid-row: 1 / 3;
  grid-column: 1;
  align-self: center;
  font-family: var(--rf-font-display);
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(203,182,130,0.35);
  transition: color 0.4s var(--rf-ease), -webkit-text-stroke-color 0.4s var(--rf-ease);
}
.rf-orbit__node-icon { display: none; }
.rf-orbit__node-name {
  grid-column: 2;
  grid-row: 1;
  font-family: var(--rf-font-display);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.005em;
  line-height: 1.15;
  color: #fff;
  margin: 0;
  transition: color 0.4s var(--rf-ease);
}
.rf-orbit__node-tag {
  grid-column: 2;
  grid-row: 2;
  font-family: var(--rf-font-body);
  font-size: 11px;
  line-height: 1.4;
  color: var(--rf-text-muted);
  margin: 0;
  letter-spacing: 0.02em;
}

.rf-orbit__node:hover,
.rf-orbit__node:focus-visible {
  background: linear-gradient(180deg, rgba(203,182,130,0.10), rgba(203,182,130,0.01));
  border-color: var(--rf-gold);
  box-shadow:
    0 18px 36px -18px rgba(0,0,0,0.7),
    0 0 24px rgba(203,182,130,0.22);
}
.rf-orbit__node:hover .rf-orbit__node-num,
.rf-orbit__node:focus-visible .rf-orbit__node-num {
  color: var(--rf-gold);
  -webkit-text-stroke-color: var(--rf-gold);
}
.rf-orbit__node:hover .rf-orbit__node-name,
.rf-orbit__node:focus-visible .rf-orbit__node-name { color: var(--rf-gold); }

/* JAHO featured spotlight banner */
.rf-eco__feature {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  margin-top: clamp(56px, 7vw, 88px);
  padding: clamp(36px, 5vw, 60px);
  background: linear-gradient(135deg, rgba(203,182,130,0.10), rgba(203,182,130,0.01) 60%),
              linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.005));
  border: 1px solid var(--rf-line-strong);
  border-radius: 10px;
  overflow: hidden;
  isolation: isolate;
}
.rf-eco__feature-glow {
  position: absolute;
  inset: -40%;
  background: radial-gradient(60% 60% at 80% 20%, rgba(203,182,130,0.16), transparent 60%);
  z-index: 0;
  pointer-events: none;
  animation: rf-eco-feat-glow 8s ease-in-out infinite alternate;
}
@keyframes rf-eco-feat-glow {
  0%   { transform: translate(0, 0); opacity: 0.85; }
  100% { transform: translate(-6%, 4%); opacity: 1; }
}

.rf-eco__feature-bars {
  position: absolute;
  top: 12%;
  bottom: 12%;
  right: 6%;
  display: flex;
  gap: 12px;
  align-items: flex-end;
  z-index: 0;
  pointer-events: none;
  opacity: 0.45;
}
.rf-eco__feature-bars span {
  display: block;
  width: 6px;
  background: linear-gradient(180deg, var(--rf-gold-bright), rgba(203,182,130,0));
  border-radius: 3px;
  animation: rf-eco-bar 2.4s ease-in-out infinite alternate;
}
.rf-eco__feature-bars span:nth-child(1) { height: 28%; animation-delay: -0.4s; }
.rf-eco__feature-bars span:nth-child(2) { height: 56%; animation-delay: -1.0s; }
.rf-eco__feature-bars span:nth-child(3) { height: 84%; animation-delay: -0.2s; }
.rf-eco__feature-bars span:nth-child(4) { height: 42%; animation-delay: -1.6s; }
.rf-eco__feature-bars span:nth-child(5) { height: 70%; animation-delay: -0.8s; }
@keyframes rf-eco-bar {
  to { transform: scaleY(0.55); }
}

.rf-eco__feature-body { position: relative; z-index: 2; }

.rf-eco__feature-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--rf-font-display);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--rf-gold);
  margin-bottom: 18px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(203,182,130,0.32);
  background: rgba(203,182,130,0.05);
}
.rf-eco__feature-pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rf-gold);
  box-shadow: 0 0 0 3px rgba(203,182,130,0.2);
  animation: rf-eco-feat-pulse 2.2s ease-in-out infinite;
}
@keyframes rf-eco-feat-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(203,182,130,0.2); }
  50%      { box-shadow: 0 0 0 7px rgba(203,182,130,0.04); }
}

.rf-eco__feature-name {
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: clamp(32px, 4.6vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.018em;
  margin: 0 0 14px;
  color: #fff;
}
.rf-eco__feature-desc {
  font-family: var(--rf-font-body);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.6;
  color: var(--rf-text-muted);
  margin: 0 0 22px;
  max-width: 52ch;
}
.rf-eco__feature-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--rf-font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--rf-gold);
  transition: color 0.4s var(--rf-ease), gap 0.4s var(--rf-ease);
}
.rf-eco__feature-link svg { width: 14px; height: 14px; transition: transform 0.4s var(--rf-ease); }
.rf-eco__feature-link:hover { color: var(--rf-gold); gap: 14px; }
.rf-eco__feature-link:hover svg { transform: translateX(4px); }

.rf-eco__feature-stamp {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: end;
  gap: 6px;
  text-align: right;
}
.rf-eco__feature-stamp-big {
  font-family: var(--rf-font-display);
  font-weight: 700;
  font-size: clamp(72px, 10vw, 140px);
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(203,182,130,0.35);
  user-select: none;
}
.rf-eco__feature-stamp-num {
  font-family: var(--rf-font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--rf-gold);
}

/* Tablet — collapse orbit to a vertical stack */
@media (max-width: 900px) {
  .rf-orbit {
    aspect-ratio: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 560px;
    padding: 0;
  }
  .rf-orbit__grid,
  .rf-orbit__rings,
  .rf-orbit__lines,
  .rf-orbit__particle { display: none; }

  .rf-orbit__core {
    position: static;
    width: 100%;
    height: auto;
    margin: 0 0 8px;
    border-radius: 12px;
    padding: 24px 20px;
    aspect-ratio: auto;
  }
  .rf-orbit__core-big { font-size: 56px; }

  .rf-orbit__node {
    position: static;
    width: 100%;
    transform: none;
    grid-template-columns: 44px 1fr;
    padding: 16px 18px;
  }
  .rf-orbit__node-num { font-size: 32px; }
  .rf-orbit__node-name { font-size: 15px; }
}

@media (max-width: 720px) {
  .rf-eco__feature {
    grid-template-columns: 1fr;
    text-align: left;
    gap: 24px;
  }
  .rf-eco__feature-bars { display: none; }
  .rf-eco__feature-stamp { justify-items: start; text-align: left; }
}

/* Honor reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .rf-orbit.is-visible .rf-orbit__ring--1,
  .rf-orbit.is-visible .rf-orbit__ring--2 { animation: none; }
  .rf-orbit.is-visible .rf-orbit__line { animation: none; }
  .rf-orbit.is-visible .rf-orbit__core-pulse { animation: none; }
  .rf-orbit__particle { animation: none !important; }
  .rf-eco__feature-glow,
  .rf-eco__feature-bars span,
  .rf-eco__feature-pulse { animation: none; }
}

/* ============================================================
   5. FUTURE VISION — 3-card vision board (2026)
   ============================================================ */
.rf-vision { position: relative; overflow: hidden; isolation: isolate; }
.rf-vision__ambient {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(50% 40% at 20% 15%, rgba(203,182,130,0.08), transparent 70%),
    radial-gradient(35% 30% at 85% 80%, rgba(203,182,130,0.06), transparent 70%);
  animation: rfVisionAmbient 14s ease-in-out infinite alternate;
}
@keyframes rfVisionAmbient {
  from { opacity: 0.7; transform: scale(1); }
  to   { opacity: 1;   transform: scale(1.06); }
}
.rf-vision .rf-container { position: relative; z-index: 1; }

.rf-vision__label-dot {
  display: inline-block;
  width: 6px; height: 6px;
  margin-right: 14px;
  border-radius: 50%;
  background: var(--rf-gold);
  box-shadow: 0 0 0 4px rgba(203,182,130,0.18);
  animation: rfVisionDot 2.4s ease-in-out infinite;
  vertical-align: middle;
}
@keyframes rfVisionDot {
  0%, 100% { box-shadow: 0 0 0 4px rgba(203,182,130,0.18); }
  50%      { box-shadow: 0 0 0 7px rgba(203,182,130,0.05); }
}

.rf-vision__head {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: end;
  margin-bottom: clamp(56px, 7vw, 88px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.rf-vision__title {
  font-family: var(--rf-font-display);
  font-weight: 300;
  font-size: clamp(34px, 4.4vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin: 0;
  color: #fff;
  max-width: 16ch;
}
.rf-vision__title em { font-style: italic; color: var(--rf-gold); font-weight: 300; }
.rf-vision__title strong { font-style: normal; font-weight: 500; color: var(--rf-gold); }
.rf-vision__head-right { padding-bottom: 10px; max-width: 50ch; }
.rf-vision__lead {
  font-family: var(--rf-font-body);
  font-size: clamp(14.5px, 1.05vw, 17px);
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
  margin: 0;
}

.rf-vision__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 1400px;
  margin: 0 auto;
}
.rf-vision__card {
  position: relative;
  padding: 26px 28px 30px;
  background: rgba(40, 36, 26, 0.42);
  backdrop-filter: blur(10px) saturate(1.05);
  -webkit-backdrop-filter: blur(10px) saturate(1.05);
  border: 1px solid rgba(203,182,130,0.22);
  border-radius: 10px;
  overflow: hidden;
  isolation: isolate;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  transition: transform 0.55s var(--rf-ease), border-color 0.55s var(--rf-ease),
              background 0.55s var(--rf-ease), box-shadow 0.55s var(--rf-ease);
}
.rf-vision__card::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 40%, rgba(203,182,130,0.08) 50%, transparent 60%);
  transform: translateX(-100%);
  transition: transform 1s var(--rf-ease);
  pointer-events: none;
  z-index: 0;
}
.rf-vision__card:hover {
  transform: translateY(-6px);
  border-color: rgba(203,182,130,0.42);
  background: linear-gradient(165deg, rgba(203,182,130,0.08) 0%, rgba(255,255,255,0.01) 100%);
  box-shadow: 0 22px 48px -22px rgba(203,182,130,0.28),
              inset 0 1px 0 rgba(203,182,130,0.18);
}
.rf-vision__card:hover::after { transform: translateX(100%); }
.rf-vision__card:hover .rf-vision__card-title { color: var(--rf-gold); }

.rf-vision__card-num {
  position: relative; z-index: 1;
  margin-top: auto;
  font-family: var(--rf-font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--rf-gold);
  margin-bottom: 14px;
}
.rf-vision__card-title {
  position: relative; z-index: 1;
  font-family: var(--rf-font-display);
  font-weight: 400;
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.2;
  margin: 0 0 12px;
  color: #fff;
  letter-spacing: -0.012em;
  transition: color 0.45s var(--rf-ease);
}
.rf-vision__card-desc {
  position: relative; z-index: 1;
  font-family: var(--rf-font-body);
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--rf-text-muted);
  margin: 0;
}

.rf-vision__viz {
  position: relative;
  height: 160px;
  margin: -26px -28px 24px;
  border-bottom: 1px solid rgba(203,182,130,0.10);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(203,182,130,0.04) 0%, transparent 100%);
}

.rf-vision__viz--geo .rf-vision__lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.rf-vision__dot {
  position: absolute;
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--rf-gold);
  box-shadow: 0 0 0 4px rgba(203,182,130,0.18);
  animation: rfVisionDotPulse 2.8s ease-in-out infinite;
}
.rf-vision__dot--1 { top: 42%; left: 18%; animation-delay: 0s; }
.rf-vision__dot--2 { top: 58%; left: 78%; animation-delay: 1.2s; }
@keyframes rfVisionDotPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(203,182,130,0.18); }
  50%      { box-shadow: 0 0 0 9px rgba(203,182,130,0.04); }
}

.rf-vision__viz--model { perspective: 600px; }
.rf-vision__layer {
  position: absolute;
  left: 50%;
  width: 56%;
  height: 14px;
  border: 1px solid rgba(203,182,130,0.35);
  background: linear-gradient(90deg, rgba(203,182,130,0.06), rgba(203,182,130,0.14), rgba(203,182,130,0.06));
  border-radius: 2px;
  transform: translateX(-50%) rotateX(58deg);
  transform-origin: center;
  animation: rfVisionLayer 4.5s ease-in-out infinite;
}
.rf-vision__layer--1 { top: 38%; animation-delay: 0s;   opacity: 1; }
.rf-vision__layer--2 { top: 50%; animation-delay: 0.3s; opacity: 0.85; width: 64%; }
.rf-vision__layer--3 { top: 62%; animation-delay: 0.6s; opacity: 0.7;  width: 72%; }
.rf-vision__layer--4 { top: 74%; animation-delay: 0.9s; opacity: 0.55; width: 80%; }
@keyframes rfVisionLayer {
  0%, 100% { transform: translateX(-50%) rotateX(58deg) translateY(0); }
  50%      { transform: translateX(-50%) rotateX(58deg) translateY(-4px); }
}

.rf-vision__viz--horizon {
  background: linear-gradient(180deg, rgba(203,182,130,0.10) 0%, rgba(203,182,130,0.04) 50%, rgba(10,10,10,0.5) 100%);
}
.rf-vision__sun {
  position: absolute;
  bottom: 38%; left: 50%;
  width: 88px; height: 88px;
  background: radial-gradient(circle, rgba(255,210,140,0.55) 0%, rgba(203,182,130,0.20) 40%, transparent 70%);
  border-radius: 50%;
  transform: translateX(-50%);
  animation: rfVisionSun 5s ease-in-out infinite alternate;
}
@keyframes rfVisionSun {
  from { transform: translateX(-50%) translateY(0)    scale(1);    opacity: 0.85; }
  to   { transform: translateX(-50%) translateY(-6px) scale(1.08); opacity: 1; }
}
.rf-vision__horizon-line {
  position: absolute;
  bottom: 38%; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(203,182,130,0.65) 50%, transparent);
}
.rf-vision__year {
  position: absolute;
  bottom: 12px; right: 16px;
  font-family: var(--rf-font-display);
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 0.18em;
  color: var(--rf-gold);
  opacity: 0.85;
}

@media (prefers-reduced-motion: reduce) {
  .rf-vision__ambient, .rf-vision__label-dot,
  .rf-vision__dot, .rf-vision__layer, .rf-vision__sun { animation: none; }
}
@media (max-width: 1100px) {
  .rf-vision__head { grid-template-columns: 1fr; gap: 28px; align-items: start; }
  .rf-vision__head-right { padding-bottom: 0; max-width: 62ch; }
}
@media (max-width: 800px) {
  .rf-vision__grid { grid-template-columns: 1fr; }
  .rf-vision__card { min-height: auto; }
}

/* ============================================================
   6. FUTURE SYSTEMS — Animated numbered list (2026)
   ============================================================ */
.rf-systems { position: relative; overflow: hidden; isolation: isolate; }
.rf-systems__ambient {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(40% 50% at 80% 30%, rgba(203,182,130,0.08), transparent 70%),
    radial-gradient(35% 30% at 10% 80%, rgba(203,182,130,0.05), transparent 70%);
  animation: rfSystemsAmbient 14s ease-in-out infinite alternate;
}
@keyframes rfSystemsAmbient { from { opacity: 0.7; } to { opacity: 1; } }
.rf-systems .rf-container { position: relative; z-index: 1; }

.rf-systems__label-dot {
  display: inline-block;
  width: 6px; height: 6px;
  margin-right: 14px;
  border-radius: 50%;
  background: var(--rf-gold);
  box-shadow: 0 0 0 4px rgba(203,182,130,0.18);
  animation: rfSystemsDot 2.4s ease-in-out infinite;
  vertical-align: middle;
}
@keyframes rfSystemsDot {
  0%, 100% { box-shadow: 0 0 0 4px rgba(203,182,130,0.18); }
  50%      { box-shadow: 0 0 0 7px rgba(203,182,130,0.05); }
}

.rf-systems__head {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: end;
  margin-bottom: clamp(48px, 6vw, 72px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.rf-systems__title {
  font-family: var(--rf-font-display);
  font-weight: 300;
  font-size: clamp(34px, 4.4vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin: 0;
  color: #fff;
  max-width: 14ch;
}
.rf-systems__title em { font-style: italic; color: var(--rf-gold); font-weight: 300; }
.rf-systems__title strong { font-style: normal; font-weight: 500; color: var(--rf-gold); }
.rf-systems__head-right { padding-bottom: 10px; max-width: 50ch; }
.rf-systems__lead {
  font-family: var(--rf-font-body);
  font-size: clamp(14.5px, 1.05vw, 17px);
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
  margin: 0 0 14px;
}
.rf-systems__body {
  font-family: var(--rf-font-body);
  font-size: 14px;
  line-height: 1.7;
  color: var(--rf-text-muted);
  margin: 0;
}

.rf-systems__list {
  list-style: none;
  padding: 0;
  max-width: 1400px;
  margin: 0 auto;
  border-top: 1px solid rgba(203,182,130,0.15);
}
.rf-systems__row {
  position: relative;
  display: grid;
  grid-template-columns: 120px 1fr auto;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  padding: clamp(22px, 3vw, 32px) clamp(14px, 2vw, 28px);
  border-bottom: 1px solid rgba(203,182,130,0.15);
  cursor: default;
  isolation: isolate;
  transition: background 0.55s var(--rf-ease), padding-left 0.55s var(--rf-ease);
}
.rf-systems__row::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--rf-gold), var(--rf-gold-bright));
  transition: width 1s var(--rf-ease) calc(0.2s + var(--rf-sys-i, 0) * 0.1s);
  box-shadow: 0 0 8px rgba(203,182,130,0.4);
}
html.rf-anim .rf-systems__row.is-visible::before { width: 100%; }
.rf-systems__row::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(203,182,130,0.10), rgba(203,182,130,0.02));
  opacity: 0;
  transition: opacity 0.55s var(--rf-ease);
  pointer-events: none;
  z-index: -1;
}
.rf-systems__row:hover { padding-left: clamp(20px, 2.5vw, 36px); }
.rf-systems__row:hover::after { opacity: 1; }
.rf-systems__row:hover .rf-systems__row-num {
  color: var(--rf-gold);
  -webkit-text-stroke-color: rgba(203,182,130,0.55);
  transform: translateX(-4px);
}
.rf-systems__row:hover .rf-systems__row-title { color: var(--rf-gold); }
.rf-systems__row:hover .rf-systems__row-desc { opacity: 1; }
.rf-systems__row:hover .rf-systems__row-arrow {
  color: var(--rf-ink);
  background: var(--rf-gold);
  border-color: var(--rf-gold);
  transform: translateX(6px);
}

.rf-systems__row-num {
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: clamp(48px, 5.5vw, 84px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(203,182,130,0.22);
  transition: color 0.5s var(--rf-ease),
              -webkit-text-stroke-color 0.5s var(--rf-ease),
              transform 0.5s var(--rf-ease);
}
.rf-systems__row-body { min-width: 0; }
.rf-systems__row-title {
  font-family: var(--rf-font-display);
  font-weight: 400;
  font-size: clamp(20px, 1.9vw, 30px);
  line-height: 1.18;
  letter-spacing: -0.012em;
  margin: 0 0 6px;
  color: #fff;
  transition: color 0.5s var(--rf-ease);
}
.rf-systems__row-desc {
  font-family: var(--rf-font-body);
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--rf-text-muted);
  margin: 0;
  opacity: 0.6;
  transition: opacity 0.5s var(--rf-ease);
}
.rf-systems__row-arrow {
  flex-shrink: 0;
  width: 38px; height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(203,182,130,0.32);
  color: rgba(203,182,130,0.7);
  transition: color 0.4s var(--rf-ease), background 0.4s var(--rf-ease),
              border-color 0.4s var(--rf-ease), transform 0.4s var(--rf-ease);
}
.rf-systems__row-arrow svg { width: 14px; height: 14px; }

@media (prefers-reduced-motion: reduce) {
  .rf-systems__ambient, .rf-systems__label-dot { animation: none; }
  .rf-systems__row::before { width: 100%; transition: none; }
}
@media (max-width: 1100px) {
  .rf-systems__head { grid-template-columns: 1fr; gap: 28px; align-items: start; }
  .rf-systems__head-right { padding-bottom: 0; max-width: 62ch; }
}
@media (max-width: 720px) {
  .rf-systems__row { grid-template-columns: 64px 1fr; gap: 16px; padding: 20px 12px; }
  .rf-systems__row-num { font-size: 40px; }
  .rf-systems__row-arrow { display: none; }
  .rf-systems__row-desc { opacity: 1; font-size: 13px; }
}

/* ============================================================
   7-8. CTA bands — shared base
   ============================================================ */
.rf-cta-band {
  padding-top: clamp(80px, 10vw, 140px);
  padding-bottom: clamp(80px, 10vw, 140px);
  text-align: left;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.rf-cta-band--projects {
  background: linear-gradient(180deg, #f7f0e2 0%, var(--rf-cream) 100%);
  color: var(--rf-ink);
}
.rf-cta-band--leadership {
  background: linear-gradient(180deg, var(--rf-ink-soft) 0%, #0d0d12 100%);
  color: #fff;
}
.rf-cta-band .rf-container { position: relative; z-index: 1; }

/* ============================================================
   7. PROJECTS & EXECUTION — Editorial + metrics + marquee
   ============================================================ */
.rf-projects__grid-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(168,148,94,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168,148,94,0.06) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at 50% 30%, rgba(0,0,0,0.8) 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 30%, rgba(0,0,0,0.8) 0%, transparent 75%);
  animation: rfProjectsGrid 40s linear infinite;
}
@keyframes rfProjectsGrid {
  from { background-position: 0 0, 0 0; }
  to   { background-position: 64px 64px, 64px 64px; }
}

.rf-projects__corner {
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 0;
  pointer-events: none;
}
.rf-projects__corner--tl {
  top: clamp(24px, 4vw, 56px);
  left: clamp(24px, 5vw, 64px);
  border-top: 1px solid rgba(168,148,94,0.35);
  border-left: 1px solid rgba(168,148,94,0.35);
}
.rf-projects__corner--br {
  bottom: clamp(24px, 4vw, 56px);
  right: clamp(24px, 5vw, 64px);
  border-bottom: 1px solid rgba(168,148,94,0.35);
  border-right: 1px solid rgba(168,148,94,0.35);
}

.rf-projects__label { color: var(--rf-gold-deep); }
.rf-projects__label-dot {
  display: inline-block;
  width: 6px; height: 6px;
  margin-right: 14px;
  border-radius: 50%;
  background: var(--rf-gold-deep);
  box-shadow: 0 0 0 4px rgba(168,148,94,0.18);
  animation: rfProjectsDot 2.4s ease-in-out infinite;
  vertical-align: middle;
}
@keyframes rfProjectsDot {
  0%, 100% { box-shadow: 0 0 0 4px rgba(168,148,94,0.18); }
  50%      { box-shadow: 0 0 0 7px rgba(168,148,94,0.05); }
}

.rf-projects__head {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: end;
  margin-bottom: clamp(56px, 7vw, 88px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.rf-projects__title {
  font-family: var(--rf-font-display);
  font-weight: 300;
  font-size: clamp(36px, 4.8vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.028em;
  margin: 0;
  color: var(--rf-ink);
  max-width: 13ch;
}
.rf-projects__title em {
  font-style: italic;
  font-weight: 400;
  color: var(--rf-gold-deep);
}
.rf-projects__head-right { padding-bottom: 8px; max-width: 50ch; }
.rf-projects__lead {
  font-family: var(--rf-font-body);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.7;
  color: rgba(10,10,10,0.72);
  margin: 0 0 26px;
}

/* Premium CTA button */
.rf-projects__cta,
.rf-leadership__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 26px;
  font-family: var(--rf-font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  overflow: hidden;
  isolation: isolate;
  transition: color 0.4s var(--rf-ease), transform 0.4s var(--rf-ease),
              box-shadow 0.4s var(--rf-ease);
}
.rf-projects__cta {
  color: var(--rf-ink);
  border: 1px solid rgba(10,10,10,0.55);
}
.rf-projects__cta-bg,
.rf-leadership__cta-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--rf-ink);
  transform: translateX(-101%);
  transition: transform 0.5s var(--rf-ease);
}
.rf-leadership__cta-bg { background: var(--rf-gold); }
.rf-projects__cta-arrow,
.rf-leadership__cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(10,10,10,0.08);
  transition: background 0.4s var(--rf-ease), transform 0.4s var(--rf-ease),
              color 0.4s var(--rf-ease);
}
.rf-projects__cta-arrow svg,
.rf-leadership__cta-arrow svg { width: 11px; height: 11px; }

.rf-projects__cta:hover {
  color: var(--rf-cream);
  border-color: var(--rf-ink);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -14px rgba(10,10,10,0.4);
}
.rf-projects__cta:hover .rf-projects__cta-bg { transform: translateX(0); }
.rf-projects__cta:hover .rf-projects__cta-arrow {
  background: var(--rf-gold);
  color: var(--rf-ink);
  transform: translateX(3px);
}

/* Metrics row */
.rf-projects__metrics {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin-bottom: clamp(48px, 6vw, 80px);
  background: rgba(168,148,94,0.25);
  border-top: 1px solid rgba(168,148,94,0.25);
  border-bottom: 1px solid rgba(168,148,94,0.25);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.rf-projects__metric {
  background: linear-gradient(180deg, var(--rf-cream) 0%, rgba(247,240,226,0.8) 100%);
  padding: clamp(28px, 3.5vw, 44px) clamp(20px, 2.5vw, 36px);
  position: relative;
  overflow: hidden;
  transition: background 0.5s var(--rf-ease);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.rf-projects__metric::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--rf-gold-deep), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s var(--rf-ease) 0.3s;
}
html.rf-anim .rf-projects__metric.is-visible::before { transform: scaleX(1); }
.rf-projects__metric:hover { background: linear-gradient(180deg, #faf5e8, var(--rf-cream)); }
.rf-projects__metric-value {
  display: block;
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: clamp(40px, 4.6vw, 72px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--rf-ink);
  margin-bottom: 14px;
  white-space: nowrap;
}
.rf-projects__metric-value sup {
  font-size: 0.45em;
  color: var(--rf-gold-deep);
  font-weight: 400;
  vertical-align: super;
  letter-spacing: 0;
}
.rf-projects__metric-label {
  font-family: var(--rf-font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--rf-gold-deep);
}

/* Marquee strip */
.rf-projects__marquee {
  position: relative;
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
  border-top: 1px solid rgba(168,148,94,0.18);
  border-bottom: 1px solid rgba(168,148,94,0.18);
  padding: 22px 0;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.rf-projects__marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  white-space: nowrap;
  animation: rfProjectsMarquee 32s linear infinite;
}
.rf-projects__marquee-track > span {
  font-family: var(--rf-font-display);
  font-weight: 300;
  font-size: clamp(20px, 2.6vw, 36px);
  letter-spacing: -0.018em;
  color: rgba(10,10,10,0.78);
}
.rf-projects__marquee-track > span:nth-child(4n+1) { color: var(--rf-gold-deep); font-weight: 400; font-style: italic; }
.rf-projects__marquee-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rf-gold-deep);
  flex-shrink: 0;
}
@keyframes rfProjectsMarquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .rf-projects__grid-bg,
  .rf-projects__label-dot,
  .rf-projects__marquee-track { animation: none; }
}
@media (max-width: 1240px) {
  .rf-projects__metrics { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 1100px) {
  .rf-projects__head { grid-template-columns: 1fr; gap: 28px; align-items: start; }
  .rf-projects__head-right { padding-bottom: 0; max-width: 62ch; }
  .rf-projects__metrics { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .rf-projects__metrics { grid-template-columns: 1fr; }
  .rf-projects__corner { display: none; }
}
.rf-projects__metric-value small {
  font-family: var(--rf-font-display);
  font-size: 0.32em;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rf-gold-deep);
  margin-left: 6px;
  vertical-align: 0.2em;
}
.rf-projects__metric--long .rf-projects__metric-value {
  font-size: clamp(26px, 2.4vw, 40px);
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.rf-projects__metric--long .rf-projects__metric-value sup {
  font-size: 0.6em;
}
.rf-projects__metric--long .rf-projects__metric-value small {
  display: block;
  font-size: 0.45em;
  margin-left: 0;
  margin-top: 4px;
  vertical-align: baseline;
}

/* ============================================================
   8. LEADERSHIP — Editorial + pillar trio
   ============================================================ */
.rf-leadership__ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(50% 50% at 25% 20%, rgba(203,182,130,0.10), transparent 70%),
    radial-gradient(45% 40% at 85% 80%, rgba(203,182,130,0.08), transparent 70%);
  animation: rfLeadershipAmbient 14s ease-in-out infinite alternate;
}
@keyframes rfLeadershipAmbient {
  from { opacity: 0.7; transform: scale(1); }
  to   { opacity: 1;   transform: scale(1.05); }
}

.rf-leadership__label-dot {
  display: inline-block;
  width: 6px; height: 6px;
  margin-right: 14px;
  border-radius: 50%;
  background: var(--rf-gold);
  box-shadow: 0 0 0 4px rgba(203,182,130,0.18);
  animation: rfLeadershipDot 2.4s ease-in-out infinite;
  vertical-align: middle;
}
@keyframes rfLeadershipDot {
  0%, 100% { box-shadow: 0 0 0 4px rgba(203,182,130,0.18); }
  50%      { box-shadow: 0 0 0 7px rgba(203,182,130,0.05); }
}

.rf-leadership__head {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: end;
  margin-bottom: clamp(56px, 7vw, 88px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.rf-leadership__title {
  font-family: var(--rf-font-display);
  font-weight: 300;
  font-size: clamp(36px, 4.6vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin: 0;
  color: #fff;
  max-width: 14ch;
}
.rf-leadership__title em { font-style: italic; color: var(--rf-gold); font-weight: 300; }
.rf-leadership__title strong { font-style: normal; font-weight: 500; color: var(--rf-gold); }
.rf-leadership__head-right { padding-bottom: 10px; max-width: 50ch; }
.rf-leadership__lead {
  font-family: var(--rf-font-body);
  font-size: clamp(14.5px, 1.05vw, 17px);
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
  margin: 0;
}

/* Pillar trio */
.rf-leadership__pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 1400px;
  margin: 0 auto clamp(48px, 6vw, 72px);
}
.rf-leadership__pillar {
  position: relative;
  padding: 28px 28px 32px;
  background: rgba(40, 36, 26, 0.42);
  backdrop-filter: blur(10px) saturate(1.05);
  -webkit-backdrop-filter: blur(10px) saturate(1.05);
  border: 1px solid rgba(203,182,130,0.22);
  border-radius: 10px;
  overflow: hidden;
  isolation: isolate;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  transition: transform 0.55s var(--rf-ease), border-color 0.55s var(--rf-ease),
              background 0.55s var(--rf-ease), box-shadow 0.55s var(--rf-ease);
}
.rf-leadership__pillar::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 40%, rgba(203,182,130,0.08) 50%, transparent 60%);
  transform: translateX(-100%);
  transition: transform 1s var(--rf-ease);
  pointer-events: none;
  z-index: 0;
}
.rf-leadership__pillar:hover {
  transform: translateY(-4px);
  border-color: rgba(203,182,130,0.26);
  background: rgba(203,182,130,0.04);
  box-shadow: 0 14px 32px -20px rgba(0,0,0,0.45),
              inset 0 1px 0 rgba(203,182,130,0.10);
}
.rf-leadership__pillar:hover::after { transform: translateX(100%); }
.rf-leadership__pillar:hover .rf-leadership__pillar-name { color: var(--rf-gold); }
.rf-leadership__pillar:hover .rf-leadership__pillar-glyph {
  color: var(--rf-ink);
  background: var(--rf-gold);
  border-color: var(--rf-gold);
  transform: rotate(-6deg);
}

.rf-leadership__pillar-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: auto;
  padding-bottom: 36px;
}
.rf-leadership__pillar-num {
  font-family: var(--rf-font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.32em;
  color: var(--rf-gold);
}
.rf-leadership__pillar-glyph {
  width: 46px; height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(203,182,130,0.28);
  color: rgba(203,182,130,0.7);
  transition: color 0.45s var(--rf-ease), background 0.45s var(--rf-ease),
              border-color 0.45s var(--rf-ease), transform 0.45s var(--rf-ease);
}
.rf-leadership__pillar-glyph svg { width: 22px; height: 22px; }

.rf-leadership__pillar-name {
  position: relative;
  z-index: 1;
  font-family: var(--rf-font-display);
  font-weight: 400;
  font-size: clamp(22px, 1.8vw, 28px);
  line-height: 1.15;
  margin: 0 0 12px;
  color: #fff;
  letter-spacing: -0.012em;
  transition: color 0.45s var(--rf-ease);
}
.rf-leadership__pillar-desc {
  position: relative;
  z-index: 1;
  font-family: var(--rf-font-body);
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--rf-text-muted);
  margin: 0;
}

/* CTA row */
.rf-leadership__cta-row {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
.rf-leadership__cta {
  color: #fff;
  border: 1px solid rgba(203,182,130,0.55);
}
.rf-leadership__cta-arrow {
  background: rgba(203,182,130,0.15);
  color: var(--rf-gold);
}
.rf-leadership__cta:hover {
  color: var(--rf-ink);
  border-color: var(--rf-gold);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -14px rgba(203,182,130,0.5);
}
.rf-leadership__cta:hover .rf-leadership__cta-bg { transform: translateX(0); }
.rf-leadership__cta:hover .rf-leadership__cta-arrow {
  background: var(--rf-ink);
  color: var(--rf-gold);
  transform: translateX(3px);
}

@media (prefers-reduced-motion: reduce) {
  .rf-leadership__ambient,
  .rf-leadership__label-dot { animation: none; }
}
@media (max-width: 1100px) {
  .rf-leadership__head { grid-template-columns: 1fr; gap: 28px; align-items: start; }
  .rf-leadership__head-right { padding-bottom: 0; max-width: 62ch; }
}
@media (max-width: 800px) {
  .rf-leadership__pillars { grid-template-columns: 1fr; }
}

/* ============================================================
   FINAL MANIFESTO — Cinematic closing statement (2026)
   ============================================================ */
.rf-manifesto {
  background: linear-gradient(180deg, var(--rf-ink) 0%, #050505 100%);
  padding: clamp(148px, 18vw, 228px) 0 clamp(120px, 16vw, 200px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* Breathing radial glow */
.rf-manifesto__glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 50%, rgba(203,182,130,0.12) 0%, rgba(203,182,130,0.04) 30%, transparent 65%),
    radial-gradient(circle at 20% 30%, rgba(203,182,130,0.06) 0%, transparent 45%),
    radial-gradient(circle at 80% 75%, rgba(203,182,130,0.05) 0%, transparent 45%);
  animation: rfManifestoGlow 8s ease-in-out infinite alternate;
}
@keyframes rfManifestoGlow {
  from { opacity: 0.7; transform: scale(1); }
  to   { opacity: 1;   transform: scale(1.08); }
}

/* Floating particles */
.rf-manifesto__particles {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.rf-manifesto__particles span {
  position: absolute;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--rf-gold);
  box-shadow: 0 0 8px rgba(203,182,130,0.7);
  opacity: 0;
  animation: rfManifestoParticle 9s ease-in-out infinite;
}
.rf-manifesto__particles span:nth-child(1) { left: 10%;  top: 20%; animation-delay: 0s; }
.rf-manifesto__particles span:nth-child(2) { left: 90%;  top: 30%; animation-delay: 1.2s; }
.rf-manifesto__particles span:nth-child(3) { left: 22%;  top: 80%; animation-delay: 2.4s; }
.rf-manifesto__particles span:nth-child(4) { left: 78%;  top: 78%; animation-delay: 3.6s; }
.rf-manifesto__particles span:nth-child(5) { left: 50%;  top: 14%; animation-delay: 4.8s; }
.rf-manifesto__particles span:nth-child(6) { left: 6%;   top: 55%; animation-delay: 6s; }
.rf-manifesto__particles span:nth-child(7) { left: 94%;  top: 58%; animation-delay: 7.2s; }
.rf-manifesto__particles span:nth-child(8) { left: 38%;  top: 88%; animation-delay: 8s; }
@keyframes rfManifestoParticle {
  0%,100% { opacity: 0; transform: translateY(0)    scale(0.6); }
  20%     { opacity: 0.9; }
  50%     { opacity: 1; transform: translateY(-22px) scale(1); }
  80%     { opacity: 0.6; }
}

/* Edge rules — fade-in lines top + bottom */
.rf-manifesto__rule {
  position: absolute;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(203,182,130,0.45) 50%, transparent);
  z-index: 0;
  opacity: 0;
  animation: rfManifestoRule 2s ease-out 0.4s forwards;
}
.rf-manifesto__rule--top { top: clamp(48px, 6vw, 80px); }
.rf-manifesto__rule--bot { bottom: clamp(48px, 6vw, 80px); }
@keyframes rfManifestoRule {
  from { opacity: 0; transform: scaleX(0.6); }
  to   { opacity: 1; transform: scaleX(1); }
}

.rf-manifesto__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

/* Eyebrow */
.rf-manifesto__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: clamp(40px, 5vw, 64px);
  font-family: var(--rf-font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--rf-gold);
}
.rf-manifesto__eyebrow-rule {
  width: 40px;
  height: 1px;
  background: var(--rf-gold);
}
.rf-manifesto__eyebrow-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--rf-gold);
  animation: rfManifestoEyeDot 2.4s ease-in-out infinite;
}
@keyframes rfManifestoEyeDot {
  0%, 100% { opacity: 0.4; transform: scale(0.8); }
  50%      { opacity: 1;   transform: scale(1.2); }
}

/* Giant decorative quote */
.rf-manifesto__quote {
  position: absolute;
  top: clamp(40px, 8vw, 96px);
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: clamp(140px, 18vw, 280px);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(203,182,130,0.10);
  user-select: none;
  pointer-events: none;
  z-index: 0;
}

/* Statement */
.rf-manifesto__title {
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: clamp(28px, 4.5vw, 60px);
  line-height: 1.22;
  letter-spacing: -0.012em;
  margin: 0 auto clamp(36px, 5vw, 56px);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  max-width: 24ch;
}
.rf-manifesto__line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0.28em;
}
.rf-manifesto__line--muted { opacity: 0.86; }
.rf-manifesto__word {
  display: inline-block;
  position: relative;
}
.rf-manifesto__word--accent {
  position: relative;
  color: var(--rf-gold);
  font-style: italic;
  font-weight: 300;
  padding: 0 2px;
}
.rf-manifesto__underline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--rf-gold), var(--rf-gold-bright), var(--rf-gold), transparent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.1s var(--rf-ease) 1.2s;
  box-shadow: 0 0 12px rgba(203,182,130,0.55);
}
html.rf-anim .rf-manifesto__word--accent.is-visible .rf-manifesto__underline { transform: scaleX(1); }

.rf-manifesto__dash {
  display: inline-block;
  width: 0;
  height: 2px;
  background: var(--rf-gold);
  margin-left: 0.2em;
  align-self: center;
  border-radius: 1px;
  transition: width 0.9s var(--rf-ease) 1.4s;
  box-shadow: 0 0 10px rgba(203,182,130,0.5);
}
html.rf-anim .rf-manifesto__dash.is-visible { width: 0.7em; }

.rf-manifesto__lead {
  font-family: var(--rf-font-body);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.8;
  color: var(--rf-text-muted);
  max-width: 60ch;
  margin: 0 auto clamp(56px, 7vw, 88px);
}

/* Signature row */
.rf-manifesto__signature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.5vw, 32px);
  margin-top: clamp(48px, 6vw, 80px);
}
.rf-manifesto__sig-line {
  flex: 1;
  max-width: 200px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(203,182,130,0.55), transparent);
}
.rf-manifesto__sig-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(203,182,130,0.45);
  font-family: var(--rf-font-display);
  font-weight: 300;
  font-size: 22px;
  color: var(--rf-gold);
  position: relative;
  transition: transform 0.5s var(--rf-ease), border-color 0.5s var(--rf-ease);
}
.rf-manifesto__sig-mark::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid rgba(203,182,130,0.18);
  animation: rfManifestoSigPulse 2.8s ease-out infinite;
}
@keyframes rfManifestoSigPulse {
  0%   { transform: scale(1);    opacity: 0.6; }
  100% { transform: scale(1.35); opacity: 0; }
}
.rf-manifesto__sig-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}
.rf-manifesto__sig-brand {
  font-family: var(--rf-font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #fff;
}
.rf-manifesto__sig-horizon {
  font-family: var(--rf-font-display);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--rf-gold);
}
.rf-manifesto__sig-horizon--muted {
  font-size: 8.5px;
  letter-spacing: 0.28em;
  color: rgba(203,182,130,0.5);
  opacity: 0.7;
}

@media (prefers-reduced-motion: reduce) {
  .rf-manifesto__glow,
  .rf-manifesto__particles span,
  .rf-manifesto__eyebrow-dot,
  .rf-manifesto__sig-mark::before { animation: none; }
  .rf-manifesto__rule { opacity: 1; transform: scaleX(1); animation: none; }
}
@media (max-width: 600px) {
  .rf-manifesto__quote { font-size: 180px; top: 64px; }
  .rf-manifesto__signature { flex-wrap: wrap; gap: 16px; }
  .rf-manifesto__sig-line { max-width: 80px; }
  .rf-manifesto__sig-meta { text-align: center; }
}

/* Subtle gold divider above the footer (between manifesto and footer) */
.rf-divider {
  position: relative;
  height: 1px;
  background: #050505;
}
.rf-divider--gold::before {
  content: "";
  position: absolute;
  left: clamp(48px, 8vw, 120px);
  right: clamp(48px, 8vw, 120px);
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(203,182,130,0.28) 50%, transparent);
}

/* ============================================================
   FOOTER STRIP
   ============================================================ */
.rf-footer {
  background: #050505;
  padding: 64px 0 40px;
  border-top: 1px solid var(--rf-line);
}
.rf-footer__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.rf-footer__brand {
  font-family: var(--rf-font-display);
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: #fff;
  margin: 0 0 14px;
}
.rf-footer__brand em {
  font-style: normal;
  color: var(--rf-gold);
  font-weight: 400;
}
.rf-footer__loc {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rf-gold);
  margin: 0 0 18px;
}
.rf-footer__loc-sub {
  font-size: 10.5px;
  letter-spacing: 0.2em;
  color: rgba(203,182,130,0.62);
  font-weight: 500;
}
.rf-footer__tag {
  font-size: 14px;
  color: var(--rf-text-muted);
  max-width: 36ch;
  line-height: 1.65;
  margin: 0;
}
.rf-footer__h {
  font-family: var(--rf-font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--rf-gold);
  margin: 0 0 18px;
}
.rf-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rf-footer__list li { margin-bottom: 10px; }
.rf-footer__list a {
  font-size: 14px;
  color: rgba(255,255,255,0.78);
  text-decoration: none;
  transition: color 0.3s var(--rf-ease);
}
.rf-footer__list a:hover { color: var(--rf-gold); }

.rf-footer__bottom {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid var(--rf-line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.05em;
}

@media (max-width: 800px) {
  .rf-footer__inner { grid-template-columns: 1fr; gap: 32px; }
  .rf-footer__bottom { flex-direction: column; gap: 12px; text-align: center; }
}

/* ============================================================
   Header — sleek glass overlay, works on dark + cream sections
   ============================================================ */
.rf-page .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: #0a0a0a;
  border-bottom: 1px solid rgba(203, 182, 130, 0.14);
  transition: box-shadow 0.4s var(--rf-ease), border-color 0.4s var(--rf-ease);
}
.rf-page .site-header.rf-scrolled,
.rf-page .site-header.header-scrolled,
.rf-page .site-header.scrolled,
.rf-page .site-header.header-sticky {
  border-bottom-color: rgba(203, 182, 130, 0.28);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}
/* Override vendor .transparent-bg — that legacy class made the navbar position:absolute,
   which collapsed .site-header to a 0px strip and let content bleed past the nav.
   Putting the navbar back in flow lets the header bg cover the full nav area. */
.rf-page .site-header .navbar.transparent-bg {
  position: relative !important;
  background: transparent !important;
}
.rf-page .site-header .navbar { background: transparent !important; }
.rf-page .site-header .nav-link {
  color: rgba(255, 255, 255, 0.88) !important;
  font-family: var(--rf-font-display);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.3s var(--rf-ease);
}
.rf-page .site-header .nav-link:hover,
.rf-page .site-header .nav-link.active { color: var(--rf-gold) !important; }
.rf-page .navbar-brand img,
.rf-page .site-header .navbar-brand img,
.rf-page .site-header .navbar-brand .logo-default,
.rf-page .site-header .navbar-brand .logo-scrolled,
.rf-route .site-header .navbar-brand img,
.rf-route .site-header .navbar-brand .logo-default,
.rf-route .site-header .navbar-brand .logo-scrolled {
  filter: none !important;
  -webkit-filter: none !important;
  opacity: 1 !important;
  max-height: 40px;
  transition: opacity 0.3s var(--rf-ease);
}
.rf-page .sidemenu_btn span { background: #fff !important; }

/* Contact — styled the same as other nav links */
.rf-page .rf-nav-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.55rem;
  margin: 0;
  font-family: var(--rf-font-display);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88) !important;
  background: transparent;
  border: none;
  border-radius: 0;
  text-decoration: none !important;
  transition: color 0.3s var(--rf-ease);
  white-space: nowrap;
}
.rf-page .rf-nav-cta:hover { color: var(--rf-gold) !important; }
@media (max-width: 991px) {
  .rf-page .rf-nav-cta { display: none; }
}

/* Side-menu specific tweaks for new nav */
.rf-page .side-menu.rf-side .rf-side__link { font-size: 22px; letter-spacing: 0; }

/* ============================================================
   Top bar — logo far LEFT, nav CENTERED (absolute), CTA+hamburger far RIGHT
   ============================================================ */
@media (min-width: 992px) {
  .rf-page .site-header .nav-cont.container {
    max-width: 100%;
    width: 100%;
    padding-left: clamp(24px, 3vw, 48px);
    padding-right: clamp(24px, 3vw, 48px);
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 78px;
  }
  /* Logo — far left, in normal flow */
  .rf-page .site-header .navbar-brand {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    z-index: 2;
  }
  /* Centered nav — absolutely positioned at the geometric center of the bar */
  .rf-page .site-header .collapse.navbar-collapse {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: flex !important;
    flex: 0 0 auto !important;
    width: max-content !important;
    max-width: calc(100vw - 480px) !important;
    flex-basis: auto !important;
    z-index: 1;
  }
  .rf-page .site-header .collapse.navbar-collapse > .navbar-nav.ml-auto,
  .rf-page .site-header .collapse.navbar-collapse > .navbar-nav {
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
    list-style: none;
    padding: 0;
  }
  /* Right cluster — Contact link + hamburger (tight) */
  .rf-page .site-header .rf-nav-cta {
    flex: 0 0 auto;
    margin: 0 8px 0 0;
    padding: 0.5rem 0.4rem !important;
    z-index: 2;
    order: 90;
  }
  .rf-page .site-header .sidemenu_btn {
    flex: 0 0 auto;
    margin: 0;
    z-index: 2;
    order: 100;
  }
  /* Nav links — tighter spacing */
  .rf-page .site-header .nav-item {
    margin: 0 !important;
    padding: 0 !important;
  }
  .rf-page .site-header .nav-link {
    margin: 0 !important;
    padding: 0.5rem 0.3rem !important;
    font-size: 11.5px !important;
    letter-spacing: 0.1em !important;
    white-space: nowrap;
  }
}
@media (min-width: 1280px) {
  .rf-page .site-header .nav-link,
  .rf-page .site-header .rf-nav-cta {
    margin: 0 !important;
    padding: 0.5rem 0.45rem !important;
    font-size: 12px !important;
    letter-spacing: 0.1em !important;
  }
}
@media (min-width: 1480px) {
  .rf-page .site-header .nav-link,
  .rf-page .site-header .rf-nav-cta {
    margin: 0 !important;
    padding: 0.5rem 0.6rem !important;
  }
}

/* Mobile — glass effect is unreliable on small viewports; use a near-opaque solid bg
   so content can never bleed through the nav at any scroll position */
@media (max-width: 992px) {
  .rf-page .site-header,
  .rf-page .site-header.rf-scrolled,
  .rf-page .site-header.header-scrolled,
  .rf-page .site-header.scrolled,
  .rf-page .site-header.header-sticky {
    background: #0a0a0a;
    border-bottom-color: rgba(203, 182, 130, 0.18);
  }
}

/* Reveal animations (subtle) — opt-in via .rf-anim on <html>, so no-JS fallback shows content */
html.rf-anim .rf-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s var(--rf-ease), transform 0.9s var(--rf-ease);
}
html.rf-anim .rf-reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Selection */
.rf-page ::selection { background: var(--rf-gold); color: var(--rf-ink); }

/* Reduce vertical pad for hero on small screens */
@media (max-width: 768px) {
  .rf-hero { padding: 140px 0 100px; min-height: 88vh; }
  .rf-hero__stat { padding: 22px 26px 22px 22px; margin-top: 40px; }
  .rf-cta-group { margin-top: 40px; }
}

/* Reveal delay variants */
html.rf-anim .rf-reveal--d1 { transition-delay: 0.10s; }
html.rf-anim .rf-reveal--d2 { transition-delay: 0.20s; }
html.rf-anim .rf-reveal--d3 { transition-delay: 0.32s; }
html.rf-anim .rf-reveal--d4 { transition-delay: 0.44s; }

/* Honor user motion pref */
@media (prefers-reduced-motion: reduce) {
  html.rf-anim .rf-reveal { opacity: 1; transform: none; transition: none; }
  .rf-scroll-cue { display: none; }
}

/* ============================================================
   PAGE HERO (non-video pages) — compact parallax banner
   ============================================================ */
.rf-pagehero {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: center;
  padding: 180px 0 100px;
  overflow: hidden;
  background: var(--rf-ink);
}
.rf-pagehero__bg {
  position: absolute;
  inset: -10% 0 -10% 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  will-change: transform;
  transition: transform 80ms linear;
}
.rf-pagehero__overlay {
  position: absolute; inset: 0; z-index: 2;
  background:
    linear-gradient(180deg, rgba(10,10,10,0.55) 0%, rgba(10,10,10,0.30) 30%, rgba(10,10,10,0.85) 100%),
    radial-gradient(circle at 70% 50%, rgba(203,182,130,0.10) 0%, transparent 60%);
}
.rf-pagehero__inner {
  position: relative; z-index: 3;
  width: 100%; max-width: var(--rf-container);
  margin: 0 auto; padding: 0 clamp(24px, 5vw, 64px);
  color: #fff;
}
.rf-pagehero__eyebrow {
  font-family: var(--rf-font-display);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.4em; text-transform: uppercase;
  color: var(--rf-gold); margin-bottom: 28px;
  display: inline-flex; align-items: center; gap: 14px;
}
.rf-pagehero__eyebrow::before {
  content: ''; width: 40px; height: 1px;
  background: var(--rf-gold);
}
.rf-pagehero__title {
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: clamp(40px, 6.5vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.015em;
  margin: 0 0 32px;
  max-width: 18ch;
}
.rf-pagehero__title em {
  font-style: normal; font-weight: 400;
  color: var(--rf-gold);
}
.rf-pagehero__sub {
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.7; font-weight: 300;
  max-width: 56ch;
  color: rgba(255,255,255,0.82);
  margin: 0;
}
@media (max-width: 420px) and (max-height: 700px) {
  .rf-pagehero--team {
    padding: 112px 0 52px;
  }
  .rf-pagehero--team .rf-pagehero__title {
    font-size: clamp(36px, 9.6vw, 42px);
    margin-bottom: 22px;
  }
  .rf-pagehero--team .rf-pagehero__sub {
    line-height: 1.58;
  }
}

/* ============================================================
   STICKY RAIL (about) — left sticky text, right scrolling content
   ============================================================ */
.rf-rail {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
  margin-top: 72px;
}
.rf-rail__sticky {
  position: sticky;
  top: 140px;
  align-self: start;
}
.rf-rail__year {
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: clamp(72px, 11vw, 156px);
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1px var(--rf-gold);
  margin: 0 0 24px;
  letter-spacing: -0.02em;
}
.rf-rail__cap {
  font-family: var(--rf-font-display);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--rf-gold);
  display: inline-flex; align-items: center; gap: 14px;
  margin-bottom: 18px;
}
.rf-rail__cap::before { content: ''; width: 36px; height: 1px; background: var(--rf-gold); }
.rf-rail__story p {
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.85;
  color: var(--rf-text-muted);
  margin: 0 0 24px;
  max-width: 60ch;
}
.rf-rail__story p strong { color: #fff; font-weight: 500; }
@media (max-width: 900px) {
  .rf-rail { grid-template-columns: 1fr; gap: 40px; }
  .rf-rail__sticky { position: static; }
  .rf-rail__year { font-size: clamp(64px, 14vw, 96px); }
}

/* ============================================================
   COUNTERS — number count-up
   ============================================================ */
.rf-counters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 64px;
  border-top: 1px solid var(--rf-line);
  border-bottom: 1px solid var(--rf-line);
}
.rf-counter {
  padding: 64px 40px;
  border-right: 1px solid var(--rf-line);
  text-align: left;
}
.rf-counter:last-child { border-right: none; }
.rf-counter__num {
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: clamp(56px, 7vw, 96px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 12px;
  font-variant-numeric: tabular-nums;
}
.rf-counter__num em {
  font-style: normal;
  color: var(--rf-gold);
  font-weight: 300;
}
.rf-counter__label {
  font-family: var(--rf-font-display);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--rf-gold);
}
.rf-counter__sub {
  display: block;
  margin-top: 10px;
  font-size: 13.5px;
  color: var(--rf-text-muted);
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 400;
}
@media (max-width: 800px) {
  .rf-counters { grid-template-columns: 1fr; }
  .rf-counter { border-right: none; border-bottom: 1px solid var(--rf-line); padding: 40px 24px; }
  .rf-counter:last-child { border-bottom: none; }
}

/* ============================================================
   QUOTE / TESTIMONIAL
   ============================================================ */
.rf-quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 64px;
  background: var(--rf-line);
  border: 1px solid var(--rf-line);
}
.rf-quote {
  background: var(--rf-ink);
  padding: 56px 40px;
  display: flex; flex-direction: column;
  transition: background 0.4s var(--rf-ease);
}
.rf-quote:hover { background: var(--rf-ink-soft); }
.rf-quote__mark {
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: 72px;
  line-height: 0.7;
  color: var(--rf-gold);
  opacity: 0.5;
  margin: 0 0 20px;
}
.rf-quote__text {
  font-size: 15.5px;
  line-height: 1.75;
  color: rgba(255,255,255,0.85);
  font-style: italic;
  margin: 0 0 32px;
  flex: 1;
}
.rf-quote__author {
  font-family: var(--rf-font-display);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.rf-quote__role {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: var(--rf-gold);
  letter-spacing: 0.15em;
  font-weight: 400;
}
@media (max-width: 900px) {
  .rf-quote-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   ALTERNATING OFFSET ROWS (why-us)
   ============================================================ */
.rf-altrows { margin-top: 80px; display: flex; flex-direction: column; gap: clamp(80px, 10vw, 140px); }
.rf-altrow {
  display: grid;
  grid-template-columns: 0.45fr 0.55fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
}
.rf-altrow--rev { grid-template-columns: 0.55fr 0.45fr; }
.rf-altrow--rev .rf-altrow__num-wrap { order: 2; }
.rf-altrow--rev .rf-altrow__body { order: 1; text-align: right; }
.rf-altrow__num {
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: clamp(120px, 16vw, 240px);
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1px var(--rf-gold);
  letter-spacing: -0.04em;
  margin: 0;
  display: block;
}
.rf-altrow--full .rf-altrow__num {
  -webkit-text-stroke: 0;
  color: var(--rf-gold);
  font-weight: 300;
}
.rf-altrow__lbl {
  font-family: var(--rf-font-display);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--rf-gold);
  display: inline-flex; align-items: center; gap: 14px;
  margin-bottom: 20px;
}
.rf-altrow__lbl::before { content: ''; width: 36px; height: 1px; background: var(--rf-gold); }
.rf-altrow--rev .rf-altrow__lbl { flex-direction: row-reverse; }
.rf-altrow--rev .rf-altrow__lbl::before { /* same line */ }
.rf-altrow__title {
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
  color: #fff;
}
.rf-altrow__title strong { font-weight: 500; color: var(--rf-gold); }
.rf-altrow__text {
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.8;
  color: var(--rf-text-muted);
  max-width: 50ch;
  margin: 0;
}
.rf-altrow--rev .rf-altrow__text { margin-left: auto; }
@media (max-width: 900px) {
  .rf-altrow, .rf-altrow--rev { grid-template-columns: 1fr; gap: 24px; }
  .rf-altrow--rev .rf-altrow__num-wrap, .rf-altrow--rev .rf-altrow__body { order: initial; text-align: left; }
  .rf-altrow--rev .rf-altrow__text { margin-left: 0; }
  .rf-altrow--rev .rf-altrow__lbl { flex-direction: row; }
}

/* Vertical rail of advantages */
.rf-vrail {
  margin-top: 80px;
  display: flex; flex-direction: column;
  gap: 1px;
  background: var(--rf-line);
  border-top: 1px solid var(--rf-line);
  border-bottom: 1px solid var(--rf-line);
}
.rf-vrail__row {
  background: var(--rf-ink);
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: clamp(24px, 4vw, 64px);
  padding: 40px clamp(16px, 3vw, 32px);
  align-items: center;
  transition: background 0.4s var(--rf-ease);
}
.rf-vrail__row:hover { background: var(--rf-ink-soft); }
.rf-vrail__row:hover .rf-vrail__num { color: var(--rf-gold); }
.rf-vrail__num {
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1;
  color: rgba(203,182,130,0.45);
  letter-spacing: -0.02em;
  transition: color 0.4s var(--rf-ease);
}
.rf-vrail__h {
  font-family: var(--rf-font-display);
  font-weight: 400;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.3;
  margin: 0 0 8px;
  color: #fff;
}
.rf-vrail__h strong { color: var(--rf-gold); font-weight: 500; }
.rf-vrail__p {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--rf-text-muted);
  margin: 0;
  max-width: 64ch;
}
@media (max-width: 700px) {
  .rf-vrail__row { grid-template-columns: 1fr; padding: 32px 20px; gap: 12px; }
}

/* ============================================================
   FULL-BLEED SECTOR CARDS (investment-portfolio)
   ============================================================ */
.rf-sectors {
  margin-top: 80px;
  display: flex; flex-direction: column;
  gap: 1px;
  background: var(--rf-line);
  border-top: 1px solid var(--rf-line);
  border-bottom: 1px solid var(--rf-line);
}
.rf-sector {
  background: var(--rf-ink);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 380px;
  overflow: hidden;
}
.rf-sector--rev { grid-template-columns: 1fr 1fr; }
.rf-sector--rev .rf-sector__media { order: 2; }
.rf-sector--rev .rf-sector__body { order: 1; }
.rf-sector__media {
  position: relative;
  overflow: hidden;
  background: #050505;
}
.rf-sector__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--rf-ease), filter 1.2s var(--rf-ease);
  filter: brightness(0.78) saturate(0.92);
}
.rf-sector:hover .rf-sector__media img {
  transform: scale(1.04);
  filter: brightness(0.9) saturate(1);
}
.rf-sector__body {
  padding: clamp(40px, 6vw, 80px);
  display: flex; flex-direction: column;
  justify-content: center;
}
.rf-sector__num {
  font-family: var(--rf-font-display);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--rf-gold);
  margin-bottom: 22px;
}
.rf-sector__h {
  font-family: var(--rf-font-display);
  font-weight: 300;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.15;
  margin: 0 0 18px;
  letter-spacing: -0.005em;
}
.rf-sector__h a { color: #fff; text-decoration: none; transition: color 0.4s var(--rf-ease); }
.rf-sector__h a:hover { color: var(--rf-gold); }
.rf-sector__p {
  font-size: 15px; line-height: 1.7;
  color: var(--rf-text-muted);
  margin: 0 0 28px;
  max-width: 52ch;
}
.rf-sector__cta {
  font-family: var(--rf-font-display);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--rf-gold);
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--rf-gold);
  width: fit-content;
  transition: gap 0.3s var(--rf-ease);
}
.rf-sector__cta::after { content: '→'; }
.rf-sector__cta:hover { gap: 18px; color: var(--rf-gold-bright); }
@media (max-width: 900px) {
  .rf-sector, .rf-sector--rev { grid-template-columns: 1fr; }
  .rf-sector--rev .rf-sector__media { order: 1; }
  .rf-sector--rev .rf-sector__body { order: 2; }
  .rf-sector__media { min-height: 280px; }
}

/* Spec sheet — investment strategy */
.rf-spec {
  margin-top: 72px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--rf-line);
  border: 1px solid var(--rf-line);
}
.rf-spec__cell {
  background: var(--rf-ink);
  padding: 36px 32px;
  display: flex; flex-direction: column;
  gap: 12px;
}
.rf-spec__cell--hero {
  grid-column: span 2;
  background: linear-gradient(135deg, rgba(203,182,130,0.10), rgba(203,182,130,0));
  border-left: 2px solid var(--rf-gold);
}
.rf-spec__k {
  font-family: var(--rf-font-display);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--rf-gold);
}
.rf-spec__v {
  font-family: var(--rf-font-display);
  font-weight: 300;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.2;
  margin: 0;
  color: #fff;
}
.rf-spec__v--big {
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 200;
  letter-spacing: -0.02em;
  color: var(--rf-gold);
}
.rf-spec__p {
  font-size: 14.5px; line-height: 1.7;
  color: var(--rf-text-muted);
  margin: 0;
  max-width: 70ch;
}
@media (max-width: 700px) {
  .rf-spec { grid-template-columns: 1fr; }
  .rf-spec__cell--hero { grid-column: span 1; }
}

/* Approach bullets — 2 col with gold tick */
.rf-approach {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.rf-approach__item {
  padding: 28px 0 28px 36px;
  position: relative;
  border-top: 1px solid var(--rf-line);
}
.rf-approach__item:nth-child(odd) { padding-right: clamp(16px, 3vw, 48px); }
.rf-approach__item:nth-child(even) { padding-left: clamp(40px, 5vw, 64px); border-left: 1px solid var(--rf-line); }
.rf-approach__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 36px;
  width: 22px; height: 1px;
  background: var(--rf-gold);
}
.rf-approach__item:nth-child(even)::before {
  left: clamp(40px, 5vw, 64px);
  margin-left: -22px;
}
.rf-approach__item p {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,0.82);
  margin: 0;
}
@media (max-width: 700px) {
  .rf-approach { grid-template-columns: 1fr; }
  .rf-approach__item:nth-child(even) { padding-left: 36px; border-left: none; }
  .rf-approach__item:nth-child(even)::before { left: 0; margin-left: 0; }
}

/* ============================================================
   TEAM — Portrait card grid
   ============================================================ */
.rf-team-band {
  display: flex; flex-direction: column;
  gap: clamp(80px, 10vw, 140px);
}
.rf-team-band__h {
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.005em;
  margin: 0 0 56px;
  color: #fff;
}
.rf-team-band__h strong { font-weight: 500; color: var(--rf-gold); }

.rf-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3vw, 48px);
}
.rf-team-grid--4 { grid-template-columns: repeat(4, 1fr); }
.rf-team-grid--2 { grid-template-columns: repeat(2, 1fr); max-width: 880px; margin: 0 auto; }
.rf-team-grid--single {
  grid-template-columns: minmax(0, min(380px, 100%));
  justify-content: center;
  max-width: 520px;
  margin: 0 auto;
}

.rf-member {
  position: relative;
  overflow: hidden;
  background: var(--rf-ink-soft);
  border: 1px solid transparent;
  transition: border-color 0.5s var(--rf-ease), transform 0.5s var(--rf-ease);
}
.rf-member:hover {
  border-color: var(--rf-line-strong);
  transform: translateY(-4px);
}
.rf-member__media {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: #1a1a1f;
}
.rf-member__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(0.35) brightness(0.92) saturate(0.85);
  transition: filter 0.7s var(--rf-ease), transform 1s var(--rf-ease);
}
.rf-member:hover .rf-member__media img {
  filter: grayscale(0) brightness(1) saturate(1);
  transform: scale(1.04);
}
.rf-member__media::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(10,10,10,0.92) 100%);
  pointer-events: none;
}
.rf-member__body {
  padding: 24px 28px 28px;
  background: var(--rf-ink-soft);
  border-top: 1px solid var(--rf-line);
}
.rf-member__role {
  font-family: var(--rf-font-display);
  font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--rf-gold);
  margin-bottom: 10px;
}
.rf-member__name {
  font-family: var(--rf-font-display);
  font-weight: 400;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.25;
  margin: 0;
  color: #fff;
  letter-spacing: 0;
}
.rf-team-grid--single .rf-member,
.rf-team-grid--single .rf-member--spotlight {
  overflow: visible;
  background: transparent;
  border-color: rgba(203,182,130,0.18);
  padding-top: clamp(8px, 2vw, 18px);
}
.rf-team-grid--single .rf-member__media,
.rf-team-grid--single .rf-member--spotlight .rf-member__media {
  width: min(330px, 78vw) !important;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  border-radius: 50% !important;
  overflow: hidden !important;
  border: 1px solid rgba(203,182,130,0.34);
  background: rgba(10,10,10,0.34);
  box-shadow: 0 28px 80px rgba(0,0,0,0.48), 0 0 0 12px rgba(203,182,130,0.045);
}
.rf-team-grid--single .rf-member__media img,
.rf-team-grid--single .rf-member--spotlight .rf-member__media img {
  border-radius: 50% !important;
  object-fit: cover;
  filter: grayscale(0.05) brightness(1.06) saturate(1.03);
}
.rf-team-grid--single .rf-member__media::after,
.rf-team-grid--single .rf-member--spotlight .rf-member__media::after {
  border-radius: 50% !important;
  background: radial-gradient(circle at 50% 34%, rgba(255,255,255,0.04), transparent 42%),
              linear-gradient(180deg, rgba(0,0,0,0) 54%, rgba(10,10,10,0.22) 100%);
}
.rf-team-grid--single .rf-member__body {
  text-align: center;
  border-top: 0;
  background: transparent;
  padding: 28px 18px 8px;
}
@media (max-width: 900px) {
  .rf-team-grid, .rf-team-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .rf-team-grid--2 { grid-template-columns: 1fr; }
  .rf-team-grid--single { grid-template-columns: minmax(0, min(360px, 100%)); }
}
@media (max-width: 520px) {
  .rf-team-grid, .rf-team-grid--4 { grid-template-columns: 1fr; }
  .rf-team-grid--single .rf-member__media { width: min(300px, 76vw) !important; }
}

/* ============================================================
   CONTACT — split editorial + form
   ============================================================ */
.rf-contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
  margin-top: 72px;
}
.rf-contact__left { padding-right: clamp(0px, 3vw, 32px); }
.rf-contact__info {
  margin-top: 40px;
  display: flex; flex-direction: column;
}
.rf-contact__row {
  padding: 24px 0;
  border-top: 1px solid var(--rf-line);
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  align-items: baseline;
}
.rf-contact__row:last-child { border-bottom: 1px solid var(--rf-line); }
.rf-contact__k {
  font-family: var(--rf-font-display);
  font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--rf-gold);
}
.rf-contact__v {
  font-size: 15.5px; line-height: 1.55;
  color: #fff;
  margin: 0;
  font-weight: 300;
}
.rf-contact__v a { color: inherit; text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.3s; }
.rf-contact__v a:hover { border-bottom-color: var(--rf-gold); }

.rf-form {
  display: flex; flex-direction: column;
  gap: 0;
  background: var(--rf-ink-soft);
  border: 1px solid var(--rf-line);
  padding: clamp(32px, 4vw, 56px);
}
.rf-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.rf-field {
  position: relative;
  border-bottom: 1px solid var(--rf-line);
  padding-top: 22px;
  padding-bottom: 4px;
}
.rf-form__row .rf-field + .rf-field { border-left: 1px solid var(--rf-line); padding-left: 16px; }
.rf-field input,
.rf-field textarea {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-family: var(--rf-font-body);
  font-size: 15px;
  padding: 16px 0 14px;
  resize: vertical;
}
.rf-field textarea { min-height: 120px; }
.rf-field label {
  position: absolute;
  left: 0;
  top: 36px;
  font-family: var(--rf-font-display);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  pointer-events: none;
  transition: top 0.3s var(--rf-ease), color 0.3s var(--rf-ease), font-size 0.3s var(--rf-ease);
}
.rf-form__row .rf-field:nth-child(2) label { left: 16px; }
.rf-field input:focus + label,
.rf-field input:not(:placeholder-shown) + label,
.rf-field textarea:focus + label,
.rf-field textarea:not(:placeholder-shown) + label {
  top: 0; color: var(--rf-gold); font-size: 10px;
}
.rf-field:focus-within { border-bottom-color: var(--rf-gold); }
.rf-form button[type="submit"], .rf-form .rf-form__submit {
  margin-top: 32px;
  background: var(--rf-gold);
  color: var(--rf-ink);
  border: 1px solid var(--rf-gold);
  padding: 18px 36px;
  font-family: var(--rf-font-display);
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s var(--rf-ease), color 0.3s var(--rf-ease);
  display: inline-flex; align-items: center; gap: 12px;
  align-self: flex-start;
}
.rf-form button[type="submit"]::after, .rf-form .rf-form__submit::after { content: '→'; }
.rf-form button[type="submit"]:hover, .rf-form .rf-form__submit:hover {
  background: var(--rf-gold-bright);
}
@media (max-width: 900px) {
  .rf-contact { grid-template-columns: 1fr; }
  .rf-form__row { grid-template-columns: 1fr; }
  .rf-form__row .rf-field + .rf-field { border-left: none; padding-left: 0; }
  .rf-form__row .rf-field:nth-child(2) label { left: 0; }
}

/* Section heading variant — centered for non-grid pages */
.rf-section__title--center { text-align: center; margin-left: auto; margin-right: auto; max-width: 22ch; }
.rf-section__label--center { display: block; text-align: center; margin-left: 0; margin-right: 0; }

/* Address card / map placeholder */
.rf-map {
  margin-top: 56px;
  border: 1px solid var(--rf-line);
  overflow: hidden;
  position: relative;
  aspect-ratio: 21/9;
}
.rf-map iframe {
  width: 100%; height: 100%;
  border: 0;
  filter: invert(0.92) hue-rotate(180deg) saturate(0.6) brightness(0.92);
}

/* Marquee for testimonials (horizontal infinite) */
.rf-marquee {
  margin-top: 64px;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.rf-marquee__track {
  display: flex;
  gap: 24px;
  animation: rfMarquee 50s linear infinite;
  width: max-content;
}
.rf-marquee:hover .rf-marquee__track { animation-play-state: paused; }
.rf-marquee__card {
  flex: 0 0 clamp(280px, 30vw, 420px);
  background: var(--rf-ink-soft);
  padding: 36px 32px;
  border: 1px solid var(--rf-line);
}
@keyframes rfMarquee {
  to { transform: translateX(-50%); }
}

/* Image reveal mask — clip-path that opens on enter */
html.rf-anim .rf-mask {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.2s var(--rf-ease);
}
html.rf-anim .rf-mask.is-visible { clip-path: inset(0 0 0 0); }

/* Helper: subtle background pattern */
.rf-bg-grid {
  position: relative;
}
.rf-bg-grid::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(203,182,130,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(203,182,130,0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
  mask-image: radial-gradient(circle at center, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(circle at center, #000 30%, transparent 80%);
}
.rf-bg-grid > * { position: relative; z-index: 1; }

/* WhatsApp + back-to-top floating fix */
.rf-page .fixed-whats { z-index: 60; }

/* ============================================================
   HERO — 2035 Vision Card with sparkle field
   ============================================================ */
}

/* ============================================================
   02 — WHO WE ARE — Modern editorial (2026)
   ============================================================ */
.rf-who {
  position: relative;
  background: var(--rf-ink);
  padding: clamp(96px, 14vw, 180px) 0 clamp(80px, 10vw, 140px);
  overflow: hidden;
  isolation: isolate;
}

/* Ambient radial glow at top */
.rf-who__glow {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 70%;
  background: radial-gradient(ellipse at 50% 0%,
              rgba(203, 182, 130, 0.10) 0%,
              rgba(203, 182, 130, 0.04) 30%,
              transparent 65%);
  pointer-events: none;
  z-index: 0;
  animation: rfWhoGlow 12s ease-in-out infinite alternate;
}
@keyframes rfWhoGlow {
  0%   { opacity: 0.7; transform: translateX(-50%) scale(1); }
  100% { opacity: 1;   transform: translateX(-50%) scale(1.08); }
}

/* Giant ghost numeral */
.rf-who__bg {
  position: absolute;
  top: 50%;
  right: -4%;
  transform: translateY(-50%);
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: clamp(280px, 40vw, 640px);
  line-height: 0.82;
  letter-spacing: -0.05em;
  color: rgba(203, 182, 130, 0.04);
  z-index: 0;
  pointer-events: none;
  user-select: none;
  animation: rfWhoFloat 14s ease-in-out infinite alternate;
}
@keyframes rfWhoFloat {
  from { transform: translate(0, -50%); }
  to   { transform: translate(-22px, calc(-50% - 12px)); }
}

/* Vertical grid lines (subtle architectural rhythm) */
.rf-who__grid-lines {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 64px);
  pointer-events: none;
}
.rf-who__grid-lines span {
  border-left: 1px solid rgba(203, 182, 130, 0.05);
  height: 100%;
}
.rf-who__grid-lines span:first-child { border-left: none; }

@media (prefers-reduced-motion: reduce) {
  .rf-who__glow,
  .rf-who__bg { animation: none; }
}

.rf-who__inner {
  position: relative;
  z-index: 1;
}

/* ── Editorial header (2-col asymmetric) ───────────────────── */
.rf-who__head {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: end;
  margin-bottom: clamp(56px, 7vw, 88px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.rf-who__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--rf-font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--rf-gold);
  margin-bottom: 32px;
}
.rf-who__eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rf-gold);
  box-shadow: 0 0 0 4px rgba(203, 182, 130, 0.18);
  animation: rfWhoDot 2.4s ease-in-out infinite;
}
@keyframes rfWhoDot {
  0%, 100% { box-shadow: 0 0 0 4px rgba(203, 182, 130, 0.18); }
  50%      { box-shadow: 0 0 0 7px rgba(203, 182, 130, 0.05); }
}

/* Staircase headline — aligned with global section-title scale */
.rf-who__title {
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: clamp(36px, 5.6vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  max-width: 14ch;
}
.rf-who__word { display: inline-block; position: relative; }
.rf-who__word--accent {
  font-style: italic;
  color: var(--rf-gold);
  font-weight: 300;
}

/* Right column lead + CTA */
.rf-who__head-right {
  padding-bottom: 14px;
  max-width: 44ch;
}
.rf-who__lead {
  font-family: var(--rf-font-body);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.75;
  font-weight: 400;
  color: var(--rf-text-muted);
  margin: 0 0 28px;
}
.rf-who__lead strong {
  color: var(--rf-gold);
  font-weight: 500;
}

.rf-who__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--rf-font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(203, 182, 130, 0.55);
  transition: color 0.4s var(--rf-ease), gap 0.4s var(--rf-ease),
              border-color 0.4s var(--rf-ease);
}
.rf-who__cta svg {
  width: 16px;
  height: 16px;
  transition: transform 0.4s var(--rf-ease);
}
.rf-who__cta:hover {
  color: var(--rf-gold);
  gap: 18px;
  border-color: var(--rf-gold);
}
.rf-who__cta:hover svg { transform: translateX(4px); }

/* ── Card grid ─────────────────────────────────────────────── */
.rf-who__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  max-width: 1400px;
  margin: 0 auto clamp(56px, 7vw, 96px);
}

.rf-who__pillar-watermark,
.rf-who__bg { display: none !important; }
.rf-who__pillar {
  position: relative;
  padding: 36px 32px 40px;
  background: rgba(40, 36, 26, 0.42);
  backdrop-filter: blur(10px) saturate(1.05);
  -webkit-backdrop-filter: blur(10px) saturate(1.05);
  border: 1px solid rgba(203, 182, 130, 0.18);
  border-radius: 6px;
  overflow: hidden;
  cursor: default;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  text-align: left;
  outline: none;
  isolation: isolate;
  transition: transform 0.55s var(--rf-ease),
              background 0.55s var(--rf-ease),
              border-color 0.55s var(--rf-ease),
              box-shadow 0.55s var(--rf-ease);
}

/* Sweeping diagonal shine */
.rf-who__pillar::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg,
              transparent 0%,
              transparent 40%,
              rgba(203, 182, 130, 0.10) 50%,
              transparent 60%,
              transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.9s var(--rf-ease);
  pointer-events: none;
  z-index: 1;
}

/* Top accent bar that draws in on hover */
.rf-who__pillar::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, var(--rf-gold), var(--rf-gold-bright), var(--rf-gold));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.7s var(--rf-ease);
  z-index: 3;
}

.rf-who__pillar:hover,
.rf-who__pillar:focus-visible {
  transform: translateY(-5px);
  background: rgba(203, 182, 130, 0.035);
  border-color: rgba(203, 182, 130, 0.24);
  box-shadow: 0 12px 28px -16px rgba(0, 0, 0, 0.45),
              inset 0 1px 0 rgba(203, 182, 130, 0.10);
}
.rf-who__pillar:hover::after,
.rf-who__pillar:focus-visible::after { transform: translateX(100%); }
.rf-who__pillar:hover::before,
.rf-who__pillar:focus-visible::before { transform: scaleX(1); }

/* Giant corner watermark number */
.rf-who__pillar-watermark {
  position: absolute;
  bottom: -22px;
  right: -10px;
  font-family: var(--rf-font-display);
  font-weight: 700;
  font-size: clamp(110px, 11vw, 168px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(203, 182, 130, 0.09);
  user-select: none;
  pointer-events: none;
  z-index: 0;
  transition: -webkit-text-stroke-color 0.55s var(--rf-ease),
              transform 0.7s var(--rf-ease);
}
.rf-who__pillar:hover .rf-who__pillar-watermark,
.rf-who__pillar:focus-visible .rf-who__pillar-watermark {
  -webkit-text-stroke-color: rgba(203, 182, 130, 0.28);
  transform: translateY(-6px) scale(1.04);
}

/* Animated icon container */
.rf-who__pillar-icon {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  color: var(--rf-gold);
  background:
    radial-gradient(120% 120% at 0% 0%, rgba(203, 182, 130, 0.18), rgba(203, 182, 130, 0.02) 60%),
    rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(203, 182, 130, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform 0.55s var(--rf-ease),
              color 0.55s var(--rf-ease),
              border-color 0.55s var(--rf-ease),
              background 0.55s var(--rf-ease),
              box-shadow 0.55s var(--rf-ease);
}
.rf-who__pillar-icon svg {
  width: 26px;
  height: 26px;
  display: block;
  transition: transform 0.6s var(--rf-ease);
}
.rf-who__pillar:hover .rf-who__pillar-icon,
.rf-who__pillar:focus-visible .rf-who__pillar-icon {
  transform: translateY(-2px) rotate(-3deg);
  color: var(--rf-ink);
  background:
    radial-gradient(120% 120% at 0% 0%, var(--rf-gold-bright), var(--rf-gold) 70%);
  border-color: var(--rf-gold);
  box-shadow: 0 12px 24px -10px rgba(203, 182, 130, 0.55),
              inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.rf-who__pillar:hover .rf-who__pillar-icon svg,
.rf-who__pillar:focus-visible .rf-who__pillar-icon svg {
  transform: scale(1.08) rotate(3deg);
}

.rf-who__pillar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}
.rf-who__pillar-num {
  font-family: var(--rf-font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  color: var(--rf-gold);
  text-transform: uppercase;
}
.rf-who__pillar-arrow {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(203, 182, 130, 0.28);
  color: rgba(203, 182, 130, 0.7);
  transition: transform 0.4s var(--rf-ease),
              color 0.4s var(--rf-ease),
              border-color 0.4s var(--rf-ease),
              background 0.4s var(--rf-ease);
}
.rf-who__pillar-arrow svg { width: 11px; height: 11px; }
.rf-who__pillar:hover .rf-who__pillar-arrow,
.rf-who__pillar:focus-visible .rf-who__pillar-arrow {
  color: var(--rf-ink);
  background: var(--rf-gold);
  border-color: var(--rf-gold);
  transform: rotate(-8deg) translate(2px, -2px);
}

.rf-who__pillar-name {
  position: relative;
  z-index: 2;
  font-family: var(--rf-font-display);
  font-weight: 400;
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.18;
  margin: 0 0 12px;
  color: #fff;
  letter-spacing: -0.018em;
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
  transition: color 0.4s var(--rf-ease), transform 0.5s var(--rf-ease);
}
.rf-who__pillar:hover .rf-who__pillar-name {
  color: var(--rf-gold);
  transform: translateX(2px);
}

.rf-who__pillar-desc {
  position: relative;
  z-index: 2;
  font-family: var(--rf-font-body);
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--rf-text-muted);
  margin: 0;
  font-weight: 400;
  opacity: 0.78;
  transition: opacity 0.4s var(--rf-ease);
}
.rf-who__pillar:hover .rf-who__pillar-desc { opacity: 1; }

/* Staggered card entrance via custom index */
html.rf-anim .rf-who__pillar.rf-reveal {
  transition-delay: calc(var(--rf-who-i, 0) * 0.10s) !important;
}
@media (prefers-reduced-motion: reduce) {
  html.rf-anim .rf-who__pillar.rf-reveal { transition-delay: 0s !important; }
}

/* Bottom progress line — fills on reveal */
.rf-who__pillar-line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, var(--rf-gold), var(--rf-gold-bright));
  transition: width 1.1s var(--rf-ease) 0.35s;
}
html.rf-anim .rf-who__pillar.is-visible .rf-who__pillar-line { width: 100%; }

/* Scroll-filled bottom rule */
.rf-who__rule {
  height: 1px;
  background: rgba(203, 182, 130, 0.15);
  position: relative;
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
}
.rf-who__rule span {
  position: absolute;
  top: 0; left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--rf-gold), var(--rf-gold-bright));
  transition: width 2s var(--rf-ease) 0.3s;
}
html.rf-anim .rf-who__rule.is-visible span { width: 100%; }

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .rf-who__head {
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
  }
  .rf-who__head-right { padding-bottom: 0; max-width: 60ch; }
  .rf-who__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  .rf-who__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .rf-who__pillar { min-height: 260px; padding: 24px 22px 28px; }
  .rf-who__pillar-icon { width: 48px; height: 48px; margin-bottom: 20px; border-radius: 12px; }
  .rf-who__pillar-icon svg { width: 22px; height: 22px; }
  .rf-who__pillar-watermark { font-size: 130px; }
}
@media (max-width: 480px) {
  .rf-who__grid { grid-template-columns: 1fr; }
  .rf-who__pillar { min-height: auto; }
  .rf-who__bg { font-size: 240px; right: -10%; }
}

/* ============================================================
   HERO — EDITORIAL SPLIT (v3)
   Title + minimal CTAs on left · Vision anchor on right · Data strip at bottom
   ============================================================ */

.rf-page .rf-hero__overlay {
  background:
    linear-gradient(100deg, rgba(8,8,10,0.78) 0%, rgba(8,8,10,0.55) 40%, rgba(8,8,10,0.45) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.25) 35%, rgba(0,0,0,0.78) 100%),
    radial-gradient(circle at 80% 35%, rgba(203,182,130,0.08), transparent 55%);
}

.rf-hero__noise {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.08;
  mix-blend-mode: overlay;
  pointer-events: none;
  background-image:
    repeating-radial-gradient(circle at 12% 33%, rgba(255,255,255,0.10) 0px, transparent 1.2px, transparent 3px),
    repeating-radial-gradient(circle at 88% 73%, rgba(255,255,255,0.08) 0px, transparent 0.9px, transparent 4px);
}


/* ============================================================
   SIDE MENU — Modern editorial drawer (2026)
   ============================================================ */

/* Override the vendor gold background — we keep .side-menu for JS compat */
.side-menu.rf-side {
  background: linear-gradient(160deg, #0a0a0a 0%, #15151a 60%, #1a1812 100%) !important;
  color: #fff;
  width: 460px !important;
  max-width: 90vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  overflow-y: auto;
  overflow-x: hidden;
  isolation: isolate;
  box-shadow: -24px 0 60px -20px rgba(0,0,0,0.6),
              -1px 0 0 rgba(203,182,130,0.18);
}
.side-menu.rf-side .overlay { display: none; }

/* Ambient radial glow */
.rf-side__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(45% 35% at 20% 25%, rgba(203,182,130,0.14), transparent 70%),
    radial-gradient(40% 35% at 85% 80%, rgba(203,182,130,0.10), transparent 70%);
  animation: rfSideAmbient 12s ease-in-out infinite alternate;
}
@keyframes rfSideAmbient {
  from { opacity: 0.7; transform: scale(1); }
  to   { opacity: 1;   transform: scale(1.08); }
}

/* Architectural corner brackets */
.rf-side__corner {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 1;
  pointer-events: none;
}
.rf-side__corner--tl { top: 24px; left: 24px;
  border-top: 1px solid rgba(203,182,130,0.45);
  border-left: 1px solid rgba(203,182,130,0.45); }
.rf-side__corner--tr { top: 24px; right: 24px;
  border-top: 1px solid rgba(203,182,130,0.45);
  border-right: 1px solid rgba(203,182,130,0.45); }
.rf-side__corner--bl { bottom: 24px; left: 24px;
  border-bottom: 1px solid rgba(203,182,130,0.45);
  border-left: 1px solid rgba(203,182,130,0.45); }
.rf-side__corner--br { bottom: 24px; right: 24px;
  border-bottom: 1px solid rgba(203,182,130,0.45);
  border-right: 1px solid rgba(203,182,130,0.45); }

.side-menu.rf-side .rf-side__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 64px 40px 40px;
  width: 100%;
  box-sizing: border-box;
}

/* Close button override */
.rf-side .rf-side__close {
  position: absolute;
  top: clamp(28px, 3.5vw, 48px);
  right: clamp(28px, 3.5vw, 48px);
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(203,182,130,0.32);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  z-index: 10;
  transition: transform 0.4s var(--rf-ease),
              border-color 0.4s var(--rf-ease),
              background 0.4s var(--rf-ease);
}
.rf-side .rf-side__close i {
  position: absolute;
  width: 16px;
  height: 1.5px;
  background: var(--rf-gold);
  border-radius: 2px;
  transition: background 0.4s var(--rf-ease);
}
.rf-side .rf-side__close i:nth-child(1) { transform: rotate(45deg); }
.rf-side .rf-side__close i:nth-child(2) { transform: rotate(-45deg); }
.rf-side .rf-side__close:hover {
  transform: rotate(90deg);
  border-color: var(--rf-gold);
  background: rgba(203,182,130,0.12);
}

/* Header */
.rf-side__head {
  margin-bottom: clamp(36px, 4vw, 56px);
}
.rf-side__brand {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
}
.rf-side__logo {
  height: clamp(36px, 4vw, 48px);
  width: auto;
}
.rf-side__meta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--rf-font-display);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--rf-gold);
}
.rf-side__meta span:last-child {
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
}
.rf-side__meta-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rf-gold);
  box-shadow: 0 0 0 4px rgba(203,182,130,0.18);
  animation: rfSideDot 2.4s ease-in-out infinite;
}
@keyframes rfSideDot {
  0%, 100% { box-shadow: 0 0 0 4px rgba(203,182,130,0.18); }
  50%      { box-shadow: 0 0 0 7px rgba(203,182,130,0.05); }
}

/* Nav list */
.rf-side__nav { flex: 1; display: flex; align-items: center; }
.rf-side__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.rf-side__item {
  border-top: 1px solid rgba(203,182,130,0.12);
  opacity: 0;
  transform: translateX(-20px);
}
.rf-side__item:last-child { border-bottom: 1px solid rgba(203,182,130,0.12); }

/* When the menu opens (vendor JS removes .opacity-0), stagger items in */
.side-menu:not(.opacity-0) .rf-side__item {
  animation: rfSideItemIn 0.7s var(--rf-ease) forwards;
  animation-delay: calc(0.15s + var(--rf-side-i, 0) * 0.06s);
}
@keyframes rfSideItemIn {
  from { opacity: 0; transform: translateX(-20px); }
  to   { opacity: 1; transform: translateX(0); }
}

.rf-side__link {
  position: relative;
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 16px;
  padding: 16px 8px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  color: rgba(255,255,255,0.78) !important;
  text-decoration: none;
  font-family: var(--rf-font-display);
  font-weight: 300;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.012em;
  text-transform: none;
  overflow: hidden;
  isolation: isolate;
  transition: padding-left 0.5s var(--rf-ease),
              color 0.5s var(--rf-ease);
}
.rf-side__link::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(203,182,130,0.10), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s var(--rf-ease);
  z-index: -1;
}
.rf-side__link:hover {
  color: var(--rf-gold) !important;
  padding-left: clamp(20px, 2.5vw, 36px);
}
.rf-side__link:hover::before { transform: translateX(0); }
.rf-side__link:hover .rf-side__num { color: var(--rf-gold); transform: translateX(-4px); }
.rf-side__link:hover .rf-side__arrow { opacity: 1; transform: translateX(0); color: var(--rf-gold); }

.rf-side__num {
  font-family: var(--rf-font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: rgba(203,182,130,0.55);
  transition: color 0.4s var(--rf-ease), transform 0.4s var(--rf-ease);
  align-self: center;
}
.rf-side__label {
  display: block !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  width: 100%;
  color: rgba(255,255,255,0.92) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Sidebar reset: keep this drawer isolated from the old global menu system. */
.side-menu.rf-side .rf-side__list {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.side-menu.rf-side .rf-side__item {
  flex: 0 0 auto !important;
  flex-basis: auto !important;
  flex-grow: 0 !important;
  text-align: left !important;
  width: 100% !important;
  margin: 0 !important;
}
.side-menu.rf-side .rf-side__link {
  padding: 16px 8px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  text-align: left !important;
}

@media (min-width: 1025px) {
  .rf-page .site-header .side-menu.rf-side {
    width: 520px !important;
    max-width: 520px !important;
  }
  .rf-page .site-header .side-menu.rf-side .rf-side__inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    padding: 64px 40px 40px !important;
    box-sizing: border-box !important;
  }
  .rf-page .site-header .side-menu.rf-side .rf-side__nav,
  .rf-page .site-header .side-menu.rf-side .rf-side__list,
  .rf-page .site-header .side-menu.rf-side .rf-side__item {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .rf-page .site-header .side-menu.rf-side .rf-side__link {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) 28px !important;
    gap: 16px !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
    font-size: 22px !important;
    line-height: 1.1 !important;
    text-align: left !important;
  }
  .rf-page .site-header .side-menu.rf-side .rf-side__label {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    min-width: 0 !important;
    color: rgba(255,255,255,0.92) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-align: left !important;
  }
}
.rf-side__arrow {
  font-family: var(--rf-font-display);
  font-size: 22px;
  font-weight: 300;
  color: rgba(203,182,130,0.6);
  opacity: 0;
  transform: translateX(-12px);
  transition: opacity 0.4s var(--rf-ease),
              transform 0.4s var(--rf-ease),
              color 0.4s var(--rf-ease);
}

/* CTA-styled Contact item */
.rf-side__link--cta { color: var(--rf-gold) !important; }
.rf-side__link--cta .rf-side__num { color: var(--rf-gold); }
.rf-side__link--cta .rf-side__arrow {
  opacity: 1;
  transform: translateX(0);
  color: var(--rf-gold);
}

/* Footer row */
.rf-side__foot {
  display: flex !important;
  align-items: center;
  gap: 14px;
  padding-top: 28px;
  margin-top: 32px;
  border-top: 1px solid rgba(203,182,130,0.18);
  width: 100%;
}
.rf-side__foot-col {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rf-side__foot-label {
  font-family: var(--rf-font-display);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--rf-gold);
}
.rf-side__foot-value {
  font-family: var(--rf-font-display);
  font-weight: 300;
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(255,255,255,0.85);
}
.rf-side__foot-col--copy .rf-side__foot-value {
  color: rgba(255,255,255,0.55);
  font-size: 11.5px;
  line-height: 1.5;
}
.rf-side__foot-col--copy .rf-side__foot-label {
  font-size: 14px;
  letter-spacing: 0;
  color: var(--rf-gold);
}

/* Responsive */
@media (prefers-reduced-motion: reduce) {
  .rf-side__ambient,
  .rf-side__meta-dot { animation: none; }
  .rf-side__item { opacity: 1; transform: none; }
  .side-menu:not(.opacity-0) .rf-side__item { animation: none; }
}
@media (max-width: 900px) {
  .rf-side__inner { padding: 64px 32px 40px; }
  .rf-side__link { font-size: clamp(22px, 6vw, 32px); grid-template-columns: 44px 1fr auto; gap: 16px; }
  .rf-side__corner { width: 28px; height: 28px; }
  .rf-side__foot { grid-template-columns: 1fr 1fr; }
  .rf-side__foot-col--copy { grid-column: span 2; }
}
/* Lock the page behind the open menu at every screen size — no horizontal/vertical scroll bleed */
html:has(.side-menu.side-menu-active),
body:has(.side-menu.side-menu-active) {
  overflow: hidden !important;
  overscroll-behavior: contain;
  touch-action: none;
}
/* Make the vendor backdrop actually cover the viewport (vendor uses height:100% which collapses to 0) */
#close_side_menu {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  width: 100dvw !important;
  height: 100vh !important;
  height: 100dvh !important;
  background: rgba(0, 0, 0, 0.72) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 1 !important;
  z-index: 1500 !important;
}
/* The menu itself never scrolls horizontally; only its own content can scroll vertically */
.side-menu.rf-side,
.side-menu.rf-side .rf-side__inner {
  overflow-x: hidden !important;
}
/* Full viewport on phones AND tablets — no page peeking on any side */
@media (max-width: 1024px) {
  .side-menu.rf-side {
    width: 100vw !important;
    width: 100dvw !important;
    max-width: 100vw !important;
    max-width: 100dvw !important;
    left: 0 !important;
    right: 0 !important;
    box-shadow: none;
  }
}

/* Phones and tablets: keep the isolated drawer full-viewport and readable. */
@media (max-width: 1024px) {
  .side-menu.rf-side .rf-side__inner {
    padding: 64px 18px 28px !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
  }
  .side-menu.rf-side .rf-side__nav,
  .side-menu.rf-side .rf-side__list,
  .side-menu.rf-side .rf-side__item,
  .side-menu.rf-side .rf-side__link {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
  .side-menu.rf-side .rf-side__link {
    grid-template-columns: 36px minmax(0, 1fr) 22px !important;
    gap: 12px !important;
    padding: 14px 4px !important;
  }
}
@media (max-width: 640px) {
  .side-menu.rf-side .rf-side__inner {
    padding: calc(58px + env(safe-area-inset-top, 0px)) 18px calc(24px + env(safe-area-inset-bottom, 0px)) !important;
  }
  .rf-side__head { margin-bottom: 24px; }
  .side-menu.rf-side .rf-side__nav {
    align-items: flex-start !important;
  }
  .side-menu.rf-side .rf-side__link {
    font-size: clamp(18px, 5.2vw, 22px) !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    gap: 10px !important;
    min-height: 48px;
    padding: 12px 2px !important;
  }
  .side-menu.rf-side .rf-side__label {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
  .rf-side__num { font-size: 10px; }
  .rf-side__arrow { display: none; }
  .rf-side__brand img { height: 32px; }
  .rf-side__foot { grid-template-columns: 1fr; gap: 12px; padding-top: 20px; margin-top: 20px; }
  .rf-side__foot-col--copy { grid-column: span 1; }
  .rf-side__corner { width: 22px; height: 22px; }
  .rf-side__corner--tl, .rf-side__corner--bl { left: 14px; }
  .rf-side__corner--tr, .rf-side__corner--br { right: 14px; }
  .rf-side__corner--tl, .rf-side__corner--tr { top: 18px; }
  .rf-side__corner--bl, .rf-side__corner--br { bottom: 18px; }
  /* Close button — comfortable tap target, anchored top-right */
  .rf-side .rf-side__close {
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 576px) {
  .side-menu:not(.rf-side) .inner-wrapper {
    padding: 2rem 1.5rem !important;
    align-items: flex-start;
    align-content: flex-start;
  }
  .side-menu:not(.rf-side) .side-footer {
    position: static;
    margin-top: 2rem;
  }
}

/* ============================================================
   ABOUT — 03. PRINCIPLES — Modern editorial cards (2026)
   ============================================================ */
.rf-principles { position: relative; overflow: hidden; isolation: isolate; }
.rf-principles__ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(45% 35% at 25% 20%, rgba(203,182,130,0.10), transparent 70%),
    radial-gradient(40% 35% at 80% 80%, rgba(203,182,130,0.07), transparent 70%);
  animation: rfPrinAmbient 14s ease-in-out infinite alternate;
}
@keyframes rfPrinAmbient {
  from { opacity: 0.7; transform: scale(1); }
  to   { opacity: 1;   transform: scale(1.06); }
}
.rf-principles .rf-container { position: relative; z-index: 1; }

.rf-principles__label-dot {
  display: inline-block;
  width: 6px; height: 6px;
  margin-right: 14px;
  border-radius: 50%;
  background: var(--rf-gold);
  box-shadow: 0 0 0 4px rgba(203,182,130,0.18);
  animation: rfPrinDot 2.4s ease-in-out infinite;
  vertical-align: middle;
}
@keyframes rfPrinDot {
  0%, 100% { box-shadow: 0 0 0 4px rgba(203,182,130,0.18); }
  50%      { box-shadow: 0 0 0 7px rgba(203,182,130,0.05); }
}

.rf-principles__head {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: end;
  margin-bottom: clamp(56px, 7vw, 88px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.rf-principles__title {
  font-family: var(--rf-font-display);
  font-weight: 300;
  font-size: clamp(36px, 4.6vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin: 0;
  color: #fff;
  max-width: 13ch;
}
.rf-principles__title em { font-style: italic; color: var(--rf-gold); font-weight: 300; }
.rf-principles__title strong { font-style: normal; font-weight: 500; color: var(--rf-gold); }
.rf-principles__head-right { padding-bottom: 10px; max-width: 50ch; }
.rf-principles__lead {
  font-family: var(--rf-font-body);
  font-size: clamp(14.5px, 1.05vw, 17px);
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
  margin: 0;
}

.rf-principles__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 1400px;
  margin: 0 auto;
}

.rf-principles__card {
  position: relative;
  padding: 32px 28px 36px;
  background: linear-gradient(165deg, rgba(255,255,255,0.025) 0%, rgba(255,255,255,0.005) 100%);
  border: 1px solid rgba(203,182,130,0.14);
  border-radius: 10px;
  overflow: hidden;
  isolation: isolate;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  transition: transform 0.55s var(--rf-ease),
              border-color 0.55s var(--rf-ease),
              background 0.55s var(--rf-ease),
              box-shadow 0.55s var(--rf-ease);
}
.rf-principles__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg,
              transparent 40%,
              rgba(203,182,130,0.08) 50%,
              transparent 60%);
  transform: translateX(-100%);
  transition: transform 1s var(--rf-ease);
  pointer-events: none;
  z-index: 0;
}
.rf-principles__card:hover {
  transform: translateY(-6px);
  border-color: rgba(203,182,130,0.42);
  background: linear-gradient(165deg, rgba(203,182,130,0.08) 0%, rgba(255,255,255,0.01) 100%);
  box-shadow: 0 22px 48px -22px rgba(203,182,130,0.28),
              inset 0 1px 0 rgba(203,182,130,0.18);
}
.rf-principles__card:hover::after { transform: translateX(100%); }
.rf-principles__card:hover .rf-principles__name { color: var(--rf-gold); }
.rf-principles__card:hover .rf-principles__watermark {
  -webkit-text-stroke-color: rgba(203,182,130,0.55);
  transform: translate(-4px, -2px);
}
.rf-principles__card:hover .rf-principles__dot {
  background: var(--rf-gold);
  transform: scale(1.4);
}
.rf-principles__card:hover .rf-principles__line { width: 100%; }

.rf-principles__watermark {
  position: absolute;
  bottom: 8px;
  right: 14px;
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: clamp(80px, 9vw, 140px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(203,182,130,0.16);
  user-select: none;
  pointer-events: none;
  transition: -webkit-text-stroke-color 0.55s var(--rf-ease),
              transform 0.55s var(--rf-ease);
  z-index: 0;
}

.rf-principles__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: auto;
  padding-bottom: 36px;
}
.rf-principles__eyebrow {
  font-family: var(--rf-font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--rf-gold);
}
.rf-principles__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(203,182,130,0.32);
  transition: background 0.4s var(--rf-ease), transform 0.4s var(--rf-ease);
}

.rf-principles__name {
  position: relative;
  z-index: 1;
  font-family: var(--rf-font-display);
  font-weight: 400;
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.18;
  letter-spacing: -0.012em;
  margin: 0 0 12px;
  color: #fff;
  transition: color 0.45s var(--rf-ease);
}
.rf-principles__desc {
  position: relative;
  z-index: 1;
  font-family: var(--rf-font-body);
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--rf-text-muted);
  margin: 0;
}

.rf-principles__line {
  position: absolute;
  bottom: 0; left: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, var(--rf-gold), var(--rf-gold-bright));
  transition: width 1s var(--rf-ease) calc(0.25s + var(--rf-prin-i, 0) * 0.1s);
  box-shadow: 0 0 8px rgba(203,182,130,0.4);
  z-index: 2;
}
html.rf-anim .rf-principles__card.is-visible .rf-principles__line { width: 100%; }

@media (prefers-reduced-motion: reduce) {
  .rf-principles__ambient,
  .rf-principles__label-dot { animation: none; }
}
@media (max-width: 1100px) {
  .rf-principles__head { grid-template-columns: 1fr; gap: 28px; align-items: start; }
  .rf-principles__head-right { padding-bottom: 0; max-width: 62ch; }
  .rf-principles__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .rf-principles__grid { grid-template-columns: 1fr; }
  .rf-principles__card { min-height: auto; padding: 26px 22px 30px; }
  .rf-principles__watermark { font-size: 96px; }
}

/* ============================================================
   WHY-US — Three+One Reasons (modern principle grid)
   ============================================================ */
.rf-why {
  padding-top: clamp(64px, 7vw, 96px);
  padding-bottom: clamp(64px, 7vw, 96px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.rf-why__ambient {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(50% 40% at 12% 18%, rgba(203,182,130,0.07), transparent 70%),
    radial-gradient(40% 40% at 90% 80%, rgba(203,182,130,0.05), transparent 70%);
}
.rf-why .rf-container { position: relative; z-index: 1; }

.rf-why__label-dot,
.rf-stats__label-dot,
.rf-edges__label-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rf-gold);
  margin-right: 12px;
  box-shadow: 0 0 0 3px rgba(203,182,130,0.18);
  animation: rf-why-dot 2.4s ease-in-out infinite;
  vertical-align: middle;
}
@keyframes rf-why-dot {
  0%, 100% { box-shadow: 0 0 0 3px rgba(203,182,130,0.18); }
  50%      { box-shadow: 0 0 0 6px rgba(203,182,130,0.05); }
}

.rf-why__head,
.rf-stats__head,
.rf-edges__head {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: end;
  margin-bottom: clamp(40px, 5vw, 64px);
  max-width: 1100px;
}
.rf-why__title,
.rf-stats__title,
.rf-edges__title {
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.018em;
  margin: 0;
  color: #fff;
  max-width: 14ch;
}
.rf-why__title em,
.rf-stats__title em,
.rf-edges__title em {
  font-style: italic;
  color: var(--rf-gold);
  font-weight: 300;
}
.rf-why__lead,
.rf-stats__lead,
.rf-edges__lead {
  font-family: var(--rf-font-body);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.65;
  color: var(--rf-text-muted);
  margin: 0;
  padding-bottom: 6px;
  max-width: 48ch;
}

/* Reasons grid (2x2; last spans both columns) */
.rf-why__reasons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.rf-why__reason {
  position: relative;
  padding: 32px 30px 36px;
  background: linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.005));
  border: 1px solid var(--rf-line);
  border-radius: 8px;
  overflow: hidden;
  isolation: isolate;
  opacity: 0;
  transform: translateY(22px);
  transition:
    background 0.5s var(--rf-ease),
    border-color 0.5s var(--rf-ease),
    box-shadow 0.5s var(--rf-ease),
    transform 0.7s var(--rf-ease),
    opacity 0.7s var(--rf-ease);
}
.rf-why__reasons.is-visible .rf-why__reason {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.7s var(--rf-ease) calc(0.15s + var(--rf-why-i, 0) * 0.10s),
    transform 0.7s var(--rf-ease) calc(0.15s + var(--rf-why-i, 0) * 0.10s),
    background 0.4s var(--rf-ease),
    border-color 0.4s var(--rf-ease),
    box-shadow 0.4s var(--rf-ease);
}
.rf-why__reason::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  height: 2px; width: 100%;
  background: linear-gradient(90deg, var(--rf-gold), var(--rf-gold-bright));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.6s var(--rf-ease);
  z-index: 2;
}
.rf-why__reason:hover {
  background: linear-gradient(180deg, rgba(203,182,130,0.06), rgba(203,182,130,0.01));
  border-color: var(--rf-line-strong);
  box-shadow: 0 22px 44px -22px rgba(0,0,0,0.6), 0 0 0 1px rgba(203,182,130,0.18);
}
.rf-why__reason:hover::before { transform: scaleX(1); }

.rf-why__reason-index {
  position: absolute;
  right: -10px; bottom: -22px;
  font-family: var(--rf-font-display);
  font-weight: 700;
  font-size: clamp(120px, 13vw, 200px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(203,182,130,0.10);
  user-select: none;
  pointer-events: none;
  z-index: 0;
  transition: -webkit-text-stroke-color 0.5s var(--rf-ease), transform 0.6s var(--rf-ease);
}
.rf-why__reason:hover .rf-why__reason-index {
  -webkit-text-stroke-color: rgba(203,182,130,0.32);
  transform: translateY(-6px);
}
.rf-why__reason-num {
  position: relative; z-index: 2;
  display: block;
  font-family: var(--rf-font-display);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--rf-gold);
  margin-bottom: 18px;
}
.rf-why__reason-title {
  position: relative; z-index: 2;
  font-family: var(--rf-font-display);
  font-weight: 300;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.18;
  letter-spacing: -0.012em;
  color: #fff;
  margin: 0 0 14px;
}
.rf-why__reason-title em {
  font-style: italic;
  color: var(--rf-gold);
  font-weight: 400;
}
.rf-why__reason-text {
  position: relative; z-index: 2;
  font-family: var(--rf-font-body);
  font-size: 14px;
  line-height: 1.7;
  color: var(--rf-text-muted);
  margin: 0;
  max-width: 52ch;
}

/* Feature card — "+ One" spans both columns */
.rf-why__reason--feature {
  grid-column: 1 / -1;
  background:
    linear-gradient(135deg, rgba(203,182,130,0.10), rgba(203,182,130,0.01) 60%),
    linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.005));
  border-color: var(--rf-line-strong);
  padding: 40px 36px 44px;
}
.rf-why__reason--feature .rf-why__reason-title { font-size: clamp(26px, 2.8vw, 38px); }
.rf-why__reason-pin {
  position: absolute;
  top: 18px;
  right: 22px;
  z-index: 3;
  font-family: var(--rf-font-display);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--rf-ink);
  background: var(--rf-gold);
  border-radius: 999px;
  padding: 6px 14px;
}

@media (max-width: 900px) {
  .rf-why__head,
  .rf-stats__head,
  .rf-edges__head { grid-template-columns: 1fr; gap: 18px; align-items: start; margin-bottom: 32px; }
  .rf-why__reasons { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .rf-why__reason { opacity: 1; transform: none; transition: none; }
  .rf-why__label-dot,
  .rf-stats__label-dot,
  .rf-edges__label-dot { animation: none; }
}

/* ============================================================
   WHY-US — By the Numbers (modern stat tiles)
   ============================================================ */
.rf-stats {
  padding-top: clamp(64px, 7vw, 96px);
  padding-bottom: clamp(64px, 7vw, 96px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.rf-stats__ambient {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(50% 40% at 85% 20%, rgba(203,182,130,0.06), transparent 70%);
}
.rf-stats .rf-container { position: relative; z-index: 1; }

.rf-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.rf-stats__tile {
  position: relative;
  padding: 32px 28px 36px;
  background: linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.005));
  border: 1px solid var(--rf-line);
  border-radius: 8px;
  overflow: hidden;
  isolation: isolate;
  opacity: 0;
  transform: translateY(22px);
  transition:
    background 0.5s var(--rf-ease),
    border-color 0.5s var(--rf-ease),
    box-shadow 0.5s var(--rf-ease),
    transform 0.7s var(--rf-ease),
    opacity 0.7s var(--rf-ease);
}
.rf-stats__grid.is-visible .rf-stats__tile {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.7s var(--rf-ease) calc(0.15s + var(--rf-stats-i, 0) * 0.10s),
    transform 0.7s var(--rf-ease) calc(0.15s + var(--rf-stats-i, 0) * 0.10s),
    background 0.4s var(--rf-ease),
    border-color 0.4s var(--rf-ease),
    box-shadow 0.4s var(--rf-ease);
}
.rf-stats__tile:hover {
  background: linear-gradient(180deg, rgba(203,182,130,0.06), rgba(203,182,130,0.01));
  border-color: var(--rf-line-strong);
  box-shadow: 0 22px 44px -22px rgba(0,0,0,0.6), 0 0 0 1px rgba(203,182,130,0.18);
}
.rf-stats__tag {
  display: inline-block;
  font-family: var(--rf-font-display);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--rf-gold);
  padding: 4px 10px;
  border: 1px solid rgba(203,182,130,0.32);
  border-radius: 999px;
  background: rgba(203,182,130,0.04);
  margin-bottom: 22px;
}
.rf-stats__big {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: clamp(64px, 8vw, 104px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #fff;
  font-variant-numeric: tabular-nums;
  margin: 0;
}
.rf-stats__big em {
  font-style: normal;
  color: var(--rf-gold);
  font-weight: 300;
  font-size: 0.5em;
  margin-left: 4px;
}
.rf-stats__rule {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, var(--rf-gold), transparent);
  margin: 18px 0;
  width: 0;
  transition: width 1s var(--rf-ease) calc(0.6s + var(--rf-stats-i, 0) * 0.1s);
}
.rf-stats__grid.is-visible .rf-stats__rule { width: 60%; }
.rf-stats__tile:hover .rf-stats__rule { width: 100%; }
.rf-stats__name {
  font-family: var(--rf-font-display);
  font-weight: 400;
  font-size: clamp(15px, 1.3vw, 19px);
  line-height: 1.2;
  margin: 0 0 8px;
  color: #fff;
}
.rf-stats__sub {
  font-family: var(--rf-font-body);
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--rf-text-muted);
  margin: 0;
}

@media (max-width: 900px) {
  .rf-stats__grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .rf-stats__tile { opacity: 1; transform: none; transition: none; }
  .rf-stats__grid.is-visible .rf-stats__rule { transition: none; }
}

/* ============================================================
   WHY-US — Comparative Advantage (modern vertical timeline)
   ============================================================ */
.rf-edges {
  padding-top: clamp(64px, 7vw, 96px);
  padding-bottom: clamp(64px, 7vw, 96px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.rf-edges__ambient {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(60% 50% at 20% 80%, rgba(203,182,130,0.06), transparent 70%);
}
.rf-edges .rf-container { position: relative; z-index: 1; }

.rf-edges__list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 64px;
  position: relative;
  max-width: 1000px;
}
.rf-edges__list::before {
  content: '';
  position: absolute;
  left: 24px;
  top: 32px;
  bottom: 32px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(203,182,130,0.32), transparent);
}
.rf-edges__list::after {
  content: '';
  position: absolute;
  left: 24px;
  top: 32px;
  width: 1px;
  height: 0;
  background: linear-gradient(180deg, var(--rf-gold), var(--rf-gold-bright));
  box-shadow: 0 0 10px rgba(203,182,130,0.45);
  transition: height 1.4s var(--rf-ease) 0.3s;
}
.rf-edges__list.is-visible::after { height: calc(100% - 64px); }

.rf-edges__row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 28px 16px 30px 0;
  border-bottom: 1px solid rgba(203,182,130,0.14);
  opacity: 0;
  transform: translateX(-18px);
  transition:
    background 0.4s var(--rf-ease),
    transform 0.7s var(--rf-ease),
    opacity 0.7s var(--rf-ease);
}
.rf-edges__list.is-visible .rf-edges__row {
  opacity: 1;
  transform: translateX(0);
  transition:
    opacity 0.7s var(--rf-ease) calc(0.25s + var(--rf-edges-i, 0) * 0.12s),
    transform 0.7s var(--rf-ease) calc(0.25s + var(--rf-edges-i, 0) * 0.12s),
    background 0.4s var(--rf-ease);
}
.rf-edges__row:hover {
  background: linear-gradient(90deg, rgba(203,182,130,0.04), transparent 70%);
}

.rf-edges__node {
  position: absolute;
  left: -42px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border-radius: 50%;
  background: var(--rf-ink);
  border: 1.5px solid var(--rf-gold);
  z-index: 2;
  transition: background 0.4s var(--rf-ease), box-shadow 0.4s var(--rf-ease), transform 0.4s var(--rf-ease);
}
.rf-edges__node::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--rf-gold);
  transform: scale(0);
  transition: transform 0.4s var(--rf-ease);
}
.rf-edges__list.is-visible .rf-edges__node {
  animation: rf-edges-pulse 2.4s var(--rf-ease) infinite;
  animation-delay: calc(1s + var(--rf-edges-i, 0) * 0.12s);
}
.rf-edges__row:hover .rf-edges__node {
  background: var(--rf-gold);
  box-shadow: 0 0 0 6px rgba(203,182,130,0.15), 0 0 16px rgba(203,182,130,0.5);
  transform: scale(1.1);
}
.rf-edges__row:hover .rf-edges__node::after { transform: scale(1); }
@keyframes rf-edges-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(203,182,130,0); }
  50%      { box-shadow: 0 0 0 5px rgba(203,182,130,0.10); }
}

.rf-edges__body { min-width: 0; }
.rf-edges__num {
  display: block;
  font-family: var(--rf-font-display);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--rf-gold);
  margin-bottom: 6px;
}
.rf-edges__h {
  font-family: var(--rf-font-display);
  font-weight: 300;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0 0 8px;
  transition: color 0.4s var(--rf-ease), transform 0.4s var(--rf-ease);
}
.rf-edges__h em {
  font-style: italic;
  color: var(--rf-gold);
  font-weight: 400;
}
.rf-edges__row:hover .rf-edges__h { transform: translateX(3px); }
.rf-edges__p {
  font-family: var(--rf-font-body);
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--rf-text-muted);
  margin: 0;
  max-width: 64ch;
}
.rf-edges__index {
  font-family: var(--rf-font-display);
  font-weight: 700;
  font-size: clamp(40px, 4.5vw, 64px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(203,182,130,0.22);
  user-select: none;
  pointer-events: none;
  transition: -webkit-text-stroke-color 0.5s var(--rf-ease), color 0.5s var(--rf-ease), transform 0.5s var(--rf-ease);
  white-space: nowrap;
}
.rf-edges__row:hover .rf-edges__index {
  color: var(--rf-gold);
  -webkit-text-stroke-color: var(--rf-gold);
  transform: translateX(-3px);
}

@media (max-width: 720px) {
  .rf-edges__list { padding-left: 48px; }
  .rf-edges__list::before,
  .rf-edges__list::after { left: 18px; }
  .rf-edges__node { left: -36px; }
  .rf-edges__row { grid-template-columns: 1fr; gap: 8px; padding: 22px 0 24px; }
  .rf-edges__index { font-size: 38px; justify-self: end; }
}

@media (prefers-reduced-motion: reduce) {
  .rf-edges__row { opacity: 1; transform: none; transition: none; }
  .rf-edges__list.is-visible::after { transition: none; }
  .rf-edges__list.is-visible .rf-edges__node { animation: none; }
}

/* ============================================================
   PORTFOLIO — 04 Approach (modern principle grid)
   ============================================================ */
.rf-approach-sec {
  padding-top: clamp(64px, 7vw, 96px);
  padding-bottom: clamp(64px, 7vw, 96px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.rf-approach-sec__ambient {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(50% 40% at 15% 20%, rgba(203,182,130,0.06), transparent 70%),
    radial-gradient(40% 40% at 85% 80%, rgba(203,182,130,0.05), transparent 70%);
}
.rf-approach-sec .rf-container { position: relative; z-index: 1; }

.rf-approach-sec__label-dot {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--rf-gold);
  margin-right: 12px;
  box-shadow: 0 0 0 3px rgba(203,182,130,0.18);
  animation: rf-approach-dot 2.4s ease-in-out infinite;
  vertical-align: middle;
}
@keyframes rf-approach-dot {
  0%, 100% { box-shadow: 0 0 0 3px rgba(203,182,130,0.18); }
  50%      { box-shadow: 0 0 0 6px rgba(203,182,130,0.05); }
}

.rf-approach-sec__head {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: end;
  margin-bottom: clamp(40px, 5vw, 64px);
  max-width: 1100px;
}
.rf-approach-sec__title {
  font-family: var(--rf-font-display);
  font-weight: 200;
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.018em;
  margin: 0;
  color: #fff;
  max-width: 14ch;
}
.rf-approach-sec__title em {
  font-style: italic;
  color: var(--rf-gold);
  font-weight: 300;
}
.rf-approach-sec__lead {
  font-family: var(--rf-font-body);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.65;
  color: var(--rf-text-muted);
  margin: 0;
  padding-bottom: 6px;
  max-width: 48ch;
}

/* Editorial ledger — 8 numbered rows, no boxes, just typography + hairlines */
.rf-approach {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  border-top: 1px solid rgba(203,182,130,0.18);
}
.rf-approach__row {
  position: relative;
  display: grid;
  grid-template-columns: clamp(72px, 9vw, 124px) 1fr;
  align-items: center;
  gap: clamp(20px, 3vw, 40px);
  padding: clamp(24px, 3vw, 36px) 8px;
  border-bottom: 1px solid rgba(203,182,130,0.18);
  isolation: isolate;
  opacity: 0;
  transform: translateY(14px);
  transition:
    background 0.45s var(--rf-ease),
    transform 0.7s var(--rf-ease),
    opacity 0.7s var(--rf-ease);
}
.rf-approach.is-visible .rf-approach__row {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.6s var(--rf-ease) calc(0.10s + var(--rf-app-i, 0) * 0.08s),
    transform 0.6s var(--rf-ease) calc(0.10s + var(--rf-app-i, 0) * 0.08s),
    background 0.45s var(--rf-ease);
}
.rf-approach__row:hover {
  background: linear-gradient(90deg, rgba(203,182,130,0.05), transparent 70%);
}

/* Animated gold side rail (left edge) — grows on hover */
.rf-approach__rail {
  position: absolute;
  left: 0;
  top: 22%;
  bottom: 22%;
  width: 2px;
  background: var(--rf-gold);
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.5s var(--rf-ease);
  border-radius: 1px;
}
.rf-approach__row:hover .rf-approach__rail { transform: scaleY(1); }

/* Giant outlined number — left column */
.rf-approach__num {
  font-family: var(--rf-font-display);
  font-weight: 700;
  font-size: clamp(48px, 6vw, 88px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(203,182,130,0.28);
  user-select: none;
  transition:
    color 0.5s var(--rf-ease),
    -webkit-text-stroke-color 0.5s var(--rf-ease),
    transform 0.5s var(--rf-ease);
}
.rf-approach__row:hover .rf-approach__num {
  color: var(--rf-gold);
  -webkit-text-stroke-color: var(--rf-gold);
  transform: translateX(4px);
}

.rf-approach__body { min-width: 0; }
.rf-approach__key {
  font-family: var(--rf-font-display);
  font-weight: 300;
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1.22;
  letter-spacing: -0.012em;
  color: #fff;
  margin: 0 0 8px;
  transition: color 0.4s var(--rf-ease), transform 0.4s var(--rf-ease);
}
.rf-approach__row:hover .rf-approach__key {
  color: var(--rf-gold);
  transform: translateX(3px);
}
.rf-approach__txt {
  font-family: var(--rf-font-body);
  font-size: clamp(13px, 0.95vw, 14.5px);
  line-height: 1.6;
  color: var(--rf-text-muted);
  margin: 0;
  max-width: 72ch;
}

/* Responsive — collapse to single column on small screens */
@media (max-width: 900px) {
  .rf-approach-sec__head { grid-template-columns: 1fr; gap: 18px; align-items: start; margin-bottom: 32px; }
}
@media (max-width: 560px) {
  .rf-approach__row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 6px;
  }
  .rf-approach__num { font-size: 44px; }
  .rf-approach__key { font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  .rf-approach__row { opacity: 1; transform: none; transition: none; }
  .rf-approach-sec__label-dot { animation: none; }
}

/* Hide Leadership nav item — top bar + side menu */
.rf-page .site-header .nav-item:has(> a[href="team.html"]) { display: none !important; }
.rf-page .rf-side__item:has(> a[href="team.html"]) { display: none !important; }

/* ============================================================
   FINAL REFINEMENTS PASS — 2026-05-20b
   Vision 2035 globe · card dominance · blueprint texture ·
   subtle ambient motion · footer atmosphere
   ============================================================ */

/* ----- Vision 2035: Globe (CSS fallback always visible · COBE enhances on top) ----- */
.rf-vision__globe {
  position: relative;
  width: clamp(280px, 38vw, 520px);
  aspect-ratio: 1 / 1;
  margin: clamp(32px, 5vw, 64px) auto clamp(48px, 6vw, 80px);
  display: block;
  pointer-events: none;
}

/* ----- CSS-only base globe (visible by default · COBE overlays if it loads) ----- */
.rf-vision__globe-fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
}
.rf-vision__globe-glow {
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 36%, rgba(203,182,130,0.16) 0%, rgba(203,182,130,0.04) 35%, transparent 65%);
  filter: blur(2px);
  animation: rfGlobeFallbackGlow 9s ease-in-out infinite alternate;
}
@keyframes rfGlobeFallbackGlow {
  from { opacity: 0.55; transform: scale(1);   }
  to   { opacity: 1;    transform: scale(1.05);}
}
.rf-vision__globe-arc,
.rf-vision__globe-meridian,
.rf-vision__globe-equator {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(203,182,130,0.16);
  pointer-events: none;
}
.rf-vision__globe-arc--1 {
  inset: 12%;
  border-color: rgba(203,182,130,0.22);
}
.rf-vision__globe-arc--2 {
  inset: 12%;
  border: 1px dashed rgba(203,182,130,0.14);
  animation: rfGlobeArcSpin 60s linear infinite;
}
.rf-vision__globe-arc--3 {
  inset: 24%;
  border-color: rgba(203,182,130,0.10);
}
@keyframes rfGlobeArcSpin {
  to { transform: rotate(360deg); }
}
.rf-vision__globe-meridian {
  inset: 12% 49.5%;
  border-radius: 50%;
  border: 1px solid rgba(203,182,130,0.10);
  transform: rotate(0deg);
  animation: rfGlobeMeridian 36s linear infinite;
}
@keyframes rfGlobeMeridian {
  from { transform: rotate(0deg);   }
  to   { transform: rotate(360deg); }
}
.rf-vision__globe-equator {
  inset: 49.5% 12%;
  border-radius: 50%;
  border: 1px solid rgba(203,182,130,0.10);
}
.rf-vision__globe-routes {
  position: absolute;
  inset: 14%;
  width: 72%;
  height: 72%;
  overflow: visible;
}
.rf-vision__globe-route {
  fill: none;
  stroke: rgba(222,198,116,0.55);
  stroke-width: 0.45;
  stroke-dasharray: 1.2 1.8;
  stroke-linecap: round;
  opacity: 0.6;
  animation: rfGlobeRouteFlow 5s linear infinite;
}
.rf-vision__globe-route:nth-child(2) { animation-delay: -0.8s; opacity: 0.5; }
.rf-vision__globe-route:nth-child(3) { animation-delay: -1.6s; opacity: 0.7; }
.rf-vision__globe-route:nth-child(4) { animation-delay: -2.4s; opacity: 0.6; }
.rf-vision__globe-route:nth-child(5) { animation-delay: -3.2s; opacity: 0.55; }
.rf-vision__globe-route:nth-child(6) { animation-delay: -4s;   opacity: 0.5; }
@keyframes rfGlobeRouteFlow {
  from { stroke-dashoffset: 0;   }
  to   { stroke-dashoffset: -12; }
}
.rf-vision__globe-dot {
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
  border-radius: 50%;
  background: #dec674;
  box-shadow: 0 0 8px rgba(222,198,116,0.6),
              0 0 16px rgba(222,198,116,0.25);
  transform: translate(var(--rf-globe-x, 0), var(--rf-globe-y, 0));
  animation: rfGlobeDotPulse 3.6s ease-in-out infinite;
}
.rf-vision__globe-dot--core {
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  background: #fff0a6;
  box-shadow: 0 0 14px rgba(255,240,166,0.85),
              0 0 32px rgba(222,198,116,0.4);
  animation: rfGlobeDotPulse 2.6s ease-in-out infinite;
}
.rf-vision__globe-dot:nth-child(2) { animation-delay: -0.4s; }
.rf-vision__globe-dot:nth-child(3) { animation-delay: -0.8s; }
.rf-vision__globe-dot:nth-child(4) { animation-delay: -1.2s; }
.rf-vision__globe-dot:nth-child(5) { animation-delay: -1.6s; }
.rf-vision__globe-dot:nth-child(6) { animation-delay: -2.0s; }
.rf-vision__globe-dot:nth-child(7) { animation-delay: -2.4s; }
@keyframes rfGlobeDotPulse {
  0%, 100% { transform: translate(var(--rf-globe-x, 0), var(--rf-globe-y, 0)) scale(1);    opacity: 0.75; }
  50%      { transform: translate(var(--rf-globe-x, 0), var(--rf-globe-y, 0)) scale(1.35); opacity: 1;    }
}

/* Spot labels that follow the globe markers via JS projection — small + tight to spot */
.rf-vision__spot-label {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 2px 6px;
  background: rgba(8, 8, 7, 0.82);
  border: 1px solid rgba(203, 182, 130, 0.28);
  border-radius: 2px;
  font-family: "Montserrat", sans-serif;
  font-size: 7.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(244, 239, 227, 0.95);
  white-space: nowrap;
  pointer-events: none;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.35s ease;
  transform: translate(-50%, -50%);
  will-change: transform, opacity;
  line-height: 1.2;
}
.rf-vision__spot-label--prime {
  background: rgba(222, 198, 116, 0.95);
  color: #0a0907;
  border-color: rgba(255, 240, 166, 0.6);
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(222, 198, 116, 0.35);
}
@media (max-width: 720px) {
  .rf-vision__spot-label { font-size: 7px; padding: 2px 5px; }
}

/* COBE canvas — fills its square container fully */
.rf-vision__globe-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 1.8s ease;
  filter: drop-shadow(0 24px 60px rgba(0, 0, 0, 0.55))
          drop-shadow(0 0 36px rgba(203, 182, 130, 0.12));
}

/* SVG overlay — flight arcs + leader lines + pins above the canvas */
.rf-vision__globe-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
  overflow: visible;
}

/* ----- Connectivity network (lines only, traveling pulses) ----- */
.rf-vision__globe-net {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
  overflow: visible;
}
.rf-vision__net-arc {
  fill: none;
  stroke: url(#rfNetArc);
  stroke-width: 1.2;
  stroke-linecap: round;
  filter: drop-shadow(0 0 4px rgba(222,198,116,0.4));
  opacity: 0.9;
}
.rf-vision__net-pulse {
  fill: #fff0a6;
  filter: drop-shadow(0 0 6px rgba(255,240,166,0.95))
          drop-shadow(0 0 14px rgba(222,198,116,0.7));
}

/* Flight arc paths — always visible as faint gold guide curves */
.rf-vision__globe-flightarc {
  fill: none;
  stroke: rgba(222,198,116,0.32);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 1.5 3.5;
  opacity: 0.7;
  animation: rfArcDrift 4s linear infinite;
}
@keyframes rfArcDrift {
  to { stroke-dashoffset: -10; }
}

/* Traveling comet dots — animate along the arc paths via SVG animateMotion */
.rf-vision__globe-comet {
  fill: #fff0a6;
  filter: drop-shadow(0 0 6px rgba(255,240,166,0.9))
          drop-shadow(0 0 12px rgba(222,198,116,0.6));
  animation: rfCometFade 3.6s ease-in-out infinite;
}
@keyframes rfCometFade {
  0%, 100% { opacity: 0; }
  10%, 90% { opacity: 1; }
}

/* Expanding pulse ring on each pin (radar ping) */
.rf-vision__globe-pulse {
  fill: none;
  stroke: rgba(222,198,116,0.65);
  stroke-width: 1.2;
  transform-origin: center;
  transform-box: fill-box;
  animation: rfPulseRing 2.6s ease-out infinite;
}
.rf-vision__globe-pulse--d1   { animation-delay: -0.5s; }
.rf-vision__globe-pulse--d2   { animation-delay: -1.0s; }
.rf-vision__globe-pulse--d3   { animation-delay: -1.5s; }
.rf-vision__globe-pulse--core {
  animation: rfPulseRing 2.2s ease-out infinite;
  stroke: rgba(255,240,166,0.9);
  stroke-width: 1.5;
}
@keyframes rfPulseRing {
  0%   { transform: scale(1);   opacity: 0.9; }
  100% { transform: scale(5.5); opacity: 0;   }
}

/* Leader lines from labels to globe pins */
.rf-vision__globe-leader {
  stroke: rgba(222,198,116,0.55);
  stroke-width: 1;
  stroke-dasharray: 2 3;
  fill: none;
}
.rf-vision__globe-leader--core {
  stroke: rgba(255,240,166,0.7);
  stroke-dasharray: none;
  stroke-width: 1.2;
}

/* Pins at leader-line endpoints (on top of globe surface) */
.rf-vision__globe-pin {
  fill: #dec674;
  stroke: #fff0a6;
  stroke-width: 0.8;
  filter: drop-shadow(0 0 5px rgba(222,198,116,0.7));
  animation: rfPinPulse 2.4s ease-in-out infinite;
}
.rf-vision__globe-pin:nth-child(2) { animation-delay: -0.4s; }
.rf-vision__globe-pin:nth-child(3) { animation-delay: -0.8s; }
.rf-vision__globe-pin:nth-child(4) { animation-delay: -1.2s; }
.rf-vision__globe-pin--core {
  fill: #fff0a6;
  stroke: #dec674;
  stroke-width: 1.4;
  filter: drop-shadow(0 0 10px rgba(255,240,166,0.85));
  animation: rfPinPulse 1.8s ease-in-out infinite;
}
@keyframes rfPinPulse {
  0%, 100% { opacity: 0.8; transform-origin: center; }
  50%      { opacity: 1; }
}

/* Region label tags (badges next to leader-line endpoints) */
.rf-vision__globe-label {
  position: absolute;
  transform: translate(-50%, -50%);
  padding: 5px 11px 5px 12px;
  background: rgba(8, 8, 8, 0.85);
  border: 1px solid rgba(203,182,130,0.32);
  border-radius: 3px;
  font-family: "Montserrat", sans-serif;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #dec674;
  white-space: nowrap;
  pointer-events: none;
  z-index: 4;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.55),
              inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}
.rf-vision__globe-label--core {
  background: #dec674;
  color: #0a0907;
  border-color: #fff0a6;
  font-weight: 700;
  letter-spacing: 0.22em;
  padding: 6px 14px;
  box-shadow: 0 6px 20px rgba(222, 198, 116, 0.35),
              0 0 0 1px rgba(255, 240, 166, 0.4);
  transform: translate(-50%, 50%);
}

/* Hide leaders/labels on small screens (the globe still shows fine) */
@media (max-width: 720px) {
  .rf-vision__globe-overlay,
  .rf-vision__globe-label { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .rf-vision__globe-flightarc,
  .rf-vision__globe-pin { animation: none !important; }
  .rf-vision__globe-flightarc { stroke-dashoffset: 0; opacity: 0.6; }
}
.rf-vision__globe-ring {
  position: absolute;
  inset: -3%;
  border-radius: 50%;
  border: 1px solid rgba(203, 182, 130, 0.08);
  pointer-events: none;
}
.rf-vision__globe-ring--2 {
  inset: -10%;
  border-color: rgba(203, 182, 130, 0.04);
  animation: rfGlobeBreath 8s ease-in-out infinite alternate;
}
@keyframes rfGlobeBreath {
  from { transform: scale(1);    opacity: 0.8; }
  to   { transform: scale(1.03); opacity: 1;   }
}
.rf-vision__globe-meta {
  position: absolute;
  font-family: var(--rf-font-display);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(203, 182, 130, 0.62);
  white-space: nowrap;
}
.rf-vision__globe-meta--tl { top: 4%;  left: -8%; }
.rf-vision__globe-meta--br { bottom: 8%; right: -10%; }
.rf-vision__globe-meta--bl {
  bottom: -8%;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(244, 239, 227, 0.6);
  letter-spacing: 0.24em;
  font-size: 9.5px;
}
@media (max-width: 720px) {
  .rf-vision__globe-meta--tl,
  .rf-vision__globe-meta--br { display: none; }
}

/* ----- Vision 2035: Card 02 dominance ----- */
.rf-vision__card--prime {
  background: linear-gradient(165deg, rgba(203, 182, 130, 0.06) 0%, rgba(255, 255, 255, 0.012) 100%);
  border-color: rgba(203, 182, 130, 0.26);
  min-height: 396px;
  padding: 30px 32px 36px;
  box-shadow: inset 0 1px 0 rgba(203, 182, 130, 0.12);
}
.rf-vision__card--prime .rf-vision__card-title {
  font-size: clamp(22px, 2vw, 30px);
  color: var(--rf-gold);
}
.rf-vision__card--prime::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, transparent, var(--rf-gold-bright), transparent);
  opacity: 0.6;
}
@media (max-width: 900px) {
  .rf-vision__card--prime { min-height: 360px; }
}

/* ----- Project showcase gallery — below the Execution & Scale metrics ----- */
.rf-showcase {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: clamp(56px, 7vw, 96px) auto 0;
  padding: 0 clamp(12px, 2vw, 32px);
}
.rf-showcase__head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: clamp(28px, 3vw, 44px);
}
.rf-showcase__label {
  font-family: var(--rf-font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--rf-gold-deep);
  white-space: nowrap;
}
.rf-showcase__rule {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(36,32,22,0.32), transparent);
}
.rf-showcase__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2vw, 28px);
}
.rf-showcase__tile {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #1a1814;
  cursor: default;
  isolation: isolate;
  transition: transform 0.6s var(--rf-ease), box-shadow 0.6s var(--rf-ease);
}
.rf-showcase__tile--feature {
  grid-column: span 2;
  grid-row: span 2;
}
.rf-showcase__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.rf-showcase__tile--feature .rf-showcase__media {
  aspect-ratio: auto;
  height: 100%;
  min-height: 460px;
}
.rf-showcase__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.4s var(--rf-ease), filter 0.6s var(--rf-ease);
  filter: brightness(0.92) saturate(1.05);
}
.rf-showcase__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(8,7,5,0.18) 60%, rgba(8,7,5,0.85) 100%);
  pointer-events: none;
}
.rf-showcase__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: clamp(18px, 2vw, 28px);
  z-index: 2;
}
.rf-showcase__sector {
  display: inline-block;
  font-family: var(--rf-font-display);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--rf-gold-bright);
  margin-bottom: 8px;
  padding: 3px 9px;
  border: 1px solid rgba(203, 182, 130, 0.42);
  border-radius: 2px;
  background: rgba(10, 8, 5, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.rf-showcase__name {
  font-family: var(--rf-font-display);
  font-weight: 400;
  font-size: clamp(20px, 1.8vw, 28px);
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 6px;
}
.rf-showcase__tile--feature .rf-showcase__name {
  font-size: clamp(28px, 2.6vw, 40px);
}
.rf-showcase__loc {
  font-family: var(--rf-font-body);
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  letter-spacing: 0.06em;
}
.rf-showcase__tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px -28px rgba(0,0,0,0.55),
              0 0 0 1px rgba(203,182,130,0.22);
}
.rf-showcase__tile:hover .rf-showcase__media img {
  transform: scale(1.06);
  filter: brightness(1) saturate(1.1);
}

@media (max-width: 1080px) {
  .rf-showcase__grid { grid-template-columns: repeat(2, 1fr); }
  .rf-showcase__tile--feature { grid-column: span 2; grid-row: span 1; }
  .rf-showcase__tile--feature .rf-showcase__media { min-height: 320px; }
}
@media (max-width: 640px) {
  .rf-showcase__grid { grid-template-columns: 1fr; gap: 16px; }
  .rf-showcase__tile--feature { grid-column: span 1; }
}

/* ----- Execution & Scale: subtle architectural blueprint texture ----- */
.rf-projects {
  position: relative;
  isolation: isolate;
}
.rf-projects::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(36, 32, 22, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 32, 22, 0.045) 1px, transparent 1px);
  background-size: 72px 72px, 72px 72px;
  background-position: 0 0, 0 0;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  opacity: 0.55;
  animation: rfBlueprintDrift 60s linear infinite;
}
.rf-projects::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(90deg, transparent 49.6%, rgba(36, 32, 22, 0.06) 49.7%, rgba(36, 32, 22, 0.06) 50.3%, transparent 50.4%);
  opacity: 0.4;
}
.rf-projects > * { position: relative; z-index: 1; }
@keyframes rfBlueprintDrift {
  from { background-position: 0 0, 0 0; }
  to   { background-position: 72px 0, 0 72px; }
}

/* ----- Subtle ambient motion: Ecosystem (Who) section ----- */
.rf-who { position: relative; isolation: isolate; }
.rf-who__grid-lines {
  animation: rfWhoLinesPulse 9s ease-in-out infinite alternate;
}
@keyframes rfWhoLinesPulse {
  from { opacity: 0.55; }
  to   { opacity: 1;    }
}

/* ----- Subtle ambient motion: Orbit core slow breathing ----- */
.rf-orbit__core {
  animation: rfOrbitCoreBreath 7s ease-in-out infinite alternate;
}
@keyframes rfOrbitCoreBreath {
  from { box-shadow: inset 0 0 24px rgba(203,182,130,0.07),
                     0 0 32px rgba(203,182,130,0.10),
                     0 0 0 1px rgba(203,182,130,0.05); }
  to   { box-shadow: inset 0 0 32px rgba(203,182,130,0.12),
                     0 0 48px rgba(203,182,130,0.14),
                     0 0 0 1px rgba(203,182,130,0.08); }
}

/* ----- Leadership: slow atmospheric horizon ----- */
.rf-leadership { position: relative; isolation: isolate; }
.rf-leadership::before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: 18%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(203,182,130,0.18) 50%, transparent);
  opacity: 0;
  animation: rfLeadershipHorizon 12s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes rfLeadershipHorizon {
  0%   { opacity: 0;   transform: translateY(6px); }
  50%  { opacity: 0.9; transform: translateY(0); }
  100% { opacity: 0.3; transform: translateY(-4px); }
}

/* ----- Strategic Outlook: subtle horizon pulse line ----- */
.rf-manifesto__inner::after {
  content: "";
  position: absolute;
  left: 25%; right: 25%;
  bottom: -28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(203,182,130,0.32) 50%, transparent);
  opacity: 0.7;
  animation: rfOutlookHorizon 9s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes rfOutlookHorizon {
  from { transform: scaleX(0.8); opacity: 0.4; }
  to   { transform: scaleX(1);   opacity: 0.9; }
}

/* ----- Footer: very subtle architectural / horizon texture ----- */
.rf-footer { position: relative; isolation: isolate; overflow: hidden; }
.rf-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(203, 182, 130, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(203, 182, 130, 0.035) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: radial-gradient(ellipse at 50% 0%, #000 0%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 0%, #000 0%, transparent 80%);
  opacity: 0.7;
}
.rf-footer::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 10%, rgba(203,182,130,0.16) 50%, transparent 90%);
  pointer-events: none;
}
.rf-footer > * { position: relative; z-index: 1; }

/* ----- Respect prefers-reduced-motion across the new layers ----- */
@media (prefers-reduced-motion: reduce) {
  .rf-vision__globe-ring--2,
  .rf-projects::before,
  .rf-who__grid-lines,
  .rf-orbit__core,
  .rf-leadership::before,
  .rf-manifesto__inner::after { animation: none !important; }
}

/* ============================================================
   CINEMATIC SECTION BACKGROUNDS — 2026-05-21
   Photo backgrounds with dark overlays so text stays readable.
   ============================================================ */

/* §02 Our Ecosystem — Port at blue hour */
.rf-who {
  background-image:
    linear-gradient(180deg, rgba(5,5,5,0.86) 0%, rgba(5,5,5,0.78) 40%, rgba(5,5,5,0.92) 100%),
    url("../images/backgrounds/bg-port.png");
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat;
  background-attachment: fixed, fixed;
}

/* §04 Ecosystem Architecture — also gets the port treatment (continuation) */
.rf-eco {
  background-image:
    linear-gradient(180deg, rgba(5,5,5,0.92) 0%, rgba(5,5,5,0.78) 40%, rgba(5,5,5,0.94) 100%),
    url("../images/backgrounds/bg-port.png");
  background-size: cover, cover;
  background-position: center, center 30%;
  background-repeat: no-repeat;
  background-attachment: fixed, fixed;
}

/* §05 Vision 2035 — Earth from space (Mediterranean region) */
.rf-vision {
  background-image:
    linear-gradient(180deg, rgba(3,3,4,0.78) 0%, rgba(3,3,4,0.62) 35%, rgba(3,3,4,0.88) 100%),
    url("../images/backgrounds/bg-earth.png");
  background-size: cover, cover;
  background-position: center, center 40%;
  background-repeat: no-repeat;
  background-attachment: fixed, fixed;
}

/* §06 Urban Platforms — Highway light trails at twilight */
.rf-systems {
  background-image:
    linear-gradient(180deg, rgba(5,5,5,0.86) 0%, rgba(5,5,5,0.74) 40%, rgba(5,5,5,0.94) 100%),
    url("../images/backgrounds/bg-highway.png");
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat;
  background-attachment: fixed, fixed;
}

/* §08 Leadership & Governance — Executive boardroom blue hour */
.rf-leadership {
  background-image:
    linear-gradient(180deg, rgba(5,5,5,0.86) 0%, rgba(5,5,5,0.76) 45%, rgba(5,5,5,0.92) 100%),
    url("../images/backgrounds/bg-boardroom.png");
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat;
  background-attachment: fixed, fixed;
}

/* §09 Strategic Outlook — Mediterranean horizon at dawn */
.rf-manifesto {
  background-image:
    linear-gradient(180deg, rgba(5,5,5,0.82) 0%, rgba(5,5,5,0.7) 50%, rgba(5,5,5,0.94) 100%),
    url("../images/backgrounds/bg-horizon.png");
  background-size: cover, cover;
  background-position: center, center 70%;
  background-repeat: no-repeat;
  background-attachment: fixed, fixed;
}

/* Mobile: disable fixed attachment (perf + iOS jank) */
@media (max-width: 1024px) {
  .rf-who,
  .rf-eco,
  .rf-vision,
  .rf-systems,
  .rf-leadership,
  .rf-manifesto { background-attachment: scroll, scroll; }
}

/* ============================================================
   OWNER LIGHTNESS PASS — warm institutional backgrounds
   Keeps the Refalco dark identity in hero/header/menu, but removes
   the full-page blackout feeling across homepage sections and routes.
   ============================================================ */
.rf-page {
  background: var(--rf-cream-soft);
}

.rf-who,
.rf-eco,
.rf-vision,
.rf-systems,
.rf-leadership,
.rf-manifesto {
  color: var(--rf-ink);
}

.rf-who {
  background-image:
    linear-gradient(180deg, rgba(250,246,239,0.90), rgba(241,232,216,0.84)),
    url("../images/backgrounds/bg-port.png");
}
.rf-eco {
  background-image:
    linear-gradient(180deg, rgba(245,239,230,0.60), rgba(20,18,14,0.32)),
    url("../images/backgrounds/bg-port.png");
  color: #fff;
}
.rf-vision {
  background-image:
    linear-gradient(180deg, rgba(246,239,226,0.72), rgba(22,20,16,0.42)),
    url("../images/backgrounds/bg-earth.png");
  color: #fff;
}
.rf-systems {
  background-image:
    linear-gradient(180deg, rgba(251,247,239,0.88), rgba(239,228,210,0.82)),
    url("../images/backgrounds/bg-highway.png");
}
.rf-leadership {
  background-image:
    linear-gradient(180deg, rgba(250,246,239,0.86), rgba(238,227,209,0.78)),
    url("../images/backgrounds/bg-boardroom.png");
}
.rf-manifesto {
  background-image:
    linear-gradient(180deg, rgba(246,239,226,0.88), rgba(231,218,196,0.82)),
    url("../images/backgrounds/bg-horizon.png");
}

.rf-who .rf-section__title,
.rf-who .rf-who__intro,
.rf-who .rf-who__pillar-name,
.rf-who .rf-who__pillar-copy,
.rf-strategy .rf-section__title,
.rf-strategy .rf-section__title em,
.rf-strategy .rf-flow__name,
.rf-strategy .rf-flow__desc,
.rf-systems .rf-section__title,
.rf-systems .rf-systems__title,
.rf-systems .rf-systems__copy,
.rf-leadership .rf-leadership__title,
.rf-leadership .rf-leadership__lead,
.rf-leadership .rf-leadership__pillar-name,
.rf-leadership .rf-leadership__pillar-copy,
.rf-manifesto .rf-manifesto__title,
.rf-manifesto .rf-manifesto__lead {
  color: var(--rf-ink) !important;
}

.rf-who .rf-who__pillar,
.rf-strategy .rf-flow__item,
.rf-systems .rf-systems__row,
.rf-leadership .rf-leadership__pillar {
  background: rgba(255,255,255,0.58) !important;
  border-color: rgba(168,148,94,0.24) !important;
  box-shadow: 0 18px 48px -34px rgba(42,34,18,0.45);
}

.rf-eco .rf-section__title,
.rf-eco .rf-section__title em,
.rf-vision .rf-section__title,
.rf-vision .rf-section__title em {
  color: #fff !important;
}

.rf-route .rf-pagehero {
  min-height: 58vh;
}
.rf-route .rf-pagehero__bg {
  opacity: 0.18 !important;
  filter: saturate(0.65) contrast(0.9) sepia(0.08);
}
.rf-route .rf-pagehero__overlay {
  background:
    linear-gradient(180deg, rgba(245,239,230,0.94) 0%, rgba(242,234,220,0.90) 72%, rgba(242,234,220,1) 100%),
    linear-gradient(rgba(168,148,94,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168,148,94,0.06) 1px, transparent 1px) !important;
  background-size: auto, 160px 160px, 160px 160px !important;
}

/* ============================================================
   CONTRAST CORRECTION — light sections must use dark readable text
   ============================================================ */
.rf-strategy,
.rf-who,
.rf-systems,
.rf-leadership,
.rf-manifesto {
  background-color: var(--rf-cream-soft) !important;
  color: var(--rf-ink) !important;
}

.rf-strategy {
  background:
    linear-gradient(180deg, #fbf7ef 0%, #efe2cf 100%) !important;
}

.rf-who {
  background-image:
    linear-gradient(180deg, rgba(246,239,226,0.78), rgba(232,219,198,0.74)),
    url("../images/backgrounds/bg-port.png") !important;
}

.rf-systems {
  background-image:
    linear-gradient(180deg, rgba(250,246,239,0.82), rgba(235,222,201,0.76)),
    url("../images/backgrounds/bg-highway.png") !important;
}

.rf-leadership {
  background-image:
    linear-gradient(180deg, rgba(250,246,239,0.82), rgba(235,222,201,0.76)),
    url("../images/backgrounds/bg-boardroom.png") !important;
}

.rf-manifesto {
  background-image:
    linear-gradient(180deg, rgba(247,240,226,0.84), rgba(229,215,192,0.78)),
    url("../images/backgrounds/bg-horizon.png") !important;
}

.rf-who__title,
.rf-who__title *,
.rf-who__lead,
.rf-who__lead strong,
.rf-who__cta,
.rf-who__pillar-name,
.rf-who__pillar-desc,
.rf-strategy__title,
.rf-strategy__title strong,
.rf-strategy__lead,
.rf-strategy__body,
.rf-strategy__cta,
.rf-flow__name,
.rf-flow__desc,
.rf-flow__horizon,
.rf-systems__title,
.rf-systems__title strong,
.rf-systems__lead,
.rf-systems__row-title,
.rf-systems__row-desc,
.rf-leadership__title,
.rf-leadership__title strong,
.rf-leadership__lead,
.rf-leadership__pillar-name,
.rf-leadership__pillar-desc,
.rf-leadership__cta,
.rf-manifesto__title,
.rf-manifesto__lead,
.rf-manifesto__sig-brand {
  color: var(--rf-ink) !important;
}

.rf-who__title em,
.rf-who__word--accent,
.rf-strategy__title em,
.rf-systems__title em,
.rf-leadership__title em,
.rf-manifesto__word--accent,
.rf-manifesto__sig-horizon {
  color: var(--rf-gold-deep) !important;
}

.rf-who__pillar,
.rf-flow__row,
.rf-systems__row,
.rf-leadership__pillar {
  background: rgba(255,255,255,0.74) !important;
  border: 1px solid rgba(168,148,94,0.28) !important;
  box-shadow: 0 22px 54px -34px rgba(42,34,18,0.48) !important;
}

.rf-who__pillar-icon,
.rf-leadership__pillar-glyph {
  background: rgba(255,255,255,0.62) !important;
  border-color: rgba(168,148,94,0.22) !important;
  color: var(--rf-gold-deep) !important;
}

.rf-who__pillar-num,
.rf-flow__meta,
.rf-systems__row-num,
.rf-leadership__pillar-num,
.rf-section__label,
.rf-who__eyebrow,
.rf-manifesto__eyebrow {
  color: var(--rf-gold-deep) !important;
}

.rf-eco,
.rf-vision {
  background-color: #111 !important;
}

.rf-eco {
  background-image:
    linear-gradient(180deg, rgba(5,5,5,0.72), rgba(5,5,5,0.66)),
    url("../images/backgrounds/bg-port.png") !important;
}

.rf-vision {
  background-image:
    linear-gradient(180deg, rgba(5,5,5,0.72), rgba(5,5,5,0.66)),
    url("../images/backgrounds/bg-earth.png") !important;
}

.rf-route .rf-pagehero__title,
.rf-route .rf-pagehero__sub,
.rf-route .rf-rail__cap,
.rf-route .rf-rail__story p,
.rf-route .rf-counter__num,
.rf-route .rf-counter__label,
.rf-route .rf-counter__sub,
.rf-route .rf-principles__card h3,
.rf-route .rf-principles__card p,
.rf-route .rf-marquee__card h3,
.rf-route .rf-marquee__card p,
.rf-route .rf-altrow__title,
.rf-route .rf-altrow__text,
.rf-route .rf-vrail__h,
.rf-route .rf-vrail__p,
.rf-route .rf-sector__h,
.rf-route .rf-sector__p,
.rf-route .rf-criteria__title,
.rf-route .rf-criteria__lead,
.rf-route .rf-criteria__name,
.rf-route .rf-criteria__desc,
.rf-route .rf-spec__h,
.rf-route .rf-spec__p,
.rf-route .rf-contact__v,
.rf-route .rf-contact__k,
.rf-route .rf-form label,
.rf-route .rf-team-band__h,
.rf-route .rf-member__name,
.rf-route .rf-member__role,
.rf-route .rf-member__bio,
.rf-route .rf-why__title,
.rf-route .rf-why__copy,
.rf-route .rf-stats__name,
.rf-route .rf-stats__sub,
.rf-route .rf-edges__h,
.rf-route .rf-edges__p {
  color: var(--rf-ink) !important;
}

.rf-route .rf-pagehero__title em,
.rf-route .rf-counter__num em,
.rf-route .rf-altrow__title strong,
.rf-route .rf-sector__num,
.rf-route .rf-criteria__num,
.rf-route .rf-spec__num,
.rf-route .rf-member__role,
.rf-route .rf-stats__tag,
.rf-route .rf-edges__num {
  color: var(--rf-gold-deep) !important;
}

.rf-route .rf-counter,
.rf-route .rf-quote,
.rf-route .rf-vrail__row,
.rf-route .rf-sector,
.rf-route .rf-criteria__item,
.rf-route .rf-spec__cell,
.rf-route .rf-form,
.rf-route .rf-member,
.rf-route .rf-why__reason,
.rf-route .rf-stats__tile,
.rf-route .rf-edges__row,
.rf-route .rf-principles__card,
.rf-route .rf-marquee__card {
  background: rgba(255,255,255,0.76) !important;
}

/* ============================================================
   QUALIA COLOR CORRECTION — final balanced Refalco palette
   Light sections are clean paper surfaces, not washed image overlays.
   ============================================================ */
.rf-page {
  --rf-paper: #f2eadc;
  --rf-paper-soft: #faf6ef;
  --rf-paper-deep: #e6d6bd;
  --rf-paper-card: #fbf7ef;
  --rf-ink-readable: #14120f;
  --rf-muted-readable: rgba(20,18,15,0.68);
  --rf-line-paper: rgba(168,148,94,0.28);
  background: var(--rf-paper-soft) !important;
}

.rf-who,
.rf-strategy,
.rf-systems,
.rf-leadership {
  background-color: var(--rf-paper) !important;
  background-image:
    linear-gradient(rgba(168,148,94,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168,148,94,0.07) 1px, transparent 1px),
    linear-gradient(180deg, var(--rf-paper-soft) 0%, var(--rf-paper) 58%, var(--rf-paper-deep) 100%) !important;
  background-size: 160px 160px, 160px 160px, auto !important;
  background-position: top center !important;
  color: var(--rf-ink-readable) !important;
}

.rf-manifesto {
  background-color: #11100d !important;
  background-image:
    linear-gradient(180deg, rgba(12,11,9,0.84), rgba(12,11,9,0.76)),
    url("../images/backgrounds/bg-horizon.png") !important;
  color: #fff !important;
}

.rf-eco,
.rf-vision {
  background-color: #0b0b0a !important;
  color: #fff !important;
}

.rf-eco {
  background-image:
    linear-gradient(180deg, rgba(6,6,5,0.84), rgba(6,6,5,0.76)),
    url("../images/backgrounds/bg-port.png") !important;
}

.rf-vision {
  background-image:
    linear-gradient(180deg, rgba(6,6,7,0.84), rgba(6,6,7,0.76)),
    url("../images/backgrounds/bg-earth.png") !important;
}

.rf-who__title,
.rf-who__title span:not(.rf-who__word--accent),
.rf-who__lead,
.rf-who__lead strong,
.rf-who__cta,
.rf-who__pillar-name,
.rf-who__pillar-desc,
.rf-strategy__title,
.rf-strategy__title strong,
.rf-strategy__lead,
.rf-strategy__body,
.rf-strategy__cta,
.rf-flow__name,
.rf-flow__desc,
.rf-flow__horizon,
.rf-systems__title,
.rf-systems__title strong,
.rf-systems__lead,
.rf-systems__row-title,
.rf-systems__row-desc,
.rf-leadership__title,
.rf-leadership__title strong,
.rf-leadership__lead,
.rf-leadership__pillar-name,
.rf-leadership__pillar-desc,
.rf-leadership__cta {
  color: var(--rf-ink-readable) !important;
}

.rf-who__word--accent,
.rf-strategy__title em,
.rf-systems__title em,
.rf-leadership__title em,
.rf-who__pillar-num,
.rf-flow__meta,
.rf-flow__tag,
.rf-systems__row-num,
.rf-leadership__pillar-num,
.rf-section__label,
.rf-who__eyebrow,
.rf-strategy__label-dot + span,
.rf-systems__label-dot + span,
.rf-leadership__label-dot + span {
  color: var(--rf-gold-deep) !important;
}

.rf-who__lead,
.rf-who__pillar-desc,
.rf-strategy__lead,
.rf-strategy__body,
.rf-flow__desc,
.rf-systems__lead,
.rf-systems__row-desc,
.rf-leadership__lead,
.rf-leadership__pillar-desc {
  color: var(--rf-muted-readable) !important;
}

.rf-who__pillar,
.rf-flow__row,
.rf-systems__row,
.rf-leadership__pillar {
  background: color-mix(in srgb, var(--rf-paper-card) 88%, white 12%) !important;
  border: 1px solid var(--rf-line-paper) !important;
  box-shadow: 0 18px 42px -30px rgba(42,34,18,0.5) !important;
}

.rf-who__pillar-icon,
.rf-who__pillar-arrow,
.rf-leadership__pillar-glyph {
  background: rgba(255,255,255,0.72) !important;
  border-color: rgba(168,148,94,0.28) !important;
  color: var(--rf-gold-deep) !important;
}

.rf-eco .rf-section__title,
.rf-eco .rf-section__title em,
.rf-orbit__core-label,
.rf-orbit__node-name,
.rf-orbit__node-tag,
.rf-vision .rf-section__title,
.rf-vision .rf-section__title em,
.rf-vision__title,
.rf-vision__lead,
.rf-vision__card-title,
.rf-vision__card-desc,
.rf-manifesto__title,
.rf-manifesto__lead,
.rf-manifesto__sig-brand {
  color: #fff !important;
}

.rf-orbit__node,
.rf-vision__card {
  background: rgba(18,18,18,0.82) !important;
  border-color: rgba(203,182,130,0.26) !important;
}

.rf-route .rf-section--dark,
.rf-route .rf-section--soft,
.rf-route .rf-section--darker {
  background-color: var(--rf-paper) !important;
  background-image:
    linear-gradient(rgba(168,148,94,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168,148,94,0.06) 1px, transparent 1px),
    linear-gradient(180deg, var(--rf-paper-soft) 0%, var(--rf-paper) 100%) !important;
  background-size: 160px 160px, 160px 160px, auto !important;
  color: var(--rf-ink-readable) !important;
}

.rf-route .rf-counter,
.rf-route .rf-quote,
.rf-route .rf-vrail__row,
.rf-route .rf-sector,
.rf-route .rf-criteria__item,
.rf-route .rf-spec__cell,
.rf-route .rf-form,
.rf-route .rf-member,
.rf-route .rf-why__reason,
.rf-route .rf-stats__tile,
.rf-route .rf-edges__row,
.rf-route .rf-principles__card,
.rf-route .rf-marquee__card,
.rf-route .testimonial-wrapp .testimonial-text,
.rf-route .news_item,
.rf-route .news_desc,
.rf-route #accordion .card,
.rf-route #accordion .card-header {
  background: var(--rf-paper-card) !important;
  border-color: var(--rf-line-paper) !important;
  color: var(--rf-ink-readable) !important;
  box-shadow: 0 16px 36px -30px rgba(42,34,18,0.42) !important;
}

/* QUALIA FIX: homepage 02 / Our Ecosystem */
.rf-who--redesign {
  scroll-margin-top: 96px;
  position: relative;
  overflow: hidden;
  padding-top: clamp(92px, 10vh, 124px) !important;
  padding-bottom: clamp(86px, 10vh, 118px) !important;
  background-color: #efe5d5 !important;
  background-image:
    radial-gradient(circle at 16% 8%, rgba(255,255,255,0.92), transparent 28%),
    linear-gradient(180deg, rgba(255,252,246,0.98) 0%, rgba(239,229,213,0.98) 58%, rgba(225,211,186,0.96) 100%),
    linear-gradient(rgba(148,124,72,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148,124,72,0.08) 1px, transparent 1px) !important;
  background-size: auto, auto, 150px 150px, 150px 150px !important;
  background-position: center !important;
  color: #14110d !important;
}

.rf-who--redesign::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,0.78), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,0.18), rgba(0,0,0,0.08));
  z-index: 0;
}

.rf-who--redesign .rf-who__inner {
  position: relative;
  z-index: 1;
}

.rf-who--redesign .rf-who__head {
  display: grid !important;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.46fr) !important;
  gap: clamp(30px, 5vw, 70px) !important;
  align-items: end !important;
  margin-bottom: clamp(48px, 6.5vh, 74px) !important;
  padding-bottom: clamp(20px, 2.4vh, 30px) !important;
  border-bottom: 1px solid rgba(165,143,82,0.28) !important;
}

.rf-who--redesign .rf-who__eyebrow {
  margin-bottom: 16px !important;
  font-size: 11px !important;
  letter-spacing: 0.34em !important;
  color: #9f874f !important;
}

.rf-who--redesign .rf-who__title {
  display: block !important;
  max-width: 15ch !important;
  margin: 0 !important;
  font-size: clamp(44px, 4.8vw, 74px) !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
  color: #14110d !important;
}

.rf-who--redesign .rf-who__title em {
  color: #a58f52 !important;
  font-style: italic !important;
  font-weight: 300 !important;
}

.rf-who--redesign .rf-who__title span,
.rf-who--redesign .rf-who__title em {
  display: inline !important;
}

.rf-who--redesign .rf-who__lead {
  max-width: 36ch !important;
  margin: 0 !important;
  padding: 0 0 4px clamp(18px, 2vw, 28px) !important;
  border-left: 1px solid rgba(165,143,82,0.55) !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: clamp(15px, 1vw, 17px) !important;
  line-height: 1.7 !important;
  color: rgba(20,17,13,0.66) !important;
}

.rf-who--redesign .rf-who__blueprint {
  display: grid !important;
  grid-template-columns: minmax(380px, 0.46fr) minmax(0, 0.54fr) !important;
  gap: clamp(20px, 2.6vw, 38px) !important;
  align-items: stretch !important;
}

.rf-who--redesign .rf-who__core {
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 3vw, 42px);
  background:
    linear-gradient(180deg, rgba(12,11,9,0.08) 0%, rgba(12,11,9,0.20) 42%, rgba(12,11,9,0.82) 100%),
    url("../images/projects/hero-cover.jpeg");
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(203,182,130,0.34);
  border-radius: 18px;
  box-shadow: 0 34px 70px -44px rgba(0,0,0,0.72);
  color: #f7f0e2;
}

.rf-who--redesign .rf-who__core-k,
.rf-who--redesign .rf-who__core-note {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.28em;
  line-height: 1.5;
  text-transform: uppercase;
  color: #dec674;
}

.rf-who--redesign .rf-who__core strong {
  display: block;
  margin: 18px 0;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(36px, 3.3vw, 52px);
  font-weight: 300;
  line-height: 0.96;
  color: #fff8ea;
}

.rf-who--redesign .rf-who__core-line {
  width: 100%;
  height: 1px;
  margin: 4px 0 18px;
  background: linear-gradient(90deg, #dec674, transparent);
}

.rf-who--redesign .rf-who__stack {
  position: relative;
  display: grid !important;
  gap: 12px !important;
  padding-left: 18px;
}

.rf-who--redesign .rf-who__stack::before {
  content: "";
  position: absolute;
  left: 51px;
  top: 28px;
  bottom: 28px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(165,143,82,0.62), transparent);
}

.rf-who--redesign .rf-who__layer {
  position: relative;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: clamp(16px, 1.8vw, 24px);
  align-items: center;
  min-height: 76px;
  padding: 17px clamp(22px, 2.5vw, 34px);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98), rgba(247,241,231,0.94));
  border: 1px solid rgba(159,135,79,0.30);
  border-radius: 16px;
  box-shadow: 0 18px 42px -34px rgba(20,17,13,0.54);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
  animation: rfWhoLayerIn 0.7s ease both;
  animation-delay: calc(var(--rf-layer-i, 0) * 0.08s);
}

.rf-who--redesign .rf-who__layer:nth-child(1) { --rf-layer-i: 0; }
.rf-who--redesign .rf-who__layer:nth-child(2) { --rf-layer-i: 1; }
.rf-who--redesign .rf-who__layer:nth-child(3) { --rf-layer-i: 2; }
.rf-who--redesign .rf-who__layer:nth-child(4) { --rf-layer-i: 3; }
.rf-who--redesign .rf-who__layer:nth-child(5) { --rf-layer-i: 4; }

.rf-who--redesign .rf-who__layer::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 50%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #efe5d5;
  border: 1px solid rgba(165,143,82,0.7);
  box-shadow: 0 0 0 6px rgba(165,143,82,0.10);
  transform: translate(-50%, -50%);
  transition: background 0.35s ease, box-shadow 0.35s ease;
}

.rf-who--redesign .rf-who__layer:hover {
  transform: translateX(8px);
  border-color: rgba(165,143,82,0.58);
  box-shadow: 0 26px 50px -34px rgba(20,17,13,0.70);
  background:
    linear-gradient(90deg, rgba(255,255,255,1), rgba(250,245,235,0.98));
}

.rf-who--redesign .rf-who__layer:hover::before {
  background: #dec674;
  box-shadow: 0 0 0 7px rgba(165,143,82,0.16), 0 0 22px rgba(222,198,116,0.44);
}

.rf-who--redesign .rf-who__layer-num {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(38px, 3.4vw, 54px);
  font-weight: 300;
  line-height: 0.9;
  color: rgba(143,122,72,0.48);
  transition: color 0.35s ease, transform 0.35s ease;
}

.rf-who--redesign .rf-who__layer:hover .rf-who__layer-num {
  color: #a58f52;
  transform: translateX(3px);
}

.rf-who--redesign .rf-who__layer h3 {
  margin: 0 0 5px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 1.15vw, 19px);
  font-weight: 600;
  letter-spacing: 0;
  color: #15120f;
}

.rf-who--redesign .rf-who__layer p {
  max-width: 54ch;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(21,18,15,0.64);
}

@keyframes rfWhoLayerIn {
  from {
    opacity: 0;
    transform: translateX(18px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 991px) {
  .rf-who--redesign {
    scroll-margin-top: 82px;
    padding-top: 94px !important;
    background-image:
      linear-gradient(180deg, rgba(247,239,225,0.96), rgba(225,210,184,0.95)),
      linear-gradient(rgba(148,124,72,0.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(148,124,72,0.08) 1px, transparent 1px) !important;
    background-size: auto, 110px 110px, 110px 110px !important;
  }

  .rf-who--redesign .rf-who__head,
  .rf-who--redesign .rf-who__blueprint {
    grid-template-columns: 1fr !important;
  }

  .rf-who--redesign .rf-who__core {
    min-height: 330px;
  }
}

@media (max-width: 640px) {
  .rf-who--redesign {
    scroll-margin-top: 72px;
    padding-top: 82px !important;
    padding-bottom: 76px !important;
  }

  .rf-who--redesign .rf-who__title {
    font-size: clamp(38px, 11vw, 52px) !important;
    max-width: 10.5ch !important;
  }

  .rf-who--redesign .rf-who__lead {
    padding-left: 16px !important;
    font-size: 16px !important;
  }

  .rf-who--redesign .rf-who__core {
    min-height: 300px;
  }

  .rf-who--redesign .rf-who__layer {
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 18px;
  }

  .rf-who--redesign .rf-who__stack {
    padding-left: 0;
  }

  .rf-who--redesign .rf-who__stack::before,
  .rf-who--redesign .rf-who__layer::before {
    display: none;
  }

  .rf-who--redesign .rf-who__layer-num {
    font-size: 42px;
  }
}

/* QUALIA REDESIGN: 03 / Our Strategy */
.rf-strategy--redesign {
  position: relative;
  overflow: hidden;
  padding-top: clamp(92px, 10vh, 126px) !important;
  padding-bottom: clamp(92px, 11vh, 138px) !important;
  background-color: #f1e6d4 !important;
  background-image:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,0.82), transparent 28%),
    linear-gradient(180deg, #f8f2e8 0%, #eadcc5 100%) !important;
  color: #15120f !important;
}

.rf-strategy--redesign .rf-section__label {
  color: #9f874f !important;
}

.rf-strategy--redesign .rf-strategy__head {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.48fr) !important;
  gap: clamp(34px, 5vw, 78px) !important;
  align-items: end !important;
  margin-bottom: clamp(46px, 7vh, 76px) !important;
}

.rf-strategy--redesign .rf-strategy__title {
  margin: 0 !important;
  max-width: 12ch !important;
  font-size: clamp(48px, 5.3vw, 84px) !important;
  line-height: 0.98 !important;
  color: #15120f !important;
}

.rf-strategy--redesign .rf-strategy__title em {
  color: #dec674 !important;
  font-style: italic !important;
}

.rf-strategy--redesign .rf-strategy__lead {
  margin: 0 !important;
  padding-left: clamp(18px, 2vw, 30px) !important;
  border-left: 1px solid rgba(165,143,82,0.56) !important;
  max-width: 38ch !important;
  font-size: clamp(15px, 1.05vw, 17px) !important;
  line-height: 1.72 !important;
  color: rgba(20,17,13,0.74) !important;
}

.rf-strategy--redesign .rf-strategy__board {
  display: block;
}

.rf-strategy--redesign .rf-strategy__principle {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr) auto;
  gap: clamp(20px, 3vw, 46px);
  align-items: center;
  margin-bottom: clamp(28px, 4vh, 42px);
  padding: clamp(22px, 2.4vw, 30px);
  border: 1px solid rgba(165,143,82,0.32);
  border-radius: 18px;
  background: rgba(255,252,246,0.72);
  box-shadow: 0 22px 50px -42px rgba(20,17,13,0.54);
}

.rf-strategy--redesign .rf-strategy__principle-k {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #dec674;
}

.rf-strategy--redesign .rf-strategy__principle strong {
  display: block;
  margin: 16px 0 14px;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(28px, 2.5vw, 42px);
  font-weight: 300;
  line-height: 0.98;
  color: #15120f;
}

.rf-strategy--redesign .rf-strategy__principle p {
  max-width: 30ch;
  margin: 0 0 26px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(21,18,15,0.66);
}

.rf-strategy--redesign .rf-strategy__cta {
  width: fit-content;
  color: #15120f !important;
  border-color: rgba(165,143,82,0.45) !important;
}

.rf-strategy--redesign .rf-flow {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid rgba(165,143,82,0.36);
  border-bottom: 1px solid rgba(165,143,82,0.36);
}

.rf-strategy--redesign .rf-flow::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 72px;
  height: 2px;
  background: linear-gradient(90deg, #9f874f, rgba(159,135,79,0.12));
}

.rf-strategy--redesign .rf-flow__row {
  position: relative;
  min-height: 260px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 40px !important;
  padding: clamp(24px, 2.5vw, 34px) clamp(18px, 2vw, 28px) !important;
  border: 0 !important;
  border-right: 1px solid rgba(165,143,82,0.24) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #15120f !important;
  opacity: 1 !important;
  transform: none !important;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease !important;
}

.rf-strategy--redesign .rf-flow__row::before {
  content: "";
  position: absolute;
  left: clamp(18px, 2vw, 28px);
  top: 66px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #f1e6d4;
  border: 2px solid #9f874f;
  box-shadow: 0 0 0 8px rgba(159,135,79,0.10);
  transform: none !important;
}

.rf-strategy--redesign .rf-flow__row:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(165,143,82,0.56) !important;
  box-shadow: 0 30px 58px -40px rgba(20,17,13,0.72) !important;
}

.rf-strategy--redesign .rf-flow__index {
  font-family: "Cormorant Garamond", "Times New Roman", serif !important;
  font-size: clamp(54px, 5vw, 86px) !important;
  line-height: 0.84 !important;
  color: rgba(165,143,82,0.42) !important;
}

.rf-strategy--redesign .rf-flow__meta {
  margin-bottom: 12px !important;
  color: #a58f52 !important;
}

.rf-strategy--redesign .rf-flow__name {
  margin: 0 0 8px !important;
  font-size: clamp(18px, 1.4vw, 22px) !important;
  color: #15120f !important;
}

.rf-strategy--redesign .rf-flow__desc {
  max-width: 32ch !important;
  margin: 0 0 18px !important;
  color: rgba(21,18,15,0.66) !important;
}

.rf-strategy--redesign .rf-flow__bar,
.rf-strategy--redesign .rf-flow__num,
.rf-strategy--redesign .rf-flow__dot {
  display: none !important;
}

@media (max-width: 991px) {
  .rf-strategy--redesign {
    background-image:
      linear-gradient(180deg, #f8f2e8 0%, #eadcc5 100%) !important;
  }

  .rf-strategy--redesign .rf-strategy__head,
  .rf-strategy--redesign .rf-strategy__board {
    grid-template-columns: 1fr !important;
  }

  .rf-strategy--redesign .rf-strategy__principle {
    grid-template-columns: 1fr;
  }

  .rf-strategy--redesign .rf-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .rf-strategy--redesign .rf-strategy__title {
    font-size: clamp(40px, 12vw, 56px) !important;
  }

  .rf-strategy--redesign .rf-strategy__principle {
    min-height: 330px;
  }

  .rf-strategy--redesign .rf-flow {
    grid-template-columns: 1fr !important;
  }

  .rf-strategy--redesign .rf-flow__row {
    min-height: 170px !important;
  }
}

/* QUALIA REWORK: 03 / Our Strategy - dark editorial system map */
.rf-strategy--redesign {
  padding-top: clamp(104px, 12vh, 150px) !important;
  padding-bottom: clamp(108px, 13vh, 160px) !important;
  background-color: #11100d !important;
  background-image:
    linear-gradient(180deg, rgba(17,16,13,0.84), rgba(17,16,13,0.94)),
    radial-gradient(circle at 76% 18%, rgba(222,198,116,0.16), transparent 30%),
    url("../images/backgrounds/bg-highway.png") !important;
  background-size: cover, auto, cover !important;
  background-position: center !important;
  color: #f7f0e2 !important;
}

.rf-strategy--redesign .rf-section__label {
  color: #dec674 !important;
}

.rf-strategy--redesign .rf-strategy__head {
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.44fr) !important;
  align-items: end !important;
  margin-bottom: clamp(56px, 8vh, 92px) !important;
  padding-bottom: clamp(24px, 3vh, 36px) !important;
  border-bottom: 1px solid rgba(222,198,116,0.24) !important;
}

.rf-strategy--redesign .rf-strategy__title {
  max-width: 12.5ch !important;
  font-size: clamp(40px, 4.4vw, 68px) !important;
  line-height: 1.02 !important;
  color: #fff8ea !important;
}

.rf-strategy--redesign .rf-strategy__title em {
  color: #dec674 !important;
}

.rf-strategy--redesign .rf-strategy__lead {
  max-width: 34ch !important;
  padding-left: 24px !important;
  border-left: 1px solid rgba(222,198,116,0.46) !important;
  color: rgba(247,240,226,0.72) !important;
}

.rf-strategy--redesign .rf-strategy__principle {
  display: grid !important;
  grid-template-columns: 0.28fr 0.42fr 0.3fr !important;
  min-height: 0 !important;
  margin-bottom: clamp(34px, 5vh, 54px) !important;
  padding: 0 0 clamp(26px, 3vh, 36px) !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(222,198,116,0.18) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.rf-strategy--redesign .rf-strategy__principle strong {
  margin: 0 !important;
  font-size: clamp(28px, 3vw, 48px) !important;
  color: #fff8ea !important;
}

.rf-strategy--redesign .rf-strategy__principle p {
  margin: 0 !important;
  color: rgba(247,240,226,0.66) !important;
}

.rf-strategy--redesign .rf-strategy__cta {
  justify-self: end;
  color: #fff8ea !important;
  border-color: rgba(222,198,116,0.42) !important;
}

.rf-strategy--redesign .rf-flow {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  border: 1px solid rgba(222,198,116,0.20) !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  background: rgba(255,255,255,0.035) !important;
  backdrop-filter: blur(8px);
}

.rf-strategy--redesign .rf-flow::before {
  display: none !important;
}

.rf-strategy--redesign .rf-flow__row {
  min-height: clamp(270px, 32vh, 360px) !important;
  padding: clamp(26px, 3vw, 42px) !important;
  border-right: 1px solid rgba(222,198,116,0.18) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.015)) !important;
  color: #f7f0e2 !important;
}

.rf-strategy--redesign .rf-flow__row:last-child {
  border-right: 0 !important;
}

.rf-strategy--redesign .rf-flow__row::before {
  left: clamp(26px, 3vw, 42px) !important;
  top: auto !important;
  bottom: clamp(26px, 3vw, 42px) !important;
  width: 34px !important;
  height: 2px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #dec674 !important;
  box-shadow: 0 0 26px rgba(222,198,116,0.36) !important;
}

.rf-strategy--redesign .rf-flow__index {
  font-size: clamp(72px, 7vw, 118px) !important;
  color: rgba(222,198,116,0.24) !important;
}

.rf-strategy--redesign .rf-flow__meta {
  color: #dec674 !important;
}

.rf-strategy--redesign .rf-flow__name {
  max-width: 11ch !important;
  color: #fff8ea !important;
}

.rf-strategy--redesign .rf-flow__desc {
  max-width: 26ch !important;
  color: rgba(247,240,226,0.62) !important;
}

@media (max-width: 991px) {
  .rf-strategy--redesign .rf-strategy__head,
  .rf-strategy--redesign .rf-strategy__principle {
    grid-template-columns: 1fr !important;
  }

  .rf-strategy--redesign .rf-strategy__cta {
    justify-self: start;
  }

  .rf-strategy--redesign .rf-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .rf-strategy--redesign .rf-flow {
    grid-template-columns: 1fr !important;
  }

  .rf-strategy--redesign .rf-flow__row {
    min-height: 220px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(222,198,116,0.18) !important;
  }
}

/* QUALIA FINAL: 03 strategy - stepped operating logic, no number cards */
.rf-strategy--redesign .rf-strategy__head {
  grid-template-columns: minmax(0, 0.58fr) minmax(360px, 0.42fr) !important;
  align-items: center !important;
  margin-bottom: clamp(42px, 6vh, 66px) !important;
}

.rf-strategy--redesign .rf-strategy__title {
  max-width: 13ch !important;
  font-size: clamp(36px, 3.8vw, 58px) !important;
  line-height: 1.06 !important;
}

.rf-strategy--redesign .rf-strategy__lead {
  max-width: 42ch !important;
  margin: 0 !important;
  padding: 18px 22px !important;
  border: 1px solid rgba(222,198,116,0.20) !important;
  border-left: 3px solid rgba(222,198,116,0.68) !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,0.045) !important;
  color: rgba(247,240,226,0.78) !important;
}

.rf-strategy--redesign .rf-strategy__board {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.30fr) minmax(0, 0.70fr) !important;
  gap: clamp(28px, 4vw, 58px) !important;
  align-items: start !important;
}

.rf-strategy--redesign .rf-strategy__principle {
  position: sticky;
  top: 110px;
  display: block !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 26px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(222,198,116,0.38) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.rf-strategy--redesign .rf-strategy__principle strong {
  margin: 18px 0 14px !important;
  font-size: clamp(28px, 2.6vw, 42px) !important;
  line-height: 1.02 !important;
}

.rf-strategy--redesign .rf-strategy__principle p {
  margin: 0 0 24px !important;
  max-width: 27ch !important;
}

.rf-strategy--redesign .rf-flow,
.rf-strategy--redesign .rf-flow--matrix {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  backdrop-filter: none !important;
}

.rf-strategy--redesign .rf-flow::before {
  display: block !important;
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 12px !important;
  bottom: 12px !important;
  width: 1px !important;
  height: auto !important;
  background: linear-gradient(180deg, transparent, rgba(222,198,116,0.60), transparent) !important;
}

.rf-strategy--redesign .rf-flow__row {
  position: relative !important;
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(130px, 0.24fr) minmax(0, 0.76fr) !important;
  gap: clamp(22px, 3vw, 42px) !important;
  align-items: start !important;
  padding: clamp(22px, 2.6vw, 34px) 0 clamp(22px, 2.6vw, 34px) clamp(28px, 3vw, 44px) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(222,198,116,0.16) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #f7f0e2 !important;
  overflow: visible !important;
}

.rf-strategy--redesign .rf-flow__row::before {
  content: "" !important;
  position: absolute !important;
  left: -5px !important;
  top: clamp(28px, 3vw, 40px) !important;
  width: 11px !important;
  height: 11px !important;
  border-radius: 50% !important;
  border: 1px solid #dec674 !important;
  background: #11100d !important;
  box-shadow: 0 0 0 8px rgba(222,198,116,0.08) !important;
}

.rf-strategy--redesign .rf-flow__row::after {
  display: none !important;
}

.rf-strategy--redesign .rf-flow__meta {
  display: block !important;
  margin: 4px 0 0 !important;
  padding: 0 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  color: #dec674 !important;
}

.rf-strategy--redesign .rf-flow__name {
  max-width: none !important;
  margin: 0 0 8px !important;
  font-size: clamp(23px, 2.2vw, 34px) !important;
  line-height: 1.06 !important;
  color: #fff8ea !important;
}

.rf-strategy--redesign .rf-flow__desc {
  max-width: 48ch !important;
  margin: 0 !important;
  color: rgba(247,240,226,0.64) !important;
}

@media (max-width: 991px) {
  .rf-strategy--redesign .rf-strategy__head,
  .rf-strategy--redesign .rf-strategy__board {
    grid-template-columns: 1fr !important;
  }

  .rf-strategy--redesign .rf-strategy__principle {
    position: relative;
    top: auto;
  }
}

@media (max-width: 640px) {
  .rf-strategy--redesign .rf-flow__row {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
}

/* QUALIA FINAL HEADER: section 03 matches section 02 editorial format */
.rf-strategy--redesign .rf-strategy__head {
  display: grid !important;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.46fr) !important;
  gap: clamp(30px, 5vw, 70px) !important;
  align-items: end !important;
  margin-bottom: clamp(48px, 6.5vh, 74px) !important;
  padding-bottom: clamp(20px, 2.4vh, 30px) !important;
  border-bottom: 1px solid rgba(222,198,116,0.24) !important;
}

.rf-strategy--redesign .rf-strategy__title {
  max-width: 16ch !important;
  font-size: clamp(36px, 3.7vw, 56px) !important;
  line-height: 1.04 !important;
  color: #fff8ea !important;
}

.rf-strategy--redesign .rf-strategy__lead {
  max-width: 36ch !important;
  margin: 0 !important;
  padding: 0 0 4px clamp(18px, 2vw, 28px) !important;
  border: 0 !important;
  border-left: 1px solid rgba(222,198,116,0.55) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(247,240,226,0.78) !important;
  box-shadow: none !important;
}

@media (max-width: 991px) {
  .rf-strategy--redesign .rf-strategy__head {
    grid-template-columns: 1fr !important;
  }
}

/* QUALIA FIX: 09 / Strategic Outlook visibility */
.rf-manifesto {
  position: relative !important;
  min-height: auto !important;
  padding-top: clamp(96px, 11vh, 140px) !important;
  padding-bottom: clamp(96px, 11vh, 140px) !important;
  background-color: #11100d !important;
  background-image:
    linear-gradient(180deg, rgba(17,16,13,0.76), rgba(17,16,13,0.88)),
    url("../images/backgrounds/bg-horizon.png") !important;
  background-size: cover !important;
  background-position: center !important;
  color: #fff8ea !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.rf-manifesto__inner,
.rf-manifesto__title,
.rf-manifesto__line,
.rf-manifesto__word,
.rf-manifesto__lead,
.rf-manifesto__signature {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.rf-manifesto__title {
  color: #fff8ea !important;
  font-size: clamp(42px, 5.2vw, 82px) !important;
  line-height: 1.02 !important;
}

.rf-manifesto__word--accent,
.rf-manifesto__eyebrow,
.rf-manifesto__sig-horizon {
  color: #dec674 !important;
}

.rf-manifesto__lead {
  color: rgba(247,240,226,0.74) !important;
}

/* QUALIA FIX: 04 / Ecosystem Architecture - lighter image background */
.rf-eco {
  background-color: #10100e !important;
  background-image:
    linear-gradient(180deg, rgba(18,17,14,0.26), rgba(18,17,14,0.34)),
    url("../images/backgrounds/bg-port.png") !important;
  background-size: cover !important;
  background-position: center !important;
  color: #15120f !important;
}

.rf-eco::before,
.rf-eco__ambient {
  opacity: 0.16 !important;
}

.rf-eco .rf-section__label,
.rf-eco__cta,
.rf-orbit__core-tag {
  color: #9f874f !important;
}

.rf-eco .rf-section__title,
.rf-eco .rf-section__title em,
.rf-eco .rf-section__title strong,
.rf-eco .rf-section__lead {
  color: #fff8ea !important;
}

.rf-eco .rf-section__lead {
  color: rgba(247,240,226,0.76) !important;
}

.rf-eco .rf-grid-2--narrow {
  display: grid !important;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.46fr) !important;
  gap: clamp(30px, 5vw, 70px) !important;
  align-items: end !important;
  margin-top: 0 !important;
  margin-bottom: clamp(48px, 6.5vh, 74px) !important;
  padding-bottom: clamp(20px, 2.4vh, 30px) !important;
  border-bottom: 1px solid rgba(222,198,116,0.24) !important;
}

.rf-eco .rf-section__title {
  max-width: 15ch !important;
  margin: 0 !important;
  font-size: clamp(44px, 4.8vw, 74px) !important;
  line-height: 0.98 !important;
}

.rf-eco .rf-section__title em,
.rf-eco .rf-section__title strong {
  color: #dec674 !important;
  font-style: italic !important;
  font-weight: 300 !important;
}

.rf-eco .rf-grid-2--narrow > div {
  max-width: 36ch !important;
  margin: 0 !important;
  padding: 0 0 4px clamp(18px, 2vw, 28px) !important;
  border-left: 1px solid rgba(222,198,116,0.55) !important;
}

.rf-eco .rf-section__lead {
  margin: 0 0 28px !important;
  font-size: clamp(17px, 1.25vw, 21px) !important;
  line-height: 1.62 !important;
}

@media (max-width: 900px) {
  .rf-eco .rf-grid-2--narrow {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    align-items: start !important;
    margin-bottom: clamp(38px, 7vw, 56px) !important;
  }

  .rf-eco .rf-section__title {
    max-width: min(15ch, 100%) !important;
    font-size: clamp(38px, 11vw, 58px) !important;
    line-height: 1.02 !important;
  }

  .rf-eco .rf-grid-2--narrow > div {
    max-width: 58ch !important;
    padding: 0 !important;
    border-left: 0 !important;
  }
}

@media (max-width: 480px) {
  .rf-eco .rf-section__label {
    letter-spacing: 0.22em !important;
    gap: 10px !important;
  }

  .rf-eco .rf-section__label::before {
    width: 34px !important;
  }

  .rf-eco .rf-section__title {
    font-size: clamp(34px, 10.4vw, 44px) !important;
    max-width: 12ch !important;
  }
}

.rf-orbit__node,
.rf-orbit__core {
  background: rgba(18,18,18,0.84) !important;
  border-color: rgba(203,182,130,0.32) !important;
  color: #fff8ea !important;
}

.rf-orbit__node-name,
.rf-orbit__core-label {
  color: #fff8ea !important;
}

.rf-orbit__node-tag {
  color: rgba(247,240,226,0.66) !important;
}

/* QUALIA HARD FIX: 09 / Strategic Outlook readable text */
.rf-manifesto,
.rf-manifesto * {
  visibility: visible !important;
}

.rf-manifesto {
  background-image:
    linear-gradient(180deg, rgba(8,8,7,0.70), rgba(8,8,7,0.82)),
    url("../images/backgrounds/bg-horizon.png") !important;
}

.rf-manifesto__title,
.rf-manifesto__line,
.rf-manifesto__word,
.rf-manifesto__line--muted .rf-manifesto__word,
.rf-manifesto__lead,
.rf-manifesto__sig-brand {
  color: #fff8ea !important;
  opacity: 1 !important;
  text-shadow: 0 18px 52px rgba(0,0,0,0.72) !important;
}

.rf-manifesto__word--accent {
  color: #dec674 !important;
}

.rf-manifesto__quote {
  color: rgba(255,248,234,0.10) !important;
}

/* FINAL visibility override for 09 lead text */
.rf-manifesto p.rf-manifesto__lead,
.rf-manifesto .rf-manifesto__lead,
.rf-manifesto .rf-manifesto__lead * {
  color: rgba(255,248,234,0.82) !important;
  opacity: 1 !important;
  text-shadow: 0 14px 42px rgba(0,0,0,0.86) !important;
}

/* QUALIA FIX: about route balanced visibility */
body.rf-about-page {
  background: #efe6d7 !important;
  color: #15120f !important;
}

body.rf-about-page .rf-pagehero {
  min-height: 62vh !important;
  background: #f3ecdf !important;
}

body.rf-about-page .rf-pagehero__bg {
  opacity: 0.26 !important;
  filter: saturate(0.82) contrast(0.94) sepia(0.08) !important;
}

body.rf-about-page .rf-pagehero__overlay {
  background:
    linear-gradient(90deg, rgba(247,241,231,0.97) 0%, rgba(247,241,231,0.86) 52%, rgba(28,25,20,0.10) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.42), rgba(226,211,186,0.42)) !important;
}

body.rf-about-page .rf-pagehero__title,
body.rf-about-page .rf-pagehero__sub,
body.rf-about-page .rf-section__title,
body.rf-about-page .rf-section__lead,
body.rf-about-page .rf-section__body,
body.rf-about-page .rf-rail__story p,
body.rf-about-page .rf-counter__label,
body.rf-about-page .rf-counter__sub,
body.rf-about-page .rf-quote__text,
body.rf-about-page .rf-quote__author,
body.rf-about-page .rf-quote__role {
  color: #15120f !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

body.rf-about-page .rf-pagehero__title {
  max-width: 11ch !important;
  font-size: clamp(54px, 7.5vw, 118px) !important;
  line-height: 0.95 !important;
}

body.rf-about-page .rf-pagehero__sub,
body.rf-about-page .rf-section__lead,
body.rf-about-page .rf-rail__story p,
body.rf-about-page .rf-section__body,
body.rf-about-page .rf-counter__sub,
body.rf-about-page .rf-quote__text {
  color: rgba(21,18,15,0.72) !important;
}

body.rf-about-page .rf-pagehero__title em,
body.rf-about-page .rf-section__title em,
body.rf-about-page .rf-section__title strong,
body.rf-about-page .rf-rail__year,
body.rf-about-page .rf-counter__num,
body.rf-about-page .rf-quote__mark,
body.rf-about-page .rf-section__label {
  color: #a48b4e !important;
}

body.rf-about-page .rf-section--dark,
body.rf-about-page .rf-section--soft,
body.rf-about-page .rf-section--darker {
  background-color: #efe5d5 !important;
  background-image:
    radial-gradient(circle at 12% 0%, rgba(255,255,255,0.86), transparent 28%),
    linear-gradient(180deg, #fbf6ed 0%, #eadcc5 100%),
    linear-gradient(rgba(164,139,78,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(164,139,78,0.06) 1px, transparent 1px) !important;
  background-size: auto, auto, 150px 150px, 150px 150px !important;
  color: #15120f !important;
}

body.rf-about-page .rf-section--soft {
  background-image:
    linear-gradient(180deg, #f7f0e4 0%, #e6d6bd 100%),
    linear-gradient(rgba(164,139,78,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(164,139,78,0.06) 1px, transparent 1px) !important;
}

body.rf-about-page .rf-counter,
body.rf-about-page .rf-marquee__card,
body.rf-about-page .rf-quote {
  background: rgba(255,252,246,0.88) !important;
  border: 1px solid rgba(164,139,78,0.24) !important;
  border-radius: 18px !important;
  box-shadow: 0 24px 60px -42px rgba(36,30,18,0.50) !important;
}

body.rf-about-page .rf-counters {
  gap: clamp(16px, 2.2vw, 28px) !important;
}

body.rf-about-page .rf-principles {
  background-color: #121210 !important;
  background-image:
    linear-gradient(180deg, rgba(18,18,16,0.92), rgba(18,18,16,0.86)),
    url("../images/backgrounds/bg-boardroom.png") !important;
  background-size: cover !important;
  background-position: center !important;
  color: #fff8ea !important;
}

body.rf-about-page .rf-principles__title,
body.rf-about-page .rf-principles__lead,
body.rf-about-page .rf-principles__name,
body.rf-about-page .rf-principles__desc {
  color: #fff8ea !important;
}

body.rf-about-page .rf-principles__lead,
body.rf-about-page .rf-principles__desc {
  color: rgba(247,240,226,0.74) !important;
}

body.rf-about-page .rf-principles__title em,
body.rf-about-page .rf-principles__title strong,
body.rf-about-page .rf-principles__eyebrow,
body.rf-about-page .rf-principles__watermark {
  color: #dec674 !important;
}

body.rf-about-page .rf-principles__card {
  background: linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035)) !important;
  border: 1px solid rgba(222,198,116,0.24) !important;
  border-radius: 20px !important;
  box-shadow: none !important;
}

body.rf-about-page .rf-cta-band--projects {
  background:
    linear-gradient(135deg, rgba(250,245,237,0.96), rgba(229,216,193,0.94)),
    url("../images/backgrounds/bg-horizon.png") center/cover !important;
  color: #15120f !important;
}

body.rf-about-page .rf-cta-band--projects .rf-section__title,
body.rf-about-page .rf-cta-band--projects .rf-section__lead {
  color: #15120f !important;
}

@media (max-width: 767px) {
  body.rf-about-page .rf-pagehero {
    min-height: 64vh !important;
  }

  body.rf-about-page .rf-pagehero__title {
    font-size: clamp(46px, 15vw, 72px) !important;
  }
}

/* QUALIA DESIGN: About + Contact final section palette */
body.rf-about-page,
body.rf-contact-page {
  background: #11100d !important;
  color: #f7f0e2 !important;
}

body.rf-about-page .rf-pagehero,
body.rf-contact-page .rf-pagehero {
  position: relative !important;
  min-height: clamp(640px, 78vh, 820px) !important;
  padding: clamp(150px, 18vh, 210px) 0 clamp(88px, 12vh, 132px) !important;
  overflow: hidden !important;
  background-color: #11100d !important;
}

body.rf-about-page .rf-pagehero__bg,
body.rf-contact-page .rf-pagehero__bg {
  opacity: 1 !important;
  filter: saturate(0.9) contrast(1.06) brightness(0.82) !important;
  transform: scale(1.03) !important;
}

body.rf-about-page .rf-pagehero__overlay,
body.rf-contact-page .rf-pagehero__overlay {
  background:
    linear-gradient(90deg, rgba(8,8,7,0.86) 0%, rgba(8,8,7,0.62) 42%, rgba(8,8,7,0.18) 100%),
    linear-gradient(180deg, rgba(8,8,7,0.62) 0%, rgba(8,8,7,0.20) 45%, rgba(8,8,7,0.78) 100%),
    radial-gradient(circle at 72% 22%, rgba(222,198,116,0.18), transparent 28%) !important;
}

body.rf-about-page .rf-pagehero__inner,
body.rf-contact-page .rf-pagehero__inner {
  max-width: min(1180px, calc(100vw - clamp(40px, 9vw, 170px))) !important;
  margin-left: clamp(32px, 7vw, 132px) !important;
  margin-right: auto !important;
}

body.rf-about-page .rf-pagehero__eyebrow,
body.rf-contact-page .rf-pagehero__eyebrow {
  color: #dec674 !important;
}

body.rf-about-page .rf-pagehero__title,
body.rf-contact-page .rf-pagehero__title {
  max-width: 10.5ch !important;
  color: #fff8ea !important;
  font-size: clamp(58px, 7.3vw, 126px) !important;
  line-height: 0.95 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 24px 70px rgba(0,0,0,0.62) !important;
}

body.rf-about-page .rf-pagehero__title em,
body.rf-contact-page .rf-pagehero__title em {
  color: #dec674 !important;
}

body.rf-about-page .rf-pagehero__sub,
body.rf-contact-page .rf-pagehero__sub {
  max-width: 58ch !important;
  color: rgba(255,248,234,0.78) !important;
  font-size: clamp(17px, 1.25vw, 21px) !important;
  line-height: 1.72 !important;
  text-shadow: 0 14px 38px rgba(0,0,0,0.62) !important;
}

body.rf-about-page .rf-about-story {
  background-color: #12120f !important;
  background-image:
    linear-gradient(180deg, rgba(18,18,15,0.94), rgba(18,18,15,0.88)),
    url("../images/backgrounds/bg-boardroom.png") !important;
  background-size: cover !important;
  background-position: center !important;
  color: #fff8ea !important;
}

body.rf-about-page .rf-about-story .rf-rail__year,
body.rf-about-page .rf-about-story .rf-section__label {
  color: #dec674 !important;
}

body.rf-about-page .rf-about-story .rf-section__body,
body.rf-about-page .rf-about-story .rf-rail__cap,
body.rf-about-page .rf-about-story .rf-rail__story p {
  color: rgba(255,248,234,0.76) !important;
}

body.rf-about-page .rf-about-story .rf-rail__story p strong {
  color: #fff8ea !important;
}

body.rf-about-page .rf-about-record,
body.rf-contact-page .rf-contact-location {
  background-color: #efe5d5 !important;
  background-image:
    radial-gradient(circle at 12% 6%, rgba(255,255,255,0.72), transparent 28%),
    linear-gradient(180deg, #f7f0e4 0%, #e5d6bd 100%),
    linear-gradient(rgba(164,139,78,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(164,139,78,0.055) 1px, transparent 1px) !important;
  background-size: auto, auto, 150px 150px, 150px 150px !important;
  color: #15120f !important;
}

body.rf-about-page .rf-about-record .rf-section__title,
body.rf-about-page .rf-about-record .rf-counter__label,
body.rf-contact-page .rf-contact-location .rf-section__title,
body.rf-contact-page .rf-contact-location .rf-section__lead {
  color: #15120f !important;
}

body.rf-about-page .rf-about-record .rf-section__lead,
body.rf-about-page .rf-about-record .rf-counter__sub {
  color: rgba(21,18,15,0.70) !important;
}

body.rf-about-page .rf-about-record .rf-counter {
  min-height: 260px !important;
  background:
    linear-gradient(180deg, rgba(255,252,246,0.92), rgba(247,240,226,0.84)) !important;
  border-color: rgba(164,139,78,0.28) !important;
  border-radius: 20px !important;
}

body.rf-about-page .rf-about-record .rf-counters {
  background: transparent !important;
  border: 0 !important;
  gap: clamp(18px, 2.4vw, 36px) !important;
}

body.rf-about-page .rf-principles,
body.rf-contact-page .rf-contact-main,
body.rf-contact-page .rf-contact-closing {
  background-color: #12120f !important;
  background-image:
    linear-gradient(180deg, rgba(18,18,15,0.90), rgba(18,18,15,0.84)),
    url("../images/backgrounds/bg-port.png") !important;
  background-size: cover !important;
  background-position: center !important;
  color: #fff8ea !important;
}

body.rf-contact-page .rf-contact-main {
  background-image:
    linear-gradient(180deg, rgba(18,18,15,0.88), rgba(18,18,15,0.82)),
    url("../images/contactus.jpg") !important;
}

body.rf-contact-page .rf-contact-main .rf-section__title,
body.rf-contact-page .rf-contact-main .rf-section__lead,
body.rf-contact-page .rf-contact-main .rf-contact__k,
body.rf-contact-page .rf-contact-main .rf-contact__v,
body.rf-contact-page .rf-contact-main .rf-contact__v a,
body.rf-contact-page .rf-contact-main .rf-form label {
  color: #fff8ea !important;
}

body.rf-contact-page .rf-contact-main .rf-section__lead,
body.rf-contact-page .rf-contact-main .rf-contact__k {
  color: rgba(255,248,234,0.72) !important;
}

body.rf-contact-page .rf-contact__row,
body.rf-contact-page .rf-form {
  background: rgba(255,255,255,0.075) !important;
  border: 1px solid rgba(222,198,116,0.22) !important;
  border-radius: 18px !important;
}

body.rf-contact-page .rf-field input,
body.rf-contact-page .rf-field textarea {
  background: rgba(255,248,234,0.94) !important;
  color: #15120f !important;
  border-color: rgba(222,198,116,0.30) !important;
}

body.rf-contact-page .rf-contact-main .rf-field label {
  color: rgba(21,18,15,0.62) !important;
}

body.rf-contact-page .rf-contact-main .rf-field input:focus + label,
body.rf-contact-page .rf-contact-main .rf-field input:not(:placeholder-shown) + label,
body.rf-contact-page .rf-contact-main .rf-field textarea:focus + label,
body.rf-contact-page .rf-contact-main .rf-field textarea:not(:placeholder-shown) + label {
  color: #a48b4e !important;
}

body.rf-about-page .rf-about-words {
  background-color: #1a1712 !important;
  background-image:
    linear-gradient(180deg, rgba(26,23,18,0.74), rgba(26,23,18,0.90)),
    url("../images/testimonial-bg.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
  color: #fff8ea !important;
}

body.rf-about-page .rf-about-words .rf-section__title,
body.rf-about-page .rf-about-words .rf-section__lead,
body.rf-about-page .rf-about-words .rf-quote__text,
body.rf-about-page .rf-about-words .rf-quote__author,
body.rf-about-page .rf-about-words .rf-quote__role {
  color: #fff8ea !important;
}

body.rf-about-page .rf-about-words .rf-section__lead,
body.rf-about-page .rf-about-words .rf-quote__text,
body.rf-about-page .rf-about-words .rf-quote__role {
  color: rgba(255,248,234,0.74) !important;
}

body.rf-about-page .rf-about-words .rf-marquee__card {
  background: rgba(14,13,11,0.78) !important;
  border-color: rgba(222,198,116,0.22) !important;
  border-radius: 20px !important;
}

body.rf-about-page .rf-cta-band--projects {
  background:
    linear-gradient(105deg, rgba(245,237,224,0.96) 0%, rgba(230,216,194,0.88) 48%, rgba(18,18,15,0.42) 100%),
    url("../images/backgrounds/bg-horizon.png") center/cover !important;
}

body.rf-contact-page .rf-contact-location .rf-map {
  border: 1px solid rgba(164,139,78,0.28) !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  box-shadow: 0 32px 80px -52px rgba(36,30,18,0.58) !important;
}

body.rf-contact-page .rf-contact-closing {
  background-image:
    linear-gradient(180deg, rgba(12,12,10,0.66), rgba(12,12,10,0.82)),
    url("../images/backgrounds/bg-horizon.png") !important;
}

body.rf-contact-page .rf-contact-closing .rf-manifesto__title,
body.rf-contact-page .rf-contact-closing .rf-manifesto__lead,
body.rf-contact-page .rf-contact-closing .rf-manifesto__sig-brand {
  color: #fff8ea !important;
}

@media (max-width: 767px) {
  body.rf-about-page .rf-pagehero,
  body.rf-contact-page .rf-pagehero {
    min-height: 620px !important;
    padding-top: 140px !important;
  }

  body.rf-about-page .rf-pagehero__inner,
  body.rf-contact-page .rf-pagehero__inner {
    max-width: calc(100vw - 40px) !important;
    margin-left: 20px !important;
  }

  body.rf-about-page .rf-pagehero__title,
  body.rf-contact-page .rf-pagehero__title {
    font-size: clamp(44px, 15vw, 70px) !important;
  }
}

/* QUALIA FIX: About/Contact hero image and contact form spacing */
body.rf-about-page .rf-pagehero__bg,
body.rf-contact-page .rf-pagehero__bg {
  filter: saturate(0.98) contrast(1.04) brightness(0.92) !important;
  background-position: center !important;
}

body.rf-about-page .rf-pagehero__overlay,
body.rf-contact-page .rf-pagehero__overlay {
  background:
    linear-gradient(90deg, rgba(8,8,7,0.84) 0%, rgba(8,8,7,0.58) 43%, rgba(8,8,7,0.12) 100%),
    linear-gradient(180deg, rgba(8,8,7,0.48) 0%, rgba(8,8,7,0.14) 48%, rgba(8,8,7,0.74) 100%),
    radial-gradient(circle at 72% 18%, rgba(222,198,116,0.16), transparent 30%) !important;
}

body.rf-contact-page .rf-contact {
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr) !important;
  gap: clamp(36px, 5vw, 82px) !important;
}

body.rf-contact-page .rf-contact__row {
  padding: 26px 32px !important;
  display: grid !important;
  grid-template-columns: minmax(130px, 0.34fr) minmax(0, 1fr) !important;
  gap: 28px !important;
  align-items: center !important;
  background: rgba(255,248,234,0.09) !important;
  border: 1px solid rgba(222,198,116,0.22) !important;
  border-radius: 18px !important;
}

body.rf-contact-page .rf-contact__info {
  gap: 12px !important;
}

body.rf-contact-page .rf-contact__k {
  color: rgba(255,248,234,0.84) !important;
  white-space: nowrap !important;
}

body.rf-contact-page .rf-contact__v,
body.rf-contact-page .rf-contact__v a {
  color: #fff8ea !important;
}

body.rf-contact-page .rf-form {
  padding: clamp(24px, 3vw, 38px) !important;
  gap: 16px !important;
  background:
    linear-gradient(180deg, rgba(255,248,234,0.12), rgba(255,248,234,0.06)) !important;
  border: 1px solid rgba(222,198,116,0.26) !important;
  border-radius: 22px !important;
  box-shadow: 0 30px 80px -58px rgba(0,0,0,0.80) !important;
}

body.rf-contact-page .rf-form__row {
  gap: 16px !important;
}

body.rf-contact-page .rf-form__row .rf-field + .rf-field {
  border-left: 0 !important;
  padding-left: 0 !important;
}

body.rf-contact-page .rf-field {
  padding: 0 !important;
  border: 0 !important;
}

body.rf-contact-page .rf-field input,
body.rf-contact-page .rf-field textarea {
  min-height: 66px !important;
  padding: 22px 22px 12px !important;
  background: rgba(244,235,219,0.95) !important;
  border: 1px solid rgba(222,198,116,0.30) !important;
  border-radius: 12px !important;
  color: #15120f !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.72) !important;
}

body.rf-contact-page .rf-field textarea {
  min-height: 138px !important;
  padding-top: 30px !important;
}

body.rf-contact-page .rf-contact-main .rf-field label,
body.rf-contact-page .rf-form__row .rf-field:nth-child(2) label {
  left: 22px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: rgba(21,18,15,0.64) !important;
  letter-spacing: 0.32em !important;
}

body.rf-contact-page .rf-contact-main .rf-field textarea + label {
  top: 31px !important;
  transform: none !important;
}

body.rf-contact-page .rf-contact-main .rf-field input:focus + label,
body.rf-contact-page .rf-contact-main .rf-field input:not(:placeholder-shown) + label,
body.rf-contact-page .rf-contact-main .rf-field textarea:focus + label,
body.rf-contact-page .rf-contact-main .rf-field textarea:not(:placeholder-shown) + label {
  top: 10px !important;
  transform: none !important;
  color: #9f874f !important;
  font-size: 9px !important;
}

body.rf-contact-page .rf-field input:focus,
body.rf-contact-page .rf-field textarea:focus {
  background: #fff8ea !important;
  border-color: rgba(222,198,116,0.72) !important;
}

@media (max-width: 900px) {
  body.rf-contact-page .rf-contact {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body.rf-contact-page .rf-contact__row {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 22px !important;
  }

  body.rf-contact-page .rf-form__row {
    grid-template-columns: 1fr !important;
  }
}

/* QUALIA DESIGN: Projects page final palette and visibility */
body.rf-projects-page {
  background: #11100d !important;
  color: #fff8ea !important;
}

body.rf-projects-page .rf-pagehero {
  min-height: clamp(620px, 76vh, 800px) !important;
  padding: clamp(150px, 18vh, 205px) 0 clamp(86px, 11vh, 126px) !important;
  background: #10100d !important;
  overflow: hidden !important;
}

body.rf-projects-page .rf-pagehero__bg {
  opacity: 1 !important;
  filter: saturate(0.96) contrast(1.06) brightness(0.88) !important;
  background-position: center !important;
  transform: scale(1.035) !important;
}

body.rf-projects-page .rf-pagehero__overlay {
  background:
    linear-gradient(90deg, rgba(7,7,6,0.86) 0%, rgba(7,7,6,0.58) 44%, rgba(7,7,6,0.12) 100%),
    linear-gradient(180deg, rgba(7,7,6,0.56) 0%, rgba(7,7,6,0.18) 48%, rgba(7,7,6,0.78) 100%),
    radial-gradient(circle at 72% 18%, rgba(222,198,116,0.18), transparent 30%) !important;
}

body.rf-projects-page .rf-pagehero__inner {
  max-width: min(1160px, calc(100vw - clamp(40px, 9vw, 170px))) !important;
  margin-left: clamp(32px, 7vw, 132px) !important;
  margin-right: auto !important;
}

body.rf-projects-page .rf-pagehero__title {
  max-width: 11ch !important;
  font-size: clamp(56px, 6.8vw, 112px) !important;
  line-height: 0.96 !important;
  color: #fff8ea !important;
  text-shadow: 0 24px 70px rgba(0,0,0,0.68) !important;
}

body.rf-projects-page .rf-pagehero__title em,
body.rf-projects-page .rf-pagehero__eyebrow {
  color: #dec674 !important;
}

body.rf-projects-page .rf-pagehero__sub {
  max-width: 54ch !important;
  color: rgba(255,248,234,0.78) !important;
  font-size: clamp(17px, 1.18vw, 20px) !important;
  line-height: 1.72 !important;
  text-shadow: 0 14px 38px rgba(0,0,0,0.68) !important;
}

body.rf-projects-page .rf-projects-focus,
body.rf-projects-page .rf-projects-strategy {
  background-color: #12120f !important;
  background-image:
    linear-gradient(180deg, rgba(18,18,15,0.90), rgba(18,18,15,0.84)),
    url("../images/backgrounds/bg-port.png") !important;
  background-size: cover !important;
  background-position: center !important;
  color: #fff8ea !important;
}

body.rf-projects-page .rf-projects-focus .rf-section__title,
body.rf-projects-page .rf-projects-strategy .rf-section__title,
body.rf-projects-page .rf-projects-strategy .rf-section__lead,
body.rf-projects-page .rf-sector__h,
body.rf-projects-page .rf-sector__h a,
body.rf-projects-page .rf-sector__p,
body.rf-projects-page .rf-spec__v,
body.rf-projects-page .rf-spec__p {
  color: #fff8ea !important;
}

body.rf-projects-page .rf-projects-strategy .rf-section__lead,
body.rf-projects-page .rf-sector__p,
body.rf-projects-page .rf-spec__p {
  color: rgba(255,248,234,0.74) !important;
}

body.rf-projects-page .rf-sector {
  background: rgba(16,16,13,0.72) !important;
  border-top: 1px solid rgba(222,198,116,0.18) !important;
  border-bottom: 1px solid rgba(222,198,116,0.18) !important;
}

body.rf-projects-page .rf-sector__media {
  background: #0f0f0c !important;
  border: 1px solid rgba(222,198,116,0.18) !important;
}

body.rf-projects-page .rf-sector__media img {
  filter: saturate(0.96) contrast(1.04) brightness(0.88) !important;
}

body.rf-projects-page .rf-sector__body {
  background:
    linear-gradient(180deg, rgba(255,248,234,0.08), rgba(255,248,234,0.035)) !important;
  border: 1px solid rgba(222,198,116,0.18) !important;
}

body.rf-projects-page .rf-sector__num,
body.rf-projects-page .rf-sector__cta,
body.rf-projects-page .rf-spec__k,
body.rf-projects-page .rf-section__label {
  color: #dec674 !important;
}

body.rf-projects-page .rf-projects-criteria {
  background-color: #efe5d5 !important;
  background-image:
    radial-gradient(circle at 12% 6%, rgba(255,255,255,0.72), transparent 28%),
    linear-gradient(180deg, #f7f0e4 0%, #e4d4bb 100%),
    linear-gradient(rgba(164,139,78,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(164,139,78,0.055) 1px, transparent 1px) !important;
  background-size: auto, auto, 150px 150px, 150px 150px !important;
  color: #15120f !important;
}

body.rf-projects-page .rf-projects-criteria .rf-criteria__title,
body.rf-projects-page .rf-projects-criteria .rf-criteria__lead,
body.rf-projects-page .rf-projects-criteria .rf-criteria__name,
body.rf-projects-page .rf-projects-criteria .rf-criteria__desc {
  color: #15120f !important;
}

body.rf-projects-page .rf-projects-criteria .rf-criteria__lead,
body.rf-projects-page .rf-projects-criteria .rf-criteria__desc {
  color: rgba(21,18,15,0.70) !important;
}

body.rf-projects-page .rf-projects-criteria .rf-criteria__item {
  background:
    linear-gradient(180deg, rgba(255,252,246,0.94), rgba(247,240,226,0.84)) !important;
  border: 1px solid rgba(164,139,78,0.26) !important;
  border-radius: 20px !important;
  box-shadow: 0 24px 60px -46px rgba(36,30,18,0.52) !important;
}

body.rf-projects-page .rf-projects-strategy .rf-spec__cell {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.085), rgba(255,255,255,0.035)) !important;
  border: 1px solid rgba(222,198,116,0.22) !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}

body.rf-projects-page .rf-projects-strategy .rf-spec {
  gap: clamp(12px, 1.4vw, 18px) !important;
  background: transparent !important;
  border: 0 !important;
  margin-top: clamp(44px, 5vw, 64px) !important;
}

body.rf-projects-page .rf-projects-strategy .rf-spec__cell {
  padding: clamp(30px, 3.4vw, 46px) clamp(28px, 3.2vw, 44px) !important;
  min-height: 190px !important;
}

body.rf-projects-page .rf-projects-strategy .rf-spec__cell--hero {
  min-height: 220px !important;
  padding-top: clamp(34px, 3.6vw, 52px) !important;
  padding-bottom: clamp(34px, 3.6vw, 52px) !important;
}

body.rf-projects-page .rf-projects-strategy .rf-spec__v {
  font-size: clamp(28px, 2.45vw, 42px) !important;
  line-height: 1.12 !important;
}

body.rf-projects-page .rf-projects-strategy .rf-spec__v--big {
  font-size: clamp(64px, 7vw, 104px) !important;
}

body.rf-projects-page .rf-projects-strategy .rf-spec__p {
  max-width: 64ch !important;
  font-size: clamp(15px, 1.05vw, 17px) !important;
  line-height: 1.65 !important;
}

body.rf-projects-page .rf-projects-approach {
  background-color: #1a1712 !important;
  background-image:
    linear-gradient(180deg, rgba(26,23,18,0.78), rgba(26,23,18,0.92)),
    url("../images/backgrounds/bg-highway.png") !important;
  background-size: cover !important;
  background-position: center !important;
  color: #fff8ea !important;
}

body.rf-projects-page .rf-projects-approach .rf-approach-sec__title,
body.rf-projects-page .rf-projects-approach .rf-approach-sec__lead,
body.rf-projects-page .rf-projects-approach .rf-approach__key,
body.rf-projects-page .rf-projects-approach .rf-approach__txt {
  color: #fff8ea !important;
}

body.rf-projects-page .rf-projects-approach .rf-approach-sec__lead,
body.rf-projects-page .rf-projects-approach .rf-approach__txt {
  color: rgba(255,248,234,0.74) !important;
}

body.rf-projects-page .rf-projects-approach .rf-approach__row {
  background: rgba(14,13,11,0.72) !important;
  border: 1px solid rgba(222,198,116,0.20) !important;
  border-radius: 18px !important;
}

body.rf-projects-page .rf-projects-cta {
  background:
    linear-gradient(105deg, rgba(245,237,224,0.96) 0%, rgba(230,216,194,0.90) 48%, rgba(18,18,15,0.36) 100%),
    url("../images/backgrounds/bg-horizon.png") center/cover !important;
}

body.rf-projects-page .rf-projects-cta .rf-section__title,
body.rf-projects-page .rf-projects-cta .rf-section__lead {
  color: #15120f !important;
}

/* QUALIA FIX: About hero + Sam card requested cleanup */
body.rf-about-page .rf-pagehero__title {
  font-size: clamp(48px, 5.8vw, 92px) !important;
  max-width: 11.5ch !important;
}

body.rf-about-page .rf-pagehero__bg {
  filter: saturate(0.95) contrast(1.04) brightness(0.90) !important;
}

body.rf-team-page .rf-team-grid--single .rf-member,
body.rf-team-page .rf-team-grid--single .rf-member--spotlight {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.rf-team-page .rf-team-grid--single .rf-member__media,
body.rf-team-page .rf-team-grid--single .rf-member--spotlight .rf-member__media {
  border: 0 !important;
  box-shadow: 0 22px 68px -44px rgba(36,30,18,0.58) !important;
}

body.rf-team-page .rf-team-grid--single .rf-member__body {
  background: transparent !important;
  border: 0 !important;
  padding-top: 24px !important;
}

body.rf-team-page .rf-team-grid--single .rf-member__name {
  color: #15120f !important;
}

@media (max-width: 767px) {
  body.rf-projects-page .rf-pagehero {
    min-height: 620px !important;
    padding-top: 140px !important;
  }

  body.rf-projects-page .rf-pagehero__inner {
    max-width: calc(100vw - 40px) !important;
    margin-left: 20px !important;
  }

  body.rf-projects-page .rf-pagehero__title,
  body.rf-about-page .rf-pagehero__title {
    font-size: clamp(42px, 14vw, 68px) !important;
  }
}

/* QUALIA DESIGN: Perspectives page final palette and visibility */
body.rf-why-page {
  background: #11100d !important;
  color: #fff8ea !important;
}

body.rf-why-page .rf-pagehero {
  min-height: clamp(620px, 74vh, 780px) !important;
  padding: clamp(150px, 18vh, 205px) 0 clamp(84px, 11vh, 122px) !important;
  background: #11100d !important;
  overflow: hidden !important;
}

body.rf-why-page .rf-pagehero__bg {
  opacity: 1 !important;
  filter: saturate(0.95) contrast(1.06) brightness(0.86) !important;
  background-position: center !important;
  transform: scale(1.035) !important;
}

body.rf-why-page .rf-pagehero__overlay {
  background:
    linear-gradient(90deg, rgba(8,8,7,0.86) 0%, rgba(8,8,7,0.60) 44%, rgba(8,8,7,0.14) 100%),
    linear-gradient(180deg, rgba(8,8,7,0.56) 0%, rgba(8,8,7,0.18) 48%, rgba(8,8,7,0.78) 100%),
    radial-gradient(circle at 72% 18%, rgba(222,198,116,0.16), transparent 30%) !important;
}

body.rf-why-page .rf-pagehero__inner {
  max-width: min(1160px, calc(100vw - clamp(40px, 9vw, 170px))) !important;
  margin-left: clamp(32px, 7vw, 132px) !important;
  margin-right: auto !important;
}

body.rf-why-page .rf-pagehero__title {
  max-width: 11.5ch !important;
  font-size: clamp(52px, 6.4vw, 104px) !important;
  line-height: 0.96 !important;
  color: #fff8ea !important;
  text-shadow: 0 24px 70px rgba(0,0,0,0.68) !important;
}

body.rf-why-page .rf-pagehero__title em,
body.rf-why-page .rf-pagehero__eyebrow {
  color: #dec674 !important;
}

body.rf-why-page .rf-pagehero__sub {
  max-width: 55ch !important;
  color: rgba(255,248,234,0.78) !important;
  font-size: clamp(17px, 1.18vw, 20px) !important;
  line-height: 1.72 !important;
  text-shadow: 0 14px 38px rgba(0,0,0,0.68) !important;
}

body.rf-why-page .rf-why,
body.rf-why-page .rf-why-edges {
  background-color: #12120f !important;
  background-image:
    linear-gradient(180deg, rgba(18,18,15,0.90), rgba(18,18,15,0.84)),
    url("../images/backgrounds/bg-port.png") !important;
  background-size: cover !important;
  background-position: center !important;
  color: #fff8ea !important;
}

body.rf-why-page .rf-why-edges {
  background-image:
    linear-gradient(180deg, rgba(18,18,15,0.88), rgba(18,18,15,0.82)),
    url("../images/backgrounds/bg-highway.png") !important;
}

body.rf-why-page .rf-why__title,
body.rf-why-page .rf-why__lead,
body.rf-why-page .rf-why__reason-title,
body.rf-why-page .rf-why__reason-text,
body.rf-why-page .rf-edges__title,
body.rf-why-page .rf-edges__lead,
body.rf-why-page .rf-edges__h,
body.rf-why-page .rf-edges__p {
  color: #fff8ea !important;
}

body.rf-why-page .rf-why__lead,
body.rf-why-page .rf-why__reason-text,
body.rf-why-page .rf-edges__lead,
body.rf-why-page .rf-edges__p {
  color: rgba(255,248,234,0.74) !important;
}

body.rf-why-page .rf-why__title em,
body.rf-why-page .rf-why__reason-title em,
body.rf-why-page .rf-edges__title em,
body.rf-why-page .rf-edges__h em,
body.rf-why-page .rf-section__label,
body.rf-why-page .rf-why__reason-num,
body.rf-why-page .rf-edges__num {
  color: #dec674 !important;
}

body.rf-why-page .rf-why__reason,
body.rf-why-page .rf-edges__row {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.085), rgba(255,255,255,0.035)) !important;
  border: 1px solid rgba(222,198,116,0.22) !important;
  border-radius: 20px !important;
  box-shadow: none !important;
}

body.rf-why-page .rf-why__reason--feature {
  background:
    linear-gradient(135deg, rgba(222,198,116,0.22), rgba(255,255,255,0.055)) !important;
}

body.rf-why-page .rf-why-stats {
  background-color: #efe5d5 !important;
  background-image:
    radial-gradient(circle at 12% 6%, rgba(255,255,255,0.72), transparent 28%),
    linear-gradient(180deg, #f7f0e4 0%, #e4d4bb 100%),
    linear-gradient(rgba(164,139,78,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(164,139,78,0.055) 1px, transparent 1px) !important;
  background-size: auto, auto, 150px 150px, 150px 150px !important;
  color: #15120f !important;
}

body.rf-why-page .rf-why-stats .rf-stats__title,
body.rf-why-page .rf-why-stats .rf-stats__lead,
body.rf-why-page .rf-why-stats .rf-stats__name,
body.rf-why-page .rf-why-stats .rf-stats__sub,
body.rf-why-page .rf-why-stats .rf-stats__big {
  color: #15120f !important;
}

body.rf-why-page .rf-why-stats .rf-stats__lead,
body.rf-why-page .rf-why-stats .rf-stats__sub {
  color: rgba(21,18,15,0.70) !important;
}

body.rf-why-page .rf-why-stats .rf-stats__tile {
  background:
    linear-gradient(180deg, rgba(255,252,246,0.94), rgba(247,240,226,0.84)) !important;
  border: 1px solid rgba(164,139,78,0.26) !important;
  border-radius: 20px !important;
  box-shadow: 0 24px 60px -46px rgba(36,30,18,0.52) !important;
}

body.rf-why-page .rf-why-stats .rf-stats__tag,
body.rf-why-page .rf-why-stats .rf-stats__big em {
  color: #a48b4e !important;
}

body.rf-why-page .rf-why-cta {
  background:
    linear-gradient(105deg, rgba(245,237,224,0.96) 0%, rgba(230,216,194,0.90) 48%, rgba(18,18,15,0.36) 100%),
    url("../images/backgrounds/bg-horizon.png") center/cover !important;
}

body.rf-why-page .rf-why-cta .rf-section__title {
  color: #15120f !important;
}

@media (max-width: 767px) {
  body.rf-why-page .rf-pagehero {
    min-height: 620px !important;
    padding-top: 140px !important;
  }

  body.rf-why-page .rf-pagehero__inner {
    max-width: calc(100vw - 40px) !important;
    margin-left: 20px !important;
  }

  body.rf-why-page .rf-pagehero__title {
    font-size: clamp(42px, 14vw, 68px) !important;
  }
}

/* QUALIA FIX: requested tight spacing refinements */
body.rf-about-page .rf-pagehero__title {
  font-size: clamp(40px, 4.8vw, 76px) !important;
  line-height: 0.98 !important;
  max-width: 12ch !important;
}

body.rf-about-page .rf-pagehero__inner {
  padding-top: clamp(12px, 2vh, 28px) !important;
}

body.rf-why-page .rf-why-edges .rf-edges__list {
  padding-left: 48px !important;
  max-width: 1120px !important;
}

body.rf-why-page .rf-why-edges .rf-edges__list::before,
body.rf-why-page .rf-why-edges .rf-edges__list::after {
  left: 18px !important;
}

body.rf-why-page .rf-why-edges .rf-edges__node {
  left: -37px !important;
}

body.rf-why-page .rf-why-edges .rf-edges__row {
  padding: clamp(24px, 3vw, 38px) clamp(24px, 3vw, 42px) !important;
}

body.rf-why-page .rf-why-edges .rf-edges__h {
  font-size: clamp(26px, 2.7vw, 40px) !important;
}

body.rf-why-page .rf-why-edges .rf-edges__p {
  max-width: 58ch !important;
}

.rf-projects {
  padding-top: clamp(34px, 4vh, 52px) !important;
}

.rf-projects__head {
  margin-top: clamp(18px, 2.5vh, 32px) !important;
}

@media (max-width: 767px) {
  body.rf-about-page .rf-pagehero__title {
    font-size: clamp(38px, 12vw, 58px) !important;
  }

  body.rf-why-page .rf-why-edges .rf-edges__list {
    padding-left: 38px !important;
  }

  body.rf-why-page .rf-why-edges .rf-edges__node {
    left: -29px !important;
  }

  body.rf-why-page .rf-why-edges .rf-edges__row {
    padding: 22px !important;
  }

  .rf-projects {
    padding-top: 34px !important;
  }
}
