/* Witnessing Pleasure - Index Page Styles */

/* Color palette - warm, intimate, contemplative */
:root {
    --wp-deep: #2d2226;
    --wp-warm: #4a3539;
    --wp-rose: #8b5a5a;
    --wp-blush: #c9a9a9;
    --wp-cream: #f5f0ed;
    --wp-text: #3d3033;
    --wp-text-light: #6d5d60;
    --wp-accent: #a67c7c;
}

/* Body override for warm aesthetic */
body {
    background: #e8e2df;
}

/* Container overrides */
.container {
    max-width: 860px;
    padding: 80px 60px;
    background: var(--wp-cream);
}

/* Header */
.header {
    text-align: center;
    margin-bottom: 70px;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--wp-blush);
}

.project-status {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--wp-rose);
    margin-bottom: 30px;
    font-weight: 500;
}

h1 {
    font-size: 48px;
    color: var(--wp-deep);
    margin: 0 0 25px;
    font-weight: 400;
    letter-spacing: 2px;
}

.tagline {
    font-size: 20px;
    font-style: italic;
    color: var(--wp-text-light);
    margin: 0;
    line-height: 1.5;
}

/* Core concept section */
.core-concept {
    text-align: center;
    margin-bottom: 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.core-concept .lead {
    font-size: 20px;
    line-height: 1.8;
    color: var(--wp-text);
    margin-bottom: 25px;
}

.core-concept p {
    font-size: 17px;
    line-height: 1.9;
    color: var(--wp-text-light);
    margin-bottom: 20px;
}

.core-concept .distinction {
    font-style: italic;
    color: var(--wp-warm);
    font-size: 18px;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid var(--wp-blush);
}

/* Current work callout */
.current-work {
    text-align: center;
    margin: 50px auto 60px;
    padding: 30px 40px;
    background: var(--wp-deep);
    border-radius: 4px;
    max-width: 650px;
}

.current-work p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--wp-blush);
    margin: 0;
}

.current-work a {
    color: var(--wp-cream);
    text-decoration: none;
    border-bottom: 1px solid var(--wp-rose);
    font-weight: 500;
    transition: all 0.2s ease;
}

.current-work a:hover {
    border-bottom-color: var(--wp-cream);
}

/* What this is / is not section */
.what-this-is {
    margin: 60px 0;
}

.dual-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.column {
    padding: 35px;
    border-radius: 4px;
}

.column.is {
    background: rgba(139, 90, 90, 0.08);
    border-left: 3px solid var(--wp-rose);
}

.column.is-not {
    background: rgba(45, 34, 38, 0.04);
    border-left: 3px solid var(--wp-text-light);
}

.column h2 {
    font-size: 18px;
    margin: 0 0 20px;
    color: var(--wp-deep);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.column li {
    font-size: 15px;
    line-height: 1.7;
    color: var(--wp-text);
    padding: 8px 0;
    border-bottom: 1px solid rgba(201, 169, 169, 0.3);
}

.column li:last-child {
    border-bottom: none;
}

/* The void section */
.the-void {
    margin: 70px 0;
    text-align: center;
}

.the-void h2 {
    font-size: 24px;
    color: var(--wp-deep);
    margin-bottom: 25px;
    font-weight: 400;
}

.the-void p {
    font-size: 17px;
    line-height: 1.9;
    color: var(--wp-text-light);
    max-width: 650px;
    margin: 0 auto 20px;
}

.the-void .emphasis-text {
    font-size: 20px;
    font-style: italic;
    color: var(--wp-warm);
    margin-top: 30px;
    padding: 25px;
    background: rgba(139, 90, 90, 0.06);
    border-radius: 4px;
}

/* Questions section */
.the-questions {
    margin: 70px 0;
    padding: 50px;
    background: var(--wp-deep);
    border-radius: 4px;
}

.the-questions h2 {
    font-size: 22px;
    color: var(--wp-cream);
    margin: 0 0 30px;
    text-align: center;
    font-weight: 400;
}

.question-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 500px;
    margin: 0 auto;
}

.question-list li {
    font-size: 17px;
    line-height: 1.7;
    color: var(--wp-blush);
    padding: 15px 0;
    border-bottom: 1px solid rgba(201, 169, 169, 0.2);
    font-style: italic;
}

.question-list li:last-child {
    border-bottom: none;
}

/* Visual approach section */
.visual-approach {
    margin: 70px 0;
}

.visual-approach h2 {
    font-size: 24px;
    color: var(--wp-deep);
    margin-bottom: 35px;
    text-align: center;
    font-weight: 400;
}

.focus-areas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 35px;
}

.focus-item {
    padding: 25px 30px;
    background: white;
    border-radius: 4px;
    border-left: 3px solid var(--wp-rose);
}

.focus-item h3 {
    font-size: 16px;
    color: var(--wp-warm);
    margin: 0 0 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.focus-item p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--wp-text-light);
    margin: 0;
}

.visual-note {
    font-size: 15px;
    line-height: 1.8;
    color: var(--wp-text-light);
    text-align: center;
    font-style: italic;
    max-width: 600px;
    margin: 30px auto 0;
}

