/* ── About Page Styles ─────────────────────────────────────────── */

/* Hero */
.rc-about-hero {
    padding: 100px 0 50px;
    background: linear-gradient(180deg, #0d0a05 0%, #060e10 100%);
    text-align: center;
}
.rc-about-label {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #f5c518;
    display: block;
    margin-bottom: 18px;
}
.rc-about-title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: clamp(2rem, 6vw, 3.5rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.15;
}
.rc-about-title .gold {
    color: #f5c518;
    font-family: 'Caveat', cursive;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 1.2em;
    line-height: 1;
}
.rc-about-lead {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.05rem;
    color: rgba(255,255,255,0.68);
    max-width: 680px;
    margin: 0 auto 32px;
    line-height: 1.75;
}

/* Badges */
.rc-badge {
    display: inline-block;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    border: 1px solid rgba(245,197,24,0.3);
    border-radius: 20px;
    padding: 5px 14px;
    margin: 4px;
}

/* Section nav pills */
.rc-about-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 36px;
}
.rc-about-nav a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 7px 16px;
    text-decoration: none;
    transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.rc-about-nav a:hover {
    color: #f5c518;
    border-color: rgba(245,197,24,0.5);
    background: rgba(245,197,24,0.06);
}

/* Stats strip */
.rc-stats-strip {
    background: #090909;
    padding: 44px 0;
    border-top: 1px solid rgba(245,197,24,0.12);
    border-bottom: 1px solid rgba(245,197,24,0.12);
}
.rc-stats-strip .col-6,
.rc-stats-strip .col-md {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rc-stat-value {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #f5c518;
    display: block;
    line-height: 1;
    margin-bottom: 6px;
}
.rc-stat-label {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.68rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
}

/* Page sections */
.rc-about-section {
    padding: 72px 0;
}
.rc-about-section.alt { background: #0a0a0a; }
.rc-about-section.dark { background: #060e10; }

.rc-section-label {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #f5c518;
    display: block;
    margin-bottom: 12px;
}
.rc-section-title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.2;
}
.rc-section-title-center {
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.2;
}
.rc-section-lead {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.05rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.7;
    margin-bottom: 16px;
}
.rc-body-text {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.92rem;
    color: rgba(255,255,255,0.58);
    line-height: 1.8;
    margin-bottom: 12px;
}

/* Screenshot */
.rc-screenshot {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    display: block;
}

/* Feature grid */
.rc-feature-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    height: 100%;
    transition: border-color 0.2s, background 0.2s;
}
.rc-feature-card:hover {
    border-color: rgba(245,197,24,0.25);
    background: rgba(245,197,24,0.03);
}
.rc-feature-icon {
    font-size: 2rem;
    color: #f5c518;
    margin-bottom: 16px;
    display: block;
}
.rc-feature-title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}
.rc-feature-desc {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.52);
    line-height: 1.7;
    margin: 0;
}

/* Divider line */
.rc-gold-rule {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(245,197,24,0.35), transparent);
    margin: 48px 0;
}

/* Phone fan */
.rc-phone-fan-container {
    position: relative;
    min-height: 460px;
    padding: 40px 0 20px;
    overflow: visible;
}
.rc-phone-fan-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 420px;
}
.rc-phone-fan-item {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform-origin: bottom center;
    transition: transform 0.3s ease, z-index 0.1s;
}
.rc-phone-fan-item:hover { z-index: 10; }
.rc-phone-screen {
    width: 140px;
    border-radius: 20px;
    border: 2px solid rgba(245,197,24,0.25);
    box-shadow: 0 8px 32px rgba(0,0,0,0.6);
    display: block;
}
.rc-phone-label {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    margin-top: 10px;
    white-space: nowrap;
}
/* Fan positions */
.rc-phone-pos-1 { transform: rotate(-24deg) translateX(-240px); z-index: 1; }
.rc-phone-pos-2 { transform: rotate(-12deg) translateX(-120px); z-index: 2; }
.rc-phone-pos-3 { transform: rotate(0deg); z-index: 5; }
.rc-phone-pos-4 { transform: rotate(12deg) translateX(120px); z-index: 2; }
.rc-phone-pos-5 { transform: rotate(24deg) translateX(240px); z-index: 1; }
@media (max-width: 767px) {
    .rc-phone-fan-item { display: none; }
    .rc-phone-pos-3 { display: flex; position: relative; transform: none; bottom: auto; }
    .rc-phone-screen { width: 200px; }
    .rc-phone-fan-wrapper { height: auto; justify-content: center; }
}

