@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Playfair+Display:ital,wght@0,400;0,500;1,400&display=swap');

body {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    background-color: #470408;
    color: #d6c7c8;
    margin: 0;
    padding: 0;
}

h1, h2 {
    font-family: 'Playfair Display', serif;
    font-weight: normal;
}

a {
    color: #d6c7c8;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: #f0ebe3;
}

p {
    margin: 0 0 10px 0;
}

/* ── Nav bar ── */
nav {
    display: flex;
    gap: 28px;
    align-items: center;
    padding: 20px 40px;
    background-color: #0e0c0a ;
    border-bottom: 0.5px solid rgba(255,255,255,0.12);
}

.nav-logo {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(214,199,200,0.45);
    font-weight: 400;
    margin-right: auto;
    text-decoration: none;
}

nav a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(214,199,200,0.45);
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 400;
}

nav a:hover {
    color: #f0ebe3;
    text-decoration: none;
}

/* hide the <hr> after nav */
nav + hr,
body > hr {
    display: none;
}

/* ── Page content ── */
.page-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 40px;
}

/* ── Home hero header ── */
.big-header {
    padding: 30px 0 64px;
    border-bottom: 0.5px solid rgba(255,255,255,0.08);
    margin-bottom: 56px;
    position: relative;
}

.big-header::before {
    content: 'An exploration of AI-generated poetry, visual art, and music.';
    display: block;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(214,199,200,0.3);
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.big-header h1 {
    font-size: 52px;
    line-height: 1.1;
    margin: 0 0 20px;
    letter-spacing: -0.02em;
    color: #f0ebe3;
    max-width: 600px;
    text-align: left;
}

.big-header h1 em {
    font-style: italic;
    color: #f0ebe3;
}

.big-header p {
    font-size: 14px;
    color: rgba(214,199,200,0.55);
    margin: 0;
    max-width: 480px;
    line-height: 1.7;
    text-align: left;
    font-weight: 400;
}

/* ── Section label ── */
.section-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(214,199,200,0.3);
    margin-bottom: 16px;
    font-weight: 400;
}

/* ── Card grid ── */
.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    background-color: rgba(255,255,255,0.06);
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 0;
}

.card {
    background-color: #210204;
    padding: 40px 32px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-right: 0.5px solid rgba(255,255,255,0.08);
    transition: background 0.25s;
}

.card:last-child {
    border-right: none;
}

.card:hover {
    background-color: rgba(255,255,255,0.03);
}

.card-number {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(214,199,200,0.25);
    margin-bottom: 24px;
    font-weight: 400;
}

.card-title {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #f0ebe3;
    font-weight: 400;
}

.card-arrow {
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(214,199,200,0.3);
    margin-top: 24px;
    transition: color 0.2s;
    font-weight: 400;
}

.card:hover .card-arrow {
    color: rgba(214,199,200,0.8);
}

/* ── Back link ── */
.back-link {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(214,199,200,0.35);
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.2s;
}

.back-link:hover {
    color: #d6c7c8;
}

/* ── Section header (inner pages) ── */
.section-header {
    border-bottom: 0.5px solid rgba(214,199,200,0.15);
    padding-bottom: 24px;
    margin-bottom: 40px;
}

.section-header .section-num {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(214,199,200,0.3);
    margin: 0 0 10px;
    font-weight: 400;
}

.section-header h1 {
    font-size: 42px;
    margin: 0;
    color: #f0ebe3;
    letter-spacing: -0.01em;
}

/* ── Section blocks (content) ── */
.section-block {
    border-top: 0.5px solid rgba(255,255,255,0.06);
    padding: 36px 0;
}

.section-block h2 {
    font-size: 26px;
    margin: 0 0 20px;
    color: #f0ebe3;
}

.section-block h3 {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(214,199,200,0.45);
    margin: 28px 0 10px;
}

.section-block p {
    font-size: 14px;
    color: rgba(214,199,200,0.75);
    line-height: 1.75;
    font-weight: 400;
}

