/* ================================================
   ORGANISATIONS PAGE — Redesign v2
   Accent: #D87442  |  Gradient: #D87442 → #F2A74B
   Dark BG: #0A0A0A | Body: 18px
   ================================================ */

/* ---------- Utility ---------- */
.org-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.org-heading {
    font-size: 1.375rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 28px;
}

.org-heading.white {
    color: #fff;
}

.org-heading.centered {
    text-align: center;
}

/* Vertical accent line */
.org-accent-line {
    width: 3px;
    background: #000;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 2px;
}

.org-accent-line.light {
    background: #D87442;
}

/* ============================================
   1. HERO
   ============================================ */
.org-hero {
    position: relative;
    height: 70vh;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.org-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.org-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.org-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.15) 100%);
    z-index: 1;
}

.org-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
}

.org-hero-pre {
    font-size: 1.25rem;
    font-weight: 300;
    color: #fff;
    margin-bottom: 6px;
    letter-spacing: 1px;
}

.org-hero-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin: 0;
}

/* ============================================
   2. HUMAN SYSTEM CHALLENGES
   ============================================ */
.org-challenges {
    background: #fff;
    padding: 0;
}

.org-challenges-inner {
    display: flex;
    min-height: 100vh;
}

.org-challenges-image {
    flex: 0 0 50%;
    position: sticky;
    top: 0;
    height: 100vh;
    align-self: flex-start;
}

.org-challenges-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.org-challenges-text {
    flex: 0 0 50%;
    display: flex;
    gap: 28px;
    padding: 80px 60px;
    align-items: flex-start;
    min-height: 100vh;
    background: #fff;
}

.org-challenges-body {
    max-width: 520px;
    padding: 80px 0;
}

.org-challenge-heading {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.75;
    color: #111;
    margin-bottom: 22px;
}

.org-challenges-body p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #222;
    margin-bottom: 20px;
}

/* ============================================
   3. AREAS OF ENGAGEMENT (Dark)
   ============================================ */
.org-engagement {
    background: #0A0A0A;
    padding: 0;
}

.org-engagement-inner {
    display: flex;
    min-height: 100vh;
}

.org-engagement-text {
    flex: 0 0 50%;
    display: flex;
    gap: 28px;
    padding: 80px 60px;
    align-items: flex-start;
    min-height: 100vh;
    background: #0A0A0A;
}

.org-engagement-body {
    max-width: 520px;
    padding: 80px 0;
}

.org-engage-item {
    margin-bottom: 28px;
}

.org-engage-item h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #D87442;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.org-engage-item p {
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}

.org-engagement-image {
    flex: 0 0 50%;
    position: sticky;
    top: 0;
    height: 100vh;
    align-self: flex-start;
}

.org-engagement-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(100%);
}

/* ============================================
   4. COMMON ORGANISATIONAL PRESSURES
   ============================================ */
.org-pressures {
    background: #0A0A0A;
    padding: 0;
}

.org-pressures-inner {
    display: flex;
    min-height: 100vh;
}

.org-pressures-image {
    flex: 0 0 50%;
    position: sticky;
    top: 0;
    height: 100vh;
    align-self: flex-start;
}

.org-pressures-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.org-pressures-text {
    flex: 0 0 50%;
    display: flex;
    gap: 28px;
    padding: 80px 60px;
    align-items: flex-start;
    min-height: 100vh;
    background: #0A0A0A;
}

.org-pressures-body {
    max-width: 520px;
    padding: 80px 0;
}

.org-pressure-item {
    margin-bottom: 22px;
}

.org-pressure-item h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #D87442;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.org-pressure-item p {
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}

/* ============================================
   5. STATISTICS — 01 / 02 / 03
   ============================================ */
.org-stats {
    background: #0A0A0A;
    padding: 80px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.org-stats-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}

.org-stat-block {
    position: relative;
}

.org-stat-number {
    display: block;
    font-size: 5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #D87442, #F2A74B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 18px;
}

.org-stat-text {
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 18px;
}

.org-stat-label {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #D87442;
    display: block;
    margin-bottom: 6px;
}

.org-stat-source {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    display: block;
}

/* ============================================
   6. HOW I WORK WITH ORGANISATIONS
   ============================================ */
.org-how {
    background: #0A0A0A;
    padding: 80px 0 100px;
}

.org-how-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 12px;
}

.org-how-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 36px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.org-how-item h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #D87442;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

.org-how-item p {
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
}

/* ============================================
   7. ENABLING OUTCOMES & CTA
   ============================================ */
