:root {
    --ra-yellow: #f9e608;
    --ra-black: #07090e;
    --ra-navy: #0b0f19;
    --ra-panel: #12161f;
    --ra-white: #ffffff;
    --ra-muted: rgba(255, 255, 255, 0.68);
    --ra-line: rgba(255, 255, 255, 0.08);
    --ra-font: "Outfit", "Segoe UI", sans-serif;
    --ra-w: min(1200px, calc(100% - 64px));
}

html { scroll-behavior: smooth; }

body.ra-site {
    font-family: var(--ra-font) !important;
    background: var(--ra-navy) !important;
    color: var(--ra-white) !important;
    overflow-x: hidden;
}

body.ra-site .wrapper {
    background: var(--ra-navy) !important;
    overflow-x: hidden;
}

body.ra-site #loader-overlay { background: var(--ra-black); }
body.ra-site ::selection { background: var(--ra-yellow); color: #111; }

.ra-home,
.ra-home p,
.ra-home a,
.ra-home h1, .ra-home h2, .ra-home h3, .ra-home h4, .ra-home h5,
.ra-page, .ra-page p, .ra-page a, .ra-page h1, .ra-page h2, .ra-page h3,
.ra-story, .ra-story p, .ra-story a, .ra-story h1, .ra-story h2, .ra-story h3,
.ra-works, .ra-works p, .ra-works a, .ra-works h1, .ra-works h2, .ra-works h3, .ra-works button,
.ra-reach, .ra-reach p, .ra-reach a, .ra-reach h1, .ra-reach h2, .ra-reach h3, .ra-reach button, .ra-reach label,
.ra-header, .ra-header a, .ra-header button,
.ra-footer, .ra-footer p, .ra-footer a, .ra-footer h5 {
    font-family: var(--ra-font) !important;
}

.ra-home section {
    padding: 0 !important;
    margin: 0 !important;
    background: var(--ra-navy) !important;
    border: 0 !important;
    float: none !important;
    width: 100% !important;
    z-index: 2;
}

.ra-home section.ra-about,
.ra-home section.ra-ascent,
.ra-home section.ra-why,
.ra-home section.ra-home-quote {
    background: #f4f5f7 !important;
}

.ra-home section.ra-block {
    padding: 100px 0 !important;
}

.ra-container { width: var(--ra-w); margin: 0 auto; }

.ra-home svg {
    fill: none !important;
}

/* ===== HEADER ===== */
.ra-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    padding: 18px 0;
    transition: .3s ease;
}

.ra-header.is-scrolled {
    padding: 12px 0;
    background: var(--ra-navy) !important;
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--ra-line);
}

.ra-header__inner {
    width: var(--ra-w);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.ra-logo { display: flex; align-items: center; flex-shrink: 0; position: relative; z-index: 4; }
.ra-logo img { height: 42px; width: auto; display: block; }

.ra-nav { display: flex; align-items: center; gap: 4px; }
.ra-nav__panel { display: flex; align-items: center; gap: 4px; }
.ra-nav__kicker,
.ra-nav__tag,
.ra-nav__foot { display: none; }
.ra-nav a b { display: none; }
.ra-nav a {
    color: rgba(255,255,255,.86) !important;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 14px;
    text-decoration: none !important;
    position: relative;
}
.ra-nav a:hover,
.ra-nav a.is-active { color: var(--ra-yellow) !important; }
.ra-nav a.is-active:after {
    content: "";
    position: absolute;
    left: 14px; right: 14px; bottom: 2px;
    height: 2px;
    background: var(--ra-yellow);
}
.ra-nav-cta { display: none; }

.ra-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    padding: 12px 24px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    border: 1.5px solid transparent;
    transition: .25s ease;
    white-space: nowrap;
    line-height: 1;
}
.ra-btn svg { width: 16px; height: 16px; }
.ra-btn:hover { transform: translateY(-2px); }

.ra-btn--navy {
    background: #0b0f19;
    color: #fff !important;
    border-color: #0b0f19;
}
.ra-btn--navy:hover {
    background: #000;
    color: var(--ra-yellow) !important;
}

.ra-btn--ghost-ink {
    background: transparent;
    color: #111 !important;
    border-color: #0b0f19;
}
.ra-btn--ghost-ink:hover {
    background: var(--ra-yellow);
    border-color: var(--ra-yellow);
    color: #111 !important;
}

.ra-btn--fill {
    background: var(--ra-yellow);
    color: #111 !important;
    box-shadow: 0 8px 24px rgba(249, 230, 8, .25);
}
.ra-btn--fill:hover { background: #fff; color: #111 !important; }

.ra-btn--ghost {
    background: transparent;
    color: #fff !important;
    border-color: rgba(255,255,255,.55);
}
.ra-btn--ghost:hover {
    background: var(--ra-yellow);
    border-color: var(--ra-yellow);
    color: #111 !important;
}

.ra-burger {
    display: none;
    width: 44px; height: 44px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.04);
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    z-index: 4;
}
.ra-burger span,
.ra-burger span:before,
.ra-burger span:after {
    display: block; width: 16px; height: 2px; background: #fff;
    position: absolute; left: 50%; margin-left: -8px; transition: .25s ease;
}
.ra-burger span { top: 50%; margin-top: -1px; }
.ra-burger span:before { content: ""; top: -6px; }
.ra-burger span:after { content: ""; top: 6px; }
body.nav-open .ra-burger span { background: transparent; }
body.nav-open .ra-burger span:before { top: 0; transform: rotate(45deg); }
body.nav-open .ra-burger span:after { top: 0; transform: rotate(-45deg); }

/* ===== HERO ===== */
.ra-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
    isolation: isolate;
}

.ra-hero__bg {
    position: absolute;
    inset: 0;
    background: #06080d url("/img/home/hero-mountain.jpg") right center / cover no-repeat;
    z-index: 0;
}

.ra-hero__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(7,9,14,.72) 0%, rgba(7,9,14,.28) 42%, rgba(7,9,14,.06) 68%, transparent 100%),
        linear-gradient(180deg, rgba(7,9,14,.35) 0%, transparent 22%, transparent 58%, rgba(7,9,14,.45) 100%);
}

.ra-hero__content {
    position: relative;
    z-index: 3;
    width: var(--ra-w);
    margin: 0 auto;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 120px 0 24px;
}

.ra-hero__copy { max-width: 620px; }

.ra-kicker {
    color: var(--ra-yellow);
    letter-spacing: .12em;
    font-size: 12px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 18px;
}

.ra-hero h1 {
    font-size: clamp(40px, 5.6vw, 72px) !important;
    line-height: 1.02 !important;
    font-weight: 800 !important;
    letter-spacing: -0.04em;
    margin: 0 0 18px !important;
    color: #fff !important;
}
.ra-hero h1 span { color: var(--ra-yellow) !important; }

.ra-hero__hand {
    font-family: "Caveat", cursive !important;
    font-size: clamp(26px, 3vw, 36px) !important;
    font-weight: 700 !important;
    color: var(--ra-yellow) !important;
    line-height: 1.2 !important;
    margin: -4px 0 16px !important;
    letter-spacing: -0.02em;
}

.ra-hero p.lead {
    max-width: 480px;
    font-size: 17px !important;
    line-height: 1.7 !important;
    color: rgba(255,255,255,.78) !important;
    margin: 0 0 28px !important;
}