/* ── Turing Test CTA ── */
.turing-section {
    margin-top: 0;
    border-top: 0.5px solid rgba(255,255,255,0.08);
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.turing-section-text p.section-label {
    margin-bottom: 8px;
}

.turing-section-text h2 {
    font-size: 26px;
    margin: 0 0 8px;
    color: #f0ebe3;
}

.turing-section-text p.turing-desc {
    font-size: 13px;
    color: rgba(214,199,200,0.45);
    margin: 0;
    font-weight: 400;
}

.turing-btn {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #d6c7c8;
    background-color: transparent;
    border: 0.5px solid rgba(214,199,200,0.35);
    padding: 14px 28px;
    border-radius: 0;
    white-space: nowrap;
    transition: background-color 0.15s, color 0.15s, border-color 0.15s;
    text-decoration: none;
}

.turing-btn:hover {
    background-color: rgba(214,199,200,0.08);
    border-color: rgba(214,199,200,0.7);
    color: #f0ebe3;
    text-decoration: none;
}

/* ── Dialogue tree  ── */
/* BUTTON ROW  */
.button-row {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
/* MAIN BUTTON STYLE */
.dialogue-button {
    flex: 1;
    padding: 28px 20px;

    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.02em;

    border-radius: 12px;
    border: 2px solid rgba(240,235,227,0.2);

    background: linear-gradient(135deg, #210204, #5a0a0f);
    color: #f0ebe3;

    cursor: pointer;

    box-shadow: 
        0 10px 30px rgba(0,0,0,0.4),
        inset 0 0 0 rgba(255,255,255,0);

    transition: all 0.25s ease;
}

.dialogue-button:hover {
    transform: translateY(-6px) scale(1.03);

    background: linear-gradient(135deg, #7a0f16, #b21c2b);

    box-shadow: 
        0 20px 50px rgba(0,0,0,0.6),
        0 0 20px rgba(178,28,43,0.6);
}

/* Main dialogue buttons  */
.dialogue-button:active {
    transform: scale(0.97);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.dialogue-button:first-child {
    background: linear-gradient(135deg, #0a3d2e, #0f7a5a);
}

.dialogue-button:first-child:hover {
    background: linear-gradient(135deg, #10a37f, #19d3a2);
    box-shadow: 0 0 25px rgba(25,211,162,0.6);
}

.dialogue-button:last-child {
    background: linear-gradient(135deg, #3d0a0a, #7a0f16);
}

.dialogue-button:last-child:hover {
    background: linear-gradient(135deg, #b21c2b, #ff3b4d);
    box-shadow: 0 0 25px rgba(255,59,77,0.6);
}

/* dialogue second row buttons and layout */
.button-row-second {
    display: flex;
    gap: 14px;
    margin-top: 15px;
}
#dialogue-tree .question .dialogue-question-2{
    font-size: 1.7rem;
    display: block;
    max-width: 800px;
    line-height: 1.2;
}

.button-row-second .dialogue-button-second {
    flex: 1;
    padding: 18px 16px;

    font-size: 18px;
    font-weight: 500;

    background: transparent;
    color: rgba(240,235,227,0.85);

    border: 1px solid rgba(240,235,227,0.25);
    border-radius: 8px;

    box-shadow: none;
    transform: none;
}

.button-row-second .dialogue-button-second:hover {
    background-color: rgba(255,255,255,0.06);
    border-color: rgba(240,235,227,0.5);
    color: #f0ebe3;
    cursor: pointer;

    transform: translateY(-2px);
}

/* dialogue reset button */
.reset-button {
    margin-top: 40px;
    padding: 10px 18px;

    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;

    background: none;
    color: rgba(240,235,227,0.5);

    border: 1px solid rgba(240,235,227,0.2);
    border-radius: 20px;

    cursor: pointer;
    transition: all 0.2s ease;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.reset-button:hover {
    color: #f0ebe3;
    border-color: rgba(240,235,227,0.5);
    background-color: rgba(255,255,255,0.05);
}

/* dialogue answers */
.answer {
    margin-top: 30px;
    padding: 24px 26px;

    border-radius: 14px;

    background: rgba(33, 2, 4, 0.6);
    border: 1px solid rgba(214, 199, 200, 0.15);

    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);

    max-width: 800px;
    margin-left: auto;
    margin-right: auto;

    animation: fadeInUp 0.35s ease-out;
}
.answer .explore-link{
    display: inline-block;
    margin: 10px 0;
}

/* ── Interview Analysis Section ── */
.analysis-section {
    margin-top: 56px;
    border-top: 0.5px solid rgba(255,255,255,0.08);
    padding-top: 40px;
}

.analysis-header {
    margin-bottom: 32px;
}

.analysis-header h2 {
    font-size: 26px;
    margin: 0 0 6px;
    color: #f0ebe3;
}

.analysis-subhead {
    font-size: 13px;
    color: rgba(214,199,200,0.45);
    margin: 0;
    font-weight: 400;
}

.analysis-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background-color: rgba(255,255,255,0.06);
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 40px;
}

.stat-block {
    background-color: #210204;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-right: 0.5px solid rgba(255,255,255,0.08);
}

.stat-block:last-child {
    border-right: none;
}

.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    color: rgba(214,199,200,0.7);
    line-height: 1;
    font-weight: 400;
}

.stat-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(214,199,200,0.35);
    line-height: 1.5;
    font-weight: 400;
}

.analysis-body {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.analysis-block {
    border-top: 0.5px solid rgba(255,255,255,0.06);
    padding: 28px 0;
}

.analysis-block h3 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px;
    color: #f0ebe3;
    text-transform: none;
    letter-spacing: 0;
}

.analysis-block p {
    font-size: 13px;
    color: rgba(214,199,200,0.65);
    margin: 0 0 10px;
    font-weight: 400;
}

.analysis-block p:last-child {
    margin-bottom: 0;
}

.theme-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.theme-tag {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(214,199,200,0.55);
    background-color: #210204;
    border: 0.5px solid rgba(214,199,200,0.2);
    padding: 6px 14px;
    border-radius: 0;
    font-weight: 400;
}

/* ── Pull Quotes ── */
.section-block blockquote p {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    line-height: 1.6;
    color: #f0ebe3;
}

/* citation stays clean + modern */
.section-block cite {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: rgba(214,199,200,0.7);
}

.section-block blockquote {
    margin: 30px 0;
    padding: 20px 24px;
    border-left: 3px solid rgba(240,235,227,0.3);
    background: rgba(0,0,0,0.25);
    border-radius: 6px;
    max-width: 750px;
}

.section-block blockquote a {
    color: #ff6b6b; /* brighter accent */
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 500;
}
.section-block blockquote a:hover {
    color: #ffffff;
    background-color: rgba(255,107,107,0.15);
}

/* ── Turing Quiz Layout ── */
.turing-score-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background-color: rgba(255,255,255,0.03);
    border: 0.5px solid rgba(255,255,255,0.08);
    border-radius: 0;
    margin-bottom: 32px;
}

.turing-score-display {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: rgba(214,199,200,0.7);
}

.turing-quiz-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    background-color: rgba(255,255,255,0.06);
    margin-bottom: 48px;
}

.turing-card {
    background-color: #0e0c0a;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.turing-img-wrap {
    position: relative;
}

.turing-img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
}

.turing-img-num {
    position: absolute;
    top: 12px;
    left: 14px;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(214,199,200,0.7);
    background: rgba(14,12,10,0.75);
    padding: 4px 8px;
    border-radius: 0;
    font-weight: 400;
}

.turing-question {
    font-size: 10px;
    color: rgba(214,199,200,0.35);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 16px 20px 10px;
    font-weight: 400;
}

.turing-btn-row {
    display: flex;
    padding: 0 20px 16px;
    gap: 8px;
}

.turing-choice-btn {
    flex: 1;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(214,199,200,0.65);
    background-color: transparent;
    border: 0.5px solid rgba(255,255,255,0.12);
    padding: 10px 0;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s;
}

.turing-choice-btn:hover:not(:disabled) {
    background-color: rgba(255,255,255,0.05);
    color: #f0ebe3;
}

.turing-choice-btn:disabled {
    cursor: default;
    opacity: 0.45;
}

.turing-choice-btn.selected-correct {
    background-color: rgba(26,61,26,0.5);
    border-color: rgba(76,175,80,0.6);
    color: #a8e6a8;
    opacity: 1;
}

.turing-choice-btn.selected-wrong {
    background-color: rgba(61,26,26,0.5);
    border-color: rgba(192,57,43,0.6);
    color: #e8a8a8;
    opacity: 1;
}

.turing-result {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0 20px 20px;
    min-height: 20px;
    font-weight: 400;
}

.turing-result.correct {
    color: rgba(76,175,80,0.8);
}

.turing-result.wrong {
    color: rgba(192,57,43,0.8);
}

.turing-final {
    border-top: 0.5px solid rgba(255,255,255,0.08);
    padding-top: 40px;
    margin-top: 8px;
}

.turing-final h2 {
    font-size: 40px;
    margin: 6px 0 12px;
    color: #f0ebe3;
}
/* ── Subsection Cards (h3 blocks within Background sections) ── */
.subsection-cards {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 32px;
    background-color: rgba(255,255,255,0.06);
}

.subsection-card {
    background-color: #210204;
    padding: 36px 40px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: background 0.25s;
}

.subsection-card:hover {
    background-color: rgba(255,255,255,0.02);
}

.subsection-card-num {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(214,199,200,0.25);
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    margin-bottom: 4px;
}

h3.subsection-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 400;
    color: #f0ebe3;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 0 8px;
}

.subsection-card p {
    font-size: 13.5px;
    color: rgba(214,199,200,0.68);
    line-height: 1.75;
    font-weight: 400;
    margin: 0;
}

.subsection-card p + p {
    margin-top: 12px;
}

.subsection-card a {
    color: rgba(214,199,200,0.6);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.subsection-card a:hover {
    color: #f0ebe3;
}

.card-extra {
    display: none;
    flex-direction: column;
    gap: 12px;
    margin-top: 4px;
}

.card-extra.open {
    display: flex;
}

.read-more-btn {
    align-self: flex-start;
    background: none;
    border: none;
    padding: 0;
    margin-top: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(214,199,200,0.4);
    cursor: pointer;
    transition: color 0.2s;
}

.read-more-btn:hover {
    color: rgba(214,199,200,0.85);
}

/* ── Home page Turing preview ── */
.home-turing-section {
    border-top: 0.5px solid rgba(255,255,255,0.08);
    padding: 48px 0 0;
    margin-bottom: 0;
}

.home-turing-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 28px;
}

.home-turing-header h2 {
    font-size: 30px;
    margin: 6px 0 0;
    color: #f0ebe3;
}

.home-turing-score-wrap {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.home-turing-score {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    color: rgba(214,199,200,0.6);
    line-height: 1;
}

.home-turing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background-color: rgba(255,255,255,0.06);
    margin-bottom: 0;
}

.home-turing-footer {
    border-top: 0.5px solid rgba(255,255,255,0.08);
    padding: 24px 0;
    display: flex;
    justify-content: flex-end;
}