/*
 * CHAMSPACE ABOUT V6 — Architecture-Firm Luxe Minimalism
 * Namespace: .cs-v6-*
 * Key: image-first, museum whitespace, Swiss typography, no gimmicks
 */

/* ═══════════════ 1. OPENING — Full-bleed Image Manifesto ═══════════════ */
.cs-v6-opening {
    position: relative;
    width: 100%;
    height: clamp(520px, 80vh, 900px);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 30px;
}

.cs-v6-opening-bg {
    position: absolute;
    inset: 0;
}
.cs-v6-opening-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cs-v6-opening-veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, 
        rgba(0,0,0,0.55) 0%, 
        rgba(0,0,0,0.15) 42%, 
        rgba(0,0,0,0.0) 55%,
        rgba(0,0,0,0.40) 80%);
}

.cs-v6-opening-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(40px, 6vw, 72px);
}

.cs-v6-opening-tag {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: rgba(255,255,255,0.60);
    margin-bottom: 12px;
    display: block;
}

.cs-v6-opening h1 {
    font-size: clamp(3.4rem, 8vw, 8rem);
    font-weight: 300;
    color: #fff;
    line-height: 0.92;
    letter-spacing: -0.04em;
    margin: 0 0 20px;
}
.cs-v6-opening h1 b {
    font-weight: 700;
    color: #E20612;
}

.cs-v6-opening-sub {
    font-size: clamp(13px, 1.3vw, 16px);
    color: rgba(255,255,255,0.55);
    line-height: 1.7;
    max-width: 500px;
    margin: 0 0 24px;
    font-weight: 300;
}

.cs-v6-opening-scroll {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255,255,255,0.40);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    text-decoration: none;
    transition: color 0.3s, gap 0.3s;
}
.cs-v6-opening-scroll:hover { color: #fff; gap: 18px; }
.cs-v6-opening-scroll svg { width: 14px; height: 14px; }

/* ═══════════════ 2. STORY — Architectural Spread ═══════════════ */
.cs-v6-story {
    padding: 80px 0;
    position: relative;
}

/* Big pull quote */
.cs-v6-story-quote {
    font-size: clamp(28px, 5vw, 56px);
    font-weight: 300;
    color: #1a1a1a;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin: 0 0 40px;
    max-width: 800px;
}
.cs-v6-story-quote em {
    font-style: normal;
    color: #E20612;
    font-weight: 600;
}

.cs-v6-story-grid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 48px;
    align-items: start;
}

.cs-v6-story-timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.cs-v6-story-milestone {
    display: flex;
    gap: 20px;
    align-items: baseline;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}

.cs-v6-story-year {
    flex: 0 0 48px;
    font-size: 14px;
    font-weight: 700;
    color: #E20612;
    letter-spacing: -0.02em;
}

.cs-v6-story-milestone p {
    font-size: 13px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

.cs-v6-story-image {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 3/2;
    background: #eee;
}
.cs-v6-story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ═══════════════ 3. VALUES — Clean Museum Display ═══════════════ */
.cs-v6-values {
    padding: 80px 0;
    border-top: 1px solid rgba(0,0,0,0.04);
    border-bottom: 1px solid rgba(0,0,0,0.04);
}

.cs-v6-values-head {
    font-size: clamp(14px, 1.5vw, 18px);
    font-weight: 300;
    color: #888;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 0 48px;
}

.cs-v6-values-row {
    display: flex;
    gap: 0;
}

.cs-v6-val-col {
    flex: 1;
    padding: 0 24px 0 0;
    border-right: 1px solid rgba(0,0,0,0.04);
}
.cs-v6-val-col:last-child { border: none; padding-right: 0; }
.cs-v6-val-col:first-child { padding-left: 0; }

.cs-v6-val-icon {
    font-size: 28px;
    margin-bottom: 16px;
    display: block;
}

.cs-v6-val-col h4 {
    font-size: 22px;
    font-weight: 300;
    color: #1a1a1a;
    margin: 0 0 8px;
    letter-spacing: -0.02em;
}
.cs-v6-val-col h4 strong {
    font-weight: 700;
}

.cs-v6-val-col p {
    font-size: 12px;
    color: #aaa;
    line-height: 1.7;
    margin: 0;
}

/* ═══════════════ 4. PROCESS — Full-width Image Strips ═══════════════ */
.cs-v6-process {
    padding: 80px 0;
}

.cs-v6-proc-heading {
    font-size: clamp(20px, 1.8vw, 26px);
    font-weight: 300;
    color: #1a1a1a;
    letter-spacing: -0.02em;
    margin: 0 0 40px;
    max-width: 600px;
    line-height: 1.4;
}

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

.cs-v6-proc-pane {
    position: relative;
    aspect-ratio: 2/3;
    overflow: hidden;
    border-radius: 4px;
}
.cs-v6-proc-pane img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cs-v6-proc-pane-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0.0) 50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 16px;
    transition: opacity 0.4s;
}

