:root {
  --page: #eeeae1;
  --surface: #f8f6f0;
  --ink: #18212b;
  --muted: #6f7477;
  --line: #c7c2b8;
  --accent: #d46b3c;
  --dark: #111923;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--page); color: var(--ink); font: 16px/1.55 Manrope, sans-serif; }
a, button, input, select, textarea { outline-offset: 4px; }
:focus-visible { outline: 2px solid var(--accent); }
button, input, select, textarea { font: inherit; }
.skip-link { position: absolute; left: 12px; top: -50px; background: var(--accent); color: white; padding: 8px 12px; z-index: 10; }
.skip-link:focus { top: 12px; }
.site-header { height: 72px; display: flex; justify-content: space-between; align-items: center; padding: 0 5vw; border-bottom: 1px solid var(--line); }
.wordmark, .eyebrow, .number, .gallery-note, small { font-family: "Space Grotesk", sans-serif; }
.wordmark { color: var(--ink); font-weight: 700; text-decoration: none; letter-spacing: .04em; }
.site-header nav { display: flex; gap: 28px; }
.site-header nav a, .text-link, .site-footer a { color: inherit; text-underline-offset: 4px; }
.hero { min-height: 790px; position: relative; padding: 8vw 7vw; display: flex; align-items: end; overflow: hidden; }
.sky-art { position: absolute; inset: 0; background: var(--dark); overflow: hidden; }
.horizon { position: absolute; left: 0; right: 0; bottom: 12%; height: 1px; background: var(--accent); }
.nebula { position: absolute; width: 42vw; height: 18vw; left: 38%; top: 22%; background: radial-gradient(ellipse, #e3c59d 0 13%, #b66a4c 34%, transparent 70%); transform: rotate(-18deg); opacity: .85; }
.moon { position: absolute; right: 13%; top: 15%; width: 110px; height: 110px; border-radius: 50%; background: var(--surface); box-shadow: 25px 0 0 var(--dark); }
.orbit { position: absolute; border: 1px solid #d7d3c8; border-radius: 50%; opacity: .45; }
.orbit-a { width: 75vw; height: 35vw; left: 10%; top: 9%; transform: rotate(24deg); }
.orbit-b { width: 60vw; height: 24vw; left: 24%; top: 38%; transform: rotate(-18deg); }
.stars { position: absolute; inset: 0; background-image: radial-gradient(circle, #f8f6f0 0 1px, transparent 1.5px); background-size: 97px 83px; opacity: .7; }
.stars-two { background-size: 151px 127px; background-position: 31px 17px; opacity: .45; }
.sky-code { position: absolute; right: 4vw; bottom: 4vw; color: #ddd9ce; font: 11px "Space Grotesk", sans-serif; letter-spacing: .1em; }
.hero-copy { position: relative; max-width: 650px; color: var(--surface); }
.eyebrow { margin: 0 0 14px; color: var(--accent); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 700; }
h1, h2, h3 { margin: 0; font-family: "Space Grotesk", sans-serif; line-height: 1.02; letter-spacing: -.06em; }
h1 { font-size: clamp(3.5rem, 9vw, 8.5rem); }
h2 { font-size: clamp(2.4rem, 5vw, 5rem); }
h3 { font-size: 1.35rem; }
.hero-copy > p:not(.eyebrow) { max-width: 460px; font-size: 19px; color: #ddd9ce; }
.text-link { display: inline-block; margin-top: 20px; font-weight: 600; }
.archive, .instrument, .notes, .inquiry { padding: 110px 7vw; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 44px; }
.section-head > p { max-width: 430px; margin: 0; color: var(--muted); }
.filters { display: flex; border-bottom: 1px solid var(--line); }
.filters button { border: 0; border-bottom: 2px solid transparent; padding: 10px 14px; background: none; color: var(--muted); cursor: pointer; }
.filters button.is-active { border-color: var(--accent); color: var(--ink); font-weight: 700; }
.contact-sheet { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; gap: 12px; }
.photo { position: relative; overflow: hidden; border: 0; padding: 0; cursor: pointer; background: var(--dark); }
.photo[hidden] { display: none; }.photo-tall { grid-row: span 2; }.photo-wide { grid-column: span 2; }
.photo > span, .detail-art { display: block; width: 100%; height: 100%; position: absolute; inset: 0; }
.photo small { position: absolute; bottom: 12px; left: 12px; color: white; background: var(--dark); padding: 3px 6px; font-size: 10px; }
.scene-orion, .detail-orion { background: radial-gradient(ellipse at 50% 40%, #e3c59d, #a94f3d 23%, #27384b 55%, #111923 75%); }
.scene-andromeda, .detail-andromeda { background: radial-gradient(ellipse, #d5c8a8 0 4%, #8b7867 10%, transparent 34%), #182b42; }
.scene-moon, .detail-moon { background: radial-gradient(circle at 58% 43%, #f1ead7 0 18%, transparent 19%), #8d9aa4; }
.scene-carina, .detail-carina { background: radial-gradient(ellipse, #e4bd88, #b44f3e 20%, #25364a 65%, #111923); }
.scene-whirlpool, .detail-whirlpool { background: radial-gradient(ellipse, #e2d5bb 0 4%, #9f7058 8%, transparent 26%), #202e43; }
.scene-eclipse, .detail-eclipse { background: radial-gradient(circle, #d36b3d 0 18%, #201d27 20% 31%, #111923 32%); }
.gallery-note { color: var(--muted); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.notes { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; background: var(--dark); color: var(--surface); }
.notes-copy > p { max-width: 530px; color: #c5c9c7; font-size: 18px; }.note-list { margin-top: 45px; border-top: 1px solid #47505a; }
.note-list article { display: grid; grid-template-columns: 45px 1fr; gap: 15px; padding: 22px 0; border-bottom: 1px solid #47505a; }.note-list strong { color: var(--accent); font-family: "Space Grotesk"; }.note-list p { color: #c5c9c7; margin-bottom: 0; }
.instrument { border-bottom: 1px solid var(--line); }.instrument-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }.instrument-grid article { border-top: 1px solid var(--line); padding-top: 20px; }.number { color: var(--accent); }.instrument-grid p { color: var(--muted); min-height: 75px; }.instrument-grid b { font: 600 12px "Space Grotesk"; }
.inquiry { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; }.inquiry > div > p:last-child { max-width: 330px; color: var(--muted); }.inquiry form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.inquiry label { display: grid; gap: 7px; color: var(--muted); font-size: 12px; font-weight: 600; }.full { grid-column: 1 / -1; }.inquiry input, .inquiry select, .inquiry textarea { width: 100%; border: 1px solid var(--line); padding: 12px; background: var(--surface); color: var(--ink); }.accent-button { border: 0; padding: 14px 18px; background: var(--accent); color: white; cursor: pointer; font-weight: 700; }.form-status { color: var(--accent); font-weight: 600; }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 30px 7vw; border-top: 1px solid var(--line); color: var(--muted); }.site-footer span { color: var(--ink); font: 700 14px "Space Grotesk"; }.site-footer p { margin: 0; }
dialog { border: 0; padding: 0; background: var(--surface); color: var(--ink); width: min(760px, calc(100% - 30px)); }.detail-art { position: relative; height: 430px; }.detail-copy { position: relative; padding: 28px; }.detail-copy > p:not(.eyebrow) { color: var(--muted); }.dialog-close { position: absolute; z-index: 2; right: 15px; top: 15px; border: 0; border-radius: 50%; width: 38px; height: 38px; background: var(--surface); font-size: 24px; cursor: pointer; }dialog::backdrop { background: rgb(17 25 35 / 78%); }
@media (max-width: 800px) { .section-head, .notes, .inquiry { display: block; }.section-head > p, .filters { margin-top: 25px; }.contact-sheet { grid-template-columns: repeat(2, 1fr); }.instrument-grid { grid-template-columns: 1fr; }.instrument-grid p { min-height: auto; }.notes-copy, .inquiry form { margin-top: 35px; } }
@media (max-width: 560px) { .site-header { padding: 0 18px; }.site-header nav { gap: 10px; }.site-header nav a:first-child { display: none; }.hero { min-height: 680px; padding: 30px 18px; }.nebula { width: 90vw; height: 40vw; left: 5%; }.contact-sheet { grid-template-columns: 1fr; grid-auto-rows: 280px; }.photo-tall, .photo-wide { grid-column: auto; grid-row: auto; }.archive, .instrument, .notes, .inquiry { padding: 75px 18px; }.filters { overflow-x: auto; }.inquiry form { display: block; }.inquiry label, .inquiry .full { margin-bottom: 16px; }.site-footer { display: block; padding: 25px 18px; }.site-footer p { margin: 8px 0 15px; }.detail-art { height: 300px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
