/* ===== APPROACH PAGE — page-specific styles ===== */
/* Base styles inherited from style.css */


.approach-next {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px clamp(2rem, 5vw, 6rem) 60px;
    text-align: center;
}




/* ===== COMPACT HERO ===== */

.approach-hero {
    padding-top: 120px;
    padding-bottom: 60px;
}

.approach-hero h1 {
    font-weight: 400;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}

.approach-hero-sub {
    font-size: clamp(0.9rem, 1.5vw, 1.05rem);
    font-weight: 300;
    color: var(--text-dim);
    max-width: 600px;
    line-height: 1.7;
}


/* ===== PROCESS FLOW IMAGE ===== */

.process-flow-section {
    max-width: 1180px;
    margin: 0 auto;
    padding: 60px clamp(1.5rem, 3vw, 3rem);
}

.process-flow-img {
    display: block;
    width: 100%;
    max-width: 1180px;
    height: auto;
    margin: 0 auto;
    padding: 2rem 2.5rem;
    background: var(--bg-raised);
    border: 1px solid var(--border);
    box-sizing: border-box;
    overflow: visible;
}


/* ===== PROCESS SUMMARY ===== */

.process-summary {
    font-weight: 300;
    font-size: clamp(0.95rem, 1.4vw, 1.1rem);
    line-height: 1.75;
    color: var(--text-dim);
    max-width: 760px;
    margin-top: 1.25rem;
}


/* ===== APPLIED-TO BLOCK ===== */

.approach-applied-block {
    background: var(--bg-raised);
    border: 1px solid var(--border);
    border-left: 2px solid var(--accent);
    padding: 1.75rem 2rem;
    max-width: 760px;
    margin-top: 1.25rem;
}

.approach-applied-block p {
    font-weight: 300;
    font-size: clamp(0.95rem, 1.4vw, 1.05rem);
    line-height: 1.7;
    color: var(--text);
    max-width: 660px;
    margin: 0 0 1rem;
}

.approach-applied-block .paper-link {
    display: inline-block;
}


/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {
    .approach-hero {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    /* The text-based .process items below convey the same flow — SVG hidden to avoid cramped layout. */
    .process-flow-section {
        display: none;
    }

    .approach-applied-block {
        padding: 1.25rem 1.5rem;
    }
}