.cs-v6-proc-pane-step {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(255,255,255,0.50);
    margin-bottom: 4px;
}
.cs-v6-proc-pane-title {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
}
.cs-v6-proc-pane-title strong {
    font-weight: 700;
}

/* ═══════════════ 5. TEAM — Asymmetric Layout ═══════════════ */
.cs-v6-team {
    padding: 80px 0;
    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 48px;
    align-items: center;
}

.cs-v6-team-img-wrap {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 16/10;
    background: #eee;
}
.cs-v6-team-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cs-v6-team-text h2 {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 300;
    color: #1a1a1a;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0 0 16px;
}
.cs-v6-team-text h2 strong {
    font-weight: 700;
    color: #E20612;
}

.cs-v6-team-text blockquote {
    font-size: 15px;
    color: #888;
    line-height: 1.7;
    font-style: italic;
    margin: 0 0 20px;
    padding: 0;
    border: none;
}

.cs-v6-team-text cite {
    font-size: 11px;
    font-weight: 700;
    color: #aaa;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* Subtle role pills */
.cs-v6-team-pills {
    display: flex;
    gap: 10px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.cs-v6-team-pill {
    font-size: 10px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 8px 16px;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 30px;
}

/* ═══════════════ 6. NUMBERS — Full Bleed Stats Block ═══════════════ */
.cs-v6-numbers {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: clamp(360px, 45vh, 500px);
    border-radius: 16px;
    overflow: hidden;
    margin: 30px 0;
}

.cs-v6-num-image {
    position: relative;
    overflow: hidden;
    background: #ddd;
}
.cs-v6-num-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}
.cs-v6-num-image-cap {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 10px;
    font-weight: 700;
    color: rgba(255,255,255,0.60);
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.cs-v6-num-stats {
    background: #1a1a1a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(32px, 6vw, 56px);
    gap: 28px;
}

.cs-v6-num-stat h3 {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1;
    margin: 0 0 4px;
}
.cs-v6-num-stat h3 strong {
    font-weight: 700;
    color: #E20612;
}
.cs-v6-num-stat p {
    font-size: 10px;
    font-weight: 700;
    color: rgba(255,255,255,0.25);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin: 0;
}

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

/* ═══════════════ RESPONSIVE — 768px ═══════════════ */
@media (max-width: 768px) {
    .cs-v6-opening { height: clamp(360px, 50vh, 480px); border-radius: 12px; margin-bottom: 16px; }
    .cs-v6-opening h1 { font-size: 2.4rem; }
    .cs-v6-opening-content { padding: 28px 22px; }

    .cs-v6-story { padding: 40px 0; }
    .cs-v6-story-quote { font-size: 1.6rem; margin-bottom: 24px; }
    .cs-v6-story-grid { grid-template-columns: 1fr; gap: 24px; }

    .cs-v6-values { padding: 40px 0; }
    .cs-v6-values-row { flex-direction: column; gap: 24px; }
    .cs-v6-val-col { border-right: none; border-bottom: 1px solid rgba(0,0,0,0.04); padding: 0 0 20px 0; }
    .cs-v6-val-col:last-child { border: none; padding-bottom: 0; }

    .cs-v6-process { padding: 40px 0; }
    .cs-v6-proc-heading { margin-bottom: 24px; }
    .cs-v6-proc-strip { grid-template-columns: repeat(2, 1fr); }

    .cs-v6-team { padding: 40px 0; grid-template-columns: 1fr; gap: 24px; }
    .cs-v6-team-pills { gap: 8px; }

    .cs-v6-numbers { grid-template-columns: 1fr; min-height: auto; border-radius: 12px; margin: 16px 0; }
    .cs-v6-num-image { height: 220px; }
    .cs-v6-num-stats { gap: 16px; }
}

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