:root {
  --paper: #f2eee5;
  --paper-deep: #e6dfd1;
  --paper-bright: #fffdf7;
  --ink: #0b1020;
  --ink-soft: #1b2132;
  --blue: #002060;
  --blue-deep: #001238;
  --blue-pale: #c8d8f5;
  --copper: #d06c3e;
  --white: #ffffff;
  --line: rgba(11, 16, 32, 0.18);
  --line-light: rgba(255, 255, 255, 0.2);
  --muted: #5e625f;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Aptos", "Segoe UI", Arial, sans-serif;
  --display: "Arial Narrow", "Aptos Display", "Segoe UI", sans-serif;
  --page-progress: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

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

body.rgi-personal-theme,
.rgi-personal-theme a,
.rgi-personal-theme button {
  cursor: default;
}

.rgi-personal-theme a,
.rgi-personal-theme button,
.rgi-personal-theme summary {
  color: inherit;
}

.rgi-personal-theme a {
  text-decoration: none;
  cursor: pointer;
}

.rgi-personal-theme button,
.rgi-personal-theme summary {
  cursor: pointer;
}

.rgi-personal-theme img {
  display: block;
  max-width: 100%;
}

.rgi-personal-theme ::selection {
  background: var(--blue);
  color: var(--white);
}

.rgi-personal-theme :focus-visible {
  outline: 3px solid var(--copper);
  outline-offset: 4px;
}

.rgi-personal-theme .shell {
  width: min(100% - 72px, 1540px);
  margin-inline: auto;
}

.rgi-personal-theme .skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.rgi-personal-theme .skip-link:focus {
  transform: translateY(0);
}

.rgi-personal-theme .scroll-progress {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 3px;
  background: var(--copper);
  transform: scaleX(var(--page-progress));
  transform-origin: left;
  pointer-events: none;
}

.rgi-js .rgi-personal-theme [data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rgi-js .rgi-personal-theme [data-reveal][data-visible="true"] {
  opacity: 1;
  transform: translateY(0);
}

.rgi-js:not(.rgi-reveal-ready) .rgi-personal-theme [data-reveal] {
  opacity: 1;
  transform: none;
}

.rgi-personal-theme .site-header {
  position: sticky;
  z-index: 90;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: blur(18px);
}

.rgi-personal-theme .header-grid {
  min-height: 86px;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto auto;
  gap: clamp(22px, 3.5vw, 64px);
  align-items: center;
}

.rgi-personal-theme .wordmark {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.rgi-personal-theme .wordmark-monogram {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.rgi-personal-theme .wordmark-copy {
  display: grid;
  gap: 3px;
}

.rgi-personal-theme .wordmark-copy strong {
  font: 600 17px/1.1 var(--serif);
  letter-spacing: -0.02em;
}

.rgi-personal-theme .wordmark-copy small {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rgi-personal-theme .desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 32px);
}

.rgi-personal-theme .desktop-nav a {
  position: relative;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rgi-personal-theme .desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.rgi-personal-theme .desktop-nav a:hover::after,
.rgi-personal-theme .desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.rgi-personal-theme .header-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 18px;
  background: var(--ink);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
}

.rgi-personal-theme .header-cta:hover {
  background: var(--blue);
  transform: translateY(-2px);
}

.rgi-personal-theme .mobile-menu {
  display: none;
}

.rgi-personal-theme .section-pad {
  padding-block: clamp(96px, 10vw, 172px);
}

.rgi-personal-theme .eyebrow {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.rgi-personal-theme .eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
}

.rgi-personal-theme .eyebrow span {
  color: var(--muted);
  font-weight: 600;
}

.rgi-personal-theme .eyebrow-light {
  color: #9eb1ff;
}

.rgi-personal-theme .button {
  min-height: 58px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0 24px;
  border: 1px solid currentColor;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.rgi-personal-theme .button:hover {
  transform: translateY(-3px);
}

.rgi-personal-theme .button-blue {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
}

.rgi-personal-theme .button-blue:hover {
  border-color: var(--ink);
  background: var(--ink);
}

.rgi-personal-theme .button-ink {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.rgi-personal-theme .button-ink:hover {
  border-color: var(--blue);
  background: var(--blue);
}

.rgi-personal-theme .button-ivory {
  border-color: var(--paper-bright);
  background: var(--paper-bright);
  color: var(--ink);
}

.rgi-personal-theme .button-ivory:hover {
  border-color: var(--blue-pale);
  background: var(--blue-pale);
}

.rgi-personal-theme .text-action {
  width: fit-content;
  display: inline-flex;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid currentColor;
  padding: 8px 0 7px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.rgi-personal-theme .home-hero {
  position: relative;
  overflow: hidden;
  background: var(--paper);
}

.rgi-personal-theme .home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 49.9%, var(--line) 50%, transparent 50.1%),
    linear-gradient(0deg, transparent 79.9%, rgba(11, 16, 32, 0.06) 80%, transparent 80.1%);
  background-size: 100% 100%, 100% 120px;
  pointer-events: none;
}

.rgi-personal-theme .hero-noise {
  position: absolute;
  width: 660px;
  height: 660px;
  right: -280px;
  top: -220px;
  border: 1px solid rgba(0, 32, 96, 0.25);
  border-radius: 50%;
  box-shadow:
    0 0 0 72px rgba(0, 32, 96, 0.035),
    0 0 0 144px rgba(0, 32, 96, 0.025);
}

.rgi-personal-theme .home-hero-grid {
  position: relative;
  z-index: 1;
  min-height: calc(100svh - 86px);
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(520px, 1.06fr);
  gap: clamp(50px, 6vw, 110px);
  align-items: center;
  padding-block: clamp(60px, 7vw, 110px) 80px;
}

.rgi-personal-theme .hero-copy {
  position: relative;
  z-index: 4;
}

.rgi-personal-theme .hero-copy h1 {
  margin: clamp(32px, 4vw, 62px) 0 0;
  font: 400 clamp(82px, 9.2vw, 156px) / 0.75 var(--serif);
  letter-spacing: -0.075em;
}

.rgi-personal-theme .hero-title {
  margin: clamp(30px, 3vw, 48px) 0 0;
  color: var(--blue);
  font: 700 clamp(24px, 2.35vw, 39px) / 1 var(--display);
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.rgi-personal-theme .hero-deck {
  max-width: 680px;
  margin: 30px 0 0;
  font: 400 clamp(19px, 1.55vw, 25px) / 1.48 var(--serif);
  letter-spacing: -0.018em;
}

.rgi-personal-theme .hero-actions {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.rgi-personal-theme .hero-promise {
  margin: 46px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.rgi-personal-theme .hero-portrait {
  position: relative;
  margin: 0;
  padding: 44px 0 58px 58px;
}

.rgi-personal-theme .hero-image-wrap {
  position: relative;
  z-index: 2;
  aspect-ratio: 1.02;
  overflow: hidden;
  background: var(--ink);
  clip-path: polygon(11% 0, 100% 0, 100% 86%, 84% 100%, 0 100%, 0 12%);
}

.rgi-personal-theme .hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 12% center;
  transform: none;
}

.rgi-personal-theme .image-wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 32, 96, 0.22), transparent 50%);
  mix-blend-mode: screen;
}

.rgi-personal-theme .hero-portrait figcaption {
  position: relative;
  z-index: 4;
  margin-top: 17px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rgi-personal-theme .hero-portrait figcaption span:first-child {
  color: var(--ink);
}

.rgi-personal-theme .hero-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(0, 32, 96, 0.35);
  border-radius: 50%;
}

.rgi-personal-theme .hero-orbit-one {
  width: 210px;
  height: 210px;
  top: 0;
  left: 0;
}

.rgi-personal-theme .hero-orbit-two {
  width: 90px;
  height: 90px;
  right: -16px;
  bottom: 10px;
  background: var(--blue);
  border: 0;
}

.rgi-personal-theme .hero-stamp {
  position: absolute;
  z-index: 5;
  right: -18px;
  top: 22%;
  width: 132px;
  height: 132px;
  display: grid;
  place-content: center;
  gap: 5px;
  border-radius: 50%;
  background: var(--paper-bright);
  box-shadow: 0 14px 40px rgba(11, 16, 32, 0.16);
  text-align: center;
}

.rgi-personal-theme .hero-stamp span {
  color: var(--blue);
  font: 700 35px/1 var(--display);
}

.rgi-personal-theme .hero-stamp small {
  max-width: 84px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.rgi-personal-theme .hero-route-rail {
  position: relative;
  z-index: 5;
  border-top: 1px solid var(--line);
  background: var(--paper-bright);
}

.rgi-personal-theme .hero-route-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.rgi-personal-theme .hero-route-grid a {
  min-height: 106px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 20px 24px;
  border-right: 1px solid var(--line);
  transition: background 200ms ease, color 200ms ease;
}

.rgi-personal-theme .hero-route-grid a:first-child {
  border-left: 1px solid var(--line);
}

.rgi-personal-theme .hero-route-grid a:hover {
  background: var(--blue);
  color: var(--white);
}

.rgi-personal-theme .hero-route-grid span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.rgi-personal-theme .hero-route-grid a:hover span {
  color: var(--blue-pale);
}

.rgi-personal-theme .hero-route-grid strong {
  font: 600 15px/1.12 var(--serif);
}

.rgi-personal-theme .hero-route-grid i {
  font-style: normal;
}

.rgi-personal-theme .engagements {
  background: var(--paper-bright);
}

.rgi-personal-theme .section-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(520px, 1.25fr) minmax(280px, 0.55fr);
  gap: clamp(34px, 5vw, 80px);
  align-items: end;
  margin-bottom: 74px;
}

.rgi-personal-theme .section-heading h2 {
  margin: 0;
  font: 400 clamp(56px, 6vw, 100px) / 0.9 var(--serif);
  letter-spacing: -0.06em;
}

.rgi-personal-theme .section-heading h2 em {
  color: var(--blue);
  font-weight: 400;
}

.rgi-personal-theme .transformation-intro h2 em {
  color: var(--blue-pale);
  font-weight: 400;
}

.rgi-personal-theme .section-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.rgi-personal-theme .engagement-list {
  border-top: 1px solid var(--ink);
}

.rgi-personal-theme .engagement-row {
  min-height: 156px;
  display: grid;
  grid-template-columns: 80px minmax(300px, 0.8fr) minmax(320px, 1fr) 58px;
  gap: clamp(24px, 4vw, 68px);
  align-items: center;
  border-bottom: 1px solid var(--line);
  transition: background 180ms ease, color 180ms ease, padding 180ms ease;
}

.rgi-personal-theme .engagement-row:hover {
  padding-inline: 24px;
  background: var(--ink);
  color: var(--white);
}

.rgi-personal-theme .engagement-number {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.rgi-personal-theme .engagement-row:hover .engagement-number {
  color: var(--blue-pale);
}

.rgi-personal-theme .engagement-row h3 {
  margin: 0;
  font: 500 clamp(28px, 2.8vw, 46px) / 1.05 var(--serif);
  letter-spacing: -0.04em;
}

.rgi-personal-theme .engagement-row p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.rgi-personal-theme .engagement-row:hover p {
  color: rgba(255, 255, 255, 0.68);
}

.rgi-personal-theme .round-arrow {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.rgi-personal-theme .transformation-track {
  --transform-progress: 0;
  position: relative;
  height: 360vh;
  background: var(--ink);
  color: var(--white);
}

.rgi-personal-theme .transformation-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 720px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 78% 48%, rgba(0, 32, 96, 0.42), transparent 34%),
    var(--ink);
}

.rgi-personal-theme .transformation-sticky::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 49.9%, rgba(255, 255, 255, 0.11) 50%, transparent 50.1%);
}

.rgi-personal-theme .transformation-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(420px, 0.8fr) minmax(520px, 1.2fr);
  gap: clamp(60px, 8vw, 140px);
  align-items: center;
}

.rgi-personal-theme .transformation-intro h2 {
  margin: 38px 0 30px;
  font: 400 clamp(54px, 5.6vw, 94px) / 0.92 var(--serif);
  letter-spacing: -0.06em;
}

.rgi-personal-theme .transformation-intro p:not(.eyebrow) {
  max-width: 590px;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 17px;
  line-height: 1.7;
}

.rgi-personal-theme .scene-dots {
  margin-top: 48px;
  display: flex;
  gap: 8px;
}

.rgi-personal-theme .scene-dots span {
  width: 54px;
  padding-top: 12px;
  border-top: 2px solid rgba(255, 255, 255, 0.23);
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
  transition: border 240ms ease, color 240ms ease;
}

.rgi-personal-theme .transformation-track[data-scene="0"] .scene-dots span:nth-child(1),
.rgi-personal-theme .transformation-track[data-scene="1"] .scene-dots span:nth-child(2),
.rgi-personal-theme .transformation-track[data-scene="2"] .scene-dots span:nth-child(3),
.rgi-personal-theme .transformation-track[data-scene="3"] .scene-dots span:nth-child(4) {
  border-color: var(--blue-pale);
  color: var(--white);
}

.rgi-personal-theme .transformation-stage {
  position: relative;
  min-height: 520px;
}

