/*
 * CHAMSPACE ABOUT V5 — Cinematic / High-Drama
 * Namespace: .cs-v5-*
 * Key: bold graphic, oversized numbers, image-first, editorial precision
 */

/* ═══════════════ 1. HERO — Dark Cinematic ═══════════════ */
.cs-v5-hero {
    background: #0d0d0d;
    border-radius: 20px;
    padding: clamp(48px, 8vh, 88px) clamp(32px, 6vw, 64px);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

/* Geometric accent */
.cs-v5-hero::before {
    content: '';
    position: absolute;
    right: -80px;
    top: -80px;
    width: 400px;
    height: 400px;
    border: 1px solid rgba(255,255,255,0.04);
    border-radius: 50%;
    pointer-events: none;
}
.cs-v5-hero::after {
    content: '';
    position: absolute;
    right: 60px;
    top: 60px;
    width: 160px;
    height: 160px;
    border: 1px solid rgba(226,6,18,0.08);
    border-radius: 50%;
    pointer-events: none;
}

.cs-v5-hero-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.cs-v5-hero-text {
    flex: 1;
}

.cs-v5-hero-kicker {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: rgba(255,255,255,0.30);
    margin-bottom: 14px;
    display: block;
}

.cs-v5-hero-text h1 {
    font-size: clamp(4rem, 9vw, 9rem);
    font-weight: 900;
    line-height: 0.85;
    letter-spacing: -0.05em;
    color: #fff;
    margin: 0;
}
.cs-v5-hero-text h1 span {
    display: block;
    color: #E20612;
}

.cs-v5-hero-img {
    flex: 0 0 360px;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 3/4;
    box-shadow: 0 40px 100px rgba(0,0,0,0.5);
}
.cs-v5-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cs-v5-hero-bottom {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 28px;
    position: relative;
    z-index: 1;
}

.cs-v5-hero-stat {
    text-align: left;
}
.cs-v5-hero-stat-val {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1;
}
.cs-v5-hero-stat-lab {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(255,255,255,0.25);
    margin-top: 4px;
}

.cs-v5-hero-lead {
    flex: 1;
    font-size: 13px;
    color: rgba(255,255,255,0.40);
    line-height: 1.8;
    margin: 0;
    max-width: 500px;
}

/* ═══════════════ 2. STORY — Editorial Spread ═══════════════ */
.cs-v5-story {
    padding: 60px 0;
    position: relative;
}

.cs-v5-story-header {
    margin-bottom: 40px;
}

.cs-v5-story-label {
    font-size: clamp(36px, 6vw, 72px);
    font-weight: 900;
    color: #1a1a1a;
    letter-spacing: -0.04em;
    line-height: 0.95;
    margin: 0 0 16px;
}

.cs-v5-story-label-line {
    width: 80px;
    height: 4px;
    background: #E20612;
}

.cs-v5-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
}

.cs-v5-story-img-main {
    grid-row: 1 / 3;
    border-radius: 16px;
    overflow: hidden;
    background: #eee;
}
.cs-v5-story-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cs-v5-story-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: clamp(24px, 4vw, 36px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cs-v5-story-card h3 {
    font-size: 20px;
    font-weight: 900;
    color: #1a1a1a;
    margin: 0 0 10px;
    letter-spacing: -0.02em;
}
.cs-v5-story-card p {
    font-size: 13px;
    color: #888;
    line-height: 1.7;
    margin: 0 0 16px;
}
.cs-v5-story-card p:last-child { margin-bottom: 0; }

.cs-v5-story-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #E20612;
    margin-top: auto;
}
.cs-v5-story-tag::before {
    content: '';
    width: 20px;
    height: 1px;
    background: #E20612;
}

/* ═══════════════ 3. VALUES — Oversized Numbers ═══════════════ */
.cs-v5-values {
    padding: 80px 0;
    background: #1a1a1a;
    border-radius: 20px;
    margin: 30px 0;
    position: relative;
    overflow: hidden;
}

.cs-v5-values-inner {
    padding: 0 clamp(24px, 5vw, 48px);
    position: relative;
    z-index: 1;
}

