:root {
  color-scheme: light;
  --bg: #ffffff;
  --ink: #050505;
  --muted: #686868;
  --line: rgba(0, 0, 0, 0.16);
  --line-strong: rgba(0, 0, 0, 0.34);
  --deep: #111214;
  --paper-glass: rgba(255, 255, 255, 0.88);
  font-family:
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: var(--bg);
  color: var(--ink);
}

body {
  overflow-x: hidden;
}

body[data-view="interactive"] {
  height: 100%;
  overflow: hidden;
}

body[data-view="online"] {
  overflow-y: auto;
}

body.detail-open {
  overflow: hidden;
}

button {
  font: inherit;
}

#gallery-scene {
  position: fixed;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background: #161616;
  touch-action: none;
}

.interactive-shell {
  transition:
    opacity 220ms ease,
    visibility 220ms ease;
}

body[data-view="online"] .interactive-shell {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

body[data-view="interactive"] .interactive-shell {
  visibility: visible;
  opacity: 1;
}

body[data-view="interactive"] .online-view {
  display: none;
}

.grain {
  display: none;
}

.reticle {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 4;
  width: 18px;
  height: 18px;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.reticle::before,
.reticle::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.72);
}

.reticle::before {
  top: 8px;
  left: 0;
  width: 18px;
  height: 1px;
}

.reticle::after {
  top: 0;
  left: 8px;
  width: 1px;
  height: 18px;
}

.hud {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  min-height: 64px;
  padding: 12px clamp(12px, 1.8vw, 32px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(18px) saturate(1.02);
}

body[data-view="interactive"] .hud {
  position: fixed;
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.18);
  background: rgba(10, 10, 10, 0.52);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  min-width: 0;
  color: currentColor;
  line-height: 1;
  text-decoration: none;
}

.brand span {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
}

.brand strong {
  min-width: 0;
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.view-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(18px, 2.4vw, 34px);
}

.view-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid transparent;
  color: currentColor;
  background: transparent;
  font-size: 0.96rem;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.view-tab:hover,
.view-tab:focus-visible,
.view-tab.is-active {
  border-bottom-color: currentColor;
  outline: 0;
}

.signal {
  display: flex;
  gap: 18px;
  min-width: 0;
  color: currentColor;
  font-size: 0.88rem;
}

body[data-view="online"] .signal {
  display: none;
}

.controls {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

body[data-view="interactive"] .scene-controls {
  display: flex;
}

.command {
  min-width: 0;
  min-height: 32px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid transparent;
  color: currentColor;
  background: transparent;
  font-size: 0.88rem;
  line-height: 1;
  cursor: pointer;
}

.command:hover,
.command:focus-visible,
.command.is-active {
  border-bottom-color: currentColor;
  outline: 0;
}

.online-view,
.static-view {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 56px);
  padding-top: 64px;
  background: var(--bg);
}

.online-hero {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}

.hero-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  grid-template-areas: "copy image";
  align-items: end;
  gap: clamp(32px, 5vw, 84px);
  width: min(100%, 1840px);
  min-height: 0;
  margin: 0 auto;
  overflow: visible;
  padding: clamp(44px, 5.5vw, 84px) clamp(24px, 5vw, 86px);
  border: 0;
  color: var(--ink);
  background: var(--bg);
  text-align: left;
  cursor: pointer;
}

.hero-feature:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}

.hero-feature img {
  position: static;
  grid-area: image;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(48vh, 520px);
  justify-self: end;
  object-fit: contain;
  background: #f5f4f1;
  filter: saturate(0.96) contrast(0.98);
  transition: filter 180ms ease;
}

.hero-feature::after {
  content: none;
}

.hero-feature:hover img {
  filter: saturate(1) contrast(1);
}

.hero-copy {
  position: static;
  grid-area: copy;
  display: grid;
  gap: clamp(12px, 1.7vw, 22px);
  max-width: 720px;
}

.kicker {
  display: block;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1;
}

.online-title,
.title-lockup h1 {
  margin: 0;
  font-weight: 400;
  letter-spacing: 0;
}

.online-title {
  display: block;
  max-width: 8ch;
  color: currentColor;
  font-size: clamp(3.8rem, 7.4vw, 7.8rem);
  line-height: 1;
}

.online-intro {
  display: block;
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.45;
}

