:root {
  color-scheme: dark;
  --bg: #0c0d0d;
  --surface: #121414;
  --surface-raised: #191b1b;
  --text: #e9e9e5;
  --text-soft: #c3c5c1;
  --muted: #929691;
  --line: rgba(233, 233, 229, 0.16);
  --line-strong: rgba(233, 233, 229, 0.34);
  --accent: #b23831;
  --accent-deep: #8f2d28;
  --display: "Segoe UI Variable Display", "Helvetica Neue", Arial, sans-serif;
  --body: "Segoe UI Variable Text", "Helvetica Neue", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --header-h: 68px;
  --page-x: clamp(20px, 4vw, 72px);
  --section-y: clamp(104px, 13vw, 210px);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 18px);
  background: var(--bg);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--bg);
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body::after {
  position: fixed;
  z-index: 90;
  inset: 0;
  opacity: 0.15;
  pointer-events: none;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
}

body.menu-open,
body:has(dialog[open]) {
  overflow: hidden;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

img {
  display: block;
  max-width: 100%;
}

::selection {
  color: var(--text);
  background: var(--accent);
}

.skip-link {
  position: fixed;
  z-index: 300;
  top: 12px;
  left: 12px;
  padding: 11px 15px;
  color: var(--bg);
  background: var(--text);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.header-sentinel {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
}

.site-header {
  position: fixed;
  z-index: 80;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  height: var(--header-h);
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--page-x);
  border-bottom: 1px solid transparent;
  transition: border-color 220ms ease, background-color 220ms ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(12, 13, 13, 0.9);
  backdrop-filter: blur(18px);
}

.wordmark {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.wordmark__seal {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--accent);
  color: var(--accent);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.wordmark__name {
  font-size: 11px;
  font-weight: 680;
  letter-spacing: 0.22em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.5vw, 40px);
}

.site-nav a,
.site-nav button,
.site-footer nav a,
.site-footer nav button {
  padding: 0;
  border: 0;
  color: var(--text-soft);
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.06em;
  white-space: nowrap;
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav button:hover,
.site-nav button:focus-visible,
.site-footer nav a:hover,
.site-footer nav a:focus-visible,
.site-footer nav button:hover,
.site-footer nav button:focus-visible {
  color: var(--text);
}

.nav-inquiry {
  min-height: 36px;
  padding-inline: 15px !important;
  border: 1px solid var(--line-strong) !important;
}

.nav-inquiry:hover,
.nav-inquiry:focus-visible {
  border-color: var(--accent) !important;
  color: var(--text) !important;
  background: var(--accent) !important;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100dvh;
  align-items: center;
  overflow: hidden;
  padding: calc(var(--header-h) + 24px) var(--page-x) 52px;
  background: var(--bg);
}

.hero__media,
.hero__veil {
  position: absolute;
  inset: 0;
}

.hero__media {
  overflow: hidden;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% center;
  filter: contrast(1.1) saturate(0.8);
  transform: scale(1.045) translate3d(var(--hero-x, 0), var(--hero-y, 0), 0);
  transition: transform 900ms var(--ease);
}

.hero__veil {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(12, 13, 13, 0.97) 0%, rgba(12, 13, 13, 0.8) 34%, rgba(12, 13, 13, 0.13) 67%, rgba(12, 13, 13, 0.4) 100%),
    linear-gradient(180deg, rgba(12, 13, 13, 0.48), transparent 40%, rgba(12, 13, 13, 0.65));
}

.hero__direction-field {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: clamp(24px, 5vw, 90px);
  width: min(43vw, 650px);
  aspect-ratio: 1;
  border: 1px solid rgba(233, 233, 229, 0.12);
  border-radius: 50%;
  opacity: 0.46;
  pointer-events: none;
  transform: translateY(-50%) rotate(6deg);
}

.hero__direction-field::before,
.hero__direction-field::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
}

.hero__direction-field::before {
  width: 67%;
  height: 67%;
  border: 1px solid rgba(178, 56, 49, 0.34);
}

.hero__direction-field::after {
  width: 36%;
  height: 36%;
  border: 1px solid rgba(233, 233, 229, 0.13);
}

.hero__direction-field span {
  position: absolute;
  color: rgba(233, 233, 229, 0.62);
  font-size: clamp(18px, 2vw, 32px);
  line-height: 1;
}

