/* R3ED Hero Template 2.0 Mockup */
.hero-v2-page {
    max-width: 1220px;
    margin: 0 auto;
    padding: 36px 22px 60px;
}

.hero-v2-shell {
    display: grid;
    grid-template-columns: minmax(220px, 300px) 1fr;
    gap: 24px;
    align-items: stretch;
    padding: 26px;
    border-radius: 22px;
    border: 1px solid rgba(255, 90, 0, 0.58);
    background:
        radial-gradient(circle at 20% 10%, rgba(255, 140, 0, 0.16), transparent 38%),
        linear-gradient(145deg, rgba(48, 18, 12, 0.92), rgba(7, 9, 13, 0.98));
    box-shadow: 0 0 42px rgba(255, 90, 0, 0.14), inset 0 0 28px rgba(255, 176, 0, 0.04);
}

.hero-v2-portrait-wrap {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    min-height: 360px;
    border: 1px solid rgba(255, 176, 0, 0.38);
    background: #10141b;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.35);
}

.hero-v2-portrait-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transform: scale(1.04);
}

.hero-v2-stamp {
    position: absolute;
    left: 14px;
    bottom: 14px;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(4, 9, 15, 0.82);
    border: 1px solid rgba(255, 176, 0, 0.42);
    color: #ffcc00;
    font-weight: 900;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hero-v2-headline {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
}

.hero-v2-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
}

.hero-v2-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    border-radius: 999px;
    font-weight: 900;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.14);
}

.hero-v2-badge.core {
    color: #fff2f2;
    background: rgba(180, 24, 24, 0.28);
    border-color: rgba(255, 74, 74, 0.58);
    text-shadow: 0 0 10px rgba(255, 40, 40, 0.6);
}

.hero-v2-badge.r3ed {
    color: #ffcc00;
    background: rgba(255, 90, 0, 0.16);
    border-color: rgba(255, 176, 0, 0.42);
}

.hero-v2-kicker {
    color: #ff735a;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.hero-v2-headline h1 {
    margin: 0;
    color: #ffb000;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 0.96;
    text-shadow: 0 0 22px rgba(255, 90, 0, 0.78);
}

.hero-v2-subtitle {
    margin-top: 12px;
    color: #f3ded0;
    font-size: 1.15rem;
    line-height: 1.45;
}

.hero-v2-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(160px, 1fr));
    gap: 12px;
}

.hero-v2-summary div {
    padding: 14px 15px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 176, 0, 0.18);
}

.hero-v2-summary strong {
    display: block;
    color: #ffcc00;
    font-size: 0.82rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.hero-v2-summary span {
    color: #e6e9ee;
    line-height: 1.35;
}

.hero-v2-layout {
    display: grid;
    grid-template-columns: 270px 1fr;
    gap: 26px;
    margin-top: 26px;
}

.hero-v2-toc {
    position: sticky;
    top: 90px;
    align-self: start;
    padding: 18px;
    border-radius: 18px;
    background: rgba(7, 9, 13, 0.92);
    border: 1px solid rgba(255, 176, 0, 0.18);
}

.hero-v2-toc h3 {
    color: #ffcc00;
    margin-bottom: 12px;
}

.hero-v2-toc a {
    display: block;
    padding: 9px 0;
    color: #d7dce5;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.hero-v2-toc a:hover { color: #ffb000; }

.hero-v2-content {
    display: grid;
    gap: 20px;
}

.hero-v2-card {
    padding: 24px 26px;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(18, 22, 29, 0.94), rgba(7, 9, 13, 0.98));
    border: 1px solid rgba(255, 176, 0, 0.22);
    box-shadow: inset 0 0 20px rgba(255, 90, 0, 0.035);
    scroll-margin-top: 90px;
}

.hero-v2-card.highlight {
    border-color: rgba(255, 90, 0, 0.62);
    background: linear-gradient(145deg, rgba(48, 18, 12, 0.76), rgba(8, 10, 14, 0.98));
}

.hero-v2-card h2 {
    color: #ffb000;
    margin-bottom: 14px;
    font-size: 1.65rem;
    text-shadow: 0 0 12px rgba(255, 90, 0, 0.55);
}

.hero-v2-card p,
.hero-v2-card li {
    color: #dce1e9;
    line-height: 1.58;
}

.hero-v2-compare {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 14px;
}

.hero-v2-box {
    padding: 17px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 176, 0, 0.18);
}
.hero-v2-box.good { border-color: rgba(36, 185, 97, 0.42); }
.hero-v2-box.bad { border-color: rgba(255, 90, 0, 0.48); }
.hero-v2-box strong {
    display: block;
    color: #ffcc00;
    margin-bottom: 8px;
}
.hero-v2-box ul { padding-left: 20px; }

.hero-v2-skill-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
}

.hero-v2-skill {
    padding: 18px;
    border-radius: 15px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,176,0,0.20);
}

