/* ========================================
   ABOUT.CSS — the less serious side
   ======================================== */

.about-world {
    --about-ink: var(--site-ink);
    --about-green: var(--site-forest);
    --about-green-bright: #71a967;
    --about-mint: var(--site-mint);
    --about-acid: var(--site-acid);
    --about-cream: var(--site-cream);
    --about-paper: var(--site-paper);
    --about-pink: var(--site-pink);
    --about-orange: var(--site-orange);
    --about-lilac: var(--site-lilac);
    position: relative;
    isolation: isolate;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: clamp(2.25rem, 6vw, 5.5rem);
    overflow: clip;
    color: var(--color-text);
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
}

.about-world a {
    color: inherit;
}

.about-world :is(h1, h2, h3, h4, h5, h6) {
    color: inherit;
}

.about-world__wash {
    position: absolute;
    z-index: -1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.about-world__wash span {
    position: absolute;
    display: block;
    border: 2px solid var(--about-ink);
    opacity: 0.72;
}

[data-theme="dark"] .about-world__wash span {
    border-color: var(--about-cream);
    opacity: 0.46;
}

.about-world__wash span:nth-child(1) {
    top: 7%;
    right: 8%;
    width: 84px;
    height: 84px;
    background: var(--about-pink);
    border-radius: 50%;
    transform: rotate(9deg);
}

.about-world__wash span:nth-child(2) {
    top: 37%;
    left: -36px;
    width: 92px;
    height: 168px;
    background: var(--about-orange);
    border-radius: 50%;
    transform: rotate(-18deg);
}

.about-world__wash span:nth-child(3) {
    right: 5%;
    bottom: 6%;
    width: 132px;
    height: 38px;
    background: var(--about-lilac);
    transform: rotate(-6deg);
}

.about-kicker,
.about-section-label {
    margin: 0;
    font-family: var(--font-ui);
    font-size: 0.68rem;
    font-weight: var(--font-semibold);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-kicker {
    display: inline-flex;
    padding: 7px 11px;
    color: var(--about-cream);
    background: var(--about-green);
    border: 1px solid var(--about-ink);
    border-radius: 999px;
    box-shadow: 3px 3px 0 var(--about-ink);
}

.about-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(220px, 0.55fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: end;
    min-height: 480px;
    padding: clamp(1rem, 4vw, 3rem) 0 clamp(3rem, 7vw, 6rem);
}

.about-hero__copy {
    position: relative;
    z-index: 1;
}

.about-hero h1 {
    max-width: 820px;
    margin: var(--space-6) 0 var(--space-6);
    font-size: clamp(3.4rem, 8.7vw, 7.4rem);
    line-height: 0.92;
    letter-spacing: -0.07em;
    text-wrap: balance;
}

.about-hero h1 em {
    display: block;
    color: var(--about-green);
    font-weight: var(--font-normal);
    transform: translateX(clamp(0rem, 4vw, 3rem));
}

[data-theme="dark"] .about-hero h1 em,
[data-theme="dark"] .about-section-label {
    color: var(--about-acid);
}

.about-hero__intro {
    max-width: 590px;
    margin: 0;
    font-size: clamp(1.02rem, 1.8vw, 1.32rem);
    line-height: 1.65;
}

.about-hero__note {
    position: relative;
    align-self: center;
    padding: 1.25rem 1.35rem 1.5rem;
    background: var(--about-pink);
    border: 2px solid var(--about-ink);
    box-shadow: 7px 7px 0 var(--about-ink);
    transform: rotate(3deg);
    color: var(--about-ink);
}

.about-hero__note span {
    display: block;
    margin-bottom: var(--space-3);
    font-family: var(--font-ui);
    font-size: 0.66rem;
    font-weight: var(--font-semibold);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-hero__note strong {
    display: block;
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    line-height: 1.5;
}

.about-hero__note i {
    position: absolute;
    right: 12px;
    bottom: 8px;
    font-size: 1.4rem;
    font-style: normal;
}

.thoughts-section {
    position: relative;
    margin-top: clamp(1rem, 4vw, 3rem);
}

.thoughts-section__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: var(--space-8);
    margin-bottom: var(--space-6);
}

.about-section-label {
    margin-bottom: var(--space-2);
    color: var(--about-green);
}

.thoughts-section__heading h2 {
    margin: 0;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1;
    letter-spacing: -0.05em;
}

.thoughts-section__heading > p {
    max-width: 340px;
    margin: 0 0 4px;
    font-size: var(--text-sm);
    line-height: 1.6;
}

.thought-window {
    overflow: hidden;
    color: var(--about-cream);
    background:
        linear-gradient(rgb(255 255 255 / 0.025) 1px, transparent 1px),
        var(--about-ink);
    background-size: 100% 30px;
    border: 2px solid var(--about-ink);
    border-radius: 7px;
    box-shadow: 9px 9px 0 var(--about-acid);
}

.thought-window__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: var(--space-3) var(--space-5);
    font-family: var(--font-ui);
    font-size: 0.68rem;
    font-weight: var(--font-semibold);
    letter-spacing: 0.11em;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(255 248 223 / 0.5);
}

.thought-window__status {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
}

.thought-window__feed {
    max-height: 390px;
    padding: var(--space-4);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: var(--about-acid) rgb(255 248 223 / 0.1);
    scrollbar-width: thin;
}

.thought-window__feed:focus-visible {
    outline: 3px solid var(--about-orange);
    outline-offset: -3px;
}

.thought-entry {
    padding: var(--space-5);
    background: rgb(255 248 223 / 0.035);
    border: 1px solid rgb(255 248 223 / 0.78);
}

.thought-entry + .thought-entry {
    margin-top: var(--space-3);
}

.thought-entry time {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: var(--space-2) var(--space-6);
    font-size: clamp(0.95rem, 1.6vw, 1.16rem);
    font-weight: var(--font-bold);
}

.thought-entry time b {
    font-family: var(--font-ui);
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    color: var(--about-acid);
    text-transform: uppercase;
}

.thought-entry__body {
    margin-top: var(--space-4);
    font-size: clamp(0.98rem, 1.8vw, 1.2rem);
    line-height: 1.6;
}

.thought-entry__content {
    min-width: 0;
}

.thought-entry--with-image .thought-entry__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(140px, 21vw, 190px);
    gap: var(--space-5);
    align-items: start;
}

