@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/cormorant-garamond-400.woff2) format("woff2");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/cormorant-garamond-500.woff2) format("woff2");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/cormorant-garamond-600.woff2) format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/manrope-400.woff2) format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/manrope-500.woff2) format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/manrope-600.woff2) format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/manrope-700.woff2) format("woff2");
}

@keyframes hero-light-pass {
  0%,
  18% {
    transform: translateX(-55%) rotate(4deg);
    opacity: 0;
  }
  36% {
    opacity: 0.4;
  }
  62% {
    transform: translateX(52%) rotate(4deg);
    opacity: 0.22;
  }
  100% {
    transform: translateX(68%) rotate(4deg);
    opacity: 0;
  }
}

/* Единое полотно страницы; поверхности компонентов сохраняют архивную палитру. */
:root {
  --ink: #28150f;
  --coffee: #4e3026;
  --coffee-soft: #765044;
  --milk-chocolate: #6d4538;
  --peach: #dfad96;
  --peach-soft: #ebc3b2;
  --champagne: #f2ddd1;
  --champagne-light: #f8e9df;
  --cream: #fff8ef;
  --canvas-end: #321e18;
  --paper: #fbf2e9;
  --line: rgba(55, 32, 24, 0.18);
  --line-light: rgba(255, 248, 239, 0.24);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: Manrope, "Helvetica Neue", Arial, sans-serif;
  --page-gutter: clamp(16px, 3.2vw, 56px);
  --section-space: clamp(56px, 6vw, 88px);
  --radius-section: 0px;
  --radius-feature: 28px;
  --radius-card: 20px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  width: 100%;
  max-width: 100%;
  overscroll-behavior-x: none;
  overscroll-behavior-y: auto;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  scrollbar-gutter: stable;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: var(--canvas-end);
}

body {
  position: relative;
  width: 100%;
  max-width: 100%;
  overscroll-behavior-x: none;
  overscroll-behavior-y: auto;
  min-width: 0;
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background: var(--canvas-end);
}