.rgi-personal-theme .transformation-scene {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateX(90px) rotate(2deg);
  transition:
    opacity 500ms ease,
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.rgi-personal-theme .transformation-track[data-scene="0"] .scene-0,
.rgi-personal-theme .transformation-track[data-scene="1"] .scene-1,
.rgi-personal-theme .transformation-track[data-scene="2"] .scene-2,
.rgi-personal-theme .transformation-track[data-scene="3"] .scene-3 {
  opacity: 1;
  transform: translateX(0) rotate(0);
}

.rgi-personal-theme .scene-index {
  margin-bottom: 50px;
  color: var(--blue-pale);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rgi-personal-theme .scene-language > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.44);
  font: 400 clamp(38px, 4vw, 70px) / 1 var(--serif);
  letter-spacing: -0.045em;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.rgi-personal-theme .scene-language > span {
  display: block;
  margin: 23px 0;
  color: var(--copper);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.rgi-personal-theme .scene-language h3 {
  margin: 0;
  color: var(--white);
  font: 400 clamp(58px, 6vw, 108px) / 0.87 var(--serif);
  letter-spacing: -0.065em;
}

.rgi-personal-theme .scene-copy {
  max-width: 560px;
  margin: 42px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.65;
}

.rgi-personal-theme .transformation-word {
  position: absolute;
  right: -4vw;
  bottom: -0.18em;
  color: rgba(255, 255, 255, 0.035);
  font: 900 clamp(150px, 24vw, 420px) / 0.8 var(--display);
  letter-spacing: -0.08em;
  transform: translateX(calc(var(--transform-progress) * -14vw));
  white-space: nowrap;
}

.rgi-personal-theme .proof-chapter {
  padding-block: 108px 40px;
  background: var(--blue);
  color: var(--white);
}

.rgi-personal-theme .proof-heading {
  display: grid;
  grid-template-columns: 0.38fr 1.62fr;
  gap: 54px;
  align-items: end;
  margin-bottom: 68px;
}

.rgi-personal-theme .proof-heading h2 {
  max-width: 1060px;
  margin: 0;
  font: 400 clamp(52px, 6vw, 96px) / 0.93 var(--serif);
  letter-spacing: -0.06em;
}

.rgi-personal-theme .proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.rgi-personal-theme .proof-grid article {
  min-height: 340px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line-light);
}

.rgi-personal-theme .proof-grid article:first-child {
  border-left: 1px solid var(--line-light);
}

.rgi-personal-theme .proof-grid article > span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-weight: 800;
}

.rgi-personal-theme .proof-grid strong {
  margin-top: auto;
  font: 400 clamp(64px, 6.4vw, 110px) / 0.84 var(--serif);
  letter-spacing: -0.07em;
}

.rgi-personal-theme .proof-grid h3 {
  margin: 20px 0 12px;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rgi-personal-theme .proof-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.55;
}

.rgi-personal-theme .proof-note {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 15px;
  line-height: 1.6;
  text-align: right;
}

.rgi-personal-theme .courses-chapter {
  background: var(--paper);
}

.rgi-personal-theme .courses-layout {
  display: grid;
  grid-template-columns: minmax(520px, 1.15fr) minmax(450px, 0.85fr);
  gap: clamp(60px, 8vw, 138px);
  align-items: center;
}

.rgi-personal-theme .chapter-photo {
  position: relative;
}

.rgi-personal-theme .wide-photo {
  min-height: 720px;
}

.rgi-personal-theme .wide-photo::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 46px -24px -24px 46px;
  border: 1px solid var(--blue);
}

.rgi-personal-theme .wide-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 720px;
  object-fit: cover;
  object-position: 68% center;
}

.rgi-personal-theme .wide-photo > span {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 22px;
  padding: 10px 12px;
  background: var(--paper-bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rgi-personal-theme .courses-copy h2,
.rgi-personal-theme .recognition-layout h2,
.rgi-personal-theme .about-layout h2,
.rgi-personal-theme .social-heading h2,
.rgi-personal-theme .notes-layout h2 {
  margin: 34px 0 28px;
  font: 400 clamp(52px, 5.4vw, 90px) / 0.93 var(--serif);
  letter-spacing: -0.06em;
}

.rgi-personal-theme .chapter-lead {
  margin: 0;
  font: 400 clamp(20px, 1.75vw, 28px) / 1.45 var(--serif);
  letter-spacing: -0.02em;
}

.rgi-personal-theme .courses-support {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.rgi-personal-theme .lined-list {
  margin: 40px 0 0;
  padding: 0;
  border-top: 1px solid var(--ink);
  list-style: none;
}

.rgi-personal-theme .lined-list li {
  min-height: 68px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.rgi-personal-theme .lined-list li::before {
  content: "+";
  margin-right: 18px;
  color: var(--blue);
  font-size: 20px;
}

.rgi-personal-theme .courses-topic-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-left: 1px solid var(--line);
}

.rgi-personal-theme .courses-topic-list li {
  min-height: 76px;
  padding: 14px 18px;
  border-right: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.45;
}

.rgi-personal-theme .chapter-actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.rgi-personal-theme .enterprise-chapter {
  background: var(--ink);
  color: var(--white);
}

.rgi-personal-theme .enterprise-heading {
  display: grid;
  grid-template-columns: 0.48fr 1fr 0.55fr;
  gap: clamp(36px, 5vw, 84px);
  align-items: end;
  margin-bottom: 72px;
}

.rgi-personal-theme .enterprise-heading h2 {
  margin: 0;
  font: 400 clamp(54px, 5.8vw, 96px) / 0.92 var(--serif);
  letter-spacing: -0.06em;
}

.rgi-personal-theme .enterprise-heading > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.7;
}

.rgi-personal-theme .enterprise-mosaic {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: repeat(2, minmax(310px, auto));
  gap: 1px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.rgi-personal-theme .enterprise-feature {
  position: relative;
  grid-row: 1 / 3;
  min-height: 720px;
  overflow: hidden;
  background: var(--ink);
}

.rgi-personal-theme .enterprise-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(11, 16, 32, 0.96), rgba(11, 16, 32, 0.08) 70%);
}

.rgi-personal-theme .enterprise-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rgi-personal-theme .enterprise-feature > div {
  position: absolute;
  z-index: 2;
  right: 42px;
  bottom: 42px;
  left: 42px;
}

.rgi-personal-theme .enterprise-feature span,
.rgi-personal-theme .enterprise-card > span {
  color: var(--blue-pale);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rgi-personal-theme .enterprise-feature h3,
.rgi-personal-theme .enterprise-card h3 {
  margin: 20px 0 16px;
  font: 400 clamp(35px, 3.5vw, 58px) / 0.98 var(--serif);
  letter-spacing: -0.045em;
}

.rgi-personal-theme .enterprise-feature p,
.rgi-personal-theme .enterprise-card p {
  max-width: 630px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.65;
}

.rgi-personal-theme .enterprise-feature a,
.rgi-personal-theme .enterprise-card a {
  border-bottom: 1px solid currentColor;
  padding-bottom: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.rgi-personal-theme .enterprise-card {
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.rgi-personal-theme .enterprise-card-blue {
  background: var(--blue);
}

.rgi-personal-theme .enterprise-card-ivory {
  background: var(--paper-bright);
  color: var(--ink);
}

.rgi-personal-theme .enterprise-card-ivory > span {
  color: var(--blue);
}

.rgi-personal-theme .enterprise-card-ivory p {
  color: var(--muted);
}

.rgi-personal-theme .podcast-chapter {
  overflow: hidden;
  padding-block: clamp(110px, 11vw, 184px);
  background: var(--blue);
  color: var(--white);
}

.rgi-personal-theme .podcast-grid {
  display: grid;
  grid-template-columns: minmax(450px, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(60px, 8vw, 140px);
  align-items: center;
}

.rgi-personal-theme .podcast-copy h2 {
  margin: 58px 0 18px;
  font: 400 clamp(62px, 6.8vw, 112px) / 0.86 var(--serif);
  letter-spacing: -0.07em;
}

.rgi-personal-theme .podcast-subtitle {
  color: var(--blue-pale);
  font: 400 24px/1.35 var(--serif);
}

.rgi-personal-theme .podcast-copy > p:not(.eyebrow):not(.podcast-subtitle) {
  max-width: 660px;
  margin: 30px 0 36px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.75;
}

.rgi-personal-theme .podcast-copy small {
  max-width: 560px;
  display: block;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  line-height: 1.55;
}

.rgi-personal-theme .podcast-photo {
  position: relative;
  min-height: 780px;
  margin: 0;
}

.rgi-personal-theme .podcast-photo > img {
  width: min(78%, 640px);
  height: 780px;
  margin-left: auto;
  object-fit: cover;
  object-position: center 24%;
  clip-path: polygon(0 7%, 90% 0, 100% 92%, 12% 100%);
}

.rgi-personal-theme .podcast-logo-card {
  position: absolute;
  left: 18px;
  bottom: 36px;
	width: min(38%, 286px);
  overflow: hidden;
  padding: 0;
  border: 8px solid var(--paper-bright);
  background: var(--paper-bright);
  transform: none;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.rgi-personal-theme .podcast-logo-card img {
	display: block;
	width: 100%;
	height: auto;
}

.rgi-personal-theme .recognition-chapter {
  background: var(--paper-bright);
}

.rgi-personal-theme .recognition-layout {
  display: grid;
  grid-template-columns: minmax(430px, 0.75fr) minmax(620px, 1.25fr);
  gap: clamp(60px, 9vw, 150px);
}

.rgi-personal-theme .recognition-layout header > p:last-child {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.rgi-personal-theme .credential-list {
  border-top: 1px solid var(--ink);
}

.rgi-personal-theme .credential-list > a {
  min-height: 196px;
  display: grid;
  grid-template-columns: 54px 1fr 42px;
  gap: 30px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  transition: background 180ms ease, padding 180ms ease;
}

.rgi-personal-theme .credential-list > a:hover {
  padding-inline: 22px;
  background: var(--paper-deep);
}

.rgi-personal-theme .credential-list > a > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.rgi-personal-theme .credential-list h3 {
  margin: 0 0 12px;
  font: 500 clamp(27px, 2.3vw, 40px) / 1 var(--serif);
  letter-spacing: -0.035em;
}

.rgi-personal-theme .credential-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.rgi-personal-theme .credential-list i {
  font-style: normal;
  font-size: 22px;
}

.rgi-personal-theme .about-chapter {
  background: var(--paper-deep);
}

.rgi-personal-theme .about-layout {
  display: grid;
  grid-template-columns: minmax(520px, 1.08fr) minmax(430px, 0.92fr);
  gap: clamp(60px, 8vw, 138px);
  align-items: center;
}

.rgi-personal-theme .about-layout figure {
  margin: 0;
}

.rgi-personal-theme .about-layout figure img {
  width: 100%;
  min-height: 690px;
  object-fit: cover;
  object-position: 46% center;
}

.rgi-personal-theme .about-layout figcaption {
  padding: 16px 0;
  border-bottom: 1px solid var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rgi-personal-theme .about-layout > div > p:not(.eyebrow):not(.chapter-lead) {
  margin: 28px 0 36px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.rgi-personal-theme .social-chapter {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.rgi-personal-theme .social-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0.13;
}

.rgi-personal-theme .social-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--ink) 8%, rgba(11, 16, 32, 0.4), var(--ink) 92%);
}

.rgi-personal-theme .social-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.1);
}

.rgi-personal-theme .social-shell {
  position: relative;
  z-index: 2;
}

.rgi-personal-theme .social-heading {
  max-width: 1120px;
  margin-bottom: 90px;
}

.rgi-personal-theme .social-heading h2 {
  color: var(--white);
}

.rgi-personal-theme .social-heading > p:last-child {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
  line-height: 1.7;
}

.rgi-personal-theme .social-groups {
  display: grid;
  gap: 72px;
}

.rgi-personal-theme .social-group {
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1.68fr);
  gap: clamp(38px, 6vw, 96px);
}

.rgi-personal-theme .social-group > header {
  border-top: 1px solid rgba(255, 255, 255, 0.44);
  padding-top: 18px;
}

.rgi-personal-theme .social-group > header span {
  color: var(--blue-pale);
  font-size: 11px;
  font-weight: 800;
}

.rgi-personal-theme .social-group > header h3 {
  margin: 22px 0 0;
  font: 400 31px/1.05 var(--serif);
  letter-spacing: -0.03em;
}

.rgi-personal-theme .social-link-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.rgi-personal-theme .social-link-list > a {
  min-height: 178px;
  display: grid;
  grid-template-columns: 52px 1fr 28px;
  gap: 24px;
  align-items: start;
  padding: 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  transition: background 180ms ease, color 180ms ease;
}

.rgi-personal-theme .social-link-list > a:hover {
  background: var(--blue);
}

.rgi-personal-theme .social-mark {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.rgi-personal-theme .social-link-list small {
  display: block;
  color: var(--blue-pale);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.rgi-personal-theme .social-link-list strong {
  display: block;
  margin-top: 10px;
  font: 500 23px/1.1 var(--serif);
}

.rgi-personal-theme .social-link-list p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 15px;
  line-height: 1.55;
}

.rgi-personal-theme .social-link-list i {
  font-style: normal;
}

.rgi-personal-theme .field-notes {
  background: var(--paper-bright);
}

.rgi-personal-theme .notes-layout {
  display: grid;
  grid-template-columns: minmax(430px, 0.72fr) minmax(620px, 1.28fr);
  gap: clamp(60px, 9vw, 150px);
}

.rgi-personal-theme .notes-layout header > p:not(.eyebrow) {
  max-width: 610px;
  margin: 0 0 36px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.rgi-personal-theme .notes-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.rgi-personal-theme .home-latest-notes {
  background: var(--paper-deep);
}

.rgi-personal-theme .latest-notes-layout > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  gap: 24px clamp(48px, 8vw, 130px);
  align-items: end;
  margin-bottom: 58px;
}

.rgi-personal-theme .latest-notes-layout > header .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

.rgi-personal-theme .latest-notes-layout > header h2 {
  max-width: 850px;
  margin: 0;
  font: 400 clamp(58px, 6vw, 100px) / 0.9 var(--serif);
  letter-spacing: -0.065em;
}

.rgi-personal-theme .latest-notes-layout > header > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.rgi-personal-theme .latest-notes-layout > header .button {
  grid-column: 2;
  justify-self: start;
}

.rgi-personal-theme .latest-note-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.rgi-personal-theme .latest-note-grid .notes-empty {
  grid-column: 1 / -1;
}

.rgi-personal-theme .note-card {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3.2vw, 46px);
  background: var(--paper-bright);
  color: var(--ink);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.rgi-personal-theme .note-card:hover,
.rgi-personal-theme .note-card:focus-visible {
  background: var(--blue);
  color: var(--white);
  transform: translateY(-4px);
}

.rgi-personal-theme .note-card > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.rgi-personal-theme .note-card:hover > span,
.rgi-personal-theme .note-card:focus-visible > span {
  color: var(--blue-pale);
}

.rgi-personal-theme .note-card h3 {
  margin: auto 0 20px;
  font: 500 clamp(31px, 3vw, 48px) / 0.98 var(--serif);
  letter-spacing: -0.045em;
}

.rgi-personal-theme .note-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.rgi-personal-theme .note-card:hover p,
.rgi-personal-theme .note-card:focus-visible p {
  color: rgba(255, 255, 255, 0.7);
}

.rgi-personal-theme .note-card i {
  position: absolute;
  top: 28px;
  right: 28px;
  font-style: normal;
}

.rgi-personal-theme .story-card {
  position: relative;
  min-height: 470px;
  display: grid;
  grid-template-rows: 210px 1fr;
  overflow: hidden;
  background: var(--paper-bright);
  transition: background 220ms ease, color 220ms ease;
}

.rgi-personal-theme .story-card-image {
  overflow: hidden;
}

.rgi-personal-theme .story-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rgi-personal-theme .story-card:hover {
  background: var(--blue);
  color: var(--white);
}

.rgi-personal-theme .story-card:hover .story-card-image img {
  transform: scale(1.04);
}

.rgi-personal-theme .story-card-copy {
  padding: 28px 58px 32px 26px;
}

.rgi-personal-theme .story-card span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.rgi-personal-theme .story-card:hover span,
.rgi-personal-theme .story-card:hover p {
  color: rgba(255, 255, 255, 0.68);
}

.rgi-personal-theme .story-card h3 {
  margin: 18px 0 12px;
  font: 500 clamp(26px, 2.2vw, 38px) / 1.02 var(--serif);
  letter-spacing: -0.04em;
}

.rgi-personal-theme .story-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.rgi-personal-theme .story-card i {
  position: absolute;
  right: 26px;
  bottom: 28px;
  font-style: normal;
  font-size: 24px;
}

.rgi-personal-theme .closing-portrait {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: var(--ink);
  color: var(--white);
}

.rgi-personal-theme .closing-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 16, 32, 0.97) 4%, rgba(11, 16, 32, 0.76) 42%, transparent 72%);
}

.rgi-personal-theme .closing-portrait > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rgi-personal-theme .closing-copy {
  position: relative;
  z-index: 2;
}

.rgi-personal-theme .closing-copy h2 {
  max-width: 850px;
  margin: 42px 0 26px;
  font: 400 clamp(68px, 7.4vw, 126px) / 0.85 var(--serif);
  letter-spacing: -0.07em;
}

.rgi-personal-theme .closing-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 0 0 38px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.7;
}