/* Arc of experience section */
.the-arc {
    margin: 70px 0;
}

.the-arc h2 {
    font-size: 24px;
    color: var(--wp-deep);
    margin-bottom: 35px;
    text-align: center;
    font-weight: 400;
}

.arc-phases {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.arc-phases::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(to right, var(--wp-blush), var(--wp-rose), var(--wp-warm), var(--wp-blush));
    z-index: 0;
}

.arc-phase {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
}

.phase-name {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--wp-cream);
    background: var(--wp-warm);
    padding: 8px 16px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.arc-phase p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--wp-text-light);
    margin: 0;
    padding: 0 10px;
}

/* Ethics section */
.ethics {
    margin: 70px 0;
    padding: 50px;
    background: rgba(139, 90, 90, 0.06);
    border-radius: 4px;
}

.ethics h2 {
    font-size: 24px;
    color: var(--wp-deep);
    margin: 0 0 35px;
    text-align: center;
    font-weight: 400;
}

.ethics-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.ethic-item {
    background: white;
    padding: 25px;
    border-radius: 4px;
}

.ethic-item h3 {
    font-size: 16px;
    color: var(--wp-warm);
    margin: 0 0 12px;
    font-weight: 600;
}

.ethic-item p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--wp-text-light);
    margin: 0;
}

/* Distinction section */
.distinction-section {
    margin: 70px 0;
}

.distinction-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.exploitation, .this-work {
    padding: 35px;
    border-radius: 4px;
}

.exploitation {
    background: rgba(45, 34, 38, 0.05);
    border-top: 3px solid var(--wp-text-light);
}

.this-work {
    background: rgba(139, 90, 90, 0.08);
    border-top: 3px solid var(--wp-rose);
}

.exploitation h3, .this-work h3 {
    font-size: 16px;
    margin: 0 0 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.exploitation h3 {
    color: var(--wp-text-light);
}

.this-work h3 {
    color: var(--wp-warm);
}

.exploitation ul, .this-work ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.exploitation li, .this-work li {
    font-size: 15px;
    line-height: 1.6;
    color: var(--wp-text);
    padding: 10px 0;
    padding-left: 20px;
    position: relative;
}

.exploitation li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--wp-text-light);
}

.this-work li::before {
    content: '+';
    position: absolute;
    left: 0;
    color: var(--wp-rose);
    font-weight: 600;
}

/* Timeline section */
.timeline {
    margin: 70px 0;
    text-align: center;
}

.timeline h2 {
    font-size: 24px;
    color: var(--wp-deep);
    margin-bottom: 25px;
    font-weight: 400;
}

.timeline p {
    font-size: 17px;
    line-height: 1.9;
    color: var(--wp-text-light);
    max-width: 650px;
    margin: 0 auto 20px;
}

.timeline a {
    color: var(--wp-rose);
    text-decoration: none;
    border-bottom: 1px solid var(--wp-blush);
    transition: all 0.2s ease;
}

.timeline a:hover {
    color: var(--wp-warm);
    border-bottom-color: var(--wp-warm);
}

.timeline-note {
    font-style: italic;
    color: var(--wp-text-light);
    font-size: 15px;
}

/* The real question section */
.the-real-question {
    margin: 70px 0;
    padding: 50px;
    background: var(--wp-deep);
    border-radius: 4px;
    text-align: center;
}

.the-real-question blockquote {
    font-size: 18px;
    line-height: 1.8;
    color: var(--wp-cream);
    font-style: italic;
    margin: 0 0 30px;
    padding: 0;
    border: none;
}

.the-real-question .answer {
    font-size: 16px;
    color: var(--wp-blush);
    margin: 0;
}

/* Footer */
.footer {
    margin-top: 70px;
    padding-top: 40px;
    border-top: 1px solid var(--wp-blush);
    text-align: center;
}

.footer p {
    font-size: 14px;
    color: var(--wp-text-light);
    margin: 0 0 10px;
}

.footer .revisit {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--wp-rose);
}

/* Responsive design */
@media (max-width: 768px) {
    .container {
        padding: 50px 30px;
    }

    h1 {
        font-size: 36px;
    }

    .tagline {
        font-size: 18px;
    }

    .dual-columns {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .focus-areas {
        grid-template-columns: 1fr;
    }

    .arc-phases {
        flex-direction: column;
        gap: 25px;
    }

    .arc-phases::before {
        display: none;
    }

    .ethics-grid {
        grid-template-columns: 1fr;
    }

    .distinction-comparison {
        grid-template-columns: 1fr;
    }

    .the-questions,
    .ethics,
    .the-real-question {
        padding: 35px 25px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 35px 20px;
    }

    h1 {
        font-size: 28px;
        letter-spacing: 1px;
    }

    .project-status {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .tagline {
        font-size: 16px;
    }

    .core-concept .lead {
        font-size: 17px;
    }

    .core-concept p,
    .the-void p,
    .timeline p {
        font-size: 15px;
        text-align: left;
    }

    .column {
        padding: 25px 20px;
    }

    .focus-item {
        padding: 20px;
    }

    .the-real-question blockquote {
        font-size: 16px;
        text-align: left;
    }
}