button {
  color: inherit;
  font: inherit;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

a {
  color: inherit;
  font: inherit;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

::selection {
  background: var(--coffee);
  color: var(--cream);
}

.new-home {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  /* Единое полотно на всю высоту: свет проходит через разделы и не начинается заново в каждом. */
  background-color: var(--canvas-end);
  background-image:
    radial-gradient(ellipse 90% 18% at 2% 9%, rgba(255, 252, 246, 0.88), rgba(255, 245, 232, 0.34) 45%, transparent 100%),
    radial-gradient(ellipse 85% 20% at 100% 24%, rgba(241, 166, 133, 0.48), rgba(230, 151, 115, 0.18) 52%, transparent 100%),
    radial-gradient(ellipse 75% 17% at 0% 42%, rgba(222, 172, 132, 0.22), rgba(186, 127, 91, 0.08) 50%, transparent 100%),
    radial-gradient(ellipse 85% 18% at 100% 59%, rgba(37, 19, 14, 0.48), rgba(58, 30, 22, 0.14) 52%, transparent 100%),
    radial-gradient(ellipse 95% 17% at 4% 78%, rgba(255, 233, 208, 0.5), rgba(246, 204, 174, 0.2) 48%, transparent 100%),
    radial-gradient(ellipse 85% 12% at 100% 87%, rgba(247, 181, 151, 0.58), rgba(235, 161, 127, 0.22) 48%, transparent 100%),
    linear-gradient(180deg,
      #f8eee7 0%, #f2ddd1 9%, #efbca5 18%,
      #dfa48a 26%, #a3745a 33%, #805440 39%,
      #633e30 46%, #4b2d23 54%, #634232 63%,
      #a47a5e 73%, #e9b398 81%, #f4cbb5 87%,
      #c3967d 91%, #986b53 94%, #704834 96.5%,
      #4b2d22 98.5%, var(--canvas-end) 100%);
}

.glass-header {
  width: auto;
  position: fixed;
  z-index: 120;
  top: 18px;
  left: max(18px, env(safe-area-inset-left));
  right: max(18px, env(safe-area-inset-right));
  height: 64px;
  padding: 8px 10px 8px 18px;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: radial-gradient(circle at 14% 0%, rgba(255, 255, 255, 0.82), transparent 34%), linear-gradient(105deg, rgba(255, 248, 241, 0.82), rgba(232, 184, 164, 0.72) 54%, rgba(255, 244, 236, 0.84));
  box-shadow: 0 14px 45px rgba(52, 25, 16, 0.14), inset 0 1px rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(22px) saturate(130%);
  transition: transform 0.35s var(--ease), opacity 0.25s ease, background 0.25s ease;
}

.glass-header[data-hidden="true"]:not(:focus-within) {
  transform: translateY(-132%);
  opacity: 0;
  pointer-events: none;
}

.brand-pill {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  font: 500 26px/1.2 var(--serif);
  white-space: nowrap;
  letter-spacing: -0.025em;
}

.brand-pill img {
  display: block;
  width: 150px;
  height: 42px;
}

.desktop-links {
  display: flex;
  min-width: 0;
  justify-content: center;
  align-items: center;
  gap: clamp(12px, 2vw, 30px);
  margin: auto;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.desktop-links a {
  position: relative;
  opacity: 0.72;
  transition: opacity 0.2s ease;
}

.desktop-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1px;
  background: currentColor;
  transition: right 0.25s ease;
}

.desktop-links a:hover {
  opacity: 1;
}

.desktop-links a:hover::after {
  right: 0;
}

.header-actions {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
  margin-inline-start: auto;
}

.round-pill {
  width: 46px;
  height: 46px;
  min-width: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-weight: 700;
  transition: transform 0.22s ease, background 0.22s ease;
  min-height: 44px;
}

.menu-pill {
  width: 46px;
  height: 46px;
  min-width: 46px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-weight: 700;
  transition: transform 0.22s ease, background 0.22s ease;
  min-height: 44px;
  display: none;
}

.round-pill:hover {
  transform: scale(1.04);
  background: rgba(255, 255, 255, 0.78);
}

.menu-pill:hover {
  transform: scale(1.04);
  background: rgba(255, 255, 255, 0.78);
}

.menu-pill i {
  display: block;
  width: 16px;
  height: 1px;
  background: currentColor;
  transition: transform 0.22s ease;
}

.menu-pill i + i {
  margin-top: 4px;
}

.mobile-drawer {
  position: fixed;
  z-index: 119;
  top: 92px;
  left: max(18px, env(safe-area-inset-left));
  right: max(18px, env(safe-area-inset-right));
  max-height: calc(100dvh - 110px);
  overflow: auto;
  padding: 12px;
  border: 1px solid rgba(40, 21, 15, 0.12);
  border-radius: 28px;
  background: rgba(255, 247, 239, 0.96);
  box-shadow: 0 30px 70px rgba(45, 20, 12, 0.22);
  backdrop-filter: blur(24px);
}

.mobile-drawer[hidden] {
  display: none;
}

.mobile-drawer a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  min-height: 58px;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(40, 21, 15, 0.1);
  font: 400 26px/1 var(--serif);
}

.mobile-drawer a:last-child {
  border-bottom: 0;
}

.mobile-drawer small {
  font: 700 9px var(--sans);
  letter-spacing: 0.1em;
  opacity: 0.5;
}

.mobile-drawer b {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font: 400 17px var(--sans);
  transition: transform 0.25s ease;
}

.mobile-drawer a:hover b {
  transform: rotate(-35deg);
}

.cinema-hero {
  position: relative;
  isolation: isolate;
  margin: 0;
  height: clamp(680px, 86svh, 880px);
  min-height: 680px;
  overflow: hidden;
  border-radius: 0;
  background: #684536;
  touch-action: pan-y;
  overscroll-behavior: auto;
  mask-image: linear-gradient(to bottom, #000 calc(100% - 76px), transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 calc(100% - 76px), transparent 100%);
}

.cinema-hero > img {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  pointer-events: none;
}

.hero-wash {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(29, 13, 8, 0.74), transparent 68%), linear-gradient(0deg, rgba(24, 10, 5, 0.4), transparent 42%), radial-gradient( circle at 82% 24%, rgba(255, 221, 197, 0.16), transparent 24% );
  pointer-events: none;
}

.hero-light-pass {
  position: absolute;
  z-index: 2;
  inset: -22%;
  pointer-events: none;
  mix-blend-mode: screen;
  background: linear-gradient( 112deg, transparent 37%, rgba(255, 231, 203, 0.38) 47%, transparent 57% );
  transform: translateX(-55%) rotate(4deg);
  animation: hero-light-pass 8s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}

.hero-grain {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image: repeating-linear-gradient( 115deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 4px );
  mix-blend-mode: soft-light;
}

.hero-copy {
  position: absolute;
  z-index: 3;
  width: min(520px, 52vw);
  color: var(--cream);
  left: clamp(58px, 8.4vw, 144px);
  top: clamp(112px, 18svh, 180px);
}

.hero-copy > p {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.hero-copy h1 {
  color: #f2ddd1;
  background: linear-gradient( 130deg, #fff8ef 8%, #ebc3b2 40%, #b5785e 72%, #f2ddd1 100% );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  width: max-content;
  max-width: 100%;
  font: 400 clamp(58px, 8.8vw, 150px) / 0.84 var(--serif);
  letter-spacing: -0.075em;
  text-wrap: balance;
  text-shadow: 0 2px 24px rgba(31, 15, 10, 0.16);
  padding-bottom: 0.18em;
  margin-bottom: 24px;
  transform: translateX(4px);
}

.hero-copy h1 span {
  display: block;
  font: inherit;
  white-space: nowrap;
}

.hero-copy h1 b {
  display: block;
  font: inherit;
  width: max-content;
  margin: 0.08em auto 0;
  font-size: 1em;
  line-height: 0.94;
  letter-spacing: inherit;
}

.hero-copy > span {
  display: block;
  max-width: 460px;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 247, 237, 0.82);
}

.glass-cta {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  margin-top: 24px;
  padding: 10px 11px 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  min-height: 44px;
}

.pill-arrow {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  color: #4b2b21;
  font-size: 16px;
  transition: transform 0.3s var(--ease), background 0.2s ease;
}

a:hover > .pill-arrow {
  transform: rotate(-36deg);
  background: #fff;
}

.hero-signature {
  position: absolute;
  z-index: 3;
  right: 42px;
  bottom: 42px;
  color: #fff;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.hero-signature span {
  display: block;
  opacity: 0.5;
}

.section-top {
  width: min(100%, 1320px);
  margin: 0 auto clamp(28px, 3vw, 40px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  text-align: center;
}

.archive-chapter__head {
  width: min(100%, 1320px);
  margin: 0 auto clamp(28px, 3vw, 40px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  text-align: center;
}

.section-top > p {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.archive-chapter__head > p {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.section-top > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.archive-chapter__head > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.section-top h2 {
  margin: 0;
  font: 400 clamp(34px, 4vw, 60px)/1.14 var(--serif);
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.archive-chapter__head h2 {
  margin: 0;
  font: 400 clamp(34px, 4vw, 60px)/1.14 var(--serif);
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.section-top > div > span {
  display: block;
  max-width: 48ch;
  font-size: 14px;
  line-height: 1.65;
  opacity: 0.66;
}

.archive-chapter__head span {
  display: block;
  max-width: 48ch;
  font-size: 14px;
  line-height: 1.65;
  opacity: 0.66;
}

.section-top.light {
  color: #fff8ef;
}

.section-top.light > div > span {
  color: rgba(255, 248, 239, 0.68);
}

main > section + section {
  margin-top: 0;
}

.cinema-hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -1px;
  left: 0;
  height: clamp(52px, 8vw, 96px);
  pointer-events: none;
  background: transparent;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  mask-image: linear-gradient(to bottom, transparent, #000);
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000);
}

.archive-timeline {
  padding: var(--section-space) var(--page-gutter);
  border-top: 0;
  border-bottom: 0;
  background: transparent;
}

.archive-timeline__head {
  width: min(100%, 1320px);
  margin: 0 auto 44px;
  text-align: center;
}

.archive-timeline__head h2 {
  margin: 0;
  font: 400 clamp(28px, 4vw, 60px) / 1.14 var(--serif);
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.archive-timeline__rail {
  overflow-anchor: none;
  position: relative;
  width: min(100%, 1320px);
  min-height: 116px;
  margin: 0 auto;
  padding: 28px;
  display: flex;
  gap: 0;
  overflow-x: auto;
  border: 1px solid rgba(67, 35, 25, 0.16);
  border-radius: 24px;
  background: rgba(255, 250, 245, 0.46);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.78), 0 16px 40px rgba(74, 38, 26, 0.08);
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: rgba(78, 48, 38, 0.48) transparent;
  overscroll-behavior-inline: contain;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}

.archive-timeline__rail::-webkit-scrollbar {
  height: 7px;
}

.archive-timeline__rail::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(78, 48, 38, 0.42);
}

.archive-timeline__rail::before {
  content: "";
  position: absolute;
  top: 39px;
  right: 28px;
  left: 28px;
  height: 1px;
  background: rgba(78, 48, 38, 0.3);
}

.archive-timeline__rail button {
  position: relative;
  z-index: 1;
  flex: 0 0 86px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  color: #4e3026;
  font-size: 12px;
  letter-spacing: 0.08em;
  opacity: 0.58;
  scroll-snap-align: start;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.archive-timeline__rail button:first-child {
  flex-basis: 110px;
}

.archive-timeline__rail button:last-child {
  flex-basis: 110px;
}

.archive-timeline__rail button i {
  width: 13px;
  height: 13px;
  border: 3px solid #f7e8df;
  border-radius: 50%;
  background: #b69283;
  box-shadow: 0 0 0 1px rgba(122, 81, 67, 0.35);
  transition: transform 0.25s ease, background 0.25s ease;
}

.archive-timeline__rail button[data-has-content="true"] {
  opacity: 0.86;
}

.archive-timeline__rail button[aria-pressed="true"] {
  opacity: 1;
  transform: none;
}

.archive-timeline__rail button[aria-pressed="true"] i {
  background: #4e3026;
  transform: scale(1.28);
}

.biography-section {
  margin: 0;
  padding: var(--section-space) var(--page-gutter);
  background: transparent;
}

.biography-strip {
  overflow-anchor: none;
  width: min(100%, 1320px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 0.85fr) minmax(0, 1.3fr);
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 1px;
  border-radius: var(--radius-feature);
  overflow: hidden;
  background: #9d6b5b;
  box-shadow: 0 24px 64px rgba(66, 31, 20, 0.11);
  cursor: grab;
  scrollbar-width: none;
}

.biography-strip article {
  min-width: 0;
  overflow-wrap: break-word;
  hyphens: auto;
  min-height: 360px;
  height: 100%;
  padding: clamp(22px, 2.5vw, 34px);
  background: linear-gradient(145deg, #f8e6dc, #ecc3b1);
  transition: transform 0.45s var(--ease), filter 0.35s ease;
}

.biography-strip article:nth-child(2) {
  background: linear-gradient(135deg, #f3d4c1 0%, #dfad96 45%, #b5755d 100%);
}

.biography-strip article:nth-child(3) {
  background: linear-gradient(135deg, #a47460 0%, #765044 38%, #3c2118 100%);
  color: #fff7ed;
}

.biography-strip article:hover {
  filter: saturate(1.04);
}

.biography-strip p.meta {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.62;
}

.biography-strip h3 {
  margin: 20px 0 14px;
  font: 400 clamp(30px, 2.7vw, 46px)/1 var(--serif);
  letter-spacing: -0.05em;
  overflow-wrap: break-word;
  hyphens: auto;
}

.biography-strip__copy {
  display: grid;
  gap: 10px;
}

.biography-strip__copy p {
  margin: 0;
  line-height: 1.48;
  opacity: 0.82;
  font-size: 16px;
}

.library-shell {
  margin: 0;
  padding: var(--section-space) var(--page-gutter);
  border-radius: var(--radius-section);
  color: #fff8ef;
  background: transparent;
}

.press-library {
  width: min(100%, 1320px);
  margin: 0 auto;
}

.print-readers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.reader-carousel {
  overflow-anchor: none;
  min-width: 0;
  display: grid;
  gap: 12px;
}

@media (min-width: 681px) {
  .sketch-carousel {
    width: min(100%, 860px);
    margin-inline: auto;
  }
}

.reader-carousel__stage {
  position: relative;
  height: clamp(500px, 36vw, 600px);
  padding: 0;
  border: 1px solid rgba(255, 245, 237, 0.34);
  border-radius: var(--radius-feature);
  overflow: hidden;
  background: linear-gradient( 145deg, rgba(255, 241, 230, 0.2), rgba(66, 32, 23, 0.42) );
  backdrop-filter: blur(18px) saturate(1.12);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.2);
}

.reader-carousel__issue {
  display: grid;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  background: #2a160f;
  color: #fff8ef;
  text-align: left;
  grid-template-rows: minmax(0, 1fr) 182px;
}

.reader-carousel__media {
  display: grid;
  place-items: center;
  min-height: 0;
  padding: clamp(20px, 1.8vw, 28px) clamp(24px, 2vw, 32px) clamp(46px, 4.2vw, 60px);
  overflow: hidden;
  background: radial-gradient( circle at 50% 32%, #d4a58f 0%, #5b3529 68%, #301a13 100% );
  align-content: stretch;
  min-width: 0;
}

.reader-carousel__media img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.6s var(--ease);
  width: 100%;
  height: 100%;
  min-height: 0;
  min-width: 0;
  border-radius: 0;
  box-shadow: none;
}

.reader-carousel[data-reader-kind="newspaper"] .reader-carousel__media {
  padding: clamp(24px, 2vw, 32px);
}

.reader-carousel[data-reader-kind="newspaper"] .reader-carousel__media img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.reader-carousel[data-reader-kind="magazine"] .reader-carousel__media {
  padding: clamp(24px, 2vw, 32px);
}

.reader-carousel[data-reader-kind="magazine"] .reader-carousel__media img {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  height: 100%;
}

.reader-carousel__issue:hover .reader-carousel__media img {
  transform: none;
  width: 100%;
  height: 100%;
}

.reader-carousel__caption {
  min-width: 0;
  overflow-wrap: break-word;
  hyphens: auto;
  position: relative;
  display: grid;
  gap: 8px;
  border-top: 1px solid rgba(255, 248, 239, 0.22);
  background: linear-gradient( 135deg, rgba(49, 23, 16, 0.72), rgba(118, 80, 68, 0.48) );
  backdrop-filter: blur(20px) saturate(1.16);
  -webkit-backdrop-filter: blur(20px) saturate(1.16);
  align-content: start;
  padding: 14px 18px 60px;
}

.reader-carousel__caption small {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.58;
}

.reader-carousel__caption strong {
  max-width: 100%;
  overflow-wrap: break-word;
  hyphens: auto;
  font: 400 clamp(24px, 2.3vw, 34px)/1.02 var(--serif);
  letter-spacing: -0.035em;
  font-size: clamp(23px, 2vw, 28px);
}

.reader-carousel__pending-note {
  max-width: 36ch;
  font-size: 13px;
  line-height: 1.45;
  opacity: 0.72;
}

.reader-carousel__controls {
  position: absolute;
  z-index: 3;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  justify-content: center;
  right: 18px;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  min-width: auto;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.reader-carousel__controls button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: background 0.2s ease, transform 0.2s ease;
}

.reader-carousel__controls button:hover {
  background: #fff;
  color: #2b1710;
  transform: scale(1.05);
}

.reader-carousel__controls span {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  min-width: auto;
  padding: 0 6px;
}

.reader-carousel__rail {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scrollbar-color: rgba(255, 255, 255, 0.55) transparent;
  scroll-snap-type: x proximity;
  overscroll-behavior-inline: contain;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  scrollbar-width: none;
  overflow-anchor: none;
}

.reader-carousel__rail::-webkit-scrollbar {
  display: none;
  height: 0;
}

.reader-carousel__rail::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
}

.reader-carousel__rail button {
  position: relative;
  z-index: 1;
  cursor: pointer;
  touch-action: manipulation;
  flex: 0 0 clamp(78px, 6.5vw, 92px);
  height: clamp(100px, 8.2vw, 116px);
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  opacity: 0.58;
  scroll-snap-align: start;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.reader-carousel__rail button[aria-pressed="true"] {
  opacity: 1;
  transform: none;
  background: rgba(255, 255, 255, 0.16);
}

.reader-carousel__rail img {
  width: 100%;
  height: calc(100% - 18px);
  border-radius: 9px;
  object-fit: contain;
  object-position: center;
  background: #4b2c22;
}

.reader-carousel__rail span {
  position: absolute;
  left: 8px;
  bottom: 6px;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.editorial-card--pending {
  min-width: 0;
  padding: 18px;
  border: 1px dashed rgba(255, 248, 239, 0.34);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 8px;
  align-content: start;
  text-align: left;
  border-style: dashed;
  cursor: default;
}

.editorial-card--pending:hover {
  transform: none;
}

.editorial-card--pending b {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: max-content;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #2b1710;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.digital-links {
  position: relative;
  margin-top: 54px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 245, 237, 0.2);
}

.digital-links__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 24px;
}

.digital-links__head p {
  margin: 0 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  opacity: 0.58;
}

.digital-links__head h3 {
  margin: 0;
  font: 400 clamp(42px, 5vw, 66px)/1.02 var(--serif);
}

.digital-links__head > span {
  max-width: 45ch;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 245, 237, 0.66);
}

.digital-links__viewport {
  overflow-x: auto;
  scroll-snap-type: x proximity;
  overscroll-behavior-inline: contain;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-anchor: none;
}

.digital-links__viewport::-webkit-scrollbar {
  display: none;
  height: 0;
}

.digital-links__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(310px, 29vw);
  gap: 10px;
  width: max-content;
  padding: 2px 2px 10px;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  grid-template-rows: minmax(154px, auto);
}

.digital-link {
  min-width: 0;
  overflow-wrap: break-word;
  hyphens: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 154px;
  padding: 20px 54px 20px 20px;
  border: 1px solid rgba(255, 245, 237, 0.16);
  border-radius: 22px;
  background: linear-gradient( 145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04) );
  scroll-snap-align: start;
  transition: transform 0.28s var(--ease), background 0.2s ease, border-color 0.2s ease;
}

.digital-link:hover {
  transform: none;
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 245, 237, 0.3);
}

.digital-link small {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  opacity: 0.56;
}

.digital-link strong {
  font: 400 clamp(20px, 2vw, 28px)/1.02 var(--serif);
}

.digital-link b {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff8ef;
  color: #2b1710;
  font-weight: 400;
  transition: transform 0.25s ease;
}

.digital-link:hover b {
  transform: rotate(-35deg);
}

.digital-links__nav {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 14px;
}

.digital-links__nav button {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #fff;
  transition: background 0.2s ease;
  width: 44px;
  height: 44px;
}

.digital-links__nav button:hover {
  background: #fff;
  color: #2b1710;
}

.collections-room {
  padding: var(--section-space) var(--page-gutter);
  background: transparent;
}

.collection-gallery {
  width: min(100%, 860px);
  margin: 0 auto;
}

.collection-final__stage {
  overflow-anchor: none;
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(84, 41, 26, 0.12);
  border-radius: var(--radius-feature);
  background: radial-gradient(circle at 90% 8%, rgba(255, 255, 255, 0.68), transparent 28%), linear-gradient(145deg, rgba(255, 248, 241, 0.78), rgba(218, 160, 135, 0.58));
  box-shadow: 0 28px 80px rgba(51, 24, 15, 0.12);
  min-height: 0;
}

.collections-room .collection-final__stage {
  border-radius: 40px;
}

.collections-room .collection-final__media {
  padding: 10px;
}

.collection-final__entry {
  width: 100%;
  min-height: 0;
  height: clamp(410px, 32vw, 480px);
  display: grid;
  grid-template-columns: minmax(0, 2.25fr) minmax(190px, 0.5fr);
  overflow: hidden;
  border-radius: inherit;
  background: linear-gradient(135deg, #fff8f1, #e8bca8);
  text-align: left;
  align-items: stretch;
}

.collection-final__media {
  place-items: center;
  align-content: center;
  background: radial-gradient(circle at 50% 28%, #edc4ae, #5d382b 74%);
  min-width: 0;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: clamp(12px, 1.8vw, 18px);
}

.collection-final__media img {
  transition: transform 0.7s var(--ease);
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  margin: auto;
  border-radius: 0;
  clip-path: none;
}

/* Главное фото коллекции немного уменьшено, чтобы вокруг изображения оставалось больше воздуха. */
.collections-room .collection-final__media img {
  width: 96%;
  height: 96%;
  max-width: 96%;
  max-height: 96%;
  border-radius: 0;
  clip-path: none;
}

.collections-room .collection-final__entry:hover .collection-final__media img {
  transform: none;
}

.collection-final__entry:hover .collection-final__media img {
  transform: none;
}

.collection-final__copy {
  min-width: 0;
  overflow-wrap: break-word;
  hyphens: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  padding: 16px;
  background: linear-gradient(145deg, #fff8f1, #efd0bf);
  overflow: hidden;
}

.collection-final__copy small {
  flex-shrink: 0;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.collection-final__copy strong {
  flex-shrink: 0;
  font: 400 clamp(26px, 2.8vw, 40px)/1.02 var(--serif);
  letter-spacing: -0.055em;
  overflow-wrap: break-word;
  hyphens: auto;
}

.collection-final__copy > span {
  font-size: 12px;
  line-height: 1.45;
  opacity: 0.62;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.collection-final__controls {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  right: 18px;
  bottom: 22px;
  padding-inline: 10px;
  border-radius: 999px;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  min-width: auto;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.collection-final__controls button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #2b1710;
  color: #fff;
  transition: transform 0.2s ease, background 0.2s ease;
}

.collection-final__controls button:hover {
  transform: scale(1.06);
  background: #5c3629;
}

.collection-final__controls span {
  text-align: center;
  font-size: 12px;
  min-width: auto;
  padding: 0 6px;
}

.collection-final__rail {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  overflow-x: auto;
  padding: 4px 2px 10px;
  scrollbar-color: rgba(43, 23, 16, 0.4) transparent;
  scroll-snap-type: x proximity;
  overscroll-behavior-inline: contain;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  scrollbar-width: none;
  overflow-anchor: none;
}

.collection-final__rail::-webkit-scrollbar {
  display: none;
  height: 0;
}

.collection-final__rail::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(43, 23, 16, 0.4);
}

@media (min-width: 681px) {
  .reader-carousel__rail,
  .collection-final__rail {
    padding-bottom: 16px;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
  }

  .reader-carousel__rail::-webkit-scrollbar,
  .collection-final__rail::-webkit-scrollbar {
    display: block;
    height: 8px;
  }

  .reader-carousel__rail::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
  }

  .reader-carousel__rail::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
    background-clip: padding-box;
  }

  .collection-final__rail::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(43, 23, 16, 0.1);
  }

  .collection-final__rail::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    border-radius: 999px;
    background: rgba(43, 23, 16, 0.48);
    background-clip: padding-box;
  }
}

.collection-final__rail button {
  position: relative;
  z-index: 1;
  cursor: pointer;
  touch-action: manipulation;
  display: grid;
  grid-template-columns: clamp(70px, 7vw, 84px) minmax(108px, 1fr);
  flex: 0 0 clamp(196px, 18vw, 224px);
  height: clamp(88px, 8vw, 100px);
  border: 1px solid rgba(43, 23, 16, 0.14);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 248, 241, 0.68);
  text-align: left;
  opacity: 0.62;
  scroll-snap-align: start;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.collection-final__rail button[aria-pressed="true"] {
  opacity: 1;
  transform: none;
  box-shadow: 0 10px 24px rgba(59, 26, 16, 0.1);
}

.collection-final__rail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #6a4032;
}

.collection-final__rail span {
  align-self: center;
  padding: 10px;
  font: 500 14px/1.05 var(--serif);
}

.archive-chapter {
  padding: var(--section-space) var(--page-gutter);
  border-top: 0;
  background: transparent;
}

.archive-chapter__inner {
  width: min(100%, 1320px);
  margin: 0 auto;
}

.awards-section {
  background: transparent;
}

.awards-carousel {
  overflow-anchor: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}

.awards-carousel__track {
  grid-column: 1 / -1;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(72%, 880px);
  gap: 16px;
  overflow-x: auto;
  padding: 4px 2px 16px;
  scroll-snap-type: x proximity;
  scrollbar-color: #987260 transparent;
  overscroll-behavior-inline: contain;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  scrollbar-width: none;
  overflow-anchor: none;
}

.awards-carousel__track .award-card {
  scroll-snap-align: start;
  min-width: 0;
}

.award-card {
  position: relative;
  min-height: 300px;
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 4vw, 58px);
  padding: clamp(20px, 3vw, 38px);
  border: 1px solid rgba(43, 23, 16, 0.14);
  border-radius: var(--radius-feature);
  background: radial-gradient(circle at 92% 6%, rgba(255, 255, 255, 0.72), transparent 28%), linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(226, 171, 147, 0.5));
  overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s ease;
}

.award-card:hover {
  transform: none;
  box-shadow: 0 18px 50px rgba(67, 35, 25, 0.12);
}

.award-card__proof {
  position: relative;
  min-height: 238px;
  max-height: 330px;
  overflow: hidden;
  border-radius: 20px;
  background: #5a372a;
  cursor: pointer;
}

.award-card__proof img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: linear-gradient(145deg, #a77a66, #4b2d22);
}

.award-card__proof::after {
  content: "→";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 248, 239, 0.9);
  color: #2b1710;
  font-family: Arial, sans-serif;
  font-variant-emoji: text;
}

.award-card__proof--placeholder {
  display: grid;
  place-items: center;
  border: 1px dashed rgba(43, 23, 16, 0.2);
  background: linear-gradient(145deg, rgba(255, 248, 241, 0.78), rgba(228, 190, 173, 0.58));
  color: rgba(43, 23, 16, 0.62);
  cursor: default;
}

.award-card__proof--placeholder::after {
  content: none;
}

.award-card__proof--placeholder span {
  font: 400 clamp(28px, 3vw, 42px)/1 var(--serif);
}

.award-coming {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin-top: 22px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #2b1710;
  color: #fff8ef;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.award-card__body {
  align-self: center;
  max-width: 58ch;
  padding: 6px 0;
}

.award-card time {
  display: block;
  margin-bottom: 20px;
  font: 400 clamp(24px, 2.4vw, 34px) var(--serif);
}

.award-card strong {
  display: block;
  font: 500 clamp(28px, 3.1vw, 48px)/1.02 var(--serif);
}

.award-card .award-place {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.58;
}

.award-card .award-proof-note {
  display: block;
  margin-top: 22px;
  max-width: 42ch;
  font-size: 12px;
  line-height: 1.6;
  opacity: 0.68;
}

.award-card .award-open {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.awards-carousel__controls {
  display: flex;
  grid-column: 2;
  grid-row: 2;
  gap: 8px;
}

.awards-carousel__controls button {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(43, 23, 16, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  font-size: 19px;
}

.awards-carousel__controls button:hover {
  background: rgba(255, 255, 255, 0.8);
}

.awards-carousel__count {
  grid-column: 1;
  grid-row: 2;
  justify-self: start;
  font-size: 12px;
  letter-spacing: 0.14em;
  opacity: 0.6;
}

.exhibitions-section {
  background: transparent;
}

/* Только карточки выставок выравниваем по высоте внутри одной ленты. */
#exhibitions-grid {
  align-items: stretch;
}

.editorial-cards {
  display: grid;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, calc((100% - 28px) / 3));
  align-items: start;
  gap: 14px;
  cursor: grab;
  scrollbar-width: none;
  overflow-anchor: none;
  overflow-x: auto;
  padding: 2px 0 10px;
  scroll-snap-type: x proximity;
  overscroll-behavior-inline: contain;
}

.editorial-card {
  min-width: 0;
  overflow-wrap: break-word;
  hyphens: auto;
  min-height: 240px;
  padding: 24px;
  border: 1px solid rgba(43, 23, 16, 0.14);
  border-radius: 26px;
  background: radial-gradient(circle at 88% 8%, rgba(255, 255, 255, 0.8), transparent 30%), linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(224, 168, 143, 0.46));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  transition: transform 0.3s var(--ease), background 0.2s ease;
  scroll-snap-align: start;
}