.thought-entry__body > :last-child {
    margin-bottom: 0;
}

.thought-entry__body a {
    color: var(--about-acid);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.thought-entry__media {
    margin: var(--space-4) 0 0;
}

.thought-entry__image-button {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    color: var(--about-ink);
    cursor: zoom-in;
    background: var(--about-orange);
    border: 1px solid var(--about-cream);
    border-radius: 2px;
    box-shadow: 4px 4px 0 var(--about-acid);
    transform: rotate(1deg);
    transition: box-shadow 160ms ease, transform 160ms ease;
}

.thought-entry__image-button img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 220ms ease;
}

.thought-entry__image-button span {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 8px;
    font-family: var(--font-ui);
    font-size: 0.58rem;
    font-weight: var(--font-semibold);
    letter-spacing: 0.1em;
    color: var(--about-ink);
    text-transform: uppercase;
    background: var(--about-acid);
    border-top: 1px solid var(--about-ink);
    border-left: 1px solid var(--about-ink);
}

.thought-entry__image-button:hover {
    box-shadow: 6px 6px 0 var(--about-pink);
    transform: rotate(-1deg) translateY(-2px);
}

.thought-entry__image-button:hover img {
    transform: scale(1.035);
}

.thought-entry__image-button:focus-visible {
    outline: 3px solid var(--about-orange);
    outline-offset: 5px;
}

.thought-entry__media figcaption {
    margin-top: var(--space-3);
    font-family: var(--font-ui);
    font-size: 0.64rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: rgb(255 248 223 / 0.74);
}

.thought-lightbox {
    position: fixed;
    inset: 50% auto auto 50%;
    width: min(980px, calc(100vw - 2rem));
    max-width: none;
    max-height: calc(100dvh - 2rem);
    margin: 0;
    padding: 0;
    overflow: auto;
    color: var(--about-cream);
    background: var(--about-ink);
    border: 2px solid var(--about-cream);
    border-radius: 7px;
    box-shadow: 10px 10px 0 var(--about-acid);
    transform: translate(-50%, -50%);
}

.thought-lightbox::backdrop {
    background: rgb(15 31 24 / 0.82);
    backdrop-filter: blur(7px);
}

.thought-lightbox__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    padding: var(--space-2) var(--space-4);
    font-family: var(--font-ui);
    font-size: 0.64rem;
    font-weight: var(--font-semibold);
    letter-spacing: 0.11em;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(255 248 223 / 0.65);
}

