:root {
    --ink: #171512;
    --paper: #f0ece3;
    --paper-deep: #ded6c8;
    --bronze: #9b6738;
    --bronze-dark: #5d3c24;
    --line: rgba(23, 21, 18, 0.18);
    --white: #fffdf8;
    --muted: #777066;
    --max: none;
    --gutter: clamp(1.2rem, 4vw, 4.75rem);
    --section: clamp(5rem, 10vw, 10rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
/* the header is fixed, so anchored sections must clear it */
:target, section[id], article[id] { scroll-margin-top: 6rem; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}
img { display: block; width: 100%; }
a { color: inherit; }
button { font: inherit; }

.skip-link {
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 1000;
    padding: .75rem 1rem;
    background: var(--white);
    color: var(--ink);
    transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 100;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1.5rem;
    padding: 1.15rem var(--gutter);
    color: var(--white);
    transition: background .3s ease, color .3s ease, border-color .3s ease;
    border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
    background: rgba(240, 236, 227, .94);
    color: var(--ink);
    border-color: var(--line);
    backdrop-filter: blur(12px);
}
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-mark {
    display: grid;
    place-items: center;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid currentColor;
    font-size: .65rem;
    letter-spacing: .08em;
}
.brand-name { font-family: Georgia, 'Times New Roman', serif; font-size: 1.05rem; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(1rem, 2vw, 2.2rem); }
.site-nav a { text-decoration: none; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.site-nav a:hover { opacity: .7; }
.header-actions { display: flex; align-items: center; gap: 1rem; }
.nav-cta { border: 1px solid currentColor; padding: .7rem 1rem; text-decoration: none; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.menu-toggle { display: none; background: none; border: 0; color: inherit; text-transform: uppercase; letter-spacing: .12em; cursor: pointer; }

.hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #1b1713;
    color: var(--white);
}
.hero-image {
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: cover;
    object-position: center 55%;
    animation: heroDrift 16s ease-out both;
}
.hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(15, 11, 8, .82) 0%, rgba(15, 11, 8, .42) 46%, rgba(15, 11, 8, .08) 76%),
        linear-gradient(0deg, rgba(10, 8, 6, .55) 0%, transparent 45%);
}
.hero-content {
    position: relative;
    z-index: 2;
    max-width: none;
    padding: 9rem var(--gutter) 7rem;
}
.eyebrow {
    margin: 0 0 1.25rem;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.hero h1,
.display,
.section-heading h2,
.monument-content h2,
.studio-copy h2,
.archive-copy h2,
.closing-content h2 {
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    line-height: .93;
    letter-spacing: -.04em;
}
.hero h1 { font-size: clamp(4.2rem, 10vw, 10rem); }
.hero h1 em { color: #d7a974; font-weight: 400; }
.hero-copy { max-width: 42rem; margin: 2rem 0; font-size: clamp(1rem, 1.4vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; }
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.3rem;
    padding: .85rem 1.35rem;
    border: 1px solid currentColor;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .72rem;
}
.button-light { background: var(--white); color: var(--ink); border-color: var(--white); }
.text-link { text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; }
.text-link.dark { color: var(--ink); }
.hero-index { position: absolute; right: var(--gutter); bottom: 2rem; z-index: 2; font-size: .7rem; letter-spacing: .14em; }
.scroll-cue { position: absolute; left: 50%; bottom: 2rem; z-index: 2; transform: translateX(-50%); text-decoration: none; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }

.section-pad { padding: var(--section) var(--gutter); }
.statement { max-width: var(--max); margin: 0 auto; }
.statement-rule { width: 100%; height: 1px; background: var(--line); margin-bottom: 3rem; }
.display { font-size: clamp(3rem, 7vw, 7rem); }
.display span { color: var(--bronze); }
.statement-copy { max-width: 48rem; margin: 2.5rem 0 0 auto; font-size: clamp(1.05rem, 1.5vw, 1.3rem); color: var(--muted); }

.work-section { background: var(--ink); color: var(--white); }
.section-heading { display: grid; grid-template-columns: 1fr 2fr auto; gap: 2rem; align-items: end; max-width: var(--max); margin: 0 auto 4rem; }
.section-heading h2 { font-size: clamp(2.8rem, 6vw, 6rem); }
.section-heading > p:last-child { max-width: 36rem; color: var(--muted); }
.section-heading.center { display: block; text-align: center; max-width: none; }
.section-heading.center p:last-child { margin: 1.5rem auto 0; }
.work-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.3fr 1fr; gap: 4rem 2rem; }
.work-card-large { grid-row: span 2; }
.image-frame { display: block; overflow: hidden; background: #2a251f; }
.image-frame img { aspect-ratio: 4/3; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.work-card-large .image-frame img { aspect-ratio: 4/5; }
.image-frame:hover img { transform: scale(1.035); }
.work-meta { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.18); margin-top: 1rem; }
.work-meta h3 { margin: .15rem 0 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.5rem, 2vw, 2.2rem); font-weight: 400; }
.work-meta p { margin: 0; max-width: 18rem; color: rgba(255,255,255,.62); font-size: .85rem; }
.work-number { color: #d7a974 !important; }

.monument-feature { position: relative; min-height: 90svh; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); }
.monument-image { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.monument-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,10,7,.88), rgba(13,10,7,.18)), linear-gradient(0deg, rgba(13,10,7,.65), transparent 50%); }
.monument-content { position: relative; z-index: 2; max-width: none; padding: var(--section) var(--gutter); }
.monument-content h2 { font-size: clamp(4rem, 8vw, 8rem); }
.monument-content > p:not(.eyebrow) { max-width: 40rem; font-size: 1.12rem; }
.location-list { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.location-list span { border: 1px solid rgba(255,255,255,.42); padding: .65rem .8rem; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }

.places { max-width: var(--max); margin: 0 auto; }
.place-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.place-card { background: var(--paper); padding: clamp(2rem, 4vw, 4rem) clamp(1.5rem, 3vw, 3rem); }
.place-index { color: var(--bronze); font-size: .75rem; letter-spacing: .14em; }
.place-card h3 { margin: 2rem 0 1rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 3vw, 3rem); font-weight: 400; }
.place-card p { color: var(--muted); }
.place-card a { display: inline-block; margin-top: 1rem; text-transform: uppercase; font-size: .72rem; letter-spacing: .12em; }