.editorial-card:hover {
  transform: none;
  background: rgba(255, 255, 255, 0.78);
}

.editorial-card small {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.58;
}

.editorial-card strong {
  font: 400 clamp(25px, 2.5vw, 38px)/1 var(--serif);
}

.editorial-card span {
  font-size: 12px;
  line-height: 1.6;
  opacity: 0.68;
}

.editorial-card:not(.editorial-card--pending) b {
  align-self: flex-end;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #2b1710;
  color: #fff;
  transition: transform 0.25s ease;
}

.editorial-card:not(.editorial-card--pending):hover b {
  transform: rotate(-35deg);
}

.collaborations-section {
  background: transparent;
  color: var(--ink);
}

#collaboration-feature {
  width: 100%;
  display: block;
}

.collab-carousel__track {
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, calc((100% - 28px) / 3));
  gap: 14px;
  overflow-x: auto;
  padding: 4px 2px 14px;
  scroll-snap-type: x proximity;
  overscroll-behavior-inline: contain;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(67, 35, 25, 0.42) transparent;
}

.collab-carousel__track::-webkit-scrollbar {
  height: 8px;
}

.collab-carousel__track::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(67, 35, 25, 0.42);
}

.collab-card {
  min-width: 0;
  min-height: 480px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(78, 48, 38, 0.14);
  border-radius: var(--radius-feature);
  background: linear-gradient(145deg, rgba(255, 248, 241, 0.78), rgba(228, 194, 176, 0.54));
  box-shadow: 0 20px 52px rgba(67, 35, 25, 0.12);
  scroll-snap-align: start;
}

