:root {
    --rt-ink: #16202b;
    --rt-ink-soft: #344251;
    --rt-navy: #0e1b2b;
    --rt-blue: #244c75;
    --rt-teal: #2f7a7c;
    --rt-gold: #b78445;
    --rt-gold-light: #d7b782;
    --rt-ivory: #f5f0e8;
    --rt-paper: #fffdf9;
    --rt-stone: #e7e0d6;
    --rt-white: #ffffff;
    --rt-shadow: 0 24px 70px rgba(14, 27, 43, 0.14);
    --rt-radius-lg: 32px;
    --rt-radius-md: 20px;
    --rt-shell: 1180px;
    --rt-header-height: 84px;
}

html { scroll-behavior: smooth; overflow-x: hidden; }
body { overflow-x: hidden; }
* { box-sizing: border-box; }
body.rt2026-site {
    margin: 0;
    background: var(--rt-paper);
    color: var(--rt-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}
body.rt-menu-open { overflow: hidden; }
body.rt2026-site img { display: block; max-width: 100%; height: auto; }
body.rt2026-site a { color: inherit; }
body.rt2026-site h1,
body.rt2026-site h2,
body.rt2026-site h3,
body.rt2026-site p { margin-top: 0; }
body.rt2026-site h1,
body.rt2026-site h2 {
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: -0.035em;
    line-height: 1.04;
}
body.rt2026-site h1 { font-size: clamp(4rem, 8vw, 7.4rem); margin-bottom: 18px; }
body.rt2026-site h2 { font-size: clamp(2.35rem, 5vw, 4.7rem); margin-bottom: 22px; }
body.rt2026-site h3 { font-size: 1.25rem; line-height: 1.25; }

.rt-shell { width: min(calc(100% - 48px), var(--rt-shell)); margin-inline: auto; }
.rt-main { overflow: hidden; }
.rt-section { padding: 112px 0; }
.rt-eyebrow {
    margin-bottom: 18px;
    color: var(--rt-gold);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}
.rt-skip-link {
    position: fixed;
    top: -100px;
    left: 18px;
    z-index: 9999;
    padding: 12px 16px;
    background: var(--rt-ink);
    color: var(--rt-white);
    text-decoration: none;
    border-radius: 8px;
}
.rt-skip-link:focus { top: 18px; }

/* Header */
.rt-site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    height: var(--rt-header-height);
    border-bottom: 1px solid rgba(255,255,255,0.14);
    color: var(--rt-white);
    transition: background 180ms ease, box-shadow 180ms ease, height 180ms ease;
}
.rt-site-header.is-scrolled {
    background: rgba(14, 27, 43, 0.96);
    box-shadow: 0 10px 38px rgba(0,0,0,0.18);
    backdrop-filter: blur(14px);
}
.rt-header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.rt-brand { display: inline-flex; flex-direction: column; text-decoration: none; line-height: 1; }
.rt-brand-name { font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; font-weight: 700; }
.rt-brand-kicker { margin-top: 8px; font-size: 0.64rem; font-weight: 700; letter-spacing: 0.13em; opacity: 0.72; text-transform: uppercase; }
.rt-primary-nav { display: flex; align-items: center; gap: 24px; }
.rt-nav-list { display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; list-style: none; }
.rt-nav-list a { color: inherit; font-size: 0.88rem; font-weight: 650; text-decoration: none; }
.rt-nav-list a:hover,
.rt-nav-list a:focus-visible { color: var(--rt-gold-light); }
.rt-header-cta {
    padding: 11px 16px;
    border: 1px solid rgba(255,255,255,0.42);
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 750;
    text-decoration: none;
}
.rt-header-cta:hover { background: var(--rt-white); color: var(--rt-navy); }
.rt-menu-toggle { display: none; }

/* Hero */
.rt-hero {
    position: relative;
    min-height: 790px;
    padding: calc(var(--rt-header-height) + 74px) 0 80px;
    color: var(--rt-white);
    background:
        radial-gradient(circle at 8% 14%, rgba(47,122,124,0.38), transparent 33%),
        radial-gradient(circle at 88% 16%, rgba(183,132,69,0.18), transparent 28%),
        linear-gradient(135deg, #0c1725 0%, #10263c 58%, #14334b 100%);
}
.rt-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 100px;
    background: linear-gradient(to top, rgba(0,0,0,0.14), transparent);
    pointer-events: none;
}
.rt-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr 0.97fr; align-items: center; gap: 72px; }
.rt-hero-roles { max-width: 760px; margin-bottom: 24px; color: #dce8ef; font-size: clamp(1.16rem, 2.2vw, 1.62rem); font-weight: 700; line-height: 1.35; }
.rt-hero-intro { max-width: 690px; margin-bottom: 34px; color: rgba(255,255,255,0.79); font-size: 1.08rem; }
.rt-button-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.rt-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 20px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}
.rt-button:hover { transform: translateY(-2px); }
.rt-button-primary { background: var(--rt-gold); color: #111820; }
.rt-button-primary:hover { background: var(--rt-gold-light); }
.rt-button-secondary { border-color: rgba(255,255,255,0.4); color: var(--rt-white); background: rgba(255,255,255,0.02); }
.rt-button-secondary:hover { background: var(--rt-white); color: var(--rt-navy); }
.rt-open-work { display: flex; align-items: center; gap: 10px; margin-top: 30px; color: rgba(255,255,255,0.78); font-size: 0.92rem; }
.rt-open-dot { width: 10px; height: 10px; border-radius: 50%; background: #66d19e; box-shadow: 0 0 0 6px rgba(102,209,158,0.14); }
.rt-hero-media { position: relative; }
.rt-image-frame { position: relative; overflow: hidden; border-radius: var(--rt-radius-lg); box-shadow: var(--rt-shadow); }
.rt-image-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,0.18); border-radius: inherit; pointer-events: none; }
.rt-image-frame-hero { aspect-ratio: 4 / 4.8; }
.rt-image-frame-hero img { width: 100%; height: 100%; object-fit: cover; object-position: 47% center; }
.rt-hero-note {
    position: absolute;
    right: -28px;
    bottom: 26px;
    width: 190px;
    padding: 18px 20px;
    background: rgba(255,253,249,0.96);
    color: var(--rt-ink);
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.2);
}
.rt-hero-note span { display: block; color: var(--rt-ink-soft); font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.12em; }
.rt-hero-note strong { display: block; margin-top: 4px; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }

/* Belief */
.rt-belief { padding: 96px 0; background: var(--rt-ivory); }
.rt-belief-inner { max-width: 980px; text-align: center; }
.rt-belief h2 { max-width: 900px; margin-inline: auto; }
.rt-belief p:last-child { max-width: 780px; margin-inline: auto; color: var(--rt-ink-soft); font-size: 1.08rem; }