.rgi-personal-theme .site-footer {
  padding-top: 110px;
  background: var(--blue);
  color: var(--white);
}

.rgi-personal-theme .footer-lead {
  padding-bottom: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.rgi-personal-theme .footer-lead-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: 1.25fr 0.55fr;
  gap: 80px;
  align-items: end;
}

.rgi-personal-theme .footer-lead h2 {
  margin: 0;
  font: 400 clamp(68px, 7.8vw, 132px) / 0.83 var(--serif);
  letter-spacing: -0.075em;
}

.rgi-personal-theme .footer-lead h2 em {
  color: var(--white);
}

.rgi-personal-theme .footer-lead-grid > div > p {
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.7;
}

.rgi-personal-theme .footer-map {
  padding-block: 46px;
  display: grid;
  grid-template-columns: 1fr 1fr 0.65fr;
  gap: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.rgi-personal-theme .footer-map > div {
  display: grid;
  align-content: start;
  gap: 7px;
}

.rgi-personal-theme .footer-map > div strong {
  margin-bottom: 8px;
  font: 500 31px/1 var(--serif);
}

.rgi-personal-theme .footer-map > div span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.rgi-personal-theme .footer-map nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 24px;
  align-content: start;
}

.rgi-personal-theme .footer-map nav:last-child {
  grid-template-columns: 1fr;
}

.rgi-personal-theme .footer-map nav a {
  font-size: 14px;
  font-weight: 700;
}

.rgi-personal-theme .footer-map nav a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.rgi-personal-theme .footer-base {
  min-height: 92px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rgi-personal-theme .footer-base > div {
  display: flex;
  gap: 24px;
}

.rgi-personal-theme .interior-main,
.rgi-personal-theme .field-page,
.rgi-personal-theme .contact-page {
  background: var(--paper);
}

.rgi-personal-theme .interior-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(80px, 8vw, 138px);
  background:
    radial-gradient(circle at 75% 45%, rgba(0, 32, 96, 0.44), transparent 32%),
    var(--ink);
  color: var(--white);
}

.rgi-personal-theme .interior-hero::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  top: -310px;
  left: -240px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  box-shadow: 0 0 0 64px rgba(255, 255, 255, 0.025), 0 0 0 128px rgba(255, 255, 255, 0.02);
}

.rgi-personal-theme .interior-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(480px, 1fr) minmax(430px, 0.82fr);
  gap: clamp(60px, 8vw, 140px);
  align-items: center;
}

.rgi-personal-theme .interior-hero-copy h1 {
  margin: 42px 0 30px;
  font: 400 clamp(66px, 7.5vw, 128px) / 0.84 var(--serif);
  letter-spacing: -0.07em;
}

.rgi-personal-theme .interior-corporate-training .interior-hero-copy h1,
.rgi-personal-theme .interior-private-ai-coaching .interior-hero-copy h1 {
  font-size: clamp(60px, 5.4vw, 92px);
  line-height: 0.91;
}

.rgi-personal-theme .interior-courses .interior-hero-copy h1,
.rgi-personal-theme .interior-keynote-speaking .interior-hero-copy h1,
.rgi-personal-theme .interior-podcasts-media .interior-hero-copy h1,
.rgi-personal-theme .interior-channels .interior-hero-copy h1 {
  font-size: clamp(62px, 6vw, 104px);
  line-height: 0.89;
}

.rgi-personal-theme .interior-hero-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font: 400 clamp(19px, 1.6vw, 25px) / 1.55 var(--serif);
}

.rgi-personal-theme .interior-hero-copy .text-action {
  color: var(--white);
}

.rgi-personal-theme .interior-hero-copy > small {
  max-width: 640px;
  display: block;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  line-height: 1.6;
}

.rgi-personal-theme .interior-hero figure {
  position: relative;
  margin: 0;
}

.rgi-personal-theme .interior-hero figure::before {
  content: "";
  position: absolute;
  inset: 30px -26px -26px 30px;
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.rgi-personal-theme .interior-hero figure img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: clamp(570px, 48vw, 780px);
  object-fit: cover;
  object-position: center;
  clip-path: polygon(0 0, 91% 0, 100% 9%, 100% 100%, 9% 100%, 0 91%);
}

.rgi-personal-theme .interior-hero figure figcaption {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rgi-personal-theme .interior-statement {
  background: var(--paper-bright);
}

.rgi-personal-theme .interior-statement-grid {
  display: grid;
  grid-template-columns: 0.38fr 1.15fr 0.58fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}

.rgi-personal-theme .interior-statement h2 {
  margin: 0;
  font: 400 clamp(56px, 6vw, 100px) / 0.91 var(--serif);
  letter-spacing: -0.065em;
}

.rgi-personal-theme .interior-statement > div > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.rgi-personal-theme .interior-chapters {
  background: var(--paper-deep);
}

.rgi-personal-theme .interior-chapter-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.rgi-personal-theme .interior-chapter-grid article {
  min-height: 540px;
  padding: clamp(34px, 4vw, 64px);
  display: flex;
  flex-direction: column;
  background: var(--paper-bright);
}

.rgi-personal-theme .interior-chapter-grid article:nth-child(2),
.rgi-personal-theme .interior-chapter-grid article:nth-child(3) {
  background: var(--ink);
  color: var(--white);
}

.rgi-personal-theme .interior-chapter-grid article > span {
  margin-bottom: auto;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.rgi-personal-theme .interior-chapter-grid article:nth-child(2) > span,
.rgi-personal-theme .interior-chapter-grid article:nth-child(3) > span {
  color: var(--blue-pale);
}

.rgi-personal-theme .interior-chapter-grid .eyebrow {
  margin-top: 70px;
}

.rgi-personal-theme .interior-chapter-grid h2 {
  margin: 30px 0 22px;
  font: 400 clamp(40px, 4.3vw, 72px) / 0.94 var(--serif);
  letter-spacing: -0.055em;
}

.rgi-personal-theme .interior-chapter-grid article > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

.rgi-personal-theme .interior-chapter-grid article:nth-child(2) > p:not(.eyebrow),
.rgi-personal-theme .interior-chapter-grid article:nth-child(3) > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.65);
}

.rgi-personal-theme .interior-chapter-grid ul {
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid currentColor;
  list-style: none;
}