.explore-label {
  display: block;
  margin-top: 12px;
  font-size: 0.96rem;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.collection-section {
  width: min(calc(100% - clamp(40px, 8vw, 160px)), 1800px);
  margin: clamp(36px, 5vw, 72px) auto clamp(18px, 2.4vw, 32px);
  overflow: visible;
}

.collection-section h2 {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: clamp(42px, 5vw, 78px) clamp(28px, 4vw, 56px);
  width: min(calc(100% - clamp(40px, 8vw, 160px)), 1800px);
  margin: 0 auto clamp(64px, 8vw, 120px);
  padding: 0;
}

.art-tile {
  display: block;
  grid-column: span 2;
  margin: 0;
  min-width: 0;
}

.art-tile-wide {
  grid-column: span 4;
}

.art-tile-large {
  grid-column: span 3;
}

.art-tile-button {
  display: grid;
  gap: 14px;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.art-tile-button:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 7px;
}

.art-tile img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #f7f6f3;
  transition: filter 160ms ease;
}

.art-tile:hover img {
  filter: saturate(1.04) contrast(1.02);
}

.tile-label {
  display: grid;
  gap: 7px;
  padding: 0;
  background: transparent;
}

.tile-label strong {
  color: var(--ink);
  font-size: clamp(1rem, 1vw, 1.22rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.tile-label span {
  color: var(--muted);
  font-size: clamp(0.88rem, 0.82vw, 0.98rem);
  line-height: 1.36;
}

.work-detail {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 56px);
  color: var(--ink);
}

.work-detail[aria-hidden="true"] {
  display: none;
}

.detail-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.88);
  cursor: pointer;
}

.detail-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(300px, 0.72fr);
  gap: clamp(24px, 5vw, 72px);
  width: min(1120px, 100%);
  max-height: min(760px, calc(100vh - 32px));
  overflow: auto;
  padding: clamp(18px, 3vw, 36px);
  background: #fff;
  box-shadow: 0 22px 90px rgba(0, 0, 0, 0.22);
}

.detail-panel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: contain;
  background: #f0f0f0;
}

.static-view {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: clamp(34px, 4.8vw, 68px);
  padding-right: clamp(20px, 6vw, 96px);
  padding-bottom: clamp(56px, 8vw, 112px);
  padding-left: clamp(20px, 6vw, 96px);
}

.support-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2vw, 26px);
  width: min(1040px, 100%);
  padding-top: clamp(42px, 6vw, 78px);
  padding-bottom: clamp(28px, 4.5vw, 54px);
  border-bottom: 1px solid var(--line);
}

.simple-hero {
  display: grid;
  gap: clamp(16px, 2vw, 26px);
  width: min(1180px, 100%);
  padding-top: clamp(48px, 8vw, 112px);
  padding-bottom: clamp(30px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
}

.support-hero .kicker {
  grid-column: 1 / -1;
}

.support-hero h1 {
  max-width: 10ch;
  margin: 0;
  color: var(--ink);
  font-size: clamp(3.4rem, 6.4vw, 6.4rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.simple-hero h1 {
  max-width: 9ch;
  margin: 0;
  color: var(--ink);
  font-size: clamp(4rem, 10vw, 10rem);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 0;
}

.support-hero p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.16vw, 1.12rem);
  line-height: 1.52;
}

.simple-hero p {
  max-width: 790px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.03rem, 1.45vw, 1.32rem);
  line-height: 1.46;
}

.support-facts {
  display: grid;
  grid-template-columns: minmax(120px, 0.28fr) minmax(0, 1fr);
  gap: clamp(18px, 3.4vw, 56px);
  width: min(1040px, 100%);
  padding: clamp(20px, 3vw, 34px) 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.support-facts h2,
.support-tiers h2,
.policy-panel h2,
.legal-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.05rem, 1.24vw, 1.32rem);
  font-weight: 600;
  line-height: 1.2;
}

.support-facts ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.support-facts li {
  position: relative;
  padding-left: 18px;
  font-size: clamp(0.95rem, 1vw, 1.04rem);
  line-height: 1.45;
}

.support-facts li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--ink);
}

.support-tiers {
  display: grid;
  gap: clamp(22px, 3vw, 38px);
  width: min(1040px, 100%);
}

