/* ===== Shared Internal Page Styles ===== */

/* Breadcrumb */
.breadcrumb-bar {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #e4e2dd;
}

.breadcrumb-inner {
    max-width: var(--site-max-width);
    margin: 0 auto;
    padding: 7px 32px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.breadcrumb-link {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 300;
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb-link:hover {
    color: var(--text-dark);
}

.breadcrumb-sep {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    color: var(--text-muted);
    opacity: 0.4;
    user-select: none;
}

.breadcrumb-current {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: var(--text-dark);
}

/* Page Hero */
.page-hero {
    padding: 136px 0 100px;
    background-color: var(--bg-cream);
    display: flex;
    justify-content: center;
}

.page-hero-inner {
    display: flex;
    width: var(--site-max-width);
    max-width: 100%;
    padding: 0 32px;
    gap: 64px;
    align-items: center;
}

.page-hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.page-hero-label {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--text-muted);
}

.page-hero-title {
    color: #31332C;
    font-family: 'Noto Serif', serif;
    font-size: 72px;
    font-style: italic;
    font-weight: 400;
    line-height: 78px;
    letter-spacing: -2px;
}

.page-hero-desc {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: var(--text-muted);
    line-height: 1.8;
    max-width: 480px;
}

.page-hero-image {
    flex-shrink: 0;
    width: 360px;
    position: relative;
}

.page-hero-image > img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.12);
    display: block;
}

/* QR badge */
.hero-qr-badge {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: #ffffff;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 110px;
}

.hero-qr-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: block;
}

.hero-qr-label {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: var(--text-muted);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    white-space: nowrap;
}

.hero-qr-icon {
    color: var(--accent-warm);
    font-size: 11px;
}

/* ===== Page Sections ===== */
.page-section {
    display: flex;
    justify-content: center;
    padding: 100px 0;
}

.page-section--warm {
    background-color: var(--bg-warm);
}

.page-section--cream {
    background-color: var(--bg-cream);
}

.page-section--white {
    background-color: #ffffff;
}

.page-section-inner {
    display: flex;
    width: var(--site-max-width);
    max-width: 100%;
    padding: 0 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
}

.page-section-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 600px;
}

.page-section-title {
    font-family: 'Noto Serif', serif;
    font-size: 36px;
    font-weight: 700;
    color: var(--text-dark);
}

.page-section-title--italic {
    font-style: italic;
}

.page-section-desc {
    font-size: 15px;
    color: var(--text-body);
    line-height: 1.8;
}

.page-section-divider {
    width: 48px;
    height: 2px;
    background-color: var(--accent-warm);
}

/* ===== Book Page - Themes ===== */
.page-themes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    align-self: stretch;
}

.page-theme-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 32px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    border: 1px solid rgba(224, 214, 204, 0.4);
}

.page-theme-number {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 3px;
    color: var(--accent-warm);
    text-transform: uppercase;
}

.page-theme-title {
    font-family: 'Noto Serif', serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
}

.page-theme-desc {
    font-size: 14px;
    color: var(--text-body);
    line-height: 1.8;
}

/* ===== Book Page - Poems Minimal ===== */
.gedichte-section {
    background-color: var(--bg-cream);
}

.gedichte-inner {
    max-width: var(--site-max-width);
    margin: 0 auto;
    padding: 110px 32px 110px;
}

.gedichte-header {
    margin-bottom: 64px;
}

.gedichte-title {
    font-family: 'Noto Serif', serif;
    font-size: clamp(40px, 4.5vw, 56px);
    font-style: italic;
    font-weight: 400;
    color: var(--text-dark);
    margin-top: 12px;
    margin-bottom: 0;
    line-height: 1.05;
}

.gedichte-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    row-gap: 0;
}

.gedicht {
    padding: 40px 0;
    border-top: 1px solid var(--border-light);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gedicht:last-child,
.gedicht:nth-last-child(2):nth-child(odd) {
    border-bottom: 1px solid var(--border-light);
}

.gedicht-text {
    font-family: 'Noto Serif', serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.8;
    margin: 0;
}

.gedicht-source {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--accent-warm);
}

