.rhero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    padding: calc(var(--nav-height) + 16px) 0 48px;
    overflow: hidden;
    background:
        radial-gradient(ellipse 55% 60% at 72% 45%, rgba(237, 107, 60, 0.13), transparent 70%),
        var(--bg);
}

.rhero-ghost {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(9rem, 26vw, 24rem);
    font-weight: 900;
    letter-spacing: 0.04em;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.06);
    user-select: none;
    pointer-events: none;
    white-space: nowrap;
}

.rhero-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 48px;
    align-items: center;
    width: 100%;
}

.rhero-title {
    font-size: clamp(3.6rem, 11vw, 8rem);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: 0.01em;
    margin-bottom: 22px;
}

.rhero-sub {
    font-size: 1.05rem;
    color: var(--muted);
    max-width: 52ch;
    margin-bottom: 36px;
}

.rhero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    margin-top: 52px;
    padding-top: 32px;
    border-top: 1px solid var(--border);
}

.rhero-stat-num {
    display: block;
    font-size: 1.7rem;
    font-weight: 900;
    line-height: 1;
}

.rhero-stat-num i {
    font-style: normal;
    font-size: 1rem;
    font-weight: 800;
    color: var(--accent);
}

.rhero-stat-lbl {
    display: block;
    margin-top: 7px;
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    color: var(--muted);
}

.rhero-visual {
    display: block;
    min-width: 0;
}

.rhero-display {
    position: relative;
    width: 150%;
    max-width: none;
    margin: 0 -30% -22% 0;    
    animation: roverFloat 7s ease-in-out infinite;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 78%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 78%, rgba(0, 0, 0, 0) 100%);
    user-select: none;
    -webkit-user-select: none;
}

.rhero-render {
    width: 100%;
    display: block;
    filter: drop-shadow(0 30px 70px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 90px rgba(237, 107, 60, 0.18));
}

.rhero-screen {
    position: absolute;
    top: 38%;
    left: 20%;
    width: 60%;
    height: 35%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
}

#face-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#robot-face {
    width: 60%;
    height: 60%;
}

.rhero-hint {
    width: 150%;
    margin-top: 20px;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted);
    opacity: 0.75;
    text-align: center;
}

.rhero-hint .hint-touch {
    display: none;
}

@media (hover: none), (pointer: coarse) {
    .rhero-hint .hint-cursor { display: none; }
    .rhero-hint .hint-touch  { display: inline; }
}

@keyframes roverFloat {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-16px); }
}

@media (prefers-reduced-motion: reduce) {
    .rhero-display { animation: none; }
}

.raward-trophy,
.raward-photo,
.rhw-item,
.rfield-photo,
.rfield-card {
    margin: 0;
    background: var(--surface);
    border: 1px solid var(--border);
    overflow: hidden;
}

.raward-trophy img,
.raward-photo img,
.rfield-photo img,
.rfield-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.raward-trophy figcaption,
.raward-photo figcaption,
.rfield-photo figcaption {
    padding: 14px 18px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    border-top: 1px solid var(--border);
}