/* Watermark */
.cs-v5-values::before {
    content: 'VALUES';
    position: absolute;
    right: 0;
    bottom: -30px;
    font-size: 280px;
    font-weight: 900;
    letter-spacing: -0.05em;
    color: rgba(255,255,255,0.015);
    pointer-events: none;
    line-height: 1;
}

.cs-v5-values-eyebrow {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #E20612;
    margin-bottom: 30px;
    display: block;
}

.cs-v5-values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.cs-v5-val-card {
    position: relative;
    padding: 40px 32px;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    transition: border-color 0.4s, background 0.4s;
}
.cs-v5-val-card:hover {
    border-color: rgba(226,6,18,0.30);
    background: rgba(255,255,255,0.02);
}

.cs-v5-val-num {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 72px;
    font-weight: 900;
    color: rgba(226,6,18,0.10);
    letter-spacing: -0.05em;
    line-height: 1;
    pointer-events: none;
    transition: color 0.4s;
}
.cs-v5-val-card:hover .cs-v5-val-num {
    color: rgba(226,6,18,0.30);
}

.cs-v5-val-card h4 {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 8px;
    position: relative;
    z-index: 1;
}
.cs-v5-val-card p {
    font-size: 12px;
    color: rgba(255,255,255,0.35);
    line-height: 1.7;
    margin: 0;
    position: relative;
    z-index: 1;
}

/* ═══════════════ 4. PROCESS — Evidence-first ═══════════════ */
.cs-v5-process {
    padding: 60px 0;
}

.cs-v5-proc-header {
    margin-bottom: 40px;
}

.cs-v5-proc-label {
    font-size: clamp(28px, 5vw, 48px);
    font-weight: 900;
    color: #1a1a1a;
    letter-spacing: -0.04em;
    line-height: 1.05;
    margin: 0 0 8px;
}
.cs-v5-proc-sub {
    font-size: 14px;
    color: #aaa;
    line-height: 1.6;
    max-width: 500px;
    margin: 0;
}

.cs-v5-proc-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.cs-v5-proc-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e5e5;
    transition: box-shadow 0.3s, transform 0.3s;
}
.cs-v5-proc-card:hover {
    box-shadow: 0 20px 60px rgba(0,0,0,0.10);
    transform: translateY(-4px);
}

.cs-v5-proc-card-img {
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
}
.cs-v5-proc-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.2,0.36,0.12,1);
}
.cs-v5-proc-card:hover .cs-v5-proc-card-img img {
    transform: scale(1.06);
}

/* Step badge on image */
.cs-v5-proc-step {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #E20612;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(226,6,18,0.40);
}

.cs-v5-proc-card-body {
    padding: 20px 20px 24px;
}

.cs-v5-proc-card-body h4 {
    font-size: 18px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 6px;
}
.cs-v5-proc-card-body p {
    font-size: 12px;
    color: #999;
    line-height: 1.6;
    margin: 0;
}

/* ═══════════════ 5. TEAM — Bold Split ═══════════════ */
.cs-v5-team {
    padding: 80px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    min-height: clamp(400px, 55vh, 560px);
    align-items: stretch;
    background: #0d0d0d;
    border-radius: 20px;
    margin: 30px 0;
    overflow: hidden;
}

.cs-v5-team-img {
    overflow: hidden;
    position: relative;
}
.cs-v5-team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

.cs-v5-team-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(32px, 6vw, 56px);
}

.cs-v5-team-text-eyebrow {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(255,255,255,0.30);
    margin-bottom: 12px;
}

.cs-v5-team-text h2 {
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.04em;
    line-height: 1.05;
    margin: 0 0 16px;
}

.cs-v5-team-text blockquote {
    font-size: 15px;
    color: rgba(255,255,255,0.45);
    line-height: 1.7;
    font-style: italic;
    margin: 0 0 28px;
    padding: 0;
    border: none;
    max-width: 400px;
}

.cs-v5-team-roles {
    display: flex;
    gap: 24px;
}

.cs-v5-team-role {
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.cs-v5-team-role h5 {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,0.60);
    margin: 0 0 4px;
}
.cs-v5-team-role p {
    font-size: 10px;
    color: rgba(255,255,255,0.20);
    margin: 0;
}

