:root {
  color-scheme: dark;
  --ink: #111514;
  --paper: #f7f3ec;
  --muted: #a8afa9;
  --line: rgba(247, 243, 236, 0.18);
  --accent: #57c7a3;
  --accent-2: #f0b35d;
  --panel: rgba(255, 255, 255, 0.065);
  --shadow: 0 2rem 5rem rgba(0, 0, 0, 0.34);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
  letter-spacing: 0 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body.lightbox-open {
  overflow: hidden;
}

body.cart-open {
  overflow: hidden;
}

body.dm-modal-open {
  overflow: hidden;
}

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

button {
  color: inherit;
  font: inherit;
}

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

.commerce-strip,
.shop-section,
.bundle-section,
.private-order,
.payment-section,
.collections,
.muses,
.dossiers,
.gallery,
.archive,
.contact,
.studio,
.profile-story,
.profile-works {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

.cursor-orb {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(238, 233, 223, 0.55);
  border-radius: 50%;
  pointer-events: none;
  mix-blend-mode: difference;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  transition:
    width 180ms ease,
    height 180ms ease,
    opacity 180ms ease;
}

.cursor-orb.is-active {
  width: 58px;
  height: 58px;
}

.scroll-progress {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent);
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 72px;
  padding: 0 3vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(to bottom, rgba(5, 5, 5, 0.74), transparent);
  backdrop-filter: blur(12px);
}

.wordmark {
  display: inline-flex;
  gap: 0.7rem;
  align-items: center;
  min-width: 9.5rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.dynamic-logo {
  position: relative;
}

.logo-mark {
  position: relative;
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(247, 243, 236, 0.34);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(87, 199, 163, 0.28), transparent 54%), rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.logo-mark::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 90deg, transparent, rgba(240, 179, 93, 0.85), transparent 36%);
  animation: logo-orbit 5.6s linear infinite;
}

.logo-mark::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  background: rgba(17, 21, 20, 0.9);
}

.logo-mark span {
  position: relative;
  z-index: 1;
  color: var(--accent);
  font-size: 0.65rem;
  font-weight: 800;
}

.logo-copy {
  display: grid;
  gap: 0.1rem;
  line-height: 1;
}

.logo-copy span:last-child {
  color: var(--accent);
  font-size: 0.52rem;
}

@keyframes logo-orbit {
  to {
    transform: rotate(1turn);
  }
}

.desktop-nav {
  display: flex;
  gap: 1.25rem;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.desktop-nav a,
.mobile-nav a {
  transition: opacity 180ms ease;
}

.desktop-nav a:hover {
  opacity: 0.55;
}

.menu-button,
.mobile-nav {
  display: none;
}

.header-actions {
  display: flex;
  gap: 0.55rem;
  align-items: center;
}

.nav-dm,
.cart-button {
  min-height: 38px;
  padding: 0 0.85rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.74rem;
}

.nav-dm {
  display: inline-grid;
  place-items: center;
  color: var(--paper);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.nav-dm:hover {
  border-color: var(--accent);
  background: var(--accent);
  color: #081210;
}

.nav-dm-telegram {
  border-color: rgba(240, 179, 93, 0.42);
}

.cart-button span {
  min-width: 1.4rem;
  min-height: 1.4rem;
  margin-left: 0.35rem;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--accent);
  color: #081210;
}

.dm-dock {
  position: fixed;
  z-index: 45;
  right: clamp(0.8rem, 2vw, 1.4rem);
  bottom: clamp(1rem, 3vw, 1.8rem);
  display: flex;
  gap: 0.45rem;
  align-items: center;
  padding: 0.42rem;
  border: 1px solid rgba(247, 243, 236, 0.2);
  border-radius: 999px;
  background: rgba(11, 13, 13, 0.74);
  box-shadow: 0 1rem 2.8rem rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.dm-dock span {
  padding: 0 0.55rem;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  text-transform: uppercase;
}

.dm-dock a {
  width: 2.45rem;
  height: 2.45rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 800;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.dm-dock a:hover {
  transform: translateY(-2px);
  background: var(--accent);
  color: #081210;
}

.dm-modal {
  position: fixed;
  z-index: 140;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.dm-modal[hidden] {
  display: none;
}

.dm-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3, 4, 4, 0.78);
  backdrop-filter: blur(18px);
  cursor: pointer;
}

.dm-modal-panel {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: min(760px, calc(100svh - 2rem));
  overflow: auto;
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid rgba(247, 243, 236, 0.16);
  border-radius: 8px;
  background: radial-gradient(circle at 86% 16%, rgba(240, 179, 93, 0.18), transparent 14rem), #111514;
  box-shadow: var(--shadow);
}

.dm-modal-panel header {
  display: flex;
  gap: 1rem;
  align-items: start;
  justify-content: space-between;
}

.dm-modal-panel h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 4.5rem);
  font-weight: 400;
  line-height: 0.96;
}