.rgi-personal-theme .interior-chapter-grid li {
  min-height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.rgi-personal-theme .interior-chapter-grid li::before {
  content: "+";
  margin-right: 14px;
  color: var(--blue);
}

.rgi-personal-theme .interior-close {
  padding-block: clamp(100px, 10vw, 170px);
  background: var(--blue);
  color: var(--white);
}

.rgi-personal-theme .interior-close-grid {
  display: grid;
  grid-template-columns: 0.35fr 1.15fr 0.55fr;
  gap: clamp(38px, 6vw, 96px);
  align-items: end;
}

.rgi-personal-theme .interior-close h2 {
  margin: 0;
  font: 400 clamp(58px, 6.3vw, 104px) / 0.89 var(--serif);
  letter-spacing: -0.065em;
}

.rgi-personal-theme .interior-close-grid > div > p {
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.7;
}

.rgi-personal-theme .field-hero {
  padding-block: clamp(90px, 9vw, 150px);
  background: var(--ink);
  color: var(--white);
}

.rgi-personal-theme .field-hero-grid {
  display: grid;
  grid-template-columns: minmax(460px, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(60px, 8vw, 130px);
  align-items: center;
}

.rgi-personal-theme .field-hero h1 {
  margin: 42px 0 30px;
  font: 400 clamp(68px, 7vw, 118px) / 0.85 var(--serif);
  letter-spacing: -0.07em;
}

.rgi-personal-theme .field-hero div > p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.72;
}

.rgi-personal-theme .field-hero figure {
  margin: 0;
}

.rgi-personal-theme .field-hero figure img {
  width: 100%;
  height: clamp(650px, 52vw, 820px);
  min-height: 650px;
  object-fit: cover;
  object-position: center 22%;
}

.rgi-personal-theme .field-hero figcaption {
  padding-top: 14px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rgi-personal-theme .field-lanes {
  background: var(--paper-bright);
}

.rgi-personal-theme .field-lanes-head {
  display: grid;
  grid-template-columns: 0.35fr 1fr 0.55fr;
  gap: clamp(36px, 6vw, 92px);
  align-items: end;
  margin-bottom: 72px;
}

.rgi-personal-theme .field-lanes-head h2,
.rgi-personal-theme .contact-routes h2 {
  margin: 0;
  font: 400 clamp(56px, 6vw, 100px) / 0.9 var(--serif);
  letter-spacing: -0.065em;
}

.rgi-personal-theme .field-lanes-head > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.rgi-personal-theme .field-lane-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.rgi-personal-theme .field-lane-grid article {
  min-height: 360px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  transition: background 180ms ease, color 180ms ease;
}

.rgi-personal-theme .field-lane-grid article:hover {
  background: var(--blue);
  color: var(--white);
}

.rgi-personal-theme .field-lane-grid article > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.rgi-personal-theme .field-lane-grid article:hover > span {
  color: var(--blue-pale);
}

.rgi-personal-theme .field-lane-grid small {
  margin-top: auto;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.rgi-personal-theme .field-lane-grid h3 {
  margin: 22px 0 16px;
  font: 500 clamp(34px, 3.4vw, 56px) / 0.98 var(--serif);
  letter-spacing: -0.045em;
}

.rgi-personal-theme .field-lane-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.rgi-personal-theme .field-lane-grid article:hover p {
  color: rgba(255, 255, 255, 0.68);
}

.rgi-personal-theme .field-lane-grid article:last-child:nth-child(odd) {
  min-height: 300px;
  grid-column: 1 / -1;
}

.rgi-personal-theme .field-lane-grid article:last-child:nth-child(odd) p {
  max-width: 760px;
}

.rgi-personal-theme .field-feature {
  padding-block: clamp(100px, 10vw, 170px);
  background: var(--blue);
  color: var(--white);
}

.rgi-personal-theme .field-feature-grid {
  display: grid;
  grid-template-columns: minmax(430px, 0.75fr) minmax(520px, 1.25fr);
  gap: clamp(60px, 8vw, 138px);
  align-items: center;
}

.rgi-personal-theme .field-feature-brand {
  margin: 0;
}

.rgi-personal-theme .field-feature-brand > div {
  position: relative;
  display: grid;
  place-items: center;
  padding: clamp(28px, 5vw, 76px);
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: var(--ink);
  box-shadow: 22px 22px 0 rgba(255, 255, 255, 0.08);
}

.rgi-personal-theme .field-feature-brand > div::before {
  content: "M3";
  position: absolute;
  top: 18px;
  left: 20px;
  color: var(--blue-pale);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.rgi-personal-theme .field-feature-brand img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.rgi-personal-theme .field-feature-brand figcaption {
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rgi-personal-theme .field-feature h2 {
  margin: 38px 0 28px;
  font: 400 clamp(60px, 6.7vw, 110px) / 0.86 var(--serif);
  letter-spacing: -0.07em;
}

.rgi-personal-theme .field-feature div > p:not(.eyebrow) {
  max-width: 670px;
  margin: 0 0 36px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 16px;
  line-height: 1.72;
}

.rgi-personal-theme .contact-hero {
  padding-block: clamp(90px, 9vw, 150px);
  background: var(--ink);
  color: var(--white);
}

.rgi-personal-theme .contact-grid {
  display: grid;
  grid-template-columns: minmax(480px, 0.9fr) minmax(500px, 1.1fr);
  gap: clamp(60px, 8vw, 140px);
  align-items: center;
}

.rgi-personal-theme .contact-grid h1 {
  margin: 42px 0 28px;
  font: 400 clamp(72px, 7.5vw, 126px) / 0.84 var(--serif);
  letter-spacing: -0.075em;
}

.rgi-personal-theme .contact-grid div > p:not(.eyebrow) {
  max-width: 670px;
  margin: 0 0 36px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.7;
}

.rgi-personal-theme .contact-grid small {
  max-width: 620px;
  display: block;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 14px;
  line-height: 1.6;
}

.rgi-personal-theme .contact-grid > img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center top;
}

.rgi-personal-theme .contact-routes {
  background: var(--paper-bright);
}

.rgi-personal-theme .contact-routes header {
  display: grid;
  grid-template-columns: 0.4fr 1.6fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 70px;
}

.rgi-personal-theme .contact-route-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.rgi-personal-theme .contact-route-grid > a {
  position: relative;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  transition: background 180ms ease, color 180ms ease;
}

.rgi-personal-theme .contact-route-grid > a:hover {
  background: var(--blue);
  color: var(--white);
}

.rgi-personal-theme .contact-route-grid span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.rgi-personal-theme .contact-route-grid > a:hover span {
  color: var(--blue-pale);
}

.rgi-personal-theme .contact-route-grid h3 {
  margin: auto 0 16px;
  font: 500 clamp(36px, 3.8vw, 60px) / 0.96 var(--serif);
  letter-spacing: -0.05em;
}

.rgi-personal-theme .contact-route-grid p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.rgi-personal-theme .contact-route-grid > a:hover p {
  color: rgba(255, 255, 255, 0.68);
}

.rgi-personal-theme .contact-route-grid i {
  position: absolute;
  top: 32px;
  right: 32px;
  font-style: normal;
  font-size: 24px;
}

.rgi-personal-theme .legal-page {
  min-height: 70vh;
  padding-block: clamp(100px, 10vw, 170px);
  background: var(--paper-bright);
}

.rgi-personal-theme .legal-page article {
  max-width: 980px;
}

.rgi-personal-theme .legal-page h1 {
  margin: 42px 0 30px;
  font: 400 clamp(68px, 7vw, 118px) / 0.86 var(--serif);
  letter-spacing: -0.07em;
}

.rgi-personal-theme .legal-page h2 {
  margin: 54px 0 18px;
  font: 500 34px/1 var(--serif);
  letter-spacing: -0.035em;
}

.rgi-personal-theme .legal-page p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.rgi-personal-theme .legal-page .legal-status {
  padding: 22px;
  border-left: 4px solid var(--copper);
  background: var(--paper-deep);
  color: var(--ink);
}

.rgi-personal-theme .not-found-page {
  min-height: 72vh;
  display: grid;
  align-items: center;
  padding-block: 110px;
  background: var(--ink);
  color: var(--white);
}

.rgi-personal-theme .not-found-page div > span {
  color: var(--blue-pale);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.rgi-personal-theme .not-found-page h1 {
  max-width: 1000px;
  margin: 32px 0 24px;
  font: 400 clamp(68px, 8vw, 132px) / 0.84 var(--serif);
  letter-spacing: -0.075em;
}

.rgi-personal-theme .not-found-page p {
  max-width: 620px;
  margin: 0 0 36px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 17px;
  line-height: 1.7;
}

@media (max-width: 1260px) {
  .rgi-personal-theme .shell {
    width: min(100% - 48px, 1180px);
  }

  .rgi-personal-theme .desktop-nav {
    gap: 13px;
  }

  .rgi-personal-theme .desktop-nav a {
    font-size: 13px;
  }

  .rgi-personal-theme .home-hero-grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
    gap: 42px;
  }

  .rgi-personal-theme .hero-copy h1 {
    font-size: clamp(80px, 9vw, 114px);
  }

  .rgi-personal-theme .hero-route-grid a {
    padding-inline: 16px;
  }

  .rgi-personal-theme .hero-route-grid strong {
    font-size: 15px;
  }

  .rgi-personal-theme .engagement-row {
    grid-template-columns: 58px minmax(270px, 0.82fr) minmax(280px, 1fr) 52px;
    gap: 30px;
  }

  .rgi-personal-theme .transformation-grid,
  .rgi-personal-theme .podcast-grid {
    gap: 60px;
  }

  .rgi-personal-theme .courses-layout,
  .rgi-personal-theme .about-layout {
    gap: 70px;
  }

  .rgi-personal-theme .social-group {
    grid-template-columns: 210px 1fr;
    gap: 40px;
  }
}

@media (max-width: 1160px) {
  .rgi-personal-theme .header-grid {
    grid-template-columns: 1fr auto;
  }

  .rgi-personal-theme .desktop-nav,
  .rgi-personal-theme .header-cta {
    display: none;
  }

  .rgi-personal-theme .mobile-menu {
    display: block;
  }

  .rgi-personal-theme .mobile-menu summary {
    width: 78px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--ink);
    padding: 0 12px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    list-style: none;
    text-transform: uppercase;
  }

  .rgi-personal-theme .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .rgi-personal-theme .mobile-menu summary i,
  .rgi-personal-theme .mobile-menu summary i::after {
    width: 15px;
    height: 1px;
    display: block;
    background: var(--ink);
  }

  .rgi-personal-theme .mobile-menu summary i::after {
    content: "";
    transform: translateY(5px);
  }

  .rgi-personal-theme .mobile-menu[open] summary i {
    transform: rotate(45deg);
  }

  .rgi-personal-theme .mobile-menu[open] summary i::after {
    transform: rotate(90deg);
  }

  .rgi-personal-theme .mobile-menu nav {
    position: fixed;
    z-index: 95;
    inset: 86px 0 auto;
    max-height: calc(100vh - 86px);
    overflow: auto;
    display: grid;
    background: var(--ink);
    color: var(--white);
    padding: 20px 24px 32px;
  }

  .rgi-personal-theme .mobile-menu nav a {
    min-height: 66px;
    display: flex;
    align-items: center;
    gap: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    font: 400 27px/1 var(--serif);
  }

  .rgi-personal-theme .mobile-menu nav a span {
    color: var(--blue-pale);
    font: 800 10px/1 var(--sans);
  }

  .rgi-personal-theme .mobile-menu nav .mobile-contact {
    min-height: 58px;
    margin-top: 24px;
    justify-content: center;
    border: 0;
    background: var(--blue);
    font: 800 11px/1 var(--sans);
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .rgi-personal-theme .home-hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 88px;
  }

  .rgi-personal-theme .hero-copy h1 {
    font-size: clamp(82px, 15vw, 132px);
  }

  .rgi-personal-theme .hero-portrait {
    max-width: 820px;
    margin-inline: auto;
  }

  .rgi-personal-theme .hero-route-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rgi-personal-theme .section-heading,
  .rgi-personal-theme .enterprise-heading {
    grid-template-columns: 0.35fr 1.15fr;
  }

  .rgi-personal-theme .section-heading > p:last-child,
  .rgi-personal-theme .enterprise-heading > p:last-child {
    grid-column: 2;
  }

  .rgi-personal-theme .engagement-row {
    grid-template-columns: 48px 1fr 52px;
  }

  .rgi-personal-theme .engagement-row p {
    grid-column: 2;
    padding-bottom: 26px;
  }

  .rgi-personal-theme .engagement-row .round-arrow {
    grid-column: 3;
    grid-row: 1 / 3;
  }

  .rgi-personal-theme .transformation-grid {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 38px;
  }

  .rgi-personal-theme .transformation-intro h2 {
    font-size: 54px;
  }

  .rgi-personal-theme .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rgi-personal-theme .courses-layout,
  .rgi-personal-theme .about-layout,
  .rgi-personal-theme .podcast-grid,
  .rgi-personal-theme .recognition-layout,
  .rgi-personal-theme .notes-layout {
    grid-template-columns: 1fr;
  }

  .rgi-personal-theme .wide-photo,
  .rgi-personal-theme .wide-photo img {
    min-height: 560px;
    height: 560px;
  }

  .rgi-personal-theme .courses-copy,
  .rgi-personal-theme .recognition-layout header,
  .rgi-personal-theme .about-layout > div,
  .rgi-personal-theme .notes-layout > header {
    max-width: 820px;
  }

  .rgi-personal-theme .podcast-copy {
    max-width: 850px;
  }

  .rgi-personal-theme .podcast-photo {
    max-width: 820px;
    margin-inline: auto;
  }

  .rgi-personal-theme .social-group {
    grid-template-columns: 1fr;
  }

  .rgi-personal-theme .social-group > header {
    max-width: 480px;
  }

  .rgi-personal-theme .footer-lead-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .rgi-personal-theme .shell {
    width: min(100% - 28px, 680px);
  }

  .rgi-personal-theme .header-grid {
    min-height: 74px;
  }

  .rgi-personal-theme .wordmark-monogram {
    width: 42px;
    height: 42px;
  }

  .rgi-personal-theme .wordmark-copy small {
    display: none;
  }

  .rgi-personal-theme .mobile-menu nav {
    inset: 74px 0 auto;
    max-height: calc(100vh - 74px);
  }

  .rgi-personal-theme .section-pad {
    padding-block: 86px;
  }

  .rgi-personal-theme .home-hero-grid {
    padding-block: 70px 54px;
  }

  .rgi-personal-theme .hero-copy h1 {
    margin-top: 28px;
    font-size: clamp(70px, 23vw, 110px);
    line-height: 0.8;
  }

  .rgi-personal-theme .hero-title {
    font-size: 23px;
    line-height: 1.05;
  }

  .rgi-personal-theme .hero-deck {
    font-size: 19px;
  }

  .rgi-personal-theme .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .rgi-personal-theme .hero-actions .button {
    width: 100%;
  }

  .rgi-personal-theme .hero-portrait {
    padding: 24px 0 42px 20px;
  }

  .rgi-personal-theme .hero-image-wrap {
    aspect-ratio: 0.88;
  }

  .rgi-personal-theme .hero-image-wrap img {
    object-position: 16% center;
  }

  .rgi-personal-theme .hero-stamp {
    right: -6px;
    width: 102px;
    height: 102px;
  }

  .rgi-personal-theme .hero-portrait figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .rgi-personal-theme .hero-route-grid {
    grid-template-columns: 1fr;
  }

  .rgi-personal-theme .hero-route-grid a {
    grid-column: auto;
    min-height: 78px;
  }

  .rgi-personal-theme .courses-topic-list,
  .rgi-personal-theme .notes-list,
  .rgi-personal-theme .latest-note-grid {
    grid-template-columns: 1fr;
  }

  .rgi-personal-theme .latest-notes-layout > header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .rgi-personal-theme .latest-notes-layout > header .eyebrow,
  .rgi-personal-theme .latest-notes-layout > header .button {
    grid-column: auto;
  }

  .rgi-personal-theme .note-card {
    min-height: 320px;
  }

  .rgi-personal-theme .story-card {
    min-height: 430px;
  }

  .rgi-personal-theme .section-heading,
  .rgi-personal-theme .enterprise-heading,
  .rgi-personal-theme .proof-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .rgi-personal-theme .section-heading > p:last-child,
  .rgi-personal-theme .enterprise-heading > p:last-child {
    grid-column: auto;
  }

  .rgi-personal-theme .section-heading h2,
  .rgi-personal-theme .courses-copy h2,
  .rgi-personal-theme .recognition-layout h2,
  .rgi-personal-theme .about-layout h2,
  .rgi-personal-theme .social-heading h2,
  .rgi-personal-theme .notes-layout h2,
  .rgi-personal-theme .proof-heading h2 {
    font-size: clamp(46px, 14vw, 68px);
  }

  .rgi-personal-theme .engagement-row {
    min-height: 0;
    grid-template-columns: 38px 1fr 42px;
    gap: 16px;
    padding-block: 30px;
  }

  .rgi-personal-theme .engagement-row h3 {
    font-size: 29px;
  }

  .rgi-personal-theme .engagement-row:hover {
    padding-inline: 14px;
  }

  .rgi-personal-theme .round-arrow {
    width: 40px;
    height: 40px;
  }

  .rgi-personal-theme .transformation-track {
    height: 320vh;
  }

  .rgi-personal-theme .transformation-sticky {
    min-height: 660px;
  }

  .rgi-personal-theme .transformation-grid {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 24px;
  }

  .rgi-personal-theme .transformation-intro h2 {
    margin-block: 26px 20px;
    font-size: 43px;
  }

  .rgi-personal-theme .transformation-intro p:not(.eyebrow) {
    font-size: 14px;
  }

  .rgi-personal-theme .scene-dots {
    margin-top: 24px;
  }

  .rgi-personal-theme .transformation-stage {
    min-height: 320px;
  }

  .rgi-personal-theme .scene-index {
    margin-bottom: 24px;
  }

  .rgi-personal-theme .scene-language > p {
    font-size: 30px;
  }

  .rgi-personal-theme .scene-language > span {
    margin-block: 14px;
  }

  .rgi-personal-theme .scene-language h3 {
    font-size: clamp(46px, 14vw, 68px);
  }

  .rgi-personal-theme .scene-copy {
    margin-top: 22px;
    font-size: 14px;
  }

  .rgi-personal-theme .proof-chapter {
    padding-top: 84px;
  }

  .rgi-personal-theme .proof-grid {
    grid-template-columns: 1fr;
  }

  .rgi-personal-theme .proof-grid article {
    min-height: 245px;
    border-left: 1px solid var(--line-light);
  }

  .rgi-personal-theme .proof-grid strong {
    font-size: 78px;
  }

  .rgi-personal-theme .proof-note {
    text-align: left;
  }

  .rgi-personal-theme .wide-photo,
  .rgi-personal-theme .wide-photo img {
    min-height: 430px;
    height: 430px;
  }

  .rgi-personal-theme .wide-photo::before {
    inset: 22px -10px -12px 20px;
  }

  .rgi-personal-theme .enterprise-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .rgi-personal-theme .enterprise-feature {
    grid-row: auto;
    min-height: 600px;
  }

  .rgi-personal-theme .enterprise-feature > div {
    right: 26px;
    bottom: 28px;
    left: 26px;
  }

  .rgi-personal-theme .enterprise-card {
    min-height: 360px;
    padding: 28px;
  }

  .rgi-personal-theme .podcast-photo,
  .rgi-personal-theme .podcast-photo > img {
    min-height: 600px;
    height: 600px;
  }

  .rgi-personal-theme .podcast-photo > img {
    width: 84%;
  }

  .rgi-personal-theme .podcast-logo-card {
    width: 32%;
  }

  .rgi-personal-theme .credential-list > a {
    grid-template-columns: 36px 1fr 24px;
    gap: 14px;
    padding-block: 24px;
  }

  .rgi-personal-theme .about-layout figure img {
    min-height: 480px;
  }

  .rgi-personal-theme .social-link-list {
    grid-template-columns: 1fr;
  }

  .rgi-personal-theme .social-link-list > a {
    min-height: 158px;
    grid-template-columns: 46px 1fr 22px;
    padding: 22px;
  }

  .rgi-personal-theme .social-mark {
    width: 44px;
    height: 44px;
  }

  .rgi-personal-theme .closing-portrait {
    min-height: 720px;
  }

  .rgi-personal-theme .closing-portrait::after {
    background: linear-gradient(90deg, rgba(11, 16, 32, 0.95) 0%, rgba(11, 16, 32, 0.72) 100%);
  }

  .rgi-personal-theme .closing-portrait > img {
    object-position: 68% center;
    opacity: 0.65;
  }

  .rgi-personal-theme .closing-copy h2,
  .rgi-personal-theme .footer-lead h2 {
    font-size: clamp(56px, 16vw, 82px);
  }

  .rgi-personal-theme .footer-map {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .rgi-personal-theme .footer-base {
    padding-block: 28px;
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .rgi-personal-theme .wordmark-copy strong {
    font-size: 15px;
  }

  .rgi-personal-theme .hero-copy h1 {
    font-size: 68px;
  }

  .rgi-personal-theme .hero-title {
    font-size: 20px;
  }

  .rgi-personal-theme .hero-promise {
    font-size: 11px;
    line-height: 1.5;
  }

  .rgi-personal-theme .chapter-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .rgi-personal-theme .chapter-actions .button {
    width: 100%;
  }

  .rgi-personal-theme .podcast-copy h2 {
    font-size: 58px;
  }

  .rgi-personal-theme .social-link-list > a {
    grid-template-columns: 40px 1fr 18px;
    gap: 14px;
    padding: 18px;
  }

  .rgi-personal-theme .social-mark {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1160px) {
  .rgi-personal-theme .interior-hero-grid,
  .rgi-personal-theme .field-hero-grid,
  .rgi-personal-theme .field-feature-grid,
  .rgi-personal-theme .contact-grid {
    grid-template-columns: 1fr;
  }

  .rgi-personal-theme .interior-hero-copy,
  .rgi-personal-theme .field-hero-grid > div,
  .rgi-personal-theme .contact-grid > div {
    max-width: 900px;
  }

  .rgi-personal-theme .interior-hero figure,
  .rgi-personal-theme .field-hero figure,
  .rgi-personal-theme .contact-grid > img {
    max-width: 820px;
  }

  .rgi-personal-theme .interior-statement-grid,
  .rgi-personal-theme .interior-close-grid,
  .rgi-personal-theme .field-lanes-head {
    grid-template-columns: 0.35fr 1.15fr;
  }

  .rgi-personal-theme .interior-statement-grid > p:last-child,
  .rgi-personal-theme .interior-close-grid > div,
  .rgi-personal-theme .field-lanes-head > p:last-child {
    grid-column: 2;
  }

  .rgi-personal-theme .field-feature-brand {
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  .rgi-personal-theme .interior-hero,
  .rgi-personal-theme .field-hero,
  .rgi-personal-theme .contact-hero {
    padding-block: 76px;
  }

  .rgi-personal-theme .interior-hero-copy h1,
  .rgi-personal-theme .field-hero h1,
  .rgi-personal-theme .contact-grid h1 {
    font-size: clamp(56px, 16vw, 82px);
  }

  .rgi-personal-theme .interior-hero figure img,
  .rgi-personal-theme .field-hero figure img,
  .rgi-personal-theme .contact-grid > img {
    min-height: 470px;
    height: 470px;
  }

  .rgi-personal-theme .interior-hero figure::before {
    inset: 18px -10px -12px 18px;
  }

  .rgi-personal-theme .interior-statement-grid,
  .rgi-personal-theme .interior-close-grid,
  .rgi-personal-theme .field-lanes-head,
  .rgi-personal-theme .contact-routes header {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .rgi-personal-theme .interior-statement-grid > p:last-child,
  .rgi-personal-theme .interior-close-grid > div,
  .rgi-personal-theme .field-lanes-head > p:last-child {
    grid-column: auto;
  }

  .rgi-personal-theme .interior-statement h2,
  .rgi-personal-theme .interior-close h2,
  .rgi-personal-theme .field-lanes-head h2,
  .rgi-personal-theme .contact-routes h2,
  .rgi-personal-theme .field-feature h2 {
    font-size: clamp(48px, 14vw, 70px);
  }

  .rgi-personal-theme .interior-chapter-grid,
  .rgi-personal-theme .field-lane-grid,
  .rgi-personal-theme .contact-route-grid {
    grid-template-columns: 1fr;
  }

  .rgi-personal-theme .interior-chapter-grid article {
    min-height: 440px;
    padding: 28px;
  }

  .rgi-personal-theme .interior-chapter-grid article:nth-child(3) {
    background: var(--paper-bright);
    color: var(--ink);
  }

  .rgi-personal-theme .interior-chapter-grid article:nth-child(3) > span {
    color: var(--blue);
  }

  .rgi-personal-theme .interior-chapter-grid article:nth-child(3) > p:not(.eyebrow) {
    color: var(--muted);
  }

  .rgi-personal-theme .interior-chapter-grid h2 {
    font-size: 42px;
  }

  .rgi-personal-theme .field-lane-grid article,
  .rgi-personal-theme .contact-route-grid > a {
    min-height: 300px;
    padding: 28px;
  }

  .rgi-personal-theme .field-lane-grid article:last-child:nth-child(odd) {
    min-height: 300px;
    grid-column: auto;
  }

  .rgi-personal-theme .field-feature-brand {
    max-width: 600px;
  }

  .rgi-personal-theme .legal-page h1,
  .rgi-personal-theme .not-found-page h1 {
    font-size: clamp(58px, 17vw, 86px);
  }
}

.rgi-personal-theme .interior-chapter-grid article:nth-child(2) .eyebrow,
.rgi-personal-theme .interior-chapter-grid article:nth-child(3) .eyebrow {
  color: var(--blue-pale);
}

.rgi-personal-theme .interior-chapter-grid article:nth-child(2) li::before,
.rgi-personal-theme .interior-chapter-grid article:nth-child(3) li::before {
  color: var(--blue-pale);
}

.rgi-personal-theme .interior-extra {
  position: relative;
}

.rgi-personal-theme .interior-extra-heading {
  display: grid;
  grid-template-columns: 0.34fr 1.05fr 0.56fr;
  gap: clamp(36px, 6vw, 92px);
  align-items: end;
  margin-bottom: clamp(54px, 7vw, 92px);
}

.rgi-personal-theme .interior-extra-heading h2,
.rgi-personal-theme .keynote-positioning-grid h2,
.rgi-personal-theme .m3-premise-grid h2,
.rgi-personal-theme .m3-guests-grid h2,
.rgi-personal-theme .m3-format-grid h2,
.rgi-personal-theme .corporate-access-grid h2,
.rgi-personal-theme .board-program-grid h2,
.rgi-personal-theme .coaching-authority-grid h2,
.rgi-personal-theme .keynote-authority-grid h2,
.rgi-personal-theme .channels-feature-grid h2 {
  margin: 0;
  font: 400 clamp(52px, 5.5vw, 92px) / 0.91 var(--serif);
  letter-spacing: -0.062em;
}

.rgi-personal-theme .interior-extra-heading > p:last-child,
.rgi-personal-theme .keynote-positioning-grid > div p,
.rgi-personal-theme .m3-premise-grid > div > p:not(.eyebrow),
.rgi-personal-theme .m3-guests-grid > div p,
.rgi-personal-theme .m3-format-grid > div p,
.rgi-personal-theme .corporate-access-grid > div > p,
.rgi-personal-theme .board-program-grid header > p:last-child,
.rgi-personal-theme .coaching-authority-grid > div:nth-child(2) p,
.rgi-personal-theme .channels-feature-grid > div > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.rgi-personal-theme .keynote-positioning-grid > div p + p,
.rgi-personal-theme .m3-premise-grid > div > p + p,
.rgi-personal-theme .m3-guests-grid > div p + p,
.rgi-personal-theme .m3-format-grid > div p + p,
.rgi-personal-theme .corporate-access-grid > div > p + p,
.rgi-personal-theme .coaching-authority-grid > div:nth-child(2) p + p {
  margin-top: 22px;
}

.rgi-personal-theme .corporate-audience,
.rgi-personal-theme .coaching-offers,
.rgi-personal-theme .keynote-positioning,
.rgi-personal-theme .m3-premise,
.rgi-personal-theme .channels-feature {
  background: var(--paper-bright);
}

.rgi-personal-theme .corporate-delivery,
.rgi-personal-theme .coaching-curriculum,
.rgi-personal-theme .keynote-room-story,
.rgi-personal-theme .keynote-topics,
.rgi-personal-theme .m3-lenses {
  background: var(--paper-deep);
}

.rgi-personal-theme .interior-audience-grid,
.rgi-personal-theme .interior-delivery-grid,
.rgi-personal-theme .keynote-format-grid,
.rgi-personal-theme .m3-lens-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.rgi-personal-theme .interior-audience-grid article,
.rgi-personal-theme .interior-delivery-grid article,
.rgi-personal-theme .keynote-format-grid article,
.rgi-personal-theme .m3-lens-grid article {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3vw, 46px);
  background: var(--paper-bright);
}

.rgi-personal-theme .interior-audience-grid article:nth-child(even),
.rgi-personal-theme .interior-delivery-grid article:nth-child(odd),
.rgi-personal-theme .m3-lens-grid article:nth-child(even) {
  background: var(--ink);
  color: var(--white);
}

.rgi-personal-theme .interior-audience-grid article > span,
.rgi-personal-theme .interior-delivery-grid article > span,
.rgi-personal-theme .keynote-format-grid article > span,
.rgi-personal-theme .m3-lens-grid article > span,
.rgi-personal-theme .keynote-topic-grid article > span,
.rgi-personal-theme .coaching-offer-grid article > span,
.rgi-personal-theme .coaching-session-grid li > span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.rgi-personal-theme .interior-audience-grid article:nth-child(even) > span,
.rgi-personal-theme .interior-delivery-grid article:nth-child(odd) > span,
.rgi-personal-theme .m3-lens-grid article:nth-child(even) > span {
  color: var(--blue-pale);
}

.rgi-personal-theme .interior-audience-grid h3,
.rgi-personal-theme .interior-delivery-grid h3,
.rgi-personal-theme .keynote-format-grid h3,
.rgi-personal-theme .m3-lens-grid h3,
.rgi-personal-theme .keynote-topic-grid h3,
.rgi-personal-theme .coaching-offer-grid h3,
.rgi-personal-theme .coaching-session-grid h3 {
  margin: auto 0 20px;
  font: 400 clamp(31px, 2.7vw, 48px) / 0.98 var(--serif);
  letter-spacing: -0.045em;
}

.rgi-personal-theme .interior-audience-grid p,
.rgi-personal-theme .interior-delivery-grid p,
.rgi-personal-theme .keynote-format-grid p,
.rgi-personal-theme .m3-lens-grid p,
.rgi-personal-theme .keynote-topic-grid p,
.rgi-personal-theme .coaching-session-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.rgi-personal-theme .interior-audience-grid article:nth-child(even) p,
.rgi-personal-theme .interior-delivery-grid article:nth-child(odd) p,
.rgi-personal-theme .m3-lens-grid article:nth-child(even) p {
  color: rgba(255, 255, 255, 0.64);
}

.rgi-personal-theme .corporate-access-grid,
.rgi-personal-theme .keynote-positioning-grid,
.rgi-personal-theme .m3-premise-grid,
.rgi-personal-theme .m3-guests-grid,
.rgi-personal-theme .m3-format-grid,
.rgi-personal-theme .board-program-grid,
.rgi-personal-theme .channels-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.78fr);
  gap: clamp(56px, 8vw, 132px);
  align-items: center;
}

.rgi-personal-theme .corporate-access,
.rgi-personal-theme .keynote-formats,
.rgi-personal-theme .m3-guests,
.rgi-personal-theme .board-program {
  background: var(--paper);
}

.rgi-personal-theme .corporate-access-grid > div .eyebrow,
.rgi-personal-theme .m3-premise-grid > div .eyebrow,
.rgi-personal-theme .channels-feature-grid > div .eyebrow,
.rgi-personal-theme .keynote-positioning-grid header .eyebrow,
.rgi-personal-theme .m3-guests-grid header .eyebrow,
.rgi-personal-theme .m3-format-grid > div .eyebrow,
.rgi-personal-theme .board-program-grid header .eyebrow,
.rgi-personal-theme .coaching-authority-grid .eyebrow,
.rgi-personal-theme .keynote-authority-grid .eyebrow {
  margin-bottom: 34px;
}

.rgi-personal-theme .corporate-access-grid h2,
.rgi-personal-theme .m3-premise-grid h2,
.rgi-personal-theme .channels-feature-grid h2 {
  margin-bottom: 32px;
}

.rgi-personal-theme .corporate-room-story {
  background: var(--paper);
}

.rgi-personal-theme .coaching-room-story {
  background: var(--paper-deep);
}

.rgi-personal-theme .documentary-band {
  display: grid;
  grid-template-columns: minmax(360px, 0.62fr) minmax(620px, 1.38fr);
  gap: clamp(54px, 8vw, 132px);
  align-items: center;
}

.rgi-personal-theme .documentary-band--reverse {
  grid-template-columns: minmax(620px, 1.38fr) minmax(360px, 0.62fr);
}

.rgi-personal-theme .documentary-band__copy .eyebrow {
  margin-bottom: 34px;
}

.rgi-personal-theme .documentary-band__copy h2 {
  margin: 0 0 30px;
  font: 400 clamp(50px, 5.7vw, 94px) / 0.9 var(--serif);
  letter-spacing: -0.062em;
}

.rgi-personal-theme .documentary-band__copy > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.rgi-personal-theme .documentary-band__figure {
  margin: 0;
}

.rgi-personal-theme .documentary-band__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: var(--ink);
}

.rgi-personal-theme .documentary-band__figure figcaption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 22px;
  padding-top: 15px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rgi-personal-theme .corporate-evidence {
  margin: 0;
}

.rgi-personal-theme .corporate-evidence img {
  width: 100%;
  height: 720px;
  object-fit: cover;
  object-position: center 34%;
  clip-path: polygon(0 0, 92% 0, 100% 8%, 100% 100%, 8% 100%, 0 92%);
}

.rgi-personal-theme .corporate-evidence figcaption,
.rgi-personal-theme .m3-logo-presentation figcaption {
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rgi-personal-theme .interior-extra-cta {
  display: grid;
  grid-template-columns: 0.34fr 1.05fr 0.56fr;
  gap: clamp(36px, 6vw, 92px);
  align-items: end;
  padding-block: clamp(92px, 9vw, 150px);
  color: var(--white);
}

.rgi-personal-theme .interior-extra-cta h2 {
  margin: 0;
  font: 400 clamp(52px, 5.6vw, 94px) / 0.9 var(--serif);
  letter-spacing: -0.062em;
}

.rgi-personal-theme .interior-extra-cta > div > p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.7;
}

.rgi-personal-theme .corporate-inquiry,
.rgi-personal-theme .coaching-inquiry,
.rgi-personal-theme .keynote-inquiry,
.rgi-personal-theme .m3-follow,
.rgi-personal-theme .channels-contact {
  background: var(--ink);
}

.rgi-personal-theme .coaching-offer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.rgi-personal-theme .coaching-offer-grid article {
  min-height: 650px;
  display: flex;
  flex-direction: column;
  padding: clamp(34px, 4.5vw, 70px);
  background: var(--paper-bright);
}

.rgi-personal-theme .coaching-offer-grid article:nth-child(2) {
  background: var(--blue);
  color: var(--white);
}

.rgi-personal-theme .coaching-offer-grid .eyebrow {
  margin: 58px 0 0;
}

.rgi-personal-theme .coaching-offer-grid article:nth-child(2) .eyebrow,
.rgi-personal-theme .coaching-offer-grid article:nth-child(2) > span {
  color: var(--blue-pale);
}

.rgi-personal-theme .coaching-offer-grid h3 {
  margin-top: 38px;
}

.rgi-personal-theme .coaching-offer-grid article > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

.rgi-personal-theme .coaching-offer-grid article:nth-child(2) > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.7);
}

.rgi-personal-theme .coaching-offer-grid ul {
  margin: 34px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid currentColor;
}

.rgi-personal-theme .coaching-offer-grid li {
  padding: 13px 0;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 700;
}

.rgi-personal-theme .coaching-offer-grid article > strong {
  margin-top: auto;
  font: 600 21px/1.4 var(--serif);
}

.rgi-personal-theme .pricing-note {
  max-width: 980px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.rgi-personal-theme .coaching-session-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--line);
  list-style: none;
}

.rgi-personal-theme .coaching-session-grid li {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 42px);
  background: var(--paper-bright);
}