.thought-lightbox__bar button {
    padding: 6px 9px;
    color: var(--about-ink);
    cursor: pointer;
    background: var(--about-acid);
    border: 1px solid var(--about-cream);
    border-radius: 0;
}

.thought-lightbox__bar button:hover,
.thought-lightbox__bar button:focus-visible {
    background: var(--about-pink);
}

.thought-lightbox__bar button:focus-visible {
    outline: 3px solid var(--about-orange);
    outline-offset: 3px;
}

.thought-lightbox__canvas {
    display: grid;
    place-items: center;
    min-height: 220px;
    padding: clamp(0.75rem, 3vw, 2rem);
    background:
        linear-gradient(rgb(255 255 255 / 0.025) 1px, transparent 1px),
        var(--about-ink);
    background-size: 100% 30px;
}

.thought-lightbox__canvas img {
    width: auto;
    max-width: 100%;
    max-height: calc(100dvh - 10rem);
    object-fit: contain;
    border: 1px solid rgb(255 248 223 / 0.65);
}

.thought-lightbox__caption {
    margin: 0;
    padding: 0 var(--space-5) var(--space-5);
    font-size: var(--text-sm);
    line-height: 1.6;
    color: rgb(255 248 223 / 0.78);
}

.thought-window__empty {
    display: grid;
    place-items: center;
    min-height: 240px;
    padding: var(--space-8);
    text-align: center;
    border: 1px solid rgb(255 248 223 / 0.72);
}

.thought-window__empty > div {
    display: flex;
    gap: var(--space-2);
    margin-bottom: var(--space-5);
}

.thought-window__empty span {
    padding: 6px 9px;
    font-family: var(--font-ui);
    font-size: 0.62rem;
    font-weight: var(--font-semibold);
    letter-spacing: 0.1em;
    color: var(--about-ink);
    background: var(--about-acid);
}

.thought-window__empty p {
    max-width: 480px;
    margin: 0;
    line-height: 1.65;
}

.about-gateways {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.25rem, 3vw, 2.5rem);
    margin-top: clamp(5rem, 10vw, 9rem);
}

.about-world .about-gateway {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 390px;
    padding: clamp(1.5rem, 3.5vw, 2.5rem);
    color: var(--about-ink);
    border: 2px solid var(--about-ink);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.about-gateway--writing {
    background: var(--about-pink);
    box-shadow: 9px 9px 0 var(--about-ink);
    transform: rotate(-1.1deg);
}

.about-gateway--music {
    background:
        radial-gradient(circle at 80% 18%, var(--about-lilac) 0 13%, transparent 13.3%),
        var(--about-acid);
    box-shadow: 9px 9px 0 var(--about-green);
    transform: rotate(1.2deg);
}

.about-gateway:hover {
    z-index: 2;
    box-shadow: 14px 14px 0 var(--about-ink);
    transform: rotate(0deg) translateY(-5px);
}

.about-gateway:focus-visible {
    outline: 4px solid var(--about-orange);
    outline-offset: 5px;
}

.about-gateway__index {
    font-family: var(--font-ui);
    font-size: 0.66rem;
    font-weight: var(--font-semibold);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.about-gateway > div {
    margin: auto 0;
}

.about-gateway h2 {
    margin: 0 0 var(--space-4);
    font-size: clamp(3rem, 7vw, 6rem);
    line-height: 0.92;
    letter-spacing: -0.065em;
}

.about-gateway p {
    max-width: 36ch;
    margin: 0;
    line-height: 1.6;
}

.about-gateway > strong {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: var(--space-4);
    font-family: var(--font-ui);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-top: 1px solid currentColor;
}

.about-gateway > strong i {
    font-size: 1.5rem;
    font-style: normal;
    line-height: 1;
    transition: transform 180ms ease;
}

.about-gateway:hover > strong i {
    transform: translate(4px, -4px);
}

/* Shared inner pages */
.about-subpage {
    min-height: 780px;
}

.about-back-link {
    display: inline-flex;
    padding-bottom: 3px;
    font-family: var(--font-ui);
    font-size: 0.72rem;
    font-weight: var(--font-semibold);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-bottom: 1px solid currentColor;
}

.about-back-link:hover {
    color: var(--about-green);
}

[data-theme="dark"] .about-back-link:hover {
    color: var(--about-acid);
}

.about-back-link:focus-visible {
    outline: 3px solid var(--about-orange);
    outline-offset: 4px;
}

/* Writing */
.writing-masthead {
    position: relative;
    max-width: 940px;
    margin: clamp(3rem, 8vw, 7rem) 0 clamp(3rem, 7vw, 5.5rem);
}

.writing-masthead h1 {
    display: inline-block;
    margin: var(--space-6) 0 var(--space-4);
    font-size: clamp(4.4rem, 12vw, 10rem);
    line-height: 0.86;
    letter-spacing: -0.08em;
}

.writing-masthead h1 span {
    display: inline-grid;
    width: 0.78em;
    height: 0.78em;
    margin-left: 0.08em;
    place-items: center;
    font-family: var(--font-ui);
    font-size: 0.44em;
    color: var(--about-cream);
    background: var(--about-green);
    border-radius: 50%;
    transform: rotate(9deg) translateY(-0.18em);
}

.writing-masthead > p:last-child {
    max-width: 600px;
    margin: 0;
    font-size: clamp(1rem, 2vw, 1.28rem);
    line-height: 1.65;
}

.writing-board {
    color: var(--about-ink);
    background: var(--about-cream);
    border: 2px solid var(--about-ink);
    box-shadow: 10px 10px 0 var(--about-pink);
}

.writing-board > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-6);
    padding: var(--space-4) var(--space-5);
    font-family: var(--font-ui);
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: var(--about-acid);
    border-bottom: 2px solid var(--about-ink);
}

