
/* ============================================================
   TEEZE · About Us · 公共样式（tz-about-factory 命名空间）
   ============================================================ */
.tz-about-factory {
  --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-about-factory, .tz-about-factory *, .tz-about-factory *::before, .tz-about-factory *::after { box-sizing:border-box; }
.tz-about-factory {
  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-about-factory a { color:inherit; text-decoration:none; }
.tz-about-factory img { display:block; max-width:100%; }
.tz-about-factory h1,.tz-about-factory h2,.tz-about-factory h3,.tz-about-factory h4,.tz-about-factory p,.tz-about-factory figure,.tz-about-factory blockquote { margin:0; }
.tz-about-factory .tz-about-factory-inner { position:relative; max-width:var(--tz-max); margin:0 auto; padding:var(--tz-section) var(--tz-gutter); }
.tz-about-factory .tz-ff-display { font-family:var(--tz-display); }
.tz-about-factory .tz-ff-sans    { font-family:var(--tz-sans); }
.tz-about-factory .tz-ff-mono    { font-family:var(--tz-mono); }
.tz-about-factory .tz-ff-serif   { font-family:var(--tz-serif); }

.tz-about-factory .tz-align-left { text-align:left; }
.tz-about-factory .tz-align-center { text-align:center; }
.tz-about-factory .tz-align-right { text-align:right; }
.tz-about-factory .tz-align-center h1, .tz-about-factory .tz-align-center h2 { margin-left:auto; margin-right:auto; }

.tz-about-factory .tz-hl { color:var(--tz-accent, var(--tz-yellow)); }
.tz-about-factory .tz-reveal { opacity:0; transform:translateY(18px); transition:opacity .65s var(--tz-ease),transform .65s var(--tz-ease); }
.tz-about-factory .tz-reveal.tz-visible { opacity:1; transform:none; }
.tz-about-factory .tz-about-factory-head { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:20px; margin-bottom:clamp(36px,5vw,64px); }
.tz-about-factory .tz-about-factory-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-about-factory .tz-about-factory-rule { position:relative; height:1px; background:var(--tz-line); }
.tz-about-factory .tz-about-factory-rule::before { content:""; position:absolute; left:0; top:0; width:56px; height:1px; background:var(--tz-accent,var(--tz-yellow)); }
.tz-about-factory .tz-about-factory-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-about-factory .tz-about-factory-head { grid-template-columns:auto 1fr; } .tz-about-factory .tz-about-factory-label { display:none; } }
.tz-about-factory .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-about-factory .tz-ph::before, .tz-about-factory .tz-ph::after { content:""; position:absolute; width:14px; height:14px; pointer-events:none; border:1px solid rgba(255,255,255,.28); }
.tz-about-factory .tz-ph::before { top:10px; left:10px; border-right:0; border-bottom:0; }
.tz-about-factory .tz-ph::after { bottom:10px; right:10px; border-left:0; border-top:0; }
.tz-about-factory .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-about-factory .tz-ph span b { display:block; color:rgba(255,255,255,.82); font-size:12px; letter-spacing:.06em; margin-bottom:4px; font-weight:600; }
@media (min-width:768px) { .tz-about-factory.tz-hide-pc { display:none !important; } }
@media (max-width:767px) { .tz-about-factory.tz-hide-mobile { display:none !important; } }
@media (prefers-reduced-motion:reduce) { .tz-about-factory .tz-reveal { opacity:1; transform:none; transition:none; } }


.tz-about-factory .tz-about-factory-title { margin:0; max-width:54ch; }
.tz-about-factory .tz-about-factory-title .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,.005em); }
.tz-about-factory .tz-about-factory-lead { margin-top:24px; max-width:66ch; color:var(--tz-body-color,var(--tz-body)); font-weight:var(--tz-body-weight,400); font-size:var(--tz-body-size,clamp(16px,1.35vw,19px)); line-height:1.85; }
.tz-about-factory .tz-about-factory-plant { display:grid; gap:clamp(20px,2.6vw,32px); margin-top:clamp(34px,4vw,56px); }
@media (min-width:820px) { .tz-about-factory .tz-about-factory-plant { grid-template-columns:1.25fr .75fr; } .tz-about-factory .tz-about-factory-stack { display:grid; grid-template-rows:1fr 1fr; gap:clamp(20px,2.6vw,32px); } }
.tz-about-factory .tz-about-factory-fig { position:relative; overflow:hidden; }
.tz-about-factory .tz-about-factory-fig img, .tz-about-factory .tz-about-factory-fig .tz-ph { width:100%; height:100%; aspect-ratio:4/3; object-fit:cover; }
.tz-about-factory .tz-about-factory-fig::after { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(0deg,var(--tz-overlay-color,#000) 0%,var(--tz-overlay-color,#000) var(--tz-overlay-mid,0%),transparent var(--tz-overlay-stop,62%)); opacity:calc(var(--tz-overlay-opacity,0) / 100); }
.tz-about-factory .tz-about-factory-fig--sec1::after { background:linear-gradient(0deg,var(--tz-sec1-overlay-color,#000) 0%,var(--tz-sec1-overlay-color,#000) var(--tz-sec1-overlay-mid,0%),transparent var(--tz-sec1-overlay-stop,62%)); opacity:calc(var(--tz-sec1-overlay-opacity,0) / 100); }
.tz-about-factory .tz-about-factory-fig--sec2::after { background:linear-gradient(0deg,var(--tz-sec2-overlay-color,#000) 0%,var(--tz-sec2-overlay-color,#000) var(--tz-sec2-overlay-mid,0%),transparent var(--tz-sec2-overlay-stop,62%)); opacity:calc(var(--tz-sec2-overlay-opacity,0) / 100); }
.tz-about-factory .tz-about-factory-figcap { margin-top:12px; color:var(--tz-caption-color,var(--tz-muted)); font-family:var(--tz-mono); font-weight:var(--tz-caption-weight,500); font-size:var(--tz-caption-size,11px); letter-spacing:.08em; }
.tz-about-factory .tz-about-factory-facts { margin-top:clamp(30px,4vw,48px); display:grid; gap:1px; background:var(--tz-line); border:1px solid var(--tz-line); }
@media (min-width:640px) { .tz-about-factory .tz-about-factory-facts { grid-template-columns:repeat(2,1fr); } }
@media (min-width:1000px) { .tz-about-factory .tz-about-factory-facts { grid-template-columns:repeat(4,1fr); } }
.tz-about-factory .tz-about-factory-fact { background:var(--tz-bg); padding:clamp(22px,2.6vw,30px); }
.tz-about-factory .tz-about-factory-fact b { display:block; color:var(--tz-fval-color,var(--tz-white)); font-family:var(--tz-display); font-weight:var(--tz-fval-weight,700); font-size:var(--tz-fval-size,clamp(28px,3.4vw,42px)); line-height:1; letter-spacing:.01em; }
.tz-about-factory .tz-about-factory-fact b em { font-style:normal; color:var(--tz-funit-color,var(--tz-accent)); font-size:.5em; margin-left:2px; }
.tz-about-factory .tz-about-factory-fact span { display:block; margin-top:12px; color:var(--tz-fcap-color,var(--tz-muted)); font-family:var(--tz-mono); font-weight:var(--tz-fcap-weight,600); font-size:var(--tz-fcap-size,10px); letter-spacing:.16em; text-transform:uppercase; }

.tz-about-factory-bg { position:absolute; top:0; left:0; right:0; height:var(--tz-bg-height,100%); z-index:0; pointer-events:none; }
.tz-about-factory-bg img { width:100%; height:100%; object-fit:cover; display:block; }
.tz-about-factory-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); }
.tz-about-factory-inner { z-index:1; }

.tz-about-factory .tz-about-factory-fig { aspect-ratio:4/3; }
.tz-about-factory .tz-about-factory-fig img, .tz-about-factory .tz-about-factory-fig .tz-ph { height:100%; aspect-ratio:auto; }
.tz-about-factory .tz-about-factory-fig spz-video { display:block; width:100%; height:100%; object-fit:cover; }