.dm-modal-copy {
  max-width: 620px;
  margin: 1rem 0 1.4rem;
  color: var(--muted);
  line-height: 1.6;
}

.dm-modal-close,
.dm-modal-card a,
.dm-modal-card button {
  min-height: 42px;
  padding: 0 0.9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.dm-modal-close:hover,
.dm-modal-card a:hover,
.dm-modal-card button:hover {
  border-color: var(--accent);
  background: var(--accent);
  color: #081210;
}

.dm-modal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.dm-modal-card {
  padding: 1rem;
  display: grid;
  gap: 0.85rem;
  border: 1px solid rgba(247, 243, 236, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.dm-modal-card.is-focused {
  border-color: var(--accent);
  background: rgba(87, 199, 163, 0.09);
}

.dm-modal-card span {
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.dm-modal-card strong {
  font-size: clamp(1rem, 2vw, 1.3rem);
  overflow-wrap: anywhere;
}

.dm-modal-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.dm-modal-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hero {
  min-height: 94svh;
  position: relative;
  display: grid;
  grid-template-columns: 34% 66%;
  background:
    linear-gradient(90deg, rgba(17, 21, 20, 0.98), rgba(17, 21, 20, 0.58) 46%, rgba(17, 21, 20, 0.1)),
    radial-gradient(circle at 18% 28%, color-mix(in srgb, var(--accent), transparent 72%), transparent 24rem),
    #111514;
}

.hero-copy {
  position: relative;
  z-index: 3;
  align-self: center;
  padding: 8rem 2.5vw 8rem 4vw;
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  width: 64vw;
  font-family: var(--serif);
  font-size: clamp(4.7rem, 9.2vw, 10rem);
  font-weight: 400;
  line-height: 0.76;
  letter-spacing: 0;
}

em {
  font-weight: 400;
}

.hero h1 em {
  display: block;
  padding-left: 0.55em;
  color: var(--accent);
}

.hero-intro {
  margin: 3.5rem 0 0;
  font-family: var(--serif);
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
  pointer-events: auto;
}

.button-primary,
.button-ghost {
  min-height: 46px;
  padding: 0 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 700;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.button-primary {
  border-color: var(--accent);
  background: var(--accent);
  color: #07110f;
}

.button-ghost {
  background: rgba(255, 255, 255, 0.055);
  color: var(--paper);
}

.button-primary:hover,
.button-ghost:hover {
  transform: translateY(-2px);
}

.portrait-wall {
  height: 100svh;
  display: flex;
  overflow: hidden;
}

.portrait-card {
  position: relative;
  flex: 1 1 25%;
  min-width: 0;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition:
    flex 650ms cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 180ms ease;
}

.portrait-card:hover,
.portrait-card.is-active {
  flex-grow: 1.55;
}

.portrait-card img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.68) brightness(0.72);
  transform: scale(1.04);
  transition:
    filter 500ms ease,
    transform 900ms ease;
}

.portrait-card:hover img,
.portrait-card.is-active img {
  filter: saturate(0.92) brightness(0.86);
  transform: scale(1);
}

.portrait-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.74), transparent 44%);
}

.portrait-meta {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 5.5rem;
  display: grid;
  gap: 0.25rem;
}

.portrait-meta > span {
  color: var(--accent);
  font-size: 0.64rem;
}

.portrait-meta strong {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.2vw, 2.7rem);
  font-weight: 400;
}

.portrait-meta small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.63rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-footer {
  position: absolute;
  z-index: 4;
  right: 3vw;
  bottom: 1.5rem;
  left: 4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.1rem;
}

.trust-row span {
  padding: 0.45rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--paper);
  font-size: 0.78rem;
}

.commerce-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f7f3ec;
  color: #121514;
}

.commerce-strip article {
  min-height: 240px;
  padding: clamp(1.25rem, 4vw, 3rem);
  display: grid;
  align-content: end;
  border-right: 1px solid rgba(18, 21, 20, 0.14);
}

.commerce-strip article:last-child {
  border-right: 0;
}

.commerce-strip span {
  color: #53776c;
  font-weight: 800;
}