/* --- history of the West: horizontal chronology rail (home page) --- */
.history { background: #d9d0c2; }
.history-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(20rem, 22rem);
    gap: 1.75rem;
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 0 1.75rem;
    list-style: none;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-color: var(--bronze) transparent;
}
.history-rail:focus-visible { outline: 2px solid var(--bronze); outline-offset: 4px; }
.history-card {
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    padding-top: 1.25rem;
    border-top: 2px solid rgba(23,21,18,.28);
}
.history-media { margin-bottom: 1.1rem; overflow: hidden; background: var(--paper-deep); }
.history-media img { aspect-ratio: 4/3; object-fit: cover; }
.history-when { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin: 0 0 .5rem; }
.history-when time { font-family: Georgia, 'Times New Roman', serif; font-size: 1.45rem; }
.history-era { font-size: .64rem; letter-spacing: .16em; text-transform: uppercase; color: var(--bronze-dark); border: 1px solid rgba(93,60,36,.4); padding: .3rem .5rem; }
.history-card h3 { margin: 0 0 .75rem; font-family: Georgia, 'Times New Roman', serif; font-size: 1.6rem; font-weight: 400; line-height: 1.1; }
.history-copy { margin: 0 0 1.1rem; font-size: .92rem; color: #4c463d; }
.history-work { margin: auto 0 0; padding-top: .9rem; border-top: 1px solid rgba(23,21,18,.18); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.history-note { max-width: 46rem; margin: 2rem auto 0; font-size: .85rem; color: #574f45; }

.timeline { background: var(--paper); overflow: hidden; }
.timeline-controls { display: flex; flex-wrap: wrap; gap: .6rem; max-width: var(--max); margin: 0 auto 2rem; }
.timeline-filter, .archive-toggle { border: 1px solid var(--line); background: transparent; color: var(--ink); padding: .7rem .9rem; cursor: pointer; }
.timeline-filter.is-active, .archive-toggle.is-active { background: var(--ink); color: var(--white); }
.timeline-track { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); border-top: 1px solid var(--line); }
.timeline-event { position: relative; padding: 2.2rem 1.4rem 1rem 0; }
.timeline-event::before { content: ''; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; background: var(--bronze); border-radius: 50%; }
.timeline-event.is-hidden { display: none; }
.timeline-event time { font-family: Georgia, 'Times New Roman', serif; font-size: 2.2rem; }
.timeline-type { display: block; margin: .5rem 0 1rem; color: var(--bronze); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.timeline-event h3 { margin: 0 0 .75rem; font-family: Georgia, 'Times New Roman', serif; font-size: 1.5rem; font-weight: 400; }
.timeline-event p { color: var(--muted); font-size: .9rem; }

.studio { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(2rem, 6vw, 7rem); align-items: center; max-width: var(--max); margin: 0 auto; }
.studio-image img { aspect-ratio: 4/5; object-fit: cover; }
.studio-copy h2 { font-size: clamp(3.5rem, 7vw, 7rem); }
.studio-copy > p:not(.eyebrow) { max-width: 34rem; color: var(--muted); font-size: 1.08rem; }
.process-list { list-style: none; padding: 0; margin: 2rem 0 0; border-top: 1px solid var(--line); }
.process-list li { display: flex; gap: 1.5rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.process-list span { color: var(--bronze); flex: 0 0 auto; }
.process-list div { color: var(--muted); font-size: .95rem; }
.process-list strong { color: var(--ink); }

.archive { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 7rem); max-width: var(--max); margin: 0 auto; background: var(--paper-deep); }
.archive-copy h2 { font-size: clamp(3rem, 6vw, 6rem); }
.archive-copy > p:not(.eyebrow) { color: var(--muted); max-width: 34rem; }
.archive-actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.archive-example { align-self: center; background: #f7f2e9; padding: 1.2rem; transition: background .3s ease, padding .3s ease; }
.archive-example.is-original { background: #7e1f18; padding: 2rem; }
.archive-photo img { aspect-ratio: 4/3; object-fit: cover; filter: saturate(.8) contrast(1.04); }
.archive-example.is-original .archive-photo img { filter: none; }
.archive-caption { padding: 1rem .25rem .2rem; }
.archive-caption p { margin: 0 0 .25rem; font-size: .65rem; letter-spacing: .15em; color: var(--bronze); }
.archive-caption strong, .archive-caption span { display: block; }
.archive-caption span { color: var(--muted); font-size: .8rem; margin-top: .25rem; }
.archive-example.is-original .archive-caption { color: var(--white); }
.archive-example.is-original .archive-caption span, .archive-example.is-original .archive-caption p { color: #f0c7a7; }

.closing { position: relative; min-height: 82svh; display: flex; align-items: center; color: var(--white); overflow: hidden; }
.closing > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.closing-overlay { position: absolute; inset: 0; background: rgba(15,11,8,.66); }
.closing-content { position: relative; z-index: 2; max-width: none; padding: var(--section) var(--gutter); }
.closing-content h2 { font-size: clamp(4rem, 9vw, 9rem); }
.closing-content p:not(.eyebrow) { max-width: 42rem; }
.closing code { background: rgba(255,255,255,.12); padding: .15rem .35rem; }

.site-footer { display: flex; justify-content: space-between; gap: 1rem; padding: 2rem var(--gutter); background: var(--ink); color: rgba(255,255,255,.62); font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Full-bleed photography that drifts with the scroll. The class is added by
   the script, so with JS off the images simply stay put. No transition here —
   the position is set every frame and any easing would lag behind the scroll. */
.is-parallax { will-change: transform; transform-origin: center center; }

@keyframes heroDrift {
    from { transform: scale(1.08); }
    to { transform: scale(1); }
}

@media (max-width: 980px) {
    .menu-toggle { display: block; }
    .site-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 1.5rem var(--gutter) 2rem;
        background: var(--paper);
        color: var(--ink);
        border-bottom: 1px solid var(--line);
    }
    .site-nav.is-open { display: flex; }
    .site-nav a { padding: .65rem 0; }
    .nav-cta { text-align: center; }
    .section-heading { grid-template-columns: 1fr; align-items: start; }
    .work-grid, .studio, .archive { grid-template-columns: 1fr; }
    .work-card-large { grid-row: auto; }
    .work-card-large .image-frame img { aspect-ratio: 4/3; }
    .place-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .brand-name { display: none; }
    .hero-content { padding-bottom: 6rem; }
    .hero h1 { font-size: clamp(3.6rem, 17vw, 5.6rem); }
    .scroll-cue, .hero-index { display: none; }
    .work-meta { display: block; }
    .work-meta > p { margin-top: .65rem; }
    .history-rail { grid-auto-columns: minmax(15.5rem, 78vw); }
    .site-footer { flex-direction: column; }
}

/* ============================================================
   Multi-page components (sculptures, monuments, places,
   timeline, studio, artist)
   ============================================================ */

/* --- current page marker in the nav --- */
.site-nav a[aria-current="page"] { border-bottom: 1px solid currentColor; }
.site-nav .nav-cta[aria-current="page"] { border-bottom-width: 1px; }

/* --- compact page hero (every page except the home hub) --- */
.page-hero {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 62vh;
    min-height: 62svh;
    overflow: hidden;
    background: #1b1713;
    color: var(--white);
}
.page-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.page-hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(15,11,8,.9) 0%, rgba(15,11,8,.72) 42%, rgba(15,11,8,.3) 100%),
        linear-gradient(0deg, rgba(10,8,6,.62) 0%, transparent 52%),
        linear-gradient(180deg, rgba(10,8,6,.55) 0%, transparent 26%);
}
.page-hero-content { position: relative; z-index: 2; max-width: none; padding: 10rem var(--gutter) 4.5rem; }
.page-hero h1 {
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    line-height: .95;
    letter-spacing: -.035em;
    font-size: clamp(3rem, 7vw, 6.5rem);
}
.page-hero-copy { max-width: 40rem; margin: 1.75rem 0 0; font-size: clamp(1rem, 1.3vw, 1.2rem); }

/* --- breadcrumb --- */
.breadcrumb { max-width: var(--max); margin: 0 auto; padding: 1.5rem var(--gutter) 0; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; margin: 0; padding: 0; }
.breadcrumb li + li::before { content: '/'; margin-right: .5rem; color: var(--line); }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { color: var(--bronze); }

/* --- home hub: cards that lead to each section page --- */
.hub { max-width: var(--max); margin: 0 auto; }
.hub-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.hub-card {
    display: flex;
    flex-direction: column;
    gap: .9rem;
    padding: clamp(1.75rem, 3vw, 2.75rem);
    background: var(--paper);
    text-decoration: none;
    transition: background .3s ease;
}
.hub-card:hover, .hub-card:focus-visible { background: var(--white); }
.hub-card-index { color: var(--bronze); font-size: .72rem; letter-spacing: .16em; }
.hub-card h3 { margin: .35rem 0 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.6rem, 2.4vw, 2.3rem); font-weight: 400; }
.hub-card p { margin: 0; color: var(--muted); font-size: .95rem; }
.hub-card-go { margin-top: auto; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.hub-card:hover .hub-card-go { color: var(--bronze); }

/* --- filter bar (sculptures + timeline) --- */
.filter-bar { display: flex; flex-wrap: wrap; gap: .6rem; align-items: center; max-width: var(--max); margin: 0 auto 2.5rem; }
.filter-bar .filter-label { margin: 0 .5rem 0 0; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.result-count { margin: 0 0 1.5rem; max-width: var(--max); font-size: .8rem; color: var(--muted); }

/* --- sculpture editions grid --- */
.edition-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fill, minmax(15.5rem, 1fr)); gap: 2.75rem 1.75rem; }
.edition-card.is-hidden { display: none; }
.edition-media { position: relative; overflow: hidden; background: var(--paper-deep); }
.edition-media img { aspect-ratio: 1/1; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.edition-card:hover .edition-media img { transform: scale(1.04); }
.edition-card h3 { margin: 1.1rem 0 .3rem; font-family: Georgia, 'Times New Roman', serif; font-size: 1.32rem; font-weight: 400; line-height: 1.15; }
.edition-meta { margin: 0; color: var(--muted); font-size: .84rem; }
.status-badge {
    position: absolute;
    left: .75rem;
    bottom: .75rem;
    padding: .4rem .6rem;
    background: rgba(255,253,248,.92);
    color: var(--ink);
    font-size: .64rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.status-badge.is-sold { background: var(--bronze-dark); color: var(--white); }

/* --- monument list --- */
.monument-list { max-width: var(--max); margin: 0 auto; display: grid; gap: clamp(4.5rem, 9vw, 10rem); }
.monument-card { display: grid; grid-template-columns: 1.6fr 1fr; gap: clamp(2rem, 5vw, 6rem); align-items: center; }
.monument-card:nth-child(even) .monument-card-media { order: 2; }
.monument-card-media { overflow: hidden; background: var(--paper-deep); }
.monument-card-media img { aspect-ratio: 3/2; object-fit: cover; }
.monument-card-media.is-pending {
    display: grid;
    place-content: center;
    gap: .6rem;
    aspect-ratio: 4/3;
    padding: 2rem;
    text-align: center;
    background:
        repeating-linear-gradient(135deg, rgba(23,21,18,.05) 0 12px, transparent 12px 24px),
        var(--paper-deep);
    border: 1px solid var(--line);
}
.monument-card-media.is-pending strong { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--bronze-dark); }
.monument-card-media.is-pending span { color: var(--muted); font-size: .85rem; }
.monument-card-body h3 { margin: .3rem 0 1.5rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 3.6vw, 3.4rem); font-weight: 400; line-height: 1; }
.monument-card-story { color: var(--muted); font-size: 1rem; }

/* --- spec list (definition pairs) --- */
.spec-list { margin: 0 0 1.5rem; padding: 0; border-top: 1px solid var(--line); }
.spec-list > div { display: grid; grid-template-columns: 9rem 1fr; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid var(--line); }
.spec-list dt { margin: 0; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.spec-list dd { margin: 0; font-size: .95rem; }

/* --- places --- */
.place-detail { max-width: var(--max); margin: 0 auto; display: grid; gap: clamp(4.5rem, 9vw, 9rem); }
.place-row { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(2rem, 5vw, 5.5rem); align-items: center; }
.place-row:nth-child(even) .place-row-media { order: 2; }
.place-row-media img { aspect-ratio: 3/2; object-fit: cover; }
.place-row h3 { margin: .4rem 0 .6rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 3.4vw, 3.2rem); font-weight: 400; line-height: 1; }
.place-row-where { margin: 0 0 1.25rem; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--bronze); }
.place-works { list-style: none; margin: 1.5rem 0 0; padding: 0; border-top: 1px solid var(--line); }
.place-works li { padding: .7rem 0; border-bottom: 1px solid var(--line); font-size: .95rem; }
.place-works strong { font-weight: 700; }

/* --- studio process + gallery --- */
.studio-gallery { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr)); gap: 1.25rem; }
.studio-gallery figure { margin: 0; background: var(--paper-deep); }
.studio-gallery img { aspect-ratio: 3/2; object-fit: cover; }
.studio-gallery figcaption { padding: .8rem .2rem 0; font-size: .78rem; color: var(--muted); }