@media (max-width: 768px) {
.breadcrumb-bar {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #e4e2dd;
}

}

@media (max-width: 768px) {
    .gedichte-inner { padding: 72px 24px; }
    .gedichte-grid { grid-template-columns: 1fr; }
    .gedicht:nth-last-child(2):nth-child(odd) { border-bottom: none; }
    .gedicht:last-child { border-bottom: 1px solid var(--border-light); }
}

/* ===== Book Page - Poems Editorial Strip Design ===== */
.poems-section-new {
    background-color: #ffffff;
}

.poems-heading-strip {
    max-width: var(--site-max-width);
    margin: 0 auto;
    padding: 110px 32px 64px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    border-bottom: 1px solid var(--border-light);
}

.poems-heading-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.poems-section-title {
    font-family: 'Noto Serif', serif;
    font-size: clamp(42px, 5vw, 64px);
    font-style: italic;
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.05;
    margin: 0;
}

.poems-section-sub {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: var(--text-muted);
    font-style: italic;
    line-height: 1.7;
    max-width: 320px;
    text-align: right;
    margin: 0;
    padding-bottom: 6px;
}

/* Each poem row */
.poem-row {
    max-width: var(--site-max-width);
    margin: 0 auto;
    padding: 52px 32px;
    display: flex;
    align-items: flex-start;
    gap: 48px;
    border-bottom: 1px solid var(--border-light);
    position: relative;
}

.poem-row--warm {
    background-color: var(--bg-warm);
}

.poem-row--last {
    border-bottom: none;
    padding-bottom: 110px;
}

.poem-row-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 80px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    color: var(--accent-warm);
    opacity: 0.3;
    flex-shrink: 0;
    width: 80px;
    user-select: none;
    padding-top: 4px;
}

.poem-row-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 8px;
}

.poem-row-text {
    font-family: 'Noto Serif', serif;
    font-size: clamp(20px, 2.5vw, 28px);
    font-style: italic;
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.65;
    margin: 0;
}

.poem-row-source {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-muted);
}

@media (max-width: 768px) {
    .poems-heading-strip {
        flex-direction: column;
        align-items: flex-start;
        padding: 72px 24px 40px;
        gap: 16px;
    }
    .poems-section-sub {
        text-align: left;
        max-width: 100%;
    }
    .poem-row {
        padding: 36px 24px;
        gap: 24px;
    }
    .poem-row-num {
        font-size: 52px;
        width: 52px;
    }
    .poem-row--last {
        padding-bottom: 72px;
    }
}

/* ===== Book Page - Poems Card Design ===== */
.poems-header {
    margin-bottom: 48px;
}

.poems-title {
    font-family: 'Noto Serif', serif;
    font-size: clamp(36px, 4vw, 52px);
    font-style: italic;
    font-weight: 400;
    color: var(--text-dark);
    margin-top: 12px;
    margin-bottom: 0;
}

.poems-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: var(--text-muted);
    line-height: 1.8;
    margin: 0;
}

.poems-masonry {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

.poem-card {
    background: var(--bg-warm);
    border-radius: 12px;
    padding: 32px 28px 28px;
    border: 1px solid var(--border-light);
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.poem-card::before {
    content: '\201C';
    font-family: 'Cormorant Garamond', serif;
    font-size: 100px;
    line-height: 1;
    color: var(--accent-warm);
    opacity: 0.12;
    position: absolute;
    top: -8px;
    right: 16px;
    pointer-events: none;
}

.poem-card--accent {
    background: var(--accent-warm);
    border-color: transparent;
}

.poem-card--accent .poem-card-source,
.poem-card--accent .poem-card-text {
    color: #fff;
}

.poem-card--accent::before {
    color: #fff;
    opacity: 0.2;
}

.poem-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}

.poem-card-source {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--text-muted);
}

.poem-card-text {
    font-family: 'Noto Serif', serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.85;
    margin: 0;
}