.commerce-strip h2 {
  margin: 0.75rem 0;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1;
}

.commerce-strip p,
.product-card p,
.bundle-section p,
.private-order p,
.payment-card p {
  line-height: 1.6;
}

.shop-section,
.payment-section {
  padding: clamp(4rem, 8vw, 7rem) 4vw;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.product-card {
  display: grid;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.product-media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.product-media img {
  height: 100%;
  object-fit: cover;
}

.product-media span {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: rgba(17, 21, 20, 0.82);
  color: var(--paper);
  font-size: 0.72rem;
}

.product-copy {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
}

.product-copy h3 {
  margin: 0;
  font-size: 1.2rem;
}

.product-copy p,
.product-copy ul {
  margin: 0;
  color: var(--muted);
}

.product-copy ul {
  display: grid;
  gap: 0.42rem;
  padding-left: 1rem;
  font-size: 0.88rem;
}

.product-meta,
.product-actions,
.cart-summary div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.product-meta strong {
  font-size: 1.35rem;
}

.product-meta span {
  color: var(--muted);
  text-decoration: line-through;
}

.product-actions {
  align-items: stretch;
}

.product-actions .button-primary,
.product-actions .button-ghost {
  flex: 1;
  min-width: 0;
  padding: 0 0.75rem;
  text-align: center;
}

.private-link {
  justify-self: start;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--accent);
  cursor: pointer;
}

.bundle-section,
.private-order {
  padding: clamp(4rem, 8vw, 7rem) 4vw;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(1.25rem, 4vw, 4rem);
  border-top: 1px solid var(--line);
}

.bundle-copy h2,
.private-order h2,
.payment-section h2 {
  margin: 0 0 1rem;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 400;
  line-height: 0.95;
}

.bundle-panel,
.payment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.bundle-panel article,
.payment-card,
.private-steps li {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.1rem;
  background: rgba(255, 255, 255, 0.06);
}

.bundle-panel span,
.payment-card span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
}

.private-steps {
  counter-reset: private-step;
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.private-steps li {
  counter-increment: private-step;
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  line-height: 1.5;
}

.private-steps li::before {
  content: counter(private-step);
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #07110f;
  font-weight: 800;
}

.dm-entry-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.dm-entry {
  position: relative;
  min-height: 124px;
  padding: 1rem;
  display: grid;
  align-content: space-between;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(247, 243, 236, 0.11), transparent 56%), rgba(255, 255, 255, 0.055);
  overflow: hidden;
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.dm-entry::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 rgba(87, 199, 163, 0.34);
  animation: dm-pulse 2.8s ease-out infinite;
}

.dm-entry:hover {
  border-color: var(--accent);
  background: rgba(255, 255, 255, 0.095);
  transform: translateY(-2px);
}

.dm-entry span,
.dm-entry small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.dm-entry strong {
  font-size: clamp(0.88rem, 1.6vw, 1.05rem);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.telegram-entry::after {
  background: var(--accent-2);
  box-shadow: 0 0 0 0 rgba(240, 179, 93, 0.34);
}

@keyframes dm-pulse {
  70% {
    box-shadow: 0 0 0 0.75rem transparent;
  }

  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}

.cart-drawer {
  position: fixed;
  z-index: 120;
  inset: 0;
  pointer-events: none;
}

.cart-drawer.is-open {
  pointer-events: auto;
}

.cart-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  opacity: 0;
  transition: opacity 180ms ease;
}

.cart-drawer.is-open .cart-backdrop {
  opacity: 1;
}

.cart-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(440px, 100%);
  height: 100%;
  padding: 1.25rem;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto auto;
  gap: 1rem;
  background: #f7f3ec;
  color: #111514;
  transform: translateX(100%);
  transition: transform 220ms ease;
}

.cart-drawer.is-open .cart-panel {
  transform: translateX(0);
}

.cart-panel header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.cart-panel h2,
.cart-row h3 {
  margin: 0;
}

.cart-close {
  border: 1px solid rgba(17, 21, 20, 0.18);
  border-radius: 999px;
  background: transparent;
  color: #111514;
  cursor: pointer;
}

.cart-items {
  display: grid;
  align-content: start;
  gap: 0.8rem;
  overflow: auto;
}

.cart-row {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 0.85rem;
  padding: 0.75rem;
  border: 1px solid rgba(17, 21, 20, 0.12);
  border-radius: 8px;
}

.cart-row img {
  height: 92px;
  border-radius: 6px;
  object-fit: cover;
}

.cart-row p,
.cart-empty,
.cart-note {
  color: #66706a;
  line-height: 1.5;
}