/* ═══════════════ 6. NUMBERS — Cinematic Stats ═══════════════ */
.cs-v5-numbers {
    padding: 60px 0;
}

.cs-v5-num-wrap {
    display: flex;
    gap: 30px;
}

.cs-v5-num-main {
    font-size: clamp(80px, 14vw, 200px);
    font-weight: 900;
    color: #1a1a1a;
    letter-spacing: -0.06em;
    line-height: 0.78;
    margin: 0;
    flex: 1;
}
.cs-v5-num-main sup {
    font-size: 0.35em;
    color: #E20612;
    vertical-align: super;
}

.cs-v5-num-side {
    flex: 0 0 300px;
}

.cs-v5-num-item {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.cs-v5-num-item:first-child { padding-top: 0; }

.cs-v5-num-item-val {
    font-size: 32px;
    font-weight: 900;
    color: #E20612;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 4px;
}
.cs-v5-num-item-lab {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #aaa;
}

.cs-v5-num-banner {
    margin-top: 40px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 21/7;
    background: #e8e8e8;
}
.cs-v5-num-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cs-v5-num-banner-cap {
    position: absolute;
    bottom: 24px;
    left: 28px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: rgba(0,0,0,0.60);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 12px 24px;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.08);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* ═══════════════ 7. CTA ═══════════════ */
.cs-v5-cta { padding: 30px 0 0; }

/* ═══════════════ RESPONSIVE — 768px ═══════════════ */
@media (max-width: 768px) {
    .cs-v5-hero { padding: 32px 24px; border-radius: 14px; margin-bottom: 16px; }
    .cs-v5-hero-top { flex-direction: column; gap: 20px; margin-bottom: 24px; }
    .cs-v5-hero-text h1 { font-size: 2.8rem; }
    .cs-v5-hero-img { flex: auto; width: 100%; aspect-ratio: 4/3; }
    .cs-v5-hero-bottom { flex-direction: column; gap: 16px; padding-top: 20px; }
    .cs-v5-hero-lead { max-width: none; font-size: 12px; }

    .cs-v5-story { padding: 32px 0; }
    .cs-v5-story-label { font-size: 2rem; }
    .cs-v5-story-grid { grid-template-columns: 1fr; }
    .cs-v5-story-img-main { grid-row: auto; aspect-ratio: 4/3; min-height: 240px; }

    .cs-v5-values { padding: 48px 0; border-radius: 14px; margin: 16px 0; }
    .cs-v5-values::before { display: none; }
    .cs-v5-values-grid { grid-template-columns: 1fr; gap: 16px; }
    .cs-v5-val-card { padding: 28px 24px; }
    .cs-v5-val-num { font-size: 48px; top: 12px; right: 16px; }

    .cs-v5-process { padding: 32px 0; }
    .cs-v5-proc-label { font-size: 1.8rem; }
    .cs-v5-proc-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .cs-v5-proc-card-body { padding: 16px; }
    .cs-v5-proc-card-body h4 { font-size: 16px; }

    .cs-v5-team { grid-template-columns: 1fr; min-height: auto; border-radius: 14px; margin: 16px 0; }
    .cs-v5-team-img { height: 280px; }
    .cs-v5-team-text { padding: 28px 24px; }
    .cs-v5-team-text h2 { font-size: 2rem; }
    .cs-v5-team-roles { flex-direction: column; gap: 12px; }

    .cs-v5-numbers { padding: 32px 0; }
    .cs-v5-num-wrap { flex-direction: column; gap: 16px; }
    .cs-v5-num-main { font-size: 4rem; }
    .cs-v5-num-side { flex: auto; }
    .cs-v5-num-banner { aspect-ratio: 4/3; margin-top: 24px; }
    .cs-v5-num-banner-cap { bottom: 10px; left: 12px; font-size: 10px; padding: 8px 14px; }

    .cs-v5-cta { padding: 20px 0 0; }
}

@media (max-width: 480px) {
    .cs-v5-proc-grid { grid-template-columns: 1fr; }
}