@media (max-width: 900px) {
    .poems-masonry {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .poems-masonry {
        grid-template-columns: 1fr;
    }
}

/* ===== Book Page - Poems Expanded ===== */
.page-poems-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.page-poems-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 48px;
    width: 100%;
}

/* ===== Book Page - Songs Expanded ===== */
.page-songs-detail {
    display: flex;
    gap: 48px;
    align-items: flex-start;
    align-self: stretch;
}

.page-songs-cover {
    flex-shrink: 0;
    width: 240px;
}

.page-songs-cover img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.page-songs-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.page-songs-desc {
    font-size: 15px;
    color: var(--text-body);
    line-height: 1.8;
}

.page-song-list-full {
    display: flex;
    flex-direction: column;
}

.page-song-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #e8e2da;
}

.page-song-item:first-child {
    border-top: 1px solid #e8e2da;
}

.page-song-name {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: var(--text-body);
    text-transform: uppercase;
}

.page-song-duration {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: var(--text-muted);
}

/* ===== Book Page - Purchase CTA ===== */
.page-purchase-cta {
    display: flex;
    justify-content: center;
    padding: 120px 0;
    background-color: var(--bg-warm);
}

.page-purchase-inner {
    display: flex;
    width: var(--site-max-width);
    max-width: 100%;
    padding: 0 32px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
}

.page-purchase-title {
    font-family: 'Noto Serif', serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    color: #31332C;
    line-height: 1.4;
}

.page-purchase-subtitle {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.8;
    max-width: 480px;
}

.page-purchase-price {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: var(--text-dark);
}

/* ===== Book Page - Foreword ===== */
.page-foreword {
    max-width: 700px;
}

.page-foreword p {
    font-size: 15px;
    color: var(--text-body);
    line-height: 1.8;
    margin-bottom: 16px;
}

.page-foreword-signature {
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-size: 16px;
    color: var(--text-dark);
    margin-top: 24px;
}

/* ===== Book Page - Table of Contents (New) ===== */
.toc-layout {
    width: 100%;
    background: #fff;
    border-radius: 16px;
    padding: 52px 56px;
    border: 1px solid var(--border-light);
    box-shadow: 0 2px 20px rgba(0,0,0,0.04);
}

.toc-header {
    margin-bottom: 40px;
}

.toc-title {
    font-family: 'Noto Serif', serif;
    font-size: clamp(28px, 3vw, 38px);
    font-style: italic;
    font-weight: 400;
    color: var(--text-dark);
    margin-top: 10px;
    margin-bottom: 0;
}

.toc-intro {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: var(--text-muted);
    margin-top: 4px;
    margin-bottom: 0;
    font-style: italic;
}

.toc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 48px;
    row-gap: 0;
}

.toc-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid var(--border-light);
}

.toc-item--last {
    border-bottom: none;
}

/* odd items in right column — remove bottom border on last row */
.toc-grid .toc-item:nth-last-child(-n+2) {
    border-bottom: none;
}

.toc-num {
    font-family: 'Noto Serif', serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    color: var(--accent-warm);
    opacity: 0.6;
    flex-shrink: 0;
    line-height: 1;
    padding-top: 2px;
    width: 36px;
}

.toc-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.toc-name {
    font-family: 'Noto Serif', serif;
    font-size: 15px;
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.4;
}

.toc-desc {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: var(--text-muted);
    font-style: italic;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .toc-layout {
        padding: 32px 24px;
    }
    .toc-grid {
        grid-template-columns: 1fr;
    }
    .toc-grid .toc-item:nth-last-child(-n+2) {
        border-bottom: 1px solid var(--border-light);
    }
    .toc-item--last {
        border-bottom: none;
    }
}

/* ===== Foreword Editorial Layout ===== */
.foreword-layout {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 64px;
    width: 100%;
}

.foreword-left {
    flex: 0 0 260px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 8px;
}

.foreword-heading {
    font-family: 'Noto Serif', serif;
    font-size: clamp(34px, 3.5vw, 48px);
    font-style: italic;
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.1;
    margin-top: 12px;
    margin-bottom: 0;
}