.hero-v2-skill.rage { border-color: rgba(255,90,0,0.58); }

.hero-v2-skill-type {
    display: inline-block;
    margin-bottom: 8px;
    color: #ff7a1a;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.hero-v2-skill h3 {
    color: #ffcc00;
    margin-bottom: 10px;
    font-size: 1.18rem;
}

.hero-v2-values {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.hero-v2-values span {
    display: inline-block;
    margin: 4px 6px 4px 0;
    padding: 5px 8px;
    border-radius: 999px;
    color: #ffdf75;
    background: rgba(255,176,0,0.08);
    border: 1px solid rgba(255,176,0,0.18);
    font-size: 0.85rem;
    font-weight: 700;
}

.r3ed-note {
    margin-top: 12px;
    padding: 12px 13px;
    border-radius: 12px;
    background: rgba(255, 90, 0, 0.08);
    border-left: 3px solid #ff7a1a;
    color: #f4e6d8;
}

.r3ed-note strong { color: #ffcc00; }

.hero-v2-pairing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
}

.hero-v2-pairing-card {
    position: relative;
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 14px;
    min-height: 142px;
    padding: 18px;
    border-radius: 15px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,176,0,0.20);
}

.hero-v2-pairing-card.official { border-color: rgba(62, 151, 255, 0.52); }
.hero-v2-pairing-card.r3ed { border-color: rgba(255, 132, 0, 0.58); }