.raward {
    padding: 120px 0;
    background:
        radial-gradient(ellipse 50% 45% at 85% 15%, rgba(237, 107, 60, 0.08), transparent 70%),
        var(--bg-raised);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.raward-layout {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 64px;
    align-items: center;
    margin-bottom: 24px;
}

.raward-lead {
    font-size: 1.08rem;
    color: var(--muted);
    margin-bottom: 28px;
    max-width: 56ch;
}

.raward-lead strong {
    color: var(--text);
    font-weight: 700;
}

.raward-trophy img {
    aspect-ratio: 3 / 4;
}

.raward-trophy {
    background: none;
    border: none;
    overflow: visible;
}

.raward-trophy figcaption {
    border-top: none;
    text-align: center;
}

.trophy-scene {
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1200px;
    background: radial-gradient(ellipse 60% 45% at 50% 55%, rgba(237, 107, 60, 0.12), transparent 70%);
    overflow: hidden;
}

.trophy-scene {
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
}

.trophy-scene:active {
    cursor: grabbing;
}

.trophy3d {
    position: relative;
    width: 290px;
    height: 622px;
    transform-style: preserve-3d;
    transform: rotateX(5deg) rotateY(-16deg);
}

.t-slab {
    position: absolute;
    top: 0;
    left: 0;
    width: 290px;
    height: 540px;
    transform-style: preserve-3d;
}

.t-box {
    position: absolute;
    left: 50%;
    transform-style: preserve-3d;
}

.t-box > div {
    position: absolute;
}

.t-plinth {
    top: 540px;
    width: 330px;
    height: 34px;
    margin-left: -165px;
}

.t-plinth > div {
    background: linear-gradient(to bottom, #2a2a31, #0d0d10);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.t-plinth .tb-f { inset: 0; transform: translateZ(32px); }
.t-plinth .tb-k { inset: 0; transform: rotateY(180deg) translateZ(32px); }
.t-plinth .tb-l { top: 0; left: 50%; width: 64px; height: 100%; margin-left: -32px; transform: rotateY(-90deg) translateZ(165px); }
.t-plinth .tb-r { top: 0; left: 50%; width: 64px; height: 100%; margin-left: -32px; transform: rotateY(90deg) translateZ(165px); }
.t-plinth .tb-t { left: 0; top: 50%; width: 100%; height: 64px; margin-top: -32px; transform: rotateX(90deg) translateZ(17px); background: #1c1c22; }
.t-plinth .tb-b { left: 0; top: 50%; width: 100%; height: 64px; margin-top: -32px; transform: rotateX(-90deg) translateZ(17px); }

.t-base {
    top: 574px;
    width: 400px;
    height: 48px;
    margin-left: -200px;
}

.t-base > div {
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.10) 40%, rgba(255, 255, 255, 0.26) 70%, rgba(255, 255, 255, 0.12));
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.t-base .tb-f { inset: 0; transform: translateZ(55px); }
.t-base .tb-k { inset: 0; transform: rotateY(180deg) translateZ(55px); }
.t-base .tb-l { top: 0; left: 50%; width: 110px; height: 100%; margin-left: -55px; transform: rotateY(-90deg) translateZ(200px); }
.t-base .tb-r { top: 0; left: 50%; width: 110px; height: 100%; margin-left: -55px; transform: rotateY(90deg) translateZ(200px); }
.t-base .tb-t { left: 0; top: 50%; width: 100%; height: 110px; margin-top: -55px; transform: rotateX(90deg) translateZ(24px); background: rgba(255, 255, 255, 0.28); }
.t-base .tb-b { left: 0; top: 50%; width: 100%; height: 110px; margin-top: -55px; transform: rotateX(-90deg) translateZ(24px); }

.t-face {
    position: absolute;
    inset: 0;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05) 30%, rgba(255, 255, 255, 0.14) 47%, rgba(255, 255, 255, 0.04) 62%, rgba(255, 255, 255, 0.11));
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.t-front { transform: translateZ(21px); }
.t-back  { transform: rotateY(180deg) translateZ(21px); }

.t-side {
    position: absolute;
    top: 0;
    left: 50%;
    width: 42px;
    height: 100%;
    margin-left: -21px;
    background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.30) 0 5px, rgba(255, 255, 255, 0.08) 5px 13px, rgba(255, 255, 255, 0.22) 13px 21px, rgba(255, 255, 255, 0.05) 21px 30px);
    border: 1px solid rgba(255, 255, 255, 0.32);
}

.t-side-l { transform: rotateY(-90deg) translateZ(145px); }
.t-side-r { transform: rotateY(90deg) translateZ(145px); }

.t-cap {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 42px;
    margin-top: -21px;
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.t-cap-t { transform: rotateX(90deg) translateZ(270px); }
.t-cap-b { transform: rotateX(-90deg) translateZ(270px); }

.t-chip {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 19%;
    background: repeating-linear-gradient(112deg, rgba(255, 255, 255, 0.32) 0 3px, transparent 3px 9px, rgba(255, 255, 255, 0.18) 9px 12px, transparent 12px 20px);
    opacity: 0.9;
}

.t-chip-l { left: 0; clip-path: polygon(0 0, 45% 0, 100% 100%, 0 100%); }
.t-chip-r { right: 0; clip-path: polygon(55% 0, 100% 0, 100% 100%, 0 100%); }

.t-plate {
    position: absolute;
    inset: 3% 9%;
    clip-path: polygon(1% 0, 99% 0, 84% 100%, 16% 100%);
    background: linear-gradient(to bottom, #eda43e, #dd8123);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 38px 18px 24px;
    color: #fdf6ef;
    font-family: 'Montserrat', sans-serif;
}

.raward-trophy img.t-ukh {
    width: 108px;
    height: auto;
    object-fit: contain;
    user-select: none;
}

.t-big {
    margin-top: 18px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    white-space: nowrap;
}

.t-day {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.t-school {
    margin-top: 55px;
    font-size: 12px;
    line-height: 1.5;
}

.t-school i {
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
}

.t-school b {
    font-size: 15px;
    font-weight: 800;
}

.t-foot {
    margin-top: auto;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
}

.t-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.14) 42%, rgba(255, 255, 255, 0.03) 50%, transparent 58%);
    pointer-events: none;
}

@media (max-width: 480px) {
    .trophy-scene {
        height: 560px;
    }

    .trophy3d {
        zoom: 0.82;
    }
}

.raward-duo {
    display: grid;
    grid-template-columns: 1.9fr 1fr;
    gap: 24px;
    margin-top: 40px;
    align-items: stretch;
}

.raward-photo {
    display: flex;
    flex-direction: column;
}

.raward-photo img {
    aspect-ratio: 16 / 11;
}