.foreword-meta {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 28px;
}

.foreword-author-chip {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
}

.foreword-author-thumb {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    border: 2px solid var(--border-light);
    flex-shrink: 0;
}

.foreword-author-name {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-dark);
    letter-spacing: 0.3px;
}

.foreword-author-role {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 300;
    color: var(--text-muted);
    letter-spacing: 0.3px;
}

/* The letter card */
.foreword-card {
    flex: 1;
    background: var(--bg-warm);
    border-radius: 12px;
    padding: 48px 52px 40px;
    border: 1px solid var(--border-light);
    position: relative;
    box-shadow: 0 4px 32px rgba(0,0,0,0.04);
}

.foreword-card-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 120px;
    line-height: 0.6;
    color: var(--accent-warm);
    opacity: 0.25;
    margin-bottom: 20px;
    display: block;
    user-select: none;
}

.foreword-card-body p {
    font-family: 'Noto Serif', serif;
    font-size: 16px;
    font-style: italic;
    color: var(--text-body);
    line-height: 1.9;
    margin-bottom: 18px;
}

.foreword-card-body p:last-child {
    margin-bottom: 0;
}

.foreword-card-signature {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--border-light);
}

.foreword-sig-line {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-style: italic;
    color: var(--text-dark);
}

.foreword-sig-label {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 1.5px;
    color: var(--text-muted);
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .foreword-layout {
        flex-direction: column;
        gap: 36px;
    }
    .foreword-left {
        flex: none;
        width: 100%;
    }
    .foreword-card {
        padding: 32px 28px 28px;
    }
    .foreword-card-quote {
        font-size: 80px;
    }
}

/* ===== Book Page - Table of Contents ===== */
.page-toc {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
}

.page-toc-item {
    display: flex;
    align-items: baseline;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid var(--border-light);
}

.page-toc-item:first-child {
    border-top: 1px solid var(--border-light);
}

.page-toc-chapter {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    color: var(--accent-warm);
    flex-shrink: 0;
    width: 28px;
}

.page-toc-title {
    font-family: 'Noto Serif', serif;
    font-size: 17px;
    font-weight: 400;
    color: var(--text-dark);
}

/* ===== Book Page - Song Lyrics ===== */
.page-lyrics {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.page-lyrics-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.page-lyrics-col {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.page-lyrics-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.page-lyrics-label {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent-warm);
}

.page-lyrics-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-style: italic;
    color: var(--text-dark);
    line-height: 1.7;
}

.page-lyrics-chorus {
    padding-left: 24px;
    border-left: 2px solid var(--accent-warm);
}

.page-lyrics-copyright {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: var(--text-muted);
    margin-top: 16px;
}

/* ===== Book Page - Trilogy ===== */
.page-trilogy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-self: stretch;
}

.page-trilogy-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 32px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    border: 1px solid rgba(224, 214, 204, 0.4);
}

.page-trilogy-volume {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    color: var(--accent-warm);
    text-transform: uppercase;
}

.page-trilogy-title {
    font-family: 'Noto Serif', serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.3;
}

.page-trilogy-subtitle {
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    font-style: italic;
    color: var(--accent-warm);
}

.page-trilogy-desc {
    font-size: 14px;
    color: var(--text-body);
    line-height: 1.7;
}

/* ===== About Page — Redesign ===== */

/* Hero — 50/50 split grid */
.about-hero {
    display: flex;
    height: calc(100vh - 109px);
    min-height: 600px;
    overflow: hidden;
    margin-top: 109px;
}

.about-hero-content {
    flex: 0 0 50%;
    background-color: #f2ede4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 72px;
    padding-left: max(32px, calc((100vw - 1160px) / 2 + 32px));
}

.about-hero-right {
    flex: 0 0 50%;
    overflow: hidden;
    position: relative;
}

.about-hero-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background: linear-gradient(to right, #f2ede4, transparent);
    z-index: 1;
    pointer-events: none;
}

.about-hero-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 4px;
    color: var(--accent-warm);
    text-transform: uppercase;
}

