/* =========================================================
   mujun.wiki — watercolor encyclopedia of contradiction
   palette: paper white, dark neon teal/purple, marble gray,
            wash pink, wash gold, sharp black, frosted
   ========================================================= */

:root {
    --paper:       #FAFAF5;
    --teal:        #0A6B5C;
    --purple:      #4A1A6B;
    --gray:        #8A8A80;
    --pink:        #D4A0A8;
    --gold:        #C8B468;
    --ink:         #1A1A20;
    --frosted:     rgba(250, 250, 245, 0.75);
    --frosted-ink: rgba(26, 26, 32, 0.06);
    --col-width:   640px;
    --gutter:      clamp(24px, 6vw, 88px);
    --section-pad: clamp(120px, 18vh, 200px);
}

* { box-sizing: border-box; }

html, body {
    margin: 0;
    padding: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: 'Commissioner', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    font-variation-settings: 'wdth' 100, 'wght' 400;
    font-weight: 400;
    font-size: clamp(16px, 1.1vw, 18px);
    line-height: 2.0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

.svg-defs {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
}

/* ==== paper substrate ==== */
.paper {
    position: relative;
    z-index: 1;
    isolation: isolate;
}

/* subtle paper grain on the body */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image:
        radial-gradient(rgba(26, 26, 32, 0.025) 1px, transparent 1px),
        radial-gradient(rgba(26, 26, 32, 0.018) 1px, transparent 1px);
    background-size: 3px 3px, 7px 7px;
    background-position: 0 0, 1px 2px;
    mix-blend-mode: multiply;
    opacity: 0.85;
}

/* ==== sections ==== */
.section {
    position: relative;
    width: 100%;
    padding: var(--section-pad) var(--gutter);
    overflow: visible;
    transition: filter 700ms cubic-bezier(.2,.6,.2,1),
                opacity 700ms cubic-bezier(.2,.6,.2,1);
    /* default: out-of-focus */
    filter: blur(2px);
    opacity: 0.58;
}

.section.in-focus {
    filter: blur(0);
    opacity: 1;
}

/* the title section starts in-focus */
.section-title {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 14vh;
    padding-bottom: 18vh;
}

/* ==== watercolor wash backgrounds ==== */
.wash {
    position: absolute;
    inset: -160px -80px;
    z-index: -1;
    pointer-events: none;
    border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%;
    filter: blur(40px);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform-origin: 50% 50%;
    will-change: transform, background-size;
    transition: background-size 1200ms cubic-bezier(.2,.6,.2,1),
                transform 1200ms cubic-bezier(.2,.6,.2,1);
    animation: wash-breathe 14s ease-in-out infinite alternate;
}

@keyframes wash-breathe {
    0%   { transform: scale(1.00) rotate(0deg);   }
    100% { transform: scale(1.06) rotate(0.6deg); }
}

.wash-title {
    background:
        radial-gradient(ellipse 60% 50% at 30% 35%, rgba(10, 107, 92, 0.32), transparent 65%),
        radial-gradient(ellipse 55% 45% at 78% 60%, rgba(74, 26, 107, 0.30), transparent 70%),
        radial-gradient(circle at 60% 20%, rgba(200, 180, 104, 0.18), transparent 55%),
        conic-gradient(from 220deg at 50% 50%, rgba(10, 107, 92, 0.10), rgba(74, 26, 107, 0.08), rgba(212, 160, 168, 0.10), rgba(10, 107, 92, 0.10));
}

.wash-teal {
    background:
        radial-gradient(ellipse 70% 55% at 25% 40%, rgba(10, 107, 92, 0.22), transparent 70%),
        radial-gradient(ellipse 50% 45% at 80% 70%, rgba(10, 107, 92, 0.18), transparent 70%),
        radial-gradient(circle at 65% 18%, rgba(200, 180, 104, 0.12), transparent 60%),
        conic-gradient(from 30deg at 60% 50%, rgba(10, 107, 92, 0.08), transparent 40%, rgba(138, 138, 128, 0.10) 70%, transparent);
}

.wash-teal-alt {
    background:
        radial-gradient(ellipse 65% 55% at 70% 30%, rgba(10, 107, 92, 0.24), transparent 65%),
        radial-gradient(ellipse 55% 45% at 20% 65%, rgba(10, 107, 92, 0.14), transparent 70%),
        radial-gradient(circle at 35% 85%, rgba(74, 26, 107, 0.10), transparent 60%),
        conic-gradient(from 200deg at 40% 60%, rgba(10, 107, 92, 0.10), transparent 45%, rgba(212, 160, 168, 0.08) 75%, transparent);
}