.collab-card__media {
  min-height: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(124, 84, 69, 0.14), rgba(52, 30, 23, 0.1));
}

.collab-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

.collab-card__year {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(43, 23, 16, 0.2);
  color: rgba(43, 23, 16, 0.62);
  font: 400 clamp(30px, 3vw, 44px)/1 var(--serif);
}

.collab-card__copy {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 18px;
  border-top: 1px solid rgba(78, 48, 38, 0.14);
  align-content: start;
}

.collab-card__copy small {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.62;
}

.collab-card__copy strong {
  font: 400 clamp(24px, 2.6vw, 36px)/1.04 var(--serif);
}

.collab-card__copy span {
  font-size: 13px;
  line-height: 1.45;
  opacity: 0.7;
}

.collab-card--live .collab-card__copy {
  min-height: 64px;
  align-content: center;
}

.collab-carousel__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
}

.collab-carousel__footer > span {
  font-size: 12px;
  letter-spacing: 0.12em;
  opacity: 0.62;
}

.collab-carousel__controls {
  display: flex;
  gap: 8px;
}

.collab-carousel__controls button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(43, 23, 16, 0.22);
  border-radius: 50%;
  background: rgba(255, 248, 241, 0.72);
  color: #2b1710;
  font-size: 19px;
}

.collab-feature {
  overflow-anchor: none;
  width: min(100%, 800px);
  height: clamp(500px, 58svh, 590px);
  margin: 0 auto;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-feature);
  overflow: hidden;
  border-color: rgba(78, 48, 38, 0.14);
  background: radial-gradient(circle at 84% 10%, rgba(255,255,255,0.62), transparent 26%), linear-gradient(145deg, rgba(255,248,241,0.74), rgba(228,194,176,0.5));
  box-shadow: 0 24px 64px rgba(67, 35, 25, 0.14);
}

.collab-feature__media-wrap {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(124, 84, 69, 0.12), rgba(52, 30, 23, 0.08));
}

.collab-feature__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: transparent;
  cursor: zoom-in;
  padding: clamp(16px, 2vw, 24px);
}

.collab-feature__media img {
  display: block;
  padding: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  border-radius: 14px;
  background: transparent;
}

.collab-feature__controls {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  border-color: rgba(255, 248, 239, 0.18);
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  min-width: auto;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.collab-feature__controls button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
}