.about-hero-name {
    font-family: 'Noto Serif', serif;
    font-size: clamp(56px, 7vw, 96px);
    font-style: italic;
    font-weight: 400;
    color: #1c1915;
    line-height: 0.92;
    letter-spacing: -2px;
    margin: 0;
}

.about-hero-rule {
    width: 44px;
    height: 1px;
    background-color: var(--accent-warm);
}

.about-hero-roles {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: rgba(28,25,21,0.45);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
}

.about-hero-sub {
    font-family: 'Noto Serif', serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    color: rgba(28,25,21,0.6);
    line-height: 1.7;
    margin: 0;
}

/* Stats row inside hero */
.about-hero-stats {
    display: flex;
    gap: 36px;
    margin-top: 8px;
    padding-top: 24px;
    border-top: 1px solid rgba(28,25,21,0.12);
}

.about-hero-stat-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.about-hero-stat-num {
    font-family: 'Noto Serif', serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    color: var(--accent-warm);
    line-height: 1;
}

.about-hero-stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: rgba(28,25,21,0.45);
    text-transform: uppercase;
}

.about-hero-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 75% center;
    display: block;
}

/* Opening quote */
.about-quote-section {
    background-color: #faf8f4;
}

.about-quote-inner {
    max-width: var(--site-max-width);
    margin: 0 auto;
    padding: 90px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.about-quote-mark {
    font-family: 'Cormorant Garamond', serif;
    font-size: 80px;
    line-height: 0.7;
    color: var(--accent-warm);
    opacity: 0.4;
    user-select: none;
}

.about-quote-text {
    font-family: 'Noto Serif', serif;
    font-size: clamp(20px, 2.5vw, 28px);
    font-style: italic;
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.75;
    margin: 0;
    border: none;
    padding: 0;
}

.about-quote-attr {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--text-muted);
}

/* Bio section — editorial redesign */
.about-bio-section {
    background-color: #ffffff;
}

.about-bio-inner {
    max-width: var(--site-max-width);
    margin: 0 auto;
    padding: 110px 32px;
    display: flex;
    flex-direction: column;
}

/* Header: large heading left + stats right */
.about-bio-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px;
    padding-bottom: 52px;
}

.about-bio-header-left {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.about-bio-heading {
    font-family: 'Noto Serif', serif;
    font-size: clamp(36px, 5vw, 62px);
    font-style: italic;
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.05;
    margin: 0;
}

/* Stats row aligned to bottom-right of header */
.about-bio-header-stats {
    display: flex;
    gap: 48px;
    flex-shrink: 0;
    padding-bottom: 6px;
}

.about-bio-divider-full {
    width: 100%;
    height: 1px;
    background-color: var(--border-light);
    margin-bottom: 56px;
}

.about-fact {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.about-fact-num {
    font-family: 'Noto Serif', serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    color: var(--accent-warm);
    line-height: 1;
}

.about-fact-label {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: var(--text-muted);
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Two-column editorial text — German Sachbuch style */
.about-bio-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

.about-bio-col p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: var(--text-body);
    line-height: 1.95;
    margin-bottom: 22px;
}

.about-bio-col p:last-child {
    margin-bottom: 0;
}

.about-bio-pull {
    font-family: 'Noto Serif', serif;
    font-size: clamp(17px, 2vw, 21px);
    font-style: italic;
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.7;
    border-left: 2px solid var(--accent-warm);
    padding: 14px 0 14px 24px;
    margin: 24px 0 0;
}

/* Stationen */
.about-stations-section {
    background-color: #faf8f4;
}

.about-stations-inner {
    max-width: var(--site-max-width);
    margin: 0 auto;
    padding: 100px 32px;
}

.about-stations-eyebrow {
    color: var(--accent-warm) !important;
    opacity: 0.8;
}

.about-stations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 56px;
    border-top: 1px solid var(--border-light);
}

.about-station {
    padding: 44px 40px 44px 0;
    border-right: 1px solid var(--border-light);
}

.about-station:last-child {
    border-right: none;
    padding-left: 40px;
    padding-right: 0;
}

.about-station:not(:first-child):not(:last-child) {
    padding-left: 40px;
}

.about-station-year {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--accent-warm);
    display: block;
    margin-bottom: 16px;
}

