@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,500&family=Manrope:wght@400;500;600&display=swap');

:root {
  color-scheme: dark;
  --header-height: 96px;
  --bg: #0b0a09;
  --bg-soft: #12110f;
  --surface: #171512;
  --surface-2: #211d18;
  --ink: #f2eee6;
  --muted: #aaa397;
  --faint: #736d63;
  --line: rgba(255,255,255,.13);
  --bronze: #b97a45;
  --bronze-bright: #dfad75;
  --ivory: #e9e0d0;
  --header: rgba(11,10,9,.82);
  --shadow: 0 28px 80px rgba(0,0,0,.34);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

html[data-theme="light"] {
  color-scheme: light;
  --bg: #f1ede5;
  --bg-soft: #e9e3d9;
  --surface: #f8f5ef;
  --surface-2: #dfd6c8;
  --ink: #211d18;
  --muted: #665f55;
  --faint: #8c8378;
  --line: rgba(46,38,29,.17);
  --bronze: #8a512b;
  --bronze-bright: #a96536;
  --ivory: #1e1a16;
  --header: rgba(241,237,229,.86);
  --shadow: 0 28px 80px rgba(61,48,35,.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.65; transition: background .35s ease, color .35s ease; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; background: var(--ink); color: var(--bg); padding: .75rem 1rem; text-decoration: none; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: var(--header-height); padding: 0 clamp(1rem,3vw,3.5rem); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: clamp(.75rem,1.3vw,1.4rem); border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease, height .3s ease; }
.site-header.scrolled { height: 86px; background: var(--header); border-color: var(--line); backdrop-filter: blur(18px); }
.wordmark { display: inline-flex; flex-direction: column; width: max-content; text-decoration: none; line-height: 1; transform: translateY(3px); }
.wordmark-main { font: 600 clamp(1.25rem,2vw,1.65rem)/1 var(--serif); letter-spacing: .015em; }
.signature-mark { display: block; background: url('../images/signature-authentic.png') center / contain no-repeat; }
.signature-header { width: clamp(245px,25vw,365px); height: clamp(52px,5.2vw,62px); }
html[data-theme="light"] .signature-mark { background-image: none; background-color: #68432a; filter: none; -webkit-mask: url('../images/signature-authentic.png') center / contain no-repeat; mask: url('../images/signature-authentic.png') center / contain no-repeat; }
.wordmark-sub { margin-top: -.08rem; padding-left: clamp(14px,2.2vw,30px); color: var(--muted); font-size: .72rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(.65rem,1.25vw,1.45rem); }
.site-nav a { position: relative; padding: .5rem 0; color: var(--muted); font-size: .82rem; font-weight: 600; letter-spacing: .065em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .15rem; height: 1px; background: var(--bronze-bright); transition: right .25s ease; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a.active { color: var(--ink); }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.active::after { right: 0; }
.theme-toggle { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); display: grid; place-items: center; cursor: pointer; }
.theme-toggle svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.icon-sun { display: none; }
html[data-theme="light"] .icon-sun { display: block; }
html[data-theme="light"] .icon-moon { display: none; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: flex; align-items: flex-start; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
html[data-theme="light"] .hero-image { object-position: 60% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,4,.94) 0%, rgba(6,5,5,.72) 32%, rgba(6,5,5,.12) 67%, rgba(5,4,4,.25) 100%), linear-gradient(0deg, rgba(4,4,3,.45), transparent 45%); }
html[data-theme="light"] .hero-shade { background: linear-gradient(90deg, rgba(239,233,222,.96), rgba(239,233,222,.69) 35%, rgba(239,233,222,.05) 68%), linear-gradient(0deg, rgba(20,15,10,.25), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(560px,78%); margin-top: calc(var(--header-height) + 4.25rem); margin-left: clamp(1.25rem,6vw,6.5rem); padding-top: 0; }
.eyebrow { margin: 0 0 1.25rem; color: var(--bronze-bright); font-size: .74rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 590px; font: 500 clamp(3.6rem,6.2vw,6.5rem)/.84 var(--serif); letter-spacing: -.04em; }
.hero h1 em { color: var(--bronze-bright); font-weight: 400; }
.hero-copy { max-width: 480px; margin: 2.1rem 0 0; color: #c5bdb1; font: 400 clamp(1rem,1.5vw,1.18rem)/1.7 var(--sans); }
html[data-theme="light"] .hero-copy { color: #4b4339; }
.hero-actions { margin-top: 2.2rem; display: flex; align-items: center; gap: 2rem; }
.hero-actions .button { min-height: 46px; padding: .7rem 1.3rem; font-size: .71rem; }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; padding: .8rem 1.45rem; border: 1px solid transparent; font-size: .74rem; font-weight: 600; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--bronze-bright); color: #160f0a; }
.button-light { background: #efe6d7; color: #1c1712; }
.text-link { display: inline-flex; align-items: center; gap: .6rem; width: max-content; color: var(--ink); font-size: .82rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.text-link span { color: var(--bronze-bright); transition: transform .2s ease; }
.text-link:hover span { transform: translate(.15rem,-.15rem); }
.hero-caption { position: absolute; z-index: 2; right: clamp(1.25rem,4vw,4.5rem); bottom: 2.25rem; display: flex; flex-direction: column; align-items: flex-end; color: rgba(255,255,255,.82); font: 500 .68rem/1.6 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.hero-caption span:last-child { color: rgba(255,255,255,.48); font-size: .58rem; }
.scroll-cue { position: absolute; z-index: 2; left: clamp(1.25rem,4vw,4.5rem); bottom: 2.1rem; display: flex; align-items: center; gap: .8rem; color: rgba(255,255,255,.62); font-size: .58rem; font-weight: 600; letter-spacing: .17em; text-decoration: none; text-transform: uppercase; }
.scroll-cue span { width: 40px; height: 1px; background: currentColor; }
.section-shell { width: min(1280px, calc(100% - clamp(2.5rem,8vw,9rem))); margin-inline: auto; }
.intro { padding-block: clamp(5rem,8vw,7.75rem); }
.section-kicker { display: flex; gap: .8rem; align-items: center; margin-bottom: 2.8rem; color: var(--muted); font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.section-kicker span { color: var(--bronze-bright); }
.intro-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(3rem,8vw,9rem); align-items: start; }
h2 { margin: 0; font: 500 clamp(2.65rem,4.5vw,4.8rem)/1 var(--serif); letter-spacing: -.03em; }
.intro-grid p { margin: 0 0 1.3rem; color: var(--muted); max-width: 620px; }
.intro-grid .lede { color: var(--ink); font: 400 clamp(1.35rem,2vw,1.7rem)/1.45 var(--serif); }
.collection-grid { margin-top: clamp(3.5rem,6vw,5.5rem); display: grid; grid-template-columns: 1.12fr .88fr; grid-template-rows: 310px 310px; gap: 1.15rem; }
.collection-card { position: relative; overflow: hidden; min-height: 300px; color: #fff; text-decoration: none; box-shadow: var(--shadow); }
.collection-card:first-child { grid-row: 1 / 3; }
.collection-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.75,.2,1), filter .5s ease; }
.card-western img { object-position: 54% center; }
.card-equine img { object-position: 42% center; }
.card-wash { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,3,2,.92), transparent 62%); }
.collection-card:hover img { transform: scale(1.035); filter: saturate(1.08); }
.card-number { position: absolute; top: 1.25rem; right: 1.4rem; color: rgba(255,255,255,.62); font: italic 500 1.1rem var(--serif); }
.card-copy { position: absolute; left: clamp(1.5rem,3vw,2.6rem); right: 1.5rem; bottom: clamp(1.5rem,3vw,2.5rem); display: flex; flex-direction: column; }
.card-copy strong { font: 500 clamp(2rem,3.2vw,3.4rem)/1 var(--serif); }
.card-copy small { margin-top: .45rem; color: rgba(255,255,255,.76); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }

.feature { padding-bottom: clamp(5rem,8vw,7.75rem); display: grid; grid-template-columns: minmax(300px,.86fr) 1.14fr; gap: clamp(3rem,7vw,7rem); align-items: center; }
.feature-image-wrap { position: relative; }
.feature-image-wrap::before { content: ""; position: absolute; inset: 7% -9% -7% 9%; border: 1px solid var(--line); }
.feature-image-wrap .feature-main { position: relative; width: 100%; aspect-ratio: .83; object-fit: cover; object-position: center 43%; filter: sepia(.18) contrast(1.02); box-shadow: var(--shadow); }
.feature-image-wrap .feature-inset { position: absolute; z-index: 2; right: -11%; bottom: 4%; width: 35%; aspect-ratio: .72; object-fit: cover; object-position: center 28%; padding: .35rem; background: var(--surface); filter: grayscale(1) sepia(.14); box-shadow: 0 20px 50px rgba(0,0,0,.32); }
.photo-note { position: relative; display: block; margin-top: 1rem; color: var(--faint); font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; }
.feature-copy { max-width: 620px; }
.quote-mark { height: 3.2rem; margin: 0; color: var(--bronze); font: 500 6rem/.8 var(--serif); }
blockquote { margin: 0 0 2rem; font: italic 500 clamp(2.1rem,3.5vw,3.7rem)/1.08 var(--serif); letter-spacing: -.02em; }
.feature-copy > p:not(.quote-mark) { max-width: 520px; margin: 0 0 2rem; color: var(--muted); }

.exchange-band { background: #713c25; color: #f4ede3; }
.exchange-inner { min-height: 325px; display: grid; grid-template-columns: 1.25fr 1fr auto; align-items: center; gap: clamp(2rem,5vw,5.5rem); }
.exchange-inner .eyebrow { color: #e9be91; }
.exchange-inner h2 { font-size: clamp(2.6rem,4vw,4.25rem); }
.exchange-inner > p { color: #dfcfc1; max-width: 480px; }

.news-preview { padding-block: clamp(5.25rem,8vw,7.75rem); }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3.5rem; }
.story-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 1.25rem; }
.story-card { background: var(--surface); border: 1px solid var(--line); }
.story-featured { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 480px; }
.story-art { position: relative; min-height: 320px; background: #100c09; color: #f0c18e; overflow: hidden; }
.story-art > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 61% center; filter: saturate(.82) contrast(1.04); }
.story-art-shade { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(9,6,4,.88),rgba(9,6,4,.08) 65%),linear-gradient(90deg,rgba(9,6,4,.2),transparent 60%); }
.story-art-label { position: absolute; z-index: 1; left: 2.2rem; bottom: 2.1rem; display: flex; flex-direction: column; }
.story-art-label span { font: 500 5.4rem/.84 var(--serif); }
.story-art-label small { font-size: .6rem; letter-spacing: .2em; text-transform: uppercase; }
.story-photo-credit { position: absolute; z-index: 2; right: 1rem; top: 1rem; padding: .4rem .55rem; background: rgba(6,5,4,.64); color: rgba(255,255,255,.78); font-size: .55rem; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.story-copy { padding: clamp(2rem,4vw,3.8rem); display: flex; flex-direction: column; justify-content: center; }
.story-meta { margin: 0 0 1.25rem; color: var(--bronze-bright); font-size: .72rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.story-copy h3 { margin: 0 0 1.25rem; font: 500 clamp(1.8rem,2.7vw,3rem)/1.08 var(--serif); }
.story-copy > p:not(.story-meta) { margin: 0 0 2rem; color: var(--muted); }
.story-archive { display: flex; flex-direction: column; }
.story-archive img { width: 100%; aspect-ratio: 1.4; object-fit: cover; object-position: center 25%; filter: grayscale(1) sepia(.18); }

.site-footer { padding: 4rem clamp(1.25rem,5vw,5rem) 1.5rem; text-align: center; border-top: 1px solid var(--line); }
.footer-signature { font: italic 500 clamp(3rem,6vw,5.5rem)/1 var(--serif); color: var(--bronze-bright); }
.signature-footer { width: min(560px,82vw); height: clamp(70px,11vw,125px); margin-inline: auto; }
.site-footer > p { color: var(--muted); font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.site-footer nav { margin: 2rem 0 2.75rem; display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem 2rem; }
.site-footer nav a { color: var(--ink); font-size: .78rem; text-decoration: none; }
.site-footer .copyright { color: var(--faint); font-size: .64rem; }
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Interior pages */
.inner-main { padding-top: 86px; }
.inner-header { background: var(--header); backdrop-filter: blur(18px); }
.page-title { padding-block: clamp(3.25rem,5vw,4.75rem) clamp(2.5rem,3.5vw,3.25rem); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: minmax(0,.82fr) minmax(380px,1.18fr); column-gap: clamp(3rem,8vw,9rem); align-items: end; }
.page-title .eyebrow { grid-column: 1/-1; }
.page-title h1 { margin: 0; font: 500 clamp(3.5rem,6.5vw,6.4rem)/.88 var(--serif); letter-spacing: -.04em; }
.page-title > p:last-child { max-width: 680px; margin: 0; color: var(--muted); font: 400 clamp(1.2rem,2vw,1.55rem)/1.5 var(--serif); }
.gallery-section { padding-block: 1.5rem clamp(4.5rem,7vw,6.5rem); }
.filter-bar { position: sticky; top: 86px; z-index: 10; margin-bottom: 3rem; padding-block: 1rem; background: color-mix(in srgb, var(--bg) 89%, transparent); backdrop-filter: blur(15px); display: flex; justify-content: space-between; gap: 1rem; align-items: center; border-bottom: 1px solid var(--line); }
.filter-group { display: flex; flex-wrap: wrap; gap: .45rem; }
.filter-button { padding: .7rem .95rem; border: 1px solid transparent; background: transparent; color: var(--muted); cursor: pointer; font-size: .74rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.filter-button:hover, .filter-button:focus-visible { color: var(--ink); }
.filter-button.active { border-color: var(--bronze); color: var(--ink); }
.filter-bar > p { margin: 0; color: var(--faint); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.art-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(2.6rem,5vw,5.5rem) clamp(1rem,2vw,2rem); }
.art-card { opacity: 0; animation: art-in .65s ease forwards; animation-delay: var(--delay); }
@keyframes art-in { to { opacity: 1; } }
.art-card button { width: 100%; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.art-image { display: block; width: 100%; aspect-ratio: 1 / 1.13; overflow: hidden; background: #d8d2c8; box-shadow: inset 0 0 70px rgba(0,0,0,.08),0 -18px 70px rgba(206,146,86,.05); }
.art-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .65s ease; }
.art-card:nth-child(3n+2) .art-image { aspect-ratio: 1/.92; }
.art-card button:hover img { transform: scale(1.025); }
.art-card-copy { display: flex; align-items: start; justify-content: space-between; gap: 1rem; padding-top: 1rem; }
.art-card-copy > span:first-child { display: flex; flex-direction: column; }
.art-card-copy strong { font: 500 clamp(1.45rem,2vw,2rem)/1.15 var(--serif); }
.art-card-copy small { margin-top: .25rem; color: var(--faint); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; }
.art-card-meta { display: flex; align-items: flex-end; flex-direction: column; gap: .3rem; }
.art-card-meta small { margin: 0; white-space: nowrap; }
.status { padding-top: .4rem; color: var(--bronze-bright); font-size: .6rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.art-dialog { width: min(1240px,calc(100% - 2rem)); max-height: calc(100svh - 2rem); padding: 0; border: 1px solid var(--line); background: var(--surface); color: var(--ink); box-shadow: 0 40px 120px rgba(0,0,0,.68); }
.art-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(8px); }
.dialog-close { position: fixed; z-index: 2; top: 1.5rem; right: 1.5rem; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(0,0,0,.45); color: #fff; cursor: pointer; font: 300 1.5rem/1 var(--sans); }
.dialog-layout { display: grid; grid-template-columns: minmax(0,1.22fr) minmax(330px,.78fr); min-height: 650px; }
.dialog-gallery { min-width: 0; background: #080706; display: grid; grid-template-rows: minmax(0,1fr) auto; }
.dialog-image { position: relative; min-height: 520px; background: #080706; display: grid; place-items: center; overflow: hidden; touch-action: pan-y; }
.dialog-image img { width: 100%; height: 100%; max-height: calc(100svh - 8rem); object-fit: contain; user-select: none; }
.carousel-arrow { position: absolute; z-index: 2; top: 50%; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: rgba(7,6,5,.58); color: #fff; cursor: pointer; transform: translateY(-50%); font: 300 2rem/1 var(--serif); backdrop-filter: blur(8px); }
.carousel-arrow:hover, .carousel-arrow:focus-visible { background: rgba(185,122,69,.88); color: #130d09; }
.carousel-previous { left: 1rem; }
.carousel-next { right: 1rem; }
.carousel-counter { position: absolute; right: 1rem; bottom: 1rem; padding: .35rem .55rem; background: rgba(5,4,4,.66); color: rgba(255,255,255,.78); font-size: .62rem; letter-spacing: .12em; }
.dialog-thumbnails { min-height: 86px; padding: .7rem; display: flex; gap: .55rem; overflow-x: auto; border-top: 1px solid rgba(255,255,255,.12); scrollbar-width: thin; }
.dialog-thumbnails button { flex: 0 0 82px; width: 82px; height: 64px; padding: 2px; border: 1px solid transparent; background: transparent; cursor: pointer; opacity: .58; }
.dialog-thumbnails button.active { border-color: #d9a46d; opacity: 1; }
.dialog-thumbnails img { width: 100%; height: 100%; object-fit: cover; background: #181512; }
.dialog-copy { padding: clamp(2rem,5vw,5rem); display: flex; flex-direction: column; justify-content: center; }
.dialog-copy h2 { font-size: clamp(2.7rem,4vw,4.25rem); }
.dialog-description { color: var(--muted); }
.dialog-copy dl { margin: 1.5rem 0 2rem; border-top: 1px solid var(--line); }
.dialog-copy dl div { display: grid; grid-template-columns: 100px 1fr; gap: 1rem; padding: .75rem 0; border-bottom: 1px solid var(--line); }
.dialog-copy dt { color: var(--faint); font-size: .67rem; letter-spacing: .09em; text-transform: uppercase; }
.dialog-copy dd { margin: 0; font-size: .92rem; }
.archive-price { color: var(--faint); font-size: .78rem; }
.dialog-copy .button { align-self: flex-start; margin-top: .8rem; }

.museum-room { padding: clamp(1.5rem,3vw,3rem) 0 1.5rem; overflow: hidden; background: linear-gradient(#060606,#100e0c 70%,#080706); color: #eae4db; }
.museum-wall { min-height: 480px; display: grid; grid-template-columns: .78fr .92fr 1.22fr 1.08fr .9fr .78fr; gap: clamp(.7rem,1.6vw,1.8rem); align-items: center; perspective: 1200px; }
.museum-wall a { position: relative; display: flex; min-width: 0; flex-direction: column; align-items: center; text-decoration: none; transform: translateY(12px); }
.museum-wall a:nth-child(1) { transform: perspective(900px) rotateY(12deg) translateY(18px); }
.museum-wall a:nth-child(6) { transform: perspective(900px) rotateY(-12deg) translateY(18px); }
.museum-wall img { position: relative; z-index: 1; width: 100%; aspect-ratio: .8; object-fit: contain; background: #14110e; border: 1px solid rgba(226,181,134,.22); box-shadow: 0 22px 50px rgba(0,0,0,.65),0 -12px 70px rgba(224,168,108,.2); }
.museum-wall .museum-center img { aspect-ratio: 1.05; }
.museum-wall small { position: relative; z-index: 1; margin-top: .8rem; color: rgba(255,255,255,.64); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.spotlight { position: absolute; z-index: 0; width: 170%; height: 170%; left: -35%; top: -58%; background: conic-gradient(from 165deg at 50% 0,transparent 0deg,rgba(242,204,164,.27) 13deg,rgba(230,189,145,.08) 25deg,transparent 39deg); filter: blur(6px); pointer-events: none; }
.museum-room > p { margin: .5rem 0 0; color: rgba(255,255,255,.52); text-align: center; font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }

/* Biography and history */
.portrait-hero { min-height: calc(100svh - 70px); display: grid; grid-template-columns: 1.03fr .97fr; background: var(--bg-soft); }
.portrait-hero-image { min-height: 680px; overflow: hidden; }
.portrait-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 36%; filter: grayscale(1) sepia(.22) contrast(1.03); }
.portrait-hero-copy { padding: clamp(3rem,6vw,6.5rem); display: flex; flex-direction: column; justify-content: center; }
.portrait-hero-copy h1 { margin: 0; font: 500 clamp(3.6rem,6vw,6rem)/.84 var(--serif); letter-spacing: -.04em; }
.portrait-hero-copy h1 em { color: var(--bronze-bright); font-weight: 400; }
.portrait-hero-copy > p:last-child { max-width: 480px; margin-top: 2.4rem; color: var(--muted); font: 400 clamp(1.15rem,2vw,1.5rem)/1.5 var(--serif); }
.essay-section { display: grid; grid-template-columns: .32fr .68fr; gap: clamp(3rem,7vw,8rem); padding-block: clamp(5rem,8vw,7.5rem); }
.essay-index { color: var(--line); font: 500 clamp(3rem,5vw,5.2rem)/1 var(--serif); }
.essay-copy { max-width: 760px; }
.essay-copy > p { color: var(--muted); font: 400 clamp(1.05rem,1.35vw,1.18rem)/1.9 var(--sans); }
.essay-copy .dropcap { color: var(--ink); font: 400 clamp(1.5rem,2.25vw,2rem)/1.55 var(--serif); }
.dropcap::first-letter { float: left; margin: .06em .14em 0 0; color: var(--bronze-bright); font: 500 4.8em/.7 var(--serif); }
.essay-quote { margin: 3rem 0 0; padding: 2.2rem 0 0 clamp(1.8rem,4vw,4rem); border-top: 1px solid var(--line); border-left: 2px solid var(--bronze); font-size: clamp(2.2rem,3.5vw,3.6rem); }
.lede-serif { color: var(--ink) !important; font: 400 clamp(1.5rem,2.4vw,2rem)/1.5 var(--serif) !important; }
.button-outline { margin-top: 1.5rem; border-color: var(--bronze); color: var(--ink); }
.full-bleed-art { position: relative; min-height: 72svh; overflow: hidden; }
.full-bleed-art img { width: 100%; height: 72svh; object-fit: cover; object-position: center 54%; filter: contrast(1.03) saturate(.85); }
.full-bleed-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.78),transparent 44%); }
.full-bleed-art > div { position: absolute; z-index: 1; left: clamp(1.25rem,6vw,7rem); bottom: 3.5rem; color: #fff; display: flex; flex-direction: column; }
.full-bleed-art span { font: 500 clamp(2.5rem,4vw,4.25rem)/1 var(--serif); }
.full-bleed-art small { margin-top: .65rem; color: rgba(255,255,255,.72); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.reagan-feature { padding-block: clamp(5rem,7vw,7rem); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem,7vw,7rem); align-items: center; border-top: 1px solid var(--line); }
.reagan-photo { padding: clamp(1rem,3vw,3rem); background: var(--surface); box-shadow: var(--shadow); transform: rotate(-1deg); }
.reagan-photo img { width: 100%; aspect-ratio: .8; object-fit: cover; filter: grayscale(1) sepia(.16); }
.reagan-feature h2 { margin-bottom: 1.8rem; }
.reagan-feature p:not(.eyebrow) { color: var(--muted); max-width: 620px; }
.reagan-feature .text-link { margin-top: 1.4rem; }
.credentials { padding-block: clamp(4.5rem,7vw,6.5rem); border-top: 1px solid var(--line); }
.credentials > div:first-child { display: grid; grid-template-columns: .4fr .6fr; gap: 2rem; align-items: end; }
.credentials-grid { margin-top: 3.25rem; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); }
.credentials-grid article { min-height: 220px; padding: clamp(1.5rem,3vw,3rem); display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.credentials-grid article:last-child { border-right: 0; }
.credentials-grid strong { color: var(--bronze-bright); font: 500 clamp(2.2rem,3.5vw,4rem)/1 var(--serif); }
.credentials-grid span { color: var(--muted); font-size: .82rem; letter-spacing: .035em; }
.source-note { margin: 2rem 0 0; max-width: 760px; color: var(--faint); font-size: .78rem; }
.source-note a { color: var(--muted); text-underline-offset: .18em; }

.horseman-hero { min-height: 680px; display: grid; grid-template-columns: 1.1fr .9fr; background: #0a0908; color: #f2eee6; }
.horseman-hero img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) sepia(.28); }
.horseman-hero > div { padding: clamp(3rem,6vw,6.5rem); display: flex; flex-direction: column; justify-content: center; }
.horseman-hero h1 { margin: 0; font: 500 clamp(3.5rem,6vw,6rem)/.84 var(--serif); letter-spacing: -.04em; }
.horseman-hero h1 em { color: #dca471; font-weight: 400; }
.horseman-hero > div > p:last-child { max-width: 480px; color: #ada59a; }
.timeline { padding-block: clamp(5rem,7vw,7rem); }
.timeline article { display: grid; grid-template-columns: .25fr .45fr .3fr; gap: clamp(2rem,4vw,5rem); min-height: 360px; padding-block: 3rem; border-top: 1px solid var(--line); align-items: start; }
.timeline-year { color: var(--bronze-bright); font: 500 clamp(2.3rem,3.5vw,3.7rem)/1 var(--serif); }
.timeline h2 { font-size: clamp(2.2rem,3vw,3.25rem); }
.timeline p { color: var(--muted); }
.timeline img { width: 100%; max-height: 350px; object-fit: cover; filter: grayscale(.85) sepia(.18); }
.journal-callout { padding-block: clamp(5rem,7vw,7rem); background: #713c25; color: #f5eee4; }
.journal-callout blockquote { max-width: 950px; font-size: clamp(2.7rem,4.5vw,4.8rem); }
.journal-callout .section-shell > p:not(.eyebrow) { color: #ddcbbb; }
.journal-callout .button { margin-top: 1.5rem; }

/* Editorial stories */
.editorial-feed { padding-block: clamp(2.75rem,4vw,4.25rem) clamp(4.5rem,7vw,6.75rem); }
.editorial-lead { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(3rem,8vw,9rem); padding-bottom: clamp(6rem,10vw,9rem); }
.monument-visual { position: sticky; top: 110px; min-height: 620px; margin: 0; background: #090807; color: #f0c18f; overflow: hidden; }
.monument-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(5,5,4,.02) 32%,rgba(5,5,4,.88) 100%); pointer-events: none; }
.monument-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 66% center; }
.monument-visual figcaption { position: absolute; z-index: 1; inset: auto 3rem 3rem; display: flex; flex-direction: column; }
.monument-visual strong { font: 500 clamp(5rem,7vw,7.75rem)/.8 var(--serif); }
.monument-visual small { margin-top: 1rem; font-size: .74rem; letter-spacing: .13em; text-transform: uppercase; }
.monument-visual small a { color: inherit; text-decoration-color: rgba(240,193,143,.45); text-underline-offset: .25rem; }
.editorial-copy h2 { margin-bottom: 2rem; }
.editorial-copy > p { color: var(--muted); }
.source-links { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: .7rem; }
.source-links a { color: var(--ink); font-size: .76rem; text-decoration: none; }
.editorial-row { display: grid; grid-template-columns: .22fr .53fr .25fr; gap: clamp(2rem,4vw,5rem); padding-block: clamp(3.5rem,5vw,5rem); border-top: 1px solid var(--line); }
.editorial-row:not(:has(img)) > div:nth-child(2) { grid-column: 2/4; max-width: 760px; }
.story-year { color: var(--bronze-bright); font: 500 clamp(2.3rem,3.6vw,3.75rem)/1 var(--serif); }
.editorial-row h2 { margin-bottom: 1.4rem; font-size: clamp(2.3rem,3.5vw,3.7rem); }
.editorial-row p:not(.story-meta) { color: var(--muted); }
.editorial-row img { width: 100%; max-height: 460px; object-fit: cover; filter: grayscale(1) sepia(.18); }
.article-preview { width: min(100%,300px); justify-self: end; color: var(--muted); text-decoration: none; }
.article-preview img { width: 100%; max-height: none; aspect-ratio: 8.5/11; object-fit: contain; filter: none; background: #fff; box-shadow: var(--shadow); transition: transform .25s ease, box-shadow .25s ease; }
.article-preview span { display: block; margin-top: .85rem; font-size: .64rem; letter-spacing: .11em; text-align: right; text-transform: uppercase; }
.article-preview:hover img { transform: translateY(-4px); box-shadow: 0 32px 90px rgba(0,0,0,.42); }

/* Collector Exchange */
.exchange-hero { padding-block: clamp(4rem,6vw,6rem); background: radial-gradient(circle at 82% 28%,rgba(204,139,78,.2),transparent 22%),linear-gradient(145deg,#16110e,#070605); color: #f2eee6; }
.exchange-hero .section-shell { display: grid; grid-template-columns: .82fr 1.18fr; column-gap: clamp(3rem,8vw,9rem); align-items: end; }
.exchange-hero .eyebrow { grid-column: 1/-1; }
.exchange-hero h1 { margin: 0; font: 500 clamp(3.7rem,6.4vw,6.4rem)/.84 var(--serif); letter-spacing: -.04em; }
.exchange-hero h1 em { color: #dda570; font-weight: 400; }
.exchange-hero .section-shell > p:last-child { max-width: 600px; margin: 0; color: #c5bbb0; font: 400 clamp(1.2rem,2vw,1.55rem)/1.5 var(--serif); }
.exchange-listings { padding-block: clamp(5rem,7vw,7rem); }
.exchange-intro { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(3rem,8vw,9rem); align-items: end; margin-bottom: 4rem; }
.exchange-intro > p { color: var(--muted); }
.sale-grid { display: grid; gap: 2rem; }
.sale-card { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 560px; border: 1px solid var(--line); background: var(--surface); }
.sale-image { background: #080706; }
.sale-image img { width: 100%; height: 100%; object-fit: contain; }
.sale-copy { padding: clamp(2rem,5vw,5rem); display: flex; flex-direction: column; justify-content: center; }
.sale-copy h3 { margin: 0; font: 500 clamp(2.6rem,3.8vw,4rem)/1 var(--serif); }
.sale-copy dl { margin-block: 2rem; }
.sale-copy dl div { display: grid; grid-template-columns: 1fr 1.4fr; padding: .8rem 0; border-top: 1px solid var(--line); }
.sale-copy dt { color: var(--faint); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.sale-copy dd { margin: 0; font-size: .92rem; }
.sale-copy .button { align-self: flex-start; }
.empty-listings { padding: clamp(4rem,8vw,8rem); border: 1px solid var(--line); background: var(--surface); text-align: center; }
.empty-listings > span { display: grid; width: 72px; height: 72px; margin: 0 auto 2rem; place-items: center; border: 1px solid var(--bronze); border-radius: 50%; color: transparent; }
.empty-listings h3 { margin: 0; font: 500 clamp(2.3rem,3.6vw,3.75rem)/1 var(--serif); }
.empty-listings p { max-width: 590px; margin: 1.4rem auto 2rem; color: var(--muted); }
.exchange-disabled { padding-block: clamp(6rem,9vw,9rem); }
.exchange-disabled h2 { max-width: 900px; margin: 0; font: 500 clamp(3.5rem,5.5vw,5.75rem)/.94 var(--serif); }
.exchange-disabled p:not(.eyebrow) { max-width: 600px; color: var(--muted); }
.consign-section { padding-block: clamp(5rem,7vw,7rem); background: #713c25; color: #f4ede3; }
.consign-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem,9vw,10rem); }
.consign-grid > div:last-child p { color: #dfcfc1; }
.consign-grid .button { margin-top: 1.5rem; }
.value-note { display: grid; grid-template-columns: .25fr .75fr; gap: 2rem; padding-block: 2.5rem; }
.value-note span { color: var(--bronze-bright); font-size: .68rem; letter-spacing: .11em; text-transform: uppercase; }
.value-note p { margin: 0; color: var(--faint); font-size: .78rem; }

/* Contact */
.contact-page { background: linear-gradient(145deg,var(--bg),var(--bg-soft)); }
.contact-intro { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(3rem,6vw,7rem); padding-block: clamp(5.5rem,8vw,8rem) 4rem; align-items: end; }
.contact-intro h1 { margin: 0; font: 500 clamp(3.6rem,6.2vw,6.2rem)/.84 var(--serif); letter-spacing: -.04em; }
.contact-intro h1 em { color: var(--bronze-bright); font-weight: 400; }
.contact-intro > div:last-child > p { color: var(--muted); }
.response-note { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--line); font-size: .82rem; }
.contact-portrait { margin: 2rem 0 0; }
.contact-portrait-frame { aspect-ratio: 1.42; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); background: #171411; }
.contact-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 36%; transform: scale(1.018); filter: grayscale(.35) sepia(.12) contrast(1.03); }
.contact-portrait figcaption { margin-top: .85rem; display: flex; justify-content: space-between; gap: 1rem; color: var(--ink); font: 500 1.25rem/1.2 var(--serif); }
.contact-portrait figcaption span { max-width: 220px; color: var(--faint); font: 500 .74rem/1.45 var(--sans); letter-spacing: .035em; text-align: right; }
.contact-form-shell { padding-bottom: clamp(5rem,8vw,7rem); }
.contact-form { padding: clamp(1.5rem,5vw,5rem); background: var(--surface); border: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.honeypot { position: absolute; left: -10000px; }
.field { display: flex; flex-direction: column; gap: .55rem; }
.field.full { grid-column: 1/-1; }
.field label { color: var(--muted); font-size: .76rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.field label span { color: var(--faint); font-size: .68rem; }
.field input, .field select, .field textarea { width: 100%; padding: .9rem 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; color: var(--ink); }
.field select { appearance: none; background-image: linear-gradient(45deg,transparent 50%,var(--bronze) 50%),linear-gradient(135deg,var(--bronze) 50%,transparent 50%); background-position: calc(100% - 8px) 50%,calc(100% - 3px) 50%; background-size: 5px 5px; background-repeat: no-repeat; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--bronze-bright); }
.form-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.form-bottom p { max-width: 560px; margin: 0; color: var(--faint); font-size: .74rem; }
.form-status { grid-column: 1/-1; padding: 1rem 1.2rem; border-left: 2px solid var(--bronze); background: var(--bg-soft); color: var(--muted); font-size: .8rem; }

/* Curatorial Studio */
.admin-body { background: #0d0c0a; color: #eee8de; }
.admin-header { min-height: 76px; padding: .85rem clamp(1rem,3vw,3rem); display: flex; justify-content: space-between; align-items: center; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,.12); background: #12100e; }
.admin-header > div { display: flex; align-items: center; gap: 1.4rem; }
.admin-header a { color: #eee8de; font-size: .68rem; text-decoration: none; }
.preview-pill { padding: .35rem .6rem; border: 1px solid #9b683d; color: #d7a675; font-size: .55rem; letter-spacing: .12em; text-transform: uppercase; }
.admin-main { width: min(1500px,calc(100% - clamp(2rem,6vw,6rem))); margin-inline: auto; padding-block: clamp(3.5rem,6vw,5.5rem); }
.admin-title { display: grid; grid-template-columns: 1fr .65fr; gap: 4rem; align-items: end; }
.admin-title h1 { margin: 0; font: 500 clamp(3.25rem,5.5vw,5.75rem)/.9 var(--serif); }
.admin-title > div:first-child > p:last-child { color: #a9a196; }
.admin-notice { padding: 1.4rem; border-left: 2px solid #b97a45; background: #171512; }
.admin-notice strong { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.admin-notice p { margin: .5rem 0 0; color: #938b80; font-size: .72rem; }
.admin-dashboard { margin-block: 4rem; display: grid; grid-template-columns: .25fr .25fr .5fr; border: 1px solid rgba(255,255,255,.12); }
.stat-card, .toggle-card { min-height: 150px; padding: 1.5rem; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.12); }
.stat-card > span, .toggle-card span { color: #9e968b; font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; }
.stat-card strong { color: #d9a46d; font: 500 3.8rem/1 var(--serif); }
.toggle-card { border: 0; flex-direction: row; align-items: center; }
.toggle-card > div { display: flex; flex-direction: column; gap: .5rem; }
.toggle-card small { color: #746d64; }
.switch input { position: absolute; opacity: 0; }
.switch span { position: relative; display: block; width: 58px; height: 31px; border-radius: 20px; background: #312d28; cursor: pointer; }
.switch span::after { content: ""; position: absolute; width: 23px; height: 23px; left: 4px; top: 4px; border-radius: 50%; background: #8b8176; transition: transform .2s ease,background .2s ease; }
.switch input:checked + span { background: #704122; }
.switch input:checked + span::after { transform: translateX(27px); background: #e1ad76; }
.admin-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 1.5rem; align-items: start; }
.art-editor, .record-list { padding: clamp(1.25rem,3vw,3rem); border: 1px solid rgba(255,255,255,.12); background: #13110f; }
.admin-section-heading { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 2rem; }
.admin-section-heading h2 { font-size: clamp(2.2rem,3vw,3.5rem); }
.text-button, .record-remove { padding: .4rem 0; border: 0; background: transparent; color: #d29a63; cursor: pointer; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.admin-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 2rem; }
.field-help { color: #756e65; font-size: .65rem; }
.image-preview { grid-column: 1/-1; min-height: 180px; padding: .75rem; background: #080706; display: grid; grid-template-columns: repeat(auto-fit,minmax(130px,1fr)); gap: .65rem; }
.image-preview img { width: 100%; height: 150px; object-fit: contain; background: #12100e; }
.check-field { display: flex; gap: .7rem; align-items: center; color: #aaa196; font-size: .72rem; }
.check-field input { accent-color: #b97a45; }
.admin-form-status { min-height: 1.5rem; color: #d3a16c; font-size: .72rem; }
.record-search input { width: 100%; padding: .8rem 0; margin-bottom: 1rem; border: 0; border-bottom: 1px solid rgba(255,255,255,.12); background: transparent; color: #eee8de; outline: 0; }
.record-row { display: grid; grid-template-columns: 62px 1fr auto auto; gap: 1rem; align-items: center; padding-block: .9rem; border-bottom: 1px solid rgba(255,255,255,.09); }
.record-row img { width: 62px; height: 62px; object-fit: contain; background: #080706; }
.record-row > div { display: flex; flex-direction: column; min-width: 0; }
.record-row strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 500 1.2rem var(--serif); }
.record-row small { color: #756e65; font-size: .54rem; letter-spacing: .08em; text-transform: uppercase; }
.mini-toggle { display: flex; gap: .5rem; align-items: center; color: #8f877d; font-size: .6rem; text-transform: uppercase; }
.mini-toggle input { accent-color: #b97a45; }
.record-remove { color: #8f7770; }

@media (max-width: 930px) {
  :root { --header-height: 128px; }
  .site-header { height: 128px; padding-block: .55rem; grid-template-columns: 1fr auto; grid-template-rows: 70px 36px; align-content: center; }
  .site-header.scrolled { height: 120px; }
  .wordmark { grid-column: 1; grid-row: 1; }
  .theme-toggle { grid-column: 2; grid-row: 1; }
  .menu-toggle { display: none; }
  .site-nav { position: static; grid-column: 1/-1; grid-row: 2; padding: 0; background: transparent; border: 0; flex-direction: row; align-items: center; gap: clamp(1.1rem,3vw,2rem); transform: none; }
  .site-nav a { font-size: .8rem; }
  .inner-main { padding-top: 120px; }
  .filter-bar { top: 120px; }
  .monument-visual { top: 140px; }
  .hero { --hero-image-height: clamp(250px,56vw,480px); min-height: auto; display: block; padding-top: calc(var(--header-height) + var(--hero-image-height)); background: var(--bg); }
  .hero-image, html[data-theme="light"] .hero-image { inset: var(--header-height) 0 auto; width: 100%; height: var(--hero-image-height); max-width: none; object-fit: cover; object-position: center; }
  .hero-shade { inset: var(--header-height) 0 auto; height: var(--hero-image-height); background: linear-gradient(180deg, transparent 70%, rgba(11,10,9,.34) 100%); }
  html[data-theme="light"] .hero-shade { background: linear-gradient(180deg, transparent 70%, rgba(241,237,229,.34) 100%); }
  .hero-content { width: 100%; max-width: none; margin: 0; padding: clamp(2.5rem,6vw,3.75rem) clamp(1.25rem,6vw,3.5rem) clamp(3.75rem,7vw,5rem); background: var(--bg); }
  .hero h1 { max-width: 620px; }
  .hero-copy { max-width: 520px; }
  .hero-caption, .scroll-cue { display: none; }
  .exchange-inner { grid-template-columns: 1fr 1fr; padding-block: 4rem; }
  .exchange-inner .button { grid-column: 1/-1; justify-self: start; }
  .story-featured { grid-template-columns: 1fr; }
  .art-grid { grid-template-columns: repeat(2,1fr); }
  .portrait-hero, .horseman-hero { grid-template-columns: 1fr 1fr; }
  .essay-section { grid-template-columns: .25fr .75fr; }
  .credentials-grid { grid-template-columns: repeat(2,1fr); }
  .credentials-grid article:nth-child(2n) { border-right: 0; }
  .credentials-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .timeline article { grid-template-columns: .25fr .75fr; }
  .timeline article img { grid-column: 2; width: min(100%,460px); }
  .sale-card { grid-template-columns: 1fr 1fr; }
  .admin-layout { grid-template-columns: 1fr; }
  .museum-wall { min-height: 500px; grid-template-columns: repeat(6,minmax(180px,1fr)); overflow-x: auto; padding-bottom: 2rem; }
  .page-title { grid-template-columns: 1fr; row-gap: 0; }
  .page-title > p:last-child { max-width: 680px; margin-top: 1.5rem; }
  .exchange-hero .section-shell { grid-template-columns: 1fr; }
  .exchange-hero .section-shell > p:last-child { max-width: 680px; margin-top: 1.5rem; }
}

@media (max-width: 760px) {
  :root { --header-height: 84px; }
  .site-header { height: 84px; padding: 0 .75rem; gap: .25rem; grid-template-columns: minmax(0,1fr) auto auto; grid-template-rows: 1fr; align-content: normal; overflow: visible; background: var(--bg); border-color: var(--line); backdrop-filter: none; -webkit-backdrop-filter: none; }
  .site-header.scrolled, .site-header.inner-header { height: 84px; background: var(--bg); backdrop-filter: none; -webkit-backdrop-filter: none; }
  .wordmark { grid-column: 1; grid-row: 1; min-width: 0; padding-block: .25rem; transform: none; }
  .menu-toggle { display: grid; grid-column: 2; grid-row: 1; place-content: center; width: 36px; height: 36px; gap: 5px; cursor: pointer; order: 2; }
  .menu-toggle span:not(.sr-only) { display: block; width: 21px; height: 1px; background: currentColor; }
  .theme-toggle { grid-column: 3; grid-row: 1; order: 3; }
  .site-nav { position: fixed; inset: 84px 0 auto; padding: 2rem 1.25rem 2.5rem; background: var(--bg); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; gap: .6rem; transform: translateY(calc(-100% - 84px)); opacity: 0; visibility: hidden; pointer-events: none; transition: transform .3s ease, opacity .2s ease, visibility 0s linear .3s; }
  .site-nav.open { transform: none; opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
  .site-nav a { font-size: .9rem; }
  .signature-header { width: min(225px,calc(100vw - 106px)); height: 47px; background-position: left center; }
  html[data-theme="light"] .signature-header { -webkit-mask-position: left center; mask-position: left center; }
  .wordmark-sub { margin-top: .12rem; padding-left: 10px; color: var(--ink); font-size: .62rem; line-height: 1.2; letter-spacing: .1em; white-space: nowrap; }
  .theme-toggle, .menu-toggle { width: 36px; height: 36px; }
  .hero-content { padding: 2.35rem 1.25rem 3.75rem; }
  .hero h1 { max-width: 100%; font-size: clamp(3.25rem,14vw,4.7rem); line-height: .86; }
  .hero-copy { margin-top: 1.4rem; font-size: .96rem; line-height: 1.55; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .section-shell { width: min(100% - 2.5rem,1280px); }
  .intro { padding-block: 4.5rem; }
  .section-kicker { margin-bottom: 1.75rem; }
  .intro-grid, .feature, .story-grid { grid-template-columns: 1fr; }
  .intro-grid { gap: 2rem; }
  .collection-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3,340px); margin-top: 3.5rem; }
  .collection-card:first-child { grid-row: auto; }
  .feature { gap: 4rem; padding-bottom: 4.5rem; }
  .feature-image-wrap { width: 88%; }
  .feature-image-wrap .feature-inset { right: -8%; width: 38%; }
  .exchange-inner { grid-template-columns: 1fr; gap: 1.3rem; padding-block: 4rem; }
  .exchange-inner .button { grid-column: auto; }
  .section-heading-row { align-items: flex-start; flex-direction: column; }
  .story-featured { min-height: auto; }
  .story-art { min-height: 330px; }
  .story-archive img { aspect-ratio: 1.1; }
  .page-title { padding-block: 3.5rem 2.75rem; }
  .page-title > p:last-child { margin-left: 0; }
  .filter-bar { top: 84px; align-items: flex-start; flex-direction: column; }
  .art-grid { grid-template-columns: 1fr; }
  .art-image, .art-card:nth-child(3n+2) .art-image { aspect-ratio: 1/1.02; }
  .dialog-layout { grid-template-columns: 1fr; }
  .dialog-gallery { min-height: 55svh; }
  .dialog-image { min-height: 44svh; }
  .dialog-image img { max-height: 55svh; }
  .dialog-copy { padding: 2rem 1.25rem 3rem; }
  .carousel-arrow { width: 42px; height: 42px; }
  .carousel-previous { left: .65rem; }
  .carousel-next { right: .65rem; }
  .dialog-thumbnails { min-height: 78px; }
  .dialog-thumbnails button { flex-basis: 70px; width: 70px; height: 56px; }
  .portrait-hero, .horseman-hero { grid-template-columns: 1fr; }
  .portrait-hero-image { min-height: 58svh; }
  .portrait-hero-copy { padding-block: 5rem; }
  .essay-section, .reagan-feature, .editorial-lead, .editorial-row { grid-template-columns: 1fr; }
  .essay-section { gap: 1rem; }
  .essay-index { display: none; }
  .full-bleed-art, .full-bleed-art img { min-height: 58svh; height: 58svh; }
  .credentials > div:first-child { grid-template-columns: 1fr; }
  .credentials-grid { grid-template-columns: 1fr; }
  .credentials-grid article { min-height: 160px; border-right: 0; border-bottom: 1px solid var(--line); }
  .credentials-grid article:last-child { border-bottom: 0; }
  .horseman-hero img { min-height: 52svh; }
  .timeline article { grid-template-columns: 1fr; gap: 1.3rem; }
  .timeline article img { grid-column: auto; width: 100%; }
  .monument-visual { position: relative; top: auto; min-height: 460px; }
  .editorial-row:not(:has(img)) > div:nth-child(2) { grid-column: auto; }
  .article-preview { width: min(100%,360px); justify-self: start; }
  .article-preview span { text-align: left; }
  .exchange-intro, .sale-card, .consign-grid, .contact-intro { grid-template-columns: 1fr; }
  .contact-portrait figcaption { align-items: flex-start; flex-direction: column; }
  .contact-portrait figcaption span { text-align: left; }
  .value-note { grid-template-columns: 1fr; gap: .5rem; }
  .contact-form { grid-template-columns: 1fr; gap: 1.5rem; }
  .field.full { grid-column: auto; }
  .form-bottom { grid-column: auto; align-items: stretch; flex-direction: column; }
  .form-status { grid-column: auto; }
  .admin-header { align-items: flex-start; }
  .admin-header > div { align-items: flex-end; flex-direction: column; gap: .4rem; }
  .admin-title, .admin-dashboard { grid-template-columns: 1fr; }
  .admin-title { gap: 2rem; }
  .stat-card, .toggle-card { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .admin-fields { grid-template-columns: 1fr; }
  .image-preview, .admin-fields .field.full { grid-column: auto; }
  .record-row { grid-template-columns: 52px 1fr auto; }
  .record-row img { width: 52px; height: 52px; }
  .record-remove { grid-column: 2; justify-self: start; }
  .inner-main { padding-top: 84px; }
}

@media (max-width: 360px) {
  .site-header { padding-inline: .625rem; gap: .2rem; }
  .signature-header { width: min(205px,calc(100vw - 101px)); height: 43px; }
  .wordmark-sub { padding-left: 8px; font-size: .58rem; letter-spacing: .085em; }
  .theme-toggle, .menu-toggle { width: 34px; height: 34px; }
}

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