.hero__direction-field span:nth-child(1) { top: 2%; left: 50%; transform: translateX(-50%); }
.hero__direction-field span:nth-child(2) { top: 16%; right: 13%; transform: rotate(45deg); }
.hero__direction-field span:nth-child(3) { top: 50%; right: 2%; transform: translateY(-50%) rotate(90deg); }
.hero__direction-field span:nth-child(4) { right: 13%; bottom: 16%; transform: rotate(135deg); }
.hero__direction-field span:nth-child(5) { bottom: 2%; left: 50%; transform: translateX(-50%) rotate(180deg); }
.hero__direction-field span:nth-child(6) { bottom: 16%; left: 13%; transform: rotate(225deg); }
.hero__direction-field span:nth-child(7) { top: 50%; left: 2%; transform: translateY(-50%) rotate(270deg); }
.hero__direction-field span:nth-child(8) { top: 16%; left: 13%; transform: rotate(315deg); }

.hero__copy {
  position: relative;
  z-index: 2;
  width: min(720px, 55vw);
  padding-top: 2vh;
}

.eyebrow {
  margin-bottom: 20px;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  margin-bottom: 26px;
  font-family: var(--display);
  font-size: clamp(56px, 7.1vw, 112px);
  font-weight: 650;
  letter-spacing: -0.065em;
  line-height: 0.87;
}

.hero h1 span,
.hero h1 strong {
  display: block;
}

.hero h1 strong {
  color: transparent;
  -webkit-text-stroke: 1px rgba(233, 233, 229, 0.9);
  font-weight: 560;
  font-style: italic;
  line-height: 1.08;
  padding-bottom: 0.06em;
}

.hero__intro {
  max-width: 500px;
  margin-bottom: 30px;
  color: var(--text-soft);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.6;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 21px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: transform 180ms var(--ease), border-color 180ms ease, background-color 180ms ease;
}

.button:active,
.plain-action:active {
  transform: translateY(1px) scale(0.985);
}

.button--accent {
  border-color: var(--accent);
  color: var(--text);
  background: var(--accent);
}

.button--accent:hover,
.button--accent:focus-visible {
  border-color: #b83a32;
  background: #b83a32;
}

.button--ghost {
  border-color: var(--line-strong);
  color: var(--text);
  background: rgba(12, 13, 13, 0.36);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  border-color: var(--text);
  background: rgba(233, 233, 229, 0.08);
}

.prologue {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px 24px;
  min-height: 90dvh;
  align-items: end;
  padding: var(--section-y) var(--page-x) 84px;
  background: var(--surface);
}

.prologue__mountain {
  position: absolute;
  top: 6%;
  right: 3vw;
  color: rgba(233, 233, 229, 0.035);
  font-size: clamp(220px, 36vw, 600px);
  line-height: 1;
  pointer-events: none;
  transform: rotate(-8deg);
}

.prologue__title {
  grid-column: 1 / span 9;
  align-self: start;
}

.prologue h2 {
  max-width: 1100px;
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(58px, 8.5vw, 142px);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.prologue__essay {
  grid-column: 7 / -1;
  max-width: 610px;
  color: var(--text-soft);
  font-size: clamp(16px, 1.3vw, 20px);
}

.prologue__essay p:last-child {
  margin-bottom: 0;
}

.media-disclosure {
  grid-column: 1 / span 4;
  align-self: end;
  margin: 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  line-height: 1.6;
}

.works {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 100px);
  padding: var(--section-y) var(--page-x);
  background: var(--bg);
}

.works__rail-inner {
  position: sticky;
  top: calc(var(--header-h) + 40px);
  max-width: 390px;
}

.works__rail h2 {
  margin-bottom: 26px;
  font-family: var(--display);
  font-size: clamp(38px, 4.2vw, 67px);
  font-weight: 590;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.works__rail p {
  margin-bottom: 30px;
  color: var(--muted);
}

.plain-action {
  padding: 0 0 8px;
  border: 0;
  border-bottom: 1px solid var(--accent);
  color: var(--text);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 650;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: clamp(54px, 8vw, 120px) clamp(16px, 2.4vw, 36px);
  align-items: start;
}

.work-card {
  grid-column: span 8;
}

.work-card:nth-child(6n + 2) {
  grid-column: 1 / span 5;
}

.work-card:nth-child(6n + 3) {
  grid-column: 6 / span 3;
  padding-top: 15vw;
}

.work-card:nth-child(6n + 4) {
  grid-column: 1 / span 3;
  padding-top: 7vw;
}

.work-card:nth-child(6n + 5) {
  grid-column: 4 / span 5;
}

.work-card__button {
  width: 100%;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.work-art {
  position: relative;
  aspect-ratio: 1.38 / 1;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface-raised);
}

.work-card[data-format="portrait"] .work-art {
  aspect-ratio: 0.76;
}

.work-card:nth-child(6n + 1)[data-format="portrait"] .work-art,
.work-card:nth-child(6n + 6)[data-format="portrait"] .work-art {
  aspect-ratio: 1.42;
}

.work-card[data-format="square"] .work-art {
  aspect-ratio: 1;
}

.work-art__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.04);
  transition: transform 850ms var(--ease), filter 500ms ease;
}