/* Section heading */
.rt-section-heading { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.rt-section-heading h2 { margin-bottom: 0; }
.rt-section-heading > p { margin-bottom: 6px; color: var(--rt-ink-soft); }

/* Pillars and metrics */
.rt-pillars { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.rt-pillar { min-height: 285px; padding: 28px; border: 1px solid var(--rt-stone); border-radius: var(--rt-radius-md); background: var(--rt-white); }
.rt-pillar-number { display: block; margin-bottom: 48px; color: var(--rt-gold); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.12em; }
.rt-pillar h3 { margin-bottom: 14px; }
.rt-pillar p { margin-bottom: 0; color: var(--rt-ink-soft); font-size: 0.94rem; }
.rt-metrics { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 34px; border-radius: var(--rt-radius-md); overflow: hidden; background: var(--rt-navy); color: var(--rt-white); }
.rt-metric { min-height: 160px; padding: 28px; border-right: 1px solid rgba(255,255,255,0.12); display: flex; flex-direction: column; justify-content: center; }
.rt-metric:last-child { border-right: 0; }
.rt-metric strong { max-width: 100%; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 4.2vw, 4.15rem); line-height: 1; overflow-wrap: anywhere; }
.rt-metric-text strong { font-size: clamp(1.45rem,2.15vw,2.35rem); line-height: 1.04; overflow-wrap: normal; word-break: normal; hyphens: none; }
.rt-metric span { margin-top: 10px; color: rgba(255,255,255,0.68); font-size: 0.88rem; }

/* Dark story */
.rt-section-dark { color: var(--rt-white); background: var(--rt-navy); }
.rt-story-grid { display: grid; grid-template-columns: 0.86fr 1.14fr; gap: 80px; align-items: center; }
.rt-story-media { overflow: hidden; border-radius: var(--rt-radius-lg); }
.rt-story-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; }
.rt-story-copy p { color: rgba(255,255,255,0.72); }
.rt-check-list { display: grid; gap: 12px; margin: 26px 0 32px; padding: 0; list-style: none; }
.rt-check-list li { position: relative; padding-left: 28px; color: rgba(255,255,255,0.9); }
.rt-check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--rt-gold-light); font-weight: 900; }
.rt-text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--rt-gold-light) !important; font-weight: 800; text-decoration: none; }
.rt-text-link:hover { text-decoration: underline; }

/* Career */
.rt-career-section { background: #faf7f2; }
.rt-career-layout { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 70px; align-items: start; }
.rt-career-photo { position: sticky; top: 112px; overflow: hidden; border-radius: var(--rt-radius-lg); box-shadow: var(--rt-shadow); }
.rt-career-photo img { width: 100%; aspect-ratio: 4 / 3.35; object-fit: cover; }
.rt-timeline { border-left: 1px solid #cfc5b7; padding-left: 34px; }
.rt-timeline-item { position: relative; padding: 0 0 38px 12px; }
.rt-timeline-item::before { content: ""; position: absolute; left: -40px; top: 7px; width: 12px; height: 12px; border-radius: 50%; background: var(--rt-gold); box-shadow: 0 0 0 7px #faf7f2; }
.rt-timeline-item span { color: var(--rt-gold); font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.13em; }
.rt-timeline-item h3 { margin: 9px 0 8px; font-size: 1.4rem; }
.rt-timeline-item p { margin-bottom: 0; color: var(--rt-ink-soft); }

/* Book */
.rt-book-section { color: var(--rt-white); background: linear-gradient(135deg, #173b52 0%, #18203c 100%); }
.rt-book-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 74px; align-items: center; }
.rt-book-copy p { color: rgba(255,255,255,0.76); }
.rt-book-subtitle { color: var(--rt-gold-light) !important; font-size: 1.22rem; font-weight: 700; }
.rt-book-points { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 32px; }
.rt-book-points span { padding: 8px 12px; border: 1px solid rgba(255,255,255,0.2); border-radius: 999px; font-size: 0.78rem; }
.rt-book-media { overflow: hidden; border-radius: var(--rt-radius-lg); box-shadow: 0 28px 80px rgba(0,0,0,0.32); }
.rt-book-media img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }

/* Creative */
.rt-creative-section { background: var(--rt-ivory); }
.rt-creative-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 80px; align-items: center; }
.rt-creative-copy p { color: var(--rt-ink-soft); }
.rt-creative-copy .rt-button-secondary { border-color: rgba(22,32,43,0.25); color: var(--rt-ink); }
.rt-creative-copy .rt-button-secondary:hover { background: var(--rt-ink); color: var(--rt-white); }
.rt-creative-media { position: relative; overflow: hidden; border-radius: var(--rt-radius-lg); box-shadow: var(--rt-shadow); }
.rt-creative-media img { width: 100%; aspect-ratio: 4 / 4.7; object-fit: cover; object-position: center top; }
.rt-creative-label { position: absolute; left: 24px; bottom: 24px; padding: 18px 20px; background: rgba(14,27,43,0.92); color: var(--rt-white); border-radius: 14px; font-family: Georgia, "Times New Roman", serif; font-size: 1.4rem; line-height: 1.05; }
.rt-creative-label span { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.7; }

/* Philosophy */
.rt-philosophy-section { background: var(--rt-paper); }
.rt-philosophy-section .rt-section-heading { grid-template-columns: 1fr; max-width: 900px; }
.rt-philosophy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.rt-philosophy-card { padding: 36px; border-top: 4px solid var(--rt-gold); background: var(--rt-white); box-shadow: 0 18px 48px rgba(14,27,43,0.07); }
.rt-philosophy-card p { margin-bottom: 0; color: var(--rt-ink-soft); }

/* About */
.rt-about-section { background: #f3ede4; }
.rt-about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 80px; align-items: center; }
.rt-about-media { overflow: hidden; border-radius: var(--rt-radius-lg); box-shadow: var(--rt-shadow); }
.rt-about-media img { width: 100%; aspect-ratio: 4 / 5.3; object-fit: cover; object-position: center top; }
.rt-about-copy p { color: var(--rt-ink-soft); }

/* Contact */
.rt-contact-section { padding: 90px 0; color: var(--rt-white); background: linear-gradient(135deg, var(--rt-teal), var(--rt-blue)); }
.rt-contact-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 72px; align-items: center; }
.rt-contact-copy p { max-width: 720px; color: rgba(255,255,255,0.8); }
.rt-button-light { background: var(--rt-white); color: var(--rt-navy); }
.rt-button-outline-light { border-color: rgba(255,255,255,0.48); color: var(--rt-white); }
.rt-button-outline-light:hover { background: var(--rt-white); color: var(--rt-navy); }
.rt-contact-media { max-width: 340px; justify-self: end; overflow: hidden; border-radius: 50% 50% 18px 18px; box-shadow: 0 24px 70px rgba(0,0,0,0.2); }
.rt-contact-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; }