.pairing-label {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.pairing-label.official { color: #dceeff; background: rgba(62, 151, 255, 0.18); border: 1px solid rgba(62,151,255,0.38); }
.pairing-label.r3ed { color: #ffedbd; background: rgba(255,132,0,0.16); border: 1px solid rgba(255,132,0,0.45); }

.hero-v2-pairing-card img {
    width: 76px;
    height: 76px;
    border-radius: 14px;
    object-fit: cover;
    object-position: center top;
    border: 1px solid rgba(255,176,0,0.38);
    align-self: center;
}

.hero-v2-pairing-card h3 {
    margin: 22px 0 7px;
    color: #ffcc00;
    font-size: 1.16rem;
}

.hero-v2-pairing-card p { margin: 0; }

.hero-v2-use-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
}

.hero-v2-use {
    padding: 15px;
    border-radius: 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,176,0,0.18);
}

.hero-v2-use strong {
    display: block;
    color: #e8edf5;
    margin-bottom: 8px;
}

.use-badge {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 999px;
    font-weight: 900;
    font-size: 0.82rem;
}
.use-badge.excellent { color: #dfffea; background: rgba(36,185,97,0.18); border: 1px solid rgba(36,185,97,0.38); }
.use-badge.good { color: #fff4cc; background: rgba(255,176,0,0.16); border: 1px solid rgba(255,176,0,0.34); }
.use-badge.average { color: #dce7ff; background: rgba(62,151,255,0.16); border: 1px solid rgba(62,151,255,0.34); }
.use-badge.situational { color: #ffd7cc; background: rgba(255,90,0,0.14); border: 1px solid rgba(255,90,0,0.34); }

.hero-v2-weapon {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 18px;
    align-items: center;
}

.weapon-icon {
    width: 86px;
    height: 86px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255,90,0,0.20), rgba(255,176,0,0.06));
    border: 1px solid rgba(255,176,0,0.35);
    color: #ffcc00;
    font-size: 2rem;
    font-weight: 900;
}

.hero-story summary {
    cursor: pointer;
    color: #ffcc00;
    font-weight: 900;
    margin-bottom: 10px;
}

@media (max-width: 860px) {
    .hero-v2-shell,
    .hero-v2-layout,
    .hero-v2-compare,
    .hero-v2-weapon {
        grid-template-columns: 1fr;
    }
    .hero-v2-portrait-wrap { min-height: 300px; }
    .hero-v2-toc { position: static; }
}


/* R3ED Hero v2.1 refinements */
.core-weapon-card {
    position: relative;
    overflow: hidden;
    border-color: rgba(255, 44, 44, 0.68) !important;
    background:
        radial-gradient(circle at 14% 14%, rgba(255, 48, 38, 0.22), transparent 34%),
        linear-gradient(145deg, rgba(52, 10, 9, 0.92), rgba(7, 9, 13, 0.98)) !important;
    box-shadow: 0 0 34px rgba(255, 46, 22, 0.14), inset 0 0 34px rgba(255, 90, 0, 0.05);
}

.core-weapon-header {
    margin-bottom: 18px;
}

.core-weapon-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #ffe0dc;
    background: rgba(255, 42, 42, 0.14);
    border: 1px solid rgba(255, 42, 42, 0.42);
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 12px;
}

.core-weapon-card h2 {
    margin-bottom: 8px;
}

.core-weapon-layout {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 22px;
    align-items: center;
}

.core-weapon-icon-wrap {
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.24);
    border: 1px solid rgba(255, 176, 0, 0.24);
}

.core-weapon-icon-wrap img {
    width: 154px;
    height: 154px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid rgba(255, 176, 0, 0.46);
    box-shadow: 0 0 22px rgba(255, 50, 22, 0.28);
}

.core-weapon-icon-wrap span {
    color: #ffcc00;
    font-weight: 900;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.core-weapon-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(115px, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}

.core-weapon-stats div {
    padding: 15px 12px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 176, 0, 0.22);
    text-align: center;
}

.core-weapon-stats strong {
    display: block;
    color: #ffcc00;
    font-size: 1.45rem;
    line-height: 1;
    text-shadow: 0 0 10px rgba(255, 90, 0, 0.54);
}

.core-weapon-stats span {
    display: block;
    margin-top: 7px;
    color: #dce1e9;
    font-size: 0.82rem;
    line-height: 1.25;
}

.weapon-note {
    border-left-color: #ff3b1f;
    background: rgba(255, 59, 31, 0.095);
}

.compact-pairings .hero-v2-pairing-card.compact {
    grid-template-columns: 78px 1fr;
    min-height: 132px;
    padding: 17px;
}

.compact-pairings .hero-v2-pairing-card h3 {
    margin: 22px 0 4px;
    font-size: 1.22rem;
}

.pairing-role {
    display: inline-block;
    margin-bottom: 7px;
    color: #ffdf75;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.pairing-placeholder {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    align-self: center;
    border-radius: 14px;
    color: #ffcc00;
    font-size: 1.8rem;
    font-weight: 900;
    background: rgba(255, 132, 0, 0.10);
    border: 1px dashed rgba(255, 132, 0, 0.48);
}

@media (max-width: 860px) {
    .core-weapon-layout,
    .core-weapon-stats {
        grid-template-columns: 1fr;
    }
    .core-weapon-icon-wrap img {
        width: 132px;
        height: 132px;
    }
}


/* R3ED Hero v2.1 final refinements */
.hero-v2-shell {
    grid-template-columns: 260px 1fr;
    align-items: center;
}
.hero-v2-portrait-wrap {
    min-height: 0;
    height: 260px;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 50% 18%, rgba(255, 140, 0, 0.16), transparent 42%),
        linear-gradient(145deg, rgba(12, 15, 21, 0.98), rgba(4, 7, 11, 0.98));
}
.hero-v2-portrait-wrap img {
    width: 220px;
    height: 220px;
    object-fit: contain;
    object-position: center center;
    transform: none;
    filter: drop-shadow(0 0 16px rgba(255, 90, 0, 0.20));
}
.hero-v2-stamp {
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    white-space: nowrap;
    font-size: 0.70rem;
    padding: 6px 10px;
}
.hero-v2-badge.r3ed {
    color: #ffdf75;
}
.hero-v2-summary strong {
    display: flex;
    align-items: center;
    gap: 7px;
}
.hero-v2-summary .info-icon {
    font-size: 1rem;
    line-height: 1;
    filter: drop-shadow(0 0 6px rgba(255, 176, 0, 0.34));
}
.hero-v2-summary div {
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.hero-v2-summary div:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 176, 0, 0.34);
    background: rgba(255, 255, 255, 0.062);
}
.core-weapon-icon-wrap img {
    width: 132px;
    height: 132px;
    object-fit: contain;
    background: rgba(0,0,0,0.22);
    padding: 6px;
}
.core-weapon-layout {
    grid-template-columns: 170px 1fr;
}
.hero-v2-recommendation {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}
.hero-v2-recommendation div {
    padding: 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 176, 0, 0.18);
}
.hero-v2-recommendation strong {
    display: block;
    color: #ffcc00;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: .05em;
}
.hero-v2-recommendation span {
    color: #e8edf5;
    font-weight: 800;
}
@media (max-width: 860px) {
    .hero-v2-shell {
        grid-template-columns: 1fr;
    }
    .hero-v2-portrait-wrap {
        height: 240px;
    }
    .hero-v2-portrait-wrap img {
        width: 210px;
        height: 210px;
    }
}

.hero-v2-skill-image{width:72px;height:72px;object-fit:cover;border-radius:10px;border:1px solid rgba(255,180,70,.45);float:right;margin:0 0 12px 16px;background:#090909}.hero-v2-skill::after{content:"";display:block;clear:both}@media(max-width:640px){.hero-v2-skill-image{width:58px;height:58px}}

/* Hero 1.1.1: public work-in-progress notice */
.hero-update-notice {
  max-width: 1400px;
  margin: 18px auto 0;
  padding: 13px 16px;
  border: 1px solid rgba(255, 193, 7, .55);
  border-radius: 10px;
  background: rgba(255, 193, 7, .12);
  color: #ffe08a;
  font-weight: 700;
  line-height: 1.45;
}