.wash-purple {
    background:
        radial-gradient(ellipse 65% 55% at 30% 60%, rgba(74, 26, 107, 0.24), transparent 70%),
        radial-gradient(ellipse 55% 45% at 78% 30%, rgba(74, 26, 107, 0.18), transparent 70%),
        radial-gradient(circle at 50% 90%, rgba(212, 160, 168, 0.12), transparent 60%),
        conic-gradient(from 120deg at 60% 50%, rgba(74, 26, 107, 0.10), transparent 40%, rgba(10, 107, 92, 0.08) 70%, transparent);
}

.wash-purple-alt {
    background:
        radial-gradient(ellipse 60% 50% at 75% 60%, rgba(74, 26, 107, 0.26), transparent 65%),
        radial-gradient(ellipse 55% 45% at 20% 30%, rgba(74, 26, 107, 0.14), transparent 70%),
        radial-gradient(circle at 60% 90%, rgba(200, 180, 104, 0.10), transparent 55%),
        conic-gradient(from 320deg at 35% 45%, rgba(74, 26, 107, 0.10), transparent 45%, rgba(212, 160, 168, 0.08) 70%, transparent);
}

.wash-gold {
    background:
        radial-gradient(ellipse 70% 55% at 30% 35%, rgba(200, 180, 104, 0.26), transparent 70%),
        radial-gradient(ellipse 55% 45% at 75% 70%, rgba(200, 180, 104, 0.18), transparent 70%),
        radial-gradient(circle at 60% 18%, rgba(10, 107, 92, 0.10), transparent 55%),
        conic-gradient(from 60deg at 50% 50%, rgba(200, 180, 104, 0.10), transparent 40%, rgba(74, 26, 107, 0.06) 70%, transparent);
}

.wash-gold-alt {
    background:
        radial-gradient(ellipse 60% 50% at 72% 32%, rgba(200, 180, 104, 0.22), transparent 70%),
        radial-gradient(ellipse 55% 45% at 22% 70%, rgba(200, 180, 104, 0.16), transparent 70%),
        radial-gradient(circle at 50% 92%, rgba(212, 160, 168, 0.10), transparent 60%),
        conic-gradient(from 250deg at 50% 50%, rgba(200, 180, 104, 0.10), transparent 50%, rgba(10, 107, 92, 0.06) 75%, transparent);
}

.wash-pink {
    background:
        radial-gradient(ellipse 65% 55% at 35% 50%, rgba(212, 160, 168, 0.30), transparent 70%),
        radial-gradient(ellipse 55% 45% at 75% 25%, rgba(212, 160, 168, 0.20), transparent 70%),
        radial-gradient(circle at 60% 88%, rgba(74, 26, 107, 0.08), transparent 55%),
        conic-gradient(from 180deg at 50% 50%, rgba(212, 160, 168, 0.10), transparent 40%, rgba(200, 180, 104, 0.08) 70%, transparent);
}

/* ==== ink drops ==== */
.ink-drops {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.drop {
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%,
                rgba(26, 26, 32, 0.45),
                rgba(26, 26, 32, 0.18) 60%,
                transparent 75%);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    animation: ink-drop var(--d) ease-out var(--delay) infinite;
}

@keyframes ink-drop {
    0%   { transform: translate(-50%, -50%) scale(0);   opacity: 0;    }
    20%  { transform: translate(-50%, -50%) scale(0.4); opacity: 0.30; }
    60%  { transform: translate(-50%, -50%) scale(1.0); opacity: 0.18; }
    100% { transform: translate(-50%, -50%) scale(1.6); opacity: 0;    }
}

/* ==== sharp-angle interstitial dividers ==== */
.sharp-divider {
    position: absolute;
    left: 0;
    right: 0;
    height: 56px;
    background: var(--ink);
    z-index: 2;
    pointer-events: none;
    transition: clip-path 600ms cubic-bezier(.2,.6,.2,1);
}

.sharp-divider-down {
    bottom: -28px;
    clip-path: polygon(0 50%, 100% calc(50% - 18px), 100% calc(50% + 6px), 0 calc(50% + 24px));
}

.sharp-divider-up {
    top: -28px;
    clip-path: polygon(0 calc(50% - 18px), 100% 50%, 100% calc(50% + 24px), 0 calc(50% + 6px));
}

/* ==== title stack ==== */
.title-stack {
    position: relative;
    z-index: 1;
    max-width: 880px;
    margin: 0 auto;
    padding: 0 var(--gutter);
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: flex-start;
}