.raward-photo--tall img {
    aspect-ratio: auto;
    flex: 1;
    min-height: 0;
    height: 100%;
}

.rcaps {
    padding: 120px 0;
}

.rcaps-grid {
    margin-top: 0;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.ruse {
    padding: 120px 0;
    background:
        radial-gradient(ellipse 50% 45% at 10% 10%, rgba(237, 107, 60, 0.05), transparent 70%),
        var(--bg-raised);
    border-top: 1px solid var(--border);
}

.ruse .section-subtitle {
    margin-bottom: 40px;
}

.ruse-row {
    display: grid;
    grid-template-columns: 250px 1.5fr 1fr;
    gap: 44px;
    padding: 42px 0;
    border-top: 1px solid var(--border);
    align-items: start;
}

.ruse-row:last-child {
    border-bottom: 1px solid var(--border);
}

.ruse-num {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--accent);
    letter-spacing: 0.16em;
    margin-bottom: 10px;
}

.ruse-role h3 {
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.ruse-desc {
    color: var(--muted);
    font-size: 0.97rem;
    max-width: 52ch;
}

.ruse-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.ruse-tags span {
    padding: 7px 15px;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .ruse-row {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ruse-tags {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .ruse {
        padding: 84px 0;
    }
}

.rhw {
    padding: 120px 0;
    background: var(--bg-raised);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.rhw-grid {
    columns: 3;
    column-gap: 24px;
}

.rhw-item {
    position: relative;
    display: block;
    margin-bottom: 24px;
    break-inside: avoid;
    cursor: zoom-in;
    transition: border-color 0.3s ease;
}

.rhw-item:hover {
    border-color: var(--accent);
}

.rhw-item img {
    width: 100%;
    display: block;
    transition: transform 0.45s ease;
}

.rhw-item:hover img {
    transform: scale(1.03);
}

.rhw-item figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px 18px 16px;
    background: linear-gradient(to top, rgba(10, 10, 12, 0.92), transparent);
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: var(--text);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.rhw-item:hover figcaption {
    opacity: 1;
}

.rfield {
    padding: 120px 0;
}

.rfield-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 24px;
    align-items: start;
}

.rfield-photo img {
    aspect-ratio: 4 / 5;
}

.rfield-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.rfield-cards-note {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent);
}

.rfield-card {
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.rfield-card:hover {
    transform: translateY(-4px) rotate(-0.5deg);
    border-color: var(--accent);
}

.rcta {
    padding: 130px 0;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 55% 60% at 85% 50%, rgba(237, 107, 60, 0.12), transparent 70%),
        var(--bg-raised);
    border-top: 1px solid var(--border);
}

.rcta-inner {
    position: relative;
}

.rcta-face {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 420px;
    opacity: 0.5;
    pointer-events: none;
}

.rcta-copy {
    position: relative;
    z-index: 2;
    max-width: 560px;
}

.rcta-copy p {
    color: var(--muted);
    font-size: 1.05rem;
    margin: 22px 0 34px;
}

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 48px 24px;
    background: rgba(6, 6, 8, 0.94);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.lightbox[hidden] {
    display: none;
}

.lightbox-img {
    max-width: min(1100px, 100%);
    max-height: 78vh;
    object-fit: contain;
    border: 1px solid var(--border-strong);
}

.lightbox-caption {
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    color: var(--muted);
    text-align: center;
    max-width: 70ch;
}

.lightbox-close {
    position: absolute;
    top: 22px;
    right: 30px;
    background: none;
    border: 1px solid var(--border-strong);
    color: var(--text);
    font-size: 1.5rem;
    line-height: 1;
    width: 46px;
    height: 46px;
    cursor: pointer;
    transition: border-color 0.25s ease, color 0.25s ease;
}

.lightbox-close:hover {
    border-color: var(--accent);
    color: var(--accent);
}

@media (max-width: 1024px) {
    .rhero-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .rhero-visual {
        order: -1;
        margin-top: 8px;
    }

    .rhero-display {
        width: 120%;
        margin: 0 0 0 -10%;
    }

    .rhero-hint {
        width: 100%;
    }

    .raward-layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .raward-trophy {
        max-width: 460px;
        width: 100%;
        margin: 0 auto;
    }

    .rhw-grid {
        columns: 2;
    }

    .rfield-grid {
        grid-template-columns: 1fr;
    }

    .rcta-face {
        width: 300px;
        opacity: 0.25;
    }
}

@media (max-width: 768px) {
    .raward,
    .rcaps,
    .rhw,
    .rfield,
    .rcta {
        padding: 84px 0;
    }

    .rhero-stats {
        gap: 26px;
    }

    .raward-duo {
        grid-template-columns: 1fr;
    }

    .raward-photo--tall img {
        flex: none;
        height: auto;
    }

    .rhw-grid {
        columns: 1;
    }

    .rhw-item figcaption {
        opacity: 1;
    }
}
