:root {
  --brand-red: #e70012;
  --brand-gold: #b38d54;
  --text: #333;
  --muted: #a9a9a9;
  --page-width: 75%;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: #fff; font-family: "Microsoft YaHei","微软雅黑",Arial,sans-serif; font-size: 14px; line-height: 1.5; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip { position: fixed; left: 16px; top: -80px; z-index: 200; padding: 10px 16px; color:#111; background: #fff; box-shadow:0 4px 14px rgba(0,0,0,.22); }
.skip:focus,.skip:focus-visible { top: 16px; outline:3px solid var(--brand-gold); outline-offset:2px; }
:focus-visible { outline:3px solid #d6a45d; outline-offset:3px; }
.legacy-container { width: var(--page-width); margin: 0 auto; }
.legacy-top { position:sticky; top:0; z-index:30; height: 52px; color: var(--muted); background: #fff; }
.legacy-top .legacy-container { height: 52px; display: grid; grid-template-columns: 1fr 1.65fr 1fr; align-items: center; column-gap: 20px; }
.legacy-top-item { display: flex; align-items: center; gap: 10px; white-space: nowrap; font-size: 13px; }
.legacy-top-item:nth-child(2) { justify-content: center; }
.legacy-top-item:last-child { justify-content: flex-end; }
.legacy-top-item img { width: 24px; height: 24px; object-fit: contain; }
.legacy-header { position:sticky; top:52px; z-index:30; height: 119px; background: #050505; }
.legacy-nav { height: 119px; display: grid; grid-template-columns: 1fr 11fr; align-items: center; }
.legacy-brand { width: 96.48px; height: 85px; display: block; }
.legacy-brand img { width: 96.48px; height: 85px; object-fit: contain; }
.legacy-menu { height: 119px; display: flex; justify-content: flex-end; align-items: center; gap: 20px; list-style: none; padding: 0 21px 0 0; margin: 0; }
.legacy-menu li { height: 63px; display: flex; align-items: center; }
.legacy-menu a { width: 100px; height: 119px; display: flex; align-items: center; justify-content: center; padding: 0; color: #fff; font-size: 16px; font-weight: 700; }
.legacy-menu a:hover,.legacy-menu a[aria-current="page"] { color: var(--brand-red); background: transparent; border-bottom: 3px solid var(--brand-red); }
.legacy-menu-button { display: none; }
.legacy-subnav-toggle { display: none; }
@media (min-width: 1025px) {
  .legacy-subnav-host { position: relative; height: 119px; }
  .legacy-subnav { position: absolute; top: 100%; left: 50%; z-index: 50; width: 150px; padding: 8px 0; background: #050505; opacity: 0; visibility: hidden; transform: translate(-50%, 10px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease; }
  .legacy-subnav-host:hover .legacy-subnav,.legacy-subnav-host:focus-within .legacy-subnav { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
  .legacy-menu .legacy-subnav a { width: 150px; height: 46px; padding: 0; border: 0; color: #fff; font-size: 14px; font-weight: 400; }
  .legacy-menu .legacy-subnav a:hover,.legacy-menu .legacy-subnav a:focus-visible { color: var(--brand-red); background: #171717; border: 0; }
}
.legacy-hero { position: relative; width: 100%; height: 41.536vw; max-height: 797.5px; overflow: hidden; background: #fff; }
.legacy-slide { position: absolute; inset: 0; display: none; }
.legacy-slide.is-active { display: block; animation:legacy-hero-in 1.5s ease both; }
.legacy-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.legacy-hero-content { position:absolute; left:12.5%; right:12.5%; bottom:0; z-index:3; min-height:104px; padding:20px 26px; display:flex; align-items:center; justify-content:space-between; gap:28px; color:#fff; border-top:2px solid var(--brand-red); background:linear-gradient(90deg,rgba(5,5,5,.93),rgba(5,5,5,.72)); }
.legacy-hero-copy h1 { margin:0; font-size:26px; line-height:1.35; font-weight:500; letter-spacing:.08em; }
.legacy-hero-copy p { margin:7px 0 0; color:#d9d9d9; font-size:13px; line-height:1.6; letter-spacing:.05em; }
.legacy-hero-actions { display:flex; flex:0 0 auto; gap:10px; }
.legacy-hero-actions a { min-width:124px; min-height:44px; padding:9px 16px; display:flex; align-items:center; justify-content:center; border:1px solid rgba(255,255,255,.72); color:#fff; font-size:14px; }
.legacy-hero-actions a:hover,.legacy-hero-actions a:focus-visible { color:#fff; border-color:var(--brand-gold); background:#72552f; }
.legacy-hero-actions .is-primary { border-color:var(--brand-gold); background:var(--brand-gold); }
.legacy-dots { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); display: flex; gap: 10px; }
.legacy-dot { width: 30px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.6); cursor: pointer; }
.legacy-dot.is-active { background: var(--brand-red); }
.legacy-about { height: 783px; overflow: hidden; }
.legacy-about-grid { width: var(--page-width); height: 783px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; align-items:center; }
.legacy-about-copy { height: 360px; overflow: hidden; }
.legacy-about-copy h2 { margin: 0 0 54px; color: var(--brand-red); font-size: 28px; line-height: 34px; text-align: right; font-weight: 700; }
.legacy-about-copy p { height: 205px; margin: 0; overflow: hidden; font-size: 14px; line-height: 34px; text-align: justify; }
.legacy-more { height: 40px; display: flex; align-items: center; justify-content: center; color: var(--brand-gold); border: 1px solid var(--brand-gold); font-size: 14px; }
.legacy-more:hover { color: #fff; background: var(--brand-gold); }
.legacy-about-image { width: 100%; height: 500px; object-fit: contain; object-position: center; }
.legacy-factory-gallery { height:1483px; padding:16px 0; overflow:hidden; background:#000; }
.legacy-factory-grid { width:80%; height:1451px; margin:0 auto; display:grid; grid-template-columns:1.45fr 1fr 1fr; grid-template-rows:300px 1135px; gap:16px; }
.legacy-factory-grid img { width:100%; height:100%; object-fit:cover; }
.legacy-factory-wide { grid-column:1/-1; }
.legacy-equipment { height: 1358px; padding-top:80px; overflow: hidden; background:#fff url('/assets/images/legacy/source/ABUIABACGAAg05HalgYovq7CXDCADzjoBw.jpg') center/cover no-repeat; }
.legacy-equipment-inner { width: 75%; height: 100%; margin: 0 auto; }
.legacy-heading { margin: 0; color: var(--brand-red); font-size: 28px; line-height: 39px; text-align: center; font-weight: 700; }
.legacy-equipment-main { width:100%; height: 500px; margin:80px auto 0; display: grid; grid-template-columns: 1.35fr 1fr; }
.legacy-equipment-main img { width: 100%; height: 500px; object-fit: cover; }
.legacy-equipment-copy { padding-left: 0; }
.legacy-equipment-copy h3 { margin: 0 0 38px; color: var(--brand-red); font-size: 24px; line-height: 36px; font-weight: 400; }
.legacy-equipment-copy p { margin: 0; font-size: 16px; line-height: 41px; }
.legacy-equipment-strip { width:100%; margin: 20px auto 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; height: 220px; overflow: hidden; }
.legacy-equipment-strip img { width: 100%; height: 220px; object-fit: cover; }
.legacy-facts { height: 310px; margin-top:-310px; overflow: hidden; position:relative; }
.legacy-facts-grid { width: 75%; margin: 0 auto; display: grid; grid-template-columns: repeat(5,1fr); }
.legacy-fact { height: 255px; text-align: center; }
.legacy-fact img { width: 100px; height: 100px; margin: 0 auto; object-fit: contain; }
.legacy-fact-text { color: #333; }
.legacy-fact-text strong { display: block; font-size: 32px; line-height: 42px; font-weight: 400; }
.legacy-fact-text span { display: block; font-size: 14px; line-height: 21px; }
.legacy-capability { height: 603px; display: grid; grid-template-columns: 2fr 1fr; width: 100%; padding:42px 0; margin: 0 auto; background:#000; color:#fff; }
.legacy-capability > img { width: 100%; height: 519px; object-fit: cover; }
.legacy-capability-copy { height: 310px; margin-top:80px; padding-left:36px; overflow: hidden; }
.legacy-capability-copy h2 { height: 36px; margin: 0; color: var(--brand-red); font-size: 28px; line-height: 36px; font-weight: 700; }
.legacy-capability-copy p { height: 112px; margin: 0; overflow: hidden; font-size: 14px; line-height: 28px; text-align: justify; }
.legacy-capability-copy .legacy-more { width: 100%; }
.legacy-metrics { width: 100%; height: 310px; padding:0 12.5%; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; background:#000; color:#fff; }
.legacy-metric { position: relative; height: 310px; text-align: center; }
.legacy-metric img { width: 160px; height:160px; margin:0 auto; object-fit: contain; }
.legacy-metric-copy { position: absolute; left: 0; right: 0; top: 165px; }
.legacy-metric-copy strong { display: block; font-size: 36px; line-height: 54px; font-weight: 400; }
.legacy-metric-copy span { display: block; font-size: 16px; line-height: 30px; }
.legacy-bottom { width: 80%; height: 627px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; align-items:center; }
.legacy-product-panel > img { width: 100%; height:500px; object-fit: contain; }
.legacy-product-panel .legacy-more { width: 100%; }
.legacy-partner-panel h2 { height: 58px; margin: 0; padding-top: 2px; font-size: 20px; font-weight: 400; }
.legacy-partners { display: grid; grid-template-columns: repeat(3,1fr); column-gap: 42px; row-gap: 56px; padding: 0 21px; }
.legacy-partners img { width: 100%; aspect-ratio: 2.37; object-fit: contain; }
.legacy-footer { height:454px; padding-top:110px; color: #fff; background: #000; }
.legacy-footer-grid { width: var(--page-width); margin: 0 auto; display: grid; grid-template-columns: 5.5fr repeat(5,1.2fr); }
.legacy-footer-company h2 { margin: 0; font-size: 22px; letter-spacing: .25em; font-weight: 400; }
.legacy-footer-logo { width:96px; height:85px; margin:0 0 18px; object-fit:contain; }
.legacy-footer-company p { margin: 4px 0; font-size: 14px; }
.legacy-footer-links h3 { margin: 0 0 10px; font-size: 18px; font-weight: 400; }
.legacy-footer-links a { display: block; margin: 6px 0; font-size: 16px; }
.legacy-cert { width: 93px; height: 84px; object-fit: contain; }
.legacy-copy { width: var(--page-width); margin: 45px auto 0; padding: 18px 0; display: flex; justify-content: space-between; border-top: 1px solid #222; font-size: 12px; }
.legacy-inquiry { position:fixed; left:-340px; top:50%; z-index:40; width:340px; transform:translateY(-50%); transition:left .45s ease; }
.legacy-inquiry.is-open { left:0; }
.legacy-inquiry-panel { padding:28px 26px 24px; background:rgba(255,255,255,.98); box-shadow:0 8px 28px rgba(0,0,0,.2); }
.legacy-inquiry-head { display:flex; align-items:flex-start; justify-content:space-between; gap:16px; }
.legacy-inquiry-head span { color:var(--brand-gold); font-size:11px; font-weight:700; letter-spacing:.18em; }
.legacy-inquiry-head h2 { margin:2px 0 0; color:#222; font-size:24px; line-height:1.35; font-weight:500; }
.legacy-inquiry-close { width:38px; height:38px; padding:0; border:1px solid #ddd; border-radius:50%; color:#666; background:#fff; font-size:24px; line-height:34px; cursor:pointer; }
.legacy-inquiry-intro { margin:14px 0 18px; color:#666; font-size:13px; line-height:1.75; }
.legacy-inquiry-actions { display:grid; gap:9px; }
.legacy-inquiry-action { display:block; width:100%; min-height:58px; padding:10px 13px; border:1px solid #e4e4e4; color:#333; background:#fff; text-align:left; font:inherit; cursor:pointer; }
.legacy-inquiry-action:hover,.legacy-inquiry-action:focus-visible { border-color:var(--brand-gold); color:#7b582a; outline:none; }
.legacy-inquiry-action.is-primary { border-color:var(--brand-gold); color:#fff; background:var(--brand-gold); }
.legacy-inquiry-action span,.legacy-inquiry-action strong { display:block; }
.legacy-inquiry-action span { font-size:12px; line-height:1.5; }
.legacy-inquiry-action strong { margin-top:2px; font-size:15px; line-height:1.5; font-weight:500; overflow-wrap:anywhere; }
.legacy-copy-email { appearance:none; }
.legacy-inquiry-address { margin:16px 0 0; color:#777; font-size:12px; line-height:1.6; }
.legacy-inquiry-backdrop { display:none; }
.legacy-message { position:absolute; left:340px; top:50%; width:36px; padding:13px 8px; border:0; color:#fff; background:var(--brand-gold); transform:translateY(-50%); writing-mode:vertical-rl; letter-spacing:.14em; cursor:pointer; }
.legacy-back-top { position:fixed; right:28px; bottom:28px; z-index:35; width:44px; height:44px; border:1px solid rgba(255,255,255,.45); border-radius:50%; color:#fff; background:#b38d54; font-size:22px; opacity:0; visibility:hidden; transform:translateY(12px); transition:.3s ease; cursor:pointer; }
.legacy-back-top.is-visible { opacity:1; visibility:visible; transform:none; }
.legacy-reveal { opacity:0; transform:translateY(36px); transition:opacity .85s ease,transform .85s ease; }
.legacy-reveal.is-visible { opacity:1; transform:none; }
@keyframes legacy-hero-in { from { opacity:.25; transform:scale(1.018); } to { opacity:1; transform:scale(1); } }
@media(prefers-reduced-motion:reduce){.legacy-slide.is-active,.legacy-reveal,.legacy-inquiry,.legacy-back-top{animation:none;transition:none}}
@media(max-width:1024px){
  .legacy-container,.legacy-about-grid,.legacy-capability,.legacy-metrics,.legacy-bottom,.legacy-footer-grid,.legacy-copy { width: calc(100% - 40px); }
  .legacy-menu-button { display:block; border:0; background:none; justify-self:end; }
  .legacy-menu-button span { display:block; width:25px; height:2px; margin:5px; background:var(--brand-red); }
  .legacy-nav { grid-template-columns:1fr auto; }
  .legacy-menu { display:none; position:absolute; top:177px; left:0; right:0; height:auto; padding:15px; flex-direction:column; background:#fff; z-index:20; }
  .legacy-menu.open { display:flex; }
  .legacy-menu a { width:100%; min-height:46px; justify-content:flex-start; }
}
@media(max-width:700px){
  :root{--page-width:calc(100% - 32px)}
  body{font-size:15px;overflow-x:hidden}
  .legacy-container{width:var(--page-width)}
  .legacy-top{height:36px;position:relative}
  .legacy-top .legacy-container{height:36px;display:flex;justify-content:center}
  .legacy-top-item{display:none}
  .legacy-top-item:nth-child(2){display:flex;font-size:12px;gap:7px}
  .legacy-top-item:nth-child(2) img,.legacy-top-item:nth-child(2) span,.legacy-top-item:nth-child(2) a:first-of-type{display:none}
  .legacy-header{top:0;height:72px}
  .legacy-nav{height:72px}
  .legacy-brand,.legacy-brand img{width:64px;height:57px}
  body.mobile-menu-open{overflow:hidden}
  .mobile-menu-open .legacy-inquiry,.mobile-menu-open .legacy-back-top{visibility:hidden}
  .legacy-menu-button{position:relative;z-index:101;padding:12px;margin-right:-7px}
  .legacy-menu-button span{width:27px;margin:6px;transition:transform .2s ease,opacity .2s ease}
  .mobile-menu-open .legacy-menu-button{position:fixed;top:6px;left:4px;margin:0}
  .mobile-menu-open .legacy-menu-button span{background:#777}
  .mobile-menu-open .legacy-menu-button span:nth-child(1){transform:translateY(8px) rotate(45deg)}
  .mobile-menu-open .legacy-menu-button span:nth-child(2){opacity:0}
  .mobile-menu-open .legacy-menu-button span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
  .legacy-menu{position:fixed;inset:0;z-index:100;height:100dvh;max-height:none;padding:52px 15px 24px;gap:0;overflow-y:auto;border:0;background:#fff;box-shadow:none;align-items:stretch;justify-content:flex-start}
  .legacy-menu li{width:100%;height:auto;display:block}
  .legacy-menu a{height:52px;min-height:52px;padding:0 5px;color:#666;border-bottom:1px solid #eee;font-size:15px;font-weight:400}
  .legacy-menu a:hover,.legacy-menu a[aria-current="page"]{color:#b38d54;background:#fff;border-bottom:1px solid #eee;font-weight:400}
  .legacy-subnav-host{position:relative;width:100%;display:block}
  .legacy-subnav-host>a{position:relative;z-index:1;padding-right:70px}
  .legacy-subnav-toggle{position:absolute;top:0;right:0;z-index:2;width:64px;height:52px;display:block;border:0;border-bottom:1px solid #eee;color:#777;background:transparent;font-size:13px;cursor:pointer}
  .legacy-subnav{position:static;width:100%;max-height:0;padding:0;overflow:hidden;opacity:0;visibility:hidden;transform:none;background:#fff;transition:max-height .25s ease,opacity .2s ease}
  .legacy-subnav-host:hover .legacy-subnav,.legacy-subnav-host:focus-within .legacy-subnav{transform:none}
  .legacy-subnav-host.is-open .legacy-subnav{max-height:156px;opacity:1;visibility:visible}
  .legacy-menu .legacy-subnav a{width:100%;height:52px;padding-left:25px;color:#555;background:#fafafa;font-size:14px;font-weight:400}
  .legacy-hero{height:auto;min-height:0;max-height:none;padding-top:clamp(160px,41.536vw,190px);overflow:visible;background:#080808}
  .legacy-slide{inset:0 0 auto;height:clamp(160px,41.536vw,190px)}
  .legacy-slide.is-active{animation:none}
  .legacy-slide img{object-position:center center}
  .legacy-hero-content{position:relative;left:auto;right:auto;bottom:auto;min-height:0;padding:22px 16px 24px;display:block;border-top:2px solid var(--brand-red);background:#080808}
  .legacy-hero-copy h1{font-size:22px;line-height:1.45;letter-spacing:.04em}
  .legacy-hero-copy p{margin-top:8px;font-size:13px;line-height:1.7;letter-spacing:0}
  .legacy-hero-actions{margin-top:18px;display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .legacy-hero-actions a{min-width:0;min-height:44px;padding:8px 10px}
  .legacy-about{height:auto;padding:52px 0 46px;overflow:visible}
  .legacy-about-grid{width:var(--page-width);height:auto;display:grid;grid-template-columns:1fr;gap:26px}
  .legacy-about-copy{height:auto;overflow:visible}
  .legacy-about-copy h2{margin:0 0 22px;text-align:center;font-size:24px;line-height:1.4}
  .legacy-about-copy p{height:auto;overflow:visible;font-size:14px;line-height:1.95;text-align:left}
  .legacy-more{min-height:44px;height:auto;margin-top:18px;padding:8px 14px;font-size:14px}
  .legacy-about-image{height:260px;object-fit:contain}
  .legacy-factory-gallery{height:auto;padding:8px 0;background:#000}
  .legacy-factory-grid{width:calc(100% - 16px);height:auto;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:none;gap:8px}
  .legacy-factory-grid img{height:172px;object-fit:cover}
  .legacy-factory-grid img:nth-child(3){grid-column:1/-1;height:220px}
  .legacy-factory-wide{grid-column:1/-1;height:220px!important}
  .legacy-equipment{height:auto;min-height:0;padding:52px 0 48px;background-position:center top;background-size:auto 100%}
  .legacy-equipment-inner{width:var(--page-width);height:auto}
  .legacy-heading{font-size:24px;line-height:1.4}
  .legacy-equipment-main{height:auto;margin:30px auto 0;display:grid;grid-template-columns:1fr;background:rgba(255,255,255,.9)}
  .legacy-equipment-main img{height:235px}
  .legacy-equipment-copy{padding:22px 18px 24px}
  .legacy-equipment-copy h3{margin:0 0 10px;font-size:20px;line-height:1.5}
  .legacy-equipment-copy p{font-size:14px;line-height:2}
  .legacy-equipment-strip{height:auto;margin-top:12px;grid-template-columns:1fr 1fr;gap:10px}
  .legacy-equipment-strip img{height:135px}
  .legacy-facts{height:auto;margin:0;padding:42px 0;overflow:visible;background:#f7f7f7}
  .legacy-facts-grid{width:var(--page-width);grid-template-columns:1fr 1fr;gap:30px 12px}
  .legacy-fact{height:auto;min-height:150px}
  .legacy-fact:last-child{grid-column:1/-1}
  .legacy-fact img{width:76px;height:76px}
  .legacy-fact-text strong{font-size:27px;line-height:38px}
  .legacy-fact-text span{font-size:13px}
  .legacy-capability{width:100%;height:auto;padding:0 0 46px;display:grid;grid-template-columns:1fr}
  .legacy-capability>img{height:245px}
  .legacy-capability-copy{height:auto;margin:0;padding:30px 16px 0;overflow:visible}
  .legacy-capability-copy h2{height:auto;margin-bottom:16px;font-size:24px}
  .legacy-capability-copy p{height:auto;overflow:visible;font-size:14px;line-height:1.95;text-align:left}
  .legacy-metrics{width:100%;height:auto;padding:12px 16px 42px;grid-template-columns:1fr 1fr;gap:12px}
  .legacy-metric{height:190px}
  .legacy-metric img{width:110px;height:110px}
  .legacy-metric-copy{top:105px}
  .legacy-metric-copy strong{font-size:26px;line-height:40px}
  .legacy-metric-copy span{font-size:14px;line-height:24px}
  .legacy-bottom{width:var(--page-width);height:auto;padding:46px 0;grid-template-columns:1fr;gap:50px}
  .legacy-product-panel>img{height:300px}
  .legacy-partner-panel h2{height:auto;margin-bottom:25px;text-align:center;font-size:20px}
  .legacy-partners{grid-template-columns:repeat(2,1fr);gap:28px 30px;padding:0 12px}
  .legacy-footer{height:auto;padding:50px 0 20px}
  .legacy-footer-grid{width:var(--page-width);grid-template-columns:1fr 1fr;gap:28px 20px}
  .legacy-footer-company{grid-column:1/-1}
  .legacy-footer-company h2{font-size:18px;letter-spacing:.08em}
  .legacy-footer-company p{font-size:13px;line-height:1.7}
  .legacy-footer-links h3{font-size:15px}
  .legacy-footer-links a{font-size:14px}
  .legacy-copy{width:var(--page-width);margin:32px auto 0;display:block;line-height:2}
  body{padding-bottom:calc(56px + env(safe-area-inset-bottom))}
  body.legacy-inquiry-open{overflow:hidden}
  .legacy-inquiry{left:0;right:0;top:auto;bottom:0;width:100%;height:0;transform:none;pointer-events:none}
  .legacy-inquiry.is-open{left:0}
  .legacy-inquiry-panel{position:fixed;left:12px;right:12px;bottom:calc(68px + env(safe-area-inset-bottom));z-index:3;max-height:calc(100dvh - 92px - env(safe-area-inset-bottom));overflow-y:auto;padding:20px 18px;border-radius:12px;transform:translateY(calc(100% + 96px));transition:transform .3s ease;pointer-events:auto}
  .legacy-inquiry.is-open .legacy-inquiry-panel{transform:none}
  .legacy-inquiry-backdrop{position:fixed;inset:0;z-index:2;display:block;border:0;background:rgba(0,0,0,.48);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;pointer-events:none}
  .legacy-inquiry.is-open .legacy-inquiry-backdrop{opacity:1;visibility:visible;pointer-events:auto}
  .legacy-message{position:fixed;left:0;right:0;top:auto;bottom:0;z-index:4;width:100%;min-height:56px;padding:8px 14px calc(8px + env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,.25);box-shadow:0 -5px 18px rgba(0,0,0,.15);transform:none;writing-mode:horizontal-tb;letter-spacing:.1em;pointer-events:auto}
  .legacy-inquiry-head h2{font-size:21px}
  .legacy-inquiry-actions{grid-template-columns:1fr}
  .legacy-inquiry-action{min-height:64px}
  .legacy-inquiry-action strong{font-size:13px}
  .legacy-back-top{right:16px;bottom:calc(70px + env(safe-area-inset-bottom));width:42px;height:42px}
  .legacy-inquiry-open .legacy-back-top{opacity:0;visibility:hidden;pointer-events:none}
  .legacy-reveal{opacity:1;transform:none;transition:none}
}