/* Footer */
.rt-site-footer { padding: 64px 0 28px; background: #08111c; color: rgba(255,255,255,0.72); }
.rt-footer-grid { display: grid; grid-template-columns: 1.5fr 0.7fr 0.8fr; gap: 70px; }
.rt-footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.rt-footer-brand { margin-bottom: 12px; color: var(--rt-white); font-family: Georgia, "Times New Roman", serif; font-size: 1.9rem; }
.rt-footer-heading { margin-bottom: 12px; color: var(--rt-gold-light); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.rt-footer-grid a { margin-bottom: 8px; color: rgba(255,255,255,0.72); text-decoration: none; }
.rt-footer-grid a:hover { color: var(--rt-white); }
.rt-footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.12); font-size: 0.78rem; }

/* Reveal */
.rt-reveal { opacity: 0; transform: translateY(24px); transition: opacity 620ms ease, transform 620ms ease; }
.rt-reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .rt-reveal { opacity: 1; transform: none; transition: none; }
    .rt-button { transition: none; }
}

/* Elementor and general page compatibility */
.elementor-page .rt-site-header + * { padding-top: var(--rt-header-height); }
.elementor-page .rt-main { overflow: visible; }

/* Tablet */
@media (max-width: 1024px) {
    :root { --rt-header-height: 74px; }
    .rt-shell { width: min(calc(100% - 36px), var(--rt-shell)); }
    .rt-section { padding: 88px 0; }
    .rt-primary-nav {
        position: fixed;
        inset: var(--rt-header-height) 0 auto;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
        padding: 26px 24px 34px;
        background: rgba(14,27,43,0.98);
        box-shadow: 0 24px 40px rgba(0,0,0,0.2);
    }
    .rt-primary-nav.is-open { display: flex; }
    .rt-nav-list { flex-direction: column; align-items: stretch; gap: 0; }
    .rt-nav-list a { display: block; padding: 12px 0; font-size: 1rem; }
    .rt-header-cta { text-align: center; }
    .rt-menu-toggle { display: inline-flex; align-items: center; gap: 10px; padding: 10px 0; border: 0; background: transparent; color: var(--rt-white); }
    .rt-menu-toggle-label { font-size: 0.82rem; font-weight: 750; }
    .rt-menu-icon { width: 22px; display: grid; gap: 4px; }
    .rt-menu-icon span { display: block; height: 2px; background: currentColor; }
    .rt-hero { min-height: auto; padding-top: calc(var(--rt-header-height) + 56px); }
    .rt-hero-grid { grid-template-columns: 1fr 0.84fr; gap: 42px; }
    .rt-section-heading { grid-template-columns: 1fr; gap: 22px; }
    .rt-pillars { grid-template-columns: repeat(2, 1fr); }
    .rt-metrics { grid-template-columns: repeat(2, 1fr); }
    .rt-metric:nth-child(2) { border-right: 0; }
    .rt-metric:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,0.12); }
    .rt-story-grid,
    .rt-book-grid,
    .rt-creative-grid,
    .rt-about-grid,
    .rt-contact-grid { gap: 48px; }
    .rt-career-layout { grid-template-columns: 1fr; }
    .rt-career-photo { position: static; }
}