.kanji-mark {
    font-family: 'Noto Serif JP', 'Commissioner', serif;
    font-weight: 700;
    font-size: clamp(80px, 14vw, 220px);
    line-height: 0.85;
    color: var(--ink);
    letter-spacing: 0.04em;
    margin: 0;
    opacity: 0;
    transform: translateY(12px);
    filter: blur(4px);
    transition: opacity 1200ms ease, transform 1200ms ease, filter 1200ms ease;
    text-shadow:
        0 0 24px rgba(10, 107, 92, 0.18),
        2px 2px 0 rgba(74, 26, 107, 0.06);
}

.section-title.bloom .kanji-mark {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

.masthead {
    font-family: 'Commissioner', serif;
    font-variation-settings: 'wdth' 100, 'wght' 700;
    font-weight: 700;
    font-size: clamp(40px, 7.5vw, 110px);
    line-height: 0.96;
    letter-spacing: -0.02em;
    color: var(--ink);
    margin: 0;
    opacity: 0;
    filter: blur(4px);
    transform: translateY(8px);
    transition: opacity 1100ms ease, filter 1100ms ease, transform 1100ms ease;
    transition-delay: 300ms;
}

.section-title.bloom .masthead {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

.subtitle {
    font-family: 'Commissioner', serif;
    font-variation-settings: 'wdth' 100, 'wght' 300;
    font-style: italic;
    font-size: clamp(15px, 1.4vw, 20px);
    color: var(--gray);
    margin: 0;
    max-width: 540px;
    opacity: 0;
    transition: opacity 900ms ease 700ms;
}

.section-title.bloom .subtitle { opacity: 1; }

.title-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    font-size: 13px;
    color: var(--gray);
    font-variation-settings: 'wdth' 75, 'wght' 300;
    font-style: italic;
    opacity: 0;
    transition: opacity 900ms ease 1000ms;
}

.section-title.bloom .title-meta { opacity: 1; }

.meta-tag { letter-spacing: 0.02em; }
.meta-dot { color: var(--pink); font-style: normal; }

.scroll-cue {
    position: absolute;
    left: 50%;
    bottom: 70px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 2;
    opacity: 0;
    transition: opacity 900ms ease 1500ms;
}

.section-title.bloom .scroll-cue { opacity: 1; }

.scroll-cue-line {
    width: 1px;
    height: 50px;
    background: linear-gradient(to bottom, transparent, var(--ink) 70%);
    animation: cue-pulse 2.4s ease-in-out infinite;
}

@keyframes cue-pulse {
    0%, 100% { transform: scaleY(0.6); opacity: 0.4; transform-origin: top; }
    50%      { transform: scaleY(1.0); opacity: 1.0; transform-origin: top; }
}

.scroll-cue-label {
    font-size: 11px;
    text-transform: lowercase;
    letter-spacing: 0.18em;
    color: var(--gray);
    font-variation-settings: 'wdth' 75, 'wght' 400;
}

/* ==== entry column ==== */
.column {
    position: relative;
    z-index: 1;
    max-width: var(--col-width);
    margin: 0 auto;
}

.entry-head {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 10px;
    font-variation-settings: 'wdth' 75, 'wght' 400;
    font-size: 12px;
    text-transform: lowercase;
    letter-spacing: 0.16em;
    color: var(--gray);
}

.entry-numeral {
    font-family: 'Commissioner', serif;
    font-variation-settings: 'wdth' 100, 'wght' 600;
    font-style: italic;
    color: var(--ink);
    font-size: 14px;
    letter-spacing: 0.02em;
}

.entry-cat {
    padding-left: 14px;
    border-left: 1px solid rgba(26, 26, 32, 0.20);
}

.entry-title {
    font-family: 'Commissioner', serif;
    font-variation-settings: 'wdth' 100, 'wght' 700;
    font-weight: 700;
    font-size: clamp(28px, 3.5vw, 52px);
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: var(--ink);
    margin: 0 0 36px 0;
}

.entry-title .kanji-display {
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    margin-left: 14px;
    font-size: 0.78em;
    color: var(--teal);
    letter-spacing: 0.05em;
}

.entry-lede {
    font-family: 'Commissioner', serif;
    font-variation-settings: 'wdth' 100, 'wght' 400;
    font-style: italic;
    font-size: clamp(17px, 1.3vw, 21px);
    line-height: 1.7;
    color: var(--ink);
    margin: 0 0 36px 0;
    padding-left: 18px;
    border-left: 2px solid var(--teal);
}

.column p {
    margin: 0 0 28px 0;
}

.column p strong {
    font-variation-settings: 'wdth' 100, 'wght' 600;
    color: var(--purple);
}

.kanji-inline {
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    color: var(--teal);
    margin: 0 0.15em;
    letter-spacing: 0.04em;
}

/* pull quote with marble texture */
.pull {
    position: relative;
    margin: 48px -10px;
    padding: 38px 44px 30px 44px;
    background:
        repeating-linear-gradient(
            -8deg,
            rgba(138, 138, 128, 0.06) 0px,
            rgba(138, 138, 128, 0.06) 1px,
            transparent 1px,
            transparent 14px
        ),
        repeating-linear-gradient(
            14deg,
            rgba(138, 138, 128, 0.05) 0px,
            rgba(138, 138, 128, 0.05) 1px,
            transparent 1px,
            transparent 22px
        ),
        rgba(250, 250, 245, 0.55);
    border-top: 1px solid rgba(26, 26, 32, 0.18);
    border-bottom: 1px solid rgba(26, 26, 32, 0.18);
    font-family: 'Commissioner', serif;
    font-variation-settings: 'wdth' 100, 'wght' 400;
    font-style: italic;
    font-size: clamp(18px, 1.5vw, 24px);
    line-height: 1.55;
    color: var(--ink);
    transition: filter 600ms ease;
}

.pull.marble::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    filter: url(#marble-filter);
    background: linear-gradient(120deg,
                rgba(138, 138, 128, 0.0) 0%,
                rgba(138, 138, 128, 0.05) 35%,
                rgba(138, 138, 128, 0.0) 60%);
    mix-blend-mode: multiply;
    transition: opacity 600ms ease;
    opacity: 0.7;
}

.pull:hover::before { opacity: 1; }

.pull-mark {
    position: absolute;
    top: -8px;
    left: 14px;
    font-family: 'Noto Serif JP', serif;
    font-size: 60px;
    line-height: 1;
    color: var(--teal);
    opacity: 0.55;
}

.pull cite {
    display: block;
    margin-top: 14px;
    font-style: normal;
    font-variation-settings: 'wdth' 75, 'wght' 300;
    font-size: 13px;
    color: var(--gray);
    letter-spacing: 0.04em;
}

/* cross-references */
.cross-refs {
    list-style: none;
    margin: 36px 0 28px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
}

.cross-refs li { margin: 0; }

.cross-refs a {
    color: var(--ink);
    text-decoration: none;
    font-variation-settings: 'wdth' 75, 'wght' 400;
    font-size: 13.5px;
    letter-spacing: 0.06em;
    position: relative;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    background-image: linear-gradient(var(--ink), var(--ink));
    background-repeat: no-repeat;
    background-size: 0% 1px;
    background-position: left bottom;
    transition: background-size 500ms cubic-bezier(.2,.6,.2,1), color 400ms;
}

.cross-refs a:hover {
    color: var(--teal);
    background-image: linear-gradient(var(--teal), var(--teal));
    background-size: 100% 1px;
}

/* entry meta footer */
.entry-meta {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: var(--gray);
    font-size: 12px;
    font-variation-settings: 'wdth' 75, 'wght' 300;
}

.entry-meta .italic {
    font-style: italic;
    letter-spacing: 0.04em;
}

/* ==== colophon list ==== */
.colophon-list {
    margin: 36px 0;
    padding: 0;
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 14px 36px;
}

.colophon-list dt {
    font-variation-settings: 'wdth' 75, 'wght' 600;
    text-transform: lowercase;
    letter-spacing: 0.14em;
    font-size: 12px;
    color: var(--purple);
    padding-top: 4px;
}

.colophon-list dd {
    margin: 0;
    color: var(--ink);
}

/* ==== sidebar ==== */
.index-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 220px;
    z-index: 50;
    background: var(--frosted);
    backdrop-filter: blur(14px) saturate(120%);
    -webkit-backdrop-filter: blur(14px) saturate(120%);
    border-left: 1px solid rgba(26, 26, 32, 0.10);
    display: flex;
    align-items: center;
    pointer-events: auto;
    transform: translateX(0);
    transition: transform 700ms cubic-bezier(.2,.6,.2,1), opacity 600ms ease;
    opacity: 0;
    overflow: hidden;
}

