:root {
  --paper: #edf2f7;
  --paper-soft: #dfe8f2;
  --ink: #141414;
  --muted: #6f6b64;
  --line: rgba(20, 20, 20, 0.16);
  --blue: #0a2b68;
  --blue-soft: #dfe8f2;
  --max: 1180px;
  --footer-height: 42px;
  --font-display: "Oswald", "Helvetica Neue", Arial, sans-serif;
  --font-subtitle: "Oswald", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Inter Tight", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: var(--footer-height);
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.55;
  overflow-x: hidden;
  opacity: 1;
  transition: opacity 220ms ease;
}

.js.is-page-entering body,
.js.is-page-leaving body {
  opacity: 0;
}

.js.is-page-leaving body {
  pointer-events: none;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(20, 20, 20, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 20, 20, 0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  mix-blend-mode: multiply;
}

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

.js [data-editable-page],
.js [data-works-category],
.js [data-exhibitions] {
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 220ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js.is-dynamic-loading [data-editable-page],
.js.is-dynamic-loading [data-works-category],
.js.is-dynamic-loading [data-exhibitions] {
  visibility: hidden;
  opacity: 0;
  transform: translateY(0);
  transition: none;
}

.js [data-editable-page].is-dynamic-ready,
.js [data-works-category].is-dynamic-ready,
.js [data-exhibitions].is-dynamic-ready {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.js [data-page-image] {
  visibility: hidden;
}

.js .is-dynamic-ready [data-page-image] {
  visibility: visible;
}

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

button {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 22px clamp(18px, 4vw, 54px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.1vw, 32px);
  font-weight: 300;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.brand-logo {
  width: auto;
  max-width: min(220px, 42vw);
  max-height: 42px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 44px);
  font-family: var(--font-subtitle);
  font-weight: 300;
  font-size: clamp(13px, 0.9vw, 15px);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav-item {
  position: relative;
}

.has-submenu::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -18px;
  right: -18px;
  height: 24px;
}

.nav-trigger {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  transition: color 180ms ease;
}

.nav-links a,
.nav-trigger,
.site-footer a {
  color: var(--muted);
  transition: color 180ms ease;
}

.nav-links a:hover,
.nav-trigger:hover,
.nav-trigger[aria-current="page"],
.site-footer a:hover {
  color: var(--ink);
}

.nav-links a[aria-current="page"] {
  color: var(--ink);
}

.menu-toggle {
  display: none;
}

.submenu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 30;
  display: grid;
  min-width: 152px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(20, 20, 20, 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.submenu a {
  padding: 8px 4px;
  white-space: nowrap;
}

.has-submenu:hover .submenu,
.has-submenu:focus-within .submenu,
.has-submenu.open .submenu,
.has-submenu.hover-open .submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.language-switcher {
  display: flex;
  gap: 4px;
  border: 1px solid var(--line);
  padding: 3px;
}

.language-switcher button {
  border: 0;
  background: transparent;
  color: var(--muted);
  min-width: 34px;
  height: 28px;
  cursor: pointer;
  font-family: var(--font-subtitle);
  font-weight: 200;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.language-switcher button.active {
  background: var(--ink);
  color: var(--paper);
}

.hero {
  position: relative;
  min-height: calc(100svh - 74px);
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(42px, 6vw, 88px) clamp(18px, 5vw, 72px) clamp(34px, 5vw, 72px);
}

.hero-grid {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  min-height: calc(100svh - 180px);
  display: grid;
  grid-template-columns: minmax(270px, 0.62fr) minmax(420px, 1fr) minmax(180px, 0.42fr);
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
}

.hero-copy {
  grid-column: 1;
  align-self: end;
  width: min(360px, 100%);
  margin-bottom: clamp(72px, 10vw, 150px);
  text-align: left;
  will-change: transform;
}

.hero-kicker,
.hero-note {
  color: var(--muted);
  font-family: var(--font-subtitle);
  font-weight: 200;
  font-size: 12px;
  letter-spacing: 0.18em;
  line-height: 1.8;
  text-transform: uppercase;
}

.hero-kicker {
  align-self: start;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  grid-column: 1 / -1;
  padding-top: clamp(18px, 3vw, 42px);
}

.hero-note {
  position: absolute;
  right: clamp(18px, 3vw, 46px);
  top: 50%;
  max-height: 280px;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  opacity: 0.86;
}

.hero-art {
  position: absolute;
  inset: 0 -6vw -2vh -6vw;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
}

.hero-art img {
  width: auto;
  height: min(72svh, 720px);
  max-width: 64vw;
  filter: saturate(1.08) contrast(1.04) brightness(0.98) drop-shadow(0 34px 42px rgba(10, 43, 104, 0.16));
  opacity: 1;
  transform: rotate(-1deg) translateX(16vw);
}

.hero-wash {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 62% 54%, rgba(223, 232, 242, 0.22) 0 24%, rgba(237, 242, 247, 0) 52%),
    linear-gradient(90deg, var(--paper) 0%, rgba(237, 242, 247, 0.08) 32%, rgba(237, 242, 247, 0) 66%, var(--paper) 100%);
}

.hero-meta {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: clamp(18px, 3vw, 44px);
  z-index: 2;
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-family: var(--font-subtitle);
  font-weight: 200;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-main {
  min-height: calc(100svh - 86px - var(--footer-height));
  background: #edf2f7;
}

.home-cover {
  min-height: calc(100svh - 86px - var(--footer-height));
  display: grid;
  place-items: center;
  gap: clamp(18px, 2.6vw, 34px);
  padding: clamp(32px, 5vw, 74px) clamp(18px, 5vw, 72px);
  background: #edf2f7;
  text-align: center;
}

.home-artwork {
  margin: 0;
  background: #edf2f7;
}

.home-artwork img {
  width: min(78vw, 1040px);
  height: auto;
  max-height: min(66svh, 720px);
  object-fit: contain;
  filter: saturate(0.98) contrast(0.99);
  box-shadow: 0 34px 90px rgba(20, 20, 20, 0.045);
}

.instagram-link {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--ink);
}

.instagram-link svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
}

.rights {
  margin: 0;
  color: var(--muted);
  font-family: var(--font-subtitle);
  font-weight: 200;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow,
.section-label,
.work-card span {
  margin: 0 0 18px;
  color: var(--muted);
  font-family: var(--font-subtitle);
  font-weight: 200;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 300;
  line-height: 1.02;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  font-size: clamp(48px, 5vw, 74px);
  letter-spacing: 0.01em;
}

h2 {
  max-width: 820px;
  font-size: clamp(36px, 4.8vw, 68px);
  letter-spacing: 0.01em;
}

h3 {
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: 0.01em;
}

.hero-line {
  max-width: 300px;
  margin: 18px 0 0;
  color: #4a4640;
  font-weight: 300;
  font-size: clamp(15px, 1.25vw, 18px);
  text-shadow: none;
}

.threshold {
  position: relative;
  min-height: 82svh;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(180deg, var(--paper) 0%, #e7eef5 48%, var(--paper) 100%);
  color: var(--ink);
}

.threshold::before {
  content: "";
  position: absolute;
  inset: 9% 7% 12% auto;
  width: min(48vw, 620px);
  z-index: -1;
  border: 1px solid rgba(20, 20, 20, 0.1);
  background:
    linear-gradient(90deg, rgba(237, 242, 247, 0.72), rgba(237, 242, 247, 0.12)),
    url("assets/dossier-cover-detail.jpg") center / cover;
  opacity: 0.56;
  filter: saturate(0.82) contrast(0.98);
}

.threshold-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 14% 42%, rgba(10, 43, 104, 0.09), transparent 26%),
    radial-gradient(circle at 75% 52%, rgba(10, 43, 104, 0.08), transparent 32%);
  transform: translate3d(0, var(--parallax-y, 0px), 0);
}

.threshold::after {
  content: "";
  position: absolute;
  inset: auto 8% 12% 8%;
  height: 1px;
  z-index: -1;
  background: var(--line);
}

.threshold-panel {
  width: min(980px, calc(100% - 36px));
  padding: clamp(34px, 6vw, 72px);
  border-left: 1px solid rgba(20, 20, 20, 0.16);
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  background: linear-gradient(90deg, rgba(237, 242, 247, 0.9), rgba(237, 242, 247, 0.5));
  backdrop-filter: blur(12px);
  text-align: left;
  box-shadow: 0 26px 70px rgba(20, 20, 20, 0.045);
}

.threshold-number {
  display: block;
  margin-bottom: 18px;
  color: var(--blue);
  font-family: var(--font-subtitle);
  font-weight: 200;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.threshold-panel h2 {
  max-width: 660px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(36px, 4.8vw, 66px);
  font-weight: 300;
}

.threshold-panel p {
  max-width: 520px;
  margin: 22px 0 0 auto;
  color: var(--muted);
  font-weight: 300;
  font-size: clamp(17px, 1.6vw, 22px);
}

.scroll-work {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(320px, 1.1fr) minmax(280px, 0.9fr);
  align-items: center;
  gap: clamp(28px, 6vw, 86px);
  padding: clamp(54px, 9vw, 120px) clamp(18px, 5vw, 72px);
  background: linear-gradient(180deg, var(--paper) 0%, #f7fbff 50%, var(--paper) 100%);
  overflow: hidden;
}

.scroll-work::before {
  content: "";
  position: absolute;
  inset: 8% auto 8% 0;
  width: min(58vw, 760px);
  background: var(--paper-soft);
  opacity: 0.64;
}

.scroll-work-image {
  position: relative;
  z-index: 1;
  margin: 0;
  width: min(720px, 100%);
  justify-self: center;
  will-change: transform;
}

.scroll-work-image img {
  width: 100%;
  max-height: 78svh;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 48px 42px rgba(20, 20, 20, 0.12));
}

.scroll-work-copy {
  position: relative;
  z-index: 2;
  max-width: 470px;
  padding: clamp(22px, 4vw, 38px);
  background: rgba(237, 242, 247, 0.74);
  border: 1px solid rgba(20, 20, 20, 0.1);
  backdrop-filter: blur(14px);
}

.scroll-work-copy p:last-child {
  max-width: 410px;
  color: var(--muted);
  font-weight: 300;
  font-size: clamp(18px, 2vw, 23px);
}

.work-details {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
}

.work-details div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
}

.work-details dt {
  color: var(--muted);
  font-family: var(--font-subtitle);
  font-weight: 200;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.work-details dd {
  margin: 0;
  color: #37332f;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.45;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 900ms ease,
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

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

[data-parallax] {
  transform: translate3d(0, var(--parallax-y, 0px), 0);
}

.section-pad {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(72px, 11vw, 150px) clamp(18px, 4vw, 48px);
}

.page-main {
  min-height: 72svh;
}

.page-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(76px, 10vw, 138px) clamp(18px, 4vw, 48px) clamp(42px, 7vw, 84px);
  border-bottom: 1px solid var(--line);
}

.compact-hero {
  padding-top: clamp(34px, 5vw, 70px);
  padding-bottom: clamp(24px, 4vw, 48px);
}

.page-hero .section-label {
  margin-bottom: 24px;
}

.page-hero p {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-weight: 300;
  font-size: clamp(17px, 1.7vw, 22px);
}

.category-label-row {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 52px) clamp(18px, 4vw, 48px) 0;
}

.category-label-row .section-label {
  margin-bottom: 0;
}

.page-columns {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: clamp(28px, 8vw, 90px);
}

.text-block {
  max-width: 830px;
}

.text-block p,
.text-block li {
  color: #35322e;
  font-weight: 300;
  font-size: clamp(16px, 1.35vw, 19px);
}

.text-block p {
  margin: 0 0 22px;
}

.clean-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.clean-list li {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.statement {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: clamp(28px, 8vw, 90px);
  border-top: 1px solid var(--line);
}

.statement-page {
  background: #fff;
}

.statement-editorial {
  display: grid;
  grid-template-columns: minmax(340px, 40vw) minmax(360px, 1fr);
  align-items: start;
  gap: clamp(34px, 6vw, 84px);
  padding: 0 clamp(28px, 5vw, 78px) clamp(72px, 9vw, 140px) 0;
}

.statement-page[data-editable-page="statement"] .statement-editorial {
  align-items: stretch;
  min-height: calc(100svh - 83px);
  padding-bottom: 0;
}

.statement-media {
  position: sticky;
  top: 83px;
  align-self: start;
  margin: 0;
  min-height: calc(100svh - 83px);
  background: var(--paper-soft);
  overflow: hidden;
}

.statement-media img {
  width: 100%;
  height: calc(100svh - 83px);
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02);
}

.statement-page[data-editable-page="statement"] .statement-media {
  height: calc(100svh - 83px);
}

.statement-page[data-editable-page="statement"] .statement-copy {
  padding-bottom: clamp(54px, 7vw, 96px);
}

@media (min-width: 861px) {
  body.editorial-shell {
    overflow: hidden;
    background: #fff;
  }

  body.editorial-shell .page-main {
    height: calc(100svh - 83px - var(--footer-height));
    min-height: 0;
    overflow: hidden;
  }

  body.editorial-shell .statement-editorial {
    height: 100%;
    min-height: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  body.editorial-shell .statement-media {
    position: relative;
    top: auto;
    height: 100%;
    min-height: 0;
  }

  body.editorial-shell .statement-media img {
    height: 100%;
  }

  body.editorial-shell .statement-copy {
    height: 100%;
    max-width: none;
    overflow-y: auto;
    padding-right: clamp(28px, 5vw, 78px);
    padding-bottom: clamp(48px, 6vw, 82px);
    scrollbar-gutter: stable;
  }

  body.editorial-shell .statement-body {
    max-width: 620px;
  }

}

.statement-copy {
  max-width: 620px;
  padding-top: clamp(42px, 6vw, 86px);
}

.statement-copy h1 {
  max-width: 540px;
  margin-bottom: clamp(22px, 3vw, 38px);
  font-size: clamp(28px, 2.55vw, 40px);
  line-height: 1.06;
  letter-spacing: 0.015em;
}

.statement-body {
  color: #35322e;
  font-weight: 300;
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.6;
}

.statement-body p {
  margin: 0 0 0.95em;
}

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

.download-cv-button {
  display: inline-flex;
  width: fit-content;
  margin-top: clamp(22px, 3vw, 34px);
  border: 1px solid var(--ink);
  padding: 12px 18px;
  color: var(--ink);
  font-family: var(--font-subtitle);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.download-cv-button:hover {
  background: var(--ink);
  color: #fff;
}

.statement-text {
  columns: 2 290px;
  column-gap: clamp(32px, 5vw, 72px);
  margin-top: 34px;
}

.statement-text p,
.featured-work p,
.studio-copy p {
  margin: 0 0 22px;
  color: #35322e;
  font-weight: 300;
  font-size: clamp(16px, 1.4vw, 19px);
}

.section-intro {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: clamp(28px, 8vw, 90px);
  margin-bottom: clamp(44px, 7vw, 88px);
}

.featured-work {
  display: grid;
  grid-template-columns: minmax(300px, 1.1fr) minmax(260px, 0.9fr);
  align-items: center;
  gap: clamp(30px, 7vw, 90px);
  padding: clamp(26px, 4vw, 46px);
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 36px 90px rgba(20, 20, 20, 0.08);
}

.featured-work figure {
  margin: 0;
}

.featured-work img {
  width: 100%;
  aspect-ratio: 0.82 / 1;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.04);
}

.featured-work h3 {
  margin-bottom: 22px;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(18px, 2.8vw, 36px);
  margin-top: clamp(54px, 9vw, 110px);
}

.work-card {
  grid-column: span 4;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  position: relative;
}

.work-card.large {
  grid-column: span 6;
}

.work-card.tall {
  grid-column: span 5;
}

.work-card img {
  width: 100%;
  aspect-ratio: 1 / 1.15;
  object-fit: cover;
  background: var(--paper-soft);
  margin-bottom: 18px;
  overflow: hidden;
  transition:
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 900ms ease;
}

.work-card:hover img {
  transform: scale(1.025);
  filter: saturate(1.04);
}

.work-card.large img {
  aspect-ratio: 1 / 1.22;
}

.work-card.tall img {
  aspect-ratio: 0.78 / 1;
}

.work-card h3 {
  font-size: clamp(28px, 2.8vw, 40px);
}

.category-grid {
  margin-top: 0;
}

.category-grid .work-card.large {
  grid-column: span 6;
}

.category-grid .work-card img {
  aspect-ratio: 1 / 1.08;
}

.ceramic-archive,
.artwork-archive {
  display: grid;
  gap: clamp(34px, 6vw, 76px);
  padding-top: clamp(18px, 3vw, 38px);
}

.artwork-sheet {
  display: grid;
  grid-template-columns: minmax(420px, 1.42fr) minmax(280px, 0.72fr);
  gap: clamp(22px, 3.8vw, 52px);
  align-items: center;
  padding: clamp(16px, 2.4vw, 30px);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(20, 20, 20, 0.08);
  box-shadow: 0 34px 86px rgba(20, 20, 20, 0.07);
}

.artwork-gallery {
  display: grid;
  gap: 14px;
  align-self: stretch;
  min-width: 0;
}

.gallery-main {
  position: relative;
  margin: 0;
  background: #eef3f8;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 1.42 / 1;
}

.gallery-main img {
  width: 100%;
  height: auto;
  max-height: 100%;
  aspect-ratio: 1.42 / 1;
  object-fit: contain;
  filter: saturate(0.98) contrast(0.99);
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 360ms ease,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-main img.is-transitioning {
  opacity: 0;
  transform: scale(0.992);
}

.gallery-thumbs {
  display: none;
}

.gallery-arrow {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(20, 20, 20, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 200;
  line-height: 1;
  opacity: 1;
  transform: translateY(-50%);
  transition:
    opacity 180ms ease,
    background 180ms ease;
}

.gallery-arrow {
  top: 50%;
}

.gallery-prev {
  left: 16px;
}

.gallery-next {
  right: 16px;
}

.gallery-arrow:hover {
  background: rgba(255, 255, 255, 0.96);
}

.gallery-thumb,
.gallery-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1 / 0.78;
  border: 1px solid rgba(20, 20, 20, 0.12);
  background: #f4f6f7;
  color: var(--muted);
}

.gallery-thumb {
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.74;
  transition:
    opacity 180ms ease,
    transform 360ms ease;
}

.gallery-thumb:hover img,
.gallery-thumb.active img {
  opacity: 1;
}

.gallery-thumb.active {
  border-color: var(--ink);
}

.gallery-placeholder {
  border-style: dashed;
  font-family: var(--font-subtitle);
  font-weight: 200;
  font-size: 22px;
  letter-spacing: 0;
}

.artwork-info {
  align-self: center;
  min-width: 0;
  padding-right: clamp(4px, 1vw, 16px);
}

.artwork-info h2 {
  max-width: none;
  font-size: clamp(28px, 2.55vw, 40px);
  letter-spacing: 0.015em;
  white-space: normal;
  overflow-wrap: anywhere;
}

.artwork-description {
  max-width: 520px;
  margin: 22px 0 0;
  color: #35322e;
  font-weight: 300;
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.6;
}

.artwork-description p {
  margin: 0 0 0.95em;
}

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

.artwork-sheet .work-details {
  gap: 10px;
  margin-top: 28px;
}

.artwork-sheet .work-details div {
  display: block;
}

.artwork-sheet .work-details dt {
  display: none;
}

.artwork-sheet .work-details dd {
  font-size: 14px;
}

.textile-archive {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(24px, 3vw, 42px);
}

.textile-archive .artwork-sheet {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
  height: 100%;
  padding: clamp(14px, 2vw, 24px);
}

.textile-archive .artwork-gallery {
  align-self: auto;
}

.textile-archive .gallery-main {
  min-height: 0;
  aspect-ratio: 1 / 1.16;
}

.textile-archive .gallery-main img {
  aspect-ratio: 1 / 1.16;
  object-fit: contain;
}

.textile-archive .artwork-info {
  padding-right: 0;
}

.textile-archive .artwork-info h2 {
  font-size: clamp(26px, 2.2vw, 36px);
}

.textile-archive .artwork-description {
  max-width: none;
}

.exhibitions-archive {
  display: grid;
  gap: clamp(54px, 7vw, 96px);
  padding-top: clamp(18px, 3vw, 38px);
}

.exhibitions-group {
  display: grid;
  gap: clamp(22px, 3vw, 38px);
}

.exhibitions-group > h2 {
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
  color: var(--muted);
  font-size: clamp(24px, 2.5vw, 38px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.exhibitions-grid {
  display: grid;
  gap: clamp(24px, 3.5vw, 48px);
}

.exhibitions-grid.featured {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.exhibition-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(22px, 3.6vw, 54px);
  align-items: center;
  padding: clamp(16px, 2.4vw, 30px);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(20, 20, 20, 0.08);
  box-shadow: 0 34px 86px rgba(20, 20, 20, 0.07);
}

.exhibitions-grid.featured .exhibition-card:first-child {
  grid-column: 1 / -1;
}

.exhibitions-grid.past .exhibition-card {
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 1fr);
  box-shadow: 0 20px 58px rgba(20, 20, 20, 0.045);
}

.exhibition-image {
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  aspect-ratio: 1.28 / 1;
  min-height: clamp(300px, 34vw, 520px);
  place-items: center;
  padding: clamp(10px, 1.3vw, 18px);
  margin: 0;
  background: linear-gradient(135deg, rgba(238, 243, 248, 0.92), rgba(248, 250, 251, 0.98));
  overflow: hidden;
}

.exhibition-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  filter: saturate(0.98) contrast(0.99);
}

.exhibition-image.is-empty {
  min-height: 280px;
}

.exhibition-copy {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.exhibition-copy h2 {
  max-width: 680px;
  font-size: clamp(30px, 3.1vw, 54px);
  letter-spacing: 0.015em;
  overflow-wrap: anywhere;
}

.exhibition-description {
  max-width: 620px;
  margin-top: 22px;
  color: #35322e;
  font-size: clamp(14px, 1.15vw, 16px);
  font-weight: 300;
  line-height: 1.65;
}

.exhibition-description p {
  margin: 0 0 0.95em;
}

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

.exhibition-meta {
  display: grid;
  gap: 6px;
  margin-top: 26px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.exhibition-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  border: 1px solid var(--ink);
  padding: 11px 16px;
  color: var(--ink);
  font-family: var(--font-subtitle);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.exhibition-link:hover {
  background: var(--ink);
  color: #fff;
}

.help-text {
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.6;
}

.card-details {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 300;
  font-size: 13px;
  line-height: 1.5;
}

.studio {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(320px, 1.2fr);
  align-items: end;
  gap: clamp(32px, 7vw, 90px);
  border-top: 1px solid var(--line);
}

.studio-copy p {
  max-width: 610px;
  margin-top: 28px;
}

.studio-images {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 18px;
  align-items: end;
}

.studio-images img:first-child {
  aspect-ratio: 0.82 / 1;
  object-fit: cover;
}

.studio-images img:last-child {
  aspect-ratio: 0.72 / 1;
  object-fit: cover;
  margin-bottom: 42px;
}

.contact {
  min-height: 54vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid var(--line);
}

.contact h2 {
  margin-bottom: 28px;
}

.contact a {
  width: fit-content;
  border-bottom: 1px solid currentColor;
  color: var(--blue);
  font-weight: 300;
  font-size: clamp(18px, 2vw, 24px);
}

.contact-copy h1 {
  max-width: 620px;
}

.contact-intro {
  max-width: 520px;
  margin: 0 0 28px;
  color: #4a4640;
  font-size: clamp(15px, 1.2vw, 17px);
}

.contact-form {
  display: grid;
  max-width: 620px;
  gap: 18px;
  padding-bottom: 28px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field label {
  color: var(--muted);
  font-family: var(--font-subtitle);
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(20, 20, 20, 0.22);
  border-radius: 0;
  padding: 10px 0 12px;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 300;
  outline: none;
  transition:
    border-color 180ms ease,
    background 180ms ease;
}

.form-field textarea {
  min-height: 140px;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--ink);
  background: rgba(237, 242, 247, 0.32);
}

.captcha-field strong {
  display: inline-block;
  margin-left: 8px;
  color: var(--ink);
  font-weight: 300;
  letter-spacing: 0.08em;
}

.form-hp {
  position: absolute;
  left: -9999px;
}

.form-submit {
  width: fit-content;
  margin-top: 8px;
  border: 1px solid var(--ink);
  padding: 12px 18px;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
  font-family: var(--font-subtitle);
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.form-submit:hover {
  background: transparent;
  color: var(--ink);
}

.form-status {
  max-width: 620px;
  margin: 0 0 22px;
  border-left: 1px solid var(--ink);
  padding: 10px 0 10px 16px;
  color: #35322e;
  font-size: 15px;
}

.form-status.is-error {
  border-color: #8a2f2f;
  color: #8a2f2f;
}

.site-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: var(--footer-height);
  padding: 8px clamp(18px, 4vw, 54px);
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(16px);
  color: var(--muted);
  font-family: var(--font-subtitle);
  font-weight: 200;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.footer-social a {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  min-height: 24px;
  color: var(--ink);
}

.footer-social svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 16px 18px;
    z-index: 80;
  }

  .brand {
    min-width: 0;
    font-size: clamp(22px, 7vw, 28px);
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .brand-logo {
    max-width: min(190px, 44vw);
    max-height: 36px;
  }

  .menu-toggle {
    position: relative;
    display: inline-block;
    justify-self: end;
    width: 42px;
    height: 38px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--ink);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transition:
      background 180ms ease,
      border-color 180ms ease;
  }

  .menu-toggle:hover,
  .site-header.menu-open .menu-toggle {
    background: var(--ink);
    border-color: var(--ink);
  }

  .menu-toggle span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition:
      opacity 180ms ease,
      transform 220ms ease;
  }

  .menu-toggle span:nth-child(1) {
    transform: translate(-50%, calc(-50% - 6px));
  }

  .menu-toggle span:nth-child(3) {
    transform: translate(-50%, calc(-50% + 6px));
  }

  .site-header.menu-open .menu-toggle {
    color: var(--paper);
  }

  .site-header.menu-open .menu-toggle span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .site-header.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.menu-open .menu-toggle span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .language-switcher {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    width: 100%;
    margin-top: 18px;
    padding: 4px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.98);
  }

  .language-switcher button {
    height: 34px;
    font-size: 12px;
  }

  .nav-links {
    position: fixed;
    top: 70px;
    bottom: auto;
    left: 12px;
    right: 12px;
    z-index: 75;
    display: grid;
    justify-content: stretch;
    gap: 0;
    max-height: calc(100svh - 70px - var(--footer-height) - 24px - env(safe-area-inset-bottom));
    padding: 18px 20px 22px;
    overflow-y: auto;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 80px rgba(20, 20, 20, 0.12);
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.16em;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    visibility: hidden;
    transition:
      opacity 180ms ease,
      transform 220ms ease,
      visibility 0s linear 220ms;
  }

  .site-header.menu-open .nav-links {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
    transition:
      opacity 180ms ease,
      transform 220ms ease,
      visibility 0s linear 0s;
  }

  .nav-links a,
  .nav-trigger {
    display: block;
    width: 100%;
    padding: 13px 0;
    text-align: left;
    color: var(--ink);
  }

  .nav-item.has-submenu {
    display: grid;
  }

  .has-submenu::after {
    display: none;
  }

  .submenu {
    position: static;
    min-width: 0;
    padding: 0 0 8px 15px;
    margin: 0 0 5px;
    border: 0;
    border-left: 1px solid var(--line);
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .submenu a {
    padding: 10px 0;
    color: var(--muted);
  }

  .has-submenu:hover .submenu,
  .has-submenu:focus-within .submenu,
  .has-submenu.open .submenu,
  .has-submenu.hover-open .submenu {
    transform: none;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    align-items: stretch;
    padding-top: 22px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .hero-grid {
    display: contents;
  }

  .hero-copy {
    order: 3;
    width: min(360px, 100%);
    margin: 28px 0 0;
    padding-top: 0;
    text-align: left;
    position: relative;
    z-index: 2;
  }

  .hero-kicker {
    order: 1;
    width: 100%;
    padding-top: 34px;
  }

  .hero-art {
    order: 2;
    position: relative;
    inset: auto;
    z-index: 1;
    width: 100%;
    height: auto;
    margin: 54px 0 0;
    display: flex;
    justify-content: center;
    overflow: visible;
  }

  .hero-art img {
    width: min(82vw, 360px);
    height: auto;
    max-width: none;
    transform: rotate(-1deg);
  }

  .hero-wash {
    background:
      radial-gradient(circle at 58% 62%, rgba(223, 232, 242, 0.22) 0 28%, rgba(237, 242, 247, 0) 56%),
      linear-gradient(180deg, var(--paper) 0%, rgba(237, 242, 247, 0.04) 50%, var(--paper) 100%);
  }

  .hero-meta {
    order: 4;
    position: static;
    width: 100%;
    margin-top: 22px;
    justify-content: space-between;
  }

  .hero-note {
    display: none;
  }

  .threshold {
    min-height: 78svh;
  }

  .threshold-panel {
    width: calc(100% - 32px);
    padding: 28px 20px;
  }

  .home-main,
  .home-cover {
    min-height: calc(100svh - 74px - var(--footer-height));
  }

  .home-cover {
    gap: 0;
    padding: 0;
    overflow: hidden;
  }

  .home-artwork {
    width: 100%;
    height: calc(100svh - 74px - var(--footer-height));
  }

  .home-artwork img {
    width: 100%;
    height: 100%;
    max-height: none;
    max-width: none;
    object-fit: cover;
    object-position: center;
    box-shadow: none;
  }

  .scroll-work {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .scroll-work::before {
    inset: 20% 0 auto 0;
    width: 100%;
    height: 42%;
  }

  .work-details div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .statement,
  .section-intro,
  .statement-editorial,
  .featured-work,
  .artwork-sheet,
  .exhibition-card,
  .studio,
  .page-columns {
    grid-template-columns: 1fr;
  }

  .artwork-sheet {
    gap: 18px;
    padding: 12px;
  }

  .textile-archive {
    grid-template-columns: 1fr;
  }

  .exhibitions-grid.featured {
    grid-template-columns: 1fr;
  }

  .exhibitions-grid.past .exhibition-card {
    grid-template-columns: 1fr;
  }

  .gallery-main {
    aspect-ratio: auto;
  }

  .gallery-main img {
    height: auto;
    max-height: 68svh;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .textile-archive .gallery-main img {
    aspect-ratio: auto;
    max-height: 72svh;
  }

  .artwork-info h2 {
    font-size: clamp(30px, 10vw, 44px);
    line-height: 1.03;
    white-space: normal;
  }

  .artwork-description,
  .exhibition-description,
  .contact-intro {
    font-size: clamp(15px, 4.2vw, 18px);
    line-height: 1.55;
  }

  .exhibition-card {
    gap: 18px;
    padding: 14px;
  }

  .exhibition-image {
    aspect-ratio: auto;
    min-height: 0;
    padding: 10px;
  }

  .exhibition-image img {
    width: 100%;
    height: auto;
    max-height: 68svh;
    object-fit: contain;
  }

  .exhibition-copy h2 {
    font-size: clamp(30px, 10vw, 44px);
    line-height: 1.03;
  }

  .statement-editorial {
    gap: 0;
    padding: 0 0 58px;
  }

  .statement-media {
    position: relative;
    top: auto;
    width: 100vw;
    height: min(62svh, 560px);
    min-height: 360px;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
  }

  .statement-media img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
  }

  .statement-copy {
    max-width: none;
    padding: 42px 22px 0;
  }

  .statement-page[data-editable-page="statement"] .statement-editorial {
    align-items: start;
    min-height: 0;
    padding: 0 0 58px;
  }

  .statement-page[data-editable-page="statement"] .statement-media {
    width: 100vw;
    height: min(62svh, 560px);
    min-height: 360px;
    margin-left: calc(50% - 50vw);
    position: relative;
    top: auto;
    overflow: hidden;
  }

  .statement-page[data-editable-page="statement"] .statement-media img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
  }

  .statement-page[data-editable-page="statement"] .statement-copy {
    padding-bottom: 0;
  }

  .statement-body {
    font-size: clamp(15px, 4.2vw, 18px);
    line-height: 1.58;
  }

  .statement-text {
    columns: 1;
  }

  .work-card,
  .work-card.large,
  .work-card.tall {
    grid-column: span 12;
  }

  .studio-images {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    position: sticky;
    padding: 14px 14px;
  }

  .brand {
    font-size: clamp(20px, 7vw, 24px);
  }

  .language-switcher button {
    min-width: 0;
    height: 34px;
    font-size: 11px;
  }

  .menu-toggle {
    width: 38px;
    height: 34px;
  }

  .nav-links {
    top: 62px;
    bottom: auto;
    left: 10px;
    right: 10px;
    max-height: calc(100svh - 62px - var(--footer-height) - 22px - env(safe-area-inset-bottom));
    padding: 16px 18px 20px;
    font-size: 14px;
  }

  .language-switcher {
    margin-top: 16px;
  }

  .hero {
    padding-inline: 16px;
  }

  .home-main,
  .home-cover {
    min-height: calc(100svh - 62px - var(--footer-height));
  }

  .home-artwork {
    height: calc(100svh - 62px - var(--footer-height));
  }

  h1 {
    font-size: clamp(36px, 12vw, 54px);
  }

  .hero-line {
    margin-left: 0;
    max-width: 260px;
    font-size: 15px;
  }

  .featured-work {
    padding: 18px;
  }

  .section-pad {
    padding: 32px 16px;
  }

  .artwork-sheet {
    width: 100%;
    margin-inline: auto;
  }

  .gallery-arrow {
    width: 36px;
    height: 36px;
  }

  .gallery-prev {
    left: 8px;
  }

  .gallery-next {
    right: 8px;
  }

  .artwork-info {
    padding: 4px 2px 2px;
  }

  .work-details {
    font-size: 13px;
  }

  .studio-images {
    gap: 12px;
  }

  .site-footer {
    gap: 14px;
  }
}

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

  .reveal,
  .work-card img {
    transition: none;
  }

  [data-parallax] {
    transform: none;
  }
}