.rgi-personal-theme .coaching-session-grid li:nth-child(3n + 2) {
  background: var(--blue);
  color: var(--white);
}

.rgi-personal-theme .coaching-session-grid li:nth-child(3n + 2) > span {
  color: var(--blue-pale);
}

.rgi-personal-theme .coaching-session-grid h3 {
  margin-top: auto;
}

.rgi-personal-theme .coaching-session-grid li:nth-child(3n + 2) p {
  color: rgba(255, 255, 255, 0.68);
}

.rgi-personal-theme .board-program-grid {
  align-items: start;
}

.rgi-personal-theme .board-program-grid ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ink);
  list-style: none;
}

.rgi-personal-theme .board-program-grid li {
  min-height: 84px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 22px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.55;
}

.rgi-personal-theme .board-program-grid li span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.rgi-personal-theme .coaching-authority,
.rgi-personal-theme .keynote-authority,
.rgi-personal-theme .m3-format {
  background: var(--blue);
  color: var(--white);
}

.rgi-personal-theme .coaching-authority-grid .eyebrow,
.rgi-personal-theme .keynote-authority-grid .eyebrow,
.rgi-personal-theme .m3-format-grid .eyebrow,
.rgi-personal-theme .course-catalogue__exam-note .eyebrow {
  color: var(--blue-pale);
}