.index-sidebar.ready { opacity: 1; }

/* marble veining on sidebar */
.index-sidebar::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        repeating-linear-gradient(
            -12deg,
            rgba(138, 138, 128, 0.05) 0px,
            rgba(138, 138, 128, 0.05) 1px,
            transparent 1px,
            transparent 16px
        ),
        repeating-linear-gradient(
            8deg,
            rgba(138, 138, 128, 0.04) 0px,
            rgba(138, 138, 128, 0.04) 1px,
            transparent 1px,
            transparent 24px
        );
    filter: url(#marble-filter-soft);
    mix-blend-mode: multiply;
    opacity: 0.85;
}

.index-inner {
    position: relative;
    z-index: 1;
    padding: 40px 28px;
    width: 100%;
}

.index-label {
    font-variation-settings: 'wdth' 75, 'wght' 600;
    text-transform: lowercase;
    letter-spacing: 0.22em;
    font-size: 11px;
    color: var(--gray);
    margin-bottom: 26px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(26, 26, 32, 0.12);
}

.index-list {
    list-style: none;
    counter-reset: idx;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.index-list li {
    position: relative;
}

.index-list a {
    position: relative;
    display: block;
    color: var(--ink);
    text-decoration: none;
    font-variation-settings: 'wdth' 75, 'wght' 400;
    font-size: 13px;
    line-height: 1.45;
    letter-spacing: 0.02em;
    padding-left: 18px;
    transition: color 400ms ease, transform 500ms cubic-bezier(.2,.6,.2,1);
}

.index-list a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--teal);
    opacity: 0;
    transform: scale(0.4);
    transition: opacity 400ms ease, transform 500ms cubic-bezier(.2,.6,.2,1);
}

