/* ============================================================
   輝神丸 FIGURE ARCHIVE — front-end theme v2 restyle
   Implements the 2026-07-27 design (Archive v2.dc.html).
   ============================================================ */

:root {
  --bg: #0B0B0C;
  --bg-panel: #141416;
  --ink: #F2EFE8;
  --ink-soft: #B5B0A6;
  --muted: #8B867C;
  --accent: #E33B21;
  --line: rgba(242, 239, 232, .09);
  --line-strong: rgba(242, 239, 232, .12);
  --line-faint: rgba(242, 239, 232, .08);
  --serif: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", "SimSun", serif;
  --mono: "JetBrains Mono", "SF Mono", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  --sans: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --pad: 40px;
  --maxw: 1560px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body.v2-body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.v2-body.lightbox-open { overflow: hidden; }
a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--accent); }
img { display: block; max-width: 100%; }
button { font-family: inherit; }
::selection { background: var(--accent); color: var(--bg); }

@keyframes v2-rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes v2-fade { from { opacity: 0; } to { opacity: 1; } }

.screen-reader-text a {
  position: absolute; left: -9999px; top: 0;
  font-size: 12px; background: var(--accent); color: var(--bg); padding: 6px 12px;
}
.screen-reader-text a:focus { left: 0; z-index: 999; }

.v2-wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }

/* ---- header ---- */
.v2-header {
  position: fixed; top: 0; left: 0; right: 0; height: 66px; z-index: 400;
  display: flex; align-items: center; padding: 0 var(--pad);
  background: rgba(11, 11, 12, .88);
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.v2-brand { display: flex; align-items: baseline; gap: 13px; }
.v2-brand:hover { color: var(--ink); }
.v2-brand-main { font-family: var(--serif); font-weight: 700; font-size: 20px; letter-spacing: .16em; line-height: 1; }
.v2-brand-sub { font-family: var(--mono); font-size: 8.5px; letter-spacing: .28em; color: var(--muted); }
.v2-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.v2-nav-link {
  position: relative; padding: 5px 0;
  font-family: var(--mono); font-size: 10px; letter-spacing: .22em;
}
.v2-nav-link::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: var(--accent); transform: scaleX(0); transform-origin: left;
  transition: transform .35s var(--ease);
}
.v2-nav-link:hover::after { transform: scaleX(1); }

/* ---- shared bits ---- */
.v2-main { padding-top: 66px; animation: v2-fade .35s both; }
.v2-dot { width: 5px; height: 5px; background: var(--muted); border-radius: 50%; flex: 0 0 auto; }
.v2-dot-accent { background: var(--accent); }
.v2-arrow { font-family: var(--mono); color: var(--muted); transition: transform .35s var(--ease), color .3s; }
.v2-btn {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(242, 239, 232, .22); background: none; color: var(--ink);
  padding: 10px 20px; font-family: var(--mono); font-size: 10px;
  letter-spacing: .22em; cursor: pointer; white-space: nowrap;
  transition: border-color .3s, color .3s;
}
.v2-btn:hover { border-color: var(--accent); color: var(--accent); }
.v2-kicker {
  display: flex; align-items: baseline; gap: 8px;
  font-family: var(--mono); font-size: 9.5px; letter-spacing: .26em; color: var(--muted);
}
.v2-kicker .js-plate[hidden] { display: none; }
.v2-kicker .js-plate:not([hidden])::after { content: "·"; margin-left: 8px; }
.v2-crumbs {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 9.5px; letter-spacing: .22em; color: var(--muted);
}
.v2-crumbs a { color: var(--muted); }
.v2-crumbs a:hover { color: var(--accent); }
.v2-meta-row {
  display: grid; grid-template-columns: 110px 1fr; padding: 14px 0;
  border-bottom: 1px solid var(--line-faint); align-items: baseline;
}
.v2-meta-label { font-family: var(--mono); font-size: 9px; letter-spacing: .22em; color: var(--muted); }
.v2-meta-value { font-size: 13px; letter-spacing: .04em; }
.v2-meta-mono { font-family: var(--mono); font-size: 11.5px; letter-spacing: .1em; }