.tier-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.tier-card {
  display: grid;
  grid-template-columns: minmax(128px, 0.22fr) minmax(104px, 0.14fr) minmax(0, 1fr) auto;
  grid-template-areas:
    "title price text action"
    ". cadence text action";
  align-items: start;
  gap: 8px clamp(18px, 2.6vw, 40px);
  min-height: 0;
  padding: clamp(22px, 3vw, 38px) 0;
  border-top: 1px solid var(--line-strong);
}

.tier-card:last-child {
  border-bottom: 1px solid var(--line);
}

.tier-card h3 {
  grid-area: title;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.22vw, 1.34rem);
  font-weight: 600;
  line-height: 1.16;
}

.tier-price {
  grid-area: price;
  display: block;
  color: var(--ink);
  font-size: clamp(1.16rem, 1.7vw, 1.95rem);
  font-weight: 400;
  line-height: 1;
}

.tier-card .kicker {
  grid-area: cadence;
}

.tier-card p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.94rem, 1vw, 1.03rem);
  line-height: 1.5;
}

.tier-card p:not(.kicker) {
  grid-area: text;
  max-width: 58ch;
}

.tier-button,
.plain-link {
  grid-area: action;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: var(--ink);
  background: transparent;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
}

.tier-button:hover,
.tier-button:focus-visible,
.plain-link:hover,
.plain-link:focus-visible {
  outline: 0;
  color: var(--muted);
}

.policy-panel {
  display: grid;
  gap: 14px;
  width: min(1040px, 100%);
  padding-top: clamp(26px, 4vw, 48px);
  border-top: 1px solid var(--line);
}

.policy-panel p,
.legal-copy p,
.legal-copy li {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.96rem, 1vw, 1.05rem);
  line-height: 1.55;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  width: min(1040px, 100%);
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.4;
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}

.footer-links a,
.site-footer a {
  color: currentColor;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-copy {
  display: grid;
  gap: 24px;
  width: min(920px, 100%);
}

.legal-copy section {
  display: grid;
  gap: 12px;
}

.legal-copy ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.detail-copy {
  display: grid;
  align-content: center;
  gap: 16px;
  min-width: 0;
  padding: 26px 0;
}

.detail-label,
.detail-medium,
.detail-story {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.48;
}

.detail-label {
  color: var(--ink);
}

.detail-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0;
}

.detail-story {
  max-width: 54ch;
  color: #262626;
}

.detail-close,
.detail-room {
  width: fit-content;
  min-height: 32px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: var(--ink);
  background: transparent;
  line-height: 1;
  cursor: pointer;
}

.detail-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  color: var(--muted);
  font-size: 0.9rem;
}

.detail-room {
  margin-top: 12px;
  font-size: 1rem;
}

.detail-close:focus-visible,
.detail-room:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 4px;
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.title-lockup {
  position: absolute;
  left: clamp(16px, 3vw, 44px);
  bottom: clamp(24px, 7vh, 84px);
  width: min(400px, calc(100vw - 32px));
  color: #fff;
}

.title-lockup .kicker {
  color: rgba(255, 255, 255, 0.76);
}

.title-lockup h1 {
  max-width: 12ch;
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 1;
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.42);
}

.art-card {
  position: absolute;
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(24px, 7vh, 84px);
  pointer-events: auto;
  width: min(340px, calc(100vw - 32px));
  padding: 18px 18px 16px;
  border: 1px solid rgba(21, 21, 21, 0.14);
  border-radius: 0;
  color: var(--ink);
  background: var(--paper-glass);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px) saturate(1.08);
}

.art-card .kicker {
  margin-bottom: 12px;
}

.art-card h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.05rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

#art-meta {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.35;
}

.art-detail-button {
  width: fit-content;
  min-height: 30px;
  margin-top: 14px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: var(--ink);
  background: transparent;
  font-size: 0.92rem;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
}

.art-detail-button:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 4px;
}

.section-pad {
  position: absolute;
  left: 50%;
  bottom: 18px;
  pointer-events: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  width: min(520px, calc(100vw - 24px));
  transform: translateX(-50%);
}

.section-pad button {
  display: grid;
  place-items: center;
  min-width: 0;
  height: 52px;
  padding: 0 10px;
  border: 1px solid rgba(21, 21, 21, 0.16);
  border-radius: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.section-pad button:hover,
.section-pad button:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 2px;
}

.section-pad button.is-active {
  color: #fff;
  background: var(--deep);
  border-color: var(--deep);
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 12;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--bg);
  font-size: clamp(1.75rem, 5vw, 4rem);
  line-height: 1;
  text-align: center;
  transition: opacity 300ms ease, visibility 300ms ease;
}