/* Bot cards */
.rc-bot-card {
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 28px;
    height: 100%;
    transition: border-color 0.25s;
}
.rc-bot-card:hover { border-color: rgba(245,197,24,0.2); }
.rc-bot-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}
.rc-bot-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid rgba(245,197,24,0.4);
    object-fit: cover;
    flex-shrink: 0;
}
.rc-bot-name {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 2px;
}
.rc-bot-handle {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.75rem;
    color: #f5c518;
    display: block;
    margin-bottom: 2px;
}
.rc-bot-tagline {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.38);
    display: block;
}
.rc-bot-bio {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.58);
    line-height: 1.7;
    margin: 0 0 12px;
}
.rc-bot-intro-trigger {
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(245,197,24,0.65);
    transition: color 0.2s;
}
.rc-bot-intro-trigger:hover { color: #f5c518; }
#rc-bot-intro-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.82);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}
#rc-bot-intro-overlay.active { opacity: 1; pointer-events: auto; }
#rc-bot-intro-modal {
    background: #111115;
    border: 1px solid rgba(245,197,24,0.3);
    border-radius: 14px;
    max-width: 580px;
    width: 100%;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 24px 80px rgba(0,0,0,0.7);
    transform: scale(0.95) translateY(10px);
    opacity: 0;
    transition: transform 0.22s ease, opacity 0.22s ease;
}
#rc-bot-intro-overlay.active #rc-bot-intro-modal { transform: scale(1) translateY(0); opacity: 1; }
.rc-bim-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 22px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    position: relative;
}
.rc-bim-avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 2px solid rgba(245,197,24,0.4); }
.rc-bim-meta { flex: 1; min-width: 0; }
.rc-bim-name { font-family: 'Josefin Sans', sans-serif; font-size: 1.05rem; font-weight: 700; color: #f8f9fa; margin: 0 0 2px; display: block; letter-spacing: 0.5px; }
.rc-bim-handle { font-family: 'Josefin Sans', sans-serif; font-size: 0.75rem; color: #f5c518; margin: 0 0 3px; display: block; }
.rc-bim-title { font-family: 'Josefin Sans', sans-serif; font-size: 0.65rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.38); margin: 0; display: block; }
.rc-bim-close {
    position: absolute; top: 14px; right: 16px;
    background: none; border: none;
    color: rgba(255,255,255,0.35); font-size: 22px;
    cursor: pointer; line-height: 1; padding: 0; transition: color 0.15s;
}
.rc-bim-close:hover { color: rgba(255,255,255,0.9); }
.rc-bim-body { padding: 20px 22px; overflow-y: auto; flex: 1; font-family: 'Josefin Sans', sans-serif; font-size: 0.9rem; line-height: 1.75; color: rgba(255,255,255,0.68); }
.rc-bim-body p { margin: 0 0 12px; }
.rc-bim-body p:last-child { margin-bottom: 0; }
.rc-bim-footer { padding: 14px 22px; border-top: 1px solid rgba(255,255,255,0.07); text-align: right; }
.rc-bim-footer a { font-family: 'Josefin Sans', sans-serif; font-size: 0.65rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(245,197,24,0.65); text-decoration: none; transition: color 0.2s; }
.rc-bim-footer a:hover { color: #f5c518; }

/* CTA section */
.rc-about-cta {
    background: #060e10;
    padding: 80px 0;
    text-align: center;
    border-top: 1px solid rgba(245,197,24,0.1);
    border-bottom: 1px solid rgba(245,197,24,0.1);
}
.rc-cta-btn {
    display: inline-block;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #060e10;
    background: #f5c518;
    border-radius: 30px;
    padding: 14px 40px;
    text-decoration: none;
    transition: background 0.2s, opacity 0.2s;
}
.rc-cta-btn:hover { background: #ffd640; color: #060e10; text-decoration: none; }

/* Case study link cards */
.rc-build-card {
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 36px 28px;
    text-align: center;
    transition: border-color 0.25s, background 0.25s;
}
.rc-build-card:hover {
    border-color: rgba(245,197,24,0.25);
    background: rgba(245,197,24,0.025);
}
.rc-build-icon {
    font-size: 2.4rem;
    color: #f5c518;
    margin-bottom: 16px;
    display: block;
}
.rc-build-title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.rc-build-desc {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.52);
    line-height: 1.7;
    margin-bottom: 22px;
}
.rc-build-link {
    display: inline-block;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 20px;
    padding: 7px 20px;
    text-decoration: none;
    transition: color 0.2s, border-color 0.2s;
}
.rc-build-link:hover {
    color: #f5c518;
    border-color: rgba(245,197,24,0.5);
    text-decoration: none;
}

/* History / Creator section */
.rc-history-body p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.97rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.9;
    margin-bottom: 20px;
}
.rc-history-body strong {
    color: #f5c518;
    font-weight: 700;
}
.rc-format-chip {
    display: inline-block;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #f5c518;
    border: 1px solid rgba(245,197,24,0.35);
    border-radius: 4px;
    padding: 5px 12px;
    margin: 3px;
}
.rc-follow-label {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.66rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-bottom: 14px;
}
.rc-social-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 20px;
    padding: 9px 20px;
    margin: 4px;
    text-decoration: none;
    transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.rc-social-btn:hover {
    color: #f5c518;
    border-color: rgba(245,197,24,0.5);
    background: rgba(245,197,24,0.06);
    text-decoration: none;
}
.rc-social-btn i { font-size: 1rem; }

/* Guest Appearances section */
.rc-guest-category-label {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #f5c518;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    margin-top: 12px;
}
.rc-guest-category-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(245,197,24,0.2);
}
.rc-guest-card {
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px;
    padding: 20px 20px 16px;
    height: 100%;
    transition: border-color 0.2s, background 0.2s;
}
.rc-guest-card:hover {
    border-color: rgba(245,197,24,0.25);
    background: rgba(245,197,24,0.02);
}
.rc-guest-name {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #f5c518;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(245,197,24,0.15);
}
.rc-guest-episodes {
    list-style: none;
    padding: 0;
    margin: 0;
}
.rc-guest-episodes li {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.73rem;
    color: rgba(255,255,255,0.42);
    line-height: 1.45;
    padding: 4px 0 4px 14px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    position: relative;
}
.rc-guest-episodes li:last-child { border-bottom: none; }
.rc-guest-episodes a { color: rgba(255,255,255,0.55); text-decoration: none; }
.rc-guest-episodes a:hover { color: #f5c518; text-decoration: underline; }
.rc-guest-episodes li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: rgba(245,197,24,0.4);
    font-size: 0.6rem;
    top: 5px;
}
.rc-guest-quip {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.48);
    line-height: 1.65;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.rc-guest-masonry {
    column-count: 3;
    column-gap: 12px;
}
.rc-guest-masonry .rc-guest-card {
    break-inside: avoid;
    margin-bottom: 12px;
}
@media (max-width: 768px) { .rc-guest-masonry { column-count: 2; } }
@media (max-width: 480px) { .rc-guest-masonry { column-count: 1; } }

/* Back to top */
.rc-back-to-top {
    position: fixed;
    bottom: 28px;
    right: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(8,8,10,0.88);
    border: 1px solid rgba(245,197,24,0.35);
    color: #f5c518;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease, border-color 0.2s;
    text-decoration: none;
    cursor: pointer;
    backdrop-filter: blur(6px);
}
.rc-back-to-top.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.rc-back-to-top:hover {
    border-color: rgba(245,197,24,0.7);
    color: #f5c518;
    text-decoration: none;
}