.quantity-control {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.55rem;
}

.quantity-control button {
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(17, 21, 20, 0.15);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.cart-summary {
  display: grid;
  gap: 0.55rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(17, 21, 20, 0.12);
}

.cart-checkout,
.cart-private {
  width: 100%;
}

.hero-footer a span {
  display: inline-block;
  margin-left: 0.5rem;
  color: var(--accent);
}

.hero-footer > span {
  color: rgba(255, 255, 255, 0.48);
}

.manifesto {
  min-height: 88svh;
  padding: 15vh 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.manifesto-text {
  max-width: 1100px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 7vw, 7.5rem);
  line-height: 0.97;
  letter-spacing: -0.045em;
}

.manifesto-text em {
  color: var(--accent);
}

.experience-strip {
  margin-top: 4rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.experience-strip li {
  min-height: 104px;
  margin: 0;
  padding: 1rem;
  display: grid;
  align-content: space-between;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.experience-strip strong {
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 3.25rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  text-transform: none;
}

.collections,
.muses,
.dossiers,
.gallery,
.archive,
.contact,
.studio {
  padding: 9rem 4vw;
  border-top: 1px solid var(--line);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 5rem;
}

.section-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.7rem, 8vw, 8.5rem);
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -0.055em;
}

.section-heading h2 em {
  color: var(--accent);
}

.section-note {
  max-width: 330px;
  margin: 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 1.02rem;
  line-height: 1.55;
}

.collections {
  background: linear-gradient(135deg, #0b0b0b, #17110d 52%, #0b0b0b);
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}

.collection-card {
  position: relative;
  min-height: 520px;
  grid-column: span 4;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #111;
  cursor: pointer;
  isolation: isolate;
}

.collection-large {
  grid-column: span 5;
  min-height: 720px;
}

.collection-wide {
  grid-column: span 7;
}

.collection-card img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.72) brightness(0.72);
  transform: scale(1.03);
  transition:
    transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 300ms ease;
}

.collection-card:hover img {
  filter: saturate(0.98) brightness(0.9);
  transform: scale(1);
}

.collection-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82), transparent 55%);
}

.collection-card div {
  position: absolute;
  z-index: 2;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.collection-card span,
.dossier-card span {
  color: var(--accent);
  font-size: 0.62rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.collection-card h3,
.dossier-card h3 {
  margin: 0.7rem 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 4.5rem);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.04em;
}

.collection-card p,
.dossier-card p {
  max-width: 360px;
  margin: 0;
  color: rgba(238, 233, 223, 0.72);
  line-height: 1.55;
}

.character-selector {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.character-tab {
  min-height: 72px;
  padding: 0 1.25rem;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  text-align: left;
  transition:
    background 220ms ease,
    color 220ms ease,
    letter-spacing 220ms ease;
}

.character-tab span {
  margin-right: 1.2rem;
  font-size: 0.66rem;
}

.character-tab:last-child {
  border-right: 0;
}

.character-tab:hover,
.character-tab.is-active {
  background: var(--paper);
  color: var(--ink);
  letter-spacing: 0.04em;
}

.character-feature {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  background: #111;
}

.feature-image {
  position: relative;
  min-height: 760px;
  overflow: hidden;
}

.feature-image img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition:
    opacity 240ms ease,
    transform 700ms ease;
}

.feature-image img.is-changing {
  opacity: 0.15;
  transform: scale(1.025);
}

.feature-index {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  font-family: var(--serif);
  font-size: 4rem;
  line-height: 1;
  text-shadow: 0 2px 22px #000;
}

.feature-copy {
  align-self: center;
  padding: clamp(3rem, 6vw, 7rem);
}

.feature-location,
.feature-chapter {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.feature-copy h3 {
  margin: 1rem 0 0.5rem;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 6vw, 6.5rem);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.055em;
}

.feature-biography {
  max-width: 510px;
  margin: 3rem 0;
  color: #b9b6af;
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.7;
}

blockquote {
  max-width: 480px;
  margin: 0 0 2rem;
  padding-left: 1.4rem;
  border-left: 1px solid var(--accent);
  font-family: var(--serif);
  font-size: 1.45rem;
  font-style: italic;
  line-height: 1.4;
}

.feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 3rem;
}