.org-enables {
    background: #0A0A0A;
    padding: 80px 0 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.org-enables-accent-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 52px;
}

.org-enables-accent-line {
    width: 3px;
    height: 48px;
    background: #D87442;
    border-radius: 2px;
    flex-shrink: 0;
}

.org-enables-tagline {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.72);
    font-style: italic;
    font-weight: 300;
}

.org-enables-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.org-enables-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.org-enables-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 16px;
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
}

.org-enables-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #D87442;
    border-radius: 50%;
}

.org-enables-right p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 28px;
}

.org-cta-btn {
    display: inline-block;
    padding: 14px 42px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.org-cta-btn:hover {
    background: #D87442;
    border-color: #D87442;
    color: #fff;
}

.org-cta-btn .arrow {
    margin-left: 8px;
    transition: margin-left 0.3s ease;
}

.org-cta-btn:hover .arrow {
    margin-left: 14px;
}

/* ================================================
   RESPONSIVE
   ================================================ */

/* ---------- 1024px ---------- */
@media (max-width: 1024px) {
    .org-hero-content h1 {
        font-size: 2rem;
    }

    .org-challenges-text,
    .org-engagement-text,
    .org-pressures-text {
        padding: 48px 36px;
    }

    .org-stats-inner {
        gap: 32px;
    }

    .org-stat-number {
        font-size: 4.5rem;
    }

    .org-how-grid {
        gap: 24px;
    }

    .org-enables-grid {
        gap: 40px;
    }
}

/* ---------- 768px ---------- */
@media (max-width: 768px) {
    .org-hero {
        height: 55vh;
        min-height: 320px;
    }

    .org-hero-content {
        padding: 0 24px;
    }

    .org-hero-pre {
        font-size: 1rem;
    }

    .org-hero-content h1 {
        font-size: 1.75rem;
    }

    /* Stack all two-column sections */
    .org-challenges-inner,
    .org-engagement-inner,
    .org-pressures-inner {
        flex-direction: column;
    }

    /* Hide first section image on mobile */
    .org-challenges-image {
        display: none !important;
    }

    .org-challenges-image img {
        display: none !important;
    }

    /* Also hide by image source */
    img[src*="tablet-coffee.jpg"] {
        display: none !important;
    }

    /* Force text first, image second on mobile using order */
    .org-challenges-text {
        order: 1 !important;
    }

    .org-engagement-text,
    .org-pressures-text {
        order: 1 !important;
    }

    .org-engagement-image,
    .org-pressures-image {
        order: 2 !important;
    }

    .org-engagement-image,
    .org-pressures-image {
        position: relative;
        height: auto;
        flex: 1 1 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 24px;
        background-color: #0A0A0A;
    }

    .org-engagement-image img,
    .org-pressures-image img {
        height: auto;
        max-height: 400px;
        width: auto;
        max-width: 100%;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

    .org-challenges-text,
    .org-engagement-text,
    .org-pressures-text {
        flex: 1 1 auto;
        min-height: auto;
        padding: 40px 24px;
    }

    .org-challenges-body,
    .org-engagement-body,
    .org-pressures-body {
        padding: 20px 0;
    }

    /* Stats */
    .org-stats-inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .org-stat-number {
        font-size: 4rem;
    }

    /* How I Work cards */
    .org-how-grid {
        grid-template-columns: 1fr;
    }

    /* Enables */
    .org-enables-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .org-container {
        padding: 0 24px;
    }

    .org-stats-inner {
        padding: 0 24px;
    }
}

/* ---------- 480px ---------- */
@media (max-width: 480px) {
    .org-hero {
        height: 50vh;
        min-height: 280px;
    }

    .org-hero-pre {
        font-size: 0.9rem;
    }

    .org-hero-content h1 {
        font-size: 1.4rem;
    }

    .org-engagement-image,
    .org-pressures-image {
        padding: 30px 16px;
    }

    .org-engagement-image img,
    .org-pressures-image img {
        max-height: 350px;
    }

    .org-challenges-text,
    .org-engagement-text,
    .org-pressures-text {
        gap: 16px;
        padding: 30px 16px;
    }

    .org-challenges-body,
    .org-engagement-body,
    .org-pressures-body {
        padding: 10px 0;
    }

    .org-how-card {
        padding: 28px 22px;
    }

    .org-stat-number {
        font-size: 3.5rem;
    }

    .org-stats {
        padding: 60px 0;
    }

    .org-how {
        padding: 60px 0 72px;
    }

    .org-enables {
        padding: 60px 0 72px;
    }
}
