
/* ============================================================
   TEEZE · 定制轮毂垫片 · 公共样式（tz-spacer-myth 命名空间）
   ============================================================ */
.tz-spacer-myth {
  --tz-black:#000; --tz-white:#fff; --tz-yellow:#efa333; --tz-yellow2:#f6b650;
  --tz-bg:#000; --tz-surface:#080808; --tz-body:#c8c8c8; --tz-muted:#8b8b8b;
  --tz-line:rgba(255,255,255,.13); --tz-line-soft:rgba(255,255,255,.07);
  --tz-display:"Arial Narrow","Helvetica Neue Condensed","Helvetica Neue",Arial,"PingFang SC","Microsoft YaHei",sans-serif;
  --tz-sans:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
  --tz-mono:Consolas,"SFMono-Regular","Liberation Mono",Menlo,monospace;
  --tz-serif:Georgia,"Times New Roman","Songti SC",serif;
  --tz-max:1240px; --tz-gutter:clamp(20px,4vw,48px);
  --tz-section:clamp(76px,10vw,140px); --tz-ease:cubic-bezier(.16,1,.3,1);
}
.tz-spacer-myth, .tz-spacer-myth *, .tz-spacer-myth *::before, .tz-spacer-myth *::after { box-sizing:border-box; }
.tz-spacer-myth {
  position:relative; display:block; overflow:hidden;
  background:var(--tz-bg); color:var(--tz-white);
  font-family:var(--tz-sans); line-height:1.75;
  border-top:1px solid var(--tz-line);
  padding-top:var(--tz-pad-top,0px); padding-bottom:var(--tz-pad-bottom,0px);
}
.tz-spacer-myth a { color:inherit; text-decoration:none; }
.tz-spacer-myth img { display:block; max-width:100%; }
.tz-spacer-myth h1,.tz-spacer-myth h2,.tz-spacer-myth h3,.tz-spacer-myth h4,.tz-spacer-myth p,.tz-spacer-myth figure,.tz-spacer-myth blockquote { margin:0; }
.tz-spacer-myth .tz-spacer-myth-inner { position:relative; max-width:var(--tz-max); margin:0 auto; padding:var(--tz-section) var(--tz-gutter); }
.tz-spacer-myth .tz-ff-display { font-family:var(--tz-display); }
.tz-spacer-myth .tz-ff-sans    { font-family:var(--tz-sans); }
.tz-spacer-myth .tz-ff-mono    { font-family:var(--tz-mono); }
.tz-spacer-myth .tz-ff-serif   { font-family:var(--tz-serif); }
.tz-spacer-myth .tz-align-left { text-align:left; }
.tz-spacer-myth .tz-align-center { text-align:center; }
.tz-spacer-myth .tz-align-right { text-align:right; }
.tz-spacer-myth .tz-align-center h1, .tz-spacer-myth .tz-align-center h2 { margin-left:auto; margin-right:auto; }
.tz-spacer-myth .tz-hl { color:var(--tz-accent, var(--tz-yellow)); }
.tz-spacer-myth .tz-reveal { opacity:0; transform:translateY(18px); transition:opacity .65s var(--tz-ease),transform .65s var(--tz-ease); }
.tz-spacer-myth .tz-reveal.tz-visible { opacity:1; transform:none; }
.tz-spacer-myth .tz-spacer-myth-head { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:20px; margin-bottom:clamp(36px,5vw,64px); }
.tz-spacer-myth .tz-spacer-myth-index { font-family:var(--tz-mono); letter-spacing:.2em; color:var(--tz-index-color,var(--tz-muted)); font-weight:var(--tz-index-weight,700); font-size:var(--tz-index-size,11px); line-height:1; }
.tz-spacer-myth .tz-spacer-myth-rule { position:relative; height:1px; background:var(--tz-line); }
.tz-spacer-myth .tz-spacer-myth-rule::before { content:""; position:absolute; left:0; top:0; width:56px; height:1px; background:var(--tz-accent,var(--tz-yellow)); }
.tz-spacer-myth .tz-spacer-myth-label { font-family:var(--tz-mono); letter-spacing:.22em; text-transform:uppercase; color:var(--tz-label-color,var(--tz-muted)); font-weight:var(--tz-label-weight,700); font-size:var(--tz-label-size,10px); line-height:1; }
@media (max-width:640px) { .tz-spacer-myth .tz-spacer-myth-head { grid-template-columns:auto 1fr; } .tz-spacer-myth .tz-spacer-myth-label { display:none; } }
.tz-spacer-myth .tz-ph { position:relative; display:grid; place-items:center; overflow:hidden; background:repeating-linear-gradient(45deg,rgba(255,255,255,.022) 0 10px,transparent 10px 20px),var(--tz-surface); border:1px dashed rgba(255,255,255,.2); }
.tz-spacer-myth .tz-ph::before, .tz-spacer-myth .tz-ph::after { content:""; position:absolute; width:14px; height:14px; pointer-events:none; border:1px solid rgba(255,255,255,.28); }
.tz-spacer-myth .tz-ph::before { top:10px; left:10px; border-right:0; border-bottom:0; }
.tz-spacer-myth .tz-ph::after { bottom:10px; right:10px; border-left:0; border-top:0; }
.tz-spacer-myth .tz-ph span { font:600 10px/1.7 var(--tz-mono); letter-spacing:.14em; text-transform:uppercase; color:var(--tz-muted); text-align:center; padding:0 22px; }
.tz-spacer-myth .tz-ph span b { display:block; color:rgba(255,255,255,.82); font-size:12px; letter-spacing:.06em; margin-bottom:4px; font-weight:600; }
.tz-spacer-myth .tz-ph--vid .tz-ph-play { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:54px; height:54px; border:1px solid rgba(255,255,255,.32); border-radius:50%; }
.tz-spacer-myth .tz-ph--vid .tz-ph-play::before { content:""; position:absolute; top:50%; left:54%; transform:translate(-50%,-50%); width:0; height:0; border-left:11px solid rgba(255,255,255,.6); border-top:7px solid transparent; border-bottom:7px solid transparent; }
.tz-spacer-myth .tz-ph--vid span { position:absolute; bottom:16px; left:0; right:0; }
.tz-spacer-myth .tz-ph--16x9 { aspect-ratio:16/9; }
.tz-spacer-myth .tz-ph--4x3 { aspect-ratio:4/3; }
.tz-spacer-myth .tz-ph--1x1 { aspect-ratio:1/1; }
.tz-spacer-myth .tz-ph--3x4 { aspect-ratio:3/4; }
.tz-spacer-myth .tz-ph--cover { position:absolute; inset:0; height:100%; border:0; }
@media (min-width:768px) { .tz-spacer-myth.tz-hide-pc { display:none !important; } }
@media (max-width:767px) { .tz-spacer-myth.tz-hide-mobile { display:none !important; } }
@media (prefers-reduced-motion:reduce) { .tz-spacer-myth .tz-reveal { opacity:1; transform:none; transition:none; } }