.feature-tags span {
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 99px;
  color: var(--muted);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-link {
  padding: 0 0 0.45rem;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  cursor: pointer;
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.text-link span {
  margin-left: 1rem;
  color: var(--accent);
}

.dossiers {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 18rem), #0e0e0e;
}

.dossier-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.dossier-card {
  min-height: 520px;
  padding: 0.85rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), transparent), #101010;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition:
    background 200ms ease,
    border-color 200ms ease,
    transform 200ms ease;
}

.dossier-card:hover {
  background:
    radial-gradient(circle at top, color-mix(in srgb, var(--accent), transparent 80%), transparent 60%),
    #141414;
  border-color: color-mix(in srgb, var(--accent), transparent 35%);
  transform: translateY(-4px);
}

.dossier-card-image {
  position: relative;
  height: 260px;
  margin-bottom: 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(238, 233, 223, 0.14);
  background: #050505;
}

.dossier-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 55%);
  pointer-events: none;
}

.dossier-card-image img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.86) brightness(0.86);
  transform: scale(1.03);
  transition:
    filter 240ms ease,
    transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.dossier-card:hover .dossier-card-image img {
  filter: saturate(1) brightness(1);
  transform: scale(1);
}

.dossier-card-copy {
  display: grid;
  gap: 0.4rem;
}

.dossier-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.dossier-card button,
.dossier-card a,
.contact-actions a,
.contact-actions button {
  width: fit-content;
  min-height: 44px;
  padding: 0 1rem;
  border: 1px solid var(--line);
  border-radius: 99px;
  background: transparent;
  cursor: pointer;
  color: var(--paper);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.dossier-card button:hover,
.dossier-card a:hover,
.contact-actions a:hover,
.contact-actions button:hover {
  border-color: var(--accent);
  background: var(--accent);
  color: #101010;
}

.profile-page {
  background:
    radial-gradient(
      circle at top right,
      color-mix(in srgb, var(--accent), transparent 82%),
      transparent 36rem
    ),
    var(--ink);
}

.profile-page main {
  padding-top: 72px;
}

.profile-hero {
  min-height: calc(100svh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  border-bottom: 1px solid var(--line);
}

.profile-visual {
  min-height: 760px;
  overflow: hidden;
  background: #111;
}

.profile-visual img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.92) brightness(0.84);
}

.profile-copy {
  align-self: center;
  padding: clamp(3rem, 7vw, 8rem);
}

.profile-copy h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.2rem, 9vw, 9.5rem);
  font-weight: 400;
  line-height: 0.78;
  letter-spacing: -0.06em;
}