/* category name split spans (JS fills) */
.js-cat .cat-tag {
  display: block; font-family: var(--mono); font-size: 8.5px; letter-spacing: .22em;
  color: var(--ink-soft); margin-bottom: 8px; min-height: 11px; transition: color .35s;
}
.js-cat .cat-name {
  display: block; font-family: var(--serif); font-weight: 900;
  font-size: clamp(17px, 1.6vw, 23px); line-height: 1.25; letter-spacing: .01em;
  max-height: 2.6em; overflow: hidden; transition: color .35s;
}
.js-cat-inline .cat-name { font-size: 12px; line-height: 1.45; letter-spacing: .02em; transition: color .3s; }
.js-cat-inline .cat-tag { font-family: var(--mono); font-size: 8px; letter-spacing: .16em; color: var(--muted); margin-left: 8px; }

/* ============================================================
   Home
   ============================================================ */
.v2-home { min-height: 100vh; padding-top: 66px; display: flex; flex-direction: column; }
.v2-home-head {
  flex: 0 0 auto; padding-top: 20px; padding-bottom: 14px;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 30px;
}
.v2-home-title { display: flex; align-items: baseline; gap: 20px; flex-wrap: wrap; }
.v2-home-title h1 {
  margin: 0; font-family: var(--serif); font-weight: 900;
  font-size: clamp(24px, 2.6vw, 38px); line-height: 1.1; letter-spacing: .01em;
  animation: v2-rise .8s var(--ease) both;
}
.v2-home-series { font-size: 11.5px; letter-spacing: .04em; color: var(--muted); }
.v2-home-tools { display: flex; align-items: center; gap: 20px; }
.v2-home-est { font-family: var(--mono); font-size: 9px; letter-spacing: .22em; color: var(--muted); white-space: nowrap; }

.v2-label { flex: 0 0 auto; padding-bottom: 10px; display: flex; align-items: baseline; gap: 12px; }
.v2-label-cn { font-family: var(--serif); font-weight: 700; font-size: 14px; letter-spacing: .14em; }
.v2-label-en { font-family: var(--mono); font-size: 9px; letter-spacing: .22em; color: var(--muted); }
.v2-label-sec { padding-top: 22px; padding-bottom: 8px; }
.v2-label-sec .v2-label-cn { font-size: 13px; color: var(--ink-soft); }

.v2-tiles { flex: 1 1 auto; display: flex; gap: 8px; min-height: 210px; }
.v2-tile {
  position: relative; flex: 1 1 0; min-width: 0; min-height: 210px;
  overflow: hidden; background: var(--bg-panel);
  animation: v2-rise .8s .1s var(--ease) both;
}
.v2-tile:hover { color: var(--ink); }
.v2-tile > img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  object-position: center center;
  filter: grayscale(.3) brightness(.62);
  transition: transform .9s var(--ease), filter .6s;
}
.v2-tile--magic1 > img { object-position: 50% 50%; }
.v2-tile--magic2 > img { object-position: 50% 45%; }
.v2-tile--mecha > img { object-position: 50% 48%; }
.v2-tile--q-drivers > img { object-position: 50% 52%; }
.v2-tile--hepoi > img { object-position: 50% 48%; }
.v2-tile:hover > img { transform: scale(1.06); filter: grayscale(0) brightness(.82); }
.v2-tile-shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11, 11, 12, .1) 0%, rgba(11, 11, 12, .35) 45%, rgba(11, 11, 12, .92) 100%);
}
.v2-tile-bar {
  position: absolute; left: 0; right: 0; top: 0; height: 2px; background: var(--accent);
  transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease);
}
.v2-tile:hover .v2-tile-bar { transform: scaleX(1); }
.v2-tile-n {
  position: absolute; left: 14px; top: 16px;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .18em; color: rgba(242, 239, 232, .8);
}
.v2-tile-body { position: absolute; left: 14px; right: 14px; bottom: 16px; display: block; }
.v2-tile:hover .js-cat .cat-tag { color: var(--accent); }
.v2-tile-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  margin-top: 10px; padding-top: 11px; border-top: 1px solid rgba(242, 239, 232, .2);
}
.v2-tile-kids { font-family: var(--mono); font-size: 9px; letter-spacing: .16em; color: var(--ink-soft); }
.v2-tile .v2-arrow { font-size: 11px; color: var(--ink-soft); }
.v2-tile:hover .v2-arrow { transform: translateX(5px); color: var(--accent); }

