:root {
  --ink: #10100f;
  --paper: #f4f1eb;
  --paper-deep: #e9e3d9;
  --muted: #6f6b64;
  --line: rgba(16, 16, 15, .16);
  --accent: #d8ff4f;
  --white: #fff;
  --header-h: 76px;
  --max: 1280px;
  --pad: clamp(22px, 5vw, 72px);
  --serif: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --sans: Inter, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 1000; background: var(--accent); color: var(--ink); padding: 12px 18px; font-weight: 700; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-h); display: flex; align-items: center; justify-content: space-between; padding: 0 var(--pad); color: var(--white); transition: color .25s ease, background .25s ease, border-color .25s ease; border-bottom: 1px solid transparent; }
.site-header.is-dark { color: var(--ink); background: rgba(244, 241, 235, .9); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: .08em; }
.brand-mark { display: grid; place-items: center; width: 34px; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-style: italic; }
.brand-name { font-size: 1rem; }
.global-nav { display: flex; align-items: center; gap: clamp(22px, 3.2vw, 48px); font-size: .72rem; font-weight: 700; letter-spacing: .14em; }
.global-nav a { position: relative; padding: 8px 0; }
.global-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: currentColor; transition: right .25s ease; }
.global-nav a:hover::after, .global-nav a:focus-visible::after, .global-nav a[aria-current="page"]::after { right: 0; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; padding: 12px 8px; background: transparent; color: inherit; }
.menu-button > span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: currentColor; transition: transform .25s ease, opacity .25s ease; }

.hero { position: relative; min-height: 100svh; color: var(--white); overflow: hidden; background: #26231f; }
.hero-media { position: absolute; inset: 0; background: url("/assets/images/hero-artist.jpg") center 32% / cover no-repeat; transform: scale(1.015); animation: heroIn 1.5s cubic-bezier(.2,.7,.2,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.64) 0%, rgba(0,0,0,.2) 48%, rgba(0,0,0,.1) 100%), linear-gradient(0deg, rgba(0,0,0,.42), transparent 45%); }
.hero-copy { position: absolute; left: var(--pad); bottom: clamp(88px, 12vh, 132px); z-index: 2; }
.eyebrow { margin: 0 0 14px; font-size: .68rem; font-weight: 700; letter-spacing: .2em; }
.hero h1 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(5.4rem, 17vw, 15rem); line-height: .72; letter-spacing: -.075em; }
.hero-tagline { margin: clamp(26px, 4vw, 42px) 0 0 5px; font-size: clamp(.95rem, 1.6vw, 1.25rem); letter-spacing: .12em; }
.scroll-cue { position: absolute; right: var(--pad); bottom: 40px; z-index: 2; display: flex; align-items: center; gap: 14px; font-size: .62rem; letter-spacing: .18em; }
.scroll-cue i { position: relative; width: 54px; height: 1px; background: rgba(255,255,255,.75); overflow: hidden; }
.scroll-cue i::after { content: ""; position: absolute; width: 20px; height: 1px; background: #fff; animation: scan 1.8s infinite; }

.section { padding: clamp(100px, 14vw, 190px) var(--pad); }
.section-heading { display: grid; grid-template-columns: 1fr 1.4fr; gap: 20px 60px; max-width: var(--max); margin: 0 auto clamp(60px, 8vw, 112px); align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -4px; color: var(--muted); }
.section-heading h2, .about-copy h2, .contact-inner h2, .page-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 9vw, 8.5rem); font-weight: 400; line-height: .8; letter-spacing: -.06em; }
.section-heading > p:last-child { margin: 0; max-width: 38rem; color: var(--muted); }

.works-section { background: var(--paper); }
.works-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(28px, 4vw, 64px) clamp(16px, 2.2vw, 32px); }
.work-card { min-width: 0; transition-delay: var(--delay, 0ms); }
.work-image { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--paper-deep); }
.work-image::after { content: "VIEW"; position: absolute; inset: auto 14px 14px auto; display: grid; place-items: center; width: 56px; aspect-ratio: 1; border-radius: 50%; background: var(--accent); font-size: .62rem; font-weight: 800; letter-spacing: .1em; transform: scale(0); transition: transform .3s ease; }
.work-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.work-card a:hover img { transform: scale(1.045); filter: saturate(1.08); }
.work-card a:hover .work-image::after { transform: scale(1); }
.work-meta { display: flex; justify-content: space-between; gap: 15px; align-items: start; padding-top: 17px; border-top: 1px solid var(--line); margin-top: 16px; }
.work-meta h3 { margin: 0 0 2px; font-size: .96rem; font-weight: 650; }
.work-meta p, .work-meta span { margin: 0; color: var(--muted); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }

.about-section { max-width: none; background: var(--ink); color: var(--white); display: grid; grid-template-columns: minmax(300px, 1.08fr) minmax(300px, .92fr); gap: clamp(50px, 9vw, 150px); align-items: center; }
.about-photo { max-width: 740px; justify-self: end; }
.about-photo img { width: 100%; filter: saturate(.78) contrast(1.04); }
.about-copy { max-width: 590px; }
.about-copy .eyebrow { color: rgba(255,255,255,.55); }
.about-copy h2 { margin-bottom: 56px; }
.about-copy p { color: rgba(255,255,255,.68); }
.about-copy .about-lead { color: #fff; font-family: var(--serif); font-size: clamp(1.45rem, 2.6vw, 2.35rem); line-height: 1.6; }
.profile-meta { margin: 56px 0 0; border-top: 1px solid rgba(255,255,255,.18); }
.profile-meta div { display: grid; grid-template-columns: 90px 1fr; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.profile-meta dt { font-size: .64rem; letter-spacing: .16em; color: rgba(255,255,255,.5); }
.profile-meta dd { margin: 0; font-size: .82rem; letter-spacing: .08em; }

.news-section { background: var(--paper); }
.news-status { max-width: var(--max); margin: -54px auto 28px; color: #866526; font-size: .78rem; }
.news-status[hidden] { display: none; }
.news-list { max-width: var(--max); margin: 0 auto; border-top: 1px solid var(--line); }
.news-item { border-bottom: 1px solid var(--line); }
.news-item-link { display: grid; grid-template-columns: 220px 1fr 36px; gap: 36px; align-items: center; padding: 32px 8px; transition: padding .25s ease, background .25s ease; }
a.news-item-link:hover { padding-left: 20px; padding-right: 20px; background: rgba(255,255,255,.35); }
.news-date { display: flex; gap: 22px; align-items: center; font-size: .74rem; }
.news-date span { min-width: 82px; color: var(--muted); font-size: .62rem; letter-spacing: .14em; }
.news-copy h3 { margin: 0; font-size: 1rem; font-weight: 600; }
.news-copy p { margin: 6px 0 0; color: var(--muted); font-size: .84rem; }
.news-arrow { justify-self: end; font-size: 1.2rem; }
.section-action { max-width: var(--max); margin: 48px auto 0; text-align: right; }
.text-link { display: inline-flex; gap: 16px; padding: 10px 0; border-bottom: 1px solid var(--ink); font-size: .72rem; font-weight: 700; letter-spacing: .16em; }
.empty-message { padding: 42px 8px; color: var(--muted); }

.contact-section { padding: clamp(100px, 14vw, 190px) var(--pad); background: var(--accent); }
.contact-inner { max-width: var(--max); margin: 0 auto; }
.contact-inner h2 { font-size: clamp(4.8rem, 13vw, 12rem); }
.contact-inner > p:not(.eyebrow) { margin: 44px 0 22px; }
.contact-mail { display: inline-block; font-family: var(--serif); font-size: clamp(1.35rem, 3vw, 2.8rem); border-bottom: 1px solid var(--ink); }
.social-links { display: flex; flex-wrap: wrap; gap: 14px 32px; margin-top: 76px; padding-top: 26px; border-top: 1px solid rgba(16,16,15,.35); }
.social-links a { font-size: .72rem; font-weight: 700; letter-spacing: .13em; }

.site-footer { display: flex; justify-content: space-between; align-items: end; gap: 30px; padding: 46px var(--pad); background: var(--ink); color: rgba(255,255,255,.62); }
.footer-brand { color: #fff; font-family: var(--serif); font-size: 2.4rem; }
.site-footer p { margin: 0; font-size: .62rem; letter-spacing: .08em; }

.subpage { background: var(--paper); }
.news-page { padding-top: var(--header-h); min-height: 75vh; }
.page-hero { padding: clamp(90px, 13vw, 170px) var(--pad) clamp(60px, 8vw, 100px); border-bottom: 1px solid var(--line); }
.page-hero > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.page-hero h1 { margin-top: 10px; }
.page-hero > p:last-child { margin-top: 40px; color: var(--muted); }
.news-archive { padding: 54px var(--pad) clamp(110px, 14vw, 180px); }
.filter-buttons { max-width: var(--max); margin: 0 auto 44px; display: flex; gap: 8px; flex-wrap: wrap; }
.filter-button { border: 1px solid var(--line); border-radius: 999px; padding: 9px 18px; background: transparent; cursor: pointer; font-size: .66rem; font-weight: 700; letter-spacing: .12em; }
.filter-button:hover, .filter-button.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
.news-archive .news-status { margin: 0 auto 20px; }

.error-page { min-height: 100vh; display: grid; place-items: center; padding: 32px; text-align: center; }
.error-page main { max-width: 680px; }
.error-page h1 { font-family: var(--serif); font-size: clamp(2.4rem, 8vw, 5.5rem); font-weight: 400; line-height: 1.1; }
.button { display: inline-block; margin-top: 24px; padding: 14px 24px; background: var(--ink); color: #fff; font-size: .72rem; letter-spacing: .14em; }

.reveal { opacity: 1; transform: none; }
.js-ready .reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.js-ready .reveal.is-visible { opacity: 1; transform: none; }
@keyframes heroIn { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1.015); } }
@keyframes scan { from { transform: translateX(-22px); } to { transform: translateX(58px); } }

@media (max-width: 980px) {
  .works-grid { grid-template-columns: repeat(2, 1fr); }
  .about-section { grid-template-columns: 1fr; }
  .about-photo { justify-self: stretch; max-width: 680px; }
  .about-copy { max-width: 720px; }
  .news-item-link { grid-template-columns: 170px 1fr 30px; gap: 24px; }
}

@media (max-width: 720px) {
  :root { --header-h: 66px; }
  .menu-button { display: block; z-index: 2; }
  .global-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 100px var(--pad); background: var(--ink); color: #fff; font-family: var(--serif); font-size: 2.4rem; font-weight: 400; letter-spacing: -.03em; transform: translateX(100%); transition: transform .38s cubic-bezier(.2,.7,.2,1); }
  .menu-open .global-nav { transform: translateX(0); }
  .menu-open .site-header { color: #fff; background: transparent; border-color: transparent; }
  .menu-open .menu-button > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-open .menu-button > span:nth-child(2) { opacity: 0; }
  .menu-open .menu-button > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero-media { background-position: 58% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,.08) 75%); }
  .hero-copy { bottom: 110px; }
  .hero h1 { font-size: clamp(5rem, 27vw, 8.5rem); }
  .hero-tagline { font-size: .86rem; letter-spacing: .08em; }
  .scroll-cue { left: var(--pad); right: auto; bottom: 34px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading .eyebrow { grid-column: auto; }
  .section-heading h2, .about-copy h2, .contact-inner h2, .page-hero h1 { font-size: clamp(3.7rem, 19vw, 6rem); }
  .works-grid { gap: 42px 14px; }
  .work-meta { display: block; }
  .work-meta > span { display: block; margin-top: 7px; }
  .about-section { padding-left: 0; padding-right: 0; }
  .about-copy { padding: 0 var(--pad); }
  .about-copy h2 { margin-bottom: 38px; }
  .news-item-link { grid-template-columns: 1fr 24px; gap: 16px; padding: 24px 4px; }
  .news-date { grid-column: 1 / -1; justify-content: space-between; }
  .news-copy h3 { line-height: 1.55; }
  .news-copy p { display: none; }
  .contact-inner h2 { font-size: clamp(4.5rem, 23vw, 7rem); }
  .social-links { gap: 14px 20px; }
  .site-footer { display: block; }
  .site-footer p { margin-top: 20px; }
}

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