.index-list li[data-wash="teal"]   a::before { background: var(--teal);   }
.index-list li[data-wash="purple"] a::before { background: var(--purple); }
.index-list li[data-wash="gold"]   a::before { background: var(--gold);   }
.index-list li[data-wash="pink"]   a::before { background: var(--pink);   }

.index-list a:hover,
.index-list a.is-active {
    color: var(--ink);
    transform: translateX(4px);
}

.index-list a:hover::before,
.index-list a.is-active::before {
    opacity: 1;
    transform: scale(1);
}

.index-list a.is-active {
    font-variation-settings: 'wdth' 75, 'wght' 600;
}

.index-footnote {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(26, 26, 32, 0.12);
    font-variation-settings: 'wdth' 75, 'wght' 300;
    font-style: italic;
    font-size: 11px;
    color: var(--gray);
    line-height: 1.6;
    letter-spacing: 0.04em;
}

/* ==== reading-progress thread ==== */
.thread {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 220px;
    width: 1px;
    background: rgba(26, 26, 32, 0.06);
    z-index: 40;
    pointer-events: none;
}

.thread-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background: linear-gradient(to bottom, var(--teal), var(--purple), var(--gold));
    transition: height 120ms linear;
}

/* ==== first-load bloom intro ==== */
@keyframes title-wash-bloom {
    0%   { background-size: 30% 30%; opacity: 0; }
    100% { background-size: 100% 100%; opacity: 1; }
}

.section-title .wash-title {
    animation: title-wash-bloom 1500ms cubic-bezier(.2,.6,.2,1) both,
               wash-breathe 14s ease-in-out infinite alternate 1500ms;
}

.section-title .sharp-divider-down {
    clip-path: polygon(0 50%, 0 50%, 0 calc(50% + 6px), 0 calc(50% + 24px));
    transition: clip-path 1200ms cubic-bezier(.2,.6,.2,1) 1500ms;
}

.section-title.bloom .sharp-divider-down {
    clip-path: polygon(0 50%, 100% calc(50% - 18px), 100% calc(50% + 6px), 0 calc(50% + 24px));
}

.section-title .ink-drops { opacity: 0; transition: opacity 800ms ease 1100ms; }
.section-title.bloom .ink-drops { opacity: 1; }

/* ==== responsive ==== */
@media (max-width: 1100px) {
    .index-sidebar { width: 200px; }
    .thread { right: 200px; }
}

@media (max-width: 880px) {
    .index-sidebar { display: none; }
    .thread { right: 0; }
    .pull { margin-left: 0; margin-right: 0; padding: 28px 24px 22px 24px; }
    .title-stack { padding: 0 24px; }
}

@media (max-width: 560px) {
    :root { --section-pad: clamp(80px, 14vh, 140px); }
    .kanji-mark { font-size: clamp(72px, 22vw, 140px); }
    .scroll-cue { bottom: 40px; }
    .colophon-list { grid-template-columns: 1fr; gap: 4px 0; }
    .colophon-list dt { padding-top: 14px; }
}

/* ==== reduced motion ==== */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.001s !important;
        transition-duration: 0.001s !important;
    }
    .section { filter: none; opacity: 1; }
}