.work-art__wash {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 68% 28%, rgba(226, 227, 222, 0.16) 0 5%, transparent 26%),
    radial-gradient(ellipse at 40% 78%, rgba(207, 210, 205, 0.08), transparent 24%),
    linear-gradient(145deg, #1b1d1d, #101111 58%, #242626);
  transition: transform 850ms var(--ease), filter 500ms ease;
}

.work-art__wash::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 52%;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(233, 233, 229, 0.1);
  color: rgba(233, 233, 229, 0.085);
  content: "☶";
  font-size: clamp(76px, 10vw, 180px);
  line-height: 1;
  transform: translate(-50%, -50%) rotate(-6deg);
}

.work-card[data-composition="mist"] .work-art__wash::before { content: "☵"; }
.work-card[data-composition="wind"] .work-art__wash::before { content: "☴"; }
.work-card[data-composition="moon"] .work-art__wash::before { content: "☱"; }
.work-card[data-composition="valley"] .work-art__wash::before { content: "☷"; }
.work-card[data-composition="watcher"] .work-art__wash::before { content: "☰"; }

.work-art__wash::after {
  position: absolute;
  right: 8%;
  bottom: 10%;
  left: 8%;
  height: 18%;
  opacity: 0.58;
  content: "ORIGINAL ARTWORK PHOTOGRAPHY RESERVED";
  color: var(--muted);
  font-family: var(--mono);
  font-size: clamp(7px, 0.65vw, 10px);
  letter-spacing: 0.12em;
  line-height: 1.5;
}

.work-card[data-composition="mist"] .work-art__wash {
  background:
    radial-gradient(ellipse at 27% 47%, rgba(221, 223, 218, 0.14), transparent 38%),
    linear-gradient(168deg, #161818, #282a2a 58%, #0d0e0e);
}

.work-card[data-composition="wind"] .work-art__wash {
  background:
    repeating-radial-gradient(ellipse at 90% 50%, transparent 0 8%, rgba(220, 222, 217, 0.05) 9% 10%, transparent 11% 15%),
    #151717;
}

.work-card[data-composition="moon"] .work-art__wash {
  background:
    radial-gradient(circle at 67% 31%, rgba(229, 230, 225, 0.18) 0 12%, transparent 12.5%),
    radial-gradient(ellipse at 37% 77%, rgba(233, 233, 229, 0.06), transparent 31%),
    #101212;
}

.work-card[data-composition="valley"] .work-art__wash {
  background:
    linear-gradient(153deg, rgba(233, 233, 229, 0.08) 0 18%, transparent 19% 64%, rgba(233, 233, 229, 0.06) 65%),
    #171919;
}

.work-card[data-composition="watcher"] .work-art__wash {
  background:
    repeating-linear-gradient(103deg, transparent 0 12%, rgba(231, 232, 227, 0.04) 13% 14%, transparent 15% 23%),
    #121414;
}

.work-card__meta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: end;
  padding-top: 16px;
}

.work-card__chapter,
.work-card__status {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
}

.work-card__chapter {
  display: block;
  margin-bottom: 5px;
}

.work-card__meta h3 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 560;
}

.work-card__button:hover .work-art__image,
.work-card__button:focus-visible .work-art__image,
.work-card__button:hover .work-art__wash,
.work-card__button:focus-visible .work-art__wash {
  filter: contrast(1.16);
  transform: scale(1.018);
}

.cosmology {
  padding: var(--section-y) var(--page-x);
  background: var(--surface);
}

.cosmology__opening {
  max-width: 980px;
  margin-bottom: clamp(70px, 9vw, 140px);
}

.cosmology__opening h2 {
  margin-bottom: 28px;
  font-family: var(--display);
  font-size: clamp(50px, 7vw, 110px);
  font-weight: 590;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.cosmology__opening p {
  max-width: 620px;
  margin: 0;
  color: var(--text-soft);
  font-size: clamp(16px, 1.4vw, 20px);
}

.axis-stage {
  position: relative;
  min-height: min(78dvh, 820px);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg);
}

.axis-stage__visual {
  position: absolute;
  inset: 0;
}

.axis-stage__visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(12, 13, 13, 0.03), rgba(12, 13, 13, 0.58) 57%, rgba(12, 13, 13, 0.96) 78%);
}