.ra-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.ra-hero__dock {
    position: relative;
    z-index: 3;
    width: var(--ra-w);
    margin: 0 auto 28px;
    background: none;
    border: 0;
}

.ra-strip__grid {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    padding: 14px 8px;
    background: rgba(8, 11, 18, .48);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 22px;
}

.ra-strip__grid a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 10px 6px;
    color: #fff !important;
    text-decoration: none !important;
    border-bottom: 0;
    transition: .25s ease;
}
.ra-strip__grid a svg {
    width: 30px; height: 30px;
    stroke: var(--ra-yellow);
    fill: none;
    stroke-width: 1.6;
}
.ra-strip__grid a span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-align: center;
}
.ra-strip__grid a:hover {
    color: var(--ra-yellow) !important;
    transform: translateY(-2px);
}

/* ===== SHARED SECTION RHYTHM ===== */
.ra-block { padding: 92px 0 !important; }

.ra-label {
    color: var(--ra-yellow) !important;
    font-weight: 700;
    letter-spacing: .12em;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.ra-home h2 {
    font-size: clamp(32px, 4vw, 48px) !important;
    line-height: 1.12 !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em;
    margin: 0 0 16px !important;
    color: #fff !important;
}

.ra-lead {
    color: var(--ra-muted) !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
    margin: 0 !important;
}

/* ===== ABOUT ===== */
.ra-home section.ra-about.ra-block { padding: 100px 0 !important; }

.ra-about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
}