.v2-sec-grid { flex: 0 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0 30px; }
.v2-sec-row {
  display: grid; grid-template-columns: 26px 30px minmax(0, 1fr) 16px;
  align-items: center; gap: 10px; padding: 8px 2px;
  border-bottom: 1px solid var(--line-faint);
}
.v2-sec-row:hover { color: var(--ink); }
.v2-sec-n { font-family: var(--mono); font-size: 8.5px; color: var(--muted); }
.v2-sec-thumb { width: 30px; height: 30px; overflow: hidden; background: var(--bg-panel); }
.v2-sec-thumb img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.3); transition: transform .6s var(--ease); }
.v2-sec-row:hover .v2-sec-thumb img { transform: scale(1.1); }
.v2-sec-name { min-width: 0; }
.v2-sec-row:hover .js-cat-inline .cat-name { color: var(--accent); }
.v2-sec-row .v2-arrow { font-size: 10px; }
.v2-sec-row:hover .v2-arrow { transform: translateX(4px); color: var(--accent); }

/* ---- footer (slim on home, standard elsewhere) ---- */
.v2-footer { border-top: 1px solid var(--line); }
.v2-footer-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 34px var(--pad) 40px;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; flex-wrap: wrap;
}
.v2-footer-mark { display: block; font-family: var(--serif); font-weight: 700; font-size: 19px; letter-spacing: .16em; }
.v2-footer-sub { display: block; margin-top: 11px; font-family: var(--mono); font-size: 9px; letter-spacing: .26em; color: var(--muted); }
.v2-footer-meta { display: grid; gap: 8px; text-align: right; font-family: var(--mono); font-size: 9px; letter-spacing: .14em; color: var(--muted); }
body.home .v2-footer { border-top: 0; }
body.home .v2-footer-inner { padding: 16px var(--pad) 18px; align-items: center; }
body.home .v2-footer-mark { font-size: 9px; font-family: var(--mono); font-weight: 400; letter-spacing: .16em; color: var(--muted); }
body.home .v2-footer-sub { display: none; }
body.home .v2-footer-meta { display: flex; gap: 18px; }

/* ============================================================
   Listing
   ============================================================ */
.v2-list-hero { padding: 56px 0 34px; border-bottom: 1px solid var(--line-strong); }
.v2-list-hero .v2-crumbs { margin-bottom: 22px; }
.v2-list-hero-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; flex-wrap: wrap; }
.v2-list-tag {
  display: block; font-family: var(--mono); font-size: 9.5px; letter-spacing: .26em;
  color: var(--muted); margin-bottom: 13px; min-height: 12px;
}
.v2-list-title {
  margin: 0; font-family: var(--serif); font-weight: 900;
  font-size: clamp(34px, 4.6vw, 70px); line-height: 1; letter-spacing: -.005em;
}
.v2-list-sub { display: block; margin-top: 15px; font-size: 12.5px; color: var(--muted); letter-spacing: .05em; }
.v2-list-sub:empty { display: none; }
.v2-list-sub-item { color: var(--muted); transition: color .3s; }
.v2-list-sub-item:hover { color: var(--accent); }
.v2-list-sub-item:not(:last-child)::after { content: "／"; margin: 0 6px; opacity: .6; }
.v2-list-count { font-family: var(--mono); font-size: 10px; letter-spacing: .18em; color: var(--muted); }