.rgi-personal-theme .coaching-authority-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.65fr);
  gap: 56px clamp(56px, 8vw, 130px);
}

.rgi-personal-theme .coaching-authority-grid > div:nth-child(2) p,
.rgi-personal-theme .m3-format-grid > div p {
  color: rgba(255, 255, 255, 0.68);
}

.rgi-personal-theme .coaching-authority-grid ul,
.rgi-personal-theme .keynote-authority-grid ul {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.18);
  list-style: none;
}

.rgi-personal-theme .coaching-authority-grid li,
.rgi-personal-theme .keynote-authority-grid li {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  background: var(--blue);
}

.rgi-personal-theme .coaching-authority-grid li strong,
.rgi-personal-theme .keynote-authority-grid li strong {
  font: 400 clamp(42px, 4.8vw, 76px) / 0.9 var(--serif);
  letter-spacing: -0.055em;
}

.rgi-personal-theme .coaching-authority-grid li span,
.rgi-personal-theme .keynote-authority-grid li span {
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 12px;
  line-height: 1.5;
}

.rgi-personal-theme .keynote-positioning-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.62fr);
  align-items: end;
}

.rgi-personal-theme .keynote-topic-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.rgi-personal-theme .keynote-topic-grid article {
  min-height: 430px;
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3.5vw, 52px);
  background: var(--paper-bright);
}

.rgi-personal-theme .keynote-topic-grid article:nth-child(4),
.rgi-personal-theme .keynote-topic-grid article:nth-child(5) {
  grid-column: span 3;
  background: var(--ink);
  color: var(--white);
}

.rgi-personal-theme .keynote-topic-grid article:nth-child(4) > span,
.rgi-personal-theme .keynote-topic-grid article:nth-child(5) > span {
  color: var(--blue-pale);
}

.rgi-personal-theme .keynote-topic-grid article:nth-child(4) p,
.rgi-personal-theme .keynote-topic-grid article:nth-child(5) p {
  color: rgba(255, 255, 255, 0.65);
}

.rgi-personal-theme .keynote-format-grid article {
  background: var(--paper-bright);
}

.rgi-personal-theme .keynote-authority-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: clamp(56px, 8vw, 128px);
  align-items: center;
}

.rgi-personal-theme .keynote-authority-grid ul {
  grid-column: auto;
  grid-template-columns: repeat(2, 1fr);
}

.rgi-personal-theme .m3-premise-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.6fr);
}

.rgi-personal-theme .m3-logo-presentation {
  max-width: 560px;
  margin: 0 auto;
}

.rgi-personal-theme .m3-logo-presentation > div {
  padding: clamp(20px, 3vw, 42px);
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 28px 70px rgba(11, 16, 32, 0.12);
}

.rgi-personal-theme .m3-logo-presentation img {
  display: block;
  width: 100%;
  height: auto;
}

.rgi-personal-theme .m3-guests-grid,
.rgi-personal-theme .m3-format-grid {
  align-items: end;
}

.rgi-personal-theme .m3-format-grid h2,
.rgi-personal-theme .coaching-authority-grid h2,
.rgi-personal-theme .keynote-authority-grid h2 {
  color: var(--white);
}

.rgi-personal-theme .channels-feature-grid aside {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(34px, 5vw, 72px);
  background: var(--blue);
  color: var(--white);
  clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 12% 100%, 0 88%);
}