.about-station-rule {
    width: 32px;
    height: 1px;
    background-color: var(--border-light);
    margin-bottom: 16px;
}

.about-station-title {
    font-family: 'Noto Serif', serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    color: var(--text-dark);
    margin: 0 0 16px;
    line-height: 1.3;
}

.about-station-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: var(--text-body);
    line-height: 1.85;
    margin: 0;
}

/* Atmospheric banner */
.about-atmo-banner {
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: center 40%;
    background-repeat: no-repeat;
}

/* Vision / Geschichte dahinter */
.about-vision-section {
    background-color: #fff;
}

.about-vision-inner {
    max-width: var(--site-max-width);
    margin: 0 auto;
    padding: 110px 32px;
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

.about-vision-left {
    flex: 0 0 280px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.about-vision-heading {
    font-family: 'Noto Serif', serif;
    font-size: clamp(28px, 3vw, 40px);
    font-style: italic;
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.2;
    margin: 12px 0 0;
}

.about-vision-right {
    flex: 1;
}

.about-vision-right p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: var(--text-body);
    line-height: 1.9;
    margin-bottom: 20px;
}

.about-vision-right p:last-child {
    margin-bottom: 0;
}

/* Philosophy — editorial numbered list */
.about-philosophy-section {
    background-color: var(--bg-cream);
}

.about-philosophy-inner {
    max-width: var(--site-max-width);
    margin: 0 auto;
    padding: 110px 32px;
}

.about-philo-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 64px;
}

.about-philo-heading {
    font-family: 'Noto Serif', serif;
    font-size: clamp(28px, 3vw, 42px);
    font-style: italic;
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.2;
    margin: 8px 0 0;
}

.about-philo-list {
    display: flex;
    flex-direction: column;
}

.about-philo-row {
    display: flex;
    align-items: flex-start;
    gap: 52px;
    padding: 48px 0;
    border-top: 1px solid var(--border-light);
}

.about-philo-row:last-child {
    border-bottom: 1px solid var(--border-light);
}

.about-philo-num {
    font-family: 'Noto Serif', serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    color: var(--accent-warm);
    line-height: 1;
    flex-shrink: 0;
    width: 64px;
    opacity: 0.5;
}

.about-philo-content {
    flex: 1;
    padding-top: 4px;
}

.about-philo-title {
    font-family: 'Noto Serif', serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    color: var(--text-dark);
    margin: 0 0 14px;
    line-height: 1.3;
}

.about-philo-text {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: var(--text-body);
    line-height: 1.85;
    margin: 0;
}

/* Closing quote */
.about-closing-section {
    background-color: #f2ede4;
}

.about-closing-inner {
    max-width: var(--site-max-width);
    margin: 0 auto;
    padding: 120px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.about-closing-rule {
    width: 48px;
    height: 1px;
    background-color: var(--accent-warm);
    opacity: 1;
    margin-bottom: 12px;
}

.about-closing-quote {
    font-family: 'Noto Serif', serif;
    font-size: clamp(22px, 2.8vw, 36px);
    font-style: italic;
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.75;
    max-width: 680px;
    margin: 0;
    border: none;
    padding: 0;
}

.about-closing-attr {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--text-muted);
}

