:root {
    --ink: #12110f;
    --ink-soft: #1b1916;
    --paper: #eee9df;
    --paper-deep: #ded6c8;
    --rust: #b54a2c;
    --rust-dark: #8c351f;
    --gold: #c5a46d;
    --muted: #8b877f;
    --line: rgba(236, 231, 220, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: "DM Sans", sans-serif; }
body, button, a { -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 18px; padding: 12px 16px; transform: translateY(-150%); background: var(--paper); color: var(--ink); font: 700 11px/1 "Manrope", sans-serif; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header {
    height: 88px; width: 100%; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between;
    position: absolute; inset: 0 0 auto 0; z-index: 10; border-bottom: 1px solid rgba(255,255,255,.14);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font: 600 14px/1 "Manrope", sans-serif; letter-spacing: .11em; }
.brand > span:last-child > span { color: var(--gold); font-weight: 400; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.brand-mark svg { width: 24px; }
.site-header nav { display: flex; gap: clamp(24px, 3vw, 52px); }
.site-header nav a { color: rgba(255,255,255,.72); font: 500 11px/1 "Manrope", sans-serif; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transition: color .2s ease; }
.site-header nav a:hover { color: white; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid transparent; font: 700 11px/1 "Manrope", sans-serif; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 0 17px; font-size: 10px; }
.button-outline { border-color: rgba(255,255,255,.36); }
.button-outline:hover { background: var(--paper); color: var(--ink); }
.button-primary { background: var(--rust); color: white; }
.button-primary:hover { background: #cb5737; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: var(--rust); }
.text-link { display: inline-flex; gap: 16px; align-items: center; padding-bottom: 7px; border-bottom: 1px solid currentColor; text-decoration: none; font: 700 11px/1.3 "Manrope", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { color: var(--rust); font-size: 16px; }

.hero { min-height: 735px; height: 86vh; max-height: 920px; position: relative; overflow: hidden; display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; background: url('/images/artifact-archive-hero.png') center right / cover no-repeat; animation: reveal 1.2s ease-out both; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,10,8,.96) 0%, rgba(11,10,8,.78) 35%, rgba(11,10,8,.12) 76%), linear-gradient(0deg, rgba(9,8,7,.64), transparent 48%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 90vw); margin: 62px 0 0 8vw; animation: rise .9s .15s ease-out both; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 28px; color: var(--gold); font: 700 10px/1 "Manrope", sans-serif; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { width: 35px; height: 1px; background: currentColor; }
h1, h2, h3, blockquote { font-family: "Manrope", sans-serif; }
h1 { margin: 0; font-size: clamp(62px, 8.1vw, 116px); font-weight: 500; letter-spacing: -.07em; line-height: .86; }
h1 em, h2 em, h3 em, blockquote em { color: var(--gold); font-family: "Playfair Display", serif; font-weight: 500; }
.hero-copy { max-width: 510px; margin: 34px 0 29px; color: rgba(255,255,255,.7); font-size: clamp(16px, 1.35vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 35px; }
.hero-meta { max-width: 590px; margin-top: 68px; padding-top: 14px; display: flex; gap: 29px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.48); font: 500 10px/1.4 "Manrope", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.hero-meta strong { margin-right: 5px; color: var(--paper); font-weight: 600; }
.scroll-note { position: absolute; z-index: 2; left: 5vw; bottom: 45px; display: flex; gap: 12px; align-items: center; color: rgba(255,255,255,.45); font: 500 9px/1 "Manrope", sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.scroll-note span { width: 42px; height: 1px; background: currentColor; }

.ticker { padding: 17px 0; overflow: hidden; background: var(--rust); color: white; white-space: nowrap; font: 700 10px/1 "Manrope", sans-serif; letter-spacing: .19em; }
.ticker div { width: max-content; animation: ticker 26s linear infinite; }
.ticker span { margin: 0 28px; color: #e5b998; }
.section-shell { padding: 124px 7vw; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 54px; }
.section-heading h2, .archive-intro h2, .videos-intro h2, .about-copy h2 { margin: 0; font-size: clamp(44px, 5vw, 75px); font-weight: 500; letter-spacing: -.06em; line-height: .95; }
.section-heading .eyebrow, .archive-intro .eyebrow, .videos-intro .eyebrow, .about-copy .eyebrow { margin-bottom: 27px; }
.section-note { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; color: #807a6e; font: 500 9px/1.5 "Manrope", sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.section-note strong { color: var(--paper); font-weight: 600; }
.status-dot { width: 8px; height: 8px; display: block; border-radius: 50%; background: #cb6948; box-shadow: 0 0 0 5px rgba(203,105,72,.12); }

.featured-section { background: var(--ink); }
.featured-section .artifact-image { background: #0c0b0a; }
.featured-section .artifact-image img { object-fit: contain; object-position: center; }
.artifact-feature { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); max-width: 1280px; margin: 0 auto; background: var(--paper); color: var(--ink); }
.artifact-image { min-height: 650px; margin: 0; position: relative; overflow: hidden; background: #29231d; }
.artifact-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(8,7,5,.58)); pointer-events: none; }
.artifact-image img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; object-position: 73% center; }
.artifact-image figcaption { position: absolute; z-index: 1; right: 24px; bottom: 22px; left: 24px; display: flex; justify-content: space-between; color: rgba(255,255,255,.68); font: 600 9px/1 "Manrope", sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.artifact-record { padding: clamp(38px, 5vw, 72px) clamp(30px, 4.4vw, 68px); display: flex; flex-direction: column; align-items: flex-start; }
.record-type { margin: 0 0 23px; color: var(--rust); font: 700 10px/1 "Manrope", sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.artifact-record h3 { margin: 0; font-size: clamp(34px, 3.4vw, 51px); font-weight: 500; letter-spacing: -.06em; line-height: .98; }
.artifact-record h3 em { color: var(--rust); }
.record-intro { margin: 29px 0 34px; color: #625e56; font-size: 15px; line-height: 1.75; }
.artifact-facts { width: 100%; margin: 0 0 36px; padding: 21px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 22px; border-top: 1px solid #c7c0b4; }
.artifact-facts div { display: grid; gap: 7px; }
.artifact-facts dt { color: #8e887d; font: 700 9px/1 "Manrope", sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.artifact-facts dd { margin: 0; font-size: 13px; line-height: 1.35; }
.artifact-record .button { margin-top: auto; }
.object-story { max-width: 1280px; margin: 1px auto 0; padding: 72px 0 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; }
.object-story .eyebrow { color: var(--gold); }
.object-story h3 { margin: 0; color: var(--paper); font-size: clamp(35px, 4.2vw, 62px); font-weight: 500; letter-spacing: -.06em; line-height: .98; }
.object-story h3 em { color: var(--gold); }
.story-copy { max-width: 650px; color: #a9a398; font-size: 15px; line-height: 1.8; }
.story-copy p { margin: 0 0 18px; }
.story-timeline { margin-top: 35px; padding-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; border-top: 1px solid #38342f; }
.story-timeline div { display: grid; gap: 7px; }
.story-timeline span { color: var(--gold); font: 600 9px/1 "Manrope", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.story-timeline strong { color: var(--paper); font: 600 12px/1.2 "Manrope", sans-serif; }
.story-timeline small { color: #777169; font-size: 11px; line-height: 1.3; }

.archive-section { display: grid; grid-template-columns: .72fr 1.6fr; gap: 7vw; background: var(--paper); color: var(--ink); }
.archive-intro { align-self: center; }
.archive-intro .eyebrow { color: var(--rust); }
.archive-intro h2 em { color: var(--rust); }
.archive-intro > p:not(.eyebrow) { max-width: 370px; margin: 30px 0 0; color: #706c64; font-size: 15px; line-height: 1.8; }
.archive-count { margin-top: 48px; display: flex; align-items: center; gap: 14px; }
.archive-count strong { color: var(--rust); font: 500 48px/.8 "Playfair Display", serif; }
.archive-count span { color: #817b70; font: 600 9px/1.45 "Manrope", sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #bdb6a8; border: 1px solid #bdb6a8; }
.collection-card { min-height: 505px; padding: 24px; position: relative; overflow: hidden; display: flex; flex-direction: column; background: #d8d1c4; color: var(--ink); text-decoration: none; transition: transform .35s ease, background .35s ease, box-shadow .35s ease; }
.collection-card:hover { z-index: 2; transform: translateY(-8px); background: #e2d9c8; box-shadow: 0 24px 50px rgba(30,20,10,.18); }
.card-two { background: #c9baa0; }
.card-three { background: #d2c8b6; }
.card-number { position: relative; z-index: 1; font: 700 8px/1 "Manrope", sans-serif; letter-spacing: .18em; }
.card-visual { height: 235px; margin: 21px -24px 24px; position: relative; display: grid; place-items: center; overflow: hidden; color: rgba(255,255,255,.68); font: 600 8px/1 "Manrope", sans-serif; letter-spacing: .17em; text-transform: uppercase; }
.card-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(24,18,12,.24)); }
.card-visual span { position: relative; z-index: 1; padding: 8px 10px; border: 1px solid rgba(255,255,255,.34); }
.card-bust { background: linear-gradient(90deg, rgba(12,10,8,.12), rgba(12,10,8,.4)), url('/images/artifact-archive-hero.png') 73% 29% / 175% auto; }
.card-painting { background: radial-gradient(ellipse at 56% 42%, #d69c63 0 8%, transparent 9%), radial-gradient(ellipse at 52% 45%, #56362a 0 25%, transparent 26%), linear-gradient(135deg, #2b3143 0 34%, #aa5c42 35% 64%, #d5bf96 65%); }
.card-painting::before { content: ''; position: absolute; width: 112px; height: 170px; border: 10px solid #a67f54; box-shadow: 0 0 0 2px rgba(44,29,18,.5), inset 0 0 0 4px rgba(249,220,164,.24); }
.card-vessel { background: radial-gradient(ellipse at 50% 73%, #bd9970 0 11%, transparent 12%), radial-gradient(ellipse at 50% 49%, #9b7251 0 21%, transparent 22%), linear-gradient(140deg, #2a2521, #6f503b 51%, #ba9971); }
.card-vessel::before { content: ''; position: absolute; width: 82px; height: 116px; top: 65px; border-radius: 45% 45% 30% 30%; background: linear-gradient(90deg, #76513b, #c69d6e 45%, #704a35); box-shadow: inset 0 0 0 5px rgba(60,39,27,.25); }
.collection-card h3 { position: relative; z-index: 1; margin: auto 0 14px; font-size: clamp(24px, 2vw, 34px); font-weight: 500; letter-spacing: -.05em; line-height: 1.02; }
.card-meta { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 10px; padding-top: 13px; border-top: 1px solid rgba(30,25,18,.24); color: #665f54; font: 600 9px/1.35 "Manrope", sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.card-meta span { color: var(--rust); font-size: 16px; line-height: .7; }

.videos-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: var(--ink-soft); }
.videos-intro { align-self: center; }
.videos-intro h2 em { color: var(--gold); }
.videos-intro > p:not(.eyebrow) { max-width: 390px; margin: 28px 0 0; color: #9c968b; font-size: 15px; line-height: 1.8; }
.video-links { display: grid; align-content: center; gap: 10px; }
.video-link-card { min-height: 94px; padding: 20px 23px; display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 15px; border: 1px solid #3a3630; color: var(--paper); text-decoration: none; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.video-link-card:hover { transform: translateX(8px); background: #28231f; border-color: #665844; }
.video-index { color: var(--gold); font: 600 10px/1 "Manrope", sans-serif; letter-spacing: .12em; }
.video-link-card strong, .video-link-card small { display: block; }
.video-link-card strong { font: 500 21px/1.15 "Manrope", sans-serif; letter-spacing: -.035em; }
.video-link-card small { margin-top: 7px; color: #817b71; font-size: 12px; }
.video-arrow { color: var(--rust); font-size: 22px; }
.video-link-accent { background: var(--rust); border-color: var(--rust); }
.video-link-accent:hover { background: #c15736; border-color: #c15736; }
.video-link-accent .video-index, .video-link-accent .video-arrow { color: #f1c3a1; }
.video-link-accent small { color: rgba(255,255,255,.68); }

.about-section { min-height: 700px; display: grid; grid-template-columns: 1fr 1fr; background: var(--rust); }
.about-visual { position: relative; overflow: hidden; min-height: 580px; display: grid; place-items: center; border-right: 1px solid rgba(255,255,255,.18); }
.about-visual::before, .about-visual::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.about-visual::before { width: 530px; height: 530px; }
.about-visual::after { width: 355px; height: 355px; }
.about-visual strong { font: 500 clamp(150px, 22vw, 330px)/1 "Playfair Display", serif; font-style: italic; color: rgba(255,255,255,.12); letter-spacing: -.15em; transform: translateX(-.08em); }
.orbital-lines { position: absolute; width: 650px; height: 190px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; transform: rotate(-24deg); }
.coordinate { position: absolute; color: rgba(255,255,255,.55); font: 500 8px/1 "Manrope", sans-serif; letter-spacing: .19em; }
.top-left { top: 45px; left: 45px; }
.bottom-right { right: 45px; bottom: 45px; }
.about-copy { padding: 8vw; display: flex; flex-direction: column; justify-content: center; }
.about-copy .eyebrow { color: #f0c4a5; }
.about-copy h2 { color: white; }
.about-copy h2 em { color: #f5d8bc; }
.about-copy > p:not(.eyebrow) { max-width: 570px; margin: 27px 0 35px; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.85; }
.explore-steps { max-width: 570px; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.explore-steps li { padding: 15px 0; display: grid; grid-template-columns: 35px 1fr; gap: 2px 12px; border-bottom: 1px solid rgba(255,255,255,.22); }
.explore-steps li > span { grid-row: span 2; color: #f0c4a5; font: 700 9px/1.5 "Manrope", sans-serif; letter-spacing: .1em; }
.explore-steps strong { color: white; font: 600 13px/1.2 "Manrope", sans-serif; }
.explore-steps small { color: rgba(255,255,255,.63); font-size: 12px; line-height: 1.4; }

footer { padding: 65px 7vw 28px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; background: #0b0a09; }
.footer-brand { font-size: 13px; }
footer > p { color: #77736d; font-size: 13px; }
.footer-links { display: flex; gap: 24px; font: 700 10px/1 "Manrope", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a { text-decoration: none; }
footer small { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid #2a2824; color: #57534e; font: 500 8px/1 "Manrope", sans-serif; letter-spacing: .14em; text-transform: uppercase; }

#blazor-error-ui { display: none; position: fixed; bottom: 0; width: 100%; padding: 12px; z-index: 1000; background: #b32121; color: white; }
@keyframes reveal { from { opacity: 0; transform: scale(1.04); } }
@keyframes rise { from { opacity: 0; transform: translateY(25px); } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 1050px) {
    .site-header nav { gap: 20px; }
    .artifact-feature { grid-template-columns: 1fr 1fr; }
    .artifact-image, .artifact-image img { min-height: 600px; }
    .collection-card { min-height: 460px; }
    .card-visual { height: 210px; }
}

@media (max-width: 900px) {
    .site-header { height: 72px; padding: 0 22px; }
    .site-header nav { display: none; }
    .hero { min-height: 740px; }
    .hero-image { background-position: 64% center; }
    .hero-scrim { background: linear-gradient(90deg, rgba(11,10,8,.96), rgba(11,10,8,.6)), linear-gradient(0deg, rgba(9,8,7,.7), transparent); }
    .hero-content { margin-left: 7vw; }
    .artifact-feature { grid-template-columns: 1fr; }
    .artifact-image, .artifact-image img { min-height: 580px; }
    .object-story { grid-template-columns: 1fr; gap: 34px; }
    .archive-section, .videos-section { grid-template-columns: 1fr; gap: 55px; }
    .collection-grid { grid-template-columns: repeat(3, 1fr); }
    .collection-card { min-height: 420px; }
    .card-visual { height: 170px; }
    .about-section { grid-template-columns: 1fr; }
    .about-visual { min-height: 420px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
}

@media (max-width: 640px) {
    html { scroll-padding-top: 12px; }
    .brand { font-size: 11px; gap: 8px; }
    .brand-mark { width: 34px; height: 34px; }
    .site-header .button { padding: 0 12px; }
    .hero { height: auto; min-height: 710px; align-items: flex-start; }
    .hero-content { width: auto; margin: 0; padding: 150px 22px 78px; }
    .hero-content .eyebrow { line-height: 1.4; }
    h1 { font-size: clamp(59px, 17vw, 82px); }
    .hero-copy { max-width: 92%; margin: 29px 0; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
    .hero-meta { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; font-size: 8px; }
    .scroll-note { display: none; }
    .section-shell { padding: 85px 22px; }
    .section-heading { align-items: flex-start; flex-direction: column; gap: 27px; }
    .section-heading h2, .archive-intro h2, .videos-intro h2, .about-copy h2 { font-size: clamp(43px, 14vw, 62px); }
    .section-note { margin-bottom: 0; }
    .artifact-image, .artifact-image img { min-height: 390px; }
    .artifact-image img { object-position: 70% center; }
    .artifact-record { padding: 34px 25px 38px; }
    .artifact-record h3 { font-size: 38px; }
    .record-intro { margin: 25px 0 29px; font-size: 14px; }
    .artifact-facts { grid-template-columns: 1fr; gap: 14px; }
    .artifact-record .button { width: 100%; }
    .object-story { padding-top: 58px; }
    .story-copy { font-size: 14px; }
    .story-timeline { grid-template-columns: 1fr; gap: 17px; }
    .story-timeline div { grid-template-columns: 120px 1fr; align-items: center; }
    .story-timeline small { grid-column: 2; }
    .archive-section, .videos-section { gap: 44px; }
    .archive-count { margin-top: 35px; }
    .collection-grid { grid-template-columns: 1fr; }
    .collection-card { min-height: 330px; }
    .card-visual { height: 150px; margin-bottom: 20px; }
    .video-link-card { min-height: 89px; padding: 17px; grid-template-columns: 26px 1fr auto; }
    .video-link-card strong { font-size: 17px; }
    .video-link-card small { font-size: 11px; }
    .video-link-card:hover { transform: translateX(3px); }
    .about-copy { padding: 78px 25px; }
    .about-visual { min-height: 350px; }
    .about-visual::before { width: 340px; height: 340px; }
    .about-visual::after { width: 220px; height: 220px; }
    .orbital-lines { width: 400px; }
    footer { grid-template-columns: 1fr; padding: 55px 22px 25px; }
    footer small { grid-column: 1; }
}

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

/* Artwork archive */
.archive-index { background: var(--paper); color: var(--ink); }
.archive-hero { min-height: 600px; padding: 175px 7vw 90px; display: flex; align-items: end; justify-content: space-between; gap: 50px; background: var(--ink); color: var(--paper); }
.archive-hero > div:first-child { max-width: 820px; }
.archive-hero h1 { margin: 0; font-size: clamp(58px, 8vw, 112px); }
.archive-hero h1 em { color: var(--gold); }
.archive-hero p:not(.eyebrow) { max-width: 600px; margin: 36px 0 0; color: rgba(255,255,255,.66); font-size: 17px; line-height: 1.75; }
.archive-hero-index { min-width: 155px; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.24); }
.archive-hero-index strong { display: block; color: var(--gold); font: 500 62px/.8 "Playfair Display", serif; }
.archive-hero-index span { display: block; margin-top: 17px; color: rgba(255,255,255,.52); font: 700 9px/1.45 "Manrope", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.archive-list { padding: 115px 7vw 135px; }
.archive-list-heading { max-width: 1280px; margin: 0 auto 56px; display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.archive-list-heading h2 { margin: 0; font-size: clamp(45px, 5vw, 75px); font-weight: 500; letter-spacing: -.06em; line-height: .94; }
.archive-list-heading h2 em { color: var(--rust); }
.archive-list-heading > p { max-width: 350px; margin: 0 0 8px; color: #726d64; font-size: 15px; line-height: 1.75; }
.artwork-grid { max-width: 1280px; margin: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: #bbb3a5; border: 1px solid #bbb3a5; }
.artwork-card { background: #f6f1e8; transition: background .25s ease, transform .25s ease, box-shadow .25s ease; }
.artwork-card:hover { position: relative; z-index: 1; background: white; transform: translateY(-5px); box-shadow: 0 18px 38px rgba(38,28,18,.14); }
.artwork-card-image { aspect-ratio: 1.45 / 1; position: relative; display: block; overflow: hidden; background: #2a241e; }
.artwork-card-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(12,9,7,.56)); opacity: .75; transition: opacity .25s ease; }
.artwork-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.artwork-card:hover .artwork-card-image img { transform: scale(1.035); }
.artwork-card-image > span { position: absolute; z-index: 1; right: 19px; bottom: 17px; left: 19px; display: flex; justify-content: space-between; color: white; font: 700 9px/1 "Manrope", sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.artwork-card-image b { color: var(--gold); font-size: 17px; font-weight: 400; }
.artwork-card-content { padding: 25px 27px 26px; }
.card-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 15px; color: var(--rust); font: 700 9px/1 "Manrope", sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.card-kicker span { width: 18px; height: 1px; background: currentColor; }
.artwork-card h3 { margin: 0; font-size: clamp(25px, 2.5vw, 35px); font-weight: 500; letter-spacing: -.055em; line-height: 1; }
.artwork-card h3 a { text-decoration: none; }
.artwork-card-content > p:not(.card-kicker) { min-height: 50px; margin: 16px 0 24px; color: #6f6a61; font-size: 14px; line-height: 1.65; }
.artwork-card-foot { padding-top: 14px; display: flex; justify-content: space-between; gap: 15px; border-top: 1px solid #d3cbc0; }
.artwork-card-foot > span { max-width: 52%; color: #777066; font-size: 11px; line-height: 1.35; }
.artwork-card-foot a { color: var(--rust); font: 700 9px/1.35 "Manrope", sans-serif; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.artwork-card-foot b { font-size: 15px; font-weight: 400; }

.artwork-detail-page { min-height: 100vh; background: var(--ink); color: var(--paper); }
.detail-breadcrumb { max-width: 1280px; margin: auto; padding: 126px 7vw 26px; display: flex; gap: 12px; color: #807a70; font: 600 9px/1 "Manrope", sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.detail-breadcrumb a { color: var(--gold); text-decoration: none; }
.artwork-detail-hero { max-width: 1280px; margin: auto; padding: 36px 7vw 110px; }
.artwork-detail-heading { max-width: 970px; margin-bottom: 52px; }
.artwork-detail-heading h1 { font-size: clamp(52px, 7.3vw, 105px); line-height: .9; }
.detail-artist { margin: 23px 0 0; color: #aca49a; font: 500 18px/1.3 "Manrope", sans-serif; }
.detail-quick-facts { max-width: 720px; margin-top: 43px; padding-top: 17px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; border-top: 1px solid #39352f; }
.detail-quick-facts span { display: grid; gap: 8px; color: #b0a99e; font-size: 13px; line-height: 1.35; }
.detail-quick-facts strong { color: var(--gold); font: 700 9px/1 "Manrope", sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.artwork-detail-image { min-height: 500px; margin: 0; position: relative; display: grid; place-items: center; overflow: hidden; background: #0c0b0a; border: 1px solid #35312b; box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.artwork-detail-image::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,.04), transparent 60%, rgba(0,0,0,.62)); }
.artwork-detail-image img { width: 100%; height: auto; max-height: 790px; object-fit: contain; }
.artwork-detail-image figcaption { position: absolute; z-index: 1; right: 24px; bottom: 21px; left: 24px; display: flex; justify-content: space-between; color: rgba(255,255,255,.7); font: 700 9px/1 "Manrope", sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.artwork-detail-image.artwork-viewer { min-height: 0; display: flex; flex-direction: column; align-items: stretch; justify-content: stretch; }
.artwork-viewer::after { display: none; }
.viewer-toolbar { min-height: 55px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #171512; border-bottom: 1px solid #35312b; }
.viewer-toolbar-label { display: inline-flex; align-items: center; gap: 9px; color: #aaa298; font: 700 9px/1 "Manrope", sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.viewer-live-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(197,164,109,.12); }
.viewer-controls { display: flex; align-items: center; gap: 5px; }
.viewer-controls button, .viewer-controls span { min-width: 32px; height: 30px; display: inline-grid; place-items: center; border: 1px solid #4a443b; background: transparent; color: var(--paper); font: 700 11px/1 "Manrope", sans-serif; }
.viewer-controls button { padding: 0 10px; cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.viewer-controls button:hover { background: var(--rust); border-color: var(--rust); color: white; }
.viewer-controls button[data-viewer-zoom-out], .viewer-controls button[data-viewer-zoom-in] { padding: 0; font-size: 18px; }
.viewer-controls span { min-width: 54px; color: var(--gold); font-size: 10px; }
.artwork-stage { min-height: min(68vw, 760px); height: min(72vh, 780px); position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at center, #24201a 0, #0b0a09 72%); cursor: zoom-in; touch-action: none; user-select: none; }
.artwork-stage:focus-visible { outline: 3px solid var(--gold); outline-offset: -6px; }
.artwork-viewer.is-zoomed .artwork-stage { cursor: grab; }
.artwork-viewer.is-zoomed .artwork-stage:active { cursor: grabbing; }
.artwork-zoom-image { width: auto !important; max-width: 100%; height: auto; max-height: 100% !important; object-fit: contain; transform-origin: center center; will-change: transform; user-select: none; pointer-events: none; }
.viewer-stage-hint { position: absolute; z-index: 1; bottom: 24px; left: 50%; padding: 8px 11px; transform: translateX(-50%); background: rgba(12,10,8,.72); color: rgba(255,255,255,.6); font: 700 8px/1 "Manrope", sans-serif; letter-spacing: .14em; text-transform: uppercase; transition: opacity .2s ease; }
.artwork-viewer.is-zoomed .viewer-stage-hint { opacity: 0; }
.artwork-viewer .viewer-caption { position: static; min-height: 41px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #0c0b0a; color: rgba(255,255,255,.56); font-size: 8px; }
.viewer-mobile-help { display: none; }
.artwork-viewer:fullscreen { width: 100vw; height: 100vh; border: 0; background: #0b0a09; }
.artwork-viewer:fullscreen .artwork-stage { height: calc(100vh - 96px); }
.artwork-reading { padding: 116px 7vw 130px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; background: var(--paper); color: var(--ink); }
.reading-intro { align-self: start; position: sticky; top: 36px; }
.reading-intro .eyebrow { color: var(--rust); }
.reading-intro h2 { margin: 0; font-size: clamp(44px, 5vw, 73px); font-weight: 500; letter-spacing: -.06em; line-height: .94; }
.reading-intro h2 em { color: var(--rust); }
.reading-intro > p:not(.eyebrow) { max-width: 370px; margin: 30px 0 0; color: #716b61; font-size: 16px; line-height: 1.75; }
.reading-body { max-width: 720px; }
.reading-copy { color: #4e4942; font-size: 17px; line-height: 1.8; }
.reading-copy p:last-child { margin: 0; }
.reading-label { margin: 0 0 14px; color: var(--rust); font: 700 9px/1 "Manrope", sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.detail-facts { margin: 49px 0 0; padding: 21px 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 28px; border-top: 1px solid #c7c0b4; }
.detail-facts div { padding: 17px 0; display: grid; gap: 8px; border-bottom: 1px solid #d4cdc1; }
.detail-facts dt { color: #8c857a; font: 700 9px/1 "Manrope", sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.detail-facts dd { margin: 0; font-size: 13px; line-height: 1.4; }
.detail-facts-list { margin-top: 47px; padding: 26px 28px 28px; background: #ded5c7; }
.detail-facts-list ul { margin: 0; padding: 0; list-style: none; }
.detail-facts-list li { padding: 12px 0 12px 22px; position: relative; border-bottom: 1px solid rgba(80,66,49,.2); color: #625b51; font-size: 13px; line-height: 1.55; }
.detail-facts-list li:last-child { border-bottom: 0; }
.detail-facts-list li::before { content: '✦'; position: absolute; top: 13px; left: 0; color: var(--rust); font-size: 11px; }
.editorial-note { margin-top: 27px; padding: 18px 21px; display: flex; gap: 13px; background: #1a1815; color: var(--paper); }
.editorial-note .status-dot { flex: 0 0 auto; margin-top: 4px; }
.editorial-note strong { font: 700 9px/1 "Manrope", sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.editorial-note p { margin: 9px 0 0; color: #a9a198; font-size: 12px; line-height: 1.6; }
.source-link { margin-top: 31px; display: inline-flex; align-items: center; gap: 10px; color: var(--rust); font: 700 10px/1.3 "Manrope", sans-serif; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.source-link span { font-size: 17px; }
.source-link small { color: #878075; font-size: 10px; font-weight: 500; letter-spacing: .04em; text-transform: none; }
.related-artworks { background: var(--ink); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #3a352f; }
.related-card { min-height: 300px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: end; padding: 24px; color: var(--paper); text-decoration: none; background: #171512; }
.related-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(0,0,0,.82)); }
.related-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .76; transition: transform .45s ease, opacity .3s ease; }
.related-card:hover img { transform: scale(1.05); opacity: .94; }
.related-card span, .related-card > b { position: relative; z-index: 1; }
.related-card strong, .related-card small { display: block; }
.related-card strong { font: 500 23px/1.05 "Manrope", sans-serif; letter-spacing: -.04em; }
.related-card small { margin-top: 8px; color: #b6aea2; font-size: 11px; line-height: 1.35; }
.related-card > b { position: absolute; z-index: 1; top: 22px; right: 23px; color: var(--gold); font-size: 21px; font-weight: 400; }
.artwork-not-found { min-height: 700px; padding-top: 180px; }
.artwork-not-found h1 { margin-bottom: 45px; }

@media (max-width: 900px) {
    .archive-hero { min-height: 620px; padding-top: 155px; }
    .archive-hero-index { min-width: 125px; }
    .artwork-grid { grid-template-columns: 1fr; }
    .artwork-reading { grid-template-columns: 1fr; gap: 55px; }
    .reading-intro { position: static; }
    .related-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 640px) {
    .archive-hero { min-height: 640px; padding: 150px 22px 70px; display: block; }
    .archive-hero h1 { font-size: clamp(58px, 16vw, 80px); }
    .archive-hero p:not(.eyebrow) { font-size: 15px; }
    .archive-hero-index { margin-top: 55px; }
    .archive-list { padding: 82px 22px 95px; }
    .archive-list-heading { align-items: flex-start; flex-direction: column; gap: 28px; }
    .artwork-card-image { aspect-ratio: 1.2 / 1; }
    .artwork-card-content { padding: 23px 20px 22px; }
    .artwork-card-content > p:not(.card-kicker) { min-height: 0; }
    .detail-breadcrumb { padding: 105px 22px 20px; font-size: 8px; }
    .artwork-detail-hero { padding: 28px 22px 80px; }
    .artwork-detail-heading { margin-bottom: 36px; }
    .artwork-detail-heading h1 { font-size: clamp(53px, 15vw, 76px); }
    .detail-quick-facts { grid-template-columns: 1fr; gap: 13px; margin-top: 32px; }
    .artwork-detail-image { min-height: 300px; }
    .artwork-detail-image figcaption { right: 15px; bottom: 15px; left: 15px; font-size: 7px; }
    .viewer-toolbar { min-height: 49px; padding: 0 11px; gap: 8px; }
    .viewer-toolbar-label { font-size: 8px; letter-spacing: .1em; }
    .viewer-controls { gap: 3px; }
    .viewer-controls button, .viewer-controls span { min-width: 28px; height: 28px; padding: 0 6px; font-size: 9px; }
    .viewer-controls button[data-viewer-zoom-out], .viewer-controls button[data-viewer-zoom-in] { font-size: 16px; }
    .viewer-controls span { min-width: 45px; }
    .viewer-controls button[data-viewer-fullscreen] { display: none; }
    .artwork-stage { min-height: 320px; height: min(68vh, 560px); }
    .artwork-viewer .viewer-caption { min-height: 38px; padding: 0 12px; font-size: 7px; letter-spacing: .08em; }
    .viewer-desktop-help { display: none; }
    .viewer-mobile-help { display: inline; }
    .artwork-reading { padding: 80px 22px 95px; }
    .reading-intro h2 { font-size: clamp(46px, 14vw, 63px); }
    .reading-copy { font-size: 15px; }
    .detail-facts { grid-template-columns: 1fr; }
    .detail-facts-list { padding: 23px 20px; }
    .related-artworks { padding-top: 80px; }
    .related-grid { grid-template-columns: 1fr; }
    .related-card { min-height: 225px; }
    .artwork-not-found { padding-top: 150px; }
}

/* Privacy and cookie controls */
[hidden] { display: none !important; }
.cookie-banner { position: fixed; z-index: 80; right: 22px; bottom: 22px; left: 22px; max-width: 690px; padding: 20px 22px; display: flex; align-items: end; justify-content: space-between; gap: 24px; background: var(--paper); color: var(--ink); border: 1px solid #c7bdad; box-shadow: 0 20px 60px rgba(0,0,0,.32); }
.cookie-banner p { margin: 0; }
.cookie-kicker { margin-bottom: 8px !important; color: var(--rust); font: 700 9px/1 "Manrope", sans-serif; letter-spacing: .16em; text-transform: uppercase; }
#cookie-banner-copy { max-width: 440px; color: #5e584f; font-size: 13px; line-height: 1.55; }
.cookie-banner > div:first-child > a { display: inline-block; margin-top: 11px; color: var(--rust); font: 700 9px/1 "Manrope", sans-serif; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.cookie-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 7px; }
.cookie-button { min-height: 38px; padding: 0 12px; border: 1px solid #a99f91; cursor: pointer; font: 700 9px/1 "Manrope", sans-serif; letter-spacing: .08em; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.cookie-button-quiet { background: transparent; color: var(--ink); }
.cookie-button-quiet:hover { border-color: var(--ink); }
.cookie-button-primary { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.cookie-button-primary:hover { background: var(--rust); border-color: var(--rust); }
.cookie-settings { position: fixed; z-index: 70; right: 22px; bottom: 22px; min-height: 34px; padding: 0 12px; border: 1px solid #4b453d; background: rgba(18,17,15,.9); color: var(--paper); cursor: pointer; font: 700 8px/1 "Manrope", sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.cookie-settings:hover { background: var(--rust); border-color: var(--rust); }
.privacy-page { background: var(--paper); color: var(--ink); }
.privacy-hero { min-height: 585px; padding: 175px 7vw 90px; background: var(--ink); color: var(--paper); }
.privacy-hero h1 { margin: 0; font-size: clamp(58px, 7.8vw, 108px); }
.privacy-hero h1 em { color: var(--gold); }
.privacy-hero > p:not(.eyebrow) { max-width: 560px; margin: 35px 0 0; color: rgba(255,255,255,.67); font-size: 17px; line-height: 1.7; }
.privacy-updated { display: inline-block; margin-top: 42px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.2); color: #938b7e; font: 700 9px/1 "Manrope", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.privacy-layout { max-width: 1280px; margin: auto; padding: 108px 7vw 130px; display: grid; grid-template-columns: .55fr 1.45fr; gap: 9vw; }
.privacy-contents { align-self: start; position: sticky; top: 32px; display: grid; gap: 13px; }
.privacy-contents > span { margin-bottom: 8px; color: var(--rust); font: 700 9px/1 "Manrope", sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.privacy-contents a { color: #756e64; font: 500 12px/1.35 "Manrope", sans-serif; text-decoration: none; }
.privacy-contents a:hover { color: var(--rust); }
.privacy-copy { max-width: 760px; }
.privacy-copy section { scroll-margin-top: 32px; padding-bottom: 68px; margin-bottom: 68px; border-bottom: 1px solid #d1c8bb; }
.privacy-copy section:last-child { margin-bottom: 0; border-bottom: 0; }
.privacy-label { margin: 0 0 18px; color: var(--rust); font: 700 9px/1 "Manrope", sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.privacy-copy h2 { margin: 0; font-size: clamp(34px, 4vw, 58px); font-weight: 500; letter-spacing: -.06em; line-height: .98; }
.privacy-copy p:not(.privacy-label) { color: #5f594f; font-size: 15px; line-height: 1.8; }
.privacy-copy h2 + p { margin-top: 26px; }
.privacy-copy a { color: var(--rust); text-underline-offset: 3px; }
.privacy-list { margin: 32px 0; border-top: 1px solid #c9c0b3; }
.privacy-list div { padding: 18px 0; display: grid; grid-template-columns: .55fr 1.45fr; gap: 25px; border-bottom: 1px solid #d1c8bb; }
.privacy-list strong { color: var(--ink); font: 600 13px/1.35 "Manrope", sans-serif; }
.privacy-list span { color: #6b645a; font-size: 13px; line-height: 1.6; }
.cookie-table { margin: 31px 0 27px; border-top: 1px solid #bfb5a7; border-left: 1px solid #d1c8bb; }
.cookie-row { display: grid; grid-template-columns: .85fr 1.55fr .6fr; gap: 15px; padding: 15px 14px; border-right: 1px solid #d1c8bb; border-bottom: 1px solid #d1c8bb; color: #665f56; font-size: 12px; line-height: 1.45; }
.cookie-row-heading { background: #ded5c7; color: var(--ink); font: 700 9px/1 "Manrope", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.cookie-row code { color: var(--rust); font: 600 11px/1.35 "Manrope", sans-serif; }

@media (max-width: 760px) {
    .cookie-banner { right: 12px; bottom: 12px; left: 12px; padding: 17px; display: block; }
    .cookie-actions { margin-top: 15px; justify-content: flex-end; }
    .cookie-settings { right: 12px; bottom: 12px; }
    .privacy-hero { min-height: 610px; padding: 150px 22px 75px; }
    .privacy-hero h1 { font-size: clamp(58px, 15vw, 80px); }
    .privacy-layout { padding: 80px 22px 95px; display: block; }
    .privacy-contents { position: static; margin-bottom: 70px; padding-bottom: 24px; border-bottom: 1px solid #d1c8bb; }
    .privacy-copy section { padding-bottom: 54px; margin-bottom: 54px; }
    .privacy-list div { grid-template-columns: 1fr; gap: 8px; }
    .cookie-row { grid-template-columns: 1fr; gap: 7px; }
    .cookie-row-heading { display: none; }
}