/* Mobile */
@media (max-width: 767px) {
    .rt-shell { width: min(calc(100% - 28px), var(--rt-shell)); }
    .rt-brand-kicker { display: none; }
    .rt-brand-name { font-size: 1.42rem; }
    .rt-section { padding: 72px 0; }
    body.rt2026-site h1 { font-size: clamp(3.5rem, 18vw, 5.4rem); }
    body.rt2026-site h2 { font-size: clamp(2.2rem, 11vw, 3.4rem); }
    .rt-hero { padding-bottom: 56px; }
    .rt-hero-grid,
    .rt-story-grid,
    .rt-book-grid,
    .rt-creative-grid,
    .rt-about-grid,
    .rt-contact-grid { grid-template-columns: 1fr; }
    .rt-hero-copy { order: 1; }
    .rt-hero-media { order: 2; }
    .rt-hero-note { right: 12px; bottom: 12px; }
    .rt-button-row { align-items: stretch; }
    .rt-button { width: 100%; }
    .rt-pillars,
    .rt-philosophy-grid { grid-template-columns: 1fr; }
    .rt-pillar { min-height: 0; }
    .rt-pillar-number { margin-bottom: 30px; }
    .rt-metrics { grid-template-columns: 1fr; }
    .rt-metric { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
    .rt-metric:last-child { border-bottom: 0; }
    .rt-story-media img { aspect-ratio: 4 / 4.8; }
    .rt-book-copy { order: 1; }
    .rt-book-media { order: 2; }
    .rt-contact-media { max-width: 260px; justify-self: start; }
    .rt-footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .rt-footer-bottom { flex-direction: column; gap: 10px; }
}

/* =========================================================
   Version 4 homepage refinements
   ========================================================= */
:root {
    --rt-ink: #111a25;
    --rt-ink-soft: #2e3c49;
    --rt-navy: #071829;
    --rt-blue: #164d70;
    --rt-teal: #0f6670;
    --rt-gold: #c68a2f;
    --rt-gold-light: #ecc984;
    --rt-ivory: #f7f0e4;
    --rt-paper: #fffdf8;
    --rt-stone: #ded3c4;
}

body.rt2026-site a.rt-button-primary {
    background: var(--rt-gold) !important;
    color: #101820 !important;
    -webkit-text-fill-color: #101820;
}
body.rt2026-site a.rt-button-primary:hover {
    background: var(--rt-gold-light) !important;
    color: #101820 !important;
    -webkit-text-fill-color: #101820;
}
body.rt2026-site a.rt-button-secondary {
    border-color: rgba(255,255,255,0.62) !important;
    background: rgba(255,255,255,0.04) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
}
body.rt2026-site a.rt-button-secondary:hover {
    background: #ffffff !important;
    color: var(--rt-navy) !important;
    -webkit-text-fill-color: var(--rt-navy);
}
body.rt2026-site a.rt-button-light {
    border-color: #ffffff !important;
    background: #ffffff !important;
    color: var(--rt-navy) !important;
    -webkit-text-fill-color: var(--rt-navy);
}
body.rt2026-site a.rt-button-light:hover {
    background: var(--rt-gold-light) !important;
    border-color: var(--rt-gold-light) !important;
    color: #101820 !important;
    -webkit-text-fill-color: #101820;
}
body.rt2026-site a.rt-button-outline-light {
    border-color: rgba(255,255,255,0.62) !important;
    background: transparent !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
}
body.rt2026-site a.rt-button-outline-light:hover {
    background: #ffffff !important;
    color: var(--rt-navy) !important;
    -webkit-text-fill-color: var(--rt-navy);
}

.rt-hero-v4 {
    background:
        radial-gradient(circle at 7% 12%, rgba(15,102,112,0.48), transparent 31%),
        radial-gradient(circle at 88% 12%, rgba(198,138,47,0.24), transparent 25%),
        linear-gradient(132deg, #061422 0%, #0b2840 54%, #0a3850 100%);
}
.rt-hero-v4 .rt-hero-intro { color: rgba(255,255,255,0.9); }
.rt-hero-proof {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 12px;
    margin-top: 54px;
}
.rt-hero-proof span {
    padding: 9px 14px;
    border: 1px solid rgba(255,255,255,0.24);
    border-radius: 999px;
    background: rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.86);
    font-size: 0.73rem;
    font-weight: 750;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.rt-value-section { background: #fffdf8; }

.rt-moments-section {
    background: linear-gradient(180deg, #f7f0e4 0%, #efe5d7 100%);
}
.rt-moment-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    grid-template-rows: repeat(2, minmax(260px, 1fr));
    gap: 20px;
}
.rt-moment {
    position: relative;
    min-height: 300px;
    margin: 0;
    overflow: hidden;
    border-radius: 24px;
    background: var(--rt-navy);
    box-shadow: 0 18px 50px rgba(7,24,41,0.12);
}
.rt-moment-feature { grid-row: 1 / span 2; min-height: 620px; }
.rt-moment img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 450ms ease;
}
.rt-moment-feature img { object-position: center center; }
.rt-moment:nth-child(2) img { object-position: center 38%; }
.rt-moment:nth-child(3) img { object-position: center center; }
.rt-moment:nth-child(4) {
    grid-column: 1 / span 2;
    min-height: 330px;
}
.rt-moment:nth-child(4) img { object-position: center 42%; }
.rt-moment::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(3,12,22,0.86), rgba(3,12,22,0.04) 58%);
    pointer-events: none;
}
.rt-moment:hover img { transform: scale(1.025); }
.rt-moment figcaption {
    position: absolute;
    z-index: 2;
    left: 24px;
    right: 24px;
    bottom: 22px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.22rem;
    line-height: 1.25;
}
.rt-moment figcaption span {
    display: block;
    margin-bottom: 7px;
    color: var(--rt-gold-light);
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.rt-next-chapter-section {
    background:
        radial-gradient(circle at 86% 16%, rgba(198,138,47,0.16), transparent 28%),
        linear-gradient(135deg, #061422 0%, #0b263d 100%);
}
.rt-next-chapter-section .rt-story-copy p { color: rgba(255,255,255,0.84); }
.rt-next-chapter-section .rt-story-media img { filter: saturate(1.06) contrast(1.04); }

.rt-book-story-section {
    color: #ffffff;
    background:
        radial-gradient(circle at 12% 10%, rgba(15,102,112,0.36), transparent 28%),
        linear-gradient(135deg, #0b2941 0%, #171d3f 100%);
}
.rt-book-story-heading {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 52px;
}
.rt-book-story-heading h2 { margin-bottom: 0; }
.rt-book-story-heading > p { margin-bottom: 7px; color: rgba(255,255,255,0.82); font-size: 1.06rem; }
.rt-book-video-grid {
    display: grid;
    grid-template-columns: 1.28fr 0.72fr;
    gap: 52px;
    align-items: center;
}
.rt-video-frame {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 28px;
    background: #03080f;
    box-shadow: 0 30px 80px rgba(0,0,0,0.34);
}
.rt-book-video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #03080f;
    object-fit: cover;
}
.rt-video-note {
    padding: 11px 16px 13px;
    color: rgba(255,255,255,0.65);
    font-size: 0.73rem;
    text-align: center;
}
.rt-book-story-copy p { color: rgba(255,255,255,0.84); }
.rt-book-story-copy blockquote {
    margin: 26px 0;
    padding: 22px 24px;
    border-left: 3px solid var(--rt-gold-light);
    background: rgba(255,255,255,0.06);
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.2rem;
    line-height: 1.45;
}

.rt-social-section { background: #fffdf8; }
.rt-social-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 80px;
    align-items: center;
}
.rt-social-copy p { color: var(--rt-ink-soft); }
.rt-social-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}
.rt-social-stat {
    min-height: 155px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    border: 1px solid var(--rt-stone);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(7,24,41,0.06);
}
.rt-social-stat strong {
    color: var(--rt-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    line-height: 1;
}
.rt-social-stat span {
    margin-top: 10px;
    color: var(--rt-ink-soft);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.rt-social-stat-feature {
    grid-column: 1 / span 2;
    min-height: 125px;
    background: linear-gradient(135deg, var(--rt-navy), #123d58);
    border-color: transparent;
}
.rt-social-stat-feature strong,
.rt-social-stat-feature span { color: #ffffff; }
.rt-social-stat-feature span { color: var(--rt-gold-light); }

.rt-creative-section {
    background: linear-gradient(180deg, #f8f1e7 0%, #efe5d8 100%);
}
.rt-creative-copy p { color: #263745; }
.rt-creative-media img {
    aspect-ratio: 1 / 1;
    object-position: center center;
    filter: saturate(1.06) contrast(1.04);
}

.rt-leadership-feature {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 62px;
    align-items: center;
    margin-bottom: 52px;
}
.rt-leadership-feature-copy p { color: var(--rt-ink-soft); }
.rt-leadership-feature-media {
    overflow: hidden;
    border-radius: 24px;
    box-shadow: var(--rt-shadow);
}
.rt-leadership-feature-media img {
    width: 100%;
    min-height: 320px;
    object-fit: cover;
    object-position: center center;
}

.rt-contact-section {
    background:
        radial-gradient(circle at 80% 10%, rgba(236,201,132,0.22), transparent 26%),
        linear-gradient(135deg, #0a4e58, #123b61);
}
.rt-contact-copy p { color: rgba(255,255,255,0.9); }
.rt-contact-grid-simple { grid-template-columns: 1.18fr 0.82fr; }

@media (max-width: 1024px) {
    .rt-book-story-heading,
    .rt-book-video-grid,
    .rt-social-grid,
    .rt-leadership-feature { grid-template-columns: 1fr; gap: 38px; }
    .rt-moment-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
    .rt-moment-feature { grid-row: auto; min-height: 460px; grid-column: 1 / span 2; }
    .rt-moment:nth-child(4) { grid-column: 1 / span 2; }
    .rt-social-stats { max-width: 720px; }
}

@media (max-width: 767px) {
    .rt-hero-proof { justify-content: flex-start; margin-top: 38px; }
    .rt-hero-proof span { font-size: 0.64rem; }
    .rt-moment-grid { grid-template-columns: 1fr; }
    .rt-moment,
    .rt-moment-feature,
    .rt-moment:nth-child(4) { grid-column: auto; min-height: 350px; }
    .rt-moment-feature { min-height: 430px; }
    .rt-book-story-heading { margin-bottom: 34px; }
    .rt-book-video-grid { gap: 34px; }
    .rt-social-stats { grid-template-columns: 1fr; }
    .rt-social-stat-feature { grid-column: auto; }
    .rt-leadership-feature-media img { min-height: 240px; }
    .rt-contact-grid-simple { grid-template-columns: 1fr; }
}

/* =========================================================
   Version 5: editorial personal-brand system
   ========================================================= */
:root {
    --rt-ink: #101828;
    --rt-ink-soft: #425066;
    --rt-navy: #0b1730;
    --rt-navy-2: #16284c;
    --rt-blue: #245a91;
    --rt-teal: #087f7b;
    --rt-coral: #b85c4a;
    --rt-gold: #d3a33f;
    --rt-gold-light: #f0d18b;
    --rt-ivory: #f6f0e6;
    --rt-paper: #fffdf9;
    --rt-stone: #ded6ca;
    --rt-white: #ffffff;
    --rt-shell: 1280px;
    --rt-header-height: 86px;
}

body.rt2026-site {
    background: var(--rt-paper);
    color: var(--rt-ink);
}
body.rt2026-site h1,
body.rt2026-site h2 {
    color: inherit;
}

/* Solid navigation on every page: no more white-on-cream washout. */
.rt-site-header,
.rt-site-header.is-scrolled {
    position: sticky;
    top: 0;
    inset: auto;
    z-index: 1000;
    height: var(--rt-header-height);
    color: var(--rt-white);
    background: rgba(11, 23, 48, 0.985);
    border-top: 4px solid var(--rt-gold);
    border-bottom: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 10px 34px rgba(11,23,48,.16);
    backdrop-filter: blur(16px);
}
.rt-header-inner {
    width: min(calc(100% - 42px), 1390px);
    gap: 24px;
}
.rt-brand { flex: 0 0 auto; }
.rt-brand-name { color: #fff; font-size: 1.42rem; }
.rt-brand-kicker { color: var(--rt-gold-light); opacity: 1; font-size: .59rem; }
.rt-primary-nav { gap: 18px; }
.rt-nav-list { gap: 18px; }
.rt-nav-list > li { position: relative; }
.rt-nav-list a { color: #fff; font-size: .78rem; font-weight: 760; white-space: nowrap; }
.rt-nav-list a:hover,
.rt-nav-list a:focus-visible { color: var(--rt-gold-light); }
.rt-nav-list .sub-menu {
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    z-index: 20;
    display: none;
    min-width: 210px;
    margin: 0;
    padding: 10px;
    list-style: none;
    transform: translateX(-50%);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    background: #0b1730;
    box-shadow: 0 18px 44px rgba(0,0,0,.25);
}
.rt-nav-list li:hover > .sub-menu,
.rt-nav-list li:focus-within > .sub-menu { display: block; }
.rt-nav-list .sub-menu a { display: block; padding: 10px 12px; border-radius: 9px; }
.rt-nav-list .sub-menu a:hover { background: rgba(255,255,255,.08); }
.rt-header-cta {
    padding: 11px 16px;
    border-color: var(--rt-gold);
    background: var(--rt-gold);
    color: #101828 !important;
    white-space: nowrap;
}
.rt-header-cta:hover { background: var(--rt-gold-light); color: #101828 !important; }
.elementor-page .rt-site-header + * { padding-top: 0 !important; }

/* Common V5 buttons */
body.rt2026-site a.rt-button-primary-dark {
    background: var(--rt-navy) !important;
    border-color: var(--rt-navy) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}
body.rt2026-site a.rt-button-primary-dark:hover {
    background: var(--rt-blue) !important;
    border-color: var(--rt-blue) !important;
}
body.rt2026-site a.rt-button-outline-dark {
    background: transparent !important;
    border-color: rgba(16,24,40,.38) !important;
    color: var(--rt-ink) !important;
    -webkit-text-fill-color: var(--rt-ink);
}
body.rt2026-site a.rt-button-outline-dark:hover {
    background: var(--rt-ink) !important;
    border-color: var(--rt-ink) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}
body.rt2026-site a.rt-button-gold {
    background: var(--rt-gold) !important;
    border-color: var(--rt-gold) !important;
    color: #101828 !important;
    -webkit-text-fill-color: #101828;
}
body.rt2026-site a.rt-button-gold:hover {
    background: var(--rt-gold-light) !important;
    border-color: var(--rt-gold-light) !important;
}

/* Home hero */
.rt-home-v5 { overflow: hidden; background: var(--rt-paper); }
.rt-v5-hero {
    position: relative;
    padding: 78px 0 82px;
    background:
        radial-gradient(circle at 86% 18%, rgba(211,163,63,.21), transparent 24%),
        linear-gradient(115deg, #fffdf9 0%, #f8f2e8 58%, #e6eef4 100%);
}
.rt-v5-hero::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    right: -180px;
    bottom: -190px;
    border-radius: 50%;
    border: 74px solid rgba(36,90,145,.09);
}
.rt-v5-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0,1.02fr) minmax(430px,.88fr);
    gap: 78px;
    align-items: center;
}
.rt-v5-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 26px;
    padding: 9px 14px;
    border: 1px solid rgba(11,23,48,.15);
    border-radius: 999px;
    background: rgba(255,255,255,.76);
    color: #334155;
    font-size: .76rem;
    font-weight: 820;
    letter-spacing: .055em;
    text-transform: uppercase;
    box-shadow: 0 10px 28px rgba(11,23,48,.06);
}
.rt-v5-status span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #2eae72;
    box-shadow: 0 0 0 5px rgba(46,174,114,.14);
}
.rt-v5-hero .rt-eyebrow { margin-bottom: 12px; color: #9a6f19; }
.rt-v5-hero h1 {
    margin: 0 0 10px;
    color: var(--rt-navy);
    font-size: clamp(4.6rem, 8.2vw, 7.9rem);
    line-height: .88;
    letter-spacing: -.075em;
}
.rt-v5-hero h2 {
    max-width: 760px;
    margin: 0 0 24px;
    color: #23314a;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(1.7rem, 3.1vw, 3.1rem);
    font-weight: 760;
    line-height: 1.08;
    letter-spacing: -.04em;
}
.rt-v5-hero-intro {
    max-width: 720px;
    margin-bottom: 30px;
    color: #425066;
    font-size: 1.08rem;
    line-height: 1.75;
}
.rt-v5-role-line {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 30px;
}
.rt-v5-role-line span {
    padding: 8px 11px;
    border-radius: 8px;
    background: rgba(36,90,145,.09);
    color: #274c72;
    font-size: .7rem;
    font-weight: 820;
    letter-spacing: .055em;
    text-transform: uppercase;
}
.rt-v5-hero-media { position: relative; padding: 18px 24px 28px 18px; }
.rt-v5-hero-media::before {
    content: "";
    position: absolute;
    inset: 0 0 48px 72px;
    border-radius: 36px;
    background: linear-gradient(145deg, var(--rt-navy-2), var(--rt-blue));
    transform: rotate(2.4deg);
    box-shadow: 0 30px 75px rgba(11,23,48,.2);
}
.rt-v5-hero-photo {
    position: relative;
    z-index: 1;
    overflow: hidden;
    aspect-ratio: 4 / 4.7;
    border: 10px solid #fff;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(11,23,48,.24);
}
.rt-v5-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.rt-v5-orlando-card,
.rt-v5-book-badge {
    position: absolute;
    z-index: 3;
    padding: 16px 18px;
    border-radius: 16px;
    box-shadow: 0 18px 50px rgba(11,23,48,.22);
}
.rt-v5-orlando-card {
    top: 48px;
    right: -28px;
    width: 184px;
    background: var(--rt-gold);
    color: #101828;
}
.rt-v5-orlando-card small,
.rt-v5-orlando-card strong,
.rt-v5-orlando-card span,
.rt-v5-book-badge small,
.rt-v5-book-badge strong,
.rt-v5-book-badge span { display: block; }
.rt-v5-orlando-card small,
.rt-v5-book-badge small { font-size: .64rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.rt-v5-orlando-card strong,
.rt-v5-book-badge strong { margin-top: 3px; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; line-height: 1.05; }
.rt-v5-orlando-card span,
.rt-v5-book-badge span { margin-top: 6px; font-size: .68rem; line-height: 1.25; }
.rt-v5-book-badge {
    left: -30px;
    bottom: 0;
    width: 205px;
    background: var(--rt-navy);
    color: #fff;
    text-decoration: none;
}
.rt-v5-book-badge span { color: var(--rt-gold-light); }

/* Impact band */
.rt-v5-impact {
    padding: 52px 0;
    color: #fff;
    background: linear-gradient(125deg, #0b1730, #173a67 70%, #0d6e70);
}
.rt-v5-impact-grid {
    display: grid;
    grid-template-columns: minmax(260px,.82fr) minmax(0,1.48fr);
    gap: clamp(34px,5vw,78px);
    align-items: center;
}
.rt-v5-impact-intro { min-width: 0; }
.rt-v5-impact .rt-eyebrow { color: var(--rt-gold-light); margin-bottom: 8px; }
.rt-v5-impact h2 { margin: 0; color: #fff; font-size: clamp(2rem,3.4vw,3.5rem); }
.rt-v5-impact-intro > p:last-child { max-width: 500px; margin: 18px 0 0; color: rgba(255,255,255,.72); }
.rt-v7-impact-cards {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255,255,255,.045);
    box-shadow: 0 22px 55px rgba(3,11,26,.18);
}
.rt-v7-impact-card {
    min-width: 0;
    min-height: 158px;
    padding: clamp(22px,2.4vw,34px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.14);
}
.rt-v7-impact-card:nth-child(2n) { border-right: 0; }
.rt-v7-impact-card:nth-child(n+3) { border-bottom: 0; }
.rt-v7-impact-card strong {
    display: block;
    max-width: 100%;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.5rem,4vw,4.25rem);
    line-height: .98;
    overflow-wrap: anywhere;
}
.rt-v7-impact-card-text strong {
    max-width: 15ch;
    font-size: clamp(1.55rem,2.25vw,2.5rem);
    line-height: 1.03;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}
.rt-v7-impact-card span {
    margin-top: 12px;
    color: #fff;
    font-size: .74rem;
    font-weight: 820;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .055em;
}
.rt-v7-impact-card small {
    margin-top: 7px;
    color: rgba(255,255,255,.61);
    font-size: .72rem;
    line-height: 1.35;
}

/* Capabilities */
.rt-v5-capabilities { background: #fffdf9; }
.rt-v5-heading { max-width: 980px; margin-bottom: 52px; }
.rt-v5-heading h2 { margin-bottom: 22px; font-size: clamp(2.8rem,5vw,5.25rem); color: var(--rt-navy); }
.rt-v5-heading > p:last-child { max-width: 850px; color: var(--rt-ink-soft); font-size: 1.08rem; }
.rt-v5-capability-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.rt-v5-capability-card {
    min-height: 330px;
    padding: 34px;
    border: 1px solid rgba(11,23,48,.11);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(11,23,48,.07);
}
.rt-v5-capability-card:nth-child(2) { background: #edf5f5; }
.rt-v5-capability-card:nth-child(3) { background: #f8efe7; }
.rt-v5-capability-card > span { display: block; margin-bottom: 54px; color: #9a6f19; font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.rt-v5-capability-card h3 { margin-bottom: 16px; color: var(--rt-navy); font-size: clamp(1.35rem,2vw,1.8rem); }
.rt-v5-capability-card p { margin: 0; color: var(--rt-ink-soft); }

/* Photo gallery */
.rt-v5-gallery-section { background: var(--rt-ivory); }
.rt-v5-gallery-heading {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: end;
    margin-bottom: 42px;
}
.rt-v5-gallery-heading h2 { max-width: 880px; margin: 0; color: var(--rt-navy); }
.rt-v5-gallery {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    grid-template-rows: repeat(2, minmax(260px, 1fr));
    gap: 18px;
}
.rt-v5-gallery-item {
    position: relative;
    min-height: 300px;
    margin: 0;
    overflow: hidden;
    border-radius: 24px;
    background: var(--rt-navy);
    box-shadow: 0 18px 48px rgba(11,23,48,.15);
}
.rt-v5-gallery-tall { grid-row: 1 / span 2; min-height: 610px; }
.rt-v5-gallery-wide { grid-column: 1 / span 2; min-height: 340px; }
.rt-v5-gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.08) contrast(1.04); transition: transform .5s ease; }
.rt-v5-gallery-tall img { object-position: center 45%; }
.rt-v5-gallery-item:nth-child(2) img { object-position: center 38%; }
.rt-v5-gallery-item:nth-child(3) img { object-position: center 38%; }
.rt-v5-gallery-wide img { object-position: center 48%; }
.rt-v5-gallery-item:hover img { transform: scale(1.025); }
.rt-v5-gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(6,15,31,.9), rgba(6,15,31,.04) 65%);
}
.rt-v5-gallery-item figcaption {
    position: absolute;
    z-index: 2;
    left: 24px;
    right: 24px;
    bottom: 22px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.25;
}
.rt-v5-gallery-item figcaption span { display: block; margin-bottom: 6px; color: var(--rt-gold-light); font-family: Inter, sans-serif; font-size: .65rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }

/* Selected chapters */
.rt-v5-chapters-section { background: #fff; }
.rt-v5-chapter-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.rt-v5-chapter-card { overflow: hidden; border: 1px solid rgba(11,23,48,.11); border-radius: 24px; background: #fff; box-shadow: 0 17px 48px rgba(11,23,48,.08); }
.rt-v5-chapter-image { overflow: hidden; aspect-ratio: 4 / 3.15; background: #dfe7ed; }
.rt-v5-chapter-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.07) contrast(1.03); }
.rt-v5-chapter-card:nth-child(1) img { object-position: center 30%; }
.rt-v5-chapter-card:nth-child(2) img { object-position: center 45%; }
.rt-v5-chapter-card:nth-child(3) img { object-position: center center; }
.rt-v5-chapter-copy { padding: 28px 28px 32px; }
.rt-v5-chapter-copy > span { color: #91661c; font-size: .68rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.rt-v5-chapter-copy h3 { margin: 10px 0 12px; color: var(--rt-navy); font-size: 1.65rem; }
.rt-v5-chapter-copy p { margin: 0; color: var(--rt-ink-soft); font-size: .94rem; }

/* Book */
.rt-v5-book-section {
    color: #fff;
    background:
        radial-gradient(circle at 15% 12%, rgba(8,127,123,.42), transparent 30%),
        radial-gradient(circle at 88% 12%, rgba(211,163,63,.2), transparent 25%),
        linear-gradient(135deg, #11193b 0%, #1b2550 58%, #183b5d 100%);
}
.rt-v5-book-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: end; margin-bottom: 46px; }
.rt-v5-book-heading h2 { margin: 0; color: #fff; }
.rt-v5-book-heading > p { margin-bottom: 5px; color: rgba(255,255,255,.84); font-size: 1.05rem; }
.rt-v5-book-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 42px; align-items: stretch; }
.rt-v5-video-wrap { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 26px; background: #050912; box-shadow: 0 28px 75px rgba(0,0,0,.32); }
.rt-v5-video-wrap video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #050912; }
.rt-v5-video-wrap > p { margin: 0; padding: 10px 14px 12px; color: rgba(255,255,255,.65); font-size: .7rem; text-align: center; }
.rt-v5-book-copy {
    display: grid;
    grid-template-columns: 148px 1fr;
    gap: 24px;
    align-items: center;
    padding: 28px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 26px;
    background: rgba(255,255,255,.07);
    backdrop-filter: blur(8px);
}
.rt-v5-book-cover { width: 100%; border-radius: 8px; box-shadow: 0 15px 35px rgba(0,0,0,.28); }
.rt-v5-book-kicker { color: var(--rt-gold-light); font-weight: 780; line-height: 1.4; }
.rt-v5-book-copy blockquote { margin: 18px 0 24px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; line-height: 1.4; }

/* Reach */
.rt-v5-reach-section { color: #fff; background: linear-gradient(125deg, #075c62, #0f7b79 58%, #1d5680); }
.rt-v5-reach-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.rt-v5-reach-copy h2 { color: #fff; }
.rt-v5-reach-copy p { color: rgba(255,255,255,.86); }
.rt-text-link-light { color: #fff !important; }
.rt-v5-reach-stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.rt-v5-reach-stat { min-height: 142px; display: flex; flex-direction: column; justify-content: center; padding: 24px; border: 1px solid rgba(255,255,255,.22); border-radius: 19px; background: rgba(255,255,255,.09); }
.rt-v5-reach-stat strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem,4vw,3.7rem); line-height: 1; }
.rt-v5-reach-stat span { margin-top: 8px; color: rgba(255,255,255,.76); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.rt-v5-reach-feature { grid-column: 1 / span 2; min-height: 115px; background: var(--rt-navy); border-color: rgba(255,255,255,.1); }
.rt-v5-reach-feature span { color: var(--rt-gold-light); }

/* Creative */
.rt-v5-creative-section { background: #f3ede4; }
.rt-v5-creative-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 76px; align-items: center; }
.rt-v5-creative-media { position: relative; overflow: hidden; border-radius: 28px; box-shadow: 0 25px 68px rgba(11,23,48,.2); }
.rt-v5-creative-media img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center; filter: saturate(1.1) contrast(1.05); }
.rt-v5-creative-media > span { position: absolute; left: 20px; bottom: 20px; padding: 12px 15px; border-radius: 10px; background: rgba(11,23,48,.92); color: #fff; font-size: .68rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.rt-v5-creative-copy h2 { color: var(--rt-navy); }
.rt-v5-creative-copy p { color: var(--rt-ink-soft); font-size: 1.05rem; }

/* About */
.rt-v5-about-section { background: #fff; }
.rt-v5-about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 76px; align-items: center; }
.rt-v5-about-copy h2 { color: var(--rt-navy); }
.rt-v5-about-copy p { color: var(--rt-ink-soft); font-size: 1.05rem; }
.rt-v5-about-media { overflow: hidden; border-radius: 28px; box-shadow: 0 25px 70px rgba(11,23,48,.17); }
.rt-v5-about-media img { width: 100%; aspect-ratio: 4 / 4.5; object-fit: cover; object-position: center 34%; filter: saturate(1.04) contrast(1.02); }

/* Final CTA */
.rt-v5-final-cta {
    padding: 88px 0;
    color: #fff;
    background:
        radial-gradient(circle at 78% 8%, rgba(211,163,63,.28), transparent 23%),
        linear-gradient(125deg, #0b1730, #1b3d6b 62%, #0b6d70);
}
.rt-v5-final-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 70px; align-items: center; }
.rt-v5-final-cta h2 { margin-bottom: 20px; color: #fff; }
.rt-v5-final-cta p { max-width: 790px; color: rgba(255,255,255,.84); font-size: 1.05rem; }
.rt-v5-final-cta .rt-button-row { justify-content: flex-end; }

/* Inner-page header spacing and contrast consistency */
.rt-inner-hero,
.rt-contact-page { padding-top: 84px; }
.rt-inner-page .rt-eyebrow,
.rt-contact-page .rt-eyebrow { color: #91661c; }

@media (max-width: 1180px) {
    .rt-nav-list { gap: 13px; }
    .rt-nav-list a { font-size: .73rem; }
    .rt-header-cta { padding: 10px 12px; font-size: .72rem; }
    .rt-v5-hero-grid { gap: 46px; grid-template-columns: 1fr .82fr; }
    .rt-v5-orlando-card { right: -10px; }
    .rt-v5-book-badge { left: -10px; }
    .rt-v5-impact-grid { grid-template-columns: minmax(240px,.72fr) minmax(0,1.5fr); gap: 34px; }
    .rt-v7-impact-card { padding: 24px; }
}

@media (max-width: 1024px) {
    :root { --rt-header-height: 76px; }
    .rt-site-header,
    .rt-site-header.is-scrolled { height: var(--rt-header-height); }
    .rt-primary-nav {
        inset: var(--rt-header-height) 0 auto;
        background: rgba(11,23,48,.99);
    }
    .rt-nav-list .sub-menu {
        position: static;
        display: block;
        min-width: 0;
        padding: 0 0 8px 18px;
        transform: none;
        border: 0;
        box-shadow: none;
        background: transparent;
    }
    .rt-v5-hero-grid,
    .rt-v5-reach-grid,
    .rt-v5-creative-grid,
    .rt-v5-about-grid { grid-template-columns: 1fr; }
    .rt-v5-hero-copy { max-width: 860px; }
    .rt-v5-hero-media { max-width: 670px; margin-inline: auto; }
    .rt-v5-impact-grid { grid-template-columns: 1fr; }
    .rt-v5-impact-intro { padding: 0; }
    .rt-v7-impact-cards { width: 100%; }
    .rt-v5-capability-grid,
    .rt-v5-chapter-grid { grid-template-columns: 1fr; }
    .rt-v5-capability-card { min-height: auto; }
    .rt-v5-capability-card > span { margin-bottom: 28px; }
    .rt-v5-chapter-card { display: grid; grid-template-columns: .75fr 1.25fr; }
    .rt-v5-chapter-image { height: 100%; aspect-ratio: auto; min-height: 290px; }
    .rt-v5-book-heading,
    .rt-v5-book-grid { grid-template-columns: 1fr; gap: 34px; }
    .rt-v5-book-copy { grid-template-columns: 140px 1fr; }
    .rt-v5-reach-stats { max-width: 760px; }
    .rt-v5-creative-media { max-width: 690px; }
    .rt-v5-about-media { max-width: 650px; }
    .rt-v5-final-grid { grid-template-columns: 1fr; gap: 30px; }
    .rt-v5-final-cta .rt-button-row { justify-content: flex-start; }
}

@media (max-width: 767px) {
    .rt-header-inner { width: min(calc(100% - 28px), 1390px); }
    .rt-v5-hero { padding: 58px 0 64px; }
    .rt-v5-hero-grid { gap: 48px; }
    .rt-v5-status { align-items: flex-start; border-radius: 16px; line-height: 1.35; }
    .rt-v5-hero h1 { font-size: clamp(4rem,21vw,6.5rem); }
    .rt-v5-hero h2 { font-size: clamp(1.55rem,7.5vw,2.25rem); }
    .rt-v5-hero-media { padding: 8px 8px 38px; }
    .rt-v5-hero-media::before { inset: 0 0 48px 35px; }
    .rt-v5-orlando-card { top: 24px; right: -2px; width: 155px; }
    .rt-v5-book-badge { left: -2px; bottom: 0; width: 175px; }
    .rt-v5-role-line { gap: 7px; }
    .rt-v5-impact { padding: 44px 0; }
    .rt-v5-impact-grid { grid-template-columns: 1fr; }
    .rt-v7-impact-cards { grid-template-columns: 1fr; border-radius: 18px; }
    .rt-v7-impact-card,
    .rt-v7-impact-card:nth-child(2n),
    .rt-v7-impact-card:nth-child(n+3) { min-height: 128px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
    .rt-v7-impact-card:last-child { border-bottom: 0; }
    .rt-v7-impact-card-text strong { max-width: none; }
    .rt-v5-gallery-heading { grid-template-columns: 1fr; }
    .rt-v5-gallery { grid-template-columns: 1fr; grid-template-rows: auto; }
    .rt-v5-gallery-item,
    .rt-v5-gallery-tall,
    .rt-v5-gallery-wide { grid-column: auto; grid-row: auto; min-height: 350px; }
    .rt-v5-gallery-tall { min-height: 430px; }
    .rt-v5-chapter-card { grid-template-columns: 1fr; }
    .rt-v5-chapter-image { min-height: 280px; aspect-ratio: 4 / 3; }
    .rt-v5-book-copy { grid-template-columns: 92px 1fr; padding: 20px; }
    .rt-v5-book-copy .rt-button-row { grid-column: 1 / span 2; }
    .rt-v5-reach-stats { grid-template-columns: 1fr; }
    .rt-v5-reach-feature { grid-column: auto; }
    .rt-v5-final-cta { padding: 72px 0; }
}

/* V5 specificity corrections against Hello/legacy global selectors. */
body.rt2026-site .rt-v5-hero h2 {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(1.65rem, 2.65vw, 2.75rem);
    font-weight: 780;
    line-height: 1.08;
    letter-spacing: -.04em;
}
body.rt2026-site .rt-v5-hero-photo img,
body.rt2026-site .rt-v5-gallery-item img,
body.rt2026-site .rt-v5-chapter-image img,
body.rt2026-site .rt-v5-creative-media img,
body.rt2026-site .rt-v5-about-media img {
    width: 100%;
    height: 100%;
}
body.rt2026-site a.rt-v5-book-badge,
body.rt2026-site a.rt-v5-book-badge small,
body.rt2026-site a.rt-v5-book-badge strong {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
}
body.rt2026-site a.rt-v5-book-badge span {
    color: var(--rt-gold-light) !important;
    -webkit-text-fill-color: var(--rt-gold-light);
}
