:root {
  color-scheme: dark;
  --canvas: #17191d;
  --canvas-deep: #101419;
  --surface: #1c2025;
  --surface-soft: #20242a;
  --cream: #f4f0e8;
  --muted: #aaa79f;
  --faint: #777a7d;
  --line: #363b42;
  --coral: #ff6756;
  --coral-bright: #ff7464;
  --cyan: #74cbd0;
  --green: #91bd4e;
  --amber: #e8b45d;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  --shell: min(1380px, calc(100% - 72px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--canvas); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 20% 12%, rgba(70, 130, 145, 0.055), transparent 33rem),
    linear-gradient(180deg, var(--canvas-deep), var(--canvas) 24rem, #15191d);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 12px 18px;
  border-radius: 8px;
  background: var(--cream);
  color: var(--canvas);
}
.skip-link:focus { top: 16px; }
.preview-ribbon {
  position: relative;
  z-index: 20;
  padding: 7px 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: #0d1013;
  color: #b9b6af;
  font-size: 12px;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}
.section-shell { width: var(--shell); margin-inline: auto; }

.site-header {
  position: relative;
  z-index: 15;
  width: var(--shell);
  min-height: 108px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.wordmark {
  grid-column: 2;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .48em;
  line-height: 1;
}
.desktop-nav {
  position: absolute;
  left: 50%;
  top: 78px;
  display: flex;
  gap: 42px;
  transform: translateX(-50%);
  color: #c3bfb7;
  font-size: 13px;
}
.desktop-nav a { position: relative; padding-bottom: 10px; }
.desktop-nav a:first-child { color: var(--coral); }
.desktop-nav a:first-child::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--coral);
  content: "";
}
.icon-button {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--cream);
  cursor: pointer;
}
.icon-button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}
.menu-button { justify-self: start; }
.header-actions { justify-self: end; display: flex; }
.icon-button:disabled { color: #7f817e; cursor: not-allowed; }
.mobile-menu {
  position: absolute;
  z-index: 30;
  top: 148px;
  left: 36px;
  width: min(320px, calc(100% - 72px));
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(23,25,29,.98);
  box-shadow: var(--shadow);
}
.mobile-menu a { display: block; min-height: 44px; padding: 10px; }

.hero {
  min-height: 680px;
  padding: 78px 0 72px;
  display: grid;
  grid-template-columns: minmax(320px, .84fr) minmax(480px, 1.16fr);
  align-items: center;
  gap: clamp(64px, 9vw, 148px);
}
.hero-copy { max-width: 590px; padding-left: 14px; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 {
  max-width: 610px;
  margin-bottom: 28px;
  font-size: clamp(52px, 5.2vw, 78px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.03;
}
.hero-copy > p:not(.concept-status) {
  max-width: 520px;
  margin-bottom: 34px;
  color: #cbc7bf;
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.55;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; }
.button {
  display: inline-flex;
  min-height: 52px;
  padding: 13px 23px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}
.button-primary {
  background: linear-gradient(135deg, var(--coral-bright), #fa5849);
  color: #fff;
  box-shadow: 0 10px 30px rgba(255,103,86,.18);
}
.button-secondary { border-color: rgba(116,203,208,.58); color: var(--cyan); }
.concept-status { margin-top: 23px; color: #858681; font-size: 14px; }
.art-frame {
  overflow: hidden;
  border: 1px solid #3b4651;
  border-radius: 18px;
  background: #071625;
  box-shadow: var(--shadow);
}
.hero-art { width: min(650px, 100%); aspect-ratio: 1; justify-self: end; }
.art-frame img { width: 100%; height: 100%; object-fit: cover; }

.new-worlds { padding: 56px 0 126px; }
.section-heading {
  margin-bottom: 34px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}
.section-heading h2, .studio-intro h2, .collector-note h2 {
  margin-bottom: 0;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 550;
  letter-spacing: -.035em;
  line-height: 1.08;
}
.section-heading p { margin: 0 0 7px; color: var(--muted); }
.art-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.art-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: linear-gradient(180deg, #101a24 0, #171b20 78%);
}
.art-card .art-frame {
  display: block;
  aspect-ratio: 1;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}
.art-card-copy { padding: 19px 20px 21px; }
.art-card h3 { margin-bottom: 7px; font-size: 19px; font-weight: 500; }
.arrow-link { color: var(--coral); font-size: 15px; }
.arrow-link span { display: inline-block; transition: transform .2s ease; }
.arrow-link:hover span { transform: translateX(5px); }

.collection-band {
  border-block: 1px solid rgba(255,255,255,.07);
  background: #13171b;
}
.collection-layout {
  min-height: 650px;
  padding-block: 90px;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: center;
  gap: clamp(70px, 9vw, 150px);
}
.section-label {
  margin-bottom: 19px;
  color: #c9c4b8;
  font-size: 14px;
  letter-spacing: .04em;
}
.collection-copy h2 {
  margin-bottom: 26px;
  font-family: var(--serif);
  font-size: clamp(54px, 6vw, 88px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .98;
}
.editorial-copy { max-width: 380px; margin-bottom: 35px; color: var(--muted); font-size: 20px; }
.collection-art { aspect-ratio: 16 / 10; }

.selected-preview {
  padding-block: 118px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(60px, 8vw, 124px);
  align-items: start;
}
.selected-art { aspect-ratio: 1; }
.selected-copy { padding-top: 25px; }
.selected-copy h2, .work-copy h1 {
  margin-bottom: 17px;
  font-family: var(--serif);
  font-size: clamp(50px, 5vw, 76px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.02;
}
.sale-status { display: block; margin-bottom: 15px; color: var(--coral); font-size: 17px; }
.selected-copy > p:not(.section-label), .work-copy > p {
  max-width: 540px;
  color: #b8b5ae;
  font-size: 18px;
}
.unavailable-button {
  width: min(100%, 420px);
  margin-top: 12px;
  border-color: #45484c;
  background: #242629;
  color: #747675;
  cursor: not-allowed;
}
.crop-study { margin-top: 36px; }
.crop-image {
  height: 210px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.crop-image img { width: 145%; height: 145%; max-width: none; object-fit: cover; transform: translate(-18%, -18%); }
.crop-study p, figcaption { margin-top: 8px; color: #858783; font-size: 13px; }

.shop-section, .work-products { padding-block: 118px; }
.shop-heading { align-items: end; }
.shop-heading > div { flex: 1 1 auto; }
.shop-heading .section-label { margin-bottom: 12px; }
.shop-heading h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 550;
  letter-spacing: -.04em;
  line-height: 1.04;
}
.shop-heading > p { max-width: 480px; color: var(--muted); }
.product-group { padding: 54px 0 72px; border-top: 1px solid var(--line); }
.product-group:last-child { padding-bottom: 0; }
.product-group-heading { margin-bottom: 25px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.product-group-heading p { margin-bottom: 6px; color: var(--muted); font-size: 13px; }
.product-group-heading h3 { margin: 0; font-family: var(--serif); font-size: clamp(31px, 3vw, 45px); font-weight: 400; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #191d22; }
.product-media { display: block; aspect-ratio: 1 / 1.04; overflow: hidden; background: #eceae5; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-media img { transform: scale(1.025); }
.product-copy { padding: 17px 17px 19px; }
.product-copy > p { margin-bottom: 5px; color: var(--cyan); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.product-copy h3 { min-height: 2.7em; margin-bottom: 14px; font-size: 17px; font-weight: 500; line-height: 1.35; }
.product-meta { margin-bottom: 15px; display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 12px; }
.product-meta strong { color: var(--cream); font-size: 14px; font-weight: 550; }
.product-button { width: 100%; min-height: 44px; padding: 10px 14px; border-color: rgba(116,203,208,.42); color: var(--cyan); }
.bag-button { position: relative; }
.bag-count { position: absolute; right: -5px; top: -5px; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 9px; background: var(--coral); color: #111; font-size: 11px; font-weight: 800; line-height: 18px; text-align: center; }
.breadcrumbs { display: flex; gap: 10px; padding-top: 26px; color: var(--muted); font-size: 13px; }
.breadcrumbs a:hover { color: var(--cream); }
.native-product-main { padding-bottom: 90px; }
.native-product { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: clamp(44px, 7vw, 104px); align-items: start; padding-top: 42px; }
.native-product-gallery { min-width: 0; }
.native-product-stage { overflow: hidden; border-radius: 18px; background: #f2f0eb; aspect-ratio: 1 / 1; }
.native-product-stage img { width: 100%; height: 100%; object-fit: contain; }
.native-product-thumbs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.product-thumb { overflow: hidden; padding: 0; border: 1px solid var(--line); border-radius: 9px; background: #eceae5; aspect-ratio: 1; cursor: pointer; }
.product-thumb.is-selected { border-color: var(--cyan); box-shadow: 0 0 0 1px var(--cyan); }
.product-thumb img { width: 100%; height: 100%; object-fit: cover; }
.native-product-copy { position: sticky; top: 112px; }
.native-product-copy h1 { margin: 8px 0 14px; font-family: var(--serif); font-size: clamp(42px, 5vw, 68px); font-weight: 400; line-height: .98; }
.native-product-copy > p:not(.section-label):not(.native-product-price) { color: var(--muted); }
.native-product-price { margin: 0 0 28px; color: var(--cream); font-size: 22px; font-weight: 700; }
.product-controls { display: grid; gap: 10px; margin-top: 30px; }
.product-controls label { color: var(--cream); font-size: 13px; font-weight: 700; }
.product-controls select, .product-controls input { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); color: var(--cream); }
.product-controls input { max-width: 110px; }
.add-to-bag { width: 100%; margin-top: 7px; }
.product-service-note { margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); }
.product-service-note p { margin: 4px 0 0; color: var(--muted); }
.product-story { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 120px); align-items: center; padding-top: 130px; }
.product-story h2 { margin: 8px 0 18px; font-family: var(--serif); font-size: clamp(38px, 5vw, 66px); font-weight: 400; }
.product-story p { color: var(--muted); }
.product-story .art-frame { max-width: 640px; justify-self: end; }
.cart-main { padding-block: 90px 120px; }
.cart-heading { max-width: 720px; margin-bottom: 54px; }
.cart-heading h1 { margin: 8px 0 12px; font-family: var(--serif); font-size: clamp(52px, 7vw, 86px); font-weight: 400; }
.cart-heading > p:last-child { color: var(--muted); }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 54px; align-items: start; }
.cart-items { border-top: 1px solid var(--line); }
.cart-row { display: grid; grid-template-columns: 148px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.cart-row > img { width: 148px; height: 148px; object-fit: cover; border-radius: 10px; background: #eceae5; }
.cart-row h2 { margin: 0 0 7px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.cart-row p { margin: 0 0 10px; color: var(--muted); }
.cart-row strong { display: block; margin-bottom: 12px; }
.cart-summary { position: sticky; top: 112px; padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.cart-summary h2 { margin: 0 0 22px; font-family: var(--serif); font-size: 30px; font-weight: 400; }
.cart-summary > div { display: flex; justify-content: space-between; padding: 15px 0; border-block: 1px solid var(--line); }
.cart-summary > p { color: var(--muted); font-size: 13px; }
.cart-summary .button { width: 100%; margin-top: 12px; }
.is-disabled { pointer-events: none; opacity: .45; }
.cart-empty { padding: 70px 0; text-align: center; }
.cart-empty h2 { margin: 0 0 24px; font-family: var(--serif); font-size: 38px; font-weight: 400; }
.collector-action { display: flex; justify-content: flex-end; }

.studio-band { border-block: 1px solid rgba(255,255,255,.06); background: #14181c; }
.studio-grid { padding-block: 105px; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(64px, 10vw, 150px); }
.studio-symbol { display: block; margin-bottom: 23px; font-size: 34px; }
.studio-symbol-cyan { color: var(--cyan); }
.studio-symbol-green { color: var(--green); }
.studio-intro p { max-width: 480px; margin-top: 25px; color: var(--muted); font-size: 18px; }
.proof-list article {
  padding-block: 24px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}
.proof-list article:first-child { border-top: 1px solid var(--line); }
.proof-list span { color: var(--coral); font-size: 13px; }
.proof-list h3 { margin-bottom: 6px; font-size: 21px; font-weight: 500; }
.proof-list p { margin-bottom: 0; color: var(--muted); }

.collector-note { padding-block: 106px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.collector-note > div > p { max-width: 500px; margin-top: 22px; color: var(--muted); font-size: 17px; }
.collector-form label { display: block; margin-bottom: 10px; color: var(--muted); font-size: 14px; }
.collector-form > div { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.collector-form input {
  min-width: 0;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid #555a60;
  border-radius: 5px;
  background: #14171a;
  color: var(--cream);
}
.form-note { margin: 10px 0 0; color: #777b7d; font-size: 13px; }

.site-footer {
  width: var(--shell);
  margin: 0 auto;
  padding: 62px 0 52px;
  border-top: 1px solid rgba(255,255,255,.08);
  text-align: center;
}
.footer-wordmark { display: inline-block; margin-bottom: 30px; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 26px; color: #aaa9a4; font-size: 12px; }
.site-footer p { margin: 26px 0 0; color: #686b6e; font-size: 12px; }

.search-dialog {
  width: min(620px, calc(100% - 32px));
  padding: 24px;
  border: 1px solid #4b5056;
  border-radius: 18px;
  background: #181c20;
  color: var(--cream);
  box-shadow: 0 30px 110px rgba(0,0,0,.68);
}
.search-dialog::backdrop { background: rgba(3,5,7,.78); backdrop-filter: blur(4px); }
.search-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.search-head label { font-size: 22px; font-weight: 600; }
.text-button { min-height: 44px; padding: 0 8px; border: 0; background: transparent; color: var(--cyan); cursor: pointer; }
.search-dialog > input {
  width: 100%;
  min-height: 50px;
  margin: 16px 0;
  padding: 0 15px;
  border: 1px solid #51565d;
  border-radius: 6px;
  background: #111418;
  color: var(--cream);
}
.search-results { display: grid; gap: 8px; }
.search-result { min-height: 70px; padding: 8px; display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 14px; border-radius: 8px; }
.search-result:hover { background: var(--surface-soft); }
.search-result img { width: 54px; height: 54px; border-radius: 7px; object-fit: cover; }
.search-result strong, .search-result small { display: block; }
.search-result small { color: var(--muted); }
.search-empty { color: var(--muted); }

.work-main { padding-top: 60px; }
.work-hero { padding: 65px 0 115px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(60px, 8vw, 130px); }
.work-art { aspect-ratio: 1; }
.work-copy .work-lede { color: #d2cec6; font-size: 20px; }
.proof-facts { margin-top: 38px; border-top: 1px solid var(--line); }
.proof-facts div { padding: 16px 0; display: grid; grid-template-columns: 130px 1fr; border-bottom: 1px solid var(--line); }
.proof-facts dt { color: #797c7e; }
.proof-facts dd { margin: 0; }
.detail-study { padding: 110px 0; display: grid; grid-template-columns: .6fr 1.4fr; align-items: center; gap: 100px; }
.detail-copy h2, .proof-status h2, .more-worlds h2 {
  font-size: clamp(42px, 4.5vw, 65px);
  font-weight: 550;
  letter-spacing: -.04em;
  line-height: 1.05;
}
.detail-copy p:not(.section-label) { color: var(--muted); }
.detail-study figure { margin: 0; }
.detail-crop { height: 510px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; }
.detail-crop img { width: 135%; height: 135%; max-width: none; object-fit: cover; transform: translate(-13%, -14%); }
.proof-status { padding: 105px 0; display: grid; grid-template-columns: .75fr 1.25fr; gap: 95px; border-block: 1px solid rgba(255,255,255,.07); }
.proof-status ol { margin: 0; padding: 0; list-style: none; }
.proof-status li { padding: 22px 0; display: grid; grid-template-columns: 120px 1fr; border-bottom: 1px solid var(--line); }
.proof-status li:first-child { border-top: 1px solid var(--line); }
.proof-status li span { color: var(--muted); font-size: 13px; }
.proof-status li strong { font-weight: 500; }
.proof-status .is-complete span { color: var(--green); }
.more-worlds { padding: 110px 0 130px; }
.art-grid-two { grid-template-columns: repeat(2, minmax(0, 430px)); }

.policy-main { min-height: 66vh; }
.policy-document { max-width: 780px; padding: 100px 0 130px; }
.policy-document h1 { margin-bottom: 20px; font-family: var(--serif); font-size: clamp(54px, 7vw, 88px); font-weight: 400; line-height: 1; }
.policy-summary { margin-bottom: 42px; color: var(--coral); font-size: 20px; }
.policy-document p:not(.section-label):not(.policy-summary) { color: #c1bdb5; font-size: 18px; }
.policy-document .arrow-link { display: inline-block; margin-top: 24px; }

.reveal-ready { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal-ready.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 48px, 900px); }
  .desktop-nav { display: none; }
  .site-header { min-height: 82px; }
  .hero { min-height: auto; padding: 82px 0 100px; grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 720px; padding-left: 0; }
  .hero-art { width: min(720px, 100%); }
  .collection-layout, .selected-preview, .studio-grid, .work-hero { grid-template-columns: 1fr; }
  .collection-layout { gap: 50px; }
  .selected-copy { padding-top: 0; }
  .studio-grid { gap: 58px; }
  .detail-study, .proof-status { grid-template-columns: 1fr; gap: 45px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .native-product { grid-template-columns: 1fr; gap: 34px; padding-top: 24px; }
  .native-product-copy { position: static; }
  .native-product-thumbs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .product-story { grid-template-columns: 1fr; padding-top: 80px; }
  .product-story .art-frame { justify-self: stretch; }
  .cart-main { padding-block: 60px 86px; }
  .cart-layout { grid-template-columns: 1fr; gap: 32px; }
  .cart-summary { position: static; }
  .cart-row { grid-template-columns: 104px 1fr; gap: 16px; }
  .cart-row > img { width: 104px; height: 104px; }
  :root { --shell: calc(100% - 32px); }
  body { font-size: 15px; }
  .preview-ribbon { font-size: 10px; }
  .site-header { min-height: 72px; }
  .wordmark { font-size: 16px; letter-spacing: .42em; }
  .header-actions .bag-button { display: none; }
  .icon-button { width: 44px; height: 44px; }
  .mobile-menu { top: 119px; left: 16px; width: calc(100% - 32px); }
  .hero { padding: 48px 0 76px; gap: 42px; }
  .hero h1 { margin-bottom: 19px; font-size: 42px; }
  .hero-copy > p:not(.concept-status) { margin-bottom: 25px; font-size: 16px; }
  .hero-actions { gap: 10px; }
  .hero-actions .button { flex: 1 1 150px; min-height: 48px; padding: 12px 13px; font-size: 13px; }
  .hero-art { display: none; }
  .concept-status { font-size: 12px; }
  .new-worlds { padding: 30px 0 78px; }
  .section-heading { margin-bottom: 25px; display: block; }
  .section-heading h2, .studio-intro h2, .collector-note h2 { font-size: 32px; }
  .section-heading p { margin-top: 9px; font-size: 14px; }
  .art-grid, .art-grid-two { grid-template-columns: 1fr; gap: 14px; }
  .art-card { display: grid; grid-template-columns: 92px 1fr; border-radius: 10px; }
  .art-card .art-frame { aspect-ratio: 1; border-right: 1px solid var(--line); border-bottom: 0; }
  .art-card-copy { padding: 15px; align-self: center; }
  .art-card h3 { margin-bottom: 5px; font-size: 16px; }
  .arrow-link { font-size: 13px; }
  .collection-layout { min-height: 0; padding-block: 74px; }
  .collection-copy h2 { font-size: 52px; }
  .editorial-copy { font-size: 17px; }
  .collection-art { border-radius: 12px; }
  .selected-preview { padding-block: 74px; gap: 36px; }
  .selected-art { border-radius: 12px; }
  .selected-copy h2, .work-copy h1 { font-size: 44px; }
  .selected-copy > p:not(.section-label), .work-copy > p { font-size: 16px; }
  .shop-section, .work-products { padding-block: 74px; }
  .shop-heading, .product-group-heading { display: block; }
  .shop-heading h2 { font-size: 38px; }
  .shop-heading > p { margin-top: 14px; }
  .product-group { padding: 38px 0 52px; }
  .product-group-heading .arrow-link { display: inline-block; margin-top: 10px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .product-copy { padding: 13px; }
  .product-copy h3 { min-height: 0; font-size: 15px; }
  .product-meta { display: block; }
  .product-meta span { display: block; margin-top: 3px; }
  .collector-action { justify-content: flex-start; }
  .crop-image { height: 140px; }
  .studio-grid { padding-block: 72px; }
  .studio-symbol { font-size: 26px; }
  .proof-list article { grid-template-columns: 38px 1fr; }
  .proof-list h3 { font-size: 18px; }
  .collector-note { padding-block: 74px; grid-template-columns: 1fr; gap: 38px; }
  .collector-form > div { grid-template-columns: 1fr; }
  .collector-form .button { width: 100%; }
  .site-footer { padding: 48px 0 38px; }
  .site-footer nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; text-align: left; }
  .work-main { padding-top: 15px; }
  .work-hero { padding: 35px 0 75px; gap: 35px; }
  .detail-study { padding: 75px 0; }
  .detail-crop { height: 260px; border-radius: 12px; }
  .proof-status { padding: 74px 0; }
  .proof-status li { grid-template-columns: 90px 1fr; gap: 10px; }
  .more-worlds { padding: 74px 0 90px; }
  .policy-document { padding: 70px 0 90px; }
  .policy-document h1 { font-size: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal-ready { opacity: 1; transform: none; }
}
