
/* ============================================================
   TEEZE · About Us · 公共样式（tz-about-story 命名空间）
   ============================================================ */
.tz-about-story {
  --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-story, .tz-about-story *, .tz-about-story *::before, .tz-about-story *::after { box-sizing:border-box; }
.tz-about-story {
  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-story a { color:inherit; text-decoration:none; }
.tz-about-story img { display:block; max-width:100%; }
.tz-about-story h1,.tz-about-story h2,.tz-about-story h3,.tz-about-story h4,.tz-about-story p,.tz-about-story figure,.tz-about-story blockquote { margin:0; }
.tz-about-story .tz-about-story-inner { position:relative; max-width:var(--tz-max); margin:0 auto; padding:var(--tz-section) var(--tz-gutter); }
.tz-about-story .tz-ff-display { font-family:var(--tz-display); }
.tz-about-story .tz-ff-sans    { font-family:var(--tz-sans); }
.tz-about-story .tz-ff-mono    { font-family:var(--tz-mono); }
.tz-about-story .tz-ff-serif   { font-family:var(--tz-serif); }

.tz-about-story .tz-align-left { text-align:left; }
.tz-about-story .tz-align-center { text-align:center; }
.tz-about-story .tz-align-right { text-align:right; }
.tz-about-story .tz-align-center h1, .tz-about-story .tz-align-center h2 { margin-left:auto; margin-right:auto; }

.tz-about-story .tz-hl { color:var(--tz-accent, var(--tz-yellow)); }
.tz-about-story .tz-reveal { opacity:0; transform:translateY(18px); transition:opacity .65s var(--tz-ease),transform .65s var(--tz-ease); }
.tz-about-story .tz-reveal.tz-visible { opacity:1; transform:none; }
.tz-about-story .tz-about-story-head { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:20px; margin-bottom:clamp(36px,5vw,64px); }
.tz-about-story .tz-about-story-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-story .tz-about-story-rule { position:relative; height:1px; background:var(--tz-line); }
.tz-about-story .tz-about-story-rule::before { content:""; position:absolute; left:0; top:0; width:56px; height:1px; background:var(--tz-accent,var(--tz-yellow)); }
.tz-about-story .tz-about-story-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-story .tz-about-story-head { grid-template-columns:auto 1fr; } .tz-about-story .tz-about-story-label { display:none; } }
.tz-about-story .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-story .tz-ph::before, .tz-about-story .tz-ph::after { content:""; position:absolute; width:14px; height:14px; pointer-events:none; border:1px solid rgba(255,255,255,.28); }
.tz-about-story .tz-ph::before { top:10px; left:10px; border-right:0; border-bottom:0; }
.tz-about-story .tz-ph::after { bottom:10px; right:10px; border-left:0; border-top:0; }
.tz-about-story .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-story .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-story.tz-hide-pc { display:none !important; } }
@media (max-width:767px) { .tz-about-story.tz-hide-mobile { display:none !important; } }
@media (prefers-reduced-motion:reduce) { .tz-about-story .tz-reveal { opacity:1; transform:none; transition:none; } }


.tz-about-story .tz-about-story-grid { display:grid; grid-template-columns:1fr; gap:clamp(34px,4.5vw,72px); }
@media (min-width:1000px) { .tz-about-story .tz-about-story-grid { grid-template-columns:1.05fr .95fr; align-items:start; } }
.tz-about-story .tz-about-story-body p + p { margin-top:22px; }
.tz-about-story .tz-about-story-body h2 { margin:0;  }
.tz-about-story .tz-about-story-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,.005em); }
.tz-about-story .tz-about-story-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-about-story .tz-about-story-p { color:var(--tz-para-color,var(--tz-body)); font-weight:var(--tz-para-weight,400); font-size:var(--tz-para-size,15.5px); line-height:1.8; }
.tz-about-story .tz-about-story-pull { margin:clamp(34px,4vw,52px) 0 0; padding:26px 0 26px 26px; border-left:2px solid var(--tz-accent); color:var(--tz-pull-color,var(--tz-white)); font-family:var(--tz-display); font-weight:var(--tz-pull-weight,700); font-size:var(--tz-pull-size,clamp(23px,3vw,36px)); line-height:1.32; }
.tz-about-story .tz-about-story-pull small { display:block; margin-top:14px; color:var(--tz-pullnote-color,var(--tz-muted)); font-family:var(--tz-mono); font-weight:var(--tz-pullnote-weight,600); font-size:var(--tz-pullnote-size,10px); letter-spacing:.2em; text-transform:uppercase; }
.tz-about-story .tz-about-story-fig { position:relative; overflow:hidden; }
.tz-about-story .tz-about-story-fig img, .tz-about-story .tz-about-story-fig .tz-ph { width:100%; aspect-ratio:3/4; object-fit:cover; }
.tz-about-story .tz-about-story-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-story .tz-about-story-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-story-bg { position:absolute; top:0; left:0; right:0; height:var(--tz-bg-height,100%); z-index:0; pointer-events:none; }
.tz-about-story-bg img { width:100%; height:100%; object-fit:cover; display:block; }
.tz-about-story-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-story-inner { z-index:1; }

.tz-about-story .tz-about-story-fig { aspect-ratio:3/4; }
.tz-about-story .tz-about-story-fig img, .tz-about-story .tz-about-story-fig .tz-ph { height:100%; aspect-ratio:auto; }
.tz-about-story .tz-about-story-fig spz-video { display:block; width:100%; height:100%; object-fit:cover; }

/* 展示开关关闭（.tz-media-off）→ 隐藏媒体列，正文占满整行。
   注意：仅控制“渲染与布局”，图片、裁剪、缩放、滤镜、图注等设置原样保留，
   开关重新打开后完全恢复。选择器权重（3 个 class）高于 @media 内的 2 个 class 规则，
   因此 PC 双栏布局也会被正确改为单栏。 */
.tz-about-story.tz-media-off .tz-about-story-grid { grid-template-columns:1fr; }