.axis-stage__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 40% center;
  filter: saturate(0.55) contrast(1.16);
}

.axis-stage__content {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: inherit;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.46fr);
  grid-template-rows: auto 1fr;
  padding: clamp(22px, 3vw, 46px);
}

.axis-tabs {
  grid-column: 1 / -1;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.axis-tabs button {
  min-width: 84px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  color: var(--muted);
  background: rgba(12, 13, 13, 0.62);
  cursor: pointer;
  font-size: 10px;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.axis-tabs button:hover,
.axis-tabs button:focus-visible,
.axis-tabs button[aria-selected="true"] {
  border-color: var(--accent);
  color: var(--text);
  background: var(--accent-deep);
}

.axis-reading {
  grid-column: 2;
  align-self: end;
  padding: 0 0 4vw 3vw;
}

#axis-overline {
  margin-bottom: 16px;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.axis-reading h3 {
  margin-bottom: 20px;
  font-family: var(--display);
  font-size: clamp(35px, 4.2vw, 68px);
  font-weight: 580;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.axis-reading > p:last-child {
  max-width: 390px;
  margin: 0;
  color: var(--text-soft);
}

.trigram-lab {
  display: grid;
  grid-template-columns: minmax(300px, 0.66fr) minmax(500px, 1fr);
  align-items: center;
  gap: clamp(60px, 11vw, 180px);
  padding-top: clamp(110px, 14vw, 220px);
}

.trigram-lab__copy h3 {
  margin-bottom: 23px;
  font-family: var(--display);
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 590;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.trigram-lab__copy > p {
  max-width: 520px;
  color: var(--muted);
}

.trigram-reading {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 20px;
  margin-top: 48px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.trigram-reading > span {
  color: var(--accent);
  font-size: 42px;
  line-height: 1;
}

.trigram-reading p {
  margin-bottom: 7px;
}

#trigram-name {
  color: var(--text);
  font-size: 18px;
  font-weight: 600;
}

#trigram-copy {
  color: var(--muted);
  font-size: 13px;
}

.compass {
  position: relative;
  width: min(100%, 680px);
  aspect-ratio: 1;
  justify-self: center;
}

.compass::before,
.compass::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--line);
  content: "";
  transform: translate(-50%, -50%);
}

.compass::before {
  width: 76%;
  height: 1px;
}

.compass::after {
  width: 1px;
  height: 76%;
}

.compass__orbit {
  position: absolute;
  inset: 13%;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
}

.compass__orbit::before,
.compass__orbit::after {
  position: absolute;
  border: 1px solid var(--line);
  border-radius: 50%;
  content: "";
}

.compass__orbit::before {
  inset: 17%;
}

.compass__orbit::after {
  inset: 38%;
  border-color: rgba(178, 56, 49, 0.5);
}

.compass__core {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: flex;
  width: 132px;
  height: 132px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(178, 56, 49, 0.62);
  border-radius: 50%;
  background: var(--surface);
  transform: translate(-50%, -50%);
}

.compass__core span {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.15em;
}

.compass__core strong {
  margin-top: 4px;
  color: var(--accent);
  font-size: 18px;
  font-weight: 650;
  letter-spacing: 0.12em;
}

.trigram-button {
  position: absolute;
  z-index: 3;
  top: var(--y);
  left: var(--x);
  display: flex;
  width: 82px;
  flex-direction: column;
  align-items: center;
  padding: 7px;
  border: 0;
  color: var(--muted);
  background: var(--surface);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: color 180ms ease, transform 180ms var(--ease);
}

.trigram-button:hover,
.trigram-button:focus-visible,
.trigram-button.is-active {
  color: var(--text);
  transform: translate(-50%, -50%) scale(1.06);
}

.trigram-button.is-active {
  color: var(--accent);
}

.trigram-button__symbol {
  margin-bottom: 4px;
  font-size: 28px;
  line-height: 1;
}

.trigram-button__name {
  font-size: 8px;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.artist {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  gap: clamp(60px, 10vw, 170px);
  padding: clamp(210px, 22vw, 350px) var(--page-x) var(--section-y);
  overflow: hidden;
  background: var(--bg);
}

.artist__name-wall {
  position: absolute;
  top: -0.11em;
  left: calc(var(--page-x) - 0.07em);
  color: rgba(233, 233, 229, 0.045);
  font-family: var(--display);
  font-size: clamp(150px, 25vw, 410px);
  font-weight: 760;
  letter-spacing: -0.09em;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

.artist__direction-marks {
  position: absolute;
  top: clamp(150px, 17vw, 260px);
  right: var(--page-x);
  display: flex;
  gap: clamp(22px, 3vw, 50px);
  color: rgba(233, 233, 229, 0.11);
  font-size: clamp(34px, 4vw, 70px);
  pointer-events: none;
}

.artist__portrait {
  align-self: start;
}

.portrait-reserve {
  position: relative;
  display: grid;
  aspect-ratio: 0.72;
  place-items: end start;
  overflow: hidden;
  border: 1px solid var(--line);
  padding: 24px;
  background:
    linear-gradient(145deg, transparent 0 54%, rgba(233, 233, 229, 0.04) 55% 56%, transparent 57%),
    radial-gradient(ellipse at 55% 34%, rgba(233, 233, 229, 0.08), transparent 25%),
    var(--surface-raised);
}

.portrait-reserve::before {
  position: absolute;
  top: 16%;
  left: 50%;
  width: 32%;
  height: 26%;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}

.portrait-reserve::after {
  position: absolute;
  right: 17%;
  bottom: 8%;
  width: 66%;
  height: 48%;
  border: 1px solid var(--line-strong);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  content: "";
}

.portrait-reserve span {
  position: relative;
  z-index: 2;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.09em;
}

.artist__story {
  padding-top: clamp(20px, 7vw, 110px);
}

.artist__story h2 {
  max-width: 800px;
  margin-bottom: 36px;
  font-family: var(--display);
  font-size: clamp(45px, 6vw, 92px);
  font-weight: 590;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.artist__identity {
  max-width: 720px;
  margin-bottom: 50px;
  color: var(--text-soft);
  font-size: 17px;
}

.artist__biography {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  color: var(--muted);
}

.credentials {
  margin-top: 54px;
  border-top: 1px solid var(--line-strong);
}

.credentials summary {
  position: relative;
  padding: 20px 44px 20px 0;
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  font-weight: 650;
}

.credentials summary::-webkit-details-marker {
  display: none;
}

.credentials summary::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "+";
  color: var(--accent);
  font-size: 23px;
  font-weight: 300;
  transform: translateY(-50%);
}

.credentials[open] summary::after {
  content: "−";
}

.credentials__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 38px;
  padding: 20px 0 4px;
}

.credentials__grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.discipline {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(330px, 0.58fr);
  min-height: 88dvh;
  background: var(--surface);
  overflow: hidden;
}

.discipline__wind-mark {
  position: absolute;
  z-index: 2;
  right: 2vw;
  bottom: -0.14em;
  color: rgba(233, 233, 229, 0.035);
  font-size: min(38vw, 600px);
  line-height: 1;
  pointer-events: none;
}

.discipline__media {
  min-height: 650px;
  overflow: hidden;
}

.discipline__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.7) contrast(1.08);
}

