
    :root{
      --green:#3f5425;
      --green-dark:#1f3013;
      --green-soft:#eef4e8;
      --orange:#e9781c;
      --orange-dark:#ab6718;
      --orange-soft:#fff2e4;
      --ink:#141414;
      --text:#3d4038;
      --muted:#72746b;
      --line:#e8e4db;
      --paper:#f7f4ed;
      --white:#fff;
      --radius:30px;
      --max:1660px;
      --shadow:0 24px 70px rgba(31,42,22,.10);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;color:var(--text);background:#fff;line-height:1.72;-webkit-font-smoothing:antialiased;}
    a{text-decoration:none;color:inherit}
    img{display:block;max-width:100%}
    p{margin:0;color:var(--muted)}
    h1,h2,h3{margin:0;color:var(--ink);line-height:1.08;letter-spacing:-.035em}
    h1{font-size:clamp(48px,5.2vw,92px);font-weight:880;max-width:980px}
    h2{font-size:clamp(34px,3.8vw,62px);font-weight:860;max-width:900px}
    h3{font-size:clamp(22px,1.55vw,28px);font-weight:840;letter-spacing:-.025em}
    .container{width:min(var(--max),calc(100% - 42px));margin:0 auto}
    .section{padding:90px 0} .section.soft{background:var(--paper)} .section.white{background:#fff}
    .eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:13px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--green)}
    .eyebrow:before{content:"";width:16px;height:16px;background:var(--orange);clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%)}
    .lead{font-size:clamp(17px,1.3vw,22px);line-height:1.75;color:#52554d;max-width:860px}
    .pill{display:inline-flex;align-items:center;border-radius:999px;border:1px solid var(--line);background:#fff;padding:7px 12px;font-size:12px;font-weight:850;color:#575950}
    .pill.orange{background:var(--orange-soft);border-color:#f4d3b0;color:var(--orange-dark)}
    .cta{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;padding:13px 22px;background:var(--green);color:#fff;font-weight:900;font-size:14px;box-shadow:0 14px 28px rgba(63,84,37,.18);white-space:nowrap}
    .cta:hover{background:var(--green-dark)}
    .cta.secondary{background:#fff;color:var(--green);border:1px solid var(--line);box-shadow:none} .cta.secondary:hover{background:var(--green-soft)}
    .link-arrow{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-weight:900} .link-arrow:after{content:"›";font-size:24px;color:var(--orange);line-height:1}

    .topbar{background:#fff;border-bottom:1px solid var(--line);font-size:13px;color:#767770}
    .topbar-inner{height:42px;display:flex;align-items:center;justify-content:space-between;gap:20px}
    .top-links{display:flex;align-items:center;gap:22px} .top-links a{font-weight:800;color:#4f514a} .top-links a:hover{color:var(--green)}
    .site-header{position:sticky;top:0;z-index:90;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(232,228,219,.9)}
    .nav{height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px}
    .logo{display:flex;align-items:center;min-width:250px}
    .logo img{height:46px;width:auto;object-fit:contain;display:block}
    .menu{display:flex;align-items:center;gap:26px;font-size:15px;font-weight:820;color:#3f403a} .menu a{position:relative;padding:8px 0} .menu a:after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:2px;background:var(--orange);transition:.25s} .menu a:hover:after{right:0} .menu a:hover{color:var(--green)}
    .mobile-btn{display:none;border:0;background:none;font-size:30px;color:var(--green)}

    .hero{padding:26px 0 10px;background:linear-gradient(180deg,#fff 0,#faf8f1 100%)}
    .hero-viewport{width:min(var(--max),calc(100% - 42px));margin:0 auto}
    .hero-shell{display:grid;grid-template-columns:minmax(340px,.96fr) minmax(0,1.04fr);gap:52px;align-items:center;min-height:760px}
    .hero-panel{padding:18px 0 110px;display:flex;align-items:center}
    .hero-content{display:grid;gap:22px;max-width:760px}
    .hero-content h1{max-width:760px;font-size:clamp(58px,5.8vw,104px);line-height:.92;letter-spacing:-.055em}
    .hero-content h1 span{color:var(--green)}
    .hero-content p{max-width:760px;color:#676961;font-size:clamp(18px,1.24vw,22px);line-height:1.82}
    .hero-badge{display:inline-flex;align-items:center;gap:10px;width:max-content;padding:8px 14px;border-radius:999px;background:#212121;color:#fff;font-size:12px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}
    .hero-badge:before{content:"";width:12px;height:12px;background:var(--orange);clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%)}
    .slogan{display:inline-flex;width:max-content;align-items:center;gap:12px;padding:10px 16px;border-radius:999px;background:var(--green-soft);color:var(--green);font-weight:950;letter-spacing:.04em}
    .hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:4px}
    .hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}

    .hero-media{position:relative;min-height:700px;display:flex;align-items:center}
    .hero-slider{position:relative;width:100%;height:100%;min-height:700px;border-radius:40px;overflow:hidden;background:#dfe5d6;box-shadow:0 24px 70px rgba(31,42,22,.14)}
    .hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .75s ease}
    .hero-slide.active{opacity:1;z-index:1}
    .hero-slide img{width:100%;height:100%;object-fit:cover;display:block}
    .hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.03) 0,rgba(17,23,11,.12) 100%)}
    .hero-overlay{position:absolute;left:-42px;bottom:56px;max-width:430px;border-radius:30px;padding:28px 28px 24px;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);box-shadow:0 28px 60px rgba(22,27,17,.13);z-index:2}
    .hero-overlay b{display:block;font-size:28px;line-height:1.12;color:var(--ink);margin-bottom:12px;letter-spacing:-.03em}
    .hero-overlay p{font-size:15px;line-height:1.75;color:#6a6d64}
    .hero-dots{position:absolute;right:20px;bottom:20px;display:flex;gap:10px;z-index:2}
    .hero-dot{width:11px;height:11px;border-radius:50%;border:0;background:rgba(255,255,255,.48);cursor:pointer;transition:.22s}
    .hero-dot.active{width:30px;border-radius:999px;background:#fff}

    .section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:44px;margin-bottom:38px} .title-stack{display:grid;gap:16px} .section-head .lead{max-width:620px;font-size:18px}
    .stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:32px;overflow:hidden} .stat{background:#fff;padding:30px 26px} .stat b{display:block;font-size:44px;line-height:1;color:var(--green);letter-spacing:-.045em} .stat em{font-style:normal;color:var(--orange)} .stat span{display:block;margin-top:8px;font-size:14px;color:#676961;font-weight:800}

    .merge-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:30px}
    .merge-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:26px;display:grid;gap:14px;box-shadow:0 12px 42px rgba(28,34,22,.05);transition:.22s}
    .merge-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
    .merge-card h3{font-size:24px}
    .merge-card p{font-size:14.5px;line-height:1.72}
    .merge-tag{display:inline-flex;width:max-content;padding:6px 11px;border-radius:999px;background:var(--green-soft);color:var(--green);font-size:12px;font-weight:900}
    .merge-card .num{font-size:30px;line-height:1;color:var(--orange);font-weight:900;letter-spacing:-.04em}
    .merge-card:nth-child(odd) .merge-tag{background:var(--orange-soft);color:var(--orange-dark)}

    .scene-layout{display:grid;grid-template-columns:300px 1fr;gap:20px;align-items:start}
    .scene-intro{background:#fff;border:1px solid var(--line);border-radius:30px;padding:28px;box-shadow:var(--shadow);display:grid;gap:18px;position:sticky;top:116px}
    .scene-intro p{font-size:15px}
    .scene-carousel{position:relative;overflow:hidden;padding:6px 0}
    .scene-track{display:flex;gap:18px;transition:transform .72s cubic-bezier(.22,.8,.22,1);will-change:transform}
    .scene-card{flex:0 0 calc((100% - 36px)/3);background:#fff;border:1px solid var(--line);border-radius:30px;overflow:hidden;display:grid;grid-template-rows:210px auto;box-shadow:0 16px 48px rgba(28,34,22,.07)}
        .scene-media{position:relative;overflow:hidden;background:var(--paper)} .scene-media img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease} .scene-card:hover .scene-media img{transform:scale(1.04)} 
    .scene-body{padding:22px;display:grid;gap:12px} .scene-body h3{font-size:clamp(20px,1.9vw,28px)} .scene-body p{font-size:clamp(13px,1vw,15px);line-height:1.66} .scene-products{display:flex;flex-wrap:wrap;gap:8px}
    .scene-floating-nav{position:absolute;inset:50% 10px auto 10px;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;z-index:3}
    .scene-btn{width:54px;height:54px;border-radius:50%;border:1px solid rgba(255,255,255,.72);background:rgba(58,82,28,.88);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;font-size:30px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 14px 36px rgba(28,34,22,.22);transition:transform .22s ease,background .22s ease;pointer-events:auto}
    .scene-btn:hover{background:rgba(47,68,20,.98);transform:translateY(-2px) scale(1.04)}
    .scene-dots{display:flex;align-items:center;justify-content:center;gap:10px;padding-top:16px}
    .scene-dot{width:34px;height:6px;border-radius:999px;background:#e7e4db;border:0;cursor:pointer;transition:.22s}
    .scene-dot.active{background:#8fa16a}

    .axis-overview{background:linear-gradient(135deg,#f5f3ec 0,#fff 100%);border:1px solid var(--line);border-radius:32px;padding:28px;display:grid;gap:20px;box-shadow:0 12px 42px rgba(28,34,22,.05);margin-bottom:20px}
    .axis-overview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
    .axis-overview-head h3{font-size:30px;color:var(--green)}
    .axis-overview-head p{max-width:760px;font-size:15px;line-height:1.75}
    .axis-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
    .axis-top{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px 18px 16px;box-shadow:0 10px 32px rgba(28,34,22,.04)}
    .axis-top b{display:block;color:var(--green);font-size:18px;margin-bottom:4px}
    .axis-top span{display:block;color:#66685f;font-size:13px;line-height:1.5}
    .axis-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
    .axis-card2{background:#fff;border:1px solid var(--line);border-radius:30px;padding:24px;display:grid;gap:16px;box-shadow:0 12px 42px rgba(28,34,22,.05);position:relative;overflow:hidden}
    .axis-card2:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:var(--green)}
    .axis-card2:nth-child(2):before,.axis-card2:nth-child(4):before{background:var(--orange)}
    .axis-header2{display:flex;align-items:center;gap:14px}
    .axis-icon2{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:22px;font-weight:900;box-shadow:0 10px 22px rgba(63,84,37,.18)}
    .axis-card2:nth-child(2) .axis-icon2,.axis-card2:nth-child(4) .axis-icon2{background:var(--orange)}
    .axis-title2{display:grid;gap:2px}
    .axis-title2 b{font-size:28px;color:var(--ink);letter-spacing:-.03em}
    .axis-title2 span{font-size:15px;color:#637355;font-weight:700}
    .axis-sub2{font-size:20px;line-height:1.34;color:var(--green-dark);font-weight:850}
    .axis-bullets2{display:grid;gap:8px;margin:0;padding-left:18px;color:#5d6058;font-size:14px}
    .axis-chip-row{display:flex;flex-wrap:wrap;gap:8px}

    .emv-carousel-wrap{display:grid;gap:22px}
    .emv-carousel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#f6f3ec 0,#fff 100%);border:1px solid var(--line);border-radius:32px;padding:26px 28px;box-shadow:0 12px 42px rgba(28,34,22,.05)}
    .emv-carousel-head h3{font-size:30px;color:var(--green);margin-bottom:10px}
    .emv-carousel-head p{max-width:860px;font-size:15px;line-height:1.75}
    .emv-nav{display:none}
    .emv-floating-nav{position:absolute;inset:50% 18px auto 18px;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;z-index:3}
    .emv-btn{width:56px;height:56px;border-radius:50%;border:1px solid rgba(255,255,255,.68);background:rgba(58,82,28,.88);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;font-size:30px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 14px 36px rgba(28,34,22,.22);transition:transform .22s ease, background .22s ease, box-shadow .22s ease;pointer-events:auto}
    .emv-btn:hover{background:rgba(47,68,20,.98);transform:translateY(-2px) scale(1.04);box-shadow:0 18px 40px rgba(28,34,22,.28)}
    .emv-btn:active{transform:translateY(0) scale(.98)}
    .emv-carousel-window{overflow:hidden;position:relative;padding:6px 0}
    .emv-track{display:flex;gap:22px;transition:transform .72s cubic-bezier(.22,.8,.22,1);will-change:transform}
    .emv-slide{flex:0 0 calc((100% - 44px)/3);background:#fff;border:1px solid var(--line);border-radius:34px;overflow:hidden;box-shadow:0 16px 44px rgba(28,34,22,.08);display:grid;grid-template-rows:auto auto}
    .emv-slide-media{background:#f5f2ea}
    .emv-slide-media img{width:100%;aspect-ratio:16/9;object-fit:cover}
    .emv-slide-body{padding:18px 22px 22px;display:grid;gap:8px}
    .emv-slide-title{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}
    .emv-slide-title b{font-size:28px;line-height:1;color:var(--ink)}
    .emv-slide-title span{font-size:14px;color:var(--green);font-weight:900;letter-spacing:.04em;text-transform:uppercase}
    .emv-slide-body p{font-size:14px;line-height:1.72;color:#656860}
    .emv-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}
    .emv-tag{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:var(--paper);border:1px solid var(--line);font-size:12px;font-weight:850;color:#5f6158}
    .emv-dots{display:flex;align-items:center;justify-content:center;gap:10px;padding-top:4px}
    .emv-dot{width:34px;height:6px;border-radius:999px;background:#e7e4db;border:0;cursor:pointer;transition:.22s}
    .emv-dot.active{background:#8fa16a}

    .products{display:grid;grid-template-columns:310px 1fr;gap:28px;align-items:start} .product-sidebar{position:sticky;top:116px;background:#fff;border:1px solid var(--line);border-radius:30px;padding:28px;box-shadow:var(--shadow)} .product-sidebar h3{font-size:28px;margin-bottom:16px} .filter-list{display:grid;gap:8px;margin-top:18px} .filter-btn{border:1px solid var(--line);background:#fff;border-radius:999px;padding:12px 16px;text-align:left;font-weight:820;color:#53544d;cursor:pointer} .filter-btn.active,.filter-btn:hover{background:var(--green);border-color:var(--green);color:#fff}
    .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px} .product-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:22px;min-height:220px;display:grid;align-content:space-between;gap:18px;transition:.22s} .product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)} .product-category{display:inline-flex;width:max-content;border-radius:999px;padding:6px 11px;background:var(--green-soft);color:var(--green);font-size:12px;font-weight:900} .product-card.medium .product-category{background:var(--orange-soft);color:var(--orange-dark)} .product-card.micro .product-category{background:#e8f2f8;color:#2d7097} .product-card.bio .product-category{background:#edf5e8;color:var(--green)} .product-name{display:grid;gap:7px} .product-name b{font-size:24px;line-height:1.1;color:var(--ink);letter-spacing:-.03em} .product-name span{font-size:13px;color:var(--muted);font-weight:750} .product-card p{font-size:14px;line-height:1.68} .product-card.hide{display:none} .card-link{display:inline-flex;margin-top:18px;font-weight:900;color:var(--green);align-items:center;gap:8px;font-size:14px}

    .case-tools{display:flex;flex-wrap:wrap;gap:10px;margin:-6px 0 24px} .case-filter{border:1px solid var(--line);background:#fff;border-radius:999px;padding:11px 16px;font-weight:820;color:#4c4f48;cursor:pointer} .case-filter.active,.case-filter:hover{background:var(--green);border-color:var(--green);color:#fff}
    .cases{display:grid;grid-template-columns:repeat(3,1fr);gap:18px} .case-card{background:#fff;border:1px solid var(--line);border-radius:30px;overflow:hidden;transition:.24s} .case-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)} .case-card.hide{display:none} .case-img{height:220px;background:var(--paper);overflow:hidden} .case-img img{width:100%;height:100%;object-fit:cover} .case-body{padding:24px} .case-meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px} .chip{border-radius:999px;background:var(--paper);border:1px solid var(--line);padding:5px 10px;font-size:12px;font-weight:850;color:#66685f} .case-body h3{font-size:28px;margin-bottom:12px} .case-body p{font-size:14.5px}

    .media-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px} .media-card{background:#fff;border:1px solid var(--line);border-radius:30px;padding:30px;box-shadow:0 12px 42px rgba(28,34,22,.05)} .media-card h3{font-size:30px;margin-bottom:14px} .media-card ul{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:14px} .media-card li{display:flex;justify-content:space-between;gap:12px;padding:14px 0;border-top:1px solid var(--line);font-weight:800;color:#272824} .media-card span{font-size:12px;color:var(--green);letter-spacing:.12em;text-transform:uppercase}

    .contact-wrap{display:grid;grid-template-columns:.95fr 1.05fr;gap:30px;align-items:start} .contact-card{background:var(--green-dark);color:#fff;border-radius:34px;padding:40px;position:relative;overflow:hidden;box-shadow:var(--shadow)} .contact-card:after{content:"";position:absolute;width:320px;height:320px;right:-120px;top:-90px;background:rgba(233,120,28,.22);clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%)} .contact-card h3{color:#fff;font-size:36px;margin-bottom:16px} .contact-card p{color:rgba(255,255,255,.76)} .contact-info{display:grid;gap:12px;margin-top:30px;position:relative;z-index:1} .contact-info a,.contact-info span{display:block;color:#fff;font-weight:800} .contact-actions{margin-top:28px;display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}

    footer{background:#151515;color:rgba(255,255,255,.65);padding:52px 0 30px} .footer-grid{display:grid;grid-template-columns:1.3fr 4fr;gap:28px}
#js-footer-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:28px} .footer-logo-wrap{display:grid;gap:18px} .footer-logo-badge{background:#fff;border-radius:18px;padding:16px 18px;width:max-content;max-width:100%} .footer-logo-badge img{height:54px;width:auto;display:block} .footer-logo-wrap p{color:rgba(255,255,255,.58);max-width:420px} .footer-col b{display:block;color:#fff;margin-bottom:14px} .footer-col a,.footer-col span{display:block;color:rgba(255,255,255,.58);font-size:14px;margin:8px 0} .footer-bottom{border-top:1px solid rgba(255,255,255,.11);margin-top:38px;padding-top:22px;font-size:12px;color:rgba(255,255,255,.38);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}

    .fade{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease} .fade.show{opacity:1;transform:translateY(0)}

    @media (max-width:1380px){
      .scene-layout,.contact-wrap{grid-template-columns:1fr}
      .hero-shell{grid-template-columns:1fr;gap:28px;min-height:auto}
      .hero-panel{padding:12px 0 0}
      .hero-content{max-width:none}
      .hero-media{min-height:620px}
      .hero-slider{min-height:620px}
      .hero-overlay{left:22px;bottom:22px;max-width:440px}
      .scene-intro,.product-sidebar{position:static}
      .scene-card{flex-basis:calc((100% - 18px)/2)}
            .merge-grid{grid-template-columns:repeat(3,1fr)}
      .axis-overview-head{display:grid}
      .axis-strip{grid-template-columns:repeat(2,1fr)}
      .axis-grid,.product-grid{grid-template-columns:repeat(2,1fr)}
      .emv-slide{flex-basis:calc((100% - 22px)/2)}
      .emv-carousel-head{align-items:flex-start;display:grid}
    }
    @media (max-width:1120px){
      .menu,.nav>.cta{display:none} .mobile-btn{display:block} .mobile-open .menu{display:flex;position:absolute;left:20px;right:20px;top:120px;background:#fff;border:1px solid var(--line);border-radius:26px;padding:22px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}
      .stats,.merge-grid,.axis-strip,.axis-grid,.product-grid,.cases,.media-grid{grid-template-columns:repeat(2,1fr)}
      .scene-card{flex-basis:calc((100% - 18px)/2)}
      .emv-slide{flex-basis:calc((100% - 22px)/2)}
      .products{grid-template-columns:1fr}
      .section-head{display:grid}
      .footer-grid{grid-template-columns:1fr}
#js-footer-cols{grid-template-columns:repeat(2,1fr)}
      .hero{padding-top:18px}
      .hero-viewport{width:min(var(--max),calc(100% - 32px))}
      .hero-content h1{font-size:clamp(48px,7vw,72px)}
      .hero-content p{font-size:17px}
      .hero-media{min-height:520px}
      .hero-slider{min-height:520px}
      .hero-overlay{left:18px;right:18px;bottom:18px;max-width:none}
    }
    @media (max-width:720px){
      .container{width:min(var(--max),calc(100% - 24px))} .topbar{display:none} .nav{height:78px} .logo img{height:46px}
      .section{padding:68px 0}
      .stats,.merge-grid,.axis-strip,.axis-grid,.product-grid,.cases,.media-grid,.footer-grid{grid-template-columns:1fr}
#js-footer-cols{grid-template-columns:1fr}
      .scene-card{flex-basis:100%;grid-template-rows:190px auto}
      .scene-btn{width:46px;height:46px;font-size:24px}
      .emv-slide{flex-basis:100%}
      .emv-slide-title{display:grid}
      .emv-slide-title b{font-size:24px}
      .emv-carousel-head{padding:22px}
      .emv-floating-nav{left:10px;right:10px}
      .emv-btn{width:46px;height:46px;font-size:24px}
      .hero{padding-top:12px}
      .hero-viewport{width:min(var(--max),calc(100% - 24px))}
      .hero-shell{gap:22px}
      .hero-panel{padding:0}
      .hero-content h1{font-size:42px;max-width:none}
      .hero-content p{font-size:15px;max-width:none}
      .hero-actions{gap:10px}
      .hero-media{min-height:auto}
      .hero-slider{min-height:360px;border-radius:28px}
      .hero-overlay{position:static;margin-top:14px;border-radius:24px;padding:22px}
      .hero-overlay b{font-size:24px}
      .hero-dots{right:16px;bottom:16px}
      .product-sidebar,.scene-intro,.contact-card{padding:24px}
      .footer-grid{gap:24px}
    }
  
    .scene-carousel-wrap{display:grid;gap:22px}
    .scene-carousel-head{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#fff 0,#f8f5ee 100%);border:1px solid var(--line);border-radius:32px;padding:24px 28px;box-shadow:0 12px 42px rgba(28,34,22,.05)}
    .scene-carousel-head h3{font-size:clamp(22px,2.2vw,30px);color:var(--green);margin-bottom:8px}
    .scene-carousel-head p{max-width:860px;font-size:clamp(13px,1.05vw,15px);line-height:1.75}
    .scene-carousel-window{position:relative;overflow:hidden;padding:6px 0}
    .scene-track{display:flex;gap:20px;transition:transform .72s cubic-bezier(.22,.8,.22,1);will-change:transform}
    .scene-slide{flex:0 0 calc((100% - 40px)/3);background:#fff;border:1px solid var(--line);border-radius:34px;overflow:hidden;box-shadow:0 16px 44px rgba(28,34,22,.08);display:grid;grid-template-rows:auto auto}
    .scene-slide .scene-media{aspect-ratio:1920/1455}
    .scene-slide .scene-body{min-height:230px}
    .scene-floating-nav{position:absolute;inset:50% 18px auto 18px;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;z-index:3}
    .scene-btn{width:56px;height:56px;border-radius:50%;border:1px solid rgba(255,255,255,.68);background:rgba(58,82,28,.88);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;font-size:30px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 14px 36px rgba(28,34,22,.22);transition:transform .22s ease,background .22s ease,box-shadow .22s ease;pointer-events:auto}
    .scene-btn:hover{background:rgba(47,68,20,.98);transform:translateY(-2px) scale(1.04);box-shadow:0 18px 40px rgba(28,34,22,.28)}
    .scene-dots{display:flex;align-items:center;justify-content:center;gap:10px;padding-top:4px}
    .scene-dot{width:34px;height:6px;border:0;border-radius:999px;background:#e7e4db;cursor:pointer;transition:.22s}
    .scene-dot.active{background:#8fa16a}
    @media (max-width:1120px){.scene-slide{flex-basis:calc((100% - 20px)/2)}}
    @media (max-width:720px){.scene-slide{flex-basis:100%}.scene-carousel-head{display:grid;padding:22px}.scene-floating-nav{left:10px;right:10px}.scene-btn{width:46px;height:46px;font-size:24px}}

  
.footer-icp{margin-top:22px;padding-bottom:8px;text-align:center;font-size:12px;color:rgba(255,255,255,.38)}
.footer-icp a{color:inherit;text-decoration:none;transition:color .3s}
.footer-icp a:hover{color:rgba(255,255,255,.7)}

/* ==========================================================================
   文字字号覆盖层（由后台「设置 → 字体字号」控制）
   键名与 app.js 的 TYPO_KEYS / site.json 的 site.typo 一一对应。
   留空（未设置自定义值）时，回退到各规则自带的默认大小，行为与原样式一致。
   ========================================================================== */

/* --- 导航 / 站标 --- */
.topbar{font-size:var(--ty-topbar,13px)}
.top-links{font-size:var(--ty-topbar,13px)}
.menu{font-size:var(--ty-menu,15px)}
.logo-cn{font-size:var(--ty-logo,22px)}
.logo-en{font-size:var(--ty-logoEn,11px)}

/* --- 首页 Hero --- */
.hero-content h1{font-size:var(--ty-heroTitle,clamp(58px,5.8vw,104px))}
.hero-overlay b{font-size:var(--ty-heroTitle,28px)}
.hero-content p{font-size:var(--ty-heroDesc,clamp(18px,1.24vw,22px))}
.hero-overlay p{font-size:var(--ty-heroDesc,15px)}
.hero-badge{font-size:var(--ty-heroBadge,12px)}

/* --- 板块标题体系 --- */
.eyebrow{font-size:var(--ty-eyebrow,13px)}
h2{font-size:var(--ty-sectionTitle,clamp(34px,3.8vw,62px))}
.lead{font-size:var(--ty-lead,clamp(17px,1.3vw,22px))}
.section-head .lead{font-size:var(--ty-lead,18px)}
.scene-carousel-head h3,.emv-carousel-head h3{font-size:var(--ty-cardTitle,clamp(22px,2.2vw,30px))}

/* --- 卡片标题（h3 族）--- */
.merge-card h3{font-size:var(--ty-cardTitle,24px)}
.scene-body h3{font-size:var(--ty-cardTitle,clamp(20px,1.9vw,28px))}
.case-body h3{font-size:var(--ty-cardTitle,28px)}
.media-card h3{font-size:var(--ty-cardTitle,30px)}
.product-sidebar h3{font-size:var(--ty-cardTitle,28px)}
.contact-card h3{font-size:var(--ty-cardTitle,36px)}
.axis-title2 b{font-size:var(--ty-cardTitle,28px)}
.emv-slide-title b{font-size:var(--ty-cardTitle,28px)}

/* --- 卡片描述文字 --- */
.merge-card p{font-size:var(--ty-cardDesc,14.5px)}
.scene-body p{font-size:var(--ty-cardDesc,clamp(13px,1vw,15px))}
.case-body p{font-size:var(--ty-cardDesc,14.5px)}
.media-card p{font-size:var(--ty-cardDesc,14px)}
.product-card p{font-size:var(--ty-cardDesc,14px)}
.axis-overview-head p{font-size:var(--ty-cardDesc,15px)}
.scene-carousel-head p,.emv-carousel-head p{font-size:var(--ty-cardDesc,clamp(13px,1.05vw,15px))}

/* --- 产品卡片 / 标签 / 数据 --- */
.product-name b{font-size:var(--ty-cardName,24px)}
.product-name span{font-size:var(--ty-cardNameEn,13px)}
.pill,.product-category,.chip,.emv-tag,.merge-tag{font-size:var(--ty-tag,12px)}
.stat b{font-size:var(--ty-statNum,44px)}
.stat span{font-size:var(--ty-statLabel,14px)}

/* --- 按钮 / 链接 / 页脚 --- */
.cta{font-size:var(--ty-cta,14px)}
.card-link{font-size:var(--ty-cta,14px)}
.footer-logo-wrap p{font-size:var(--ty-footer,14px)}
.footer-col a,.footer-col span{font-size:var(--ty-footerLink,14px)}
.footer-bottom{font-size:var(--ty-footerNote,12px)}
.footer-icp{font-size:var(--ty-footerNote,12px)}

/* --- 响应式复刻：未设置自定义字号时保持原有平板 / 手机缩放 --- */
@media (max-width:1120px){
  .hero-content h1{font-size:var(--ty-heroTitle,clamp(48px,7vw,72px))}
  .hero-content p{font-size:var(--ty-heroDesc,17px)}
}
@media (max-width:720px){
  .hero-content h1{font-size:var(--ty-heroTitle,42px)}
  .hero-content p{font-size:var(--ty-heroDesc,15px)}
  .hero-overlay b{font-size:var(--ty-heroTitle,24px)}
  .emv-slide-title b{font-size:var(--ty-cardTitle,24px)}
}
