:root {
  --page: #f3f0e9;
  --surface: #e7e4dc;
  --ink: #20262e;
  --muted: #69727a;
  --line: #c9c3b8;
  --accent: #d8834f;
  --dark: #161c26;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--page); color: var(--ink); font: 16px/1.55 "DM Sans", sans-serif; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { outline-offset: 4px; }
:focus-visible { outline: 2px solid var(--accent); }
.skip-link { position: absolute; left: 12px; top: -50px; background: var(--accent); padding: 8px 12px; z-index: 10; }
.skip-link:focus { top: 12px; }
h1, h2, h3, .wordmark, .eyebrow, dt, .ledger-top, footer span { font-family: "Space Grotesk", sans-serif; }
h1, h2, h3 { line-height: 1.02; letter-spacing: -.06em; }
h1 { font-size: clamp(3.5rem, 8vw, 7.7rem); margin: 0; max-width: 760px; }
h2 { font-size: clamp(2.4rem, 5vw, 4.5rem); margin: 0; }
h3 { font-size: 1.45rem; margin: 12px 0; }
.eyebrow { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 16px; }
.site-header { height: 72px; display: flex; justify-content: space-between; align-items: center; padding: 0 5vw; border-bottom: 1px solid var(--line); }
.wordmark { font-weight: 700; text-decoration: none; letter-spacing: -.04em; }
.site-header nav { display: flex; gap: 25px; }
.site-header nav a { text-decoration: none; font-size: 14px; }
.hero { min-height: 720px; position: relative; background: var(--dark); overflow: hidden; }
.sky-art { position: absolute; inset: 0; background: linear-gradient(#1b2331 5%, #26384a 62%, #10161e 100%); }
.stars { position: absolute; inset: 0; opacity: .9; background-image: radial-gradient(#f3f0e9 1px, transparent 1px), radial-gradient(#f3f0e9 1px, transparent 1px); background-size: 87px 71px, 131px 113px; background-position: 10px 15px, 42px 48px; }
.milky-way { position: absolute; width: 130%; height: 38%; left: -12%; top: 20%; transform: rotate(-16deg); background-image: radial-gradient(ellipse, #e7e4dc 0 1px, transparent 2px); background-size: 19px 17px; opacity: .65; border-radius: 50%; box-shadow: 0 0 45px 20px rgb(231 228 220 / 15%); }
.moon { position: absolute; right: 15%; top: 16%; width: 100px; aspect-ratio: 1; border-radius: 50%; background: var(--page); box-shadow: -18px 2px 0 var(--dark); }
.horizon { position: absolute; inset: auto 0 0; height: 32%; background: #111820; clip-path: polygon(0 63%, 18% 48%, 34% 58%, 49% 35%, 63% 58%, 77% 44%, 100% 53%, 100% 100%, 0 100%); }
.mount { position: absolute; bottom: 24%; left: 53%; width: 110px; height: 115px; }
.mount:before { content: ""; position: absolute; bottom: 0; left: 47px; width: 15px; height: 88px; background: var(--accent); transform: rotate(10deg); }
.mount:after { content: ""; position: absolute; left: 15px; top: 22px; width: 84px; height: 22px; background: var(--accent); transform: rotate(-25deg); }
.mount i { position: absolute; left: 2px; top: 0; width: 48px; height: 16px; background: var(--accent); transform: rotate(-35deg); }
.mount b { position: absolute; bottom: 0; left: 15px; width: 80px; height: 8px; background: var(--accent); }
.tick, .catalog-mark { position: absolute; color: var(--page); font: 11px "Space Grotesk"; letter-spacing: .08em; }
.tick-one { left: 5%; top: 24%; }.tick-two { right: 5%; bottom: 25%; }.catalog-mark { right: 5%; top: 8%; }
.hero-copy { position: absolute; left: 7vw; bottom: 10vh; color: var(--page); max-width: 850px; }
.hero-copy > p:not(.eyebrow) { max-width: 500px; font-size: 19px; margin: 25px 0; color: #d9d9d2; }
.text-link { font-weight: 600; text-underline-offset: 5px; }
.archive, .ledger, .notes, .inquiry { padding: 110px 7vw; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.section-head > p { max-width: 420px; color: var(--muted); }
.filters { display: flex; border-bottom: 1px solid var(--line); overflow-x: auto; }
.filters button { border: 0; border-bottom: 3px solid transparent; background: none; color: var(--muted); padding: 10px 13px; cursor: pointer; white-space: nowrap; }
.filters button.is-active { color: var(--ink); border-color: var(--accent); font-weight: 600; }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 245px; gap: 12px; }
.plate { border: 0; position: relative; overflow: hidden; padding: 0; cursor: pointer; background: var(--surface); }
.plate[hidden] { display: none; }.plate-tall { grid-row: span 2; }.plate-wide { grid-column: span 2; }
.plate small { position: absolute; bottom: 12px; left: 12px; padding: 3px 6px; color: var(--page); background: var(--dark); font: 11px "Space Grotesk"; }
.plate-art { position: absolute; inset: 0; display: block; }
.nebula { background: #242b4c; }.nebula i { position: absolute; width: 75%; aspect-ratio: 1; left: 12%; top: 16%; border-radius: 50%; background: radial-gradient(circle, #efb080, #d36276 32%, #4c3b78 60%, transparent 70%); }.nebula b { position: absolute; width: 5px; height: 5px; left: 28%; top: 35%; background: white; box-shadow: 70px 80px white, 120px -30px white, 170px 52px white; }
.moonset { background: #6f8192; }.moonset i { position: absolute; width: 145px; aspect-ratio: 1; border-radius: 50%; background: #e7e4dc; right: 20%; top: 23%; box-shadow: inset -22px -5px #b8b6ae; }
.milky { background: linear-gradient(#283c5c, #be7455 65%, #25252a 66%); }.milky i { position: absolute; bottom: 0; left: 42%; width: 14%; height: 43%; background: #161c26; }.milky b { position: absolute; bottom: 40%; left: 20%; width: 60%; height: 3px; background: var(--accent); transform: rotate(-20deg); }
.galaxy { background: #151a32; }.galaxy i { position: absolute; inset: 20% 22%; background: radial-gradient(ellipse, #eed6aa, #9a6171 24%, transparent 62%); transform: rotate(-20deg); }.galaxy b { position: absolute; inset: 0; background-image: radial-gradient(white 1px, transparent 1px); background-size: 39px 37px; }
.eclipse { background: #342b3f; }.eclipse i { position: absolute; width: 130px; aspect-ratio: 1; left: 32%; top: 23%; border-radius: 50%; background: var(--accent); box-shadow: 10px 0 var(--dark); }
.antenna { background: linear-gradient(#1d3145 60%, #161c26 60%); }.antenna i { position: absolute; left: 48%; bottom: 0; width: 5px; height: 75%; background: var(--accent); transform: rotate(18deg); }.antenna b { position: absolute; left: 30%; bottom: 32%; width: 42%; height: 15px; border: 3px solid var(--accent); border-radius: 50%; transform: rotate(-20deg); }
.gallery-note { color: var(--muted); font: 11px "Space Grotesk"; letter-spacing: .06em; text-transform: uppercase; margin-top: 16px; }
.ledger { background: var(--dark); color: var(--page); display: grid; grid-template-columns: 1fr 1.15fr; gap: 8vw; align-items: center; }.ledger .eyebrow { color: #aeb6bd; }.ledger-card { border: 1px solid #56616b; padding: 25px; }.ledger-top { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid #56616b; font-size: 11px; letter-spacing: .08em; }.ledger-top strong { color: var(--accent); }.ledger dl { margin: 0; }.ledger dl div { display: grid; grid-template-columns: 130px 1fr; border-bottom: 1px solid #39434c; padding: 13px 0; }.ledger dt { color: #aeb6bd; font-size: 11px; text-transform: uppercase; }.ledger dd { margin: 0; }
.notes { border-bottom: 1px solid var(--line); }.note-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }.note-grid article { border-top: 1px solid var(--line); padding-top: 18px; }.note-grid span { color: var(--accent); font: 700 13px "Space Grotesk"; }.note-grid p { color: var(--muted); max-width: 330px; }
.inquiry { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }.inquiry > div > p:not(.eyebrow) { color: var(--muted); font-size: 18px; max-width: 480px; }.inquiry form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }.inquiry label { display: grid; gap: 7px; font: 600 11px "Space Grotesk"; text-transform: uppercase; letter-spacing: .06em; }.inquiry label:nth-child(3), .inquiry label:nth-child(4), .submit, .form-status { grid-column: 1 / -1; }.inquiry input, .inquiry select, .inquiry textarea { border: 1px solid var(--line); border-radius: 0; padding: 11px; background: transparent; color: var(--ink); }.submit { border: 0; background: var(--accent); color: var(--dark); padding: 13px; font-weight: 700; cursor: pointer; }.form-status { margin: 0; color: var(--muted); }
footer { display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); padding: 30px 7vw 45px; }footer span { font-weight: 700; }footer p { margin: 0; color: var(--muted); }footer a { font-size: 14px; }
dialog { border: 0; padding: 0; width: min(1000px, calc(100% - 28px)); background: var(--page); color: var(--ink); box-shadow: 0 20px 60px #0008; }dialog::backdrop { background: #111820cc; }.lightbox-art { height: min(65vh, 600px); background: #26304e; position: relative; }.lightbox-art:before { content: ""; position: absolute; inset: 15% 20%; border-radius: 50%; background: radial-gradient(circle, #efb080, #d36276 30%, transparent 68%); }.lightbox-copy { display: flex; justify-content: space-between; gap: 20px; padding: 25px; }.lightbox-copy p { color: var(--muted); margin: 0 0 8px; }.lightbox-copy h2 { font-size: 2.2rem; }.details { max-width: 580px; }.close { position: absolute; z-index: 2; right: 15px; top: 15px; border: 1px solid var(--ink); border-radius: 50%; background: var(--page); width: 42px; height: 42px; font-size: 24px; cursor: pointer; }.lightbox-nav button { width: 44px; height: 44px; border: 1px solid var(--ink); background: transparent; cursor: pointer; }
@media (max-width: 800px) { .site-header nav a { display: none; }.hero { min-height: 650px; }.gallery { grid-template-columns: repeat(2, 1fr); }.plate-tall, .plate-wide { grid-column: auto; grid-row: auto; }.section-head, .ledger, .inquiry { display: block; }.filters { margin-top: 25px; }.ledger-card { margin-top: 35px; }.note-grid { grid-template-columns: 1fr; }.inquiry form { margin-top: 35px; } }
@media (max-width: 520px) { h1 { font-size: 3.5rem; }.site-header { padding: 0 18px; }.archive, .ledger, .notes, .inquiry { padding: 75px 18px; }.gallery { grid-template-columns: 1fr; grid-auto-rows: 280px; }.hero-copy { left: 18px; right: 18px; bottom: 35px; }.moon { right: 5%; }.ledger dl div { grid-template-columns: 100px 1fr; }.inquiry form { display: block; }.inquiry label, .submit { margin-top: 16px; }.lightbox-copy { display: block; }.lightbox-nav { margin-top: 20px; } footer { padding-inline: 18px; flex-wrap: wrap; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