.discipline__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(56px, 7vw, 110px) var(--page-x);
}

.discipline__content h2 {
  margin-bottom: 70px;
  font-family: var(--display);
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 590;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.discipline__facets {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1px;
  background: var(--line);
}

.discipline__facets article {
  padding: 24px;
  background: var(--surface);
}

.discipline__facets article:first-child {
  grid-row: span 2;
  min-height: 280px;
}

.discipline__facets h3 {
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 22px;
  font-weight: 580;
}

.discipline__facets p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.collector {
  position: relative;
  display: grid;
  min-height: 82dvh;
  place-items: center;
  overflow: hidden;
  padding: var(--section-y) var(--page-x);
  background: var(--bg);
}

.collector::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(62vw, 850px);
  aspect-ratio: 1;
  border: 1px solid rgba(178, 56, 49, 0.35);
  border-radius: 0;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
}

.collector::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(38vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(233, 233, 229, 0.1);
  content: "";
  transform: translate(-50%, -50%);
}

.collector__ghost {
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(233, 233, 229, 0.035);
  font-family: var(--display);
  font-size: min(28vw, 430px);
  font-weight: 760;
  letter-spacing: -0.08em;
  transform: translate(-50%, -52%);
  white-space: nowrap;
  user-select: none;
}

.collector__content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  text-align: center;
}

.collector h2 {
  margin-bottom: 25px;
  font-family: var(--display);
  font-size: clamp(56px, 8vw, 126px);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.collector p {
  max-width: 590px;
  margin: 0 auto 30px;
  color: var(--text-soft);
  font-size: 16px;
}

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 50px;
  align-items: start;
  padding: 58px var(--page-x) 46px;
  border-top: 1px solid var(--line);
  background: var(--bg);
}

