/* Case Study Pages — minimal reading layout */

body {
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    background-color: #ffffff;
    color: #1c1c1e;
}

/* ── Header ── */
.cs-header {
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 16px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e3;
    z-index: 999;
}

.cs-header .back-link {
    font-size: 13px;
    color: #6b6b6b;
    text-decoration: none;
    letter-spacing: 0.3px;
}

.cs-header .back-link:hover {
    color: #1c1c1e;
}

.cs-header .home-link {
    font-size: 14px;
    font-weight: 600;
    color: #1c1c1e;
    text-decoration: none;
    letter-spacing: 0.5px;
}

/* ── Article ── */
article {
    max-width: 720px;
    margin: 0 auto;
    padding: 120px 32px 80px;
}

/* ── Title block ── */
.cs-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FFA500;
    margin: 0 0 12px;
}

article h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 16px;
}

.cs-subtitle {
    font-size: 18px;
    font-weight: 300;
    color: #5a5a5e;
    line-height: 1.5;
    margin: 0 0 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid #e5e5e3;
}

/* ── Pull Quote ── */
.cs-quote {
    margin: 0 0 48px;
    padding: 24px 32px;
    border-left: 3px solid #FFA500;
    background-color: #fafaf8;
}

.cs-quote p {
    margin: 0 0 8px;
    font-size: 17px;
    font-style: italic;
    line-height: 1.6;
    color: #1c1c1e;
}

.cs-quote cite {
    font-size: 12px;
    font-style: normal;
    letter-spacing: 0.5px;
    color: #6b6b6b;
}

/* ── Sections ── */
.cs-section {
    margin-bottom: 48px;
}

.cs-section h2 {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #6b6b6b;
    margin: 0 0 16px;
}

.cs-placeholder {
    background-color: #f5f5f3;
    border-left: 3px solid #e5e5e3;
    padding: 20px 24px;
    border-radius: 0 4px 4px 0;
    color: #9a9a9e;
    font-size: 14px;
    font-style: italic;
    line-height: 1.6;
}