.collab-feature__controls button:hover {
  background: #fff;
  color: #2b1710;
}

.collab-feature__controls button:disabled {
  opacity: 0.35;
  cursor: default;
}

.collab-feature__controls span {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.08em;
  min-width: auto;
  padding: 0 6px;
}

.collab-feature__copy {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 16px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255,248,241,0.82), rgba(235,205,189,0.74));
  border-top: 1px solid rgba(78, 48, 38, 0.14);
  color: var(--ink);
}

.collab-feature__copy > div {
  min-width: 0;
}

.collab-feature__copy small {
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(78, 48, 38, 0.72);
  opacity: 1;
}

.collab-feature__copy strong {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: 400 clamp(28px, 3vw, 42px)/1 var(--serif);
  color: var(--ink);
}

.collab-feature__copy button {
  flex: 0 0 auto;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  white-space: nowrap;
  transition: background 0.2s ease;
  border-color: rgba(78, 48, 38, 0.22);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.46);
}

.collab-feature__copy button:hover {
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
}

.events-section {
  background: transparent;
}

.stage-subsection {
  margin-top: 16px;
}

.stage-subsection h3 {
  margin: 0 0 24px;
  font: 400 clamp(34px, 4vw, 56px)/1.02 var(--serif);
}

.stage-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 34vw);
  overflow-x: auto;
  scroll-snap-type: x proximity;
  gap: 14px;
  padding: 4px 2px 12px;
  scrollbar-color: rgba(67, 35, 25, 0.48) transparent;
  overscroll-behavior-inline: contain;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  scrollbar-width: none;
  overflow-anchor: none;
}

.stage-grid::-webkit-scrollbar {
  display: none;
  height: 0;
}

.stage-grid::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(67, 35, 25, 0.48);
}

.stage-carousel__controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 14px;
}

.stage-carousel__controls button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(43, 23, 16, 0.22);
  border-radius: 50%;
  color: #2b1710;
  background: rgba(255, 248, 241, 0.7);
  font-size: 20px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.stage-carousel__controls button:hover {
  transform: scale(1.06);
  background: #fff8f1;
}

.stage-card {
  min-width: 0;
  min-height: 420px;
  height: 100%;
  border: 1px solid rgba(43, 23, 16, 0.14);
  border-radius: 24px;
  overflow: hidden;
  background: #fff8f1;
  text-align: left;
  transition: transform 0.3s var(--ease);
  scroll-snap-align: start;
}

.stage-card:hover {
  transform: none;
}

.stage-card em {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.45;
  font-style: italic;
  opacity: 0.72;
}

.stage-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
  object-position: center;
  background: linear-gradient(145deg, #8b5d4c, #4a2b20);
}

.stage-card__placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  min-height: 0;
  overflow: hidden;
  background: radial-gradient( circle at 50% 32%, #d4a58f 0%, #5b3529 68%, #301a13 100% );
}

.stage-card__placeholder .reader-carousel__placeholder {
  width: 100%;
  height: 100%;
}

.stage-card > span {
  display: block;
  padding: 17px;
}

.stage-card small {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  opacity: 0.56;
}

.stage-card strong {
  display: block;
  margin-top: 8px;
  font: 500 22px/1.05 var(--serif);
}

.contact-stage {
  display: block;
  color: #fff4e9;
  background: transparent;
}

.contact-stage__body {
  padding: 40px var(--page-gutter) 24px;
  text-align: center;
  background: transparent;
}

.contact-stage__body > p {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.contact-stage__body > h2 {
  max-width: 760px;
  margin: 24px auto 16px;
  font: 400 clamp(32px, 3.8vw, 52px)/1.15 var(--serif);
  letter-spacing: -0.065em;
  overflow-wrap: break-word;
  hyphens: auto;
}

.contact-stage__body > span {
  font-size: 13px;
  color: rgba(255, 244, 233, 0.66);
}

.contact-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 920px;
  margin: 24px auto 32px;
}

.contact-links a {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 150px;
  padding: 9px 10px 9px 18px;
  border: 1px solid rgba(255, 244, 233, 0.24);
  border-radius: 999px;
  background: rgba(255, 244, 233, 0.07);
  transition: background 0.2s ease, transform 0.2s ease;
}

.contact-links a:hover {
  background: rgba(255, 244, 233, 0.14);
  transform: none;
}

.contact-links .pill-arrow {
  margin-left: auto;
}

.footer-line {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 0;
  font-size: 12px;
  letter-spacing: 0.14em;
}

.reader-carousel__rail.is-dragging {
  cursor: grabbing;
  user-select: none;
  scroll-snap-type: none;
}

.collection-final__rail.is-dragging {
  cursor: grabbing;
  user-select: none;
  scroll-snap-type: none;
}

.awards-carousel__track.is-dragging {
  cursor: grabbing;
  user-select: none;
  scroll-snap-type: none;
}

.editorial-cards.is-dragging {
  cursor: grabbing;
  user-select: none;
  scroll-snap-type: none;
}

.stage-grid.is-dragging {
  cursor: grabbing;
  user-select: none;
  scroll-snap-type: none;
}

.archive-timeline__rail.is-dragging {
  cursor: grabbing;
  user-select: none;
  scroll-snap-type: none;
}

.biography-strip.is-dragging {
  cursor: grabbing;
  user-select: none;
  scroll-snap-type: none;
}

.archive-viewer {
  position: fixed;
  z-index: 1000;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  max-width: none;
  max-height: none;
  transform: none;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background: radial-gradient(circle at 50% 32%, rgba(223, 176, 150, 0.16), transparent 26%), linear-gradient(180deg, rgba(53, 30, 23, 0.992) 0%, rgba(79, 49, 38, 0.992) 48%, rgba(29, 15, 12, 0.996) 100%);
  color: #fff8ef;
}

.archive-viewer[data-section="press"] {
  inset: 0;
  width: 100vw;
  height: 100dvh;
  max-height: none;
  transform: none;
  border: 0;
  border-radius: 0;
}

.archive-viewer[data-section="journals"] {
  inset: 0;
  width: 100vw;
  height: 100dvh;
  max-height: none;
  transform: none;
  border: 0;
  border-radius: 0;
}

.archive-viewer[data-section="collections"] {
  inset: 0;
  width: 100vw;
  height: 100dvh;
  max-height: none;
  transform: none;
  border: 0;
  border-radius: 0;
}

.archive-viewer[data-section="collaborations"] {
  inset: 50% auto auto 50%;
  width: min(960px, calc(100% - 48px));
  height: min(760px, 90svh);
  max-height: 90svh;
  transform: translate(-50%, -50%);
  border: 1px solid var(--coffee-soft);
  border-radius: var(--radius-feature);
  box-shadow: 0 24px 80px rgba(40, 21, 15, 0.4);
}

.archive-viewer[data-section="awards"] {
  inset: 0;
  width: 100vw;
  height: 100dvh;
  max-height: none;
  transform: none;
  border: 0;
  border-radius: 0;
}

.archive-viewer[data-section="exhibitions"] {
  inset: 0;
  width: 100vw;
  height: 100dvh;
  max-height: none;
  transform: none;
  border: 0;
  border-radius: 0;
}

.archive-viewer[data-section="events"] {
  inset: 0;
  width: 100vw;
  height: 100dvh;
  max-height: none;
  transform: none;
  border: 0;
  border-radius: 0;
}

.archive-viewer[data-section="sketches"] {
  inset: 50% auto auto 50%;
  width: min(760px, calc(100% - 48px));
  height: min(620px, 82svh);
  max-height: 82svh;
  transform: translate(-50%, -50%);
  border: 1px solid var(--coffee-soft);
  border-radius: var(--radius-feature);
  box-shadow: 0 24px 80px rgba(40, 21, 15, 0.4);
}

.archive-viewer[hidden] {
  display: none;
}

.archive-viewer > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px max(16px, env(safe-area-inset-right)) 10px max(22px, env(safe-area-inset-left));
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, rgba(86, 55, 44, 0.9), rgba(46, 27, 21, 0.9));
  border-color: rgba(255, 245, 237, 0.14);
}

.archive-viewer > header div {
  min-width: 0;
}

.archive-viewer > header p {
  margin: 0;
  max-width: min(72vw, 900px);
  font: 500 18px/1.1 var(--serif);
  overflow-wrap: anywhere;
  max-height: 3.3em;
  overflow-y: auto;
}

.archive-viewer > header span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: 0.12em;
  opacity: 0.58;
}

.archive-viewer > header button {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 25px;
  transition: background 0.2s ease;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
}

.archive-viewer > header button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.archive-viewer__canvas {
  position: relative;
  place-items: center;
  overflow: hidden;
  border-radius: 0;
  touch-action: none;
  cursor: zoom-in;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  padding: clamp(14px, 2vw, 26px) max(clamp(14px, 2vw, 26px), env(safe-area-inset-right)) clamp(14px, 2vw, 26px) max(clamp(14px, 2vw, 26px), env(safe-area-inset-left));
  background: radial-gradient(circle at center, rgba(244, 221, 209, 0.13) 0%, rgba(102, 65, 52, 0.16) 34%, rgba(36, 19, 14, 0.16) 60%, transparent 74%);
}

