:root {
  --paper: #f1eee7;
  --paper-deep: #e4dfd5;
  --ink: #181817;
  --ink-soft: #4d4b46;
  --signal: #dc6b2d;
  --line: rgba(24, 24, 23, 0.19);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --font-geist-sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --font-geist-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 7%, rgba(255, 255, 255, 0.7), transparent 23rem),
    var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.045;
  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='.83' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}

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

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

button {
  font: inherit;
}

::selection {
  background: var(--signal);
  color: #fff;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 88px;
  padding: 0 3.5vw;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  width: fit-content;
  font-size: 0.77rem;
  font-weight: 650;
  letter-spacing: 0.25em;
}

.wordmark span {
  color: var(--signal);
}

.site-header nav {
  display: flex;
  gap: clamp(1.2rem, 3vw, 3.5rem);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header nav a,
.header-contact,
.footer-links a {
  position: relative;
}

.site-header nav a::after,
.header-contact::after,
.footer-links a::after {
  content: "";
  position: absolute;
  bottom: -0.35rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 260ms ease;
}

.site-header nav a:hover::after,
.header-contact:hover::after,
.footer-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-contact {
  justify-self: end;
  display: flex;
  gap: 0.7rem;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  min-height: max(760px, 100svh);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 9rem 5.5vw 7rem 7vw;
}

.eyebrow,
.section-number {
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.69rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 850px;
  margin: 2.2rem 0 1.7rem;
  font-family: var(--serif);
  font-size: clamp(4.25rem, 7.35vw, 8.7rem);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.055em;
}

.hero-intro {
  max-width: 570px;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3rem);
  margin-top: 3.3rem;
}

.button-primary {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  min-width: 205px;
  padding: 1rem 1.1rem 1rem 1.25rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    color 260ms ease,
    background 260ms ease,
    transform 260ms ease;
}

.button-primary:hover {
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-2px);
}

.button-primary span {
  font-size: 1rem;
}

.text-link {
  position: relative;
  display: inline-block;
  width: fit-content;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.text-link span {
  display: inline-block;
  margin-left: 0.4rem;
  transition: transform 240ms ease;
}

.text-link:hover span {
  transform: translate(0.15rem, -0.15rem);
}

.hero-art {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 9rem 5vw 6rem 4vw;
  background:
    linear-gradient(140deg, rgba(24, 24, 23, 0.08), transparent 45%),
    var(--paper-deep);
  border-left: 1px solid var(--line);
}

.hero-art::before {
  content: "";
  position: absolute;
  inset: 4%;
  border: 1px solid rgba(24, 24, 23, 0.12);
  border-radius: 50%;
  transform: rotate(-12deg) scale(1.08, 0.85);
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hero-art:hover::before {
  transform: rotate(4deg) scale(1.15, 0.92);
}

.hero-art img {
  z-index: 1;
  width: min(68%, 450px);
  height: auto;
  max-height: min(70svh, 700px);
  object-fit: contain;
  box-shadow: 0 2rem 6rem rgba(24, 24, 23, 0.18);
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hero-art:hover img {
  transform: scale(1.018);
}

.hero-art-index {
  position: absolute;
  top: 7rem;
  right: 2.5rem;
  color: var(--ink-soft);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.7rem;
}

.hero-art-caption {
  position: absolute;
  z-index: 2;
  right: 3vw;
  bottom: 2.5rem;
  left: 3vw;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-end;
}

.hero-art-caption > span {
  color: var(--ink-soft);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-art-caption strong {
  max-width: 58%;
  font-family: var(--serif);
  font-size: 1.03rem;
  font-weight: 400;
  text-align: right;
}

.hero-orbit {
  position: absolute;
  z-index: 4;
  bottom: 2.1rem;
  left: 3.5vw;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink-soft);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.58rem;
  letter-spacing: 0.11em;
}

.hero-orbit i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--signal);
}

.statement {
  position: relative;
  padding: 9rem 7vw 10rem;
  border-bottom: 1px solid var(--line);
}

.statement-text {
  max-width: 1300px;
  margin: 3rem 0 5.5rem 9vw;
  font-family: var(--serif);
  font-size: clamp(3.3rem, 6.6vw, 8.2rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.statement-text em,
.contact h2 em {
  color: var(--signal);
  font-weight: 400;
}

.statement-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7vw;
  max-width: 850px;
  margin-left: auto;
}

.statement-notes p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.75;
}

.works {
  padding: 8rem 0 9rem;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 6vw;
  align-items: end;
  padding: 0 7vw 4.5rem;
}

.section-heading h2,
.artist h2,
.faq h2 {
  margin: 1.2rem 0 0;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 6vw, 7rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.section-heading > p {
  max-width: 480px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.93rem;
  line-height: 1.75;
}

.gallery-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 7vw 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.gallery-controls p {
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.64rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.gallery-controls p span {
  margin-right: 0.6rem;
  color: var(--signal);
}

.gallery-controls > div {
  display: flex;
}

.gallery-controls button {
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  transition:
    color 220ms ease,
    background 220ms ease;
}

.gallery-controls button + button {
  margin-left: 0.5rem;
}

.gallery-controls button:hover {
  color: var(--paper);
  background: var(--ink);
}

.gallery-track {
  display: flex;
  gap: clamp(1rem, 2.4vw, 2.5rem);
  padding: 0 7vw 2rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}

.gallery-track:active {
  cursor: grabbing;
}

.art-card {
  flex: 0 0 clamp(290px, 29vw, 485px);
  scroll-snap-align: start;
}

.art-card-2 {
  padding-top: 7.5rem;
}

.art-card-3 {
  padding-top: 2.5rem;
}

.art-image-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: var(--paper-deep);
  cursor: zoom-in;
}

.art-image-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, 0.34));
  opacity: 0;
  transition: opacity 350ms ease;
}

