
:root{
  --primary:#1f5e96;
  --primary-2:#2f79b4;
  --primary-soft:#eef5fb;
  --ink:#17324b;
  --text:#42586c;
  --muted:#738496;
  --line:#d8e3ed;
  --bg:#f6f9fc;
  --white:#fff;
  --accent:#f29a28;
  --accent-soft:#ffb85b;
  --shadow:0 16px 40px rgba(18,56,93,.10);
  --shadow-lg:0 24px 60px rgba(15,74,124,.16);
  --radius:24px;
  --max:1360px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,"Noto Sans TC","Microsoft JhengHei",Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.7}
a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 48px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(28,89,143,.08)}
.topbar{min-height:88px;display:flex;align-items:center;gap:22px}.brand img{width:248px;max-width:24vw;min-width:190px}.desktop-nav{margin-left:auto;display:flex;gap:26px;align-items:center}.desktop-nav a{font-size:15px;font-weight:800;color:var(--ink);padding:32px 0 25px;position:relative}.desktop-nav a::after{content:"";position:absolute;left:0;right:0;bottom:17px;height:3px;background:transparent;border-radius:999px;transform:scaleX(.4);opacity:0;transition:.25s ease}.desktop-nav a:hover::after,.desktop-nav a.active::after{background:var(--accent);transform:scaleX(1);opacity:1}.nav-tools{display:flex;align-items:center;gap:12px}.lang-fixed{display:inline-flex;align-items:center;min-height:42px;padding:0 14px;border:1px solid var(--line);border-radius:12px;background:var(--white);font-size:14px;font-weight:700;color:var(--ink)}.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);font-size:22px}.mobile-panel{display:none;background:#fff;border-top:1px solid var(--line);padding:10px 24px 20px}.mobile-panel a{display:block;padding:12px 0;font-weight:800;color:var(--ink)}.mobile-panel.open{display:block}
.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--primary);font-size:12px;letter-spacing:.22em;font-weight:900;text-transform:uppercase}.eyebrow::before{content:"";width:34px;height:2px;background:var(--accent);border-radius:999px}.eyebrow.light{color:#d9e9f8}
.hero{position:relative;overflow:hidden;background:#dfeaf5}.hero-carousel{height:min(820px,calc(100vh - 88px));min-height:700px}.hero-slides,.hero-slide{position:absolute;inset:0}.hero-slide{opacity:0;visibility:hidden;transition:opacity .8s ease, visibility .8s ease;background-size:cover;background-position:center}.hero-slide.active{opacity:1;visibility:visible}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,31,52,.78) 0%,rgba(12,48,79,.56) 42%,rgba(16,59,96,.18) 76%,rgba(16,59,96,.06) 100%)}.hero-overlay.dark{background:linear-gradient(90deg,rgba(8,12,17,.82) 0%,rgba(15,21,28,.62) 42%,rgba(18,24,31,.22) 76%,rgba(18,24,31,.08) 100%)}.hero-content{position:relative;z-index:2;height:100%;display:flex;align-items:center}.hero-copy{max-width:820px;color:#fff;padding-top:34px}.hero-copy .eyebrow{color:#fff;font-size:18px;font-weight:900;letter-spacing:.14em;text-shadow:0 2px 8px rgba(0,0,0,.65);padding:0;border:0;border-radius:0;background:none;backdrop-filter:none}.hero-copy .eyebrow::before{background:#f6a33b;width:34px}.hero-copy h1{margin:14px 0 16px;max-width:800px;font-size:clamp(38px,4.6vw,64px);font-weight:800;line-height:1.12;letter-spacing:-.032em;color:#fff;text-shadow:0 3px 12px rgba(0,0,0,.78),0 1px 2px rgba(0,0,0,.72)}.hero-copy p{margin:0;max-width:1120px;font-size:19px;line-height:1.62;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.78);white-space:nowrap}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;border-radius:14px;font-weight:800;transition:.25s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 10px 24px rgba(242,154,40,.28)}.btn-outline{border:1px solid rgba(255,255,255,.44);color:#fff;background:rgba(255,255,255,.08)}.btn-outline.light{background:rgba(255,255,255,.08)}.btn-white{background:#fff;color:var(--ink)}
.hero-ui{position:relative;z-index:4;height:100%}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:54px;height:54px;border:1px solid rgba(255,255,255,.45);border-radius:999px;background:rgba(255,255,255,.12);color:#fff;font-size:44px;line-height:1;display:grid;place-items:center;cursor:pointer}.hero-prev{left:0}.hero-next{right:0}.hero-meta{position:absolute;right:0;left:auto;bottom:36px;display:flex;align-items:center;gap:20px;color:#fff;justify-content:flex-end}.hero-count{display:flex;align-items:end;gap:6px;font-weight:800}.hero-count #heroCurrent{font-size:42px;line-height:1}.hero-count .slash{opacity:.65;font-size:26px}.hero-dots{display:flex;gap:10px}.dot{width:46px;height:4px;border:0;border-radius:999px;background:rgba(255,255,255,.35);cursor:pointer}.dot.active{background:var(--accent)}
.category-strip{padding:0 0 36px;background:#fff}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);border-top:0;border-radius:0 0 26px 26px;overflow:hidden;box-shadow:0 12px 32px rgba(20,67,111,.06)}.category-card{position:relative;min-height:240px;padding:22px 22px 20px;background:#fff;border-right:1px solid var(--line);transition:.25s ease}.category-card:last-child{border-right:0}.category-card:hover{background:#f8fbfe}.category-image{height:116px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.category-image{overflow:hidden;border-radius:14px;background:#f4f7fa}.category-image img{width:100%;height:100%;max-height:none;object-fit:cover}.category-copy h3{margin:0 0 6px;color:var(--ink);font-size:19px;line-height:1.22}.category-copy p{margin:0;color:var(--muted);font-size:14px}.card-arrow{position:absolute;right:22px;bottom:18px;font-size:28px;color:var(--primary)}
.future-overview{padding:78px 0 56px;background:linear-gradient(180deg,#f5f8fc 0%,#edf4fb 100%)}.future-wrap{display:grid;grid-template-columns:1fr 1.7fr;gap:26px;align-items:start}.future-intro{background:linear-gradient(180deg,#235f97 0%,#2d79b5 100%);color:#fff;border-radius:28px;padding:36px;box-shadow:var(--shadow)}.future-intro h2{margin:14px 0;font-size:clamp(34px,4vw,58px);line-height:1.06;letter-spacing:-.04em}.future-intro p{margin:0 0 24px;color:#e2edf7}.future-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.future-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px 20px 22px;box-shadow:var(--shadow)}.future-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;color:#fff;font-weight:900;background:linear-gradient(135deg,var(--accent),var(--accent-soft));margin-bottom:18px}.future-card h3{margin:0 0 10px;color:var(--ink);font-size:24px;line-height:1.18}.future-card p{margin:0;color:var(--muted);font-size:14px}
.quality-strip{background:#fff;padding:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.quality-grid{display:grid;grid-template-columns:1.15fr repeat(4,1fr);align-items:center;gap:20px}.quality-title h2{margin:0;color:var(--ink);font-size:clamp(30px,2.6vw,42px);line-height:1.08}.quality-item{padding:14px 10px;border-left:1px solid var(--line)}.q-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;border:1px solid #bfd3e6;color:var(--primary);font-weight:900;margin-bottom:12px}.quality-item h3{margin:0 0 4px;color:var(--ink);font-size:17px}.quality-item p{margin:0;color:var(--muted);font-size:13px}
.banner-story{padding:84px 0;background:linear-gradient(135deg,#174a76 0%,#205c90 48%,#84b7df 100%)}.banner-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:34px;align-items:center}.banner-copy{color:#fff}.banner-copy h2{margin:16px 0 14px;font-size:clamp(36px,4.2vw,64px);line-height:1.06;letter-spacing:-.04em}.banner-copy p{margin:0;color:#dfeaf5}.banner-copy ul{margin:18px 0 0;padding-left:20px;color:#eef5fb}.banner-panel{display:grid;grid-template-columns:1fr 1fr;gap:16px}.banner-stat{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(8px);color:#fff;border-radius:22px;padding:26px 22px}.banner-stat strong{display:block;font-size:34px;line-height:1;margin-bottom:8px}.banner-stat span{font-size:14px;color:#e6f0fa}
.section-head{max-width:900px;margin-bottom:28px}.section-head h2{margin:12px 0;color:var(--ink);font-size:clamp(34px,4.2vw,60px);line-height:1.08;letter-spacing:-.04em}.section-head p{margin:0;color:var(--muted);font-size:17px;max-width:820px}.section-head.compact h2{font-size:clamp(28px,3vw,42px)}
.news-section{padding:40px 0 84px;background:#f4f8fc}.news-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.news-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow)}.news-date{display:inline-block;margin-bottom:12px;color:var(--primary);font-size:13px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.news-card h3{margin:0 0 12px;color:var(--ink);font-size:28px;line-height:1.18}.news-card p{margin:0;color:var(--muted)}

.feature-banner{padding:44px 0;background:linear-gradient(135deg,#163f65 0%,#1f5e96 55%,#5e9ccc 100%)}
.feature-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}.feature-copy{color:#fff}.feature-copy h2{margin:16px 0 12px;font-size:clamp(34px,4vw,56px);line-height:1.06;letter-spacing:-.04em}.feature-copy p{margin:0 0 22px;color:#dbe8f5}.feature-points{display:grid;grid-template-columns:1fr;gap:14px}.feature-point{display:grid;grid-template-columns:70px 1fr;gap:14px;align-items:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);border-radius:20px;padding:18px 20px;color:#fff;backdrop-filter:blur(8px)}.feature-point b{width:50px;height:50px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.18);font-size:18px}.feature-point span{display:block;font-size:18px;font-weight:800}.feature-point small{display:block;color:#dce8f5;font-size:13px}
.industries-section{padding:42px 0 72px;background:#fff}.compact-head{margin-bottom:22px}.head-inline{display:flex;align-items:end;justify-content:space-between;gap:20px}.head-inline h2{margin:10px 0 0;color:var(--ink);font-size:clamp(28px,3.2vw,42px);line-height:1.12}.more-link{font-weight:800;color:var(--primary);white-space:nowrap}.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.industry-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}.industry-thumb{aspect-ratio:1.45;background-size:cover;background-position:center}.industry-body{padding:18px}.industry-body h3{margin:0 0 6px;color:var(--ink);font-size:20px}.industry-body p{margin:0;color:var(--muted);font-size:14px}

.site-footer{background:#17436a;color:#d2e1ef;padding:42px 0}.footer-grid{display:grid;grid-template-columns:1.25fr .9fr .8fr .95fr;gap:30px;align-items:start}.footer-logo-card{background:#fff;border-radius:20px;padding:16px;display:inline-block;box-shadow:0 10px 28px rgba(8,29,52,.18)}.footer-logo-card img{width:100%;max-width:320px}.site-footer h3{margin:0 0 14px;color:#fff;font-size:16px;letter-spacing:.08em}.site-footer p,.site-footer a,.site-footer small{display:block;color:#d2e1ef;margin:0 0 8px;font-size:14px}
.inner-hero{padding:8px 0 42px;background:linear-gradient(180deg,#ffffff 0%,#eef5fb 100%)}
.page-banner{position:relative;overflow:hidden;border-radius:36px;min-height:270px;margin:0 0 34px;background:#d9e6f2 center/cover no-repeat;box-shadow:0 18px 46px rgba(20,56,89,.14);isolation:isolate}
.page-banner::after{content:"";position:absolute;inset:0;background:inherit;transform:scale(1.04);filter:none;z-index:0}
.page-banner-about{background-image:url('../images/page-banner-about.png');background-position:center center}
.page-banner-products{background-image:url('../images/page-banner-products.png');background-position:center center}
.page-banner-quality{background-image:url('../images/page-banner-quality.png');background-position:center center}
.page-banner-future{background-image:url('../images/page-banner-future.png');background-position:center center}
.page-banner-news{background-image:url('../images/page-banner-news.png');background-position:center center}
.page-banner-contact{background-image:url('../images/page-banner-contact.png');background-position:center center}
.page-banner-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(6,25,46,.72) 0%,rgba(9,39,67,.58) 38%,rgba(18,64,103,.22) 68%,rgba(18,64,103,.08) 100%)}
.page-banner-content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-height:270px;padding:34px 38px;color:#fff;max-width:980px;text-shadow:0 3px 16px rgba(0,0,0,.42)}
.page-banner-kicker{display:inline-flex;align-items:center;gap:10px;padding:0;border-radius:0;border:0;background:none;font-size:13px;font-weight:900;letter-spacing:.16em;color:#fff;backdrop-filter:none}
.page-banner-kicker::before{content:"";width:26px;height:2px;border-radius:999px;background:#f4ad43}
.page-banner h2{margin:18px 0 12px;max-width:920px;font-size:clamp(32px,2.8vw,48px);line-height:1.18;font-weight:900;letter-spacing:-.035em;color:#fff;text-shadow:0 3px 16px rgba(0,0,0,.52)}
.page-banner p{margin:0;max-width:920px;font-size:20px;line-height:1.65;color:#ffffff;text-shadow:none;background:none;padding:0;border-radius:0;border:0;backdrop-filter:none}
.page-banner-chips{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}
.page-banner-chips span{display:inline-flex;align-items:center;min-height:40px;padding:0 16px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);color:#fff;font-size:13px;font-weight:800;backdrop-filter:blur(8px)}
.inner-hero h1{margin:16px 0 14px;color:var(--ink);font-size:clamp(38px,4.5vw,66px);line-height:1.1;letter-spacing:-.04em;white-space:pre-line}.inner-hero p{max-width:860px;margin:0;color:var(--muted);font-size:18px}.page-section{padding:48px 0 84px}.page-section.alt{background:#f3f7fb}.page-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px}.content-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:30px;box-shadow:var(--shadow)}.content-card h2{margin:0 0 12px;color:var(--ink);font-size:30px}.content-card p{margin:0 0 12px;color:var(--text)}
.timeline{display:grid;gap:1px;background:#d9e3ee;border-radius:22px;overflow:hidden}.timeline-item{display:grid;grid-template-columns:140px 1fr;gap:24px;background:#fff;padding:24px 26px}.timeline-item b{font-size:15px;color:var(--primary);font-weight:900;letter-spacing:.08em}.timeline-item h3{margin:0 0 8px;color:var(--ink);font-size:24px}.timeline-item p{margin:0;color:var(--muted)}
.product-catalog{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.catalog-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.catalog-img{aspect-ratio:1;background:#fff;padding:24px;display:flex;align-items:center;justify-content:center}.catalog-img img{max-height:100%;width:auto;object-fit:contain}.catalog-copy{padding:22px}.catalog-copy h3{margin:0 0 6px;color:var(--ink);font-size:24px}.catalog-copy p{margin:0 0 14px;color:var(--muted)}.catalog-meta{display:flex;flex-wrap:wrap;gap:8px}.tag{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:#eef5fb;color:var(--primary);font-size:13px;font-weight:700}
.process-grid,.roadmap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process-card,.roadmap-card{border:1px solid var(--line);border-radius:24px;padding:24px;background:linear-gradient(180deg,#fff 0%,#f7fbff 100%);box-shadow:var(--shadow)}.process-card b,.year{display:inline-flex;min-height:34px;align-items:center;padding:0 12px;border-radius:999px;background:#eaf2fb;color:var(--primary);font-weight:900;font-size:13px;letter-spacing:.06em}.process-card h3,.roadmap-card h3{margin:16px 0 10px;color:var(--ink);font-size:24px;line-height:1.16}.process-card p,.roadmap-card p{margin:0;color:var(--muted);font-size:14px}
.contact-form .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:8px}.field.full{grid-column:1/-1}.field label{font-weight:800;color:var(--ink);font-size:14px}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:14px 16px;background:#fff;color:var(--ink)}.field textarea{min-height:150px;resize:vertical}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.reveal.show{opacity:1;transform:none}
@media (max-width:1200px){.brand img{width:250px}.desktop-nav{gap:20px}.future-cards,.process-grid,.roadmap-grid{grid-template-columns:repeat(2,1fr)}.product-catalog{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(3,1fr)}.category-card:nth-child(3){border-right:0}.category-card:nth-child(n+4){border-top:1px solid var(--line)}}
@media (max-width:980px){.desktop-nav{display:none}.menu-toggle{display:grid;place-items:center}.topbar{min-height:78px}.brand img{width:210px;max-width:44vw}.hero-carousel{height:680px;min-height:640px}.hero-copy{max-width:700px}.hero-copy h1{font-size:clamp(36px,6vw,52px);max-width:700px}.hero-copy p{font-size:16px;white-space:normal}.hero-arrow{display:none}.future-wrap,.banner-grid,.page-grid-2,.footer-grid,.quality-grid,.news-grid,.feature-grid{grid-template-columns:1fr}.quality-item{border-left:0;border-top:1px solid var(--line);padding-top:18px}.quality-grid{gap:0}.category-grid{grid-template-columns:repeat(2,1fr)}.category-card:nth-child(2n){border-right:0}.category-card:nth-child(n+3){border-top:1px solid var(--line)}.product-catalog{grid-template-columns:1fr 1fr}.timeline-item{grid-template-columns:1fr}.hero-meta{right:0;bottom:24px}.hero-count #heroCurrent{font-size:34px}.industry-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.container{width:min(var(--max),calc(100% - 28px))}.brand img{width:176px;min-width:150px}.lang-fixed{display:none}.hero-carousel{height:620px;min-height:600px}.hero-content{align-items:flex-end;padding-bottom:112px}.hero-copy{max-width:100%;padding-top:0}.hero-copy h1{max-width:100%;font-size:clamp(30px,7.8vw,40px);line-height:1.16}.hero-copy p{font-size:15px;white-space:normal}.btn{min-height:48px;padding:0 18px}.hero-meta{right:14px;left:auto;bottom:20px;flex-direction:column;align-items:flex-end;gap:10px}.hero-dots .dot{width:28px}.category-grid,.future-cards,.banner-panel,.product-catalog,.process-grid,.roadmap-grid,.contact-form .form-grid,.industry-grid{grid-template-columns:1fr}.category-card{border-right:0 !important;border-top:1px solid var(--line)}.category-card:first-child{border-top:0}.future-intro,.content-card,.news-card,.feature-copy,.feature-point{padding:24px}.section-head h2,.inner-hero h1,.future-intro h2,.banner-copy h2,.feature-copy h2{font-size:clamp(30px,9vw,42px)}.news-card h3,.catalog-copy h3,.content-card h2{font-size:24px}.head-inline{flex-direction:column;align-items:flex-start}.page-banner{min-height:180px;border-radius:22px;margin-bottom:24px}.page-banner-content{min-height:180px;padding:20px;max-width:100%}.page-banner-kicker{padding:0;font-size:11px;letter-spacing:.12em}.page-banner h2{margin:14px 0 10px;font-size:24px;max-width:100%}.page-banner p{display:none}.page-banner-chips{margin-top:14px;gap:8px}.page-banner-chips span{min-height:32px;padding:0 11px;font-size:11px}.inner-hero{padding:4px 0 28px}}


@media (min-width:1201px){
  .hero-copy{max-width:1040px}
  .hero-copy h1{font-size:85px !important;max-width:1120px;line-height:1.06}
  .hero-copy p{font-size:15px;max-width:1120px}
}

.products-hero{padding-bottom:34px}.product-filter{position:sticky;top:88px;z-index:40;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.product-filter-nav{display:flex;align-items:center;gap:10px;padding:12px 0}.product-filter-track{flex:1;min-width:0;overflow:hidden}.product-filter-inner{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.product-filter-inner::-webkit-scrollbar{display:none}.product-filter-arrow{display:none;width:38px;height:38px;flex:0 0 38px;border:1px solid #d4e0ec;border-radius:12px;background:#fff;color:var(--primary);font-size:18px;font-weight:900;line-height:1;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(18,56,93,.08)}.product-filter-arrow:disabled{opacity:.35}.product-filter a{white-space:nowrap;display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border-radius:999px;background:#eef5fb;color:var(--primary);font-size:13px;font-weight:800;flex:0 0 auto}.product-filter a span{display:grid;place-items:center;min-width:22px;height:22px;border-radius:999px;background:#fff;font-size:11px}.catalog-section{padding:58px 0;background:#fff}.catalog-section:nth-of-type(even){background:#f5f8fb}.catalog-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}.catalog-section-head h2{margin:8px 0 0;color:var(--ink);font-size:clamp(30px,3.4vw,48px);line-height:1.1}.product-count{font-size:14px;font-weight:800;color:var(--muted)}.product-items-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-item-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 10px 28px rgba(18,56,93,.07)}.product-item-image{position:relative;aspect-ratio:1;background:#fff;padding:18px;display:flex;align-items:center;justify-content:center}.product-item-image img{max-width:100%;max-height:100%;object-fit:contain}.image-missing{display:none;text-align:center;color:#8897a5}.image-missing b{display:block;color:var(--ink);font-size:24px;margin-bottom:6px}.image-missing span{font-size:13px}.product-item-image.missing .image-missing{display:block}.product-item-copy{padding:18px;border-top:1px solid #edf1f5}.product-model{display:inline-block;margin-bottom:6px;color:var(--primary);font-weight:900;font-size:12px;letter-spacing:.05em}.product-item-copy h3{margin:0 0 14px;color:var(--ink);font-size:17px;line-height:1.4;min-height:48px}.product-inquiry{font-size:13px;font-weight:800;color:var(--primary)}@media(max-width:1100px){.product-items-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.product-filter{top:78px}.product-filter-nav{gap:8px;padding:10px 0}.product-filter-arrow{display:flex}.product-items-grid{grid-template-columns:repeat(2,1fr)}.catalog-section{padding:40px 0}.catalog-section-head{align-items:flex-start;flex-direction:column;gap:6px}}@media(max-width:520px){.product-filter-arrow{width:34px;height:34px;flex-basis:34px;font-size:16px}.product-items-grid{grid-template-columns:1fr}.product-item-copy h3{min-height:0}}


/* Product catalog anchor + modal interactions */
.catalog-section{scroll-margin-top:168px}
.product-filter a{transition:background .2s ease,color .2s ease,transform .2s ease}
.product-filter a:hover,.product-filter a:focus-visible{background:#dbeaf7;transform:translateY(-1px)}
.product-filter a.is-active{background:var(--primary);color:#fff}
.product-filter a.is-active span{color:var(--primary)}
.product-item-image.product-open{cursor:zoom-in;overflow:hidden}
.product-item-image.product-open img{transition:transform .28s ease}
.product-item-image.product-open:hover img{transform:scale(1.04)}
.image-zoom-hint{position:absolute;left:50%;bottom:14px;transform:translate(-50%,10px);opacity:0;pointer-events:none;white-space:nowrap;background:rgba(17,50,79,.88);color:#fff;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:800;transition:.22s ease;box-shadow:0 6px 18px rgba(0,0,0,.14)}
.product-item-image.product-open:hover .image-zoom-hint,.product-item-image.product-open:focus-visible .image-zoom-hint{opacity:1;transform:translate(-50%,0)}
.product-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:28px}
.product-modal.open{display:flex}
.product-modal-backdrop{position:absolute;inset:0;background:rgba(8,24,39,.72);backdrop-filter:blur(6px)}
.product-modal-dialog{position:relative;z-index:1;width:min(1180px,calc(100vw - 56px));max-height:calc(100vh - 56px);overflow:auto;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);background:#fff;border-radius:28px;box-shadow:0 32px 90px rgba(0,0,0,.30)}
.product-modal-close{position:absolute;top:16px;right:18px;z-index:3;width:44px;height:44px;border:0;border-radius:50%;background:rgba(20,54,83,.92);color:#fff;font-size:30px;line-height:1;cursor:pointer;display:grid;place-items:center}
.product-modal-image-wrap{min-height:610px;padding:44px;background:#f6f9fc;display:flex;align-items:center;justify-content:center;border-radius:28px 0 0 28px}
.product-modal-image-wrap img{width:100%;height:100%;max-height:650px;object-fit:contain}
.product-modal-info{padding:56px 50px 46px;color:var(--text)}
.product-modal-category{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:#eaf3fb;color:var(--primary);font-size:13px;font-weight:900;margin-bottom:18px}
.product-modal-model{display:block;color:var(--primary);font-size:15px;font-weight:900;letter-spacing:.08em;margin-bottom:6px}
.product-modal-info h2{margin:0;color:var(--ink);font-size:clamp(28px,2.5vw,40px);line-height:1.2}
.product-modal-divider{height:1px;background:var(--line);margin:26px 0}
.product-modal-info h3{margin:0 0 10px;color:var(--ink);font-size:18px}
.product-modal-info p{margin:0;color:var(--muted);font-size:15px;line-height:1.8}
.product-modal-specs{margin:28px 0 0;border-top:1px solid var(--line)}
.product-modal-specs>div{display:grid;grid-template-columns:110px 1fr;gap:16px;padding:14px 0;border-bottom:1px solid var(--line)}
.product-modal-specs dt{font-size:13px;color:var(--muted);font-weight:800}.product-modal-specs dd{margin:0;color:var(--ink);font-weight:700}
.product-modal-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn-modal-secondary{border:1px solid var(--line);background:#fff;color:var(--ink);cursor:pointer}
body.modal-open{overflow:hidden}
@media(max-width:900px){.catalog-section{scroll-margin-top:154px}.product-modal-dialog{grid-template-columns:1fr;width:min(720px,calc(100vw - 28px))}.product-modal-image-wrap{min-height:360px;border-radius:28px 28px 0 0;padding:28px}.product-modal-info{padding:32px 28px}.product-modal{padding:14px}.product-modal-dialog{max-height:calc(100vh - 28px)}}
@media(max-width:520px){.catalog-section{scroll-margin-top:144px}.image-zoom-hint{opacity:1;transform:translate(-50%,0);font-size:11px}.product-modal-image-wrap{min-height:290px;padding:20px}.product-modal-info{padding:28px 20px 24px}.product-modal-specs>div{grid-template-columns:90px 1fr}.product-modal-actions .btn{width:100%}}

/* Banner copy override: keep body copy pure white and unshadowed */
.inner-hero .page-banner p{color:#fff !important;text-shadow:none !important;background:none !important;border:0 !important;box-shadow:none !important;opacity:1 !important;}


/* 強化安全／品質主題區 */
.safety-feature{position:relative;overflow:hidden;padding:64px 0;background:linear-gradient(135deg,#163f65 0%,#1f5e96 58%,#4f91c4 100%);isolation:isolate}
.safety-feature-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,36,63,.90) 0%,rgba(17,71,115,.80) 48%,rgba(27,97,148,.60) 100%),url('../images/page-banner-quality.png') center/cover no-repeat;opacity:.32;z-index:-1}
.safety-feature-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:38px;align-items:stretch}
.safety-feature-copy{color:#fff;display:flex;flex-direction:column;justify-content:center}
.safety-feature-copy h2{margin:14px 0 16px;font-size:clamp(38px,4vw,58px);line-height:1.08;letter-spacing:-.04em;color:#fff}
.safety-feature-copy>p{margin:0;max-width:760px;font-size:17px;line-height:1.75;color:#eaf3fb}
.safety-pillars{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:26px 0 28px}
.safety-pillar{display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:start;padding:16px;border-radius:18px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(6px)}
.safety-pillar b{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:rgba(255,255,255,.18);font-size:13px;color:#fff}
.safety-pillar strong{display:block;margin:1px 0 5px;font-size:17px;color:#fff}
.safety-pillar span{display:block;font-size:13px;line-height:1.5;color:#dceaf6}
.safety-feature-cards{display:grid;grid-template-columns:1fr;gap:14px}
.safety-feature-card{display:grid;grid-template-columns:170px 1fr;min-height:170px;overflow:hidden;border-radius:22px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.20);backdrop-filter:blur(8px);box-shadow:0 16px 36px rgba(3,27,51,.14)}
.safety-card-thumb{background-size:cover;background-position:center;min-height:170px}
.safety-card-copy{padding:20px 22px;color:#fff}
.safety-card-copy>span{display:inline-block;font-size:12px;font-weight:900;letter-spacing:.12em;color:#f5b04b;margin-bottom:5px}
.safety-card-copy h3{margin:0 0 8px;font-size:21px;line-height:1.25;color:#fff}
.safety-card-copy p{margin:0;font-size:13.5px;line-height:1.55;color:#e3eff8}
@media(max-width:980px){.safety-feature-grid{grid-template-columns:1fr}.safety-feature-cards{grid-template-columns:1fr 1fr 1fr}.safety-feature-card{grid-template-columns:1fr}.safety-card-thumb{min-height:130px}.safety-pillars{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.safety-feature{padding:44px 0}.safety-feature-cards,.safety-pillars{grid-template-columns:1fr}.safety-feature-card{grid-template-columns:120px 1fr}.safety-card-thumb{min-height:150px}.safety-feature-copy h2{font-size:34px}}


/* v15 quality hero redesign aligned to approved mockup */
.safety-feature{padding:44px 0 56px;background:#fff;overflow:visible}
.quality-hero-shell{position:relative;overflow:hidden;border-radius:0 34px 34px 0;background:linear-gradient(90deg,rgba(8,43,79,.96) 0%,rgba(15,70,116,.90) 47%,rgba(54,126,191,.78) 100%),url('../images/hero-2.png') center/cover no-repeat;box-shadow:0 18px 42px rgba(16,54,88,.16)}
.quality-hero-shell::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,43,79,.92) 0%,rgba(11,55,92,.82) 38%,rgba(44,116,180,.45) 72%,rgba(69,143,207,.24) 100%)}
.quality-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;gap:44px;padding:34px 34px 28px}
.quality-hero-main{display:flex;flex-direction:column;justify-content:space-between;min-height:454px;color:#fff}
.safety-feature .eyebrow.light{display:inline-flex;align-items:center;gap:14px;color:#fff;font-size:15px;font-weight:900;letter-spacing:.1em;text-shadow:none;margin-bottom:10px}
.safety-feature .eyebrow.light::before{content:"";width:46px;height:3px;background:#f0ab3c;border-radius:999px}
.quality-hero-main h2{margin:0 0 18px;font-size:clamp(56px,5vw,82px);line-height:1.02;letter-spacing:-.05em;color:#fff;text-shadow:0 3px 16px rgba(0,0,0,.18);max-width:720px}
.quality-hero-main>p{margin:0;max-width:760px;font-size:18px;line-height:1.7;color:#eef5fb}
.btn-arrow{gap:10px}.btn-arrow span{font-size:22px;line-height:1}
.quality-hero-main .btn{margin:28px 0 34px;align-self:flex-start;padding:0 26px}
.quality-hero-pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:34px;border-top:1px solid rgba(255,255,255,.18);padding-top:28px}
.quality-hero-pillar{position:relative;padding:8px 0 4px;color:#fff}
.quality-hero-pillar:not(:last-child)::after{content:"";position:absolute;top:6px;bottom:2px;right:-17px;width:1px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.30) 16%,rgba(255,255,255,.30) 84%,transparent)}
.pillar-icon{width:46px;height:46px;display:grid;place-items:center;border:2px solid rgba(255,255,255,.92);border-radius:50%;font-size:18px;font-weight:900;margin-bottom:16px;color:#fff}
.quality-hero-pillar strong{display:block;font-size:17px;line-height:1.3;margin-bottom:9px}.quality-hero-pillar span{display:block;font-size:13px;line-height:1.6;color:#dfeaf5;max-width:170px}
.quality-hero-side{display:grid;grid-template-columns:1fr;gap:18px;align-content:start;padding-top:2px}
.quality-side-card{display:grid;grid-template-columns:92px 1fr 230px;align-items:stretch;min-height:132px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.16);border-radius:28px;overflow:hidden;backdrop-filter:blur(8px);box-shadow:0 14px 30px rgba(9,41,72,.14)}
.quality-side-num{display:flex;align-items:flex-start;justify-content:center;margin:16px 0 0 18px;width:70px;height:70px;border-radius:22px;background:rgba(255,255,255,.16);font-size:24px;font-weight:900;color:#fff;padding-top:14px}
.quality-side-copy{padding:22px 14px 20px 0;color:#fff}.quality-side-copy h3{margin:0 0 12px;font-size:22px;line-height:1.2;color:#fff}.quality-side-copy p{margin:0;font-size:15px;line-height:1.65;color:#edf5fb}
.quality-side-thumb{margin:18px 18px 18px 0;border-radius:18px;background-size:cover;background-position:center}
@media (max-width:1200px){.quality-hero-grid{grid-template-columns:1fr;gap:24px}.quality-hero-main{min-height:auto}.quality-hero-main h2{font-size:clamp(48px,6vw,70px)}.quality-hero-side{grid-template-columns:1fr}.quality-side-card{grid-template-columns:92px 1fr 210px}.quality-hero-pillars{grid-template-columns:repeat(2,1fr);gap:28px 36px}.quality-hero-pillar::after{display:none}.quality-hero-pillar:nth-child(3),.quality-hero-pillar:nth-child(4){padding-top:18px;border-top:1px solid rgba(255,255,255,.18)}}
@media (max-width:760px){.safety-feature{padding:24px 0 34px}.quality-hero-shell{border-radius:24px}.quality-hero-grid{padding:24px 20px}.quality-hero-main h2{font-size:42px;max-width:100%}.quality-hero-main>p{font-size:16px}.quality-hero-pillars{grid-template-columns:1fr;gap:14px;padding-top:18px}.quality-hero-pillar{border-top:1px solid rgba(255,255,255,.18);padding:16px 0 0}.quality-hero-pillar:first-child{border-top:0;padding-top:0}.quality-hero-pillar::after{display:none}.quality-side-card{grid-template-columns:72px 1fr;min-height:auto}.quality-side-num{width:52px;height:52px;border-radius:16px;font-size:20px;padding-top:10px;margin:16px 0 0 14px}.quality-side-copy{padding:18px 16px 18px 0}.quality-side-copy h3{font-size:20px}.quality-side-copy p{font-size:14px}.quality-side-thumb{grid-column:1 / -1;margin:0 16px 16px;border-radius:16px;min-height:150px}.quality-hero-main .btn{margin:22px 0 24px}}


/* v16 UI language refinement — reduce excessive pills / ovals */
/* General buttons: controlled rounding instead of capsule feel */
.btn{border-radius:9px}
.lang-fixed{border-radius:8px}

/* About metric board: 2x2 data grid with dividers, no floating rounded cards */
.banner-panel{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  padding:20px 0;
  background:rgba(255,255,255,.07);
  border-top:1px solid rgba(255,255,255,.28);
  border-bottom:1px solid rgba(255,255,255,.28);
}
.banner-panel::before{
  content:"";
  position:absolute;
  left:0;top:-1px;
  width:72px;height:3px;
  background:var(--accent);
}
.banner-panel::after{
  content:"";
  position:absolute;
  left:50%;top:20px;bottom:20px;
  width:1px;background:rgba(255,255,255,.20);
}
.banner-stat{
  position:relative;
  min-height:138px;
  padding:28px 34px;
  background:transparent;
  border:0;
  border-radius:0;
  backdrop-filter:none;
  box-shadow:none;
}
.banner-stat:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.20)}
.banner-stat strong{font-size:40px;letter-spacing:-.03em;margin-bottom:12px}
.banner-stat span{font-size:14px;color:#e7f0f8}
.banner-stat strong::after{
  content:"";
  display:block;
  width:28px;height:2px;
  margin-top:12px;
  background:rgba(242,154,40,.95);
}

/* Page-banner chips: editorial metadata row instead of pills */
.page-banner-chips{
  display:flex;
  flex-wrap:wrap;
  gap:0;
  margin-top:20px;
  border-top:1px solid rgba(255,255,255,.28);
  padding-top:14px;
}
.page-banner-chips span{
  min-height:auto;
  padding:0 18px 0 0;
  margin-right:18px;
  border:0;
  border-right:1px solid rgba(255,255,255,.32);
  border-radius:0;
  background:transparent;
  backdrop-filter:none;
  font-size:13px;
  letter-spacing:.04em;
}
.page-banner-chips span:last-child{border-right:0;margin-right:0;padding-right:0}
.page-banner-chips span::before{content:"—";color:var(--accent);margin-right:8px}

/* Product category sticky navigation: clean tab rail, not pill bubbles */
.product-filter{background:rgba(255,255,255,.98)}
.product-filter-inner{gap:4px;padding:0;align-items:stretch}
.product-filter a{
  position:relative;
  min-height:52px;
  padding:0 14px;
  border-radius:0;
  background:transparent;
  color:#42627d;
  border-right:1px solid #e6edf3;
  font-size:13px;
  transition:.2s ease;
}
.product-filter a:first-child{border-left:1px solid #e6edf3}
.product-filter a:hover,.product-filter a.is-active{color:var(--primary);background:#f7fafc}
.product-filter a::after{
  content:"";
  position:absolute;
  left:14px;right:14px;bottom:0;
  height:3px;background:transparent;
}
.product-filter a.is-active::after,.product-filter a:hover::after{background:var(--accent)}
.product-filter a span{
  min-width:auto;height:auto;
  margin-left:2px;
  padding-left:7px;
  border-left:1px solid #cfdce7;
  border-radius:0;
  background:transparent;
  font-size:11px;color:#7990a4;
}

/* Tags: compact technical labels with square geometry */
.tag{
  min-height:30px;
  padding:0 10px;
  border-radius:5px;
  border-left:3px solid var(--primary);
  background:#eef4f8;
}
.process-card b,.year{
  min-height:30px;
  padding:0 10px;
  border-radius:4px;
  border-left:3px solid var(--accent);
  background:#edf4fa;
}
.product-modal-category{
  border-radius:5px;
  border-left:3px solid var(--accent);
  padding:7px 10px;
  min-height:auto;
}
.image-zoom-hint{border-radius:7px}

/* Quality cards: less bubbly, more engineered panel language */
.quality-side-card{border-radius:14px}
.quality-side-num{border-radius:10px}
.quality-side-thumb{border-radius:10px}
.quality-hero-shell{border-radius:0 18px 18px 0}
.safety-pillar{border-radius:10px}
.safety-pillar b{border-radius:5px}

/* Future cards and content cards: alternate corner logic */
.future-card,.roadmap-card,.process-card,.content-card,.news-card{
  border-radius:12px;
}
.future-card{border-top:3px solid #d8e6f2}
.future-card:nth-child(1){border-top-color:#f0a13a}
.future-card:nth-child(2){border-top-color:#5c96c4}
.future-card:nth-child(3){border-top-color:#76a995}
.future-card:nth-child(4){border-top-color:#7f8fb2}

/* Industry cards: retain subtle corners but feel more editorial */
.industry-card{border-radius:10px}
.industry-thumb{border-radius:0}

/* Product cards: product gallery, not pill cards */
.product-item-card,.catalog-card{border-radius:10px}
.product-item-image,.catalog-img{border-radius:0}
.category-grid{border-radius:0 0 14px 14px}
.category-image{border-radius:7px}

@media(max-width:980px){
  .banner-panel{grid-template-columns:1fr 1fr}
  .banner-stat{min-height:120px;padding:22px 24px}
  .product-filter a{min-height:48px;padding:0 12px}
  .page-banner-chips span{margin-right:12px;padding-right:12px}
}
@media(max-width:640px){
  .banner-panel{grid-template-columns:1fr}
  .banner-panel::after{display:none}
  .banner-stat{min-height:auto;padding:20px 0}
  .banner-stat:nth-child(n){border-bottom:1px solid rgba(255,255,255,.18)}
  .banner-stat:last-child{border-bottom:0}
  .page-banner-chips{gap:8px 0}
  .page-banner-chips span{width:100%;border-right:0;margin-right:0}
}


/* v18 concrete growth sequence */
.future-stage{display:block;margin:8px 0 10px;font-size:12px;line-height:1.4;font-weight:900;letter-spacing:.08em;color:#4d78a4}
.future-target{margin-top:16px;padding-top:14px;border-top:1px solid #dbe5ee;font-size:12.5px;line-height:1.55;color:#49657d;font-weight:700}
.growth-sequence .future-card{position:relative;min-height:330px}
.growth-sequence .future-card::after{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#f29a28 0%,#4d88ba 100%)}
.roadmap-period{display:block;margin:10px 0 0;font-size:12px;font-weight:900;letter-spacing:.08em;color:#6f8294}
.roadmap-goals{margin:16px 0 0;padding:14px 0 0 18px;border-top:1px solid var(--line);color:#526a80;font-size:13px;line-height:1.65}
.roadmap-goals li{margin-bottom:4px}
.growth-roadmap-grid .roadmap-card{min-height:360px}


/* v20 homepage future simplification + roadmap visual */
.compact-home-future .future-card{min-height:250px;padding-bottom:24px}
.compact-home-future .future-card p{font-size:16px;line-height:1.7;color:#5c6f82;margin-top:2px}
.compact-home-future .future-target{display:none}
.compact-home-future .future-card h3{margin-bottom:10px}
.future-visual-section{padding-top:8px}
.future-visual{margin:0;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}
.future-visual img{display:block;width:100%;height:auto}
@media (max-width:980px){.compact-home-future .future-card{min-height:auto}.compact-home-future .future-card p{font-size:15px}}
@media (max-width:640px){.future-visual{border-radius:18px}.compact-home-future .future-card p{font-size:14px}}


/* v21 global spacing and customer-facing content rhythm */
.page-section{padding:34px 0 54px}
.page-section.alt{padding-top:40px;padding-bottom:54px}
.inner-hero{padding:4px 0 28px}
.inner-hero .page-banner{margin-bottom:22px}
.section-head{margin-bottom:22px}
.future-overview{padding:50px 0 44px}
.safety-feature{padding:34px 0 42px}
.industries-section{padding:34px 0 52px}
.quality-strip{padding:20px 0}
.banner-story{padding:58px 0}
.news-section{padding:34px 0 54px}
.contact-section{padding-bottom:54px}
.catalog-section{padding:42px 0}
.future-visual-section{padding:10px 0 46px}
.future-visual-section .section-head{margin-bottom:18px}
.future-visual{margin-top:0}
.timeline-item{padding:20px 24px}
.roadmap-grid{gap:16px}
.growth-roadmap-grid .roadmap-card{min-height:0}
.roadmap-card{padding:22px}
@media(max-width:980px){
  .page-section,.page-section.alt{padding:28px 0 42px}
  .future-overview{padding:40px 0}
  .industries-section{padding:30px 0 42px}
  .banner-story{padding:46px 0}
  .news-section{padding:30px 0 44px}
  .future-visual-section{padding:8px 0 38px}
}
@media(max-width:640px){
  .page-section,.page-section.alt{padding:24px 0 34px}
  .inner-hero{padding:2px 0 22px}
  .inner-hero .page-banner{margin-bottom:18px}
  .future-overview{padding:30px 0}
  .safety-feature{padding:26px 0 32px}
  .industries-section{padding:26px 0 34px}
  .banner-story{padding:36px 0}
  .news-section{padding:26px 0 36px}
  .catalog-section{padding:30px 0}
}


/* v23 balanced desktop title flow: prefer one line, never force overflow */
@media (min-width:1180px){
  .inner-hero h1{
    white-space:normal;
    max-width:min(1180px,100%);
    font-size:clamp(40px,3vw,52px);
    line-height:1.08;
    letter-spacing:-.035em;
    text-wrap:balance;
  }
  .section-head h2,
  .head-inline h2{
    white-space:normal;
    max-width:min(1120px,100%);
    font-size:clamp(34px,2.8vw,48px);
    line-height:1.1;
    letter-spacing:-.035em;
    text-wrap:balance;
  }
  .page-banner h2{
    white-space:normal;
    max-width:min(1040px,100%);
    font-size:clamp(30px,2.1vw,38px);
    line-height:1.16;
    letter-spacing:-.03em;
    text-wrap:balance;
  }
  .future-intro h2{
    white-space:normal;
    max-width:100%;
    font-size:clamp(34px,2.55vw,44px);
    line-height:1.12;
    letter-spacing:-.035em;
    text-wrap:balance;
  }
  .banner-copy h2,
  .feature-copy h2,
  .quality-hero-main h2{
    white-space:normal;
    text-wrap:balance;
    max-width:100%;
  }
  .roadmap-card h3,
  .future-card h3,
  .news-card h3,
  .catalog-section-head h2{
    white-space:normal;
    text-wrap:balance;
    overflow-wrap:anywhere;
  }
  .future-wrap{grid-template-columns:minmax(0,.95fr) minmax(0,1.75fr)}
  .future-intro,.future-cards,.future-card{min-width:0}
}
@media (min-width:1500px){
  .inner-hero h1{font-size:50px}
  .section-head h2,.head-inline h2{font-size:46px}
  .page-banner h2{font-size:38px}
}
  .section-head h2,.head-inline h2{font-size:48px}
  .page-banner h2{font-size:38px}
}

/* prevent long headings from widening layout */
main,section,.container,.future-wrap,.page-grid-2,.banner-grid,.quality-hero-grid{min-width:0}
h1,h2,h3{overflow-wrap:break-word}


/* v24 migrated legacy news */
.news-archive-section{padding:28px 0 54px;background:#f4f8fc}
.news-archive-list{display:grid;gap:16px}
.news-archive-card{display:grid;grid-template-columns:120px 1fr 150px;gap:28px;align-items:center;background:#fff;border:1px solid var(--line);border-left:4px solid var(--primary);padding:28px 30px;box-shadow:0 10px 26px rgba(20,60,96,.07)}
.news-archive-date{display:flex;flex-direction:column;gap:4px;color:var(--primary)}
.news-archive-date strong{font-size:32px;line-height:1}.news-archive-date span{font-size:15px;font-weight:800;letter-spacing:.08em}
.news-archive-copy .news-type,.news-type{display:inline-block;margin-bottom:8px;color:var(--primary);font-size:13px;font-weight:900;letter-spacing:.12em}
.news-archive-copy h3{margin:0 0 10px;color:var(--ink);font-size:28px;line-height:1.22}
.news-archive-copy p{margin:0 0 8px;color:var(--muted);font-size:16px;line-height:1.75}
.news-archive-copy small{color:#91a0af;font-size:12px}
.news-read{justify-self:end;color:var(--primary);font-weight:900;border-bottom:2px solid var(--accent);padding-bottom:4px}
.news-detail-hero{padding:46px 0 34px;background:linear-gradient(180deg,#fff 0%,#edf4fb 100%)}
.news-detail-hero h1{margin:10px 0 10px;color:var(--ink);font-size:clamp(38px,4.4vw,64px);line-height:1.1;letter-spacing:-.04em;max-width:1100px}
.news-detail-date{color:var(--muted);font-weight:800}.news-back{display:inline-block;margin-bottom:24px;color:var(--primary);font-weight:800}
.news-detail-section{padding:40px 0 60px;background:#fff}.news-detail-article{max-width:980px;margin:auto;font-size:18px;line-height:1.9;color:var(--text)}
.news-detail-article p{margin:0 0 22px}.news-fact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);margin:30px 0}.news-fact-grid>div{background:#f8fbfe;padding:22px}.news-fact-grid span{display:block;color:var(--muted);font-size:12px;font-weight:800;margin-bottom:6px}.news-fact-grid strong{color:var(--ink);font-size:17px}
.news-original-title{margin-top:34px;padding-top:18px;border-top:1px solid var(--line);color:var(--muted);font-size:13px}
@media(max-width:800px){.news-archive-card{grid-template-columns:1fr;gap:14px;padding:22px}.news-read{justify-self:start}.news-archive-date{flex-direction:row;gap:8px;align-items:end}.news-archive-date strong{font-size:26px}.news-fact-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.news-fact-grid{grid-template-columns:1fr}.news-detail-article{font-size:16px}.news-detail-hero h1{font-size:34px}}


/* v25 mobile menu alignment */
@media (max-width:980px){
  .topbar{justify-content:space-between;gap:14px;}
  .nav-tools{margin-left:auto;justify-content:flex-end;flex:0 0 auto;}
  .menu-toggle{margin-left:0;justify-self:end;}
}


/* v26 compact future cards for tablet/mobile */
@media (max-width:980px){
  .future-overview{padding:36px 0 32px;}
  .future-wrap{gap:18px;}
  .compact-home-future{gap:12px;}
  .compact-home-future .future-card{
    display:grid;
    grid-template-columns:58px 1fr;
    grid-template-areas:
      "icon stage"
      "icon title"
      "icon text";
    column-gap:16px;
    row-gap:3px;
    min-height:0;
    padding:18px 20px;
    align-items:start;
  }
  .compact-home-future .future-icon{
    grid-area:icon;
    width:52px;
    height:52px;
    margin:0;
    border-radius:14px;
    align-self:center;
  }
  .compact-home-future .future-stage{
    grid-area:stage;
    margin:0 0 2px;
    font-size:12px;
  }
  .compact-home-future .future-card h3{
    grid-area:title;
    margin:0 0 4px;
    font-size:22px;
    line-height:1.22;
  }
  .compact-home-future .future-card p{
    grid-area:text;
    margin:0;
    font-size:14px;
    line-height:1.55;
  }
}
@media (max-width:640px){
  .future-overview{padding:28px 0 26px;}
  .future-intro{padding:22px;}
  .future-intro h2{font-size:34px;line-height:1.1;margin:10px 0 12px;}
  .future-intro p{font-size:15px;line-height:1.65;margin-bottom:18px;}
  .compact-home-future{gap:10px;}
  .compact-home-future .future-card{
    grid-template-columns:50px 1fr;
    column-gap:13px;
    padding:15px 16px;
    border-radius:12px;
  }
  .compact-home-future .future-icon{
    width:46px;
    height:46px;
    border-radius:12px;
    font-size:15px;
  }
  .compact-home-future .future-stage{font-size:11px;letter-spacing:.06em;}
  .compact-home-future .future-card h3{font-size:20px;line-height:1.18;margin-bottom:3px;}
  .compact-home-future .future-card p{font-size:13.5px;line-height:1.5;}
  .compact-home-future .future-card::after{height:3px;}
}


/* v26b tighten homepage future cards on small screens */
@media (max-width:640px){
  .future-wrap{gap:14px;}
  .compact-home-future{display:grid;grid-template-columns:1fr;gap:8px;}
  .compact-home-future .future-card{
    display:grid;
    grid-template-columns:46px minmax(0,1fr);
    grid-template-areas:"icon stage" "icon title" "icon text";
    column-gap:12px;
    row-gap:2px;
    padding:14px 15px;
    min-height:0 !important;
    height:auto;
    align-items:center;
    box-shadow:0 8px 20px rgba(18,56,93,.08);
  }
  .compact-home-future .future-icon{width:44px;height:44px;margin:0;border-radius:10px;font-size:14px;align-self:center;}
  .compact-home-future .future-stage{font-size:10.5px;line-height:1.2;margin:0;color:#4d7398;}
  .compact-home-future .future-card h3{font-size:19px;line-height:1.15;margin:1px 0 2px;}
  .compact-home-future .future-card p{font-size:13px;line-height:1.42;margin:0;}
  .future-intro{padding:20px 20px 22px;}
  .future-intro h2{font-size:30px;line-height:1.08;margin:9px 0 10px;}
  .future-intro p{font-size:14px;line-height:1.55;margin-bottom:16px;}
}

/* v27 homepage RWD layout refinement: reflow dense content blocks for mobile */
@media (max-width:640px){
  /* About / story metric board: compact 2x2 instead of tall single-column slabs */
  .banner-story{padding:28px 0 30px;}
  .banner-grid{gap:18px;}
  .banner-copy p{font-size:15px;line-height:1.7;}
  .banner-copy ul{margin:14px 0 0;padding-left:18px;font-size:14px;line-height:1.65;}
  .banner-panel{
    grid-template-columns:1fr 1fr;
    gap:0;
    padding:0;
    background:rgba(255,255,255,.08);
    border-top:1px solid rgba(255,255,255,.28);
    border-bottom:1px solid rgba(255,255,255,.28);
  }
  .banner-panel::before{top:-1px;width:56px;height:3px;}
  .banner-panel::after{display:none;}
  .banner-stat{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
    gap:8px;
    min-height:0;
    padding:18px 16px 16px;
  }
  .banner-stat:nth-child(odd){border-right:1px solid rgba(255,255,255,.18);}
  .banner-stat:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.18);}
  .banner-stat:last-child{border-bottom:0;}
  .banner-stat strong{font-size:30px;line-height:1;margin-bottom:0;}
  .banner-stat strong::after{width:22px;margin-top:8px;height:2px;}
  .banner-stat span{font-size:13px;line-height:1.45;color:#edf4fb;}

  /* Homepage quality strip: turn into compact 2-column info grid */
  .quality-strip{padding:26px 0 30px;}
  .quality-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0 0;
    align-items:start;
  }
  .quality-title{
    grid-column:1 / -1;
    padding:0 0 16px;
    margin-bottom:4px;
    border-bottom:1px solid var(--line);
  }
  .quality-title h2{font-size:clamp(28px,9vw,42px);line-height:1.08;}
  .quality-grid > .quality-item{
    border-top:0;
    border-left:0;
    padding:18px 0 16px;
    min-width:0;
  }
  .quality-grid > .quality-item:nth-child(even){
    padding-right:14px;
    border-right:1px solid var(--line);
  }
  .quality-grid > .quality-item:nth-child(odd){padding-left:14px;}
  .quality-grid > .quality-item:nth-child(n+4){
    border-top:1px solid var(--line);
    padding-top:20px;
  }
  .q-icon{width:42px;height:42px;margin-bottom:10px;}
  .quality-item h3{font-size:18px;line-height:1.25;margin:0 0 6px;}
  .quality-item p{font-size:14px;line-height:1.55;}

  /* Footer: reduce voids and organize site map into two columns */
  .site-footer{padding:30px 0 34px;}
  .footer-grid{gap:18px;}
  .footer-logo-card{padding:14px;border-radius:14px;}
  .footer-contact,.footer-map,.footer-rights{
    padding-top:14px;
    border-top:1px solid rgba(255,255,255,.14);
  }
  .footer-map{
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:16px;
    row-gap:0;
  }
  .footer-map h3{grid-column:1 / -1;}
  .site-footer h3{margin-bottom:10px;font-size:15px;}
  .site-footer p,.site-footer a,.site-footer small{font-size:15px;line-height:1.6;margin-bottom:8px;}
}

@media (max-width:420px){
  .banner-stat{padding:16px 14px 14px;}
  .banner-stat strong{font-size:27px;}
  .quality-item h3{font-size:17px;}
  .quality-item p{font-size:13.5px;}
}


/* v27 responsive content re-layout */
@media (max-width:760px){
  /* About: metrics become compact 2x2 board */
  .banner-story{padding:28px 0}
  .banner-grid{gap:22px}
  .banner-copy h2{font-size:34px;line-height:1.08;margin:10px 0 12px}
  .banner-copy p{font-size:14px;line-height:1.6}
  .banner-copy ul{font-size:14px;line-height:1.65;margin-top:14px}
  .banner-panel{grid-template-columns:repeat(2,minmax(0,1fr));padding:0;border-top:1px solid rgba(255,255,255,.22);border-bottom:0}
  .banner-panel::after{display:block;left:50%;top:0;bottom:0;background:rgba(255,255,255,.18)}
  .banner-stat{min-height:104px!important;padding:16px 14px!important;border-bottom:1px solid rgba(255,255,255,.18)!important}
  .banner-stat:nth-child(3),.banner-stat:nth-child(4){border-bottom:0!important}
  .banner-stat strong{font-size:30px;margin-bottom:6px}
  .banner-stat strong::after{width:24px;margin-top:8px}
  .banner-stat span{font-size:12px;line-height:1.35}

  /* Quality strip: title + 2x2 items */
  .quality-strip{padding:22px 0}
  .quality-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}
  .quality-title{grid-column:1/-1;padding:0 0 14px;border-bottom:1px solid var(--line)}
  .quality-title h2{font-size:30px}
  .quality-item{border-left:0!important;border-top:0!important;padding:16px 12px 14px}
  .quality-item:nth-child(2),.quality-item:nth-child(4){border-right:1px solid var(--line)!important}
  .quality-item:nth-child(2),.quality-item:nth-child(3){border-bottom:1px solid var(--line)!important}
  .q-icon{width:40px;height:40px;margin-bottom:9px}
  .quality-item h3{font-size:15px;line-height:1.25;margin-bottom:4px}
  .quality-item p{font-size:12px;line-height:1.4}

  /* Safety feature: compact card-based RWD */
  .quality-hero-shell{border-radius:18px}
  .quality-hero-grid{padding:22px 18px;gap:20px}
  .quality-hero-main h2{font-size:36px;line-height:1.06;margin-bottom:12px}
  .quality-hero-main>p{font-size:14px;line-height:1.6}
  .quality-hero-main .btn{margin:18px 0 20px;min-height:46px;padding:0 18px}
  .quality-hero-pillars{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding-top:14px}
  .quality-hero-pillar{padding:14px 12px!important;border-top:1px solid rgba(255,255,255,.18)!important;border-right:1px solid rgba(255,255,255,.18)!important}
  .quality-hero-pillar:nth-child(1),.quality-hero-pillar:nth-child(2){border-top:0!important}
  .quality-hero-pillar:nth-child(2),.quality-hero-pillar:nth-child(4){border-right:0!important}
  .pillar-icon{width:38px;height:38px;margin-bottom:8px;font-size:14px}
  .quality-hero-pillar strong{font-size:14px;margin-bottom:5px}
  .quality-hero-pillar span{font-size:11.5px;line-height:1.4;max-width:none}
  .quality-hero-side{gap:10px}
  .quality-side-card{grid-template-columns:52px minmax(0,1fr) 88px;min-height:92px;border-radius:10px}
  .quality-side-num{width:38px;height:38px;margin:12px 0 0 10px;border-radius:8px;font-size:15px;padding-top:8px}
  .quality-side-copy{padding:12px 10px 10px 0}
  .quality-side-copy h3{font-size:16px;margin-bottom:4px}
  .quality-side-copy p{font-size:11.5px;line-height:1.4}
  .quality-side-thumb{grid-column:auto;margin:10px 10px 10px 0;min-height:0;border-radius:8px}

  /* Footer: intentional mobile grid instead of long single column */
  .site-footer{padding:28px 0 24px}
  .footer-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:0 18px!important}
  .footer-brand{grid-column:1/-1;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid rgba(255,255,255,.16)}
  .footer-logo-card{padding:10px;border-radius:10px;box-shadow:none}
  .footer-logo-card img{max-width:250px}
  .footer-contact{grid-column:1/-1;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid rgba(255,255,255,.16)}
  .footer-contact p{display:inline;margin:0 14px 6px 0;font-size:12.5px;line-height:1.55}
  .footer-map,.footer-rights{min-width:0}
  .site-footer h3{font-size:14px;margin-bottom:10px}
  .footer-map{display:grid;grid-template-columns:1fr 1fr;column-gap:8px;align-content:start}
  .footer-map h3{grid-column:1/-1}
  .footer-map a{font-size:12.5px;margin-bottom:7px}
  .footer-rights p{font-size:12.5px;line-height:1.55;margin-bottom:8px}
  .footer-rights small{font-size:11px;line-height:1.45}

  /* Future cards stay compact */
  .future-wrap{gap:12px}
  .compact-home-future{gap:8px}
  .compact-home-future .future-card{padding:13px 14px!important;min-height:0!important}
}
@media (max-width:420px){
  .banner-copy h2{font-size:30px}
  .banner-stat strong{font-size:27px}
  .quality-hero-main h2{font-size:32px}
  .quality-side-card{grid-template-columns:46px minmax(0,1fr) 72px}
  .quality-side-thumb{margin:10px 8px 10px 0}
  .footer-grid{grid-template-columns:1fr!important}
  .footer-map,.footer-rights{grid-column:1/-1;padding-top:14px;border-top:1px solid rgba(255,255,255,.14)}
  .footer-rights{margin-top:12px}
}


/* v29 refined news detail hero */
.news-detail-hero{padding:34px 0 40px;background:linear-gradient(180deg,#ffffff 0%,#eef5fb 100%);border-top:1px solid #e8eef4}
.news-detail-hero .container{max-width:1360px}
.news-back{display:inline-flex;align-items:center;gap:10px;margin:0 0 28px;padding:12px 18px;border:1px solid #d8e4ef;background:#f8fbfe;color:#1d659e;font-size:15px;font-weight:800;border-radius:10px;transition:.2s ease}
.news-back:hover{transform:translateX(-2px);background:#f1f7fc}
.news-detail-hero .news-type{display:block;margin:0 0 10px;color:#2c6fa3;font-size:13px;font-weight:900;letter-spacing:.12em}
.news-detail-hero h1{margin:0 0 16px;max-width:1180px;color:#173149;font-size:clamp(42px,4.5vw,68px);line-height:1.08;letter-spacing:-.045em;font-weight:900;text-wrap:balance}
.news-detail-date{color:#728599;font-size:18px;font-weight:800;letter-spacing:.03em}
@media(max-width:980px){
  .news-detail-hero{padding:26px 0 34px}
  .news-back{margin-bottom:22px;padding:10px 15px;font-size:14px}
  .news-detail-hero h1{font-size:clamp(34px,6vw,50px);max-width:820px}
  .news-detail-date{font-size:16px}
}
@media(max-width:640px){
  .news-detail-hero{padding:18px 0 26px}
  .news-back{margin-bottom:18px;padding:9px 12px;border-radius:8px;font-size:13px}
  .news-detail-hero .news-type{font-size:12px;margin-bottom:8px}
  .news-detail-hero h1{font-size:32px;line-height:1.14;letter-spacing:-.03em;margin-bottom:12px}
  .news-detail-date{font-size:14px}
  .news-detail-section{padding:28px 0 42px}
}


/* v30 globe multilingual selector */
.language-switcher{position:relative;z-index:130;flex:0 0 auto}
.language-button{height:46px;display:inline-flex;align-items:center;gap:9px;padding:0 14px;border:1px solid #d7e3ee;border-radius:12px;background:#fff;color:var(--ink);font-weight:800;cursor:pointer;transition:.2s ease;box-shadow:0 4px 14px rgba(18,56,93,.04)}
.language-button:hover,.language-switcher.open .language-button{border-color:#9fbbd2;background:#f8fbfe}
.globe-icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.chevron-icon{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}
.language-switcher.open .chevron-icon{transform:rotate(180deg)}
.language-current{font-size:14px;white-space:nowrap}
.language-menu{position:absolute;top:calc(100% + 10px);right:0;width:210px;padding:8px;background:#fff;border:1px solid #dce6ef;border-radius:14px;box-shadow:0 18px 44px rgba(17,49,76,.16);opacity:0;visibility:hidden;transform:translateY(-6px);transition:.2s ease}
.language-switcher.open .language-menu{opacity:1;visibility:visible;transform:translateY(0)}
.language-menu button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;border:0;border-radius:9px;background:transparent;color:var(--ink);cursor:pointer;text-align:left;font-weight:750}
.language-menu button:hover,.language-menu button.active{background:#eef5fb;color:var(--primary)}
.language-menu small{font-size:11px;color:#8a9bab;font-weight:800;letter-spacing:.08em}
@media(max-width:980px){.language-button{height:44px}.language-current{font-size:13px}.language-menu{right:0}}
@media(max-width:640px){.language-button{width:44px;padding:0;justify-content:center;border-radius:12px}.language-current,.language-button .chevron-icon{display:none}.globe-icon{width:21px;height:21px}.language-menu{width:190px;right:0}.nav-tools{gap:8px}}