.footer-trigram {
  position: absolute;
  right: var(--page-x);
  bottom: 20px;
  color: rgba(233, 233, 229, 0.12);
  font-size: 38px;
}

.site-footer > p:not(.copyright) {
  max-width: 400px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.site-footer nav {
  display: flex;
  gap: 22px;
}

.site-footer nav button {
  padding: 0;
}

.copyright {
  grid-column: 1 / -1;
  margin: 22px 0 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
}

dialog {
  width: min(1060px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  padding: 0;
  overflow: auto;
  border: 1px solid var(--line-strong);
  color: var(--text);
  background: var(--surface-raised);
  box-shadow: 0 30px 100px rgba(5, 6, 6, 0.68);
}

dialog::backdrop {
  background: rgba(7, 8, 8, 0.86);
  backdrop-filter: blur(6px);
}

dialog[open] {
  animation: dialog-in 300ms var(--ease) both;
}

@keyframes dialog-in {
  from { opacity: 0; transform: translateY(16px) scale(0.99); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.dialog-close {
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 20px;
  padding: 8px 10px;
  border: 1px solid var(--line-strong);
  color: var(--text);
  background: var(--bg);
  cursor: pointer;
  font-size: 10px;
}

.art-dialog[open] {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(330px, 0.72fr);
}

.art-dialog__visual {
  min-height: min(80dvh, 760px);
  background:
    radial-gradient(ellipse at 55% 35%, rgba(233, 233, 229, 0.11), transparent 32%),
    linear-gradient(145deg, var(--surface-raised), var(--bg));
}

.art-dialog__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 6vw, 88px);
}

.dialog-label {
  margin-bottom: 18px;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.art-dialog__content h2,
.inquiry-dialog h2 {
  margin-bottom: 24px;
  font-family: var(--display);
  font-size: clamp(40px, 4.5vw, 64px);
  font-weight: 590;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.art-dialog__content > p:not(.dialog-label),
.inquiry-dialog__intro > p:not(.dialog-label) {
  color: var(--muted);
}

.art-dialog__details {
  margin: 25px 0 34px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
}

.art-dialog__details > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 8px 0;
}

.art-dialog__details dt {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
}

.art-dialog__details dd {
  margin: 0;
  color: var(--text-soft);
  font-size: 12px;
}

.inquiry-dialog {
  max-width: 870px;
  padding: clamp(52px, 7vw, 90px);
}

.inquiry-dialog__intro {
  max-width: 580px;
  margin-bottom: 38px;
}

#inquiry-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

#inquiry-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#inquiry-form label span {
  color: var(--text-soft);
  font-size: 10px;
  font-weight: 650;
}

#inquiry-form input,
#inquiry-form select,
#inquiry-form textarea {
  width: 100%;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  border-radius: 0;
  outline: 0;
  color: var(--text);
  background: transparent;
}

#inquiry-form input:focus,
#inquiry-form select:focus,
#inquiry-form textarea:focus {
  border-bottom-color: var(--accent);
}

#inquiry-form textarea {
  resize: vertical;
}

#inquiry-form ::placeholder {
  color: #8b8e8a;
  opacity: 1;
}

.form-wide {
  grid-column: 1 / -1;
}

.privacy-note,
.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--muted);
  font-size: 10px;
}

.form-status {
  color: #e7847d;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 760ms var(--ease), transform 760ms var(--ease);
}

.reveal--delay-1 { transition-delay: 80ms; }
.reveal--delay-2 { transition-delay: 160ms; }
.reveal--delay-3 { transition-delay: 240ms; }

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (max-width: 1120px) {
  .hero__copy {
    width: min(680px, 63vw);
  }

  .works {
    grid-template-columns: minmax(240px, 0.4fr) 1fr;
    gap: 45px;
  }

  .trigram-lab {
    gap: 40px;
  }

  .discipline {
    grid-template-columns: 1fr 0.7fr;
  }

  .discipline__facets {
    grid-template-columns: 1fr;
  }

  .discipline__facets article:first-child {
    grid-row: auto;
    min-height: 0;
  }
}