.tz-spacer-myth .tz-spacer-myth-grid { display:grid; grid-template-columns:1fr; gap:clamp(34px,4.5vw,72px); }
.tz-spacer-myth .tz-spacer-myth-body h2 { margin:0;  }
.tz-spacer-myth .tz-spacer-myth-body h2 .tz-title-line { display:block; white-space:nowrap; color:var(--tz-line-color,var(--tz-white)); font-weight:var(--tz-line-weight,700); font-size:var(--tz-line-size,clamp(32px,5.4vw,62px)); line-height:var(--tz-line-height,1.06); letter-spacing:var(--tz-line-spacing,.01em); }
.tz-spacer-myth .tz-spacer-myth-lead { margin-top:26px; color:var(--tz-lead-color,var(--tz-white)); font-weight:var(--tz-lead-weight,400); font-size:var(--tz-lead-size,clamp(16px,1.35vw,19px)); line-height:1.85; }
.tz-spacer-myth .tz-spacer-myth-p { margin-top:22px; color:var(--tz-body-color,var(--tz-white)); font-weight:var(--tz-body-weight,400); font-size:var(--tz-body-size,15.5px); line-height:1.8; }
.tz-spacer-myth .tz-spacer-myth-pull { margin:clamp(34px,4vw,52px) 0 0; padding:26px 0 26px 26px; border-left:2px solid var(--tz-accent); }
.tz-spacer-myth .tz-spacer-myth-pull span { display:block; font-family:var(--tz-display); color:var(--tz-quote-color,var(--tz-white)); font-weight:var(--tz-quote-weight,700); font-size:var(--tz-quote-size,clamp(23px,3vw,36px)); line-height:1.32; }
.tz-spacer-myth .tz-spacer-myth-pull small { display:block; margin-top:14px; font-family:var(--tz-mono); color:var(--tz-quote_small-color,var(--tz-muted)); font-weight:var(--tz-quote_small-weight,600); font-size:var(--tz-quote_small-size,10px); letter-spacing:.2em; text-transform:uppercase; }
.tz-spacer-myth figure img, .tz-spacer-myth figure .tz-ph { width:100%; }
.tz-spacer-myth .tz-spacer-myth-figcap { margin-top:12px; font:500 11px/1.7 var(--tz-mono); letter-spacing:.08em; color:var(--tz-muted); }
@media (min-width:1000px) { .tz-spacer-myth .tz-spacer-myth-grid { grid-template-columns:1.05fr .95fr; align-items:start; } }
.tz-spacer-myth-bg { position:absolute; top:0; left:0; right:0; height:var(--tz-bg-height,100%); z-index:0; pointer-events:none; }
.tz-spacer-myth-bg img { width:100%; height:100%; object-fit:cover; display:block; }
.tz-spacer-myth-bg-overlay { position:absolute; inset:0; background:linear-gradient(0deg,var(--tz-bg-overlay-color,#000) 0%,var(--tz-bg-overlay-color,#000) var(--tz-bg-overlay-mid,0%),transparent var(--tz-bg-overlay-stop,60%)); opacity:calc(var(--tz-bg-overlay-opacity,0) / 100); }