.rgi-personal-theme .channels-feature-grid aside > span {
  margin-bottom: auto;
  color: var(--blue-pale);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rgi-personal-theme .channels-feature-grid aside strong {
  font: 400 clamp(54px, 6vw, 92px) / 0.88 var(--serif);
  letter-spacing: -0.065em;
}

.rgi-personal-theme .channels-feature-grid aside p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.6;
}

.rgi-personal-theme .channels-feature-grid .button {
  margin-top: 34px;
}

.rgi-personal-theme .interior-channels {
  position: relative;
}

.rgi-personal-theme .course-catalogue {
  background: var(--paper-bright);
}

.rgi-personal-theme .course-catalogue__header {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.58fr);
  gap: clamp(56px, 9vw, 144px);
  align-items: end;
}

.rgi-personal-theme .course-catalogue__header .eyebrow {
  margin-bottom: 34px;
}

.rgi-personal-theme .course-catalogue__header h2 {
  margin: 0;
  font: 400 clamp(60px, 6.6vw, 110px) / 0.87 var(--serif);
  letter-spacing: -0.07em;
}

.rgi-personal-theme .course-catalogue__header > div:last-child > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.rgi-personal-theme .course-catalogue__header .course-catalogue__certification-note {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 15px;
}

.rgi-personal-theme .course-catalogue__header .button {
  margin-top: 34px;
}

.rgi-personal-theme .courses-behind {
  display: grid;
  grid-template-columns: minmax(340px, 0.58fr) minmax(620px, 1.42fr);
  gap: clamp(54px, 8vw, 132px);
  align-items: center;
  margin-top: clamp(76px, 9vw, 132px);
  padding-top: clamp(58px, 7vw, 96px);
  border-top: 1px solid var(--ink);
}

.rgi-personal-theme .courses-behind__copy .eyebrow {
  margin-bottom: 28px;
}

.rgi-personal-theme .courses-behind__copy h3 {
  margin: 0 0 26px;
  font: 400 clamp(46px, 5vw, 82px) / 0.92 var(--serif);
  letter-spacing: -0.058em;
}

.rgi-personal-theme .courses-behind__copy > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.rgi-personal-theme .courses-behind figure {
  margin: 0;
}

.rgi-personal-theme .courses-behind figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: var(--ink);
}

.rgi-personal-theme .courses-behind figcaption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 22px;
  padding-top: 15px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rgi-personal-theme .course-catalogue__navigation {
  margin-top: clamp(70px, 8vw, 118px);
  border-block: 1px solid var(--ink);
}

.rgi-personal-theme .course-catalogue__navigation ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.rgi-personal-theme .course-catalogue__navigation li {
  border-right: 1px solid var(--line);
}

.rgi-personal-theme .course-catalogue__navigation li:nth-child(3n) {
  border-right: 0;
}

.rgi-personal-theme .course-catalogue__navigation li:nth-child(-n + 3) {
  border-bottom: 1px solid var(--line);
}

.rgi-personal-theme .course-catalogue__navigation a {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 22px 26px;
  transition: background 180ms ease, color 180ms ease;
}

.rgi-personal-theme .course-catalogue__navigation a:hover {
  background: var(--blue);
  color: var(--white);
}

.rgi-personal-theme .course-catalogue__navigation span {
  font: 600 17px/1.2 var(--serif);
}

.rgi-personal-theme .course-catalogue__navigation small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rgi-personal-theme .course-catalogue__navigation a:hover small {
  color: rgba(255, 255, 255, 0.68);
}

.rgi-personal-theme .course-system {
  padding-block: clamp(96px, 10vw, 160px);
  border-bottom: 1px solid var(--ink);
  scroll-margin-top: 110px;
}

.rgi-personal-theme .course-system__header {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(340px, 0.48fr);
  gap: clamp(50px, 9vw, 140px);
  align-items: end;
  margin-bottom: 52px;
}

.rgi-personal-theme .course-system__header .eyebrow {
  margin-bottom: 24px;
}

.rgi-personal-theme .course-system__header h3 {
  margin: 0;
  font: 400 clamp(48px, 5.4vw, 86px) / 0.9 var(--serif);
  letter-spacing: -0.062em;
}

.rgi-personal-theme .course-system__header > p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

.rgi-personal-theme .course-system__logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px;
  align-items: start;
}

.rgi-personal-theme .course-logo-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 16px 42px rgba(11, 16, 32, 0.06);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.rgi-personal-theme .course-logo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 58px rgba(11, 16, 32, 0.12);
}

.rgi-personal-theme .course-logo-card > a {
  height: 100%;
  display: block;
  color: inherit;
}

.rgi-personal-theme .course-logo-card > a:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: -3px;
}

.rgi-personal-theme .course-logo-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: contain;
  object-position: center;
  background: var(--white);
}

.rgi-personal-theme .course-logo-card figcaption {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-top: 4px solid var(--blue);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.45;
}

.rgi-personal-theme .course-logo-card figcaption::after {
  content: "↗";
  flex: 0 0 auto;
  color: var(--blue);
  font-size: 15px;
}

.rgi-personal-theme .course-system__directory {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: clamp(36px, 7vw, 94px);
  margin-top: 54px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.rgi-personal-theme .course-system__directory ol {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 42px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: course-item;
}

.rgi-personal-theme .course-system__directory li {
  min-height: 62px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  counter-increment: course-item;
}

.rgi-personal-theme .course-system__directory li::before {
  content: counter(course-item, decimal-leading-zero);
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
}

.rgi-personal-theme .course-system__directory li a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.rgi-personal-theme .course-system__directory li a:hover,
.rgi-personal-theme .course-system__directory li a:focus-visible {
  color: var(--blue);
  text-decoration-color: currentColor;
}

.rgi-personal-theme .course-catalogue__exam-note {
  margin: clamp(82px, 9vw, 140px) 0 0;
  padding: clamp(40px, 6vw, 82px);
  background: var(--ink);
  color: var(--white);
}

.rgi-personal-theme .course-catalogue__exam-note h3 {
  max-width: 1080px;
  margin: 32px 0 24px;
  font: 400 clamp(40px, 4.8vw, 76px) / 0.94 var(--serif);
  letter-spacing: -0.055em;
}

.rgi-personal-theme .course-catalogue__exam-note > p:last-child {
  max-width: 980px;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.72;
}

.rgi-personal-theme .course-catalogue__enterprise {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.58fr);
  gap: clamp(56px, 8vw, 120px);
  align-items: end;
  margin-top: 1px;
  padding: clamp(48px, 7vw, 96px);
  background: var(--paper-deep);
}

.rgi-personal-theme .course-catalogue__enterprise h3,
.rgi-personal-theme .course-catalogue__ai-pulse h3 {
  margin: 28px 0 0;
  font: 400 clamp(44px, 4.8vw, 76px) / 0.92 var(--serif);
  letter-spacing: -0.057em;
}