.profile-chapter {
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.profile-tagline {
  max-width: 580px;
  margin: 2.2rem 0;
  color: #c7c2ba;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.45;
}

.profile-route {
  max-width: 680px;
  margin: 2rem 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.profile-route li {
  min-height: 68px;
  margin: 0;
  padding: 0.85rem;
  display: flex;
  align-items: flex-end;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.profile-story,
.profile-works {
  padding: 8rem 4vw;
  border-bottom: 1px solid var(--line);
}

.profile-story h2 {
  max-width: 720px;
  margin: 0 0 1rem;
  font-family: var(--serif);
  font-size: clamp(3.8rem, 8vw, 8rem);
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.05em;
}

.profile-story-lede {
  max-width: 560px;
  margin: 0 0 3rem;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.55;
}

.profile-story div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.profile-story p {
  margin: 0;
  padding: 1.25rem;
  border: 1px solid var(--line);
  color: #c7c2ba;
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.7;
}

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

.gallery .eyebrow {
  color: #706d67;
}

.gallery-heading h2 {
  font-size: clamp(4rem, 8vw, 8rem);
}

.gallery-heading em {
  color: #9d6e45;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  align-items: start;
}

.gallery-item {
  grid-column: span 5;
  margin: 0 0 7rem;
}

.gallery-item:nth-child(2) {
  grid-column: 8 / span 4;
  margin-top: 15rem;
}

.gallery-item:nth-child(3) {
  grid-column: 2 / span 4;
}

.gallery-item.gallery-wide {
  grid-column: 7 / span 6;
  margin-top: -3rem;
}

.gallery-item img {
  height: auto;
  object-fit: contain;
  object-position: center top;
  filter: saturate(0.86);
}

.gallery-wide img {
  object-fit: contain;
}

.gallery-item figcaption {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: baseline;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(11, 11, 11, 0.26);
  margin-top: 0.8rem;
}

.gallery-item figcaption span,
.gallery-item figcaption small {
  color: #77726a;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.gallery-item figcaption strong {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 400;
}

.archive {
  background:
    radial-gradient(
      circle at top right,
      color-mix(in srgb, var(--accent), transparent 78%),
      transparent 32rem
    ),
    #0b0b0b;
}

.archive-heading h2 em {
  color: var(--accent);
}

.archive-toolbar {
  position: sticky;
  z-index: 12;
  top: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px) auto;
  align-items: start;
  gap: 0.6rem;
  padding: 0.75rem 0 2rem;
  margin: -1rem 0 2rem;
  background: linear-gradient(to bottom, rgba(11, 11, 11, 0.96), rgba(11, 11, 11, 0.8), transparent);
}

.archive-filters {
  display: flex;
  gap: 0.6rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.archive-filters::-webkit-scrollbar {
  display: none;
}

.archive-search {
  display: grid;
  gap: 0.45rem;
}

.archive-search span,
.archive-count {
  color: var(--muted);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.archive-search input {
  min-height: 44px;
  width: 100%;
  padding: 0 0.9rem;
  border: 1px solid var(--line);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--paper);
  font: inherit;
}

.archive-search input:focus {
  outline: 1px solid var(--accent);
  border-color: var(--accent);
}

.archive-filter {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 1rem;
  border: 1px solid var(--line);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  cursor: pointer;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.archive-filter:hover,
.archive-filter.is-active,
.archive-view-toggle:hover,
.archive-view-toggle.is-active {
  border-color: var(--accent);
  background: var(--accent);
  color: #101010;
}

.archive-view-toggle {
  min-height: 44px;
  padding: 0 1rem;
  border: 1px solid var(--line);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  cursor: pointer;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.archive-count {
  margin: -1rem 0 2rem;
}

.archive-grid {
  columns: 4 230px;
  column-gap: 1rem;
}

.archive-grid.is-compact {
  columns: 6 160px;
}

.archive-card {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #151515;
  cursor: zoom-in;
  break-inside: avoid;
  contain: layout paint;
}

.archive-card img {
  height: auto;
  object-fit: contain;
  filter: saturate(0.86) brightness(0.92);
  transition:
    filter 240ms ease,
    transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

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

.archive-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 3rem 0.85rem 0.8rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.76), transparent);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.archive-card:hover figcaption {
  opacity: 1;
  transform: none;
}

.archive-empty {
  padding: 5rem 0;
  color: var(--muted);
}

.lightbox {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 88px;
  align-items: center;
  background: rgba(4, 4, 4, 0.94);
  backdrop-filter: blur(18px);
}

.lightbox[hidden] {
  display: none;
}

.lightbox figure {
  margin: 0 auto;
  width: min(92vw, 980px);
  max-height: 92svh;
  display: grid;
  gap: 1rem;
}

.lightbox img {
  width: auto;
  max-width: 100%;
  max-height: 82svh;
  margin: 0 auto;
  object-fit: contain;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.5);
}

.lightbox figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lightbox figcaption strong {
  color: var(--paper);
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}

.lightbox-close,
.lightbox-nav {
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.lightbox-close {
  position: absolute;
  top: max(1rem, env(safe-area-inset-top));
  right: max(1rem, env(safe-area-inset-right));
  padding: 0 1rem;
  font-size: 0.65rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.lightbox-nav {
  justify-self: center;
  width: 52px;
  height: 52px;
  font-size: 1.2rem;
}

.contact {
  background: var(--paper);
  color: var(--ink);
}

.contact .eyebrow {
  color: #77726a;
}

.contact-panel {
  min-height: 620px;
  padding: clamp(2rem, 5vw, 5rem);
  display: grid;
  align-content: end;
  background: radial-gradient(circle at right, rgba(166, 115, 72, 0.26), transparent 34rem), #d8d0c2;
}

.contact-panel h2 {
  max-width: 980px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 8.5vw, 9rem);
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.06em;
}

.contact-panel h2 em {
  color: #9d6e45;
}

.contact-panel p:not(.eyebrow) {
  max-width: 520px;
  margin: 2rem 0;
  color: #4f4942;
  font-family: var(--serif);
  font-size: 1.2rem;
  line-height: 1.6;
}

.contact .contact-actions a,
.contact .contact-actions button {
  border-color: rgba(11, 11, 11, 0.26);
  color: var(--ink);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.dossier-modal {
  position: fixed;
  z-index: 130;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(4, 4, 4, 0.92);
  backdrop-filter: blur(18px);
}

.dossier-modal[hidden] {
  display: none;
}

.dossier-modal-card {
  width: min(760px, 100%);
  max-height: 88svh;
  overflow: auto;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid var(--line);
  background:
    radial-gradient(
      circle at top right,
      color-mix(in srgb, var(--accent), transparent 82%),
      transparent 24rem
    ),
    #101010;
}

.dossier-close {
  position: absolute;
  top: max(1rem, env(safe-area-inset-top));
  right: max(1rem, env(safe-area-inset-right));
  min-height: 44px;
  padding: 0 1rem;
  border: 1px solid var(--line);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  font-size: 0.65rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.dossier-modal-card h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.5rem, 8vw, 7rem);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.055em;
}

.dossier-modal-chapter {
  color: var(--accent);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dossier-modal-body {
  display: grid;
  gap: 1rem;
  margin: 2rem 0;
  color: #c2beb6;
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1.7;
}

.studio {
  min-height: 80svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.studio-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 8vw;
}

.studio h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 9vw, 9rem);
  font-weight: 400;
  line-height: 0.83;
  letter-spacing: -0.06em;
}

.studio h2 em {
  color: var(--accent);
}

.studio-grid > div {
  max-width: 480px;
  color: #b3afa7;
  font-family: var(--serif);
  font-size: 1.3rem;
  line-height: 1.6;
}

.studio .disclosure {
  margin-top: 3rem;
  color: #74716c;
  font-family: var(--sans);
  font-size: 0.7rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

footer {
  min-height: 140px;
  padding: 2rem 4vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

footer p:last-child {
  text-align: right;
}

@media (max-width: 900px) {
  .site-header {
    min-height: 64px;
    padding: 0 1.1rem;
  }

  .wordmark {
    gap: 0.45rem;
    min-width: auto;
    font-size: 0.58rem;
  }

  .logo-mark {
    width: 2rem;
    height: 2rem;
  }

  .logo-copy span:last-child {
    font-size: 0.48rem;
  }

  .desktop-nav {
    display: none;
  }

  .header-actions {
    display: none;
  }

  .menu-button {
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .mobile-nav {
    position: absolute;
    top: 64px;
    right: 0;
    left: 0;
    padding: 2rem 1.1rem;
    display: grid;
    gap: 1.5rem;
    background: rgba(8, 8, 8, 0.96);
    border-bottom: 1px solid var(--line);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: 180ms ease;
  }

  .mobile-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .mobile-dm-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }

  .mobile-dm-actions a {
    min-height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(247, 243, 236, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--paper);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
  }

  .hero {
    display: block;
    padding-top: 64px;
  }

  .hero-copy {
    position: absolute;
    top: 7.5rem;
    left: 0;
    padding: 0 1.1rem;
  }

  .hero h1 {
    width: min(94vw, 100%);
    font-size: clamp(3.8rem, 18vw, 6.8rem);
    line-height: 0.78;
  }

  .hero h1 em {
    padding-left: 0;
  }

  .hero-intro {
    margin-top: 2rem;
    font-size: 1rem;
  }

  .hero-actions {
    gap: 0.55rem;
    margin-top: 1.4rem;
  }

  .button-primary,
  .button-ghost {
    min-height: 42px;
    padding: 0 0.8rem;
    font-size: 0.58rem;
  }

  .portrait-wall {
    height: 100svh;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .portrait-wall::-webkit-scrollbar {
    display: none;
  }

  .portrait-card,
  .portrait-card:hover,
  .portrait-card.is-active {
    flex: 0 0 82vw;
    scroll-snap-align: center;
  }

  .portrait-card:first-child {
    margin-left: 0;
  }

  .portrait-card img {
    filter: saturate(0.78) brightness(0.62);
  }

  .portrait-meta {
    bottom: 4rem;
  }

  .portrait-meta strong {
    font-size: 2.25rem;
  }

  .hero-footer {
    right: 1.1rem;
    left: 1.1rem;
  }

  .hero-footer > span {
    display: none;
  }

  .manifesto {
    min-height: 75svh;
    padding: 8rem 1.1rem;
  }

  .manifesto-text {
    font-size: clamp(2.8rem, 13vw, 5rem);
  }

  .experience-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 3rem;
  }

  .experience-strip li {
    min-height: 92px;
  }

  .collections,
  .muses,
  .dossiers,
  .gallery,
  .archive,
  .contact,
  .studio {
    padding: 6rem 1.1rem;
  }

  .section-heading {
    display: block;
    margin-bottom: 3rem;
  }

  .section-note {
    margin-top: 1.1rem;
    font-size: 1rem;
  }

  .section-heading h2 {
    font-size: clamp(3.6rem, 17vw, 6rem);
  }

  .character-selector {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .collection-grid,
  .dossier-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .collection-card,
  .collection-large,
  .collection-wide {
    grid-column: auto;
    min-height: 520px;
  }

  .dossier-card {
    min-height: 430px;
  }

  .dossier-card-image {
    height: 260px;
  }

  .character-tab {
    flex: 0 0 auto;
    min-width: 145px;
  }

  .character-feature {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .feature-image {
    min-height: auto;
    aspect-ratio: 4 / 5;
  }

  .feature-copy {
    padding: 3rem 1.25rem 4rem;
  }

  .feature-copy h3 {
    font-size: clamp(3.4rem, 16vw, 5.4rem);
  }

  .feature-biography {
    margin: 2rem 0;
    font-size: 1.02rem;
  }

  .gallery-heading h2 {
    font-size: clamp(3.7rem, 16vw, 6rem);
  }

  .gallery-grid {
    display: block;
  }

  .gallery-item,
  .gallery-item:nth-child(2),
  .gallery-item:nth-child(3),
  .gallery-item.gallery-wide {
    margin: 0 0 4rem;
  }

  .archive-toolbar {
    top: 64px;
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .archive-grid {
    columns: 2 150px;
    column-gap: 0.75rem;
  }

  .archive-grid.is-compact {
    columns: 3 105px;
  }

  .archive-card {
    margin-bottom: 0.75rem;
  }

  .archive-card figcaption {
    opacity: 1;
    transform: none;
  }

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

  .lightbox figure {
    width: 100%;
  }

  .lightbox img {
    max-height: 74svh;
  }

  .lightbox-nav {
    position: absolute;
    bottom: max(1rem, env(safe-area-inset-bottom));
  }

  .lightbox-prev {
    left: 1rem;
  }

  .lightbox-next {
    right: 1rem;
  }

  .contact-panel {
    min-height: 560px;
    padding: 2rem 1.25rem;
  }

  .contact-panel h2 {
    font-size: clamp(3.8rem, 16vw, 6.4rem);
  }

  .dossier-modal {
    padding: 4rem 1rem 1rem;
  }

  .dossier-modal-card {
    max-height: 82svh;
  }

  .profile-page main {
    padding-top: 64px;
  }

  .profile-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .profile-visual {
    min-height: auto;
    aspect-ratio: 4 / 5;
  }

  .profile-copy {
    padding: 3rem 1.1rem 4rem;
  }

  .profile-copy h1 {
    font-size: clamp(4rem, 18vw, 6.4rem);
  }

  .profile-route {
    grid-template-columns: 1fr;
  }

  .profile-route li {
    min-height: 52px;
  }

  .profile-story,
  .profile-works {
    padding: 6rem 1.1rem;
  }

  .profile-story div {
    grid-template-columns: 1fr;
  }

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

  .studio h2 {
    font-size: clamp(4rem, 18vw, 7rem);
  }

  footer {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 3rem 1.1rem;
  }

  footer p {
    margin: 0;
  }

  footer p:last-child {
    text-align: left;
  }
}

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

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

  .cursor-orb {
    display: none;
  }
}

@media (max-width: 900px) {
  .cart-button {
    display: none;
  }

  .menu-button {
    min-height: 38px;
    padding: 0 0.8rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    position: relative;
    top: auto;
    padding: 3rem 1.1rem 2rem;
  }

  .hero h1 {
    line-height: 0.9;
  }

  .trust-row {
    margin-top: 1rem;
  }

  .hero-footer {
    position: static;
    padding: 1rem 1.1rem 1.5rem;
  }

  .commerce-strip,
  .product-grid,
  .bundle-section,
  .private-order,
  .dm-entry-panel,
  .dm-modal-grid,
  .bundle-panel,
  .payment-grid {
    grid-template-columns: 1fr;
  }

  .commerce-strip article {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid rgba(18, 21, 20, 0.14);
  }

  .shop-section,
  .bundle-section,
  .private-order,
  .payment-section {
    padding: 4rem 1.1rem;
  }

  .product-actions {
    flex-direction: column;
  }

  .cart-panel {
    width: 100%;
  }

  .dm-dock {
    right: 50%;
    bottom: 0.85rem;
    transform: translateX(50%);
  }

  .dm-dock span {
    display: none;
  }

  .dm-modal {
    align-items: end;
    padding: 0.7rem;
  }

  .dm-modal-panel {
    max-height: calc(100svh - 1.4rem);
  }

  .dm-modal-panel header {
    align-items: start;
  }
}

@media (pointer: coarse) {
  .cursor-orb {
    display: none;
  }
}
