/* =====================================================================
   The Never Happy Ending Chronicle — tnhec.com
   Gothic editorial / Victorian-ornate / Sepia-nostalgic
   ===================================================================== */

/* ---------- Reset / Base ---------- */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    background-color: #0E0A08;
    scroll-behavior: smooth;
}

body {
    font-family: 'Lora', Georgia, 'Times New Roman', serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.75;
    color: #B8A890;
    background-color: #0E0A08;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
}

.svg-defs {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

/* ---------- Foxing / Paper-Aged Noise Overlay ---------- */
.foxing-overlay {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 100;
    opacity: 0.06;
    mix-blend-mode: screen;
    background-image:
        radial-gradient(ellipse at 12% 18%, rgba(138, 122, 106, 0.28) 0%, transparent 8%),
        radial-gradient(ellipse at 78% 32%, rgba(138, 122, 106, 0.22) 0%, transparent 6%),
        radial-gradient(ellipse at 38% 64%, rgba(138, 122, 106, 0.30) 0%, transparent 7%),
        radial-gradient(ellipse at 88% 78%, rgba(138, 122, 106, 0.24) 0%, transparent 5%),
        radial-gradient(ellipse at 22% 92%, rgba(138, 122, 106, 0.20) 0%, transparent 5%),
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='320' height='320'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.5' numOctaves='3' seed='7'/><feColorMatrix values='0 0 0 0 0.541 0 0 0 0 0.478 0 0 0 0 0.416 0 0 0 1 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/></svg>");
    background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 320px 320px;
}

/* ---------- Chapter Indicator (Top Edge) ---------- */
.chapter-indicator {
    position: fixed;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 60;
    font-family: 'Cinzel', 'Playfair Display', serif;
    font-size: 11px;
    line-height: 2.0;
    letter-spacing: 0.32em;
    color: #5A4A3A;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 6px 22px;
    background-color: rgba(14, 10, 8, 0.72);
    border: 1px solid #241E18;
    border-radius: 1px;
    pointer-events: none;
    transition: color 600ms ease, border-color 600ms ease;
}

.chapter-indicator .chapter-marker {
    opacity: 0.7;
}

.chapter-indicator .chapter-numeral {
    color: #8A7A6A;
    font-weight: 500;
    min-width: 1.5em;
    text-align: center;
    transition: color 600ms ease, transform 400ms ease;
}

/* ---------- Main Chronicle ---------- */
.chronicle {
    position: relative;
    z-index: 2;
}

.chronicle section {
    position: relative;
    padding: 96px 48px;
    overflow: hidden;
}

/* =====================================================================
   FRONTISPIECE
   ===================================================================== */
.frontispiece {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0E0A08;
    background-image:
        radial-gradient(ellipse at 50% 50%, rgba(58, 42, 32, 0.55) 0%, rgba(14, 10, 8, 0) 70%),
        linear-gradient(180deg, #0E0A08 0%, #1A1410 100%);
    padding: 64px 48px 96px;
    position: relative;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1200' height='1200' preserveAspectRatio='none'><rect x='0' y='0' width='1200' height='1180' fill='black'/><path d='M0,1180 Q40,1160 70,1175 T140,1172 Q180,1155 220,1180 T300,1176 Q340,1158 380,1182 T460,1178 Q500,1162 540,1184 T620,1180 Q660,1164 700,1186 T780,1182 Q820,1168 860,1188 T940,1184 Q980,1170 1020,1190 T1100,1186 Q1140,1172 1180,1192 L1200,1200 L0,1200 Z' fill='black'/></svg>");
            mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1200' height='1200' preserveAspectRatio='none'><rect x='0' y='0' width='1200' height='1180' fill='black'/><path d='M0,1180 Q40,1160 70,1175 T140,1172 Q180,1155 220,1180 T300,1176 Q340,1158 380,1182 T460,1178 Q500,1162 540,1184 T620,1180 Q660,1164 700,1186 T780,1182 Q820,1168 860,1188 T940,1184 Q980,1170 1020,1190 T1100,1186 Q1140,1172 1180,1192 L1200,1200 L0,1200 Z' fill='black'/></svg>");
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}

.frontispiece-inner {
    width: 100%;
    max-width: 920px;
    text-align: center;
    position: relative;
}

.ornament-border {
    width: 100%;
    max-width: 600px;
    height: 40px;
    margin: 0 auto;
    opacity: 0.85;
}

.ornament-top { margin-bottom: 56px; }
.ornament-bottom { margin-top: 56px; }

.masthead {
    padding: 24px 0;
}

.kicker {
    font-family: 'Cinzel', serif;
    font-size: 11px;
    line-height: 2.0;
    letter-spacing: 0.46em;
    color: #5A4A3A;
    margin-bottom: 36px;
    text-transform: uppercase;
}

.chronicle-title {
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-weight: 700;
    color: #D4C4A8;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 0 24px rgba(58, 42, 32, 0.35);
    line-height: 1.04;
    letter-spacing: -0.005em;
    margin-bottom: 40px;
    filter: url(#ink-bleed);
}

.title-line {
    display: block;
    font-size: clamp(48px, 8vw, 96px);
}

.title-line-1 {
    font-style: italic;
    font-weight: 400;
    color: #B8A890;
    font-size: clamp(36px, 5.5vw, 64px);
    letter-spacing: 0.02em;
}

.title-line-2 {
    font-weight: 700;
}

.title-line-3 {
    font-style: italic;
    font-weight: 700;
    color: #D4C4A8;
    margin-top: 4px;
}

.subtitle {
    font-family: 'Lora', Georgia, serif;
    font-style: italic;
    font-size: 19px;
    line-height: 1.6;
    color: #8A7A6A;
    min-height: 1.6em;
    margin-bottom: 32px;
    letter-spacing: 0.01em;
    position: relative;
    display: inline-block;
}

.subtitle::after {
    content: '_';
    color: #8B3A2A;
    font-style: normal;
    font-weight: 700;
    margin-left: 2px;
    animation: blink 1s step-end infinite;
}

.subtitle.cursor-hidden::after {
    opacity: 0;
    animation: none;
}

.byline {
    font-family: 'Cinzel', serif;
    font-size: 10px;
    line-height: 2.0;
    letter-spacing: 0.32em;
    color: #5A4A3A;
    text-transform: uppercase;
    opacity: 0.75;
}

.scroll-cue {
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    opacity: 0.55;
}

.scroll-cue-line {
    display: block;
    width: 1px;
    height: 56px;
    background: linear-gradient(180deg, transparent 0%, #6A5A48 50%, transparent 100%);
    animation: drip 2.6s ease-in-out infinite;
}

.scroll-cue-label {
    font-family: 'Cinzel', serif;
    font-size: 9px;
    letter-spacing: 0.4em;
    color: #5A4A3A;
    text-transform: uppercase;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    50.01%, 100% { opacity: 0; }
}

@keyframes drip {
    0%, 100% { transform: scaleY(0.6) translateY(-10px); opacity: 0.3; }
    50%      { transform: scaleY(1) translateY(0);       opacity: 0.85; }
}

/* =====================================================================
   GENERIC CHAPTER STRUCTURE
   ===================================================================== */
.chapter {
    background-color: #1A1410;
    padding: 120px 48px 140px;
    position: relative;
}

/* Progressive darkening — each successive chapter ~2% darker */
.chapter-i      { background-color: #1A1410; }
.interlude      { background-color: #15100C; }
.chapter-ii     { background-color: #110D0A; }
.colophon       { background-color: #0C0907; }

/* Drip / ink-bleed bottom edge between chapters */
.chapter::after,
.interlude::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 28px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 28' preserveAspectRatio='none'><path d='M0,0 L1200,0 L1200,18 Q1180,22 1160,18 Q1140,16 1120,22 Q1100,26 1080,18 Q1060,14 1040,20 Q1020,28 1000,18 Q980,12 960,22 Q940,28 920,18 Q900,14 880,22 Q860,28 840,16 Q820,10 800,20 Q780,28 760,16 Q740,12 720,22 Q700,28 680,16 Q660,12 640,22 Q620,28 600,18 Q580,12 560,22 Q540,26 520,16 Q500,12 480,20 Q460,28 440,18 Q420,14 400,22 Q380,28 360,16 Q340,12 320,22 Q300,28 280,18 Q260,14 240,22 Q220,28 200,16 Q180,12 160,22 Q140,28 120,18 Q100,14 80,22 Q60,28 40,18 Q20,14 0,22 Z' fill='%231A1410'/></svg>");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 3;
}

.chapter-i::after  { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 28' preserveAspectRatio='none'><path d='M0,0 L1200,0 L1200,18 Q1180,22 1160,18 Q1140,16 1120,22 Q1100,26 1080,18 Q1060,14 1040,20 Q1020,28 1000,18 Q980,12 960,22 Q940,28 920,18 Q900,14 880,22 Q860,28 840,16 Q820,10 800,20 Q780,28 760,16 Q740,12 720,22 Q700,28 680,16 Q660,12 640,22 Q620,28 600,18 Q580,12 560,22 Q540,26 520,16 Q500,12 480,20 Q460,28 440,18 Q420,14 400,22 Q380,28 360,16 Q340,12 320,22 Q300,28 280,18 Q260,14 240,22 Q220,28 200,16 Q180,12 160,22 Q140,28 120,18 Q100,14 80,22 Q60,28 40,18 Q20,14 0,22 Z' fill='%2315100C'/></svg>"); }
.interlude::after  { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 28' preserveAspectRatio='none'><path d='M0,0 L1200,0 L1200,18 Q1180,22 1160,18 Q1140,16 1120,22 Q1100,26 1080,18 Q1060,14 1040,20 Q1020,28 1000,18 Q980,12 960,22 Q940,28 920,18 Q900,14 880,22 Q860,28 840,16 Q820,10 800,20 Q780,28 760,16 Q740,12 720,22 Q700,28 680,16 Q660,12 640,22 Q620,28 600,18 Q580,12 560,22 Q540,26 520,16 Q500,12 480,20 Q460,28 440,18 Q420,14 400,22 Q380,28 360,16 Q340,12 320,22 Q300,28 280,18 Q260,14 240,22 Q220,28 200,16 Q180,12 160,22 Q140,28 120,18 Q100,14 80,22 Q60,28 40,18 Q20,14 0,22 Z' fill='%23110D0A'/></svg>"); }
.chapter-ii::after { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 28' preserveAspectRatio='none'><path d='M0,0 L1200,0 L1200,18 Q1180,22 1160,18 Q1140,16 1120,22 Q1100,26 1080,18 Q1060,14 1040,20 Q1020,28 1000,18 Q980,12 960,22 Q940,28 920,18 Q900,14 880,22 Q860,28 840,16 Q820,10 800,20 Q780,28 760,16 Q740,12 720,22 Q700,28 680,16 Q660,12 640,22 Q620,28 600,18 Q580,12 560,22 Q540,26 520,16 Q500,12 480,20 Q460,28 440,18 Q420,14 400,22 Q380,28 360,16 Q340,12 320,22 Q300,28 280,18 Q260,14 240,22 Q220,28 200,16 Q180,12 160,22 Q140,28 120,18 Q100,14 80,22 Q60,28 40,18 Q20,14 0,22 Z' fill='%230C0907'/></svg>"); }

.chapter-header {
    max-width: 920px;
    margin: 0 auto 64px;
    text-align: center;
    position: relative;
}

.chapter-eyebrow {
    font-family: 'Cinzel', serif;
    font-size: 12px;
    line-height: 2.0;
    letter-spacing: 0.42em;
    color: #5A4A3A;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.chapter-title {
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-weight: 700;
    font-size: clamp(36px, 5.6vw, 56px);
    line-height: 1.1;
    color: #D4C4A8;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    letter-spacing: -0.005em;
    margin-bottom: 28px;
    filter: url(#ink-bleed);
    min-height: 1.1em;
    display: inline-block;
}

.typewriter-output {
    display: inline;
}

.typewriter-cursor {
    display: inline-block;
    color: #8B3A2A;
    font-weight: 700;
    margin-left: 4px;
    animation: blink 1s step-end infinite;
    transform: translateY(-2px);
}

.typewriter-cursor.cursor-hidden {
    opacity: 0;
    animation: none;
}

.chapter-rule {
    width: 100%;
    max-width: 400px;
    height: 20px;
    margin: 0 auto;
    opacity: 0.85;
}

/* ---------- Two-column body ---------- */
.chapter-body {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.two-column {
    columns: 2;
    column-gap: 40px;
    column-rule: 1px solid #3A2A20;
    column-fill: balance;
}

.two-column-wide {
    column-gap: 60px;
}

.chapter-body p {
    break-inside: avoid-column;
    margin-bottom: 1.4em;
    color: #B8A890;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    filter: url(#ink-bleed);
    position: relative;
}

.chapter-body p em {
    font-style: italic;
    color: #C8B8A0;
    font-family: 'Lora', Georgia, serif;
    border-bottom: 1px dotted #4A6848; /* weathered copper accent */
}

/* Drop-cap on opening paragraph */
.dropcap-paragraph .dropcap {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: italic;
    float: left;
    font-size: 5.4em;
    line-height: 0.9;
    padding: 8px 14px 0 0;
    color: #8B3A2A;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    margin-top: 4px;
}

/* ---------- Pull-Quote (column-span all) ---------- */
.pullquote {
    column-span: all;
    -webkit-column-span: all;
    margin: 56px auto;
    max-width: 760px;
    padding: 36px 56px;
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.35;
    color: #8A7A6A;
    text-align: center;
    position: relative;
    border-top: 1px solid #3A2A20;
    border-bottom: 1px solid #3A2A20;
    background:
        linear-gradient(180deg, rgba(36, 30, 24, 0.4) 0%, rgba(36, 30, 24, 0) 50%, rgba(36, 30, 24, 0.4) 100%);
}

.pullquote-secondary {
    color: #6A5A48;
    border-color: #2A1F18;
    background: none;
    font-size: 24px;
}

.pullquote-mark {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.8em;
    line-height: 0;
    color: #8B3A2A;
    opacity: 0.85;
    position: relative;
    vertical-align: -0.35em;
    margin: 0 4px;
}

.pullquote-cite {
    display: block;
    margin-top: 18px;
    font-family: 'Cinzel', serif;
    font-size: 11px;
    font-style: normal;
    letter-spacing: 0.32em;
    color: #5A4A3A;
    text-transform: uppercase;
    opacity: 0.85;
}

/* ---------- Marginalia (handwritten annotations) ---------- */
.chapter-body p[data-marginalia] {
    position: relative;
}

.chapter-body p[data-marginalia]::after {
    content: attr(data-marginalia);
    position: absolute;
    left: calc(100% + 14px);
    top: 4px;
    width: 130px;
    font-family: 'Caveat', 'Bradley Hand', cursive;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: #6A5A48;
    opacity: 0.15;
    transition: opacity 400ms ease, transform 400ms ease;
    transform: rotate(-3deg);
    pointer-events: none;
    text-align: left;
    font-style: normal;
}

.chapter-body p[data-marginalia]:hover::after {
    opacity: 0.7;
    transform: rotate(-2deg) translateX(-2px);
}

/* Even paragraphs put marginalia on the left side */
.chapter-body p[data-marginalia]:nth-of-type(even)::after {
    left: auto;
    right: calc(100% + 14px);
    transform: rotate(2deg);
    text-align: right;
}

.chapter-body p[data-marginalia]:nth-of-type(even):hover::after {
    transform: rotate(3deg) translateX(2px);
}

/* Hide marginalia when columns wrap into 1 column or are too narrow */
@media (max-width: 1280px) {
    .chapter-body p[data-marginalia]::after {
        position: static;
        display: block;
        width: auto;
        left: auto;
        right: auto;
        margin-top: 6px;
        transform: rotate(-1.2deg);
        opacity: 0.32;
    }
    .chapter-body p[data-marginalia]:nth-of-type(even)::after {
        transform: rotate(1.2deg);
    }
    .chapter-body p[data-marginalia]:hover::after,
    .chapter-body p[data-marginalia]:nth-of-type(even):hover::after {
        opacity: 0.78;
    }
}

/* ---------- Gutter Vignettes ---------- */
.gutter-vignette {
    position: absolute;
    width: 80px;
    height: 80px;
    opacity: 0.32;
    z-index: 4;
    pointer-events: none;
    transition: opacity 800ms ease, transform 1200ms ease;
}

.gutter-vignette svg { width: 100%; height: 100%; }

.two-column-wide .gutter-vignette-1 {
    top: 12%;
    left: calc(50% - 40px);
}
.two-column-wide .gutter-vignette-2 {
    top: 46%;
    left: calc(50% - 40px);
}
.two-column-wide .gutter-vignette-3 {
    top: 78%;
    left: calc(50% - 40px);
}

@media (max-width: 1024px) {
    .gutter-vignette { display: none; }
}

/* ---------- Chapter end rule ---------- */
.chapter-end-rule {
    margin: 80px auto 0;
    max-width: 240px;
    opacity: 0.7;
}

/* =====================================================================
   INTERLUDE
   ===================================================================== */
.interlude {
    padding: 140px 48px 160px;
    position: relative;
}

.interlude-inner {
    max-width: 480px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    padding: 36px 24px;
}

.interlude-eyebrow {
    font-family: 'Cinzel', serif;
    font-size: 11px;
    line-height: 2.0;
    letter-spacing: 0.42em;
    color: #5A4A3A;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 56px;
}

.interlude-page {
    font-family: 'Lora', Georgia, serif;
    font-style: italic;
    font-size: 18px;
    line-height: 1.85;
    color: #B8A890;
    padding: 32px 36px;
    border-top: 1px solid #3A2A20;
    border-bottom: 1px solid #3A2A20;
    background:
        linear-gradient(180deg, rgba(36, 30, 24, 0.45) 0%, rgba(36, 30, 24, 0.15) 100%);
    filter: url(#ink-bleed);
}

.interlude-page p {
    margin-bottom: 1.2em;
}
.interlude-page p:last-child { margin-bottom: 0; }

.interlude-margin-note {
    position: absolute;
    font-family: 'Caveat', 'Bradley Hand', cursive;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #6A5A48;
    opacity: 0.55;
    transition: opacity 400ms ease, transform 400ms ease;
    pointer-events: none;
    width: 140px;
}

.interlude-margin-left {
    left: -160px;
    top: 110px;
    transform: rotate(-4deg);
    text-align: right;
}

.interlude-margin-right {
    right: -160px;
    top: 220px;
    transform: rotate(3deg);
    text-align: left;
}

.interlude-inner:hover .interlude-margin-note {
    opacity: 0.85;
}

.interlude-signoff {
    text-align: right;
    margin-top: 36px;
    font-family: 'Caveat', cursive;
    font-size: 22px;
    color: #8A7A6A;
    transform: rotate(-1.5deg);
    opacity: 0.85;
}

@media (max-width: 900px) {
    .interlude-margin-note {
        position: static;
        display: block;
        width: 100%;
        margin: 18px 0;
        opacity: 0.5;
        transform: none;
        text-align: center;
    }
}

/* =====================================================================
   COLOPHON
   ===================================================================== */
.colophon {
    padding: 120px 48px 160px;
    text-align: center;
    background-color: #0C0907;
}

.colophon-inner {
    max-width: 640px;
    margin: 0 auto;
}

.colophon-ornament {
    width: 100%;
    max-width: 400px;
    height: 30px;
    margin: 0 auto;
    opacity: 0.85;
}

.colophon-ornament-top    { margin-bottom: 48px; }
.colophon-ornament-bottom { margin-top: 48px; }

.colophon-text {
    font-family: 'Cinzel', serif;
    font-size: 12px;
    line-height: 2.2;
    letter-spacing: 0.28em;
    color: #8A7A6A;
    text-transform: uppercase;
    margin-bottom: 36px;
}

.colophon-text-secondary {
    font-size: 10px;
    color: #5A4A3A;
    letter-spacing: 0.32em;
    margin-bottom: 0;
}

.colophon-mark {
    width: 60px;
    height: 60px;
    margin: 36px auto;
    opacity: 0.7;
    animation: slow-rotate 80s linear infinite;
}

.colophon-mark svg { width: 100%; height: 100%; }

@keyframes slow-rotate {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.colophon-finis {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 18px;
    color: #8B3A2A;
    margin-top: 48px;
    letter-spacing: 0.04em;
    opacity: 0.9;
    text-shadow: 0 0 18px rgba(74, 104, 72, 0.18); /* #4A6848 weathered-copper glow */
}


/* =====================================================================
   Reveal-on-scroll
   ===================================================================== */
.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 1200ms ease, transform 1200ms ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* =====================================================================
   Responsive — single column at < 768px
   ===================================================================== */
@media (max-width: 768px) {
    body { font-size: 16px; }
    .chronicle section { padding: 80px 24px; }
    .frontispiece { padding: 64px 24px 80px; }
    .chapter { padding: 80px 24px 96px; }
    .colophon { padding: 80px 24px 100px; }
    .interlude { padding: 80px 24px 96px; }

    .two-column,
    .two-column-wide {
        columns: 1;
        column-gap: 0;
        column-rule: none;
    }

    .pullquote {
        margin: 36px 0;
        padding: 28px 16px;
        font-size: 22px;
    }
    .pullquote-secondary { font-size: 19px; }

    .ornament-top { margin-bottom: 32px; }
    .ornament-bottom { margin-top: 32px; }

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

    .dropcap-paragraph .dropcap {
        font-size: 4.4em;
        padding: 6px 10px 0 0;
    }
}

@media (max-width: 480px) {
    .chronicle-title .title-line { font-size: clamp(34px, 12vw, 52px); }
    .chronicle-title .title-line-1 { font-size: clamp(26px, 8vw, 40px); }
    .subtitle { font-size: 16px; }
    .chapter-indicator {
        font-size: 10px;
        padding: 4px 14px;
        gap: 10px;
    }
}