@media (max-width: 860px) {
  .menu-toggle {
    position: relative;
    z-index: 82;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 10px;
  }

  .menu-toggle i,
  .menu-toggle i::after {
    display: block;
    width: 18px;
    height: 1px;
    background: currentColor;
  }

  .menu-toggle i {
    position: relative;
    transition: transform 180ms ease;
  }

  .menu-toggle i::after {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    transition: top 180ms ease, transform 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] i {
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] i::after {
    top: 0;
    transform: rotate(-90deg);
  }

  .site-nav {
    position: fixed;
    z-index: 81;
    inset: 0;
    visibility: hidden;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 23px;
    padding: 90px var(--page-x);
    opacity: 0;
    background: var(--bg);
    transition: opacity 220ms ease, visibility 220ms ease;
  }

  .site-nav.is-open {
    visibility: visible;
    opacity: 1;
  }

  .site-nav a,
  .site-nav button {
    font-size: 26px;
    font-weight: 590;
    letter-spacing: -0.03em;
  }

  .nav-inquiry {
    min-height: 48px;
    margin-top: 10px;
  }

  .hero__copy {
    width: min(650px, 84vw);
  }

  .hero__direction-field {
    right: -16vw;
    width: 70vw;
    opacity: 0.32;
  }

  .hero__veil {
    background:
      linear-gradient(90deg, rgba(12, 13, 13, 0.94), rgba(12, 13, 13, 0.52) 68%, rgba(12, 13, 13, 0.38)),
      linear-gradient(180deg, rgba(12, 13, 13, 0.44), transparent 38%, rgba(12, 13, 13, 0.75));
  }

  .prologue {
    min-height: auto;
  }

  .prologue__title {
    grid-column: 1 / -1;
  }

  .prologue__essay {
    grid-column: 5 / -1;
  }

  .media-disclosure {
    grid-column: 1 / span 4;
  }

  .works {
    grid-template-columns: 1fr;
  }

  .works__rail-inner {
    position: static;
    max-width: 700px;
    margin-bottom: 50px;
  }

  .trigram-lab,
  .artist,
  .discipline {
    grid-template-columns: 1fr;
  }

  .axis-stage__content {
    grid-template-columns: 1fr minmax(290px, 0.65fr);
  }

  .artist {
    gap: 55px;
  }

  .artist__direction-marks {
    top: 130px;
  }

  .artist__portrait {
    width: min(560px, 78vw);
  }

  .artist__story {
    padding-top: 0;
  }

  .discipline__media {
    min-height: 54dvh;
  }

  .discipline__facets {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .discipline__facets article:first-child {
    grid-row: span 2;
    min-height: 260px;
  }
}

@media (max-width: 600px) {
  :root {
    --header-h: 62px;
    --page-x: 18px;
    --section-y: 92px;
  }

  body {
    font-size: 14px;
  }

  .hero {
    min-height: 100dvh;
    padding-top: calc(var(--header-h) + 24px);
  }

  .hero__media img {
    object-position: 61% center;
  }

  .hero__veil {
    background:
      linear-gradient(90deg, rgba(12, 13, 13, 0.9), rgba(12, 13, 13, 0.32)),
      linear-gradient(180deg, rgba(12, 13, 13, 0.38), rgba(12, 13, 13, 0.1) 35%, rgba(12, 13, 13, 0.94) 82%);
  }

  .hero__copy {
    width: 100%;
    align-self: end;
    padding-bottom: 20px;
  }

  .hero__direction-field {
    top: 42%;
    right: -52vw;
    width: 112vw;
    opacity: 0.28;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 72px);
  }

  .hero__intro {
    max-width: 370px;
    font-size: 15px;
  }

  .prologue {
    display: block;
  }

  .prologue h2 {
    margin-bottom: 55px;
    font-size: 53px;
  }

  .prologue__mountain {
    top: 2%;
    right: -20vw;
    font-size: 78vw;
  }

  .prologue__essay {
    margin-bottom: 52px;
  }

  .works-grid {
    display: block;
  }

  .work-card,
  .work-card:nth-child(n) {
    margin-bottom: 58px;
    padding-top: 0;
  }

  .work-card:last-child {
    margin-bottom: 0;
  }

  .work-art,
  .work-card:nth-child(n)[data-format] .work-art {
    aspect-ratio: 0.86;
  }

  .axis-stage {
    min-height: 730px;
  }

  .axis-stage__visual::after {
    background: linear-gradient(180deg, rgba(12, 13, 13, 0.08), rgba(12, 13, 13, 0.72) 52%, rgba(12, 13, 13, 0.98) 75%);
  }

  .axis-stage__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px;
  }

  .axis-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  .axis-tabs button {
    min-height: 42px;
  }

  .axis-reading {
    padding: 0 4px 25px;
  }

  .trigram-lab {
    padding-top: 100px;
  }

  .compass {
    aspect-ratio: auto;
  }

  .compass::before,
  .compass::after,
  .compass__orbit,
  .compass__core {
    display: none;
  }

  .trigram-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--line);
  }

  .trigram-button {
    position: static;
    width: auto;
    min-height: 108px;
    justify-content: center;
    background: var(--surface);
    transform: none;
  }

  .trigram-button:hover,
  .trigram-button:focus-visible,
  .trigram-button.is-active {
    background: var(--surface-raised);
    transform: none;
  }

  .artist {
    padding-top: 150px;
  }

  .artist__name-wall {
    top: 0.06em;
    font-size: 31vw;
  }

  .artist__direction-marks {
    top: 105px;
    right: var(--page-x);
    gap: 16px;
    font-size: 28px;
  }

  .artist__portrait {
    width: 100%;
  }

  .artist__biography,
  .credentials__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .artist__biography p + p {
    margin-top: 8px;
  }

  .credentials__grid {
    gap: 18px;
  }

  .discipline__media {
    min-height: 420px;
  }

  .discipline__content {
    padding: 70px var(--page-x);
  }

  .discipline__wind-mark {
    right: -12vw;
    font-size: 74vw;
  }

  .discipline__facets {
    grid-template-columns: 1fr;
  }

  .discipline__facets article:first-child {
    grid-row: auto;
    min-height: 0;
  }

  .collector {
    min-height: 72dvh;
  }

  .collector h2 {
    font-size: 58px;
  }

  .collector__ghost {
    font-size: 36vw;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .site-footer nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .copyright {
    grid-column: 1;
  }

  .art-dialog[open] {
    display: block;
  }

  .art-dialog__visual {
    min-height: 45dvh;
  }

  .art-dialog__content {
    padding: 48px 22px 34px;
  }

  .inquiry-dialog {
    padding: 56px 20px 30px;
  }

  #inquiry-form {
    grid-template-columns: 1fr;
  }

  .form-wide {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero__media img {
    transform: scale(1.02);
  }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header.is-scrolled,
  dialog::backdrop {
    backdrop-filter: none;
  }

  .site-header.is-scrolled {
    background: var(--bg);
  }
}