.writing-board > header h2 {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
}

.writing-row {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 130px 28px;
    gap: var(--space-5);
    align-items: center;
    padding: clamp(1.25rem, 3vw, 2rem) var(--space-5);
    border-bottom: 1px solid var(--about-ink);
    transition: background-color 160ms ease, padding-left 220ms ease;
}

.writing-row:last-child {
    border-bottom: 0;
}

.writing-row:hover {
    padding-left: calc(var(--space-5) + 6px);
    background: var(--about-mint);
}

.writing-row:focus-visible {
    outline: 4px solid var(--about-orange);
    outline-offset: -4px;
}

.writing-row__number {
    align-self: start;
    font-family: var(--font-ui);
    font-size: 0.7rem;
    font-weight: var(--font-semibold);
    color: var(--about-green);
}

.writing-row__copy h3 {
    margin: 0;
    font-size: clamp(1.15rem, 2.3vw, 1.7rem);
    line-height: 1.25;
}

.writing-row__copy p {
    max-width: 62ch;
    margin: var(--space-2) 0 0;
    font-size: var(--text-sm);
    line-height: 1.55;
}

.writing-row__meta {
    display: grid;
    gap: var(--space-1);
    font-family: var(--font-ui);
    font-size: 0.68rem;
    text-align: right;
}

.writing-row__meta span {
    color: var(--about-green);
}

.writing-row > i {
    font-size: 1.3rem;
    font-style: normal;
}

.writing-empty {
    display: flex;
    gap: var(--space-6);
    align-items: center;
    min-height: 240px;
    padding: clamp(2rem, 6vw, 4rem);
}

.writing-empty > span {
    display: grid;
    flex: 0 0 auto;
    width: 66px;
    height: 66px;
    place-items: center;
    font-size: 2rem;
    background: var(--about-pink);
    border: 2px solid var(--about-ink);
    border-radius: 50%;
}

.writing-empty h3 {
    margin: 0 0 var(--space-2);
    font-size: clamp(1.3rem, 3vw, 2rem);
}

.writing-empty p {
    margin: 0;
}

.writing-footnote {
    width: fit-content;
    max-width: 100%;
    margin: clamp(2.5rem, 6vw, 5rem) 0 0 auto;
    padding: 10px 13px;
    font-family: var(--font-ui);
    font-size: 0.66rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: var(--about-orange);
    border: 1px solid var(--about-ink);
    transform: rotate(-1deg);
}

/* Music */
.about-music {
    background: transparent;
}

.music-masthead {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
    gap: clamp(2rem, 7vw, 6rem);
    align-items: center;
    min-height: 560px;
    padding: clamp(3rem, 8vw, 7rem) 0;
}