.rgi-personal-theme .course-catalogue__enterprise > div:last-child > p {
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

.rgi-personal-theme .course-catalogue__marketplace-note {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.rgi-personal-theme .course-catalogue__marketplace-note p {
  max-width: 850px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.rgi-personal-theme .course-catalogue__ai-pulse {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: end;
  margin-top: clamp(72px, 8vw, 118px);
  padding: clamp(48px, 7vw, 94px);
  background: var(--blue);
  color: var(--white);
}

.rgi-personal-theme .course-catalogue__ai-pulse p:last-child {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.7;
}

.rgi-personal-theme .course-catalogue__footer {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  padding-top: 54px;
}

.rgi-personal-theme .course-catalogue__footer p {
  margin: 0;
  font: 500 20px/1.4 var(--serif);
}

@media (max-width: 1160px) {
  .rgi-personal-theme .interior-extra-heading,
  .rgi-personal-theme .interior-extra-cta {
    grid-template-columns: 0.34fr 1fr;
  }

  .rgi-personal-theme .interior-extra-heading > p:last-child,
  .rgi-personal-theme .interior-extra-cta > div {
    grid-column: 2;
  }

  .rgi-personal-theme .interior-audience-grid,
  .rgi-personal-theme .interior-delivery-grid,
  .rgi-personal-theme .keynote-format-grid,
  .rgi-personal-theme .m3-lens-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rgi-personal-theme .corporate-access-grid,
  .rgi-personal-theme .documentary-band,
  .rgi-personal-theme .documentary-band--reverse,
  .rgi-personal-theme .courses-behind,
  .rgi-personal-theme .keynote-positioning-grid,
  .rgi-personal-theme .m3-premise-grid,
  .rgi-personal-theme .m3-guests-grid,
  .rgi-personal-theme .m3-format-grid,
  .rgi-personal-theme .board-program-grid,
  .rgi-personal-theme .channels-feature-grid,
  .rgi-personal-theme .coaching-authority-grid,
  .rgi-personal-theme .keynote-authority-grid {
    grid-template-columns: 1fr;
  }

  .rgi-personal-theme .documentary-band__copy,
  .rgi-personal-theme .courses-behind__copy {
    max-width: 820px;
  }

  .rgi-personal-theme .interior-keynote-speaking .interior-hero figure {
    width: 100%;
    max-width: 560px;
    margin-inline: auto;
  }

  .rgi-personal-theme .interior-keynote-speaking .interior-hero figure img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
    object-position: center 24%;
  }

  .rgi-personal-theme .coaching-session-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rgi-personal-theme .coaching-session-grid li:nth-child(3n + 2) {
    background: var(--paper-bright);
    color: var(--ink);
  }

  .rgi-personal-theme .coaching-session-grid li:nth-child(3n + 2) > span {
    color: var(--blue);
  }

  .rgi-personal-theme .coaching-session-grid li:nth-child(3n + 2) p {
    color: var(--muted);
  }

  .rgi-personal-theme .coaching-session-grid li:nth-child(4n + 2),
  .rgi-personal-theme .coaching-session-grid li:nth-child(4n + 3) {
    background: var(--blue);
    color: var(--white);
  }

  .rgi-personal-theme .coaching-session-grid li:nth-child(4n + 2) > span,
  .rgi-personal-theme .coaching-session-grid li:nth-child(4n + 3) > span {
    color: var(--blue-pale);
  }

  .rgi-personal-theme .coaching-session-grid li:nth-child(4n + 2) p,
  .rgi-personal-theme .coaching-session-grid li:nth-child(4n + 3) p {
    color: rgba(255, 255, 255, 0.68);
  }

  .rgi-personal-theme .keynote-authority-grid ul {
    grid-column: 1;
  }

  .rgi-personal-theme .course-catalogue__header,
  .rgi-personal-theme .course-system__header,
  .rgi-personal-theme .course-catalogue__enterprise {
    grid-template-columns: 1fr;
  }

  .rgi-personal-theme .course-catalogue__navigation ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .rgi-personal-theme .course-catalogue__navigation li,
  .rgi-personal-theme .course-catalogue__navigation li:nth-child(3n) {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .rgi-personal-theme .course-catalogue__navigation li:nth-child(even) {
    border-right: 0;
  }

  .rgi-personal-theme .course-catalogue__navigation li:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
	.rgi-personal-theme .contact-grid > img {
		height: auto;
		min-height: 0;
		aspect-ratio: 1;
	}

  .rgi-personal-theme .interior-chapter-grid article:nth-child(3) .eyebrow,
  .rgi-personal-theme .interior-chapter-grid article:nth-child(3) li::before {
    color: var(--blue);
  }

  .rgi-personal-theme .interior-corporate-training .interior-hero-copy h1,
  .rgi-personal-theme .interior-private-ai-coaching .interior-hero-copy h1,
  .rgi-personal-theme .interior-courses .interior-hero-copy h1,
  .rgi-personal-theme .interior-keynote-speaking .interior-hero-copy h1,
  .rgi-personal-theme .interior-podcasts-media .interior-hero-copy h1,
  .rgi-personal-theme .interior-channels .interior-hero-copy h1 {
    font-size: clamp(50px, 13vw, 68px);
  }

  .rgi-personal-theme .interior-extra-heading,
  .rgi-personal-theme .interior-extra-cta {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .rgi-personal-theme .interior-extra-heading > p:last-child,
  .rgi-personal-theme .interior-extra-cta > div {
    grid-column: auto;
  }

  .rgi-personal-theme .interior-extra-heading h2,
  .rgi-personal-theme .documentary-band__copy h2,
  .rgi-personal-theme .courses-behind__copy h3,
  .rgi-personal-theme .keynote-positioning-grid h2,
  .rgi-personal-theme .m3-premise-grid h2,
  .rgi-personal-theme .m3-guests-grid h2,
  .rgi-personal-theme .m3-format-grid h2,
  .rgi-personal-theme .corporate-access-grid h2,
  .rgi-personal-theme .board-program-grid h2,
  .rgi-personal-theme .coaching-authority-grid h2,
  .rgi-personal-theme .keynote-authority-grid h2,
  .rgi-personal-theme .channels-feature-grid h2,
  .rgi-personal-theme .interior-extra-cta h2 {
    font-size: clamp(44px, 13vw, 66px);
  }

  .rgi-personal-theme .interior-audience-grid,
  .rgi-personal-theme .interior-delivery-grid,
  .rgi-personal-theme .keynote-format-grid,
  .rgi-personal-theme .m3-lens-grid,
  .rgi-personal-theme .coaching-offer-grid,
  .rgi-personal-theme .coaching-session-grid,
  .rgi-personal-theme .coaching-authority-grid ul,
  .rgi-personal-theme .keynote-authority-grid ul {
    grid-template-columns: 1fr;
  }

  .rgi-personal-theme .interior-audience-grid article,
  .rgi-personal-theme .interior-delivery-grid article,
  .rgi-personal-theme .keynote-format-grid article,
  .rgi-personal-theme .m3-lens-grid article,
  .rgi-personal-theme .coaching-session-grid li {
    min-height: 300px;
  }

  .rgi-personal-theme .coaching-offer-grid article {
    min-height: 560px;
  }

  .rgi-personal-theme .coaching-session-grid li:nth-child(n) {
    background: var(--paper-bright);
    color: var(--ink);
  }

  .rgi-personal-theme .coaching-session-grid li:nth-child(n) > span {
    color: var(--blue);
  }

  .rgi-personal-theme .coaching-session-grid li:nth-child(n) p {
    color: var(--muted);
  }

  .rgi-personal-theme .coaching-session-grid li:nth-child(even) {
    background: var(--blue);
    color: var(--white);
  }

  .rgi-personal-theme .coaching-session-grid li:nth-child(even) > span {
    color: var(--blue-pale);
  }

  .rgi-personal-theme .coaching-session-grid li:nth-child(even) p {
    color: rgba(255, 255, 255, 0.68);
  }

  .rgi-personal-theme .keynote-topic-grid {
    grid-template-columns: 1fr;
  }

  .rgi-personal-theme .keynote-topic-grid article,
  .rgi-personal-theme .keynote-topic-grid article:nth-child(4),
  .rgi-personal-theme .keynote-topic-grid article:nth-child(5) {
    min-height: 360px;
    grid-column: auto;
  }

  .rgi-personal-theme .corporate-evidence img {
    height: 560px;
  }

  .rgi-personal-theme .course-catalogue__header h2 {
    font-size: clamp(54px, 15vw, 78px);
  }

  .rgi-personal-theme .course-catalogue__navigation ul,
  .rgi-personal-theme .course-system__directory,
  .rgi-personal-theme .course-system__directory ol,
  .rgi-personal-theme .course-catalogue__ai-pulse {
    grid-template-columns: 1fr;
  }

  .rgi-personal-theme .course-system__logo-grid {
    grid-template-columns: 1fr;
  }

  .rgi-personal-theme .course-catalogue__navigation li:nth-child(n) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .rgi-personal-theme .course-catalogue__navigation li:last-child {
    border-bottom: 0;
  }

  .rgi-personal-theme .course-system__directory {
    gap: 24px;
  }

  .rgi-personal-theme .course-catalogue__marketplace-note,
  .rgi-personal-theme .course-catalogue__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .rgi-personal-theme .course-catalogue__enterprise,
  .rgi-personal-theme .course-catalogue__ai-pulse,
  .rgi-personal-theme .course-catalogue__exam-note {
    padding: 34px 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .rgi-js .rgi-personal-theme [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .rgi-personal-theme .transformation-track {
    height: auto;
  }

  .rgi-personal-theme .transformation-sticky {
    position: relative;
    height: auto;
    min-height: 0;
    padding-block: 100px;
  }

  .rgi-personal-theme .transformation-stage {
    display: grid;
    gap: 48px;
  }

  .rgi-personal-theme .transformation-scene {
    position: relative;
    inset: auto;
    opacity: 1;
    transform: none;
  }
}

/* WordPress integration layer. */

.rgi-personal-theme .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.rgi-personal-theme .screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 12px 16px;
  clip: auto;
  background: var(--white);
  color: var(--ink);
}

.admin-bar.rgi-personal-theme .site-header {
  top: 32px;
}

.rgi-personal-theme .site-header.is-scrolled {
  box-shadow: 0 14px 42px rgba(11, 16, 32, 0.08);
}

.rgi-personal-theme .notes-empty {
  min-height: 250px;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid var(--line);
  background: var(--paper-bright);
}

.rgi-personal-theme .notes-empty > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rgi-personal-theme .notes-empty h2,
.rgi-personal-theme .notes-empty h3,
.rgi-personal-theme .notes-empty p {
  margin: 0;
}

.rgi-personal-theme .notes-empty h2,
.rgi-personal-theme .notes-empty h3 {
  font: 500 clamp(32px, 4vw, 54px)/0.98 var(--serif);
  letter-spacing: -0.04em;
}

.rgi-personal-theme .notes-empty p {
  max-width: 58ch;
  color: var(--muted);
  line-height: 1.7;
}

.rgi-personal-theme .field-notes-archive {
  background: var(--paper-deep);
}

.rgi-personal-theme .standard-page,
.rgi-personal-theme .archive-page,
.rgi-personal-theme .single-page {
  min-height: 70vh;
  background: var(--paper);
}

.rgi-personal-theme .standard-page > article {
  max-width: 980px;
  padding-block: clamp(100px, 13vw, 190px);
}

.rgi-personal-theme .standard-page h1 {
  max-width: 14ch;
  margin: 0 0 48px;
  font: 500 clamp(58px, 8vw, 112px)/0.88 var(--serif);
  letter-spacing: -0.065em;
}

.rgi-personal-theme .entry-content {
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.78;
}

.rgi-personal-theme .entry-content > * {
  max-width: 760px;
  margin-inline: auto;
}

.rgi-personal-theme .entry-content > .alignwide {
  max-width: 1180px;
}

.rgi-personal-theme .entry-content > .alignfull {
  max-width: none;
}

.rgi-personal-theme .entry-content h2,
.rgi-personal-theme .entry-content h3,
.rgi-personal-theme .entry-content h4 {
  margin-top: 2.2em;
  margin-bottom: 0.6em;
  font-family: var(--serif);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.rgi-personal-theme .entry-content h2 {
  font-size: clamp(38px, 5vw, 68px);
}

.rgi-personal-theme .entry-content h3 {
  font-size: clamp(30px, 3.5vw, 46px);
}

.rgi-personal-theme .entry-content a {
  color: var(--blue-deep);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.rgi-personal-theme .entry-content blockquote {
  margin-block: 2.5em;
  padding: 32px 0 32px clamp(24px, 4vw, 54px);
  border-left: 4px solid var(--blue);
  font: italic 500 clamp(28px, 4vw, 50px)/1.18 var(--serif);
}

.rgi-personal-theme .entry-content img,
.rgi-personal-theme .entry-content iframe,
.rgi-personal-theme .entry-content video {
  max-width: 100%;
  height: auto;
}

.rgi-personal-theme .archive-hero {
  padding-block: clamp(110px, 14vw, 210px);
  background: var(--ink);
  color: var(--white);
}

.rgi-personal-theme .archive-hero h1 {
  max-width: 13ch;
  margin: 22px 0 0;
  font: 500 clamp(64px, 10vw, 150px)/0.88 var(--serif);
  letter-spacing: -0.07em;
}

.rgi-personal-theme .archive-description {
  max-width: 62ch;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.65;
}

.rgi-personal-theme .archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.rgi-personal-theme .archive-card {
  min-width: 0;
  background: var(--paper-bright);
}

.rgi-personal-theme .archive-card > a {
  min-height: 480px;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  align-content: start;
  gap: 22px;
  padding: clamp(26px, 3.2vw, 46px);
  transition: background 220ms ease, color 220ms ease;
}

.rgi-personal-theme .archive-card > a:hover {
  background: var(--blue);
  color: var(--white);
}

.rgi-personal-theme .archive-card-image {
  margin: calc(clamp(26px, 3.2vw, 46px) * -1);
  margin-bottom: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.rgi-personal-theme .archive-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rgi-personal-theme .archive-card > a:hover .archive-card-image img {
  transform: scale(1.035);
}

.rgi-personal-theme .archive-card span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rgi-personal-theme .archive-card > a:hover span,
.rgi-personal-theme .archive-card > a:hover p {
  color: rgba(255, 255, 255, 0.72);
}

.rgi-personal-theme .archive-card h2,
.rgi-personal-theme .archive-card p {
  margin: 0;
}

.rgi-personal-theme .archive-card h2 {
  font: 500 clamp(30px, 3vw, 48px)/0.98 var(--serif);
  letter-spacing: -0.04em;
}

.rgi-personal-theme .archive-card p {
  color: var(--muted);
  line-height: 1.65;
}

.rgi-personal-theme .archive-card i {
  align-self: end;
  font-size: 28px;
  font-style: normal;
}

.rgi-personal-theme .navigation.pagination {
  width: min(100% - 72px, 1540px);
  margin: 54px auto 0;
}

.rgi-personal-theme .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rgi-personal-theme .nav-links .page-numbers {
  min-width: 46px;
  min-height: 46px;
  display: grid;
  place-items: center;
  padding: 10px 15px;
  border: 1px solid var(--line);
}

.rgi-personal-theme .nav-links .current,
.rgi-personal-theme .nav-links a:hover {
  background: var(--ink);
  color: var(--white);
}

.rgi-personal-theme .single-hero {
  padding-block: clamp(90px, 12vw, 180px);
  background: var(--ink);
  color: var(--white);
}

.rgi-personal-theme .single-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.72fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: center;
}

.rgi-personal-theme .single-hero h1 {
  margin: 24px 0 26px;
  font: 500 clamp(58px, 8vw, 122px)/0.88 var(--serif);
  letter-spacing: -0.07em;
}

.rgi-personal-theme .single-meta {
  color: var(--blue-pale);
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.rgi-personal-theme .single-deck {
  max-width: 55ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(19px, 1.6vw, 25px);
  line-height: 1.58;
}

.rgi-personal-theme .single-hero figure {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
}

.rgi-personal-theme .single-hero figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rgi-personal-theme .single-fallback-art {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background:
    linear-gradient(145deg, rgba(0, 65, 190, 0.9), rgba(0, 32, 96, 0.96)),
    var(--blue);
}

.rgi-personal-theme .single-fallback-art > div {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(32px, 5vw, 74px);
  background:
    linear-gradient(90deg, transparent 49.7%, rgba(255, 255, 255, 0.13) 50%, transparent 50.3%),
    linear-gradient(transparent 49.7%, rgba(255, 255, 255, 0.13) 50%, transparent 50.3%);
}

.rgi-personal-theme .single-fallback-art span,
.rgi-personal-theme .single-fallback-art small {
  color: var(--blue-pale);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rgi-personal-theme .single-fallback-art strong {
  font: 400 clamp(56px, 7vw, 104px) / 0.86 var(--serif);
  letter-spacing: -0.07em;
}

.rgi-personal-theme .single-content-grid {
  display: grid;
  grid-template-columns: 190px minmax(0, 820px);
  gap: clamp(40px, 8vw, 130px);
  justify-content: center;
  padding-block: clamp(90px, 11vw, 160px);
}

.rgi-personal-theme .single-share {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--muted);
  font-size: 13px;
}

.rgi-personal-theme .single-share > span {
  color: var(--ink);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rgi-personal-theme .single-author {
  padding-block: clamp(80px, 10vw, 140px);
  background: var(--paper-deep);
}

.rgi-personal-theme .single-author-grid {
  max-width: 1020px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: clamp(36px, 6vw, 90px);
  align-items: center;
}

.rgi-personal-theme .single-author img {
  width: 220px;
  height: 220px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

/* Hostinger's Kodee assistant is an administrator tool, not website content. */
.rgi-personal-theme .kodee-fab {
  display: none !important;
}

.rgi-personal-theme .single-author h2 {
  margin: 12px 0 18px;
  font: 500 clamp(42px, 5vw, 70px)/0.95 var(--serif);
  letter-spacing: -0.05em;
}

.rgi-personal-theme .single-author p:not(.eyebrow) {
  max-width: 62ch;
  color: var(--muted);
  line-height: 1.7;
}

.rgi-personal-theme .search-form {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.rgi-personal-theme .search-form label {
  flex: 1;
}

.rgi-personal-theme .search-field {
  width: 100%;
  min-height: 54px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--paper-bright);
  color: var(--ink);
  font: inherit;
}

@media (max-width: 1060px) {
  .rgi-personal-theme .archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rgi-personal-theme .single-hero-grid {
    grid-template-columns: 1fr;
  }

  .rgi-personal-theme .single-hero figure {
    max-height: 760px;
  }
}

@media (max-width: 782px) {
  .admin-bar.rgi-personal-theme .site-header {
    top: 46px;
  }
}

@media (max-width: 760px) {
  .rgi-personal-theme .archive-grid {
    grid-template-columns: 1fr;
  }

  .rgi-personal-theme .archive-card > a {
    min-height: 410px;
  }

  .rgi-personal-theme .navigation.pagination {
    width: min(100% - 28px, 680px);
  }

  .rgi-personal-theme .single-content-grid,
  .rgi-personal-theme .single-author-grid {
    grid-template-columns: 1fr;
  }

  .rgi-personal-theme .single-share {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .rgi-personal-theme .single-author img {
    width: 150px;
    height: 150px;
  }

  .rgi-personal-theme .search-form {
    flex-direction: column;
  }
}