.v2-list-layout { display: grid; grid-template-columns: 216px minmax(0, 1fr); gap: 52px; padding-bottom: 100px; }
.v2-rail { padding-top: 30px; }
.v2-rail-sticky { position: sticky; top: 98px; }
.v2-rail-label {
  display: block; padding-bottom: 12px; border-bottom: 1px solid var(--line-strong);
  font-family: var(--mono); font-size: 9px; letter-spacing: .24em; color: var(--muted);
}
.v2-rail-label-sec { margin-top: 24px; }
.v2-rail-item {
  display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: baseline;
  padding: 11px 0 11px 10px; border-left: 1px solid transparent;
  transition: border-color .3s;
}
.v2-rail-n { font-family: var(--mono); font-size: 9px; color: var(--muted); }
.v2-rail-name { font-family: var(--serif); font-weight: 700; font-size: 13px; line-height: 1.6; letter-spacing: .03em; }
.v2-rail-item-sm { padding: 8px 0 8px 10px; }
.v2-rail-item-sm .v2-rail-name { font-family: var(--sans); font-weight: 400; font-size: 11.5px; color: var(--muted); }
.v2-rail-item:hover .v2-rail-name { color: var(--accent); }
.v2-rail-item.is-active { border-left-color: var(--accent); }
.v2-rail-item.is-active .v2-rail-name { color: var(--accent); }

.v2-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 34px 22px; padding-top: 34px; align-content: start;
}
.v2-card { animation: v2-fade .45s both; }
.v2-card:hover { color: var(--ink); }
.v2-card-imgwrap {
  position: relative; display: block; width: 100%; aspect-ratio: 3 / 4;
  overflow: hidden; background: var(--bg-panel);
}
.v2-card-imgwrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.v2-card:hover .v2-card-imgwrap img { transform: scale(1.05); }
.v2-num {
  position: absolute; left: 0; top: 0; padding: 7px 11px;
  background: rgba(11, 11, 12, .78);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  font-family: var(--mono); font-weight: 500; font-size: 13px; letter-spacing: .06em;
  color: var(--ink); transition: background .3s, color .3s;
}
.v2-card:hover .v2-num { background: var(--accent); color: var(--bg); }
.v2-num[hidden] { display: none; }
.v2-card-name {
  display: block; margin-top: 13px;
  font-family: var(--serif); font-weight: 700; font-size: 15px;
  line-height: 1.45; letter-spacing: .04em; transition: color .3s;
}
.v2-card:hover .v2-card-name { color: var(--accent); }

/* Q版驾驶员父分类：魔神1、魔神2各自保留独立编号 */
.v2-grid.is-series-grid { display: block; }
.v2-series-group + .v2-series-group { margin-top: 64px; }
.v2-series-head {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 24px;
  margin-bottom: 22px; padding-bottom: 14px; border-bottom: 1px solid var(--line-strong);
}
.v2-series-heading { display: flex; align-items: baseline; gap: 14px; min-width: 0; }
.v2-series-tag {
  flex: 0 0 auto; font-family: var(--mono); font-size: 9px;
  letter-spacing: .24em; color: var(--accent);
}
.v2-series-title {
  font-family: var(--serif); font-weight: 800; font-size: 22px;
  line-height: 1.25; letter-spacing: .04em;
}
.v2-series-count {
  flex: 0 0 auto; font-family: var(--mono); font-size: 9px;
  letter-spacing: .18em; color: var(--muted);
}
.v2-series-cards {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 34px 22px; align-content: start;
}

/* ============================================================
   Detail
   ============================================================ */