.archive-viewer__canvas.is-zoomed {
  cursor: grab;
  touch-action: none;
}

.archive-viewer__canvas.is-zoomed:active {
  cursor: grabbing;
}

.archive-viewer__canvas img {
  transform-origin: center center;
  user-select: none;
  display: block;
  object-position: center center;
  max-width: 100%;
  max-height: 100%;
  flex: 0 0 auto;
  object-fit: contain;
  border-radius: 0;
  box-shadow: 0 20px 54px rgba(18, 8, 6, 0.26);
}

.archive-viewer[data-section="collections"] .archive-viewer__canvas {
  padding: clamp(10px, 1.5vw, 20px);
}

.archive-viewer[data-section="collections"] .archive-viewer__canvas img {
  display: block;
  object-fit: contain;
  object-position: center center;
  border-radius: 0;
}

.archive-viewer[data-section="journals"] .archive-viewer__canvas {
  padding: clamp(10px, 1.5vw, 20px);
}

.archive-viewer[data-section="journals"] .archive-viewer__canvas img {
  display: block;
  object-fit: contain;
  object-position: center center;
  border-radius: 0;
}

.archive-viewer[data-section="press"] .archive-viewer__canvas {
  padding: clamp(12px, 1.8vw, 24px);
}

.archive-viewer[data-section="press"] .archive-viewer__canvas img {
  display: block;
  object-fit: contain;
  object-position: center center;
  border-radius: 0;
}

.archive-viewer > footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 10px max(18px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, rgba(86, 55, 44, 0.9), rgba(46, 27, 21, 0.9));
  border-color: rgba(255, 245, 237, 0.14);
}

.archive-viewer > footer > button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  transition: background 0.2s ease;
}

.archive-viewer > footer > button:hover {
  background: #fff;
  color: #2b1710;
}

.archive-viewer > footer > button:last-child {
  justify-self: end;
}

.viewer-tools {
  display: flex;
  gap: 7px;
}

.viewer-tools button {
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #fff;
  transition: background 0.2s ease;
}

.viewer-tools button:hover {
  background: rgba(255, 255, 255, 0.14);
}

.motion-ready .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.75s ease, transform 0.85s var(--ease);
}

.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: none;
}

.motion-ready .biography-strip article {
  opacity: 0;
  transform: translateY(24px);
}

.motion-ready .biography-strip.is-visible article {
  opacity: 1;
  transform: none;
  transition: opacity 0.65s ease, transform 0.75s var(--ease);
}

.motion-ready .biography-strip.is-visible article:nth-child(2) {
  transition-delay: 0.09s;
}

.motion-ready .biography-strip.is-visible article:nth-child(3) {
  transition-delay: 0.18s;
}

.skip-link {
  position: fixed;
  z-index: 1200;
  top: 12px;
  left: 12px;
  padding: 14px 18px;
  background: var(--cream);
  color: var(--ink);
  border-radius: 16px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.archive-empty {
  grid-column: 1 / -1;
  padding: 28px;
  border: 1px solid currentColor;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.8;
}

button:disabled {
  opacity: 0.35;
  cursor: default;
}

.viewer-feedback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  pointer-events: none;
  text-align: center;
  padding: 24px;
}

.viewer-feedback p {
  font-size: 15px;
}

.viewer-feedback button {
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  pointer-events: auto;
}


.archive-viewer[data-section="collaborations"] .archive-viewer__canvas img {
  display: block;
  object-fit: contain;
  object-position: center center;
  border-radius: 0;
}

.archive-viewer[data-section="sketches"] .archive-viewer__canvas img {
  border-radius: 0;
}

.archive-viewer[data-section="awards"] .archive-viewer__canvas img {
  display: block;
  object-fit: contain;
  object-position: center center;
  border-radius: 0;
}

.archive-viewer[data-section="exhibitions"] .archive-viewer__canvas img {
  display: block;
  object-fit: contain;
  object-position: center center;
  border-radius: 0;
}

.archive-viewer[data-section="events"] .archive-viewer__canvas img {
  display: block;
  object-fit: contain;
  object-position: center center;
  border-radius: 0;
}

.collaborations-section .section-top {
  color: var(--ink);
}

.collaborations-section .archive-chapter__head {
  color: var(--ink);
}

.collaborations-section .section-top > p {
  color: rgba(40, 21, 15, 0.72);
  opacity: 1;
}

.collaborations-section .archive-chapter__head > p {
  color: rgba(40, 21, 15, 0.72);
  opacity: 1;
}

.collaborations-section .section-top > div > span {
  color: rgba(40, 21, 15, 0.72);
  opacity: 1;
}

.collaborations-section .archive-chapter__head span {
  color: rgba(40, 21, 15, 0.72);
  opacity: 1;
}

.reader-carousel__caption em {
  display: block;
  font-style: normal;
  font-size: 12px;
  line-height: 1.45;
  opacity: 0.72;
}

.reader-carousel__placeholder {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  color: #fff8ef;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.reader-carousel__placeholder span {
  font: 400 clamp(24px, 2.4vw, 34px)/1.05 var(--serif);
}

.reader-carousel__placeholder small {
  max-width: 24ch;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.72;
}

.reader-carousel__rail button.is-placeholder {
  display: grid;
  place-items: center;
}

.reader-carousel__rail-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, rgba(255,255,255,0.18), rgba(255,255,255,0.04));
  color: rgba(255,248,239,0.82);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.editorial-card--placeholder {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
}

.editorial-card__placeholder-box {
  width: 100%;
  min-height: 150px;
  border: 1px dashed rgba(43, 23, 16, 0.18);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,0.62), rgba(224,168,143,0.22));
  display: grid;
  place-items: center;
}

.editorial-card__placeholder-box span {
  font: 400 clamp(28px, 3vw, 44px)/1 var(--serif);
  opacity: 0.48;
}

.archive-viewer__canvas.is-placeholder {
  background: radial-gradient(circle at center, rgba(244, 221, 209, 0.1) 0%, rgba(102, 65, 52, 0.12) 34%, rgba(36, 19, 14, 0.08) 60%, transparent 74%);
}

.archive-viewer__canvas.is-placeholder #viewer-image {
  display: none;
}

.archive-viewer__canvas.is-placeholder .viewer-feedback {
  pointer-events: auto;
}

.archive-viewer__canvas.is-placeholder .viewer-feedback p {
  max-width: 30ch;
  padding: 26px 28px;
  border: 1px dashed rgba(255, 248, 239, 0.22);
  border-radius: 22px;
  background: rgba(255,255,255,0.04);
  font: 400 clamp(22px, 2vw, 30px)/1.2 var(--serif);
}

.contact-stage__body > .footer-note {
  max-width: 52ch;
  margin: 22px auto 0;
  padding-bottom: max(20px, env(safe-area-inset-bottom));
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.01em;
  text-wrap: pretty;
  color: rgba(255, 244, 233, 0.84);
}

body.scroll-locked {
  position: fixed;
  overflow: hidden;
  left: 0;
  right: 0;
}

.biography-strip::-webkit-scrollbar {
  display: none;
}

.editorial-cards::-webkit-scrollbar {
  display: none;
  height: 0;
}

.awards-carousel__track::-webkit-scrollbar {
  display: none;
  height: 0;
}

@media (max-width: 1280px) {
  .desktop-links {
    display: none;
  }

  .menu-pill {
    display: block;
    padding: 12px;
  }

  .section-top {
    grid-template-columns: 1fr;
  }

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

  .section-top > div {
    align-items: center;
    flex-direction: column;
  }

  .archive-chapter__head > div {
    align-items: center;
    flex-direction: column;
  }

  .print-readers {
    grid-template-columns: 1fr;
  }

  .reader-carousel__stage {
    height: min(64svh, 570px);
    min-height: 460px;
  }

  .reader-carousel {
    width: min(100%, 780px);
    margin-inline: auto;
  }

  .biography-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .collection-final__entry {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) 220px;
    height: clamp(450px, 58svh, 540px);
  }

  .collection-final__copy {
    padding: 16px 24px 64px;
  }

  .awards-carousel {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .editorial-cards {
    grid-template-columns: none;
    grid-auto-columns: minmax(300px, calc((100% - 14px) / 2));
  }

  .stage-grid {
    grid-template-columns: none;
    grid-auto-columns: minmax(300px, 58vw);
  }

  .collab-feature {
    width: min(100%, 780px);
    height: min(64svh, 580px);
    min-height: 480px;
  }
}

@media (max-width: 1024px) and (min-width: 681px) {
  :root {
    --page-gutter: clamp(24px, 4vw, 42px);
    --section-space: clamp(52px, 7vw, 72px);
  }

  .cinema-hero {
    height: clamp(560px, 76svh, 720px);
    min-height: 560px;
  }

  .cinema-hero > img {
    object-position: 88% center;
  }

  .hero-copy {
    left: clamp(38px, 5.4vw, 68px);
    top: auto;
    bottom: clamp(160px, 21svh, 204px);
    width: min(430px, 48vw);
  }

  .hero-copy h1 {
    font-size: clamp(68px, 9.6vw, 98px);
  }

  .biography-strip {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    scroll-snap-type: x proximity;
  }

  .biography-strip article {
    flex: 0 0 min(72vw, 620px);
    min-height: 0;
    scroll-snap-align: start;
    border-radius: 24px;
  }

  .biography-strip article:last-child {
    flex: 0 0 min(72vw, 620px);
    min-height: 0;
    scroll-snap-align: start;
    border-radius: 24px;
  }

  .digital-links__track {
    grid-auto-columns: clamp(280px, 42vw, 380px);
  }
}

