:root {
  --paper: #f3f0e7;
  --paper-warm: #e9e2d4;
  --paper-pale: #faf8f1;
  --ink: #111713;
  --muted: #626b64;
  --bamboo: #173f31;
  --bamboo-soft: #315f45;
  --leaf: #779254;
  --gold: #b58b3d;
  --line: rgba(17, 23, 19, .18);
  --line-light: rgba(255, 255, 255, .23);
  --serif: "Songti SC", "STSongti-SC", "Noto Serif CJK SC", "Source Han Serif SC", serif;
  --sans: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --page: min(1460px, calc(100vw - 72px));
  --reading: min(1120px, calc(100vw - 72px));
  --product-shadow: drop-shadow(0 22px 18px rgba(14, 31, 22, .13)) drop-shadow(0 4px 5px rgba(14, 31, 22, .09));
}

* { box-sizing: border-box; }
html { scroll-padding-top: 76px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.65;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, dialog { color: inherit; font: inherit; }
button { border: 0; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
::selection { background: #d8e79c; color: var(--ink); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 16px;
  padding: 9px 15px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

.topbar {
  position: sticky;
  z-index: 50;
  top: 0;
  height: 72px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 0 30px;
  border-bottom: 1px solid var(--line);
  background: rgba(243, 240, 231, .94);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  text-decoration: none;
}
.brand img { width: 40px; height: 40px; object-fit: contain; mix-blend-mode: multiply; }
.brand span { display: grid; line-height: 1; }
.brand b { font-family: var(--serif); font-size: 19px; letter-spacing: .18em; }
.brand small { margin-top: 6px; color: var(--muted); font-size: 9px; letter-spacing: .14em; }
.series-nav { display: flex; justify-content: flex-end; gap: clamp(18px, 2.5vw, 40px); }
.series-nav a {
  position: relative;
  color: #4d5750;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .08em;
  text-decoration: none;
  transition: color .16s ease;
}
.series-nav a::after {
  position: absolute;
  right: 100%;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--bamboo);
  content: "";
  transition: right .16s ease;
}
.series-nav a:hover,
.series-nav a[aria-current="true"] { color: var(--ink); }
.series-nav a[aria-current="true"]::after { right: 0; }
.mobile-index { display: none; }

.hero {
  position: relative;
  width: var(--page);
  min-height: calc(100svh - 72px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(330px, .78fr) minmax(560px, 1.22fr);
  align-items: stretch;
  border-inline: 1px solid var(--line);
}
.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: clamp(70px, 8vw, 130px) clamp(36px, 6vw, 100px);
}
.hero-kicker,
.identity-heading > p,
.preface > p:first-child,
.design-pause > div > p {
  margin: 0 0 22px;
  color: var(--bamboo-soft);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .22em;
}
/* Sized so 晨晨 always stays one line inside the copy column: 2em of CJK
   advance plus tracking must clear the column at every desktop width. */
.hero h1 {
  margin: 0;
  color: var(--bamboo);
  font-family: var(--serif);
  font-size: clamp(92px, 12vw, 180px);
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: .92;
  white-space: nowrap;
}
.hero-lead { max-width: 25em; margin: 42px 0 0; color: #4e5951; font-size: clamp(16px, 1.35vw, 21px); }
.hero-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 38px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.hero-portrait { position: relative; min-width: 0; overflow: hidden; display: grid; place-items: end center; }
.hero-portrait picture {
  position: relative;
  z-index: 2;
  width: min(76%, 720px);
  margin-bottom: -2%;
  mix-blend-mode: multiply;
}
.hero-portrait img { width: 100%; max-height: calc(100svh - 74px); object-fit: contain; object-position: center bottom; }
.hero-character {
  position: absolute;
  right: 2%;
  bottom: -14%;
  color: rgba(23, 63, 49, .07);
  font-family: var(--serif);
  font-size: min(46vw, 680px);
  font-weight: 700;
  line-height: 1;
}

.identity {
  width: var(--page);
  margin-inline: auto;
  padding: clamp(110px, 12vw, 190px) 0;
  border-top: 1px solid var(--line);
}
.identity-heading {
  display: grid;
  grid-template-columns: .6fr 1.4fr;
  gap: 60px;
  align-items: start;
  width: var(--reading);
  margin: 0 auto clamp(70px, 8vw, 120px);
}
.identity-heading h2,
.preface h2,
.series-heading h2,
.design-pause h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 6.3vw, 96px);
  font-weight: 650;
  letter-spacing: -.045em;
  line-height: 1.02;
}
.identity-map { position: relative; width: var(--reading); margin-inline: auto; }
.identity-views { width: 88%; margin: 0 auto; }
.views-crop { aspect-ratio: 12 / 7; overflow: hidden; }
.identity-views img { width: 100%; mix-blend-mode: multiply; }
.identity-views figcaption {
  margin-top: 13px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  text-align: right;
}
.identity-callouts { position: absolute; inset: 0; margin: 0; padding: 0; list-style: none; pointer-events: none; }
.identity-callouts li {
  position: absolute;
  width: 178px;
  display: grid;
  gap: 3px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}
.identity-callouts li::after { position: absolute; top: 13px; width: 82px; height: 1px; background: var(--gold); content: ""; }
.identity-callouts b { color: var(--ink); font-family: var(--serif); font-size: 16px; }
.identity-callouts .callout-a { top: 6%; left: -3%; text-align: right; }
.identity-callouts .callout-a::after { left: calc(100% + 10px); }
.identity-callouts .callout-b { top: 30%; right: -4%; }
.identity-callouts .callout-b::after { right: calc(100% + 10px); }
.identity-callouts .callout-c { bottom: 26%; left: -4%; text-align: right; }
.identity-callouts .callout-c::after { left: calc(100% + 10px); }
.identity-callouts .callout-d { right: -2%; bottom: 13%; }
.identity-callouts .callout-d::after { right: calc(100% + 10px); }

.preface {
  width: var(--reading);
  margin-inline: auto;
  display: grid;
  grid-template-columns: .55fr 1.25fr .8fr;
  gap: clamp(30px, 5vw, 72px);
  align-items: end;
  padding: clamp(100px, 11vw, 175px) 0;
  border-top: 1px solid var(--line);
}
.preface h2 { font-size: clamp(46px, 5.8vw, 86px); }
.preface-body { margin: 0; color: var(--muted); font-size: 15px; }

.exhibition { min-height: 40vh; }
.exhibition-series {
  --series-bg: var(--paper);
  --series-ink: var(--ink);
  --series-muted: var(--muted);
  --series-rule: var(--line);
  position: relative;
  padding: clamp(100px, 10vw, 160px) 0 clamp(120px, 13vw, 210px);
  overflow: hidden;
  background: var(--series-bg);
  color: var(--series-ink);
}
.series--character { --series-bg: #e8e4d8; }
.series--paper { --series-bg: #f7f4eb; }
.series--home { --series-bg: #e2e8dc; }
.series--wear { --series-bg: #d9e4c8; }
.series--gift { --series-bg: #eee5d5; }
.series-heading {
  width: var(--page);
  margin: 0 auto clamp(78px, 8vw, 122px);
  display: grid;
  grid-template-columns: .55fr 1.05fr .9fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: end;
}
.series-heading > p:first-child,
.series-heading .series-kicker {
  align-self: start;
  margin: 4px 0 0;
  color: var(--bamboo-soft);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .2em;
}
.series-heading h2 { font-size: clamp(64px, 8vw, 124px); }
.series-heading > p:last-child,
.series-heading .series-introduction { margin: 0; color: var(--series-muted); font-size: 15px; }
.series-modules,
.series-body { width: var(--page); margin-inline: auto; display: grid; gap: clamp(100px, 12vw, 180px); }

.exhibit-module { position: relative; min-width: 0; }
.module-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: baseline;
  margin: 0 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--series-rule);
}
.module-heading h3,
.module-heading p { margin: 0; }
.module-heading h3 { font-family: var(--serif); font-size: clamp(20px, 2vw, 29px); font-weight: 600; }
.module-heading p { color: var(--series-muted); font-size: 10px; letter-spacing: .13em; }
.module-body { min-width: 0; }

.product-exhibit {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  text-align: left;
  cursor: zoom-in;
}
.product-media { position: relative; display: grid; width: 100%; min-width: 0; min-height: 0; place-items: center; }
.product-media picture { display: contents; }
.product-media img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: contain; filter: var(--product-shadow); }
.product-label {
  display: grid;
  gap: 3px;
  justify-items: start;
  padding-top: 11px;
  border-top: 1px solid var(--series-rule);
  opacity: .76;
  transition: opacity .16s ease;
}
.product-exhibit:hover .product-label,
.product-exhibit:focus-visible .product-label { opacity: 1; }
.product-label b,
.product-name { font-family: var(--serif); font-size: clamp(16px, 1.35vw, 20px); font-weight: 650; line-height: 1.32; }
.product-label span:not(.product-name),
.product-label small { color: var(--series-muted); font-size: 10px; }

/* LINE: a shared museum hanging baseline with deliberately unequal objects. */
.module--line .module-body {
  min-height: clamp(450px, 42vw, 640px);
  margin-bottom: 104px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(20px, 3.6vw, 62px);
  border-bottom: 1px solid var(--series-rule);
}
.module--line .product-exhibit { align-self: flex-end; display: grid; align-items: end; }
.module--line .product-media { height: 100%; }
/* Every object rests on the hanging line; contain would otherwise centre each
   one in its box and leave them floating at unrelated heights. */
.module--line .product-media img { object-position: center bottom; }
.module--line .product-label { position: absolute; top: calc(100% + 17px); right: 0; left: 0; }
.module--line .product--small { width: clamp(142px, 15vw, 225px); height: clamp(260px, 27vw, 410px); }
/* 10cm standing plush: the tall charm needs the width to match its role, or the
   image stays width-bound and renders shorter than its shorter neighbours. */
.module--line .product--small.product--tall { width: clamp(178px, 19.5vw, 300px); }
.module--line .product--medium { width: clamp(190px, 20vw, 310px); height: clamp(330px, 34vw, 510px); }
.module--line .product--large { width: clamp(250px, 29vw, 455px); height: clamp(350px, 38vw, 570px); }
.module--line .product--wide { width: clamp(260px, 31vw, 480px); }
.module--line .product--low { height: clamp(230px, 23vw, 345px); }
.module--line .product--tall,
.module--line .product--upright { height: clamp(360px, 38vw, 570px); }

/* PAIR: asymmetric editorial comparison, never a mirrored two-card grid. */
.module--pair .module-body {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(240px, .82fr);
  gap: clamp(46px, 8vw, 130px);
  align-items: start;
}
.module--pair .product--lead { width: 100%; }
.module--pair .product--support { width: 86%; justify-self: end; margin-top: clamp(86px, 10vw, 160px); }
.module--pair .product-media { height: clamp(430px, 48vw, 700px); }
.module--pair .product--support .product-media { height: clamp(330px, 36vw, 540px); }
.series--paper .module--pair .product--lead { width: 84%; justify-self: end; }
.series--paper .module--pair .product--support { width: 74%; justify-self: start; margin-top: 48px; }

/* SOLO: the only monumental product station. */
.module--solo { padding-top: clamp(20px, 4vw, 60px); }
.module--solo .module-heading { width: min(520px, 42%); }
.module--solo .module-body { min-height: min(80vw, 980px); display: grid; place-items: center; }
.module--solo .product-exhibit { width: min(1040px, 86vw); }
.module--solo .product-media { height: min(72vw, 860px); }
.module--solo .product-label { width: min(420px, 54%); margin-top: -24px; }

/* DETAIL: a deliberate crop and pause, not another catalog entry. */
.module--detail { width: min(1280px, 92%); margin-inline: auto; }
.detail-window { position: relative; min-height: clamp(430px, 56vw, 760px); overflow: hidden; }
.detail-window img { width: 100%; height: clamp(430px, 56vw, 760px); object-fit: cover; filter: none; }
.detail-window figcaption,
.detail-caption {
  position: absolute;
  right: 22px;
  bottom: 20px;
  max-width: min(360px, calc(100% - 44px));
  padding: 10px 14px;
  background: rgba(243, 240, 231, .9);
  color: var(--ink);
  font-size: 11px;
}

/* INDEX: the only small-item grid, explicitly identified as an index. */
.module--index .module-heading h3 { letter-spacing: .04em; }
.module--index .module-body {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--series-rule);
  border-left: 1px solid var(--series-rule);
}
.module--index .product-exhibit {
  min-height: 420px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  padding: clamp(20px, 3vw, 42px);
  border-right: 1px solid var(--series-rule);
  border-bottom: 1px solid var(--series-rule);
}
.module--index .product-media { height: 290px; }
.module--index .product--wide { grid-column: span 2; }
.module--index .product--wide .product-media { height: 260px; }
.module--index .product--tall { grid-row: span 2; min-height: 840px; }
.module--index .product--tall .product-media { height: 650px; }
.module--index .product-label { min-height: 64px; border-top: 0; }

.design-pause {
  position: relative;
  min-height: min(86svh, 880px);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 80px;
  padding: clamp(80px, 10vw, 160px) max(36px, calc((100vw - min(1460px, calc(100vw - 72px))) / 2));
  background: var(--bamboo);
  color: #f8f4ea;
}
.design-pause > div { position: relative; z-index: 2; max-width: 620px; }
.design-pause > div > p:first-child { color: #c9dc9a; }
.design-pause > div > p:last-child { max-width: 30em; margin: 32px 0 0; color: rgba(255,255,255,.7); }
.pause-mark {
  align-self: center;
  color: rgba(244, 239, 224, .08);
  font-family: var(--serif);
  font-size: min(44vw, 640px);
  font-weight: 700;
  line-height: .8;
  text-align: center;
}

.outro {
  min-height: 74svh;
  display: grid;
  place-content: center;
  justify-items: center;
  padding: 100px 24px;
  text-align: center;
}
.outro-line { width: min(680px, 70vw); height: 1px; margin-bottom: 58px; background: var(--line); }
.outro img { width: 180px; height: 150px; object-fit: contain; mix-blend-mode: multiply; }
.outro h2 { margin: 20px 0; font-family: var(--serif); font-size: clamp(38px, 5vw, 70px); }
.outro a { padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; text-decoration: none; }

.footer { padding: 0 32px 76px; }
.footer-meta { width: min(920px, 100%); margin-left: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.beian { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 22px; color: #566058; font-size: 11px; }
.beian a { display: inline-flex; align-items: center; gap: 5px; text-decoration: none; }
.beian img { width: 14px; height: 16px; }
.org { margin: 7px 0 0; color: #7f867f; font-size: 9px; letter-spacing: .05em; text-align: right; opacity: .64; }

.lightbox {
  width: min(1080px, calc(100vw - 40px));
  max-width: none;
  max-height: calc(100dvh - 40px);
  padding: 0;
  border: 0;
  overflow: hidden;
  background: var(--paper-pale);
}
.lightbox::backdrop { background: rgba(7, 12, 9, .82); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.lightbox-shell { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 270px; height: min(820px, calc(100dvh - 40px)); min-height: 0; }
.lightbox-close {
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(250,248,241,.86);
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
}
.lightbox-media {
  min-width: 0;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: auto;
  padding: clamp(26px, 5vw, 70px);
  touch-action: pan-x pan-y pinch-zoom;
}
.lightbox-image { display: block; width: auto; height: auto; max-width: min(760px, 100%); max-height: calc(100dvh - 40px - clamp(52px, 10vw, 140px)); object-fit: contain; filter: var(--product-shadow); }
.lightbox-caption { align-self: stretch; display: grid; align-content: end; padding: 80px 28px 34px; border-left: 1px solid var(--line); }
.lightbox-category { margin: 0 0 10px; color: var(--bamboo-soft); font-size: 10px; letter-spacing: .14em; }
.lightbox-title { margin: 0; font-family: var(--serif); font-size: 30px; line-height: 1.2; }
.lightbox-view-nav { display: flex; gap: 8px; margin-top: 22px; }
.lightbox-view-nav:empty { display: none; }
.lightbox-view-nav button { padding: 7px 10px; border-bottom: 1px solid var(--line); background: transparent; font-size: 11px; cursor: pointer; }
.lightbox-view-nav button[aria-current="true"] { border-color: var(--bamboo); color: var(--bamboo); }

.back-top {
  position: fixed;
  z-index: 30;
  right: 22px;
  bottom: 22px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(243,240,231,.9);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity .16s ease;
}
.back-top.is-visible { opacity: 1; pointer-events: auto; }

@media (max-width: 1100px) {
  :root { --page: min(100% - 48px, 1100px); --reading: min(100% - 64px, 940px); }
  .topbar { grid-template-columns: auto 1fr; padding-inline: 22px; }
  .series-nav { gap: 16px; }
  .hero { grid-template-columns: minmax(290px, .72fr) minmax(430px, 1.28fr); }
  .hero-copy { padding-inline: 42px; }
  .identity-callouts .callout-a,
  .identity-callouts .callout-c { left: -1%; }
  .identity-callouts .callout-b,
  .identity-callouts .callout-d { right: -1%; }
  .identity-callouts li::after { width: 50px; }
  .module--index .module-body { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  :root { --page: calc(100vw - 36px); --reading: calc(100vw - 36px); }
  .topbar { height: 64px; grid-template-columns: auto 1fr; padding: 0 18px; }
  .brand img { width: 36px; height: 36px; }
  .brand small { display: none; }
  .series-nav { display: none; }
  .mobile-index { position: relative; display: block; justify-self: end; }
  .mobile-index summary { cursor: pointer; font-size: 12px; font-weight: 700; list-style: none; }
  .mobile-index summary::-webkit-details-marker { display: none; }
  .mobile-index summary::after { margin-left: 8px; content: "＋"; }
  .mobile-index[open] summary::after { content: "－"; }
  .mobile-index nav {
    position: absolute;
    top: 42px;
    right: 0;
    width: min(250px, calc(100vw - 36px));
    display: grid;
    padding: 12px 18px;
    border: 1px solid var(--line);
    background: var(--paper-pale);
    box-shadow: 0 18px 38px rgba(17,23,19,.14);
  }
  .mobile-index nav a { padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13px; text-decoration: none; }
  .mobile-index nav a:last-child { border-bottom: 0; }

  .hero { min-height: calc(100svh - 64px); grid-template-columns: 1fr; grid-template-rows: auto minmax(450px, 1fr); border: 0; }
  .hero-copy { align-self: start; padding: 62px 10px 22px; }
  .hero h1 { font-size: clamp(112px, 31vw, 180px); }
  .hero-lead { max-width: 21em; margin-top: 26px; font-size: 15px; }
  .hero-link { margin-top: 26px; }
  .hero-portrait { min-height: 490px; margin-inline: -18px; }
  .hero-portrait picture { width: min(96%, 590px); margin-bottom: -4%; }
  .hero-portrait img { max-height: 630px; }
  .hero-character { right: -10%; bottom: -5%; font-size: 76vw; }

  .identity { padding-block: 100px; }
  .identity-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 64px; }
  .identity-heading h2,
  .preface h2,
  .design-pause h2 { font-size: clamp(42px, 11vw, 68px); }
  .identity-views { width: 100%; }
  .views-crop { aspect-ratio: 12 / 7; }
  .identity-views figcaption { text-align: left; }
  .identity-callouts {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 20px;
    margin-top: 34px;
    border-top: 1px solid var(--line);
    padding-top: 24px;
    pointer-events: auto;
  }
  .identity-callouts li { position: static; width: auto; text-align: left !important; }
  .identity-callouts li::after { display: none; }

  .preface { grid-template-columns: 1fr; gap: 24px; padding-block: 96px; }
  .preface-body { max-width: 30em; }
  .exhibition-series { padding-block: 94px 130px; }
  .series-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 78px; }
  .series-heading h2 { font-size: clamp(58px, 17vw, 92px); }
  .series-heading > p:last-child,
  .series-heading .series-introduction { max-width: 32em; }
  .series-modules,
  .series-body { gap: 110px; }
  .module-heading { display: grid; gap: 7px; margin-bottom: 24px; }

  .module--line { margin-inline: -18px; }
  .module--line .module-heading { margin-inline: 18px; }
  .module--line .module-body {
    min-height: 0;
    margin-bottom: 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 72vw;
    gap: 24px;
    align-items: end;
    justify-content: start;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 18px 18px 34px;
    border: 0;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--bamboo) transparent;
  }
  .module--line .product-exhibit,
  .module--line .product--small,
  .module--line .product--medium,
  .module--line .product--large,
  .module--line .product--wide,
  .module--line .product--low,
  .module--line .product--tall,
  .module--line .product--small.product--tall,
  .module--line .product--upright {
    width: 100%;
    height: auto;
    min-height: 470px;
    display: grid;
    grid-template-rows: 390px auto;
    scroll-snap-align: center;
    border-bottom: 1px solid var(--series-rule);
  }
  .module--line .product-media { height: 390px; }
  .module--line .product-label { position: static; min-height: 76px; border-top: 0; }

  .module--pair .module-body { display: block; }
  .module--pair .product--lead { width: 88%; }
  .module--pair .product--support { width: 68%; margin-top: -46px; margin-left: auto; }
  .module--pair .product-media,
  .module--pair .product--support .product-media { height: min(112vw, 560px); }
  .module--pair .product--support .product-media { height: min(82vw, 430px); }
  .series--paper .module--pair .product--lead { width: 78%; margin-left: auto; }
  .series--paper .module--pair .product--support { width: 74%; margin: -26px 0 0; }

  .module--solo .module-heading { width: 100%; }
  .module--solo .module-body { min-height: 520px; }
  .module--solo .product-exhibit { width: calc(100vw - 24px); margin-inline: -6px; }
  .module--solo .product-media { height: min(112vw, 570px); }
  .module--solo .product-label { width: calc(100% - 24px); margin: -2px 12px 0; }

  .module--detail { width: 100%; }
  .detail-window,
  .detail-window img { min-height: 0; height: min(102vw, 520px); }

  .module--index .module-body { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .module--index .product-exhibit { min-height: 320px; padding: 16px 12px; }
  .module--index .product-media { height: 220px; }
  .module--index .product--wide { grid-column: span 2; }
  .module--index .product--wide .product-media { height: 230px; }
  .module--index .product--tall { grid-row: auto; min-height: 480px; }
  .module--index .product--tall .product-media { height: 380px; }

  .design-pause { min-height: 720px; grid-template-columns: 1fr; gap: 20px; padding: 90px 24px; }
  .pause-mark { position: absolute; right: -10%; bottom: 4%; font-size: 85vw; }
  .design-pause > div { align-self: start; }
  .outro { min-height: 680px; }

  .lightbox { width: calc(100vw - 20px); max-height: calc(100dvh - 20px); }
  .lightbox-shell { height: calc(100dvh - 20px); min-height: 0; grid-template-columns: 1fr; grid-template-rows: minmax(0, 1fr) auto; }
  .lightbox-media { padding: 60px 18px 18px; }
  .lightbox-image { max-height: calc(100dvh - 210px); }
  .lightbox-caption { padding: 20px 22px 24px; border-top: 1px solid var(--line); border-left: 0; }
  .lightbox-close { top: 12px; right: 12px; }
}

@media (max-width: 430px) {
  :root { --page: calc(100vw - 28px); --reading: calc(100vw - 28px); }
  .hero-copy { padding-top: 52px; }
  .hero-portrait { min-height: 450px; margin-inline: 0; }
  .identity-callouts { grid-template-columns: 1fr; gap: 18px; }
  .module--line { margin-inline: -14px; }
  .module--line .module-heading { margin-inline: 14px; }
  .module--line .module-body { grid-auto-columns: 82vw; padding-inline: 14px; }
  .module--pair .product--lead { width: 96%; }
  .module--pair .product--support { width: 72%; }
  .module--index .product-exhibit { min-height: 290px; }
  .module--index .product-media { height: 190px; }
  .product-label b,
  .product-name { font-size: 15px; }
  .detail-window figcaption,
  .detail-caption { right: 12px; bottom: 12px; max-width: calc(100% - 24px); }
  .footer { padding-inline: 18px; }
  .beian { justify-content: flex-end; gap: 7px 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