.ra-about .ra-label { color: #c9a800 !important; }
.ra-about h2 { color: #111 !important; }
.ra-about .ra-lead { color: #5b616c !important; max-width: 460px; }

.ra-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: 32px 0 36px;
    padding: 0;
    border: 0;
}
.ra-stats > div {
    padding-right: 18px;
    margin-right: 18px;
    border-right: 1px solid #ddd;
}
.ra-stats > div:last-child { border: 0; margin: 0; padding: 0; }
.ra-stats b {
    display: block;
    font-size: 34px;
    font-weight: 800;
    color: #111 !important;
    letter-spacing: -0.03em;
}
.ra-stats span { color: #6b7280; font-size: 13px; }

.ra-about__visual {
    position: relative;
}
.ra-rise {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
}
.ra-rise__svg {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
}
.ra-rise__note {
    position: absolute;
    left: 58%;
    top: -6px;
    min-width: 168px;
    padding: 12px 16px 14px;
    background: var(--ra-yellow);
    color: #111 !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.25;
    border-radius: 16px 16px 16px 4px;
    box-shadow: 0 10px 24px rgba(11,15,25,.12);
    transform-origin: 12px 100%;
    opacity: 0;
    pointer-events: none;
    animation: ra-note 7s ease-in-out infinite 1.2s;
}
.ra-rise__note small {
    display: block;
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 700;
    opacity: .55;
    margin-bottom: 4px;
}
.ra-rise__note:after {
    content: "";
    position: absolute;
    left: 18px;
    bottom: -7px;
    width: 12px;
    height: 12px;
    background: var(--ra-yellow);
    transform: rotate(45deg);
    border-radius: 2px;
}
.ra-rise__svg {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
}
.ra-rise__grid {
    stroke: rgba(11,15,25,.12);
    stroke-width: 1.2;
    stroke-linecap: round;
}
.ra-rise__mtn {
    stroke: #0b0f19;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none !important;
    stroke-dasharray: 920;
    stroke-dashoffset: 920;
    animation: ra-draw 2.4s ease forwards;
}
.ra-rise__mtn--soft {
    stroke: rgba(11,15,25,.35);
    stroke-width: 1.4;
    animation-delay: .25s;
}
.ra-rise__hatch {
    stroke: rgba(11,15,25,.35);
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    animation: ra-draw 1.2s ease .8s forwards;
    fill: none !important;
}
.ra-rise__trail {
    stroke: #c9a800;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-dasharray: 5 9;
    fill: none !important;
    animation: ra-dash 16s linear infinite;
}
.ra-rise__dot {
    fill: #0b0f19 !important;
    stroke: none !important;
    opacity: 0;
    animation: ra-dot .6s ease forwards;
}
.ra-rise__dot--1 { animation-delay: .9s; }
.ra-rise__dot--2 { animation-delay: 1.2s; }
.ra-rise__dot--3 { animation-delay: 1.5s; }
.ra-rise__dot--4 { animation-delay: 1.8s; }
.ra-rise__peak {
    transform-origin: 352px 48px;
    animation: ra-peak 2.4s ease-in-out infinite 2s;
}
.ra-rise__peak circle {
    stroke: var(--ra-yellow);
    stroke-width: 2;
    fill: #0b0f19 !important;
}
.ra-rise__peak path {
    stroke: var(--ra-yellow);
    stroke-width: 1.8;
    stroke-linecap: round;
    fill: none !important;
}
.ra-rise__plane path {
    stroke: #0b0f19;
    stroke-width: 1.5;
    stroke-linejoin: round;
    fill: none !important;
}
.ra-rise__plane path:first-child {
    fill: var(--ra-yellow) !important;
}
@keyframes ra-draw {
    to { stroke-dashoffset: 0; }
}
@keyframes ra-dash {
    to { stroke-dashoffset: -280; }
}
@keyframes ra-dot {
    to { opacity: 1; }
}
@keyframes ra-peak {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}
@keyframes ra-note {
    0%, 76% {
        opacity: 0;
        transform: translateY(10px) scale(.86);
        pointer-events: none;
    }
    84%, 96% {
        opacity: 1;
        transform: translateY(0) scale(1);
        pointer-events: auto;
    }
    100% {
        opacity: 0;
        transform: translateY(-6px) scale(.94);
        pointer-events: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .ra-rise__mtn,
    .ra-rise__hatch,
    .ra-rise__trail,
    .ra-rise__dot,
    .ra-rise__peak,
    .ra-rise__plane,
    .ra-rise__note { animation: none; opacity: 1; stroke-dashoffset: 0; pointer-events: auto; }
}

/* ===== SERVICES ===== */
.ra-services__head {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 40px;
    align-items: end;
    margin-bottom: 40px;
}

.ra-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.ra-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0;
    border: 1px solid rgba(255,255,255,.08);
    text-decoration: none !important;
    color: #fff !important;
    background: #12161f;
    min-height: 390px;
    transition: border-color .25s ease, transform .25s ease;
}
.ra-card:hover {
    border-color: rgba(249,230,8,.45);
    transform: translateY(-4px);
    color: #fff !important;
}
.ra-card__photo {
    height: 200px;
    background-size: cover;
    background-position: center;
    filter: saturate(.7) brightness(.75);
}
.ra-card__body {
    position: relative;
    padding: 22px 22px 52px;
    flex: 1;
}
.ra-card svg {
    width: 28px; height: 28px;
    stroke: var(--ra-yellow) !important;
    fill: none !important;
    stroke-width: 1.7;
    margin-bottom: 14px;
    display: block;
}
.ra-card h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin: 0 0 8px !important;
    color: #fff !important;
}
.ra-card p {
    color: rgba(255,255,255,.7) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}
.ra-card__go {
    position: absolute;
    right: 18px;
    bottom: 16px;
    width: 32px; height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.25);
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 1;
}
.ra-card:hover .ra-card__go {
    background: var(--ra-yellow);
    border-color: var(--ra-yellow);
    color: #111;
}
.ra-services__cta {
    text-align: center;
    margin-top: 40px;
}

/* ===== SERVICES PAGE ===== */
body.ra-site .ra-page section {
    padding: 0 !important;
    margin: 0 !important;
    background: var(--ra-navy) !important;
    border: 0 !important;
    float: none !important;
    width: 100% !important;
}
body.ra-site .ra-page section.ra-block {
    padding: 100px 0 !important;
}
body.ra-site .ra-page section.ra-roles {
    background: #f4f5f7 !important;
}
.ra-page h2 {
    font-size: clamp(32px, 4vw, 48px) !important;
    line-height: 1.12 !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em;
    margin: 0 0 16px !important;
    color: #fff !important;
}
.ra-page .ra-lead { color: var(--ra-muted) !important; }
.ra-svc__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.ra-svc {
    background: #12161f;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    padding: 28px 26px 32px;
    scroll-margin-top: 110px;
    text-decoration: none !important;
    color: inherit;
    display: block;
    transition: border-color .25s ease, transform .25s ease;
}
.ra-svc:hover {
    border-color: rgba(249,230,8,.45);
    transform: translateY(-4px);
}
.ra-svc svg {
    width: 28px;
    height: 28px;
    stroke: var(--ra-yellow) !important;
    fill: none !important;
    stroke-width: 1.7;
    margin-bottom: 16px;
    display: block;
}
.ra-svc h3 {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin: 0 0 10px !important;
}
.ra-svc p {
    color: rgba(255,255,255,.7) !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}
.ra-roles h2 { color: #111 !important; }
.ra-roles .ra-label { color: #c9a800 !important; }
.ra-roles .ra-lead { color: #5b616c !important; }
.ra-roles__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}
.ra-roles article,
.ra-roles__grid a {
    background: #fff;
    border: 1px solid rgba(11,15,25,.06);
    border-radius: 16px;
    padding: 28px 28px 32px;
    text-decoration: none !important;
    display: block;
    transition: transform .25s ease, border-color .25s ease;
}
.ra-roles__grid a:hover {
    transform: translateY(-3px);
    border-color: rgba(11,15,25,.16);
}
.ra-roles article h3,
.ra-roles__grid a h3 {
    color: #111 !important;
    font-size: 20px !important;
    margin: 0 0 10px !important;
}
.ra-roles article p,
.ra-roles__grid a p {
    color: #5b616c !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

body.ra-site .ra-page section.ra-page--light,
body.ra-site .ra-page section.ra-page--end { background: #f4f5f7 !important; }
body.ra-site .ra-page section.ra-page--quote {
    background: #0b0f19 !important;
    padding: 88px 0 !important;
    text-align: center;
}
.ra-page--light h2,
.ra-page--end h2 { color: #111 !important; }
.ra-page--light .ra-label,
.ra-page--end .ra-label { color: #c9a800 !important; }
.ra-page--light .ra-lead { color: #5b616c !important; }
.ra-page--end p { color: #5b616c !important; margin: 0 !important; max-width: 460px; font-size: 16px !important; line-height: 1.7 !important; }
.ra-page--quote blockquote {
    font-family: "Caveat", cursive;
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 700;
    color: var(--ra-yellow) !important;
    line-height: 1.15;
    margin: 0 0 18px !important;
}
.ra-page--quote p {
    color: var(--ra-muted) !important;
    font-size: 18px !important;
    margin: 0 auto !important;
    max-width: 520px;
}
.ra-svc {
    display: flex;
    flex-direction: column;
    min-height: 280px;
}
.ra-svc b {
    display: block;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1.2px rgba(249,230,8,.7);
    margin-bottom: 14px;
}
.ra-svc span {
    margin-top: auto;
    padding-top: 18px;
    color: var(--ra-yellow) !important;
    font-size: 13px !important;
    font-weight: 700;
    letter-spacing: .04em;
}

/* ===== SERVICE DETAIL ===== */
body.ra-site .ra-page section.ra-detail {
    background: #f4f5f7 !important;
}
body.ra-site .ra-page section.ra-detail h2 {
    color: #111 !important;
}
body.ra-site .ra-page section.ra-detail .ra-lead { color: #5b616c !important; }
.ra-crumb {
    color: rgba(255,255,255,.7) !important;
    font-size: 13px !important;
    margin: 0 0 12px !important;
}
.ra-crumb a { color: rgba(255,255,255,.8) !important; text-decoration: none !important; }
.ra-crumb a:hover { color: var(--ra-yellow) !important; }
body.ra-site .page-title h1 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.ra-detail__grid {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 48px;
    align-items: start;
}
.ra-prose .ra-label,
.ra-detail .ra-label { color: #c9a800 !important; }
.ra-detail__lead {
    font-size: 18px !important;
    line-height: 1.75 !important;
    color: #3d4450 !important;
    margin: 0 0 32px !important;
}
.ra-prose h2 {
    color: #111 !important;
    font-size: 26px !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em;
    margin: 36px 0 12px !important;
    line-height: 1.25 !important;
}
.ra-prose p {
    color: #3d4450 !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    margin: 0 0 16px !important;
}
.ra-prose ul {
    margin: 0 0 24px;
    padding-left: 18px;
}
.ra-prose li {
    color: #3d4450;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 8px;
}
.ra-faq details {
    background: #fff;
    border: 1px solid rgba(11,15,25,.08);
    border-radius: 12px;
    padding: 16px 18px;
    margin-bottom: 10px;
}
.ra-faq summary {
    cursor: pointer;
    font-weight: 700;
    color: #111;
    list-style: none;
}
.ra-faq summary::-webkit-details-marker { display: none; }
.ra-faq details p {
    margin: 10px 0 0 !important;
    color: #3d4450 !important;
}
.ra-detail__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 36px;
}
.ra-detail__aside { position: sticky; top: 100px; }
.ra-detail__card {
    background: #fff;
    border: 1px solid rgba(11,15,25,.06);
    border-radius: 16px;
    padding: 24px;
}
.ra-detail__card h3 {
    color: #111 !important;
    font-size: 16px !important;
    margin: 0 0 14px !important;
}
.ra-detail__card ul { list-style: none; padding: 0; margin: 0 0 18px; }
.ra-detail__card li { margin-bottom: 10px; }
.ra-detail__card ul a { color: #0b0f19 !important; text-decoration: none !important; font-weight: 600; }
.ra-detail__card ul a:hover { color: #c9a800 !important; }
.ra-detail__card .ra-btn { width: 100%; justify-content: center; margin-top: 8px; }
.ra-detail__card .ra-btn--fill { color: #111 !important; }
.ra-detail__card .ra-btn--navy { color: #fff !important; }
.ra-detail__card .ra-btn--navy:hover { color: var(--ra-yellow) !important; }
.ra-detail__card .ra-btn--ghost-ink { color: #111 !important; }
.ra-detail__card p {
    color: #3d4450 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 0 16px !important;
}
.ra-detail__card .ra-label { margin-bottom: 8px; }
.ra-detail__aside { display: grid; gap: 16px; }

.ra-story-hero .ra-hero__hand {
    font-family: "Caveat", cursive !important;
    font-size: clamp(26px, 3.4vw, 40px) !important;
    font-weight: 700 !important;
    color: var(--ra-yellow) !important;
    line-height: 1.2 !important;
    margin: 0 0 14px !important;
}

.ra-detail__intro h2 { color: #111 !important; }
.ra-detail__steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 28px;
}
.ra-detail__steps article {
    background: #fff;
    border-radius: 14px;
    padding: 20px 18px 22px;
    border: 1px solid rgba(11,15,25,.06);
}
.ra-detail__steps span {
    display: block;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.06em;
    color: transparent;
    -webkit-text-stroke: 1.2px #0b0f19;
    margin-bottom: 8px;
}
.ra-detail__steps h3 {
    color: #111 !important;
    font-size: 16px !important;
    margin: 0 0 6px !important;
}
.ra-detail__steps p {
    color: #5b616c !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

body.ra-site .ra-page section.ra-detail--include,
body.ra-site .ra-page section.ra-detail--more {
    background: var(--ra-navy) !important;
}
.ra-detail--include h2,
.ra-detail--more h2 { color: #fff !important; }
.ra-include {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.ra-include article {
    background: #12161f;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    padding: 22px 20px 24px;
    min-height: 140px;
}
.ra-include b {
    display: block;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.06em;
    color: transparent;
    -webkit-text-stroke: 1.2px rgba(249,230,8,.75);
    margin-bottom: 10px;
}
.ra-include p {
    color: rgba(255,255,255,.82) !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    margin: 0 !important;
}

.ra-chapters > h2 { color: #111 !important; margin-bottom: 28px !important; }
.ra-chapter {
    background: #fff;
    border: 1px solid rgba(11,15,25,.06);
    border-radius: 16px;
    padding: 28px 30px 32px;
    margin-bottom: 16px;
}
.ra-chapter span {
    display: block;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.06em;
    color: transparent;
    -webkit-text-stroke: 1.2px #0b0f19;
    margin-bottom: 8px;
}
.ra-chapter h3 {
    color: #111 !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    margin: 0 0 12px !important;
    letter-spacing: -0.03em;
}
.ra-chapter p {
    color: #3d4450 !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    margin: 0 0 14px !important;
}
.ra-chapter p:last-child { margin-bottom: 0 !important; }

.ra-faq details {
    padding: 18px 22px;
}
.ra-faq summary {
    position: relative;
    padding-right: 28px;
    font-size: 16px;
}
.ra-faq summary:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    color: #c9a800;
    font-size: 22px;
    line-height: 1;
}
.ra-faq details[open] summary:after { content: "–"; }
.ra-faq details[open] {
    border-color: rgba(201,168,0,.35);
}

.ra-related {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.ra-related a {
    background: #12161f;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    padding: 26px 24px 28px;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    min-height: 200px;
    transition: transform .25s ease, border-color .25s ease;
}
.ra-related a:hover {
    transform: translateY(-4px);
    border-color: rgba(249,230,8,.45);
}
.ra-related h3 {
    color: #fff !important;
    font-size: 20px !important;
    margin: 0 0 10px !important;
}
.ra-related p {
    color: rgba(255,255,255,.68) !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    margin: 0 !important;
}
.ra-related span {
    margin-top: auto;
    padding-top: 18px;
    color: var(--ra-yellow) !important;
    font-size: 13px;
    font-weight: 700;
}

/* ===== PROCESS / ASCENT ===== */
.ra-ascent__head {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 40px;
    align-items: end;
}
.ra-ascent .ra-label { color: #c9a800 !important; }
.ra-ascent h2 { color: #111 !important; }
.ra-ascent .ra-lead { color: #5b616c !important; }

.ra-ascent__track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 56px;
    align-items: end;
    min-height: 340px;
}

.ra-ascent__line {
    position: absolute;
    left: 4%;
    right: 4%;
    top: 18px;
    height: 160px;
    width: 92%;
    pointer-events: none;
    z-index: 0;
    opacity: .7;
}

.ra-peak {
    position: relative;
    z-index: 1;
    text-align: left;
}
.ra-peak:nth-child(3) { margin-bottom: 36px; }
.ra-peak:nth-child(4) { margin-bottom: 72px; }
.ra-peak:nth-child(5) { margin-bottom: 108px; }

.ra-peak__no {
    display: block;
    font-size: 56px;
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: .85;
    color: transparent;
    -webkit-text-stroke: 1.5px #0b0f19;
    margin-bottom: 14px;
}

.ra-peak__pin {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1.5px solid #0b0f19;
    background: #0b0f19;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    box-shadow: 0 0 0 8px rgba(11,15,25,.08);
}
.ra-peak__pin svg {
    width: 22px;
    height: 22px;
    stroke: var(--ra-yellow) !important;
    fill: none !important;
    stroke-width: 1.7;
}
.ra-peak__pin--summit {
    background: var(--ra-yellow);
    border-color: var(--ra-yellow);
    box-shadow: 0 0 0 8px rgba(249,230,8,.2);
}
.ra-peak__pin--summit svg { stroke: #111 !important; }

.ra-peak h3 {
    color: #111 !important;
    font-size: 22px !important;
    margin: 0 0 8px !important;
}
.ra-peak p {
    color: #5b616c !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    margin: 0 !important;
    max-width: 240px;
}

.ra-peak:hover .ra-peak__pin {
    transform: translateY(-4px);
    transition: .25s ease;
}

/* ===== BRANDS ===== */
.ra-brands__head {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 40px;
    align-items: end;
    margin-bottom: 40px;
    text-align: left;
    max-width: none;
}
.ra-brands .ra-label { color: var(--ra-yellow) !important; }
.ra-brands h2 { color: #fff !important; }
.ra-brands .ra-lead {
    color: var(--ra-muted) !important;
}
.ra-brands__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}
@media (max-width: 1100px) {
    .ra-home .ra-brands__item:nth-child(n+7) { display: none; }
}
.ra-brands__item {
    background: #fff;
    border-radius: 16px;
    min-height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 20px;
    border: 1px solid rgba(255,255,255,.08);
    transition: border-color .25s ease, transform .25s ease;
}
.ra-brands__item:hover {
    transform: translateY(-4px);
    border-color: rgba(249,230,8,.45);
    box-shadow: none;
}
.ra-brands__item img {
    max-width: 100%;
    width: auto;
    object-fit: contain;
    display: block;
}
.ra-brands__cta {
    text-align: center;
    margin-top: 40px;
}

.ra-marquee { display: none !important; }

/* ===== WHY ===== */
.ra-home section.ra-why {
    border-top: 0;
}
.ra-why__head {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 40px;
    align-items: end;
    margin-bottom: 40px;
}
.ra-why .ra-label { color: #c9a800 !important; }
.ra-why h2 { color: #111 !important; }
.ra-why .ra-lead { color: #5b616c !important; }
.ra-why__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-top: 0;
}
.ra-why article {
    background: #fff;
    border-radius: 16px;
    padding: 32px 32px 36px;
    min-height: 260px;
    border: 1px solid rgba(11,15,25,.06);
    transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.ra-why article:hover {
    border-color: rgba(11,15,25,.16);
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(11,15,25,.08);
}
.ra-why__no {
    display: block;
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: .85;
    color: transparent;
    -webkit-text-stroke: 1.5px #0b0f19;
    margin-bottom: 18px;
}
.ra-why article svg {
    width: 28px;
    height: 28px;
    stroke: #0b0f19 !important;
    fill: none !important;
    stroke-width: 1.7;
    margin-bottom: 14px;
    display: block;
}
.ra-why article h3 {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin: 0 0 10px !important;
    color: #111 !important;
}
.ra-why article p {
    margin: 0 !important;
    color: #5b616c !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

/* ===== CONTACT FORM ===== */
.ra-contact__grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 40px;
    align-items: stretch;
}
.ra-contact h2 { color: #fff !important; }
.ra-contact .ra-label { color: var(--ra-yellow) !important; }
.ra-contact__sub {
    color: var(--ra-muted) !important;
    margin: 0 0 36px !important;
    font-size: 16px !important;
}
.ra-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 28px;
}
.ra-form label {
    display: block;
    margin-bottom: 22px;
}
.ra-form label span {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,.55);
    margin-bottom: 8px;
}
.ra-form input,
.ra-form textarea {
    width: 100%;
    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.22) !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 8px 0 12px !important;
    color: #fff !important;
    font-family: var(--ra-font) !important;
    font-size: 15px !important;
    outline: none;
    resize: none;
    min-height: 0 !important;
    height: auto !important;
}
.ra-form input::placeholder,
.ra-form textarea::placeholder {
    color: rgba(255,255,255,.35) !important;
}
.ra-form input:focus,
.ra-form textarea:focus {
    border-bottom-color: var(--ra-yellow) !important;
}
.ra-form input:-webkit-autofill,
.ra-form textarea:-webkit-autofill {
    -webkit-text-fill-color: #fff;
    box-shadow: 0 0 0 1000px #0b0f19 inset !important;
    transition: background-color 9999s ease-out;
}
.ra-form__full { display: block; }
.ra-form__btn {
    margin-top: 8px;
    cursor: pointer;
    color: #fff !important;
    border-color: rgba(255,255,255,.55) !important;
    background: transparent !important;
}
.ra-form__btn svg {
    stroke: currentColor !important;
    fill: none !important;
}
.ra-form__btn:hover {
    background: var(--ra-yellow) !important;
    border-color: var(--ra-yellow) !important;
    color: #111 !important;
}
.ra-form__btn:disabled {
    opacity: .55;
    transform: none;
}
.ra-form__thanks {
    display: none;
    margin-bottom: 18px;
    padding: 14px 16px;
    border: 1px solid var(--ra-yellow);
    color: #fff !important;
    font-weight: 600;
}
.ra-contact__art {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
    min-height: 280px;
    height: 100%;
}
.ra-contact__art svg { width: min(100%, 260px); height: auto; margin: 0 auto 8px; }
.ra-contact__art a {
    display: block;
    background: #12161f;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px;
    padding: 16px 18px;
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important;
}
.ra-contact__art a:hover {
    border-color: rgba(249,230,8,.45);
    color: var(--ra-yellow) !important;
}

.ra-home section.ra-home-quote {
    padding: 80px 0 !important;
    text-align: center;
}
.ra-home-quote blockquote {
    font-family: "Caveat", cursive !important;
    font-size: clamp(36px, 5vw, 64px) !important;
    font-weight: 700 !important;
    color: #0b0f19 !important;
    line-height: 1.15 !important;
    margin: 0 0 14px !important;
}
.ra-home-quote p {
    color: #5b616c !important;
    font-size: 18px !important;
    margin: 0 auto !important;
    max-width: 480px;
}

/* ===== PARTNERS MARQUEE ===== */
.ra-home section.ra-partners {
    background: #fff !important;
    padding: 36px 0 !important;
    border-top: 1px solid rgba(11,15,25,.06);
    border-bottom: 1px solid rgba(11,15,25,.06);
}
.ra-partners__inner {
    display: flex;
    align-items: center;
    gap: 32px;
}
.ra-partners__title {
    flex: 0 0 auto;
    color: #0b0f19;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: -0.02em;
}
.ra-partners__viewport {
    flex: 1;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.ra-partners__track {
    display: flex;
    width: max-content;
    animation: ra-partners 28s linear infinite;
}
.ra-partners__group {
    display: flex;
    align-items: center;
    gap: 56px;
    padding-right: 56px;
}
.ra-partners__group img {
    height: 48px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    display: block;
    flex: 0 0 auto;
}
.ra-partners__viewport:hover .ra-partners__track {
    animation-play-state: paused;
}
@keyframes ra-partners {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* ===== FOOTER ===== */
.ra-footer {
    background: var(--ra-navy) !important;
    padding: 80px 0 0;
    border-top: 1px solid var(--ra-line);
    color: #fff !important;
}
.ra-footer__grid {
    display: grid;
    grid-template-columns: 1.45fr .75fr .75fr 1.1fr;
    gap: 48px 32px;
    align-items: start;
}
.ra-footer__brand .ra-logo { margin-bottom: 4px; }
.ra-footer p {
    color: var(--ra-muted) !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin: 16px 0 22px !important;
    max-width: 340px;
}
.ra-footer__brand .ra-btn { margin-bottom: 22px; }
.ra-footer h5 {
    color: var(--ra-yellow) !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: none;
    margin: 8px 0 20px !important;
}
.ra-footer ul { list-style: none; padding: 0; margin: 0; }
.ra-footer li { margin-bottom: 11px; }
.ra-footer a { color: rgba(255,255,255,.72) !important; text-decoration: none !important; }
.ra-footer a:hover { color: var(--ra-yellow) !important; }
.ra-footer .ra-btn--fill {
    background: var(--ra-yellow) !important;
    color: #111 !important;
    border-color: var(--ra-yellow) !important;
}
.ra-footer .ra-btn--fill:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #111 !important;
}
.ra-footer .ra-btn--fill svg { stroke: #111 !important; fill: none !important; }
.ra-footer__contact li {
    margin-bottom: 16px;
    color: var(--ra-muted) !important;
    line-height: 1.4;
}
.ra-footer__contact span {
    display: block;
    color: var(--ra-yellow) !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.ra-social {
    display: flex;
    gap: 10px;
}
.ra-social a {
    width: 40px;
    height: 40px;
    background: #12161f;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff !important;
    transition: .25s ease;
}
.ra-social a svg {
    width: 16px;
    height: 16px;
    stroke: currentColor !important;
    fill: none !important;
    stroke-width: 1.7;
}
.ra-social a:hover {
    background: var(--ra-yellow) !important;
    border-color: var(--ra-yellow) !important;
    color: #111 !important;
}
.ra-footer__bottom {
    margin-top: 56px;
    border-top: 1px solid var(--ra-line);
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    color: var(--ra-muted) !important;
    font-size: 13px;
}
.ra-footer__bottom a { color: var(--ra-muted) !important; }
.ra-footer__bottom a:hover { color: var(--ra-yellow) !important; }

body.ra-site #back-to-top {
    background: var(--ra-yellow) !important;
    color: #111 !important;
    border-radius: 50%;
}

body.ra-site .title-hero-bg {
    background-image: url("/img/home/hero-mountain.jpg") !important;
    background-size: cover !important;
    background-position: center 40% !important;
    min-height: 380px !important;
    height: auto !important;
    display: flex;
    align-items: flex-end;
}
body.ra-site .title-hero-bg video { display: none !important; }
body.ra-site .title-hero-bg .container { position: relative; z-index: 2; padding-bottom: 48px; }
body.ra-site .page-title h1 { color: #fff !important; font-family: var(--ra-font) !important; font-weight: 800 !important; }

body.ra-site nav.navbar.bootsnav,
body.ra-site footer.footer { display: none !important; }

/* ===== ABOUT PAGE ===== */
.ra-story-hero {
    position: relative;
    min-height: 48vh;
    display: flex !important;
    align-items: flex-end;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
    background: #06080d !important;
    border: 0 !important;
    float: none !important;
    width: 100% !important;
}
.ra-story-hero__bg {
    position: absolute;
    inset: 0;
    background: #06080d url("/img/home/hero-mountain.jpg") center 42% / cover no-repeat;
    transform: scale(1.04);
}
.ra-story-hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7,9,14,.35) 0%, rgba(7,9,14,.72) 55%, rgba(7,9,14,.92) 100%);
}
.ra-story-hero__copy {
    position: relative;
    z-index: 2;
    padding: 140px 0 72px;
    margin-left: auto;
    margin-right: auto;
    width: var(--ra-w);
}
.ra-story-hero .ra-label { color: var(--ra-yellow) !important; }
.ra-story-hero h1 {
    font-size: clamp(40px, 6vw, 72px) !important;
    font-weight: 800 !important;
    letter-spacing: -0.04em;
    line-height: 1.05 !important;
    color: #fff !important;
    margin: 0 0 18px !important;
    font-family: var(--ra-font) !important;
}
.ra-story-hero h1 span { color: var(--ra-yellow); }
.ra-story-hero p {
    color: var(--ra-muted) !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
    max-width: 560px;
    margin: 0 0 28px !important;
}

body.ra-site .ra-story section {
    padding: 0 !important;
    margin: 0 !important;
    background: var(--ra-navy) !important;
    border: 0 !important;
    float: none !important;
    width: 100% !important;
}
body.ra-site .ra-story section.ra-block { padding: 100px 0 !important; }
body.ra-site .ra-story section.ra-story--light { background: #f4f5f7 !important; }
body.ra-site .ra-story section.ra-story--quote {
    background: #0b0f19 !important;
    padding: 88px 0 !important;
    text-align: center;
}
.ra-story h2 {
    font-size: clamp(32px, 4vw, 48px) !important;
    line-height: 1.12 !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em;
    margin: 0 0 16px !important;
    color: #fff !important;
    font-family: var(--ra-font) !important;
}
.ra-story--light h2,
.ra-story--end h2 { color: #111 !important; }
.ra-story--light .ra-label { color: #c9a800 !important; }
.ra-story--light .ra-lead,
.ra-story--end p { color: #5b616c !important; }
.ra-story--light p { color: #3d4450 !important; font-size: 16px !important; line-height: 1.8 !important; margin: 0 0 16px !important; }
.ra-story--light strong { color: #111; font-weight: 700; }
.ra-story__intro {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 56px;
    align-items: center;
}
.ra-story__head {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 40px;
    align-items: end;
    margin-bottom: 48px;
}
.ra-story__head--dark .ra-lead { color: var(--ra-muted) !important; }
.ra-story--quote blockquote {
    font-family: "Caveat", cursive;
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 700;
    color: var(--ra-yellow) !important;
    line-height: 1.15;
    margin: 0 0 18px !important;
    letter-spacing: -0.02em;
}
.ra-story--quote p {
    color: var(--ra-muted) !important;
    font-size: 18px !important;
    margin: 0 auto !important;
    max-width: 520px;
}
.ra-story__pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.ra-story__pillars article {
    background: #fff;
    border: 1px solid rgba(11,15,25,.06);
    border-radius: 16px;
    padding: 32px 28px 36px;
    min-height: 260px;
    transition: transform .25s ease, box-shadow .25s ease;
}
.ra-story__pillars article:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(11,15,25,.08);
}
.ra-story__pillars span {
    display: block;
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: .85;
    color: transparent;
    -webkit-text-stroke: 1.5px #0b0f19;
    margin-bottom: 20px;
}
.ra-story__pillars h3 {
    color: #111 !important;
    font-size: 22px !important;
    margin: 0 0 10px !important;
}
.ra-story__pillars p {
    color: #5b616c !important;
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}
.ra-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}
.ra-split__col {
    border-radius: 16px;
    padding: 36px 32px;
    min-height: 320px;
}
.ra-split__col h3 {
    font-size: 15px !important;
    letter-spacing: .1em;
    text-transform: none;
    margin: 0 0 22px !important;
}
.ra-split__col ul { list-style: none; padding: 0; margin: 0; }
.ra-split__col li {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    font-size: 17px;
    line-height: 1.45;
}
.ra-split__col li:last-child { border: 0; }
.ra-split__col--mute {
    background: #12161f;
    border: 1px solid rgba(255,255,255,.06);
}
.ra-split__col--mute h3 { color: rgba(255,255,255,.4) !important; }
.ra-split__col--mute li { color: rgba(255,255,255,.42); text-decoration: line-through; text-decoration-color: rgba(255,255,255,.22); }
.ra-split__col--live {
    background: var(--ra-yellow);
    color: #111;
}
.ra-split__col--live h3 { color: #111 !important; }
.ra-split__col--live li {
    color: #111;
    border-bottom-color: rgba(11,15,25,.12);
    font-weight: 600;
}
.ra-story__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}
.ra-story__stats b {
    display: block;
    font-size: clamp(40px, 5vw, 56px);
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #111 !important;
    line-height: 1;
    margin-bottom: 8px;
}
.ra-story__stats span { color: #6b7280; font-size: 14px; }
body.ra-site .ra-story section.ra-story--end { background: #f4f5f7 !important; }
.ra-story__end {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
}
.ra-story--end .ra-label { color: #c9a800 !important; }
.ra-story--end p { margin: 0 !important; max-width: 460px; font-size: 16px !important; line-height: 1.7 !important; }

.ra-end-panel {
    background: #fff;
    border: 1px solid rgba(11,15,25,.06);
    border-radius: 20px;
    padding: 40px 44px 40px 48px;
    box-shadow: 0 18px 40px rgba(11,15,25,.06);
    position: relative;
}
.ra-end-panel:before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 4px;
    background: var(--ra-yellow);
    border-radius: 4px;
}

/* ===== WORKS / CONTACT PAGES ===== */
body.ra-site .ra-works section,
body.ra-site .ra-reach section {
    padding: 0 !important;
    margin: 0 !important;
    background: var(--ra-navy) !important;
    border: 0 !important;
    float: none !important;
    width: 100% !important;
}
body.ra-site .ra-works section.ra-block,
body.ra-site .ra-reach section.ra-block { padding: 100px 0 !important; }
body.ra-site .ra-works section.ra-works--light,
body.ra-site .ra-reach section.ra-reach--light { background: #f4f5f7 !important; }
body.ra-site .ra-works section.ra-works--quote {
    background: #0b0f19 !important;
    padding: 88px 0 !important;
    text-align: center;
}
body.ra-site .ra-reach section.ra-reach--quote {
    background: #f4f5f7 !important;
    padding: 88px 0 !important;
    text-align: center;
}
body.ra-site .ra-works section.ra-works--end { background: #f4f5f7 !important; }

.ra-works h2,
.ra-reach h2 {
    font-size: clamp(32px, 4vw, 48px) !important;
    line-height: 1.12 !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em;
    margin: 0 0 16px !important;
    color: #fff !important;
    font-family: var(--ra-font) !important;
}
.ra-works--light h2,
.ra-works--end h2 { color: #111 !important; }
.ra-works--light .ra-label,
.ra-works--end .ra-label,
.ra-reach--light .ra-label { color: #c9a800 !important; }
.ra-works__head {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 40px;
    align-items: end;
    margin-bottom: 36px;
}
.ra-works__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}
.ra-works__filters button {
    background: transparent !important;
    border: 1px solid rgba(255,255,255,.2) !important;
    color: #fff !important;
    border-radius: 999px;
    padding: 9px 18px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    cursor: pointer;
    line-height: 1;
}
.ra-works__filters button.is-on,
.ra-works__filters button:hover {
    background: var(--ra-yellow) !important;
    color: #111 !important;
    border-color: var(--ra-yellow) !important;
}

.ra-folio {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px;
}
.ra-folio__card {
    grid-column: span 4;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 280px;
    background: #12161f;
    border: 1px solid rgba(255,255,255,.08);
}
.ra-folio__card--hero { grid-column: span 6; min-height: 420px; }
.ra-folio__card--mark { grid-column: span 3; min-height: 220px; display: flex; flex-direction: column; background: #fff; }
.ra-folio__card.is-off { display: none !important; }
.ra-folio__shot {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: top center;
    transition: transform .55s ease;
}
.ra-folio__card:hover .ra-folio__shot { transform: scale(1.07); }
.ra-folio__meta {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 56px 18px 16px;
    background: linear-gradient(180deg, transparent, rgba(7,9,14,.94));
}
.ra-folio__meta img {
    height: 40px;
    width: auto;
    max-width: 78px;
    background: #fff;
    border-radius: 8px;
    padding: 6px;
    object-fit: contain;
}
.ra-folio__meta h3 {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 0 0 2px !important;
}
.ra-folio__meta span {
    color: rgba(255,255,255,.55);
    font-size: 12px;
    letter-spacing: .02em;
}
.ra-folio__logo {
    flex: 1;
    display: grid;
    place-items: center;
    padding: 28px 20px 12px;
    min-height: 140px;
}
.ra-folio__logo img { max-height: 58px; max-width: 78%; object-fit: contain; }
.ra-folio__card--mark .ra-folio__meta {
    position: relative;
    background: #0b0f19;
    padding: 14px 16px;
}
.ra-works--quote blockquote {
    font-family: "Caveat", cursive;
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 700;
    color: var(--ra-yellow) !important;
    line-height: 1.15;
    margin: 0 0 18px !important;
}
.ra-reach--quote blockquote {
    font-family: "Caveat", cursive;
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 700;
    color: #0b0f19 !important;
    line-height: 1.15;
    margin: 0 0 18px !important;
}
.ra-works--quote p {
    color: var(--ra-muted) !important;
    font-size: 18px !important;
    margin: 0 auto !important;
    max-width: 520px;
}
.ra-reach--quote p {
    color: #5b616c !important;
    font-size: 18px !important;
    margin: 0 auto !important;
    max-width: 520px;
}
.ra-works__end {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
}
.ra-works--light p,
.ra-works--end p { color: #5b616c !important; margin: 0 !important; max-width: 460px; font-size: 16px !important; line-height: 1.7 !important; }

.ra-case-page__copy {
    color: #3d4450 !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    margin-bottom: 24px;
}
.ra-case-page__shots { display: grid; gap: 24px; margin-top: 36px; }
.ra-case-page__shots img { width: 100%; border-radius: 12px; display: block; }

.ra-reach__ways {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.ra-reach__ways a {
    background: #fff;
    border: 1px solid rgba(11,15,25,.06);
    border-radius: 16px;
    padding: 32px 28px;
    text-decoration: none !important;
    display: block;
    min-height: 220px;
    transition: transform .25s ease, box-shadow .25s ease;
}
.ra-reach__ways a:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(11,15,25,.08);
}
.ra-reach__ways span {
    display: block;
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: .85;
    color: transparent;
    -webkit-text-stroke: 1.5px #0b0f19;
    margin-bottom: 18px;
}
.ra-reach__ways h3 {
    color: #111 !important;
    font-size: 22px !important;
    margin: 0 0 8px !important;
}
.ra-reach__ways p {
    color: #111 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 8px !important;
}
.ra-reach__ways small {
    color: #6b7280;
    font-size: 14px;
}

.ra-reach__grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 48px;
    align-items: start;
}
.ra-reach__sub { margin: 0 0 36px !important; }
.ra-reach__aside { display: grid; gap: 14px; }
.ra-reach__card {
    background: #12161f;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    padding: 22px 22px 20px;
}
.ra-reach__card svg {
    width: 22px;
    height: 22px;
    stroke: var(--ra-yellow) !important;
    fill: none !important;
    stroke-width: 1.7;
    margin-bottom: 12px;
    display: block;
}
.ra-reach__card span {
    display: block;
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255,255,255,.45);
    margin-bottom: 6px;
}
.ra-reach__card a,
.ra-reach__card b {
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none !important;
}
.ra-reach__card a:hover { color: var(--ra-yellow) !important; }

@media (max-width: 1100px) {
    .ra-about__grid,
    .ra-services__head,
    .ra-ascent__head,
    .ra-brands__head,
    .ra-why__head,
    .ra-footer__grid,
    .ra-why__grid,
    .ra-cards,
    .ra-svc__grid,
    .ra-roles__grid,
    .ra-brands__grid,
    .ra-detail__grid,
    .ra-contact__grid,
    .ra-grid-works,
    .ra-story__intro,
    .ra-story__head,
    .ra-story__pillars,
    .ra-split,
    .ra-detail__intro,
    .ra-detail__steps,
    .ra-include,
    .ra-related { grid-template-columns: 1fr 1fr; }
    .ra-folio__card { grid-column: span 6; }
    .ra-folio__card--hero { grid-column: span 6; min-height: 320px; }
    .ra-folio__card--mark { grid-column: span 4; }
    .ra-ascent__track { grid-template-columns: 1fr 1fr; min-height: 0; }
    .ra-ascent__line { display: none; }
    .ra-peak { margin-bottom: 0 !important; }
    .ra-strip__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
    body.nav-open { overflow: hidden; }
    body.nav-open .ra-header,
    body.nav-open .ra-header.is-scrolled {
        background: transparent !important;
        border-bottom: 0 !important;
        backdrop-filter: none;
    }
    .ra-burger { display: block; }
    body.nav-open .ra-burger {
        border-color: var(--ra-yellow);
        background: rgba(249, 230, 8, .1);
    }
    body.nav-open .ra-burger span:before,
    body.nav-open .ra-burger span:after { background: var(--ra-yellow); }
    .ra-nav {
        position: fixed;
        inset: 0;
        z-index: 1;
        display: flex;
        align-items: stretch;
        justify-content: stretch;
        background: #06080d;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .4s ease, visibility .4s ease;
    }
    .ra-nav:before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            linear-gradient(180deg, rgba(6, 8, 13, .55) 0%, rgba(11, 15, 25, .88) 42%, #06080d 100%),
            url("/img/home/hero-mountain.jpg") center 36% / cover no-repeat;
    }
    .ra-nav:after {
        content: "";
        position: absolute;
        left: 0; top: 0; bottom: 0;
        width: 4px;
        background: var(--ra-yellow);
    }
    body.nav-open .ra-nav {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .ra-nav__panel {
        position: relative;
        z-index: 1;
        width: var(--ra-w);
        margin: 0 auto;
        min-height: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        gap: 0;
        padding: 108px 0 32px;
    }
    .ra-nav__kicker {
        display: block;
        color: var(--ra-yellow);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .12em;
        text-transform: uppercase;
        margin-bottom: 4px;
    }
    .ra-nav__tag {
        display: block;
        font-family: "Caveat", cursive !important;
        font-size: 22px;
        line-height: 1.2;
        color: rgba(255,255,255,.58);
        margin: 0 0 28px;
    }
    .ra-nav__panel > a {
        display: flex;
        align-items: baseline;
        gap: 16px;
        width: 100%;
        font-size: clamp(28px, 8vw, 40px);
        font-weight: 800;
        letter-spacing: -.03em;
        line-height: 1.1;
        padding: 13px 0;
        border-bottom: 1px solid rgba(255,255,255,.08);
        color: #fff !important;
        opacity: 0;
        transform: translateY(18px);
        transition: opacity .45s ease, transform .45s ease, color .2s ease;
    }
    body.nav-open .ra-nav__panel > a { opacity: 1; transform: none; }
    body.nav-open .ra-nav__panel > a:nth-child(3) { transition-delay: .04s; }
    body.nav-open .ra-nav__panel > a:nth-child(4) { transition-delay: .08s; }
    body.nav-open .ra-nav__panel > a:nth-child(5) { transition-delay: .12s; }
    body.nav-open .ra-nav__panel > a:nth-child(6) { transition-delay: .16s; }
    body.nav-open .ra-nav__panel > a:nth-child(7) { transition-delay: .2s; }
    .ra-nav a b {
        display: inline-block;
        min-width: 26px;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .12em;
        color: var(--ra-yellow) !important;
    }
    .ra-nav a.is-active { color: var(--ra-yellow) !important; }
    .ra-nav a.is-active:after { display: none; }
    .ra-nav__foot {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 28px;
        opacity: 0;
        transform: translateY(12px);
        transition: opacity .45s ease .24s, transform .45s ease .24s;
    }
    body.nav-open .ra-nav__foot { opacity: 1; transform: none; }
    .ra-nav .ra-btn {
        width: 100%;
        justify-content: center;
        font-size: 15px !important;
        font-weight: 700;
        padding: 15px 24px;
        color: #111 !important;
    }
    .ra-nav .ra-btn:after { display: none !important; }
    .ra-nav__meta {
        display: flex;
        flex-wrap: wrap;
        gap: 18px 22px;
    }
    .ra-nav__meta a {
        font-size: 14px !important;
        font-weight: 600 !important;
        padding: 0 !important;
        color: rgba(255,255,255,.72) !important;
        border: 0 !important;
    }
    .ra-nav__meta a:hover { color: var(--ra-yellow) !important; }
    .ra-header .ra-btn--ghost { display: none; }

    .ra-about__grid,
    .ra-services__head,
    .ra-ascent__head,
    .ra-brands__head,
    .ra-why__head,
    .ra-work__head,
    .ra-why__grid,
    .ra-cards,
    .ra-svc__grid,
    .ra-roles__grid,
    .ra-brands__grid,
    .ra-detail__grid,
    .ra-contact__grid,
    .ra-form__row,
    .ra-grid-works,
    .ra-story__intro,
    .ra-story__head,
    .ra-story__pillars,
    .ra-split,
    .ra-story__stats,
    .ra-story__end,
    .ra-story__stats,
    .ra-footer__grid,
    .ra-footer__bottom,
    .ra-works__head,
    .ra-works__end,
    .ra-reach__grid,
    .ra-reach__ways,
    .ra-detail__intro,
    .ra-detail__steps,
    .ra-include,
    .ra-related {
        grid-template-columns: 1fr;
        display: grid;
    }
    .ra-why article { min-height: 0; padding: 26px 24px 28px; }
    .ra-why__no { font-size: 40px; }
    .ra-contact__art { min-height: 0; }
    .ra-contact__art svg { display: none; }
    .ra-partners__inner { gap: 18px; }
    .ra-partners__title { font-size: 15px; }
    .ra-hero__content { padding: 108px 0 16px; }
    .ra-hero__dock { margin-bottom: 16px; width: calc(100% - 24px); }
    .ra-home section.ra-block,
    body.ra-site .ra-page section.ra-block { padding: 72px 0 !important; }
    .ra-svc__grid { grid-template-columns: 1fr; }
    .ra-hero { min-height: 100svh; }
    .ra-peak__no { font-size: 42px; }
    .ra-brands__grid { grid-template-columns: 1fr 1fr; }
    body.ra-site .ra-story section.ra-block { padding: 72px 0 !important; }
    .ra-story-hero { min-height: 48vh; }
    .ra-story-hero__copy { padding: 120px 0 48px; }
    .ra-story__pillars article { min-height: 0; }
    .ra-split__col { min-height: 0; }
    .ra-rise__note { left: 40%; font-size: 13px; min-width: 150px; }
    body.ra-site .ra-works section.ra-block,
    body.ra-site .ra-reach section.ra-block { padding: 72px 0 !important; }
    .ra-folio__card,
    .ra-folio__card--hero,
    .ra-folio__card--mark { grid-column: span 12; min-height: 240px; }
    .ra-detail__shot { min-height: 240px; }
    .ra-detail__aside { position: static; }
    .ra-end-panel { padding: 28px 24px 28px 28px; }
    .ra-stats {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 10px;
        margin: 24px 0 28px;
    }
    .ra-stats > div {
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
    }
    .ra-stats b { font-size: 26px; }
    .ra-stats span {
        display: block;
        font-size: 11px;
        line-height: 1.35;
        padding-right: 4px;
    }
    .ra-ascent__track {
        grid-template-columns: 1fr 1fr !important;
        min-height: 0 !important;
        gap: 12px;
        margin-top: 28px;
        align-items: stretch;
    }
    .ra-peak {
        background: #fff;
        border: 1px solid rgba(11,15,25,.06);
        border-radius: 14px;
        padding: 18px 16px 20px;
        margin: 0 !important;
    }
    .ra-peak__no { font-size: 28px !important; margin-bottom: 8px; }
    .ra-peak__pin { width: 40px; height: 40px; margin-bottom: 10px; box-shadow: 0 0 0 5px rgba(11,15,25,.06); }
    .ra-peak__pin svg { width: 18px; height: 18px; }
    .ra-peak h3 { font-size: 16px !important; margin-bottom: 6px !important; }
    .ra-peak p { font-size: 13px !important; }
}

@media (max-width: 860px) and (max-height: 700px) {
    .ra-nav__panel { padding: 92px 0 24px; justify-content: flex-start; }
    .ra-nav__tag { font-size: 18px; margin-bottom: 16px; }
    .ra-nav__panel > a { font-size: 26px; padding: 10px 0; }
    .ra-nav__foot { margin-top: 20px; }
}