/* ==================================================================
   Prints & gifts, language toggle, direct contact
   ================================================================== */

.prints {
  position: relative;
  padding: var(--section-y) var(--page-x);
  border-top: 1px solid var(--line);
  background: var(--bg);
}

.prints__head {
  max-width: 720px;
  margin-bottom: clamp(46px, 6vw, 88px);
}

.prints__head h2 {
  margin: 12px 0 20px;
}

.prints__intro {
  max-width: 620px;
  color: var(--text-soft);
}

.prints-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 268px), 1fr));
  gap: clamp(20px, 2.6vw, 38px);
}

.print-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 22px 26px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--surface);
  transition: border-color 200ms ease, transform 200ms var(--ease);
}

.print-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-3px);
}

.print-card__visual {
  display: flex;
  width: 100%;
  aspect-ratio: 4 / 3;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 2px;
  background: var(--surface-raised);
  overflow: hidden;
}

.print-card__visual span {
  font-family: var(--display);
  font-size: clamp(52px, 7vw, 78px);
  line-height: 1;
  color: var(--text);
  opacity: 0.22;
}

.print-card__visual--silk {
  background: #171414;
}

.print-card__visual--tote {
  background: #141615;
}

.print-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 650;
}

.print-card p {
  margin: 0 0 14px;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.6;
}

.print-card__price {
  margin-bottom: 18px;
  color: var(--text);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.print-card .button {
  margin-top: auto;
}

.print-card a[aria-disabled="true"] {
  opacity: 0.55;
  pointer-events: none;
}

.prints__note {
  max-width: 640px;
  margin: clamp(34px, 4vw, 60px) 0 0;
  color: var(--muted);
  font-size: 13px;
}

.lang-toggle {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-height: 36px;
  padding-inline: 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: color 160ms ease, border-color 160ms ease;
}

.lang-toggle:hover,
.lang-toggle:focus-visible {
  border-color: var(--line-strong);
  color: var(--text);
}

.lang-toggle [data-lang-active] {
  color: var(--text);
}

.contact-direct {
  margin-top: clamp(38px, 5vw, 66px);
  padding-top: clamp(26px, 3vw, 40px);
  border-top: 1px solid var(--line);
}

.contact-direct h3 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 650;
}

.contact-direct p {
  color: var(--text-soft);
  font-size: 14px;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.contact-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding-inline: 18px;
  border: 1px solid var(--line-strong);
  border-radius: 2px;
  color: var(--text);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.contact-link:hover,
.contact-link:focus-visible {
  border-color: var(--accent);
  background: var(--accent);
}

@media (max-width: 860px) {
  .prints-grid {
    grid-template-columns: 1fr;
  }

  .lang-toggle {
    margin-top: 10px;
  }
}