/* --- artist page --- */
.artist-intro { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.artist-portrait img { aspect-ratio: 4/5; object-fit: cover; background: var(--paper-deep); }
.artist-portrait figcaption { padding: .8rem .2rem 0; font-size: .78rem; color: var(--muted); }
.artist-bio p { font-size: 1.06rem; }
.artist-bio p.lede { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.4rem, 2.2vw, 1.9rem); line-height: 1.3; color: var(--ink); }
.artist-signature { max-width: 15rem; margin-top: 2rem; }
.artist-signature img { width: 100%; }

.fact-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.fact-grid div { background: var(--paper); padding: clamp(1.5rem, 2.5vw, 2.25rem); }
.fact-grid dt { font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.fact-grid dd { margin: .75rem 0 0; font-family: Georgia, 'Times New Roman', serif; font-size: 1.25rem; }

.award-table { max-width: var(--max); margin: 0 auto; width: 100%; border-collapse: collapse; text-align: left; }
.award-table caption { text-align: left; padding-bottom: 1.25rem; color: var(--muted); font-size: .9rem; }
.award-table th, .award-table td { padding: .95rem 1rem .95rem 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.award-table th { font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.award-table td:first-child { font-family: Georgia, 'Times New Roman', serif; font-size: 1.05rem; white-space: nowrap; }
.table-scroll { max-width: var(--max); margin: 0 auto; overflow-x: auto; }

.press-list { max-width: var(--max); margin: 0 auto; list-style: none; padding: 0; border-top: 1px solid var(--line); }
.press-list li { display: grid; grid-template-columns: 16rem 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.press-list strong { font-family: Georgia, 'Times New Roman', serif; font-size: 1.1rem; font-weight: 400; }
.press-list span { color: var(--muted); font-size: .92rem; }

/* --- home statement, with portrait --- */
.statement-layout { display: grid; grid-template-columns: minmax(16rem, .8fr) 1.6fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.statement-portrait { margin: 0; }
.statement-portrait img { aspect-ratio: 4/5; object-fit: cover; object-position: center 22%; background: #14110d; }
.statement-portrait figcaption { padding: .85rem .2rem 0; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.statement-layout .statement-copy { margin: 2rem 0 0; }
.statement-more { margin: 1.75rem 0 0; }

/* --- artist retrospective --- */
.retrospective { background: var(--paper-deep); }
.retro-body { max-width: var(--max); margin: 0 auto; }
.retro-lede {
    max-width: 46rem;
    margin: 0 0 3rem;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.25rem, 2.1vw, 1.75rem);
    line-height: 1.4;
}
.retro-columns { columns: 2; column-gap: clamp(2rem, 5vw, 4.5rem); }
.retro-columns p { margin: 0 0 1.25rem; break-inside: avoid-column; color: #4c463d; }
.retro-columns p:last-child { margin-bottom: 0; }

/* --- commissions block (home page) --- */
.commissions { position: relative; display: flex; align-items: center; overflow: hidden; color: var(--white); }
.commissions-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 40%; }
.commissions-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(13,10,7,.9) 0%, rgba(13,10,7,.58) 58%, rgba(13,10,7,.24) 100%),
        linear-gradient(0deg, rgba(13,10,7,.6), transparent 55%);
}
.commissions-content { position: relative; z-index: 2; max-width: none; padding: var(--section) var(--gutter); }
.commissions-content h2 {
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    line-height: .95;
    letter-spacing: -.035em;
    font-size: clamp(2.8rem, 6vw, 5.5rem);
}
.commissions-content > p:not(.eyebrow) { max-width: 42rem; margin: 1.75rem 0 0; font-size: 1.06rem; }
.commission-steps { list-style: none; margin: 2.5rem 0 2.5rem; padding: 0; border-top: 1px solid rgba(255,255,255,.22); max-width: 42rem; }
.commission-steps li { display: flex; gap: 1.5rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.commission-steps span { color: #d7a974; flex: 0 0 auto; }
.commission-steps strong { font-weight: 700; }
.commission-steps div { color: rgba(255,255,255,.76); font-size: .95rem; }
.commission-steps strong { color: var(--white); }

/* --- location chips rendered as links on a light background --- */
.location-list a {
    border: 1px solid var(--line);
    padding: .65rem .8rem;
    font-size: .72rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.location-list a:hover, .location-list a:focus-visible { background: var(--ink); color: var(--white); border-color: var(--ink); }

/* --- inquire page --- */
.inquire-layout { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.35fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.inquire-form { display: grid; gap: 1.35rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.35rem; }
.field { display: grid; gap: .5rem; margin: 0; }
.field label { font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.field input, .field select, .field textarea {
    width: 100%;
    padding: .85rem .9rem;
    font: inherit;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 0;
}
.field textarea { resize: vertical; min-height: 9rem; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: 2px solid var(--bronze); outline-offset: 1px; }
.field input:user-invalid, .field select:user-invalid, .field textarea:user-invalid { border-color: #9c3a2f; }
.button-dark { background: var(--ink); color: var(--white); border-color: var(--ink); cursor: pointer; }
.button-dark:hover { background: var(--bronze-dark); border-color: var(--bronze-dark); }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; }
.form-note, .aside-note { margin: 0; padding: 1rem 1.1rem; background: var(--paper-deep); border-left: 2px solid var(--bronze); font-size: .88rem; color: #4c463d; }
.aside-note { margin-top: 1.25rem; }
.form-result { margin: 0; min-height: 1.5em; font-size: .92rem; color: var(--bronze-dark); }
.form-result.is-error { color: #9c3a2f; }
.inquire-aside h3 { margin: 0 0 1.25rem; font-family: Georgia, 'Times New Roman', serif; font-size: 1.6rem; font-weight: 400; }
.inquire-aside h3 + * { margin-top: 0; }
.inquire-aside .place-works { margin-top: 0; }
.inquire-aside > h3:nth-of-type(2) { margin-top: 2.75rem; }

/* --- section intro used on the inner pages --- */
.lead-block { max-width: var(--max); margin: 0 auto 3.5rem; display: grid; grid-template-columns: 1fr 1.4fr; gap: 2rem; align-items: end; }
.lead-block h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(2.2rem, 4.5vw, 4rem); line-height: .98; letter-spacing: -.03em; }
.lead-block p { margin: 0; color: var(--muted); max-width: 40rem; }

/* --- cross-page "keep exploring" strip --- */
.next-strip { background: var(--ink); color: var(--white); }
.next-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); gap: 1px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.16); }
.next-grid a { background: var(--ink); padding: clamp(1.5rem, 3vw, 2.5rem); text-decoration: none; display: block; transition: background .3s ease; }
.next-grid a:hover { background: #221e19; }
.next-grid span { display: block; color: #d7a974; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.next-grid strong { display: block; margin-top: .75rem; font-family: Georgia, 'Times New Roman', serif; font-size: 1.5rem; font-weight: 400; }

@media (max-width: 980px) {
    .monument-card, .place-row, .artist-intro, .lead-block, .inquire-layout, .statement-layout { grid-template-columns: 1fr; }
    .retro-columns { columns: 1; }
    .statement-portrait img { aspect-ratio: 3/2; }
    .monument-card:nth-child(even) .monument-card-media,
    .place-row:nth-child(even) .place-row-media { order: 0; }
    .page-hero-content { padding-top: 8.5rem; }
    .press-list li { grid-template-columns: 1fr; gap: .25rem; }
    .spec-list > div { grid-template-columns: 7.5rem 1fr; }
}

@media (max-width: 640px) {
    .page-hero { min-height: 52svh; }
    .edition-grid { grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr)); gap: 2rem 1.1rem; }
    .spec-list > div { grid-template-columns: 1fr; gap: .2rem; }
    .field-row { grid-template-columns: 1fr; }
}

/* ============================================================
   THEME: NOIR
   Dark cinematic treatment — bronze accents, high-contrast
   display serif, centred navigation. Applied per page via
   <body class="theme-noir">. Most of it works by re-pointing the
   design tokens; the rest are component overrides below.
   ============================================================ */
.theme-noir {
    --ink: #f3ede3;
    --paper: #0c0a08;
    --paper-deep: #15110d;
    --bronze: #bb8f57;
    --bronze-dark: #8d6a3f;
    --line: rgba(243,237,227,.16);
    --white: #fffdf8;
    --muted: rgba(243,237,227,.58);
    --display: 'Didot', 'Bodoni MT', 'Baskerville', Georgia, 'Times New Roman', serif;
    background: var(--paper);
    color: var(--ink);
}

/* display type: lighter, wider, more contrast than the light theme */
.theme-noir h1,
.theme-noir h2,
.theme-noir h3,
.theme-noir .brand-name,
.theme-noir .history-when time,
.theme-noir .spec-list dd.is-display { font-family: var(--display); }
.theme-noir h1, .theme-noir h2 { letter-spacing: -.015em; }

/* --- header --- */
.theme-noir .site-header { color: var(--ink); }
.theme-noir .site-header.is-scrolled {
    background: rgba(12,10,8,.9);
    color: var(--ink);
    border-color: var(--line);
}
.theme-noir .brand-mark { border-color: rgba(243,237,227,.5); }
.theme-noir .brand-name { font-size: 1rem; letter-spacing: .16em; text-transform: uppercase; }
.theme-noir .site-nav { justify-content: center; }
.theme-noir .site-nav a { font-size: .7rem; letter-spacing: .18em; color: rgba(243,237,227,.82); }
.theme-noir .site-nav a:hover { opacity: 1; color: var(--bronze); }
.theme-noir .site-nav a[aria-current="page"] { color: var(--bronze); border-bottom-color: var(--bronze); }
.theme-noir .nav-cta {
    border-color: rgba(243,237,227,.42);
    color: var(--ink);
    font-size: .68rem;
    letter-spacing: .2em;
    padding: .8rem 1.35rem;
    transition: background .3s ease, border-color .3s ease, color .3s ease;
}
.theme-noir .nav-cta:hover { background: var(--bronze); border-color: var(--bronze); color: #17120c; }

/* --- cinematic centred hero --- */
.hero-noir {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 92vh;
    min-height: 92svh;
    overflow: hidden;
    text-align: center;
    background: #0a0806;
    color: var(--ink);
}
.hero-noir > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* No full-frame vignette — the photograph stays open through the middle and
   only the top and bottom are weighted. Legibility over a bright twilight
   image comes from the text shadow below instead of dimming the whole frame. */
.hero-noir-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        rgba(9,7,5,.88) 0%,
        rgba(9,7,5,.34) 24%,
        rgba(9,7,5,.30) 50%,
        rgba(9,7,5,.62) 82%,
        rgba(9,7,5,.92) 100%);
}
.hero-noir-content {
    position: relative;
    z-index: 2;
    max-width: 60rem;
    padding: 9rem var(--gutter) 7rem;
    text-shadow: 0 1px 2px rgba(6,4,3,.7), 0 2px 26px rgba(6,4,3,.9);
}
.hero-noir .eyebrow { color: var(--bronze); letter-spacing: .32em; margin-bottom: 1.75rem; }
.hero-noir h1 {
    margin: 0;
    font-family: var(--display);
    font-weight: 400;
    line-height: .98;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-size: clamp(2.6rem, 6.5vw, 6rem);
}
.hero-noir-rule { width: 5rem; height: 1px; margin: 2.25rem auto; background: var(--bronze); }
.hero-noir-tagline {
    margin: 0 auto;
    max-width: 34rem;
    font-family: var(--display);
    font-style: italic;
    font-size: clamp(1.05rem, 1.6vw, 1.42rem);
    line-height: 1.5;
    color: rgba(243,237,227,.8);
}
.hero-noir-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin-top: 2.75rem; }
.button-bronze {
    background: var(--bronze);
    color: #17120c;
    border-color: var(--bronze);
    letter-spacing: .18em;
    transition: background .3s ease, border-color .3s ease;
}
.button-bronze:hover { background: #cfa06a; border-color: #cfa06a; }
.button-outline {
    background: rgba(12,10,8,.5);
    color: var(--ink);
    border-color: rgba(243,237,227,.4);
    letter-spacing: .18em;
    transition: background .3s ease, border-color .3s ease;
}
.button-outline:hover { background: rgba(243,237,227,.1); border-color: var(--ink); }

/* circular scroll cue */
.scroll-dial {
    position: absolute;
    right: var(--gutter);
    bottom: 2.5rem;
    z-index: 2;
    display: grid;
    justify-items: center;
    gap: .6rem;
    text-decoration: none;
    font-size: .62rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(243,237,227,.72);
}
.scroll-dial span:first-child {
    display: grid;
    place-items: center;
    width: 2.9rem;
    height: 2.9rem;
    border: 1px solid rgba(243,237,227,.34);
    border-radius: 50%;
    font-size: 1rem;
    transition: background .3s ease, border-color .3s ease;
}
.scroll-dial:hover span:first-child { background: var(--bronze); border-color: var(--bronze); color: #17120c; }

/* --- monument spotlight rows --- */
.theme-noir .monument-list { gap: clamp(4rem, 8vw, 8rem); }
.theme-noir .monument-card { align-items: center; gap: clamp(2rem, 5vw, 5.5rem); }
.theme-noir .monument-card-media { background: #1a1510; }
.theme-noir .monument-card-media img { aspect-ratio: 4/3; transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.theme-noir .monument-card:hover .monument-card-media img { transform: scale(1.03); }
.theme-noir .monument-card .work-number { color: var(--bronze) !important; font-size: .68rem; letter-spacing: .22em; }
.theme-noir .monument-card-body h3 {
    margin: .6rem 0 1rem;
    text-transform: uppercase;
    letter-spacing: .015em;
    font-size: clamp(1.7rem, 3.2vw, 3rem);
}
.theme-noir .monument-card-story {
    font-family: var(--display);
    font-style: italic;
    font-size: 1.04rem;
    line-height: 1.6;
    color: rgba(243,237,227,.72);
}

/* bronze single-line meta, as on the spotlight card */
.meta-line {
    margin: 0 0 1.5rem;
    color: var(--bronze);
    font-size: .7rem;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.meta-line span + span::before { content: '|'; margin: 0 .6rem; color: rgba(187,143,87,.5); }

.theme-noir .spec-list { border-top-color: var(--line); }
.theme-noir .spec-list > div { border-bottom-color: var(--line); }
.theme-noir .spec-list dt { color: rgba(243,237,227,.45); }

.theme-noir .monument-card-media.is-pending {
    background:
        repeating-linear-gradient(135deg, rgba(243,237,227,.045) 0 12px, transparent 12px 24px),
        #15110d;
    border-color: var(--line);
}
.theme-noir .monument-card-media.is-pending strong { color: var(--bronze); }
.theme-noir .monument-card-media.is-pending span { color: rgba(243,237,227,.55); }

/* --- shared blocks retuned for the dark ground --- */
.theme-noir .lead-block h2 { text-transform: uppercase; letter-spacing: .01em; }
.theme-noir .breadcrumb { color: rgba(243,237,227,.45); }
.theme-noir .breadcrumb li + li::before { color: rgba(243,237,227,.28); }
.theme-noir .location-list a { border-color: rgba(243,237,227,.28); color: rgba(243,237,227,.85); }
.theme-noir .location-list a:hover,
.theme-noir .location-list a:focus-visible { background: var(--bronze); border-color: var(--bronze); color: #17120c; }

.theme-noir .next-strip { background: #100d0a; border-top: 1px solid var(--line); }
.theme-noir .next-grid { background: var(--line); border-color: var(--line); }
.theme-noir .next-grid a { background: #100d0a; }
.theme-noir .next-grid a:hover { background: #1a1510; }
.theme-noir .next-grid span { color: var(--bronze); }
.theme-noir .next-grid strong { font-family: var(--display); text-transform: uppercase; letter-spacing: .02em; font-size: 1.3rem; }

.theme-noir .closing { color: var(--ink); }
.theme-noir .closing-overlay { background: linear-gradient(90deg, rgba(10,8,6,.9), rgba(10,8,6,.5)); }
.theme-noir .closing-content h2 { text-transform: uppercase; }
.theme-noir .closing .eyebrow { color: var(--bronze); letter-spacing: .28em; }
.theme-noir .site-footer { background: #080605; color: rgba(243,237,227,.5); border-top: 1px solid var(--line); }

/* ============================================================
   DARK SECTION ON A LIGHT PAGE
   Re-points the same tokens the noir theme uses, but scoped to one
   section, so every block inside it inverts without new rules.
   ============================================================ */
.on-dark {
    --ink: #f3ede3;
    --paper: #0c0a08;
    --paper-deep: #15110d;
    --bronze: #c39a63;
    --bronze-dark: #8d6a3f;
    --line: rgba(243, 237, 227, .16);
    --muted: rgba(243, 237, 227, .62);
    position: relative;
    background:
        radial-gradient(ellipse at 22% 42%, rgba(195,154,99,.09) 0%, transparent 58%),
        #0c0a08;
    color: var(--ink);
}
.on-dark .statement-rule { background: linear-gradient(90deg, var(--bronze), rgba(243,237,227,.14) 45%, transparent); height: 1px; }
.on-dark .display { letter-spacing: -.035em; }
.on-dark .statement-copy { color: rgba(243,237,227,.7); }

/* an attributed quotation in place of the body paragraph */
.statement-quote { max-width: 48rem; margin: 2.5rem 0 0 auto; }
.statement-quote blockquote {
    margin: 0;
    padding-left: clamp(1.25rem, 2.5vw, 2.25rem);
    border-left: 1px solid var(--bronze);
}
.statement-quote blockquote p {
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-size: clamp(1.1rem, 1.7vw, 1.45rem);
    line-height: 1.5;
}
.statement-quote figcaption {
    margin-top: 1.4rem;
    padding-left: clamp(1.25rem, 2.5vw, 2.25rem);
    color: var(--bronze);
    font-size: .72rem;
    letter-spacing: .22em;
    text-transform: uppercase;
}
.statement-quote figcaption::before { content: '\2014\00a0'; }
.on-dark .statement-quote blockquote p { color: rgba(243,237,227,.88); }
/* the portrait is already shot against black, so it reads as an inset plate
   rather than a pasted-on rectangle */
.on-dark .statement-portrait img { background: #0c0a08; }
.on-dark .statement-portrait { border-top: 1px solid rgba(195,154,99,.35); padding-top: 1.1rem; }
.on-dark .statement-portrait figcaption { color: rgba(243,237,227,.5); }
.on-dark .text-link.dark { color: var(--bronze); }
.on-dark .text-link.dark:hover { color: var(--ink); }

/* ============================================================
   ONE PAGE PER WORK
   ============================================================ */
/* the card image is a link to the work's own page */
.monument-card-media { display: block; }
.monument-card-body h3 a { color: inherit; text-decoration: none; }
.monument-card-body h3 a:hover,
.monument-card-body h3 a:focus-visible { color: var(--bronze); }
/* an ancestor in the nav, not the page itself */
.site-nav a[aria-current="location"] { border-bottom: 1px dashed currentColor; }
.theme-noir .site-nav a[aria-current="location"] { color: var(--bronze); border-bottom-color: rgba(187,143,87,.55); }

/* a work hero sits a little lower than a landing hero */
.hero-noir.is-work { min-height: 78vh; min-height: 78svh; }
/* nothing to photograph yet: a plain bronze-lit ground instead of an image */
.hero-noir-shade.is-plain {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 50% 40%, rgba(187,143,87,.16) 0%, transparent 62%),
        repeating-linear-gradient(135deg, rgba(243,237,227,.03) 0 14px, transparent 14px 28px),
        #0d0a08;
}

.work-layout {
    max-width: var(--max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.45fr 1fr;
    gap: clamp(2rem, 6vw, 6rem);
    align-items: start;
}
.work-story h2 { margin: 0 0 2rem; font-size: clamp(2.2rem, 4.5vw, 3.6rem); }
.work-story p { max-width: 40rem; font-size: 1.06rem; }
.work-note { color: var(--muted); font-style: italic; }
.work-quote {
    margin: 2rem 0;
    padding-left: 1.5rem;
    border-left: 2px solid var(--bronze);
    font-family: var(--display, Georgia), Georgia, serif;
    font-style: italic;
    font-size: clamp(1.15rem, 1.9vw, 1.5rem);
    line-height: 1.45;
}
.work-quote strong { font-style: normal; }

.spec-panel {
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border: 1px solid var(--line);
    background: var(--paper-deep);
    position: sticky;
    top: 7rem;
}
.spec-title {
    margin: 0 0 1.5rem;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    font-size: .72rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--bronze);
}
.spec-panel .spec-list { margin-bottom: 2rem; }
.spec-panel .spec-list > div { grid-template-columns: 7.5rem 1fr; }
.spec-panel .button { width: 100%; text-align: center; }

/* the research prose carried over from the legacy /dust page */
.work-research { background: var(--paper-deep); }
.work-prose { max-width: 58rem; margin: 0 auto; }
.work-prose h2 { margin: 0 0 2rem; font-size: clamp(2.2rem, 5vw, 4rem); line-height: .98; }
.work-prose h3 {
    margin: 3rem 0 1rem;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    font-size: clamp(1.3rem, 2.2vw, 1.75rem);
}
.work-prose p { font-size: 1.06rem; }
.studio-gallery figure.is-hidden { display: none; }

/* --- the same blocks on the dark ground --- */
.theme-noir .spec-panel { background: #15110d; border-color: var(--line); }
.theme-noir .spec-panel .spec-title { font-family: var(--display); letter-spacing: .24em; }
.theme-noir .work-story h2,
.theme-noir .work-prose h2 { text-transform: uppercase; letter-spacing: .01em; }
.theme-noir .work-story p { color: rgba(243,237,227,.76); }
.theme-noir .work-note { color: rgba(243,237,227,.55); }
.theme-noir .work-quote { color: rgba(243,237,227,.9); }
.theme-noir .work-research { background: #100d0a; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.theme-noir .work-prose h3 { font-family: var(--display); color: var(--bronze); text-transform: uppercase; letter-spacing: .04em; }
.theme-noir .work-prose p { color: rgba(243,237,227,.76); }
.theme-noir .studio-gallery figure { background: #15110d; }
.theme-noir .studio-gallery figcaption { color: rgba(243,237,227,.6); }
.theme-noir .filter-bar .filter-label { color: rgba(243,237,227,.5); }
.theme-noir .timeline-filter { border-color: var(--line); color: rgba(243,237,227,.8); }
/* the light-theme active state is white-on-cream once the tokens flip */
.theme-noir .timeline-filter.is-active { background: var(--bronze); border-color: var(--bronze); color: #17120c; }

@media (max-width: 980px) {
    .theme-noir .site-nav a { color: var(--ink); }
    .hero-noir-content { padding-top: 8rem; }
    .scroll-dial { left: 50%; right: auto; transform: translateX(-50%); }
    .work-layout { grid-template-columns: 1fr; }
    .spec-panel { position: static; }
}

@media (max-width: 640px) {
    .hero-noir { min-height: 84svh; }
    .hero-noir h1 { font-size: clamp(2.1rem, 11vw, 3.2rem); }
    .scroll-dial { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