.v2-crumbs-detail { padding: 52px 0 26px; }
.v2-detail-grid {
  display: grid; grid-template-columns: minmax(0, 1fr) 390px;
  gap: 60px; align-items: start; padding-bottom: 100px;
}
.v2-detail-info { position: sticky; top: 98px; }
.v2-detail-info .v2-kicker { margin-bottom: 15px; }
.v2-detail-title {
  margin: 0; font-family: var(--serif); font-weight: 900;
  font-size: clamp(34px, 4vw, 58px); line-height: 1.04; letter-spacing: .01em;
}
.v2-detail-subtitle { margin: 16px 0 0; font-size: 13px; line-height: 2; color: var(--muted); letter-spacing: .04em; }
.v2-detail-subtitle:empty { display: none; }
.v2-detail-meta { margin-top: 36px; border-top: 1px solid var(--line-strong); }
.v2-detail-nav { display: grid; gap: 8px; margin-top: 32px; }
.v2-btn-block { display: flex; text-align: left; padding: 14px 18px; letter-spacing: .18em; white-space: normal; }
.v2-btn-title { font-family: var(--sans); letter-spacing: .04em; color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.js-prevnext.is-disabled { opacity: .35; pointer-events: none; }

.v2-detail-media { min-width: 0; }
.js-detail-content { color: var(--ink); }
.js-detail-content * {
  color: inherit !important; background: transparent !important;
  font-family: inherit !important; max-width: 100%;
}
.js-detail-content p { line-height: 2; letter-spacing: .04em; }
.js-detail-content img {
  display: block; margin: 8px auto; height: auto !important;
  cursor: zoom-in; background: var(--bg-panel) !important;
}
.js-detail-content span[style*="36px"], .js-detail-content span[style*="24px"] {
  font-family: var(--serif) !important; font-weight: 700;
}

/* ============================================================
   Contact
   ============================================================ */
.v2-contact {
  display: grid; grid-template-columns: minmax(0, 1fr) 420px;
  gap: 80px; align-items: start; padding: 100px 0;
}
.v2-contact-copy .v2-kicker { margin-bottom: 26px; letter-spacing: .3em; }
.v2-contact-title {
  margin: 0; font-family: var(--serif); font-weight: 900;
  font-size: clamp(40px, 5.2vw, 88px); line-height: 1.02; letter-spacing: -.005em;
}
.v2-contact-intro { max-width: 410px; margin: 28px 0 0; font-size: 13px; line-height: 2.1; color: var(--muted); letter-spacing: .04em; }
.v2-contact-article { margin-top: 38px; }
.v2-contact-article p { text-align: left !important; line-height: 2.1 !important; margin: 0 0 4px; }
.v2-contact-article * { font-size: 14.5px !important; }
.v2-contact-article img { margin: 16px 0 0; max-width: 200px !important; cursor: zoom-in; }
.v2-contact-facts { margin-top: 46px; max-width: 430px; border-top: 1px solid var(--line-strong); }
.v2-contact-facts .v2-meta-row { grid-template-columns: 104px 1fr; padding: 15px 0; }

.v2-contact-form { border: 1px solid var(--line-strong); padding: 36px; }
.v2-form-label { display: block; font-family: var(--mono); font-size: 9px; letter-spacing: .28em; color: var(--muted); margin-bottom: 24px; }
.v2-contact-form form { display: grid; gap: 20px; }
.v2-contact-form label { display: grid; gap: 8px; }
.v2-contact-form label > span { font-family: var(--mono); font-size: 8.5px; letter-spacing: .2em; color: var(--muted); }
.v2-contact-form input, .v2-contact-form textarea {
  border: 0; border-bottom: 1px solid rgba(242, 239, 232, .18); background: none;
  color: var(--ink); padding: 10px 2px; font-size: 13.5px; font-family: inherit;
  outline: none; transition: border-color .3s; border-radius: 0;
}
.v2-contact-form textarea { line-height: 1.9; resize: vertical; }
.v2-contact-form input:focus, .v2-contact-form textarea:focus { border-bottom-color: var(--accent); }
.v2-form-code-row { display: flex; align-items: flex-end; gap: 14px; }
.v2-form-code-row input { flex: 1; }
.v2-form-code-row img { height: 34px; cursor: pointer; background: var(--ink); }
.v2-submit {
  margin-top: 6px; border: 0; background: var(--accent); color: var(--bg);
  padding: 16px 28px; font-family: var(--mono); font-size: 10px;
  letter-spacing: .26em; cursor: pointer;
}
.v2-submit:hover { filter: brightness(1.1); }
.v2-submit[disabled] { opacity: .5; cursor: default; }
.v2-form-status { margin: 0; min-height: 18px; font-size: 12px; letter-spacing: .06em; color: var(--muted); }
.v2-form-status.is-ok { color: #7BC47F; }
.v2-form-status.is-err { color: var(--accent); }

/* ---- lightbox ---- */
.v2-lightbox {
  position: fixed; inset: 0; z-index: 800; background: rgba(11, 11, 12, .96);
  display: flex; align-items: center; justify-content: center; padding: 60px;
  cursor: zoom-out; animation: v2-fade .25s both;
}
.v2-lightbox[hidden] { display: none; }
.v2-lightbox img { max-width: 100%; max-height: 100%; object-fit: contain; }
.v2-lightbox-hint {
  position: absolute; top: 26px; right: var(--pad);
  font-family: var(--mono); font-size: 10px; letter-spacing: .22em; color: var(--muted);
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1200px) {
  .v2-sec-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .v2-detail-grid { grid-template-columns: minmax(0, 1fr) 340px; gap: 40px; }
  .v2-contact { grid-template-columns: minmax(0, 1fr) 380px; gap: 48px; }
  .v2-list-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 36px; }
}

@media (max-width: 900px) {
  :root { --pad: 20px; }
  .v2-home { min-height: 0; }
  .v2-home-head { flex-direction: column; align-items: flex-start; gap: 14px; padding-top: 26px; }
  .v2-home-title h1 { font-size: 29px; }
  .v2-home-series { display: block; }
  .v2-tiles { flex-direction: column; min-height: 0; gap: 6px; }
  .v2-tile { min-height: 96px; flex: none; }
  .v2-tile--magic1 > img { object-position: 50% 48%; }
  .v2-tile--magic2 > img { object-position: 50% 35%; }
  .v2-tile--mecha > img { object-position: 50% 42%; }
  .v2-tile--q-drivers > img { object-position: 50% 54%; }
  .v2-tile--hepoi > img { object-position: 50% 44%; }
  .v2-tile-shade { background: linear-gradient(90deg, rgba(11, 11, 12, .9), rgba(11, 11, 12, .35)); }
  .v2-tile-n { top: 12px; }
  .v2-tile-body { bottom: 13px; }
  .js-cat .cat-name { font-size: 17px; max-height: none; }
  .v2-tile-foot { border-top: 0; padding-top: 0; margin-top: 5px; }
  .v2-sec-grid { grid-template-columns: 1fr; gap: 0; }
  .v2-sec-thumb { width: 32px; height: 32px; }
  .v2-sec-row { padding: 9px 0; }

  .v2-list-hero { padding: 32px 0 20px; }
  .v2-list-hero .v2-crumbs { margin-bottom: 14px; }
  .v2-list-layout { display: block; padding-bottom: 60px; }
  .v2-rail { padding: 14px 0 0; border-bottom: 1px solid var(--line-strong); }
  .v2-rail-sticky { position: static; display: flex; gap: 8px; overflow-x: auto; padding-bottom: 14px; scrollbar-width: none; }
  .v2-rail-sticky::-webkit-scrollbar { display: none; }
  .v2-rail-label { display: none; }
  .v2-rail-item, .v2-rail-item-sm {
    display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto;
    border: 1px solid rgba(242, 239, 232, .2); padding: 8px 13px;
  }
  .v2-rail-item .v2-rail-n { display: none; }
  .v2-rail-name { font-family: var(--sans); font-weight: 400; font-size: 12px; white-space: nowrap; }
  .v2-rail-item.is-active { border-color: var(--accent); background: var(--accent); }
  .v2-rail-item.is-active .v2-rail-name { color: var(--bg); }
  .v2-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 12px; padding-top: 18px; }
  .v2-series-group + .v2-series-group { margin-top: 46px; }
  .v2-series-head { align-items: baseline; margin-bottom: 16px; padding-bottom: 11px; }
  .v2-series-heading { display: grid; gap: 5px; }
  .v2-series-title { font-size: 18px; }
  .v2-series-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 12px; }
  .v2-card-imgwrap { aspect-ratio: 1 / 1; }
  .v2-card-name { margin-top: 9px; font-size: 12.5px; }
  .v2-num { padding: 5px 8px; font-size: 10.5px; }

  .v2-crumbs-detail { padding: 24px 0 18px; }
  .v2-detail-grid { grid-template-columns: 1fr; gap: 0; padding-bottom: 60px; }
  .v2-detail-info { position: static; padding-top: 26px; }
  .v2-detail-title { font-size: 32px; }

  .v2-contact { grid-template-columns: 1fr; gap: 40px; padding: 36px 0 60px; }
  .v2-contact-form { padding: 24px 18px; }

  .v2-footer-inner { padding: 26px var(--pad) 30px; }
  .v2-footer-meta { text-align: left; }
  .v2-lightbox { padding: 20px; }
}

/* ---- reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