/* Responsive */
@media (max-width: 900px) {
    .about-hero { flex-direction: column; height: auto; min-height: unset; }
    .about-hero-content { flex: none; width: 100%; padding: 64px 24px 56px 24px; }
    .about-hero-right { flex: none; width: 100%; height: 420px; }
    .about-hero-right::before { background: linear-gradient(to bottom, #f2ede4, transparent); width: 100%; height: 30%; }
    .about-hero-photo { object-position: center 20%; }
    .about-bio-inner { padding: 72px 24px; }
    .about-bio-header { flex-direction: column; align-items: flex-start; gap: 36px; }
    .about-bio-header-stats { gap: 28px; }
    .about-bio-columns { grid-template-columns: 1fr; gap: 32px; }
    .about-vision-inner { flex-direction: column; gap: 48px; padding: 72px 24px; }
    .about-vision-left { flex: none; width: 100%; }
    .about-stations-grid { grid-template-columns: 1fr; }
    .about-station { border-right: none; border-bottom: 1px solid var(--border-light); padding: 36px 0; }
    .about-station:not(:first-child):not(:last-child) { padding-left: 0; }
    .about-station:last-child { border-bottom: none; padding-left: 0; }
    .about-stations-inner { padding: 72px 24px; }
    .about-philo-row { flex-direction: column; gap: 16px; padding: 36px 0; }
    .about-philo-num { font-size: 36px; width: auto; }
    .about-philosophy-inner { padding: 72px 24px; }
    .about-quote-inner,
    .about-closing-inner { padding: 72px 24px; }
}

/* ===== About Page ===== */
.page-about-hero {
    padding: 180px 0 80px;
    background-color: var(--bg-cream);
    display: flex;
    justify-content: center;
}

.page-about-hero-inner {
    display: flex;
    width: var(--site-max-width);
    max-width: 100%;
    padding: 0 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 96px;
}

.page-author-intro {
    display: flex;
    align-items: center;
    gap: 48px;
    align-self: stretch;
}

.page-author-photo {
    flex-shrink: 0;
    width: 261px;
    height: 348px;
    border-radius: 12px;
    overflow: hidden;
    background: #ece7e0;
}

.page-author-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-author-quote {
    color: #5E6058;
    font-family: 'Noto Serif', serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 39px;
}

/* About Page - Philosophy */
.page-philosophy {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-self: stretch;
}

.page-philosophy-title {
    font-family: 'Noto Serif', serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--text-dark);
}

.page-philosophy p {
    font-size: 15px;
    color: var(--text-body);
    line-height: 1.8;
}

/* About Page - Atmospheric Banner */
.page-atmospheric-banner {
    width: 100%;
}

.page-atmospheric-banner-img {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    background-color: lightgray;
    background-size: cover;
    background-position: center 45%;
    background-repeat: no-repeat;
}

/* About Page - Closing Quote */
.page-closing-quote {
    text-align: center;
    align-self: stretch;
    padding: 40px 0;
}

.page-closing-quote blockquote {
    font-family: 'Noto Serif', serif;
    font-size: 28px;
    font-weight: 400;
    font-style: italic;
    color: #31332C;
    line-height: 1.6;
    margin-bottom: 20px;
}

.page-closing-quote-attr {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 3px;
    color: var(--text-muted);
    text-transform: uppercase;
}

/* ===== Contact Page ===== */
.page-contact-hero {
    padding: 136px 0 0;
    background-color: var(--bg-cream);
    display: flex;
    justify-content: center;
}

.page-contact-inner {
    display: flex;
    width: var(--site-max-width);
    max-width: 100%;
    padding: 0 32px 120px;
    align-items: flex-start;
    gap: 64px;
}

.page-contact-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
}

.page-contact-right {
    flex: 1 0 0;
}

/* ===== Contact Page - FAQ ===== */
.page-faq {
    background-color: var(--bg-warm);
}

.page-faq-inner {
    max-width: var(--site-max-width);
    margin: 0 auto;
    padding: 110px 32px;
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

/* Left column */
.page-faq-left {
    flex: 0 0 280px;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: sticky;
    top: 100px;
}

.page-faq-title {
    font-family: 'Noto Serif', serif;
    font-size: clamp(28px, 3vw, 42px);
    font-style: italic;
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.2;
    margin: 12px 0 0;
}

.page-faq-divider {
    width: 48px;
    height: 2px;
    background-color: var(--accent-warm);
    margin: 20px 0 20px;
}

.page-faq-intro {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: var(--text-muted);
    line-height: 1.8;
    margin: 0 0 24px;
}

.faq-contact-link {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--accent-warm);
    text-decoration: none;
    text-transform: uppercase;
}