.art-image-button img {
  display: block;
  width: 100%;
  height: min(68svh, 670px);
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.art-image-button:hover img {
  transform: scale(1.025);
}

.art-image-button:hover::after,
.art-image-button:hover .art-view {
  opacity: 1;
}

.art-view {
  position: absolute;
  z-index: 2;
  right: 1.2rem;
  bottom: 1.1rem;
  display: flex;
  gap: 0.65rem;
  align-items: center;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 350ms ease;
}

.art-view strong {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
}

.art-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: baseline;
  padding-top: 1rem;
}

.art-meta > span {
  color: var(--signal);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.64rem;
}

.art-meta a {
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.25;
}

.art-meta a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25rem;
}

.lightbox {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: grid;
  grid-template-columns: 7rem 1fr 7rem;
  align-items: center;
  color: #f8f5ee;
  background: rgba(13, 13, 12, 0.97);
  animation: lightbox-in 260ms ease both;
}

@keyframes lightbox-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.lightbox-close {
  position: absolute;
  z-index: 3;
  top: 1.5rem;
  right: 2rem;
  display: flex;
  gap: 0.7rem;
  align-items: center;
  padding: 0.7rem 0;
  border: 0;
  color: inherit;
  background: transparent;
  font-size: 0.67rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.lightbox-close span {
  font-size: 1.5rem;
  font-weight: 300;
}

.lightbox-nav {
  width: 52px;
  height: 52px;
  justify-self: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: inherit;
  background: transparent;
  cursor: pointer;
  transition:
    color 220ms ease,
    background 220ms ease;
}

.lightbox-nav:hover {
  color: var(--ink);
  background: var(--paper);
}

.lightbox figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  height: 100svh;
  margin: 0;
  padding: 4rem 0 1.5rem;
}

.lightbox figure img {
  display: block;
  max-width: 100%;
  max-height: calc(100svh - 8.5rem);
  object-fit: contain;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.42);
}

.lightbox figcaption {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  width: min(100%, 720px);
  padding-top: 1rem;
}

.lightbox figcaption span {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.63rem;
}

.lightbox figcaption a {
  font-family: var(--serif);
  font-size: 1rem;
}

.lightbox figcaption a::after {
  content: " ↗";
}

.process {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  min-height: 820px;
  padding: 10rem 7vw 7rem;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}

.process-word {
  position: absolute;
  top: 2.5rem;
  left: -1vw;
  color: transparent;
  font-family: var(--serif);
  font-size: clamp(10rem, 24vw, 27rem);
  line-height: 0.8;
  letter-spacing: -0.06em;
  -webkit-text-stroke: 1px rgba(241, 238, 231, 0.1);
  transform: rotate(-5deg);
  user-select: none;
}

