@charset "UTF-8";

:root {
  --paper: #f3efe5;
  --paper-deep: #e8dfcf;
  --paper-light: #fbf8f1;
  --spruce: #14251d;
  --spruce-soft: #273c31;
  --forest: #344d3d;
  --brass: #a47c3d;
  --brass-light: #c6a66c;
  --ink: #172019;
  --muted: #69736b;
  --line: rgba(20, 37, 29, .18);
  --line-light: rgba(255, 255, 255, .15);
  --shadow: 0 18px 46px rgba(30, 35, 28, .08);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% -10%, rgba(164, 124, 61, .11), transparent 28rem),
    linear-gradient(180deg, var(--paper-light) 0, var(--paper) 42rem, #eee8dc 100%);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration-color: rgba(164, 124, 61, .7);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

a:focus-visible { outline: 2px solid var(--brass); outline-offset: 4px; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
  gap: 36px;
  padding: 16px max(5vw, calc((100vw - 1320px) / 2));
  color: #f7f1e5;
  border-bottom: 1px solid var(--line-light);
  background: rgba(20, 37, 29, .97);
  box-shadow: 0 8px 30px rgba(7, 17, 12, .12);
  backdrop-filter: blur(14px);
}

.brand {
  display: grid;
  grid-template-columns: 52px auto;
  grid-template-rows: auto auto;
  align-items: center;
  min-width: 250px;
  color: #fffaf0;
  font: 600 18px/1 var(--serif);
  letter-spacing: .04em;
  text-decoration: none;
}

.brand::before {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  content: "✦";
  color: var(--brass-light);
  border: 1px solid rgba(198, 166, 108, .7);
  border-radius: 50%;
  font: 15px/1 var(--serif);
}

.brand span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 250, 240, .62);
  font: 500 9px/1 var(--sans);
  letter-spacing: .24em;
  text-transform: uppercase;
}

nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 2vw, 27px);
  font: 600 11px/1.2 var(--sans);
  letter-spacing: .11em;
  text-transform: uppercase;
}

nav a {
  position: relative;
  padding: 12px 0;
  color: rgba(255, 250, 240, .78);
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease;
}

nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--brass-light);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}

nav a:hover { color: #fff; }
nav a:hover::after { transform: scaleX(1); transform-origin: left; }

main {
  width: min(1320px, 100%);
  min-height: 65vh;
  margin: auto;
  padding: clamp(70px, 9vw, 132px) max(5vw, 42px) 130px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 24px;
  color: var(--brass);
  font: 700 11px/1.4 var(--sans);
  letter-spacing: .22em;
  text-transform: uppercase;
}

.eyebrow::before { width: 35px; height: 1px; content: ""; background: var(--brass); }

h1, h2, h3 { color: var(--spruce); font-family: var(--serif); font-weight: 500; }

h1 {
  max-width: 1060px;
  margin: 0 0 30px;
  font-size: clamp(52px, 7.4vw, 104px);
  line-height: .94;
  letter-spacing: -.045em;
}

h2 {
  margin: 2.5em 0 .75em;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

h2::after { display: block; width: 54px; height: 2px; margin-top: 17px; content: ""; background: var(--brass); }
h2 a { text-decoration: none; }

h3 {
  margin: .2em 0 .55em;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.15;
  letter-spacing: -.015em;
}

p { max-width: 820px; }

.lede {
  max-width: 880px;
  margin: 0 0 44px;
  color: var(--spruce-soft);
  font-size: clamp(21px, 2.4vw, 29px);
  line-height: 1.46;
}

.home main {
  width: 100%;
  max-width: none;
  padding: 0;
}

.home-intro {
  display: grid;
  grid-template-columns: minmax(440px, .82fr) minmax(520px, 1.18fr);
  min-height: min(790px, calc(100vh - 90px));
  overflow: hidden;
  color: #f8f1e5;
  border-bottom: 4px solid var(--brass);
  background: #0a1210;
}

.home-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 82px clamp(45px, 6vw, 105px) 82px max(5vw, calc((100vw - 1320px) / 2));
}

.home-copy h1 {
  max-width: 690px;
  color: #fff9ed;
  font-size: clamp(60px, 7.1vw, 110px);
  text-shadow: 0 5px 40px rgba(0, 0, 0, .28);
}

.home-copy h1 span,
.home-copy h1 em { display: block; }

.home-copy h1 em {
  margin-top: 10px;
  color: var(--brass-light);
  font-size: .66em;
  font-style: italic;
  letter-spacing: -.02em;
}

.home-copy .eyebrow { color: var(--brass-light); }
.home-copy .eyebrow::before { background: var(--brass-light); }

.home-copy .lede {
  max-width: 650px;
  color: rgba(255, 249, 237, .78);
  font-size: clamp(21px, 2vw, 28px);
}

.home-copy .answer {
  max-width: 660px;
  margin-bottom: 0;
  color: rgba(255, 249, 237, .8);
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .045);
}