.faq-contact-link:hover {
    color: var(--text-dark);
}

/* Right column */
.page-faq-right {
    flex: 1;
}

.page-faq-list {
    display: flex;
    flex-direction: column;
}

.page-faq-item {
    border-top: 1px solid var(--border-light);
}

.page-faq-item:last-child {
    border-bottom: 1px solid var(--border-light);
}

.page-faq-question {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-dark);
    margin-bottom: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 28px 0;
    user-select: none;
}

.faq-q-num {
    font-family: 'Noto Serif', serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    color: var(--accent-warm);
    flex-shrink: 0;
    width: 28px;
}

.faq-q-icon {
    margin-left: auto;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--border-light);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: background 0.3s, border-color 0.3s;
}

.faq-q-icon::before,
.faq-q-icon::after {
    content: '';
    position: absolute;
    background-color: var(--text-muted);
    border-radius: 2px;
    transition: opacity 0.3s, transform 0.3s;
}

.faq-q-icon::before {
    width: 8px;
    height: 1px;
}

.faq-q-icon::after {
    width: 1px;
    height: 8px;
}

.page-faq-item.open .faq-q-icon {
    background-color: var(--accent-warm);
    border-color: var(--accent-warm);
}

.page-faq-item.open .faq-q-icon::before,
.page-faq-item.open .faq-q-icon::after {
    background-color: #fff;
}

.page-faq-item.open .faq-q-icon::after {
    opacity: 0;
}

.page-faq-answer {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: var(--text-body);
    line-height: 1.9;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding-bottom 0.3s ease;
    padding-bottom: 0;
}

.page-faq-item.open .page-faq-answer {
    max-height: 400px;
    padding-bottom: 28px;
}

.faq-inline-link {
    color: var(--accent-warm);
    text-decoration: underline;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .page-hero-inner {
        flex-direction: column-reverse;
        padding: 0 24px;
        gap: 40px;
        text-align: center;
    }

    .page-hero {
        padding: 120px 0 60px;
    }

    .page-hero-content {
        align-items: center;
    }

    .page-hero-title {
        font-size: 48px;
        line-height: 52px;
    }

    .page-hero-image {
        width: 260px;
    }

    .page-section-inner {
        padding: 0 24px;
        gap: 32px;
    }

    .page-themes-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .page-trilogy-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .page-poems-grid {
        grid-template-columns: 1fr;
    }

    .page-lyrics-columns {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .page-lyrics-text {
        font-size: 18px;
    }

    .page-songs-detail {
        flex-direction: column;
        gap: 32px;
    }

    .page-songs-cover {
        width: 180px;
    }

    .page-about-hero {
        padding: 140px 0 60px;
    }

    .page-about-hero-inner {
        padding: 0 24px;
        gap: 48px;
    }

    .page-author-intro {
        flex-direction: column;
        text-align: center;
        gap: 32px;
    }

    .page-author-photo {
        width: 200px;
        height: 266px;
    }

    .page-author-quote {
        font-size: 20px;
        line-height: 32px;
    }

    .page-contact-hero {
        padding: 120px 0 0;
    }

    .page-contact-inner {
        flex-direction: column;
        padding: 0 24px 80px;
        gap: 48px;
    }

    .page-faq-inner {
        flex-direction: column;
        gap: 48px;
        padding: 72px 24px;
    }
    .page-faq-left {
        position: static;
        flex: none;
        width: 100%;
    }
    .page-faq-title {
        font-size: 32px;
    }

    .page-purchase-inner {
        padding: 0 24px;
    }
}

@media (max-width: 480px) {
    .page-hero-title {
        font-size: 36px;
        line-height: 40px;
    }

    .page-section-title {
        font-size: 28px;
    }

    .page-faq-title {
        font-size: 28px;
    }

    .page-purchase-title {
        font-size: 28px;
    }

    .page-closing-quote blockquote {
        font-size: 22px;
    }
}