.process-copy {
  position: relative;
  z-index: 1;
  align-self: end;
  max-width: 650px;
}

.process .section-number {
  color: rgba(241, 238, 231, 0.55);
}

.process h2 {
  margin: 1.5rem 0 2rem;
  font-family: var(--serif);
  font-size: clamp(4.5rem, 8vw, 9rem);
  font-weight: 400;
  line-height: 0.85;
  letter-spacing: -0.055em;
}

.process-copy > p {
  max-width: 530px;
  color: rgba(241, 238, 231, 0.68);
  font-size: 1rem;
  line-height: 1.8;
}

.text-link.light {
  margin-top: 1.8rem;
  color: var(--paper);
}

.process-facts {
  position: relative;
  z-index: 1;
  align-self: end;
  justify-self: end;
  width: min(100%, 420px);
}

.process-facts span {
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(241, 238, 231, 0.18);
  color: rgba(241, 238, 231, 0.72);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-facts span::after {
  content: "●";
  color: var(--signal);
  font-size: 0.45rem;
}

.artist {
  padding: 9rem 7vw 10rem;
  border-bottom: 1px solid var(--line);
}

.artist-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 8vw;
  align-items: start;
  margin-top: 3rem;
}

.artist h2 {
  margin: 0;
}

.artist-copy {
  max-width: 680px;
}

.artist-copy p {
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.78;
}

.artist-copy .artist-lead {
  margin-top: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.15rem, 3.5vw, 4.2rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.faq {
  display: grid;
  grid-template-columns: 0.45fr 0.7fr 1.15fr;
  gap: 5vw;
  padding: 8rem 7vw;
  border-bottom: 1px solid var(--line);
}

.faq h2 {
  margin: 0;
  font-size: clamp(2.8rem, 4.7vw, 5.5rem);
}

.faq-list {
  border-top: 1px solid var(--ink);
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  position: relative;
  padding: 1.5rem 2.5rem 1.5rem 0;
  list-style: none;
  font-family: var(--serif);
  font-size: 1.18rem;
  cursor: pointer;
}

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

.faq summary::after {
  content: "+";
  position: absolute;
  top: 1.2rem;
  right: 0;
  color: var(--signal);
  font-family: var(--font-geist-sans), sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
}

.faq details[open] summary::after {
  content: "–";
}

.faq details p {
  max-width: 610px;
  margin: -0.2rem 0 1.7rem;
  color: var(--ink-soft);
  font-size: 0.91rem;
  line-height: 1.72;
}

.contact {
  min-height: 800px;
  padding: 8rem 7vw 4rem;
  color: var(--paper);
  background: var(--ink);
}

.contact .section-number {
  color: rgba(241, 238, 231, 0.55);
}

.contact h2 {
  margin: 4rem 0 5rem;
  font-family: var(--serif);
  font-size: clamp(4rem, 8.7vw, 10rem);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.contact-bottom {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: flex-end;
  padding-top: 2rem;
  border-top: 1px solid rgba(241, 238, 231, 0.22);
}

.contact-bottom > p {
  max-width: 490px;
  margin: 0;
  color: rgba(241, 238, 231, 0.6);
  font-size: 0.93rem;
  line-height: 1.75;
}

.contact-circle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 180px;
  height: 180px;
  padding: 1.5rem;
  border: 1px solid rgba(241, 238, 231, 0.42);
  border-radius: 50%;
  font-size: 0.76rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition:
    color 300ms ease,
    background 300ms ease,
    transform 300ms ease;
}

.contact-circle strong {
  font-size: 1.35rem;
  font-weight: 300;
}

.contact-circle:hover {
  color: var(--ink);
  background: var(--signal);
  border-color: var(--signal);
  transform: rotate(-5deg);
}

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
  min-height: 120px;
  padding: 2rem 7vw;
  color: var(--paper);
  background: var(--ink);
  border-top: 1px solid rgba(241, 238, 231, 0.14);
}

.footer-mark {
  color: var(--paper);
}

footer > p {
  margin: 0;
  color: rgba(241, 238, 231, 0.46);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
}