.home-sections {
  width: min(1320px, 100%);
  margin: auto;
  padding: clamp(68px, 8vw, 112px) max(5vw, 42px) 130px;
}

.home-sections > h2:first-child { margin-top: 0; }

.brand-hero {
  position: relative;
  align-self: stretch;
  min-height: 680px;
  margin: 0;
  overflow: hidden;
  background: #0a1110;
}

.brand-hero::before {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 24%;
  content: "";
  background: linear-gradient(90deg, #0a1210 0%, rgba(10, 18, 16, .72) 38%, transparent 100%);
  pointer-events: none;
}

.brand-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
}

.brand-hero figcaption {
  position: absolute;
  z-index: 2;
  right: 25px;
  bottom: 22px;
  padding: 8px 11px;
  color: rgba(255, 255, 255, .7);
  background: rgba(5, 10, 8, .58);
  font: 600 9px/1 var(--sans);
  letter-spacing: .13em;
  text-transform: uppercase;
  backdrop-filter: blur(7px);
}

.answer {
  position: relative;
  max-width: 920px;
  margin: 46px 0;
  padding: 29px 34px 29px 39px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .42);
}

.answer::before { position: absolute; top: -1px; bottom: -1px; left: -1px; width: 4px; content: ""; background: var(--brass); }
.answer p { margin: 0; }

.evidence-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 28px;
  margin: 42px 0 14px;
  color: var(--brass);
  font: 700 10px/1.5 var(--sans);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.evidence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 42px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: rgba(255, 255, 255, .3);
}

.evidence-grid > div {
  min-width: 0;
  padding: 21px 23px 23px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.evidence-grid dt,
.source-tiers span {
  margin-bottom: 8px;
  color: var(--brass);
  font: 700 9px/1.45 var(--sans);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.evidence-grid dd { margin: 0; color: var(--ink); line-height: 1.55; }
.evidence-grid code { overflow-wrap: anywhere; color: var(--spruce-soft); font-size: 13px; }
.unknown { color: #73786f !important; font-style: italic; }

.evidence-sizes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
  gap: 5px 18px;
  margin: 0;
  padding-left: 18px;
}

.source-tiers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 46px;
}

.source-tiers p {
  display: flex;
  flex-direction: column;
  min-height: 94px;
  margin: 0;
  padding: 24px 26px;
  border: 1px solid var(--line);
  background: rgba(251, 248, 241, .82);
}

.source-register-secondary { margin-top: 18px !important; padding-top: 15px; border-top: 1px solid var(--line); }

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: 18px;
  margin: 32px 0 58px;
}