.loader.is-hidden,
body[data-view="interactive"] .loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) and (min-width: 761px) {
  .section-pad {
    display: none;
  }
}

@media (max-width: 900px) {
  .hud {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .signal {
    display: none;
  }

  .hero-feature {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "image";
    align-items: start;
    gap: 30px;
  }

  .hero-feature img {
    width: auto;
    max-width: min(100%, 760px);
    max-height: none;
    justify-self: start;
  }

  .collection-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .art-tile {
    grid-column: span 2;
  }

  .art-tile-wide {
    grid-column: span 4;
  }

  .art-tile-large {
    grid-column: span 2;
  }

  .tier-grid,
  .support-facts ul {
    grid-template-columns: 1fr;
  }

  .support-facts {
    grid-template-columns: 1fr;
  }

  .tier-card {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "title price"
      "cadence cadence"
      "text text"
      "action action";
    min-height: 0;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .reticle {
    display: none;
  }

  .hud {
    gap: 14px;
    min-height: 64px;
    padding: 10px 12px;
  }

  .brand {
    gap: 8px;
  }

  .brand span {
    font-size: 0.86rem;
  }

  .brand strong {
    font-size: 0.94rem;
  }

  .controls {
    display: none;
  }

  body[data-view="interactive"] .scene-controls {
    display: none;
  }

  .view-tabs {
    justify-self: end;
    gap: 14px;
    max-width: 100%;
  }

  .view-tab {
    min-height: 30px;
    font-size: 0.82rem;
  }

  .online-hero {
    width: 100%;
    margin-top: 0;
  }

  .hero-feature {
    min-height: 0;
    padding: 34px 18px 30px;
  }

  .hero-copy {
    position: static;
    max-width: 100%;
    gap: 13px;
  }

  .online-title {
    max-width: 8ch;
    font-size: clamp(3rem, 16vw, 5.1rem);
    line-height: 1;
  }

  .online-intro {
    max-width: 330px;
    font-size: 0.96rem;
    line-height: 1.38;
  }

  .collection-section,
  .collection-grid {
    width: calc(100% - 36px);
  }

  .collection-section {
    margin-top: 34px;
    margin-bottom: 16px;
  }

  .collection-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px 18px;
    padding-bottom: 0;
  }

  .tile-label {
    padding: 0;
  }

  .tile-label strong {
    font-size: 0.94rem;
  }

  .tile-label span {
    font-size: 0.78rem;
  }

  .work-detail {
    align-items: stretch;
    padding: 14px;
  }

  .detail-panel {
    grid-template-columns: 1fr;
    gap: 18px;
    max-height: calc(100vh - 28px);
    padding: 14px;
  }

  .detail-panel img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .detail-copy {
    padding: 8px 0 4px;
  }

  .detail-copy h2 {
    font-size: clamp(2.1rem, 12vw, 4rem);
  }

  .detail-close {
    top: 24px;
    right: 24px;
    color: #fff;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
  }

  .title-lockup {
    top: 88px;
    bottom: auto;
    width: min(320px, calc(100vw - 28px));
  }

  .title-lockup h1 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .art-card {
    right: 12px;
    bottom: calc(90px + env(safe-area-inset-bottom, 0px));
    width: min(310px, calc(100vw - 24px));
  }

  .section-pad {
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  }

  .static-view {
    gap: 38px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .support-hero,
  .simple-hero {
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

  .support-hero h1,
  .simple-hero h1 {
    font-size: clamp(3.3rem, 18vw, 5.2rem);
  }
}

@media (max-width: 560px) {
  .brand strong {
    display: none;
  }

  .collection-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .art-tile,
  .art-tile-wide,
  .art-tile-large {
    grid-column: auto;
  }
}

@media (max-width: 430px) {
  .hud {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .brand span {
    font-size: 0.82rem;
  }

  .view-tabs {
    gap: 12px;
  }

  .view-tab {
    font-size: 0.76rem;
  }

  .collection-grid {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
  }

  .title-lockup {
    display: none;
  }

  .art-card {
    left: 12px;
    right: 12px;
    width: auto;
  }

  .section-pad {
    gap: 6px;
    width: calc(100vw - 24px);
  }

  .section-pad button {
    height: 50px;
    padding: 0 6px;
    font-size: 0.82rem;
  }
}