.music-masthead h1 {
    margin: var(--space-6) 0 var(--space-5);
    font-size: clamp(4.6rem, 12vw, 10rem);
    line-height: 0.86;
    letter-spacing: -0.08em;
    color: var(--about-green);
}

[data-theme="dark"] .music-masthead h1 {
    color: var(--about-acid);
}

.music-masthead > div:first-child > p:last-child {
    max-width: 570px;
    margin: 0;
    font-size: clamp(1rem, 2vw, 1.3rem);
    line-height: 1.7;
}

.music-disc {
    position: relative;
    justify-self: center;
    width: min(320px, 30vw);
    aspect-ratio: 1;
    background:
        repeating-radial-gradient(circle, transparent 0 9px, rgb(255 248 223 / 0.12) 10px 11px),
        conic-gradient(from 40deg, #173b2b, #2f7048, #10291e, #71a967, #173b2b);
    border: 3px solid var(--about-ink);
    border-radius: 50%;
    box-shadow: 13px 13px 0 var(--about-pink);
    animation: aboutDiscTurn 22s linear infinite;
}

.music-disc::before {
    position: absolute;
    inset: 33%;
    content: '';
    background: var(--about-orange);
    border: 2px solid var(--about-ink);
    border-radius: 50%;
}

.music-disc span {
    position: absolute;
    inset: 47%;
    z-index: 1;
    background: var(--about-cream);
    border: 1px solid var(--about-ink);
    border-radius: 50%;
}

.music-disc i {
    position: absolute;
    top: 8%;
    right: -4%;
    width: 13%;
    height: 58%;
    background: var(--about-lilac);
    border: 2px solid var(--about-ink);
    transform: rotate(18deg);
    transform-origin: top center;
}

@keyframes aboutDiscTurn {
    to { rotate: 360deg; }
}

.playlist-shelf {
    color: var(--about-cream);
    background: var(--about-green);
    border: 2px solid var(--about-ink);
    box-shadow: 10px 10px 0 var(--about-orange);
}

.playlist-shelf > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--space-4) var(--space-5);
    font-family: var(--font-ui);
    font-size: 0.68rem;
    font-weight: var(--font-semibold);
    letter-spacing: 0.1em;
    color: var(--about-cream);
    text-transform: uppercase;
    border-bottom: 1px solid rgb(255 248 223 / 0.55);
}

.playlist-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1rem, 2.5vw, 1.75rem);
    padding: clamp(1rem, 2.8vw, 1.75rem);
}

.playlist-card {
    display: flex;
    min-width: 0;
    padding: clamp(1rem, 2.4vw, 1.5rem);
    flex-direction: column;
    color: var(--about-ink);
    border: 2px solid var(--about-ink);
    box-shadow: 6px 6px 0 var(--about-ink);
}

.playlist-card--youtube {
    background: var(--about-pink);
    transform: rotate(-0.45deg);
}

.playlist-card--spotify {
    background: var(--about-acid);
    transform: rotate(0.45deg);
}

.playlist-card--album {
    background:
        radial-gradient(circle at 88% 12%, var(--about-acid) 0 4.5rem, transparent 4.6rem),
        linear-gradient(135deg, var(--about-lilac), var(--about-cream) 68%);
    box-shadow: 6px 6px 0 var(--about-pink);
    transform: rotate(-0.35deg);
}

.playlist-card__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    font-family: var(--font-ui);
    font-size: 0.65rem;
    font-weight: var(--font-semibold);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.playlist-card__heading strong {
    padding: 6px 9px;
    color: var(--about-cream);
    background: var(--about-ink);
    border-radius: 999px;
}

.playlist-card__copy {
    min-height: 150px;
    padding: clamp(1.5rem, 3vw, 2.25rem) 0;
}