.card {
  position: relative;
  min-height: 190px;
  padding: 30px 29px 32px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(251, 248, 241, .82);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
  text-decoration: none;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

a.card::after {
  position: absolute;
  right: 25px;
  bottom: 20px;
  content: "↗";
  color: var(--brass);
  font: 17px/1 var(--sans);
  opacity: 0;
  transform: translate(-5px, 5px);
  transition: opacity .25s ease, transform .25s ease;
}

.card:hover {
  z-index: 2;
  border-color: rgba(164, 124, 61, .55);
  background: var(--paper-light);
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

a.card:hover::after { opacity: 1; transform: translate(0, 0); }
.card p { margin: 0; color: #526057; font-size: 15px; line-height: 1.65; }

.artwork-card { padding-top: 0; }

.card-media {
  display: grid;
  place-items: center;
  height: 238px;
  margin: 0 -29px 27px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #111916;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card-media.image-pending {
  padding: 25px;
  color: #7a7468;
  background: linear-gradient(135deg, rgba(164, 124, 61, .09), rgba(18, 48, 39, .045));
  font: 700 9px/1.5 var(--sans);
  letter-spacing: .13em;
  text-align: center;
  text-transform: uppercase;
}

.artwork-figure {
  max-width: 980px;
  margin: 48px 0 58px;
  border: 1px solid rgba(164, 124, 61, .4);
  background: #0d1512;
  box-shadow: var(--shadow);
}

.artwork-figure img {
  display: block;
  width: 100%;
  max-height: 790px;
  object-fit: contain;
}

.artwork-figure figcaption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 28px;
  padding: 17px 21px 19px;
  color: rgba(255, 250, 240, .82);
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: 14px;
  line-height: 1.55;
}

.artwork-figure figcaption small {
  color: rgba(255, 250, 240, .55);
  font: 650 9px/1.6 var(--sans);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.image-rights-pending {
  max-width: 920px;
  margin: 48px 0 58px;
  padding: clamp(34px, 6vw, 68px);
  color: #59625c;
  border: 1px dashed rgba(164, 124, 61, .48);
  background: linear-gradient(135deg, rgba(164, 124, 61, .08), rgba(18, 48, 39, .035));
}

.image-rights-pending > span {
  display: block;
  margin-bottom: 13px;
  color: var(--brass);
  font: 700 10px/1.4 var(--sans);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.image-rights-pending p { max-width: 700px; }

.meta {
  display: block;
  margin-bottom: 13px;
  color: var(--brass);
  font: 700 10px/1.45 var(--sans);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0 40px; }

.chip {
  padding: 9px 14px;
  color: var(--spruce-soft);
  border: 1px solid var(--line);
  border-radius: 99px;
  background: rgba(255, 255, 255, .35);
  font: 650 11px/1 var(--sans);
  letter-spacing: .06em;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

a.chip:hover { color: #fff; border-color: var(--spruce); background: var(--spruce); }

.button {
  display: inline-block;
  padding: 14px 20px;
  color: #fffaf0;
  border: 1px solid var(--spruce);
  background: var(--spruce);
  font: 700 11px/1 var(--sans);
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease;
}

.button:hover { border-color: var(--brass); background: var(--brass); }

.note {
  max-width: 920px;
  margin: 48px 0;
  padding: 23px 27px;
  color: #354139;
  border: 1px solid rgba(164, 124, 61, .3);
  background: rgba(164, 124, 61, .09);
}

.related {
  margin-top: 78px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font: 650 11px/1.8 var(--sans);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.az {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 22px;
  margin-top: 45px;
}

.az section { padding: 22px 24px; border: 1px solid var(--line); background: rgba(255, 255, 255, .35); }
.az section h2 { margin-top: 0; }
.az section h2::after { width: 30px; margin-top: 10px; }
.az section p { line-height: 1.35; }

footer {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 38px 70px;
  padding: 68px max(5vw, calc((100vw - 1220px) / 2));
  color: rgba(255, 250, 240, .72);
  border-top: 4px solid var(--brass);
  background: var(--spruce);
}

footer strong { color: #fffaf0; font-size: 23px; font-weight: 500; }
footer p { margin: 8px 0; }
footer a { color: #fffaf0; }

.fine {
  grid-column: 1 / -1;
  padding-top: 25px;
  color: rgba(255, 250, 240, .45);
  border-top: 1px solid var(--line-light);
  font: 10px/1.5 var(--sans);
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .site-header { align-items: flex-start; flex-direction: column; gap: 4px; padding-top: 14px; padding-bottom: 11px; }
  .brand { min-width: 0; }
  nav { width: 100%; justify-content: flex-start; gap: 22px; overflow-x: auto; scrollbar-width: none; }
  nav::-webkit-scrollbar { display: none; }
  .home-intro { grid-template-columns: 1fr; }
  .home-copy { padding: 72px 6vw 55px; }
  .brand-hero { min-height: min(720px, 92vw); }
  .brand-hero::before { inset: 0 0 auto; width: 100%; height: 18%; background: linear-gradient(180deg, #0a1210, transparent); }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .site-header { position: static; }
  .brand { grid-template-columns: 45px auto; }
  .brand::before { width: 34px; height: 34px; }
  nav { margin-top: 9px; padding-top: 8px; border-top: 1px solid var(--line-light); }
  main { padding: 52px 22px 82px; }
  h1 { font-size: clamp(45px, 14vw, 66px); }
  h2 { margin-top: 2em; }
  .lede { font-size: 20px; }
  .home-copy { padding: 56px 22px 43px; }
  .home-copy h1 { font-size: clamp(51px, 15vw, 68px); }
  .home-copy .answer { padding: 22px 21px 22px 26px; }
  .brand-hero { min-height: 118vw; }
  .brand-hero img { object-position: 57% center; }
  .brand-hero figcaption { right: 14px; bottom: 14px; }
  .home-sections { padding: 64px 22px 82px; }
  .grid { grid-template-columns: 1fr; }
  .card { min-height: 0; }
  .card-media { height: 220px; }
  .artwork-figure { margin: 36px 0 45px; }
  .artwork-figure figcaption { padding: 15px 17px 17px; }
  .answer { padding: 24px 24px 24px 29px; }
  .evidence-grid, .source-tiers { grid-template-columns: 1fr; }
  .evidence-grid > div { padding: 18px 20px 20px; }
  footer { grid-template-columns: 1fr; padding: 50px 22px; }
  .fine { grid-column: 1; }
}

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