@media (max-height: 700px) and (min-width: 681px) {
  .cinema-hero {
    height: clamp(500px, 82svh, 600px);
    min-height: 500px;
  }

  .hero-copy {
    top: 100px;
    bottom: auto;
  }

  .hero-copy h1 {
    font-size: clamp(58px, 8vw, 110px);
  }
}

@media (max-width: 680px) {
  :root {
    --page-gutter: clamp(12px, 4vw, 18px);
    --section-space: clamp(44px, 12vw, 64px);
  }

  html {
    scroll-padding-top: 72px;
    scroll-behavior: auto;
    overscroll-behavior-y: auto;
    scrollbar-gutter: auto;
  }

  body {
    overscroll-behavior-y: auto;
    width: 100%;
    max-width: 100%;
  }

  .new-home {
    width: 100%;
    max-width: 100%;
  }

  main {
    width: 100%;
    max-width: 100%;
  }

  section {
    width: 100%;
    max-width: 100%;
  }

  header {
    width: 100%;
    max-width: 100%;
  }

  footer {
    width: 100%;
    max-width: 100%;
  }

  .archive-timeline__rail {
    width: 100%;
    max-width: 100%;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
    min-height: 104px;
    padding: 18px 16px 20px;
    border-radius: 18px;
  }

  .reader-carousel__rail {
    width: 100%;
    max-width: 100%;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    padding-bottom: 8px;
  }

  .digital-links__viewport {
    width: 100%;
    max-width: 100%;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
  }

  .collection-final__rail {
    width: 100%;
    max-width: 100%;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    padding-bottom: 8px;
  }

  .awards-carousel__track {
    width: 100%;
    max-width: 100%;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
    grid-auto-columns: min(78vw, 340px);
    gap: 10px;
  }

  .editorial-cards {
    width: 100%;
    max-width: 100%;
    overscroll-behavior-x: contain;
    grid-auto-flow: column;
    grid-auto-columns: min(82vw, 340px);
    grid-template-columns: none;
    gap: 10px;
    overflow-x: auto;
    padding: 2px 0 10px;
    scroll-snap-type: x proximity;
    overscroll-behavior-inline: contain;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
  }

  .stage-grid {
    width: 100%;
    max-width: 100%;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
    grid-template-columns: none;
    grid-auto-columns: minmax(260px, min(86vw, 360px));
    gap: 10px;
  }

  .motion-ready .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .motion-ready .biography-strip article {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .motion-ready .biography-strip.is-visible article {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .glass-header[data-hidden="true"]:not(:focus-within) {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }

  .glass-header {
  width: auto;
    top: max(8px, env(safe-area-inset-top));
    left: max(8px, env(safe-area-inset-left));
    right: max(8px, env(safe-area-inset-right));
    height: 58px;
    gap: 8px;
    padding: 6px 6px 6px 14px;
    box-shadow: 0 10px 34px rgba(52, 25, 16, 0.16);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .brand-pill {
    margin-right: auto;
    font-size: 20px;
    letter-spacing: -0.035em;
  }

  .header-actions {
    gap: 5px;
  }

  .round-pill {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }

  .menu-pill {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }

  .mobile-drawer {
    top: calc(max(8px, env(safe-area-inset-top)) + 66px);
    left: max(8px, env(safe-area-inset-left));
    right: max(8px, env(safe-area-inset-right));
    max-height: calc(100svh - 86px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    padding: 8px 12px;
    border-radius: 22px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .mobile-drawer a {
    grid-template-columns: 32px minmax(0, 1fr) 38px;
    min-height: 52px;
    font-size: clamp(20px, 6vw, 23px);
  }

  .cinema-hero {
    height: clamp(440px, 144vw, 560px);
    min-height: 0;
    margin: 0;
    contain: layout paint;
    border-radius: 0;
  }

  .cinema-hero > img {
    object-position: 81% center;
    transform: none;
  }

  .hero-light-pass {
    animation: none;
    transform: none;
    opacity: 0.16;
  }

  .hero-wash {
    background: linear-gradient(0deg, rgba(29, 12, 7, 0.92), transparent 58%), linear-gradient(90deg, rgba(29, 12, 7, 0.34), transparent 76%), radial-gradient( circle at 65% 30%, rgba(255, 221, 197, 0.16), transparent 26% );
  }

  .hero-copy {
    left: calc(var(--page-gutter) + 16px);
    top: auto;
    bottom: max(124px, calc(116px + env(safe-area-inset-bottom)));
    width: calc(100% - (var(--page-gutter) * 2) - 16px);
  }

  .hero-copy h1 {
    font-size: clamp(49px, 15.3vw, 66px);
    background-image: linear-gradient(130deg, #fff8ef, #f2ddd1);
    line-height: 0.86;
    letter-spacing: -0.065em;
  }

  .hero-copy > span {
    max-width: 31ch;
    font-size: 14px;
    line-height: 1.5;
  }

  .glass-cta {
    min-height: 48px;
    margin-top: 20px;
    padding-left: 18px;
  }

  .hero-signature {
    display: none;
  }

  .archive-timeline__head {
    margin-bottom: 22px;
  }

  .archive-timeline__head h2 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.02;
  }

  .section-top h2 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.02;
  }

  .archive-chapter__head h2 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.02;
  }

  .archive-timeline__rail::before {
    top: 29px;
    right: 16px;
    left: 16px;
  }

  .archive-timeline__rail button {
    flex-basis: 68px;
    min-width: 44px;
    min-height: 44px;
  }

  .archive-timeline__rail button:first-child {
    flex-basis: 96px;
  }

  .archive-timeline__rail button:last-child {
    flex-basis: 96px;
  }

  .biography-strip {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    align-items: flex-start;
    scroll-snap-type: x mandatory;
  }

  .biography-strip article {
    height: auto;
    min-height: 0;
    padding: 22px 18px 24px;
    border-radius: 18px;
    flex: 0 0 100%;
    scroll-snap-stop: always;
    scroll-snap-align: start;
  }

  .biography-strip article:last-child {
    height: auto;
    min-height: 0;
    padding: 22px 18px 24px;
    border-radius: 18px;
    flex: 0 0 100%;
    scroll-snap-stop: always;
    scroll-snap-align: start;
  }

  .biography-strip h3 {
    margin: 18px 0 12px;
    font-size: 32px;
    line-height: 1.02;
  }

  .biography-strip__copy p {
    font-size: 15px;
    line-height: 1.48;
  }

  .library-shell {
    margin: 0;
    border-radius: 0;
  }

  .biography-section {
    margin: 0;
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
  }

  .section-top {
    margin-bottom: 24px;
  }

  .archive-chapter__head {
    margin-bottom: 24px;
  }

  .section-top > div > span {
    max-width: 34ch;
    font-size: 14px;
    line-height: 1.55;
  }

  .archive-chapter__head span {
    max-width: 34ch;
    font-size: 14px;
    line-height: 1.55;
  }

  .reader-carousel__stage {
    height: clamp(390px, 122vw, 480px);
    min-height: 390px;
    padding: 0;
    border-radius: 22px;
    max-width: 100%;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .reader-carousel__issue {
    border-radius: inherit;
    grid-template-rows: minmax(0, 1fr) 172px;
  }

  .reader-carousel__media {
    padding: 12px;
    min-height: 0;
  }

  .reader-carousel__media img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
    object-fit: contain;
  }

  .reader-carousel__caption {
    padding: 12px 14px 60px;
  }

  .reader-carousel__caption strong {
    line-height: 1.02;
    font-size: 21px;
  }

  .reader-carousel__controls {
    background: transparent;
    border: 0;
    padding: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    right: 12px;
    bottom: 12px;
  }

  .reader-carousel__controls button {
    min-width: 44px;
    min-height: 44px;
    width: 44px;
    height: 44px;
  }

  .reader-carousel__rail button {
    flex-basis: clamp(72px, 21vw, 86px);
    height: clamp(94px, 26vw, 108px);
    border-radius: 12px;
    min-width: 44px;
    min-height: 44px;
  }

  .reader-carousel__rail img {
    height: calc(100% - 18px);
  }

  .digital-links__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .digital-links__head h3 {
    font-size: 38px;
  }

  .digital-links__track {
    grid-auto-flow: column;
    grid-template-rows: minmax(190px, auto);
    grid-auto-columns: calc(100vw - (var(--page-gutter) * 2) - 34px);
  }

  .digital-link {
    min-height: 166px;
    padding: 18px 52px 18px 18px;
    border-radius: 18px;
  }

  .collection-final__stage {
    padding: 0;
    border-radius: 22px;
    max-width: 100%;
  }

  .collections-room .collection-final__stage {
    border-radius: 30px;
  }

  .collections-room .collection-final__media {
    padding: 8px;
  }

  .collection-final__entry {
    min-height: 430px;
    height: clamp(430px, 112vw, 480px);
    grid-template-rows: minmax(0, 1fr) 210px;
    border-radius: inherit;
  }

  .collection-final__media {
    min-height: 0;
    padding: 8px;
  }

  .collection-final__media img {
    width: auto;
    height: auto;
    border-radius: 0;
    clip-path: none;
    object-fit: contain;
  }

  .collections-room .collection-final__media img {
    width: 96%;
    height: 96%;
    max-width: 96%;
    max-height: 96%;
    border-radius: 0;
    clip-path: none;
  }

  .collection-final__copy {
    min-height: 0;
    gap: 5px;
    padding: 10px 14px 56px;
  }

  .collection-final__copy strong {
    font-size: clamp(24px, 7vw, 28px);
    line-height: 1;
  }

  .collection-final__controls {
    background: transparent;
    border: 0;
    padding: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    right: 12px;
    bottom: 12px;
  }

  .collection-final__rail button {
    grid-template-columns: clamp(66px, 20vw, 80px) minmax(98px, 1fr);
    flex-basis: clamp(174px, 54vw, 208px);
    height: clamp(82px, 24vw, 96px);
    min-width: 44px;
    min-height: 44px;
  }

  .collection-final__rail img {
    width: 100%;
    height: 100%;
  }

  .award-card {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 18px;
    padding: 12px;
    border-radius: 22px;
  }

  .awards-carousel {
    grid-template-columns: minmax(0, 1fr);
  }

  .awards-carousel__controls {
    grid-row: 2;
    grid-column: 1;
    display: flex;
    justify-content: flex-end;
  }

  .awards-carousel__count {
    grid-row: 2;
    grid-column: 1;
    justify-self: start;
    align-self: center;
  }

  .award-card__proof {
    min-height: 230px;
    max-height: 260px;
    border-radius: 16px;
  }

  .award-card__body {
    padding: 4px 8px 12px;
  }

  .award-card time {
    margin-bottom: 12px;
  }

  .award-card strong {
    font-size: 32px;
    line-height: 1;
  }

  .award-card .award-proof-note {
    margin-top: 16px;
  }

  .award-card .award-open {
    margin-top: 16px;
  }

  .editorial-card {
    min-height: 220px;
    padding: 20px;
    border-radius: 20px;
    scroll-snap-align: start;
  }

  .stage-card {
    min-height: 360px;
    border-radius: 20px;
  }

  .stage-subsection h3 {
    margin-bottom: 18px;
    font-size: 36px;
  }

  .collab-feature {
    width: 100%;
    height: clamp(400px, 120vw, 490px);
    min-height: 400px;
    border-radius: 22px;
    max-width: 100%;
  }

  .collab-feature__copy {
    gap: 12px;
    padding: 14px;
  }

  .collab-feature__copy strong {
    font-size: 28px;
  }

  .collab-feature__copy button {
    padding: 10px 12px;
    font-size: 12px;
    background: rgba(255, 248, 241, 0.82);
  }

  .collab-feature__controls {
    background: transparent;
    border: 0;
    padding: 0;
    right: 10px;
    bottom: 10px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .collab-feature__controls button {
    width: 40px;
    height: 40px;
    min-width: 44px;
    min-height: 44px;
  }

  .awards-carousel__controls button {
    min-width: 44px;
    min-height: 44px;
  }

  .collection-final__controls button {
    min-width: 44px;
    min-height: 44px;
  }

  .collab-feature__media-wrap {
    min-height: 0;
  }

  .contact-stage__body {
    padding: 34px 16px 22px;
  }

  .contact-stage__body > h2 {
    margin-top: 18px;
    font-size: 32px;
    line-height: 1.06;
  }

  .contact-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin: 22px auto 28px;
  }

  .contact-links a {
    min-width: 0;
    justify-content: flex-start;
    width: 100%;
    min-height: 48px;
    padding: 7px 7px 7px 13px;
    font-size: 14px;
  }

  .contact-links a:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 4px);
  }

  .footer-line {
    flex-direction: column;
    gap: 8px;
  }

  .archive-viewer {
    height: 100svh;
  }

  .archive-viewer[data-section="press"] {
    height: 100svh;
  }

  .archive-viewer[data-section="journals"] {
    height: 100svh;
  }

  .archive-viewer[data-section="collections"] {
    height: 100svh;
  }

  .archive-viewer[data-section="collaborations"] {
    inset: 0;
    width: 100%;
    height: 100svh;
    max-height: none;
    transform: none;
    border: 0;
    border-radius: 0;
  }

  .archive-viewer[data-section="awards"] {
    height: 100svh;
  }

  .archive-viewer[data-section="exhibitions"] {
    height: 100svh;
  }

  .archive-viewer[data-section="events"] {
    height: 100svh;
  }

  .archive-viewer[data-section="sketches"] {
    inset: 0;
    width: 100%;
    height: 100svh;
    max-height: none;
    transform: none;
    border: 0;
    border-radius: 0;
  }

  .archive-viewer[data-section="collaborations"] .archive-viewer__canvas img,
  .archive-viewer[data-section="sketches"] .archive-viewer__canvas img {
    border-radius: 0;
  }

  .archive-viewer > header {
    padding-top: max(8px, env(safe-area-inset-top));
  }

  .archive-viewer > header p {
    font-size: 16px;
    max-width: 64vw;
  }

  .archive-viewer__canvas {
    padding: 12px max(12px, env(safe-area-inset-right)) 12px max(12px, env(safe-area-inset-left));
  }

  .archive-viewer[data-section="collections"] .archive-viewer__canvas img {
    border-radius: 0;
  }

  .archive-viewer > footer {
    padding: 8px max(10px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
  }

  .viewer-tools {
    gap: 5px;
  }

  .viewer-tools button {
    min-width: 44px;
    height: 44px;
    padding: 0 8px;
  }

  .reader-carousel__placeholder {
    width: min(100%, 280px);
    padding: 18px;
  }
}

@media (max-width: 680px) and (orientation: landscape) and (max-height: 600px) {
  .cinema-hero {
    height: min(100svh, 460px);
    min-height: 360px;
  }

  .cinema-hero > img {
    object-position: 70% center;
  }

  .hero-copy {
    left: calc(var(--page-gutter) + 8px);
    bottom: 84px;
    width: min(360px, 54vw);
  }

  .hero-copy h1 {
    font-size: clamp(50px, 10.6vw, 68px);
  }

  .glass-cta {
    margin-top: 12px;
  }

  .archive-viewer {
    grid-template-rows: 52px minmax(0, 1fr) 56px;
  }
}

@media (max-width: 390px) {
  :root {
    --page-gutter: 12px;
  }

  .section-top h2 {
    font-size: 32px;
  }

  .archive-chapter__head h2 {
    font-size: 32px;
  }

  .archive-timeline__head h2 {
    font-size: 32px;
  }

  .reader-carousel__stage {
    height: clamp(370px, 118vw, 450px);
    min-height: 370px;
  }

  .hero-copy h1 {
    font-size: clamp(46px, 15.4vw, 61px);
  }

  .editorial-cards {
    grid-auto-columns: min(84vw, 320px);
  }

  .stage-grid {
    grid-auto-columns: min(84vw, 320px);
  }
}

@media (hover: none) and (pointer: coarse) {
  .reader-carousel__issue:hover .reader-carousel__media img {
    transform: none;
    width: 100%;
    height: 100%;
  }

  .collection-final__entry:hover .collection-final__media img {
    transform: none;
  }

  .award-card:hover {
    transform: none;
  }

  .editorial-card:hover {
    transform: none;
  }

  .collab-feature__media:hover img {
    transform: none;
  }

  .stage-card:hover {
    transform: none;
  }

  .contact-links a:hover {
    transform: none;
  }
}

@media (max-width: 720px) {
  .collab-carousel__track {
    grid-auto-columns: min(84vw, 320px);
    scrollbar-width: none;
  }

  .collab-carousel__track::-webkit-scrollbar {
    display: none;
  }

  .collab-card {
    min-height: 420px;
    border-radius: 22px;
  }

  .collab-card__copy {
    min-height: 154px;
    padding: 16px;
  }
}

@media (max-height: 560px) and (orientation: landscape) {
  .archive-viewer {
    grid-template-rows: auto minmax(0, 1fr) auto;
  }

  .archive-viewer__canvas {
    padding: 12px max(12px, env(safe-area-inset-right)) 12px max(12px, env(safe-area-inset-left));
  }

  .reader-carousel__stage {
    min-height: 0;
  }

  .collection-final__stage {
    min-height: 0;
  }

  .collab-feature {
    min-height: 0;
  }
}

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

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

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

  .motion-ready .biography-strip article {
    opacity: 1;
    transform: none;
  }
}

/* Архивное видео использует ту же рамку просмотрщика, что и изображения, без изменения правил их масштабирования. */
.archive-viewer__canvas video {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  background: #000;
  box-shadow: 0 20px 54px rgba(18, 8, 6, 0.26);
}

.archive-viewer__canvas.is-video {
  cursor: default;
  touch-action: auto;
}

.archive-viewer__canvas.is-video #viewer-image {
  display: none;
}