.footer-links {
  justify-self: end;
  display: flex;
  gap: 1.5rem;
  color: rgba(241, 238, 231, 0.68);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.cookie-settings-link {
  position: relative;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  cursor: pointer;
}

.cookie-settings-link::after {
  content: "";
  position: absolute;
  bottom: -0.35rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 260ms ease;
}

.cookie-settings-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.consent-banner {
  position: fixed;
  z-index: 80;
  right: clamp(1rem, 2.5vw, 2.5rem);
  bottom: clamp(1rem, 2.5vw, 2.5rem);
  left: clamp(1rem, 2.5vw, 2.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(2rem, 5vw, 6rem);
  align-items: end;
  padding: clamp(1.5rem, 3vw, 2.7rem);
  border: 1px solid rgba(241, 238, 231, 0.18);
  color: var(--paper);
  background: rgba(24, 24, 23, 0.98);
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.3);
  animation: consent-in 420ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

@keyframes consent-in {
  from {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.consent-copy {
  max-width: 780px;
}

.consent-kicker {
  margin: 0 0 0.8rem;
  color: var(--signal);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.63rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.consent-copy h2,
.consent-modal h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.3vw, 3.7rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.035em;
}

.consent-copy > p:not(.consent-kicker, .consent-legal) {
  max-width: 680px;
  margin: 1rem 0 0;
  color: rgba(241, 238, 231, 0.7);
  font-size: 0.88rem;
  line-height: 1.65;
}

.consent-legal {
  margin: 0.75rem 0 0;
  color: rgba(241, 238, 231, 0.52);
  font-size: 0.72rem;
}

.consent-legal a {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.consent-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(155px, 1fr));
  gap: 0.7rem;
  min-width: min(100%, 410px);
}

.consent-button {
  min-height: 48px;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(241, 238, 231, 0.35);
  color: var(--paper);
  background: transparent;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    color 220ms ease,
    background 220ms ease,
    border-color 220ms ease;
}

.consent-button:hover,
.consent-button:focus-visible {
  border-color: var(--paper);
}

.consent-button-primary {
  border-color: var(--signal);
  color: var(--ink);
  background: var(--signal);
}

.consent-button-primary:hover,
.consent-button-primary:focus-visible {
  border-color: #f18449;
  background: #f18449;
}

.consent-text-button {
  grid-column: 1 / -1;
  justify-self: center;
  padding: 0.25rem;
  border: 0;
  color: rgba(241, 238, 231, 0.68);
  background: transparent;
  font-size: 0.68rem;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  cursor: pointer;
}

.consent-modal-backdrop {
  position: fixed;
  z-index: 90;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(13, 13, 12, 0.75);
  backdrop-filter: blur(8px);
}

.consent-modal {
  position: relative;
  width: min(100%, 720px);
  max-height: calc(100svh - 2rem);
  padding: clamp(1.5rem, 4vw, 3.2rem);
  overflow-y: auto;
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 2rem 7rem rgba(0, 0, 0, 0.35);
  outline: none;
  animation: consent-in 300ms ease both;
}

.consent-modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.4rem;
  display: flex;
  gap: 0.55rem;
  align-items: center;
  padding: 0;
  border: 0;
  color: var(--ink-soft);
  background: transparent;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.consent-modal-close span {
  font-size: 1.35rem;
}

.consent-modal-intro {
  max-width: 570px;
  margin: 1.2rem 0 2rem;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.65;
}

.consent-options {
  border-top: 1px solid var(--ink);
}

.consent-option {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: center;
  min-height: 92px;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.consent-option strong {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 400;
}

.consent-option p {
  max-width: 490px;
  margin: 0.35rem 0 0;
  color: var(--ink-soft);
  font-size: 0.75rem;
  line-height: 1.5;
}

.consent-always {
  color: var(--ink-soft);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.6rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.consent-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.consent-switch {
  position: relative;
  width: 48px;
  height: 27px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper-deep);
  cursor: pointer;
  transition: background 200ms ease;
}

.consent-switch::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--ink-soft);
  transition:
    background 200ms ease,
    transform 200ms ease;
}

.consent-option input:checked + .consent-switch {
  background: var(--signal);
}

.consent-option input:checked + .consent-switch::after {
  background: var(--ink);
  transform: translateX(21px);
}

.consent-option input:focus-visible + .consent-switch {
  outline: 2px solid var(--signal);
  outline-offset: 3px;
}

.consent-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.7rem;
  margin-top: 2rem;
}

.consent-modal .consent-button {
  border-color: var(--ink);
  color: var(--ink);
}

.consent-modal .consent-button-primary {
  border-color: var(--signal);
  background: var(--signal);
}

.consent-saved-note {
  margin: 1rem 0 0;
  color: var(--ink-soft);
  font-size: 0.68rem;
  text-align: right;
}

.noscript-note {
  position: fixed;
  z-index: 100;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  margin: 0;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(241, 238, 231, 0.18);
  color: var(--paper);
  background: var(--ink);
  font-size: 0.8rem;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

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

  .hero-copy {
    min-height: 700px;
    padding: 9rem 7vw 6rem;
  }

  .hero-art {
    min-height: 820px;
    padding: 6rem 7vw;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .hero-art img {
    width: min(68%, 450px);
    height: auto;
    max-height: min(72svh, 680px);
  }

  .hero-orbit {
    bottom: calc(820px + 2rem);
  }

  .statement-text {
    margin-left: 0;
  }

  .section-heading,
  .artist-grid {
    grid-template-columns: 1fr;
  }

  .section-heading > p {
    max-width: 620px;
  }

  .faq {
    grid-template-columns: 0.7fr 1.3fr;
  }

  .faq-list {
    grid-column: 2;
  }

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

  .process-facts {
    display: none;
  }

  footer {
    grid-template-columns: 1fr auto;
  }

  footer > p {
    display: none;
  }

  .consent-banner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 72px;
    padding: 0 5vw;
  }

  .header-contact {
    font-size: 0.68rem;
  }

  .hero-copy {
    min-height: 700px;
    padding: 8rem 5vw 5rem;
  }

  .hero h1 {
    font-size: clamp(3.7rem, 18vw, 5.5rem);
    line-height: 0.9;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-art {
    min-height: 710px;
    padding: 5rem 5vw 7rem;
  }

  .hero-art img {
    width: min(80%, 405px);
    height: auto;
    max-height: min(65svh, 570px);
  }

  .hero-art-caption {
    right: 5vw;
    left: 5vw;
  }

  .hero-art-index,
  .hero-orbit {
    display: none;
  }

  .statement,
  .artist,
  .faq {
    padding: 6rem 5vw;
  }

  .statement-text {
    margin: 2rem 0 3.5rem;
    font-size: 3.1rem;
  }

  .statement-notes {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .works {
    padding: 6rem 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    padding: 0 5vw 3rem;
  }

  .section-heading h2 {
    font-size: 3.4rem;
  }

  .gallery-controls {
    margin: 0 5vw 1.2rem;
  }

  .gallery-controls p {
    display: none;
  }

  .gallery-controls > div {
    margin-left: auto;
  }

  .gallery-track {
    gap: 1rem;
    padding: 0 5vw 1rem;
  }

  .art-card {
    flex-basis: 82vw;
  }

  .art-card-2,
  .art-card-3 {
    padding-top: 0;
  }

  .art-image-button img {
    height: 68svh;
  }

  .lightbox {
    grid-template-columns: 4rem 1fr 4rem;
  }

  .lightbox figure {
    padding: 5rem 0 1rem;
  }

  .lightbox figcaption {
    display: block;
  }

  .lightbox figcaption span {
    display: block;
    margin-bottom: 0.5rem;
  }

  .lightbox-nav {
    width: 40px;
    height: 40px;
  }

  .lightbox-close {
    right: 1rem;
  }

  .process {
    min-height: 720px;
    padding: 7rem 5vw 5rem;
  }

  .process h2 {
    font-size: 4.7rem;
  }

  .artist-grid {
    gap: 3rem;
  }

  .artist h2 {
    font-size: 4rem;
  }

  .artist-copy .artist-lead {
    font-size: 2.3rem;
  }

  .faq {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .faq-list {
    grid-column: auto;
  }

  .contact {
    min-height: 710px;
    padding: 6rem 5vw 3rem;
  }

  .contact h2 {
    margin: 3rem 0 4rem;
    font-size: clamp(3.7rem, 17vw, 5.5rem);
  }

  .contact-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-circle {
    align-self: flex-end;
    width: 140px;
    height: 140px;
  }

  footer {
    grid-template-columns: 1fr;
    padding: 2.5rem 5vw;
  }

  .footer-links {
    justify-self: start;
    flex-wrap: wrap;
  }

  .consent-banner {
    right: 0.65rem;
    bottom: 0.65rem;
    left: 0.65rem;
    max-height: calc(100svh - 1.3rem);
    overflow-y: auto;
    padding: 1.35rem;
  }

  .consent-actions {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .consent-text-button {
    grid-column: auto;
  }

  .consent-modal {
    padding: 3.4rem 1.25rem 1.4rem;
  }

  .consent-option {
    gap: 0.8rem;
  }

  .consent-modal-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .consent-saved-note {
    text-align: left;
  }
}

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

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

/* Kinetische Silent-Art-Bildbühne */

:root {
  --scroll-progress: 0;
  --pointer-x: 50vw;
  --pointer-y: 50vh;
  --pointer-nx: 0;
  --pointer-ny: 0;
}

.scroll-progress {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: calc(var(--scroll-progress) * 100%);
  height: 3px;
  background: var(--signal);
  pointer-events: none;
}

.pointer-halo {
  position: fixed;
  z-index: 0;
  top: var(--pointer-y);
  left: var(--pointer-x);
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(220, 107, 45, 0.09), transparent 68%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: top 500ms cubic-bezier(.16, 1, .3, 1), left 500ms cubic-bezier(.16, 1, .3, 1);
}

.site-header {
  position: fixed;
  min-height: 76px;
  background: rgba(241, 238, 231, 0.76);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hero {
  grid-template-columns: minmax(0, .93fr) minmax(430px, 1.07fr);
  isolation: isolate;
}

.hero-atmosphere {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-shape {
  position: absolute;
  display: block;
  border: 1px solid rgba(24, 24, 23, 0.14);
  border-radius: 46% 54% 62% 38% / 37% 38% 62% 63%;
  animation: shape-drift 16s ease-in-out infinite alternate;
}

.hero-shape-one {
  top: 16%;
  left: -8%;
  width: clamp(19rem, 36vw, 42rem);
  aspect-ratio: 1.2;
  transform: rotate(14deg);
}

.hero-shape-two {
  right: 35%;
  bottom: -20%;
  width: clamp(14rem, 24vw, 30rem);
  aspect-ratio: .75;
  border-color: rgba(220, 107, 45, .22);
  animation-delay: -7s;
  animation-duration: 21s;
}

.hero-line {
  position: absolute;
  top: 0;
  left: 44%;
  width: 1px;
  height: 28%;
  background: var(--signal);
  transform-origin: top;
  animation: line-breathe 4.8s ease-in-out infinite;
}

.hero-copy {
  padding-right: 3vw;
}

.hero h1 {
  max-width: none;
  font-size: clamp(4.5rem, 7.55vw, 9rem);
  line-height: .82;
}

.hero h1 span {
  display: block;
}

.hero h1 .hero-title-indent {
  margin-left: clamp(1.5rem, 6vw, 8rem);
  color: var(--signal);
  font-style: italic;
}

.hero-stage {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: max(760px, 100svh);
  overflow: hidden;
  place-items: center;
  border-left: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(24, 24, 23, .08), transparent 48%), var(--paper-deep);
}

.hero-stage::before {
  content: "";
  position: absolute;
  width: 74%;
  aspect-ratio: 1;
  border: 1px solid rgba(24, 24, 23, .15);
  border-radius: 50%;
  transform: translate(calc(var(--pointer-nx) * -20px), calc(var(--pointer-ny) * -20px)) scale(1, .78) rotate(-14deg);
  transition: transform 1.2s cubic-bezier(.16, 1, .3, 1);
}

.hero-stage::after {
  content: "WARUM?";
  position: absolute;
  right: -.5rem;
  bottom: 7.5rem;
  color: transparent;
  font-family: var(--serif);
  font-size: clamp(5.2rem, 10vw, 11rem);
  line-height: .7;
  letter-spacing: -.06em;
  -webkit-text-stroke: 1px rgba(24, 24, 23, .13);
  transform: rotate(-90deg) translateX(100%);
  transform-origin: right bottom;
}

.hero-stage .hero-art {
  position: relative;
  z-index: 3;
  display: grid;
  width: 100%;
  min-height: 100%;
  padding: 7.5rem 4vw 5.7rem;
  overflow: visible;
  place-items: center;
  border: 0;
  background: transparent;
}

.hero-stage .hero-art::before {
  display: none;
}

.hero-art-frame {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(58%, 450px);
  max-height: min(69svh, 690px);
  padding: clamp(.55rem, .8vw, .9rem);
  place-items: center;
  background: rgba(249, 247, 241, .92);
  box-shadow: 0 2.5rem 7rem rgba(24, 24, 23, .22), 0 0 0 1px rgba(24, 24, 23, .08);
  transform: translate(calc(var(--pointer-nx) * 10px), calc(var(--pointer-ny) * 8px)) rotate(-1.5deg);
  transition: transform 1.1s cubic-bezier(.16, 1, .3, 1);
}

.hero-stage .hero-art img {
  width: 100%;
  max-height: calc(min(69svh, 690px) - 1.5rem);
  object-fit: contain;
  box-shadow: none;
  transform: none;
}

.hero-stage .hero-art:hover .hero-art-frame {
  transform: translate(calc(var(--pointer-nx) * 14px), calc(var(--pointer-ny) * 12px - 6px)) rotate(0) scale(1.012);
}

.hero-echo {
  position: absolute;
  z-index: 1;
  display: grid;
  width: clamp(7rem, 13vw, 12.5rem);
  aspect-ratio: .72;
  padding: .35rem;
  place-items: center;
  overflow: hidden;
  background: rgba(249, 247, 241, .78);
  box-shadow: 0 1.2rem 3.5rem rgba(24, 24, 23, .14);
  opacity: .68;
  filter: saturate(.72);
  transition: opacity 500ms ease, filter 500ms ease;
}

.hero-echo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-echo-one {
  top: 16%;
  left: -4%;
  transform: rotate(-8deg);
  animation: echo-float-one 8s ease-in-out infinite;
}

.hero-echo-two {
  right: -4%;
  bottom: 15%;
  transform: rotate(7deg);
  animation: echo-float-two 9s ease-in-out -3s infinite;
}

.hero-echo:hover {
  z-index: 4;
  opacity: 1;
  filter: saturate(1);
  animation-play-state: paused;
}

.hero-stage .hero-art-index {
  top: 6.4rem;
}

.hero-stage .hero-art-caption {
  right: 3vw;
  bottom: 2.3rem;
  left: 3vw;
}

.moving-manifesto {
  position: relative;
  z-index: 2;
  display: flex;
  height: 58px;
  overflow: hidden;
  align-items: center;
  color: var(--paper);
  background: var(--signal);
  transform: rotate(-1.2deg) scale(1.02);
}

.moving-manifesto div {
  display: flex;
  min-width: max-content;
  align-items: center;
  font-family: var(--font-geist-mono), monospace;
  font-size: .67rem;
  letter-spacing: .17em;
  animation: manifesto-flow 24s linear infinite;
}

.moving-manifesto i {
  width: 4px;
  height: 4px;
  margin: 0 2.2rem;
  border-radius: 50%;
  background: currentColor;
}

.statement {
  overflow: hidden;
}

.statement-orbit {
  position: absolute;
  top: 14%;
  right: -8%;
  width: clamp(18rem, 38vw, 42rem);
  aspect-ratio: 1;
  border: 1px solid rgba(220, 107, 45, .22);
  border-radius: 48% 52% 41% 59% / 55% 42% 58% 45%;
  animation: orbit-turn 28s linear infinite;
}

.motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(52px);
  transition: opacity 1s cubic-bezier(.16, 1, .3, 1), transform 1s cubic-bezier(.16, 1, .3, 1);
}

.motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready .art-card[data-reveal] {
  transition-delay: calc(var(--card-index) * 45ms);
}

.gallery-track {
  padding-top: 2rem;
  perspective: 1100px;
}

.art-card:nth-child(3n + 1) {
  transform: rotate(-.6deg);
}

.art-card:nth-child(3n + 2) {
  transform: translateY(7.5rem) rotate(.8deg);
}

.art-card:nth-child(3n) {
  transform: translateY(2.5rem) rotate(-.35deg);
}

.motion-ready .art-card[data-reveal] {
  transform: translateY(7rem) rotate(2deg);
}

.motion-ready .art-card[data-reveal].is-visible:nth-child(3n + 1) {
  transform: rotate(-.6deg);
}

.motion-ready .art-card[data-reveal].is-visible:nth-child(3n + 2) {
  transform: translateY(7.5rem) rotate(.8deg);
}

.motion-ready .art-card[data-reveal].is-visible:nth-child(3n) {
  transform: translateY(2.5rem) rotate(-.35deg);
}

.art-image-button {
  background: linear-gradient(145deg, rgba(255, 255, 255, .82), transparent), var(--paper-deep);
  transition: transform 700ms cubic-bezier(.16, 1, .3, 1), box-shadow 700ms cubic-bezier(.16, 1, .3, 1);
}

.art-image-button img {
  object-fit: contain;
}

.art-card:hover .art-image-button {
  transform: translateY(-.75rem);
  box-shadow: 0 2.3rem 5rem rgba(24, 24, 23, .17);
}

.process {
  isolation: isolate;
}

.process-glow {
  position: absolute;
  z-index: -1;
  top: 10%;
  right: 8%;
  width: clamp(18rem, 37vw, 42rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(220, 107, 45, .24), transparent 66%);
  animation: glow-breathe 7s ease-in-out infinite;
}

.process-word {
  animation: process-drift 13s ease-in-out infinite alternate;
}

.artist,
.contact {
  position: relative;
  overflow: hidden;
}

.artist-mark {
  position: absolute;
  top: -.2em;
  right: 3vw;
  color: rgba(220, 107, 45, .11);
  font-family: var(--serif);
  font-size: clamp(18rem, 42vw, 44rem);
  line-height: .85;
  transform: rotate(8deg);
  user-select: none;
}

.artist-grid,
.artist > .section-number {
  position: relative;
  z-index: 1;
}

.contact {
  isolation: isolate;
}

.contact-orbit {
  position: absolute;
  z-index: -1;
  top: 8%;
  right: -4%;
  width: clamp(23rem, 48vw, 55rem);
  aspect-ratio: 1;
  border: 1px solid rgba(241, 238, 231, .13);
  border-radius: 47% 53% 62% 38% / 36% 43% 57% 64%;
  animation: orbit-turn 32s linear infinite reverse;
}

.contact-circle {
  animation: contact-breathe 5.5s ease-in-out infinite;
}

@keyframes shape-drift {
  to { border-radius: 61% 39% 44% 56% / 48% 62% 38% 52%; transform: rotate(-8deg) translate(3vw, -2vh); }
}

@keyframes line-breathe {
  0%, 100% { transform: scaleY(.35); }
  50% { transform: scaleY(1); }
}

@keyframes echo-float-one {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -16px; }
}

@keyframes echo-float-two {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 14px; }
}

@keyframes manifesto-flow {
  to { transform: translateX(-50%); }
}

@keyframes orbit-turn {
  to { transform: rotate(360deg); }
}

@keyframes glow-breathe {
  0%, 100% { opacity: .55; transform: scale(.85); }
  50% { opacity: 1; transform: scale(1.15); }
}

@keyframes process-drift {
  to { transform: translateX(4vw) rotate(2deg); }
}

@keyframes contact-breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.035); }
}

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

  .hero-stage,
  .hero-stage .hero-art {
    min-height: 820px;
  }

  .hero-stage {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .hero-art-frame {
    width: min(58%, 440px);
  }
}

@media (max-width: 640px) {
  .pointer-halo {
    display: none;
  }

  .hero h1 {
    font-size: clamp(3.65rem, 17.5vw, 5.2rem);
  }

  .hero h1 .hero-title-indent {
    margin-left: .8rem;
  }

  .hero-stage,
  .hero-stage .hero-art {
    min-height: 660px;
  }

  .hero-stage .hero-art {
    padding: 4rem 5vw 6.5rem;
  }

  .hero-art-frame {
    width: min(72%, 360px);
    max-height: min(59svh, 530px);
  }

  .hero-stage .hero-art img {
    max-height: calc(min(59svh, 530px) - 1.25rem);
  }

  .hero-echo {
    width: 6.5rem;
  }

  .moving-manifesto {
    height: 48px;
  }

  .art-card:nth-child(n),
  .motion-ready .art-card[data-reveal].is-visible:nth-child(n) {
    transform: none;
  }

  .motion-ready .art-card[data-reveal] {
    transform: translateY(3rem);
  }

  .contact-circle {
    animation: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pointer-halo,
  .scroll-progress {
    display: none;
  }

  .motion-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
