@font-face {
  font-family: "HBQ Serif";
  src: url("public/fonts/hbq-serif.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "HBQ Sans";
  src: url("public/fonts/hbq-serif.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --paper: #f1ede4;
  --paper-deep: #e6dfd2;
  --ink: #171714;
  --ink-soft: #5d5a52;
  --line: rgba(23, 23, 20, 0.18);
  --red: #8b2e25;
  --white: #f6f5f1;
  --serif: "HBQ Serif", "Songti SC", "STSong", "Noto Serif SC", serif;
  --sans: "HBQ Sans", "HBQ Serif", "PingFang SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
}

/* Visual refinement: single carousel, generous artwork framing, tighter rhythm. */
.hero-slide-studio {
  background-image: url("public/images/studio-original.jpg");
}
.hero-slide-chansi {
  background-image: url("public/images/hero-chansi-scene-v2.png");
  background-size: cover;
  background-position: center;
}
.hero-slide-kongzi {
  background-image: url("public/images/hero-kongzi-scene.png");
  background-size: cover;
  background-position: center;
}
.hero-slide-chansi {
  background-image: url("public/images/hero-chansi-scene-v2.png");
  background-size: cover;
  background-position: center;
}
.hero-slide-kongzi {
  background-image: url("public/images/hero-kongzi-scene.png");
  background-size: cover;
  background-position: center;
}
.hero-slide-laozi {
  display: none !important;
}
.hero-slide-chansi .hero-work-art,
.hero-slide-kongzi .hero-work-art {
  display: none;
}

.hero-slide-gallery {
  background: var(--paper);
}

.hero-gallery-art {
  position: absolute;
  right: 7vw;
  top: 12%;
  bottom: 10%;
  width: 53%;
  display: grid;
  grid-template-columns: 1.1fr 0.72fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 18px 60px rgba(38, 30, 20, 0.12);
}

.hero-gallery-art img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  background: #e7e1d7;
}

.hero-gallery-art img:first-child {
  grid-row: span 2;
}
.hero-slide-laozi,
.hero-slide-chansi,
.hero-slide-kongzi {
  background: #e6e1d8;
}
.hero-work-art {
  position: absolute;
  top: 7%;
  bottom: 7%;
  width: 56%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.hero-work-art-right {
  right: 4vw;
}
.hero-work-art-left {
  left: 4vw;
}
.hero-work-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 1vh 4vw;
}
.hero-content-dark {
  z-index: 2;
  color: var(--ink);
}
.hero-slide-laozi .hero-overlay,
.hero-slide-kongzi .hero-overlay {
  background: linear-gradient(
    90deg,
    rgba(230, 225, 216, 0.98) 0%,
    rgba(230, 225, 216, 0.92) 35%,
    rgba(230, 225, 216, 0.08) 73%
  );
}
.hero-slide-chansi .hero-overlay-light {
  background: linear-gradient(
    90deg,
    rgba(230, 225, 216, 0.08) 0%,
    rgba(230, 225, 216, 0.72) 54%,
    rgba(230, 225, 216, 0.98) 100%
  );
}

.hero-caption-dark {
  color: var(--ink);
}

.hero-caption-dark span:first-child {
  color: var(--red);
}

.hero-slide-gallery .hero-overlay-light {
  background: linear-gradient(
    90deg,
    rgba(241, 237, 228, 0.98) 0%,
    rgba(241, 237, 228, 0.85) 40%,
    rgba(241, 237, 228, 0.12) 74%
  );
}

.hero-slide-gallery .hero-content {
  z-index: 2;
}

.hero-slide-gallery .hero-controls,
.hero-slide-gallery ~ .hero-controls {
  z-index: 5;
}

.collection-image img,
.art-image img {
  object-fit: contain;
  padding: 20px;
}

.collection-image {
  background: #292824;
}

.collection-card h3 {
  font-size: 26px;
}

.section-shell {
  padding-top: 92px;
  padding-bottom: 92px;
}

.intro-grid {
  margin-top: 48px;
  margin-bottom: 68px;
}

.manifesto {
  padding-top: 100px;
  padding-bottom: 100px;
}

.manifesto blockquote {
  font-size: clamp(34px, 4.6vw, 62px);
  margin-top: 34px;
  margin-bottom: 28px;
}

.art-grid {
  grid-template-rows: repeat(2, 360px);
  margin-top: 44px;
}

.art-info strong {
  font-size: 15px;
}

.art-info small {
  font-size: 12px;
}

@media (max-width: 800px) {
  .hero-content-right,
  .hero-content-left {
    left: 8vw;
    right: 8vw;
  }

  .hero-slide-ink .hero-content-right,
  .hero-slide-studio .hero-content-right {
    top: 62%;
  }

  .hero-slide-paper .hero-content-left,
  .hero-slide-gallery .hero-content-left {
    top: 48%;
  }

  .hero-gallery-art {
    right: 7vw;
    top: 12%;
    width: 86%;
    height: 42%;
    bottom: auto;
  }

  .hero-slide-gallery .hero-content-left {
    top: 67%;
  }

  .hero-caption {
    bottom: 22px;
  }

  .hero-controls {
    bottom: 20px;
  }

  .section-shell {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .collection-image img,
  .art-image img {
    padding: 12px;
  }
}

/* Final carousel corrections: keep the artwork image layer visible above all base rules. */
.hero-slide-chansi,
.hero-slide-kongzi {
  background: #e6e1d8;
}

.hero-scene-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-slide-chansi .hero-overlay {
  background: linear-gradient(
    90deg,
    rgba(230, 225, 216, 0.08) 0%,
    rgba(230, 225, 216, 0.38) 44%,
    rgba(230, 225, 216, 0.92) 100%
  );
}

.hero-slide-kongzi .hero-overlay {
  background: linear-gradient(
    90deg,
    rgba(230, 225, 216, 0.94) 0%,
    rgba(230, 225, 216, 0.62) 38%,
    rgba(230, 225, 216, 0.08) 78%
  );
}

.hero-slide-chansi .hero-content,
.hero-slide-kongzi .hero-content {
  z-index: 2;
}

@media (max-width: 800px) {
  .hero-slide-ink .hero-content-left,
  .hero-slide-chansi .hero-content-right,
  .hero-slide-kongzi .hero-content-left {
    top: 62%;
  }

  .hero-scene-image {
    object-position: 58% center;
  }
}

/* Final carousel corrections: every artwork scene has a real image layer. */
.hero-slide-chansi,
.hero-slide-kongzi {
  background: #e6e1d8;
}

.hero-scene-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-slide-chansi .hero-overlay {
  background: linear-gradient(
    90deg,
    rgba(230, 225, 216, 0.08) 0%,
    rgba(230, 225, 216, 0.38) 44%,
    rgba(230, 225, 216, 0.92) 100%
  );
}

.hero-slide-kongzi .hero-overlay {
  background: linear-gradient(
    90deg,
    rgba(230, 225, 216, 0.94) 0%,
    rgba(230, 225, 216, 0.62) 38%,
    rgba(230, 225, 216, 0.08) 78%
  );
}

.hero-slide-chansi .hero-content,
.hero-slide-kongzi .hero-content {
  z-index: 2;
}

@media (max-width: 800px) {
  .hero-slide-ink .hero-content-left,
  .hero-slide-chansi .hero-content-right,
  .hero-slide-kongzi .hero-content-left {
    top: 62%;
  }

  .hero-scene-image {
    object-position: 58% center;
  }
}

/* Homepage rhythm and section-title scale */
.section-shell {
  padding-top: 64px;
  padding-bottom: 64px;
}
.section-kicker {
  gap: 14px;
  font-size: 14px;
  letter-spacing: 0.16em;
}
.section-kicker span:first-child {
  font-size: 32px;
}
.section-label {
  font-size: 12px;
  letter-spacing: 0.18em;
}
.intro-grid {
  margin-top: 36px;
  margin-bottom: 48px;
}
.collection-grid,
.art-grid,
.timeline-items {
  margin-top: 34px;
}
.manifesto {
  padding-top: 70px;
  padding-bottom: 70px;
}
.timeline-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 6vw;
  border-top: 1px solid var(--line);
}
.timeline-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  align-items: start;
  min-height: 112px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.timeline-item span {
  color: var(--red);
  font-family: var(--serif);
  font-size: 17px;
}
.timeline-item p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 800px) {
  .section-shell {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .section-kicker {
    font-size: 13px;
  }
  .section-kicker span:first-child {
    font-size: 28px;
  }
  .hero-slide-ink .hero-content-left,
  .hero-slide-studio .hero-content-right {
    top: 62%;
  }
  .timeline-items {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }
  .timeline-item {
    grid-template-columns: 64px 1fr;
    min-height: auto;
  }
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
}
.site-header {
  height: 78px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(12, 12, 11, 0.82), rgba(12, 12, 11, 0.45) 76%, rgba(12, 12, 11, 0.18));
  backdrop-filter: blur(10px) saturate(112%);
  mix-blend-mode: normal;
}
.brand {
  display: flex;
  align-items: baseline;
  gap: 17px;
}
.brand-mark {
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: 0.26em;
  color: #e7c0ae;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}
.brand-name {
  font-family: var(--serif);
  font-size: 16px;
  letter-spacing: 0.18em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.38);
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  letter-spacing: 0.12em;
}
.site-nav a {
  opacity: 0.86;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.38);
  transition: opacity 0.25s;
}
.site-nav a:hover {
  opacity: 1;
}
.site-nav .nav-login {
  font-size: 12px;
  opacity: 0.72;
}
.site-nav .nav-cta {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  padding-left: 30px;
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: inherit;
}
.hero {
  min-height: 720px;
  height: 100vh;
  max-height: 900px;
  position: relative;
  overflow: hidden;
  background: #171613;
  color: var(--white);
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.9s ease,
    visibility 0.9s ease;
}
.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}
.hero-slide-ink {
  background: #151511;
}
.hero-original-art {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 58%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    90deg,
    #151511 0%,
    rgba(21, 21, 17, 0.5) 18%,
    rgba(21, 21, 17, 0) 45%
  );
}
.hero-original-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 4vh 6vw 4vh 2vw;
}
.hero-slide-ink .hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(21, 21, 17, 0.98) 0%,
      rgba(21, 21, 17, 0.7) 34%,
      rgba(21, 21, 17, 0) 67%
    ),
    linear-gradient(0deg, rgba(8, 8, 6, 0.72), transparent 50%);
}
.hero-slide-paper {
  background-image: url("public/images/hero-home-selected-face-fixed-v2-original-face.png");
}
.hero-slide-studio {
  background-image: url("public/images/studio-original.jpg");
}
.hero-slide-gallery {
  background: var(--paper);
}
.hero-gallery-art {
  position: absolute;
  right: 7vw;
  top: 12%;
  bottom: 10%;
  width: 53%;
  display: grid;
  grid-template-columns: 1.1fr 0.72fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 18px 60px rgba(38, 30, 20, 0.12);
}
.hero-gallery-art img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  background: #e7e1d7;
}
.hero-gallery-art img:first-child {
  grid-row: span 2;
}
.hero-caption-dark {
  color: var(--ink);
}
.hero-caption-dark span:first-child {
  color: var(--red);
}
.hero-slide-gallery .hero-overlay-light {
  background: linear-gradient(
    90deg,
    rgba(241, 237, 228, 0.98) 0%,
    rgba(241, 237, 228, 0.85) 40%,
    rgba(241, 237, 228, 0.12) 74%
  );
}
.hero-slide-gallery .hero-content {
  z-index: 2;
}
.hero-art {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition:
    opacity 0.9s ease,
    transform 1.5s ease;
}
.hero-art-ink {
  background-image: url("public/images/hero-ink.png");
  opacity: 1;
}
.hero-art-paper {
  background-image: url("public/images/hero-paper.png");
  opacity: 0;
}
.hero-art.is-active {
  opacity: 1;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(10, 10, 8, 0.68) 0%,
      rgba(10, 10, 8, 0.24) 48%,
      rgba(10, 10, 8, 0.04) 100%
    ),
    linear-gradient(0deg, rgba(8, 8, 6, 0.7), transparent 50%);
}
.hero-content {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  max-width: 420px;
}
.hero-content-left {
  left: 10vw;
  color: var(--ink);
}
.hero-content-right {
  right: 10vw;
}
.hero-content-studio {
  max-width: 390px;
}
.eyebrow,
.section-label {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.eyebrow {
  color: #d8b1a0;
  margin: 0 0 28px;
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(54px, 7vw, 94px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.08em;
  margin: 0;
}
.hero h2 {
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0.08em;
  margin: 0;
}
.hero-title-sub {
  font-family: var(--serif);
  font-size: clamp(17px, 2vw, 27px);
  letter-spacing: 0.25em;
  margin: 24px 0 20px;
}
.hero-intro {
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.95;
  max-width: 350px;
  color: rgba(255, 255, 255, 0.8);
}
.hero-content-left .hero-intro {
  color: var(--ink-soft);
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 13px 18px;
  font-size: 12px;
  letter-spacing: 0.14em;
  transition:
    transform 0.25s,
    background 0.25s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-light {
  background: var(--white);
  color: var(--ink);
}
.button-dark {
  background: var(--ink);
  color: var(--white);
}
.text-link {
  font-size: 12px;
  letter-spacing: 0.16em;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 7px;
  display: inline-flex;
  gap: 22px;
  align-items: center;
}
.light-link {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.5);
}
.hero-caption {
  position: absolute;
  bottom: 33px;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.7);
}
.hero-caption {
  left: 5vw;
  display: flex;
  gap: 16px;
}
.hero-caption span:first-child {
  color: #d8b1a0;
}
.hero-controls {
  position: absolute;
  right: 5vw;
  bottom: 27px;
  display: flex;
  align-items: center;
  gap: 18px;
  z-index: 5;
}
.hero-arrow {
  border: 0;
  background: none;
  color: var(--white);
  cursor: pointer;
  font-size: 18px;
  padding: 0;
}
.hero-dots {
  display: flex;
  gap: 8px;
}
.hero-dot {
  width: 26px;
  height: 1px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.38);
  cursor: pointer;
}
.hero-dot.active {
  background: var(--white);
}
.section-shell {
  padding: 64px 10vw;
}
.section-kicker {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 17px;
  letter-spacing: 0.12em;
  color: var(--red);
  text-transform: uppercase;
}
.section-kicker span:first-child {
  font-family: var(--serif);
  font-size: 38px;
  line-height: 1;
  color: var(--ink);
}
.section-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
}
.section-note {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--ink-soft);
  margin: 0;
  max-width: 360px;
}
.intro {
  background: var(--paper);
}
.intro-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 11vw;
  margin: 36px 0 48px;
}
.section-label {
  color: var(--red);
  margin: 0 0 18px;
  font-size: 13px;
}
.intro h2,
.contact h2 {
  font-family: var(--serif);
  font-size: clamp(29px, 3.2vw, 44px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.04em;
  margin: 0;
}
.intro h2 em,
.contact h2 em {
  font-style: normal;
  color: var(--red);
}
.intro-copy {
  max-width: 430px;
  padding-top: 26px;
}
.intro-copy p {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 2;
  margin: 0 0 18px;
}
.intro-copy .text-link {
  margin-top: 18px;
}
.principles {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.principles > div {
  padding: 28px 25px 0 0;
  border-right: 1px solid var(--line);
  margin-right: 25px;
}
.principles > div:last-child {
  border: 0;
  margin: 0;
}
.principles span {
  font-family: var(--serif);
  font-size: 26px;
}
.principles p {
  font-size: 13px;
  color: var(--ink-soft);
  max-width: 220px;
}
.books {
  background: var(--paper-deep);
}
.books-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 10vw;
  align-items: center;
}
.books-image {
  display: grid;
  place-items: center;
  min-height: 360px;
  background: #d9d1c3;
  overflow: hidden;
}
.books-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 22px;
  mix-blend-mode: multiply;
}
.books-copy {
  max-width: 520px;
}
.books-copy h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 43px);
  font-weight: 400;
  line-height: 1.35;
  margin: 25px 0;
}
.books-copy h2 em {
  font-style: normal;
  color: var(--red);
}
.books-copy p:not(.section-label) {
  max-width: 470px;
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.9;
  color: var(--ink-soft);
}
.collections {
  background: #e5ded2;
}
.collection-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  margin-top: 34px;
}
.collection-card {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 335px;
}
.collection-card-large {
  grid-row: span 2;
  min-height: 690px;
}
.collection-image {
  position: absolute;
  inset: 0;
  background: #24231f;
  overflow: hidden;
}
.collection-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78), transparent 60%);
}
.collection-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
  transition: transform 0.8s;
}
.collection-card-large .collection-image img {
  object-position: center 28%;
}
.collection-card:hover img {
  transform: scale(1.04);
}
.collection-meta,
.collection-card h3 {
  position: absolute;
  z-index: 1;
  color: var(--white);
  left: 28px;
  right: 28px;
}
.collection-meta {
  top: 26px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: 0.18em;
}
.collection-card h3 {
  bottom: 26px;
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0;
}
.collection-card h3 em {
  font-size: 15px;
  font-style: normal;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.7);
}
.collection-card-jigong .collection-image img {
  object-position: center 32%;
}
.collection-card-suiren .collection-image img {
  object-position: center 45%;
}
.collection-card-libai .collection-image img {
  object-position: center 38%;
}
.featured {
  background: var(--paper);
}
.filter-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.filter-button {
  border: 0;
  border-bottom: 1px solid transparent;
  background: none;
  color: var(--ink-soft);
  font-size: 13px;
  padding: 0 0 7px;
  cursor: pointer;
}
.filter-button.active {
  color: var(--ink);
  border-color: var(--red);
}
.art-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 360px);
  gap: 22px;
  margin-top: 34px;
}
.art-card {
  border: 0;
  background: none;
  padding: 0;
  text-align: left;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.art-card-tall {
  grid-row: span 2;
}
.art-card-wide {
  grid-column: span 2;
  flex-direction: row;
  gap: 24px;
}
.art-image {
  display: block;
  overflow: hidden;
  background: var(--paper-deep);
  flex: 1;
  min-height: 0;
}
.art-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
  transition:
    transform 0.7s,
    filter 0.4s;
}
.art-card:hover img {
  transform: scale(1.035);
  filter: contrast(1.03);
}
.art-card-wide .art-image {
  flex: 1.7;
}
.art-info {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 0 0;
}
.art-info strong {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 400;
}
.art-info small {
  color: var(--ink-soft);
  font-size: 13px;
  letter-spacing: 0.08em;
}
.manifesto {
  background: #1a1a17;
  color: var(--white);
  padding: 70px 10vw;
}
.manifesto-inner {
  max-width: 830px;
  margin: auto;
}
.manifesto .section-label {
  color: #d8b1a0;
}
.manifesto blockquote {
  font-family: var(--serif);
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1.35;
  font-weight: 400;
  margin: 34px 0 28px;
  letter-spacing: 0.04em;
}
.manifesto-note {
  max-width: 440px;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--serif);
  font-size: 15px;
}
.profile-video {
  background: var(--paper-deep);
  display: none;
}
.video-frame {
  margin-top: 58px;
  position: relative;
  background: #0d0d0b;
}
.video-frame video {
  display: block;
  width: 100%;
  max-height: 680px;
  object-fit: cover;
}
.video-caption {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.72);
  padding: 16px 0;
  font-size: 11px;
  letter-spacing: 0.12em;
}
.timeline {
  background: var(--paper);
  display: none;
}
.timeline-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 13vw;
  margin-top: 34px;
}
.timeline-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 6vw;
  margin-top: 34px;
  border-top: 1px solid var(--line);
}
.timeline-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  align-items: start;
  min-height: 112px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.timeline-item span {
  color: var(--red);
  font-family: var(--serif);
  font-size: 17px;
}
.timeline-item p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.8;
}
.timeline-lead {
  border-top: 2px solid var(--red);
  padding-top: 24px;
}
.timeline-year {
  font-family: var(--serif);
  font-size: 60px;
  color: var(--red);
}
.timeline-lead h2 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.3;
  font-size: 30px;
  margin: 18px 0;
}
.timeline-lead p {
  color: var(--ink-soft);
  font-size: 14px;
  max-width: 280px;
}
.timeline-list {
  border-top: 1px solid var(--line);
}
.timeline-list > div {
  display: grid;
  grid-template-columns: 100px 1fr;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
.timeline-list span {
  font-family: var(--serif);
  color: var(--red);
}
.timeline-list p {
  margin: 0;
  font-size: 14px;
}
.contact {
  background: #e0d7ca;
}
.contact-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  border-top: 1px solid var(--ink);
  padding-top: 40px;
}
.site-footer {
  background: #1a1a17;
  color: rgba(255, 255, 255, 0.52);
  display: flex;
  justify-content: space-between;
  padding: 28px 5vw;
  font-size: 10px;
  letter-spacing: 0.14em;
}
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(13, 13, 11, 0.94);
  z-index: 40;
  padding: 6vh 7vw;
  color: var(--white);
  display: grid;
  place-items: center;
}
.lightbox[hidden] {
  display: none;
}
.lightbox-close {
  position: absolute;
  right: 4vw;
  top: 3vh;
  border: 0;
  background: none;
  color: var(--white);
  font-size: 38px;
  cursor: pointer;
  font-weight: 200;
}
.lightbox-content {
  max-width: 1100px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 260px;
  align-items: end;
  gap: 35px;
}
.lightbox-content img {
  max-height: 78vh;
  width: 100%;
  object-fit: contain;
}
.lightbox-title {
  font-family: var(--serif);
  font-size: 26px;
}
.lightbox-meta {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.8;
}
@media (max-width: 800px) {
  .site-header {
    height: 64px;
    padding: 0 6vw;
  }
  .brand {
    gap: 9px;
  }
  .brand-name {
    font-size: 13px;
  }
  .site-nav {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: #171714;
    padding: 26px 6vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .site-nav.is-open {
    display: flex;
  }
  .site-nav .nav-cta {
    border: 0;
    padding: 0;
  }
  .menu-toggle {
    display: block;
    font-size: 11px;
    letter-spacing: 0.15em;
  }
  .hero {
    min-height: 720px;
  }
  .hero-art {
    background-position: 58% center;
  }
  .hero-content {
    left: 8vw;
    right: 8vw;
    top: 52%;
  }
  .hero-intro {
    font-size: 15px;
  }
  .hero-switcher {
    left: 8vw;
    right: auto;
  }
  .hero-caption {
    display: none;
  }
  .section-shell {
    padding: 48px 7vw;
  }
  .section-kicker {
    font-size: 13px;
  }
  .section-kicker span:first-child {
    font-size: 28px;
  }
  .books-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .books-image {
    min-height: 280px;
  }
  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    margin: 50px 0 70px;
  }
  .intro-copy {
    padding: 0;
  }
  .principles {
    grid-template-columns: 1fr;
  }
  .principles > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 22px 0;
    margin: 0;
  }
  .collection-grid {
    display: block;
    margin-top: 45px;
  }
  .collection-card,
  .collection-card-large {
    min-height: 420px;
    margin-bottom: 18px;
  }
  .collection-card-large {
    min-height: 570px;
  }
  .art-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 330px 330px 330px;
    margin-top: 45px;
    gap: 14px;
  }
  .art-card-tall {
    grid-row: span 2;
  }
  .art-card-wide {
    grid-column: span 2;
    gap: 0;
    display: flex;
  }
  .art-card-wide .art-image {
    min-height: 250px;
  }
  .art-info {
    display: block;
  }
  .art-info small {
    display: block;
    margin-top: 4px;
  }
  .manifesto {
    padding: 95px 7vw;
  }
  .manifesto blockquote {
    font-size: 39px;
  }
  .video-frame {
    margin-top: 40px;
  }
  .timeline-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-top: 48px;
  }
  .timeline-items {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }
  .timeline-item {
    grid-template-columns: 64px 1fr;
    min-height: auto;
  }
  .contact-box {
    display: block;
  }
  .contact-box .button {
    margin-top: 34px;
  }
  .site-footer {
    flex-direction: column;
    gap: 9px;
    padding: 24px 7vw;
  }
  .lightbox {
    padding: 12vh 6vw 8vh;
  }
  .lightbox-content {
    display: block;
  }
  .lightbox-content img {
    max-height: 62vh;
  }
  .lightbox-title {
    font-size: 22px;
  }
  .lightbox-close {
    top: 2vh;
    right: 6vw;
  }
}

@media (max-width: 800px) {
  .hero-slide-ink .hero-content-right,
  .hero-slide-studio .hero-content-right {
    top: 62%;
  }
  .hero-slide-paper .hero-content-left {
    top: 48%;
  }
  .hero-gallery-art {
    right: 7vw;
    top: 12%;
    bottom: auto;
    width: 86%;
    height: 42%;
  }
  .hero-slide-gallery .hero-content-left {
    top: 67%;
  }
  .hero-controls {
    bottom: 20px;
  }
  .hero-caption {
    bottom: 22px;
  }
  .hero-gallery-art + .hero-overlay + .hero-content {
    max-width: 86%;
  }
  .collection-image img,
  .art-image img {
    padding: 12px;
  }
}