.playlist-card__copy h2 {
    max-width: 12ch;
    margin: 0 0 var(--space-3);
    font-size: clamp(1.65rem, 3.4vw, 2.75rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.playlist-card__copy p {
    max-width: 37ch;
    margin: 0;
    line-height: 1.55;
}

.playlist-embed {
    width: 100%;
    overflow: hidden;
    background: var(--about-ink);
    border: 2px solid var(--about-ink);
}

.playlist-embed iframe {
    display: block;
    width: 100%;
    border: 0;
}

.playlist-embed--youtube {
    aspect-ratio: 16 / 9;
}

.playlist-embed--youtube iframe {
    height: 100%;
}

.playlist-embed--spotify iframe {
    height: 352px;
}

.playlist-card__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    margin-top: auto;
    padding-top: var(--space-5);
    font-family: var(--font-ui);
    font-size: 0.68rem;
    font-weight: var(--font-semibold);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.playlist-card__link span {
    font-size: 1.25rem;
    transition: transform 180ms ease;
}

.playlist-card__link:hover span {
    transform: translate(3px, -3px);
}

.playlist-card__link:focus-visible {
    outline: 3px solid var(--about-orange);
    outline-offset: 4px;
}

@media (max-width: 900px) {
    .about-world {
        width: 100%;
        border-radius: 0;
        box-shadow: none;
    }

    .about-hero {
        grid-template-columns: minmax(0, 1fr);
        min-height: 0;
    }

    .about-hero__note {
        width: min(360px, 82%);
        justify-self: end;
    }

    .about-gateways {
        grid-template-columns: minmax(0, 1fr);
    }

    .about-gateway {
        min-height: 340px;
    }

    .music-masthead {
        grid-template-columns: minmax(0, 1fr);
        min-height: 0;
    }

    .music-disc {
        width: min(300px, 64vw);
    }

    .playlist-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .playlist-card__copy {
        min-height: 0;
    }
}

@media (max-width: 640px) {
    .about-world {
        width: 100%;
        padding: 1.5rem 1.1rem 2.5rem;
        border-radius: 0;
        box-shadow: none;
    }

    .about-hero {
        padding-top: var(--space-6);
        padding-bottom: var(--space-16);
    }

    .about-hero h1 {
        font-size: clamp(2.7rem, 13vw, 4.25rem);
    }

    .about-hero h1 em {
        transform: none;
    }

    .about-hero__note {
        width: 80%;
        margin-right: var(--space-3);
        transform: rotate(2deg);
    }

    .about-hero__note strong {
        font-size: 0.9rem;
        line-height: 1.45;
    }

    .thoughts-section__heading {
        display: block;
    }

    .thoughts-section__heading > p {
        margin-top: var(--space-4);
    }

    .thought-window {
        box-shadow: 5px 5px 0 var(--about-acid);
    }

    .thought-window__bar {
        padding-inline: var(--space-3);
    }

    .thought-window__bar > span:last-child {
        display: none;
    }

    .thought-window__feed {
        padding: var(--space-2);
    }

    .thought-entry {
        padding: var(--space-4);
    }

    .thought-entry--with-image .thought-entry__content {
        grid-template-columns: minmax(0, 1fr);
    }

    .thought-entry__image-button {
        transform: none;
    }

    .thought-entry__image-button img {
        aspect-ratio: 16 / 9;
    }

    .thought-lightbox {
        width: calc(100vw - 1rem);
        max-height: calc(100dvh - 1rem);
        box-shadow: 5px 5px 0 var(--about-acid);
    }

    .about-gateway {
        min-height: 310px;
        padding: var(--space-5);
    }

    .about-gateway h2 {
        font-size: clamp(3rem, 18vw, 5rem);
    }

    .writing-masthead h1,
    .music-masthead h1 {
        font-size: clamp(4rem, 22vw, 7rem);
    }

    .writing-board,
    .playlist-shelf {
        box-shadow: 5px 5px 0 var(--about-pink);
    }

    .writing-row {
        grid-template-columns: 34px minmax(0, 1fr) 24px;
        gap: var(--space-3);
        padding-inline: var(--space-4);
    }

    .writing-row__meta {
        grid-column: 2;
        grid-row: 2;
        display: flex;
        gap: var(--space-3);
        text-align: left;
    }

    .writing-row > i {
        grid-column: 3;
        grid-row: 1 / span 2;
    }

    .writing-empty {
        display: block;
    }

    .writing-empty > span {
        margin-bottom: var(--space-5);
    }

    .music-disc {
        width: min(250px, 70vw);
    }

    .playlist-grid {
        padding: var(--space-3);
    }

    .playlist-card {
        padding: var(--space-4);
        box-shadow: 4px 4px 0 var(--about-ink);
        transform: none;
    }

    .playlist-embed--spotify iframe {
        height: 352px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-gateway,
    .about-gateway > strong i,
    .writing-row,
    .thought-entry__image-button,
    .thought-entry__image-button img {
        transition: none;
    }

    .music-disc {
        animation: none;
    }
}
