:root{--green: #029a47;--green-dark: #006d35;--green-soft: #e7f6ee;--red: #d6000f;--text: #14251d;--muted: #65736d;--line: #dfe8e3;--surface: #ffffff;--surface-soft: #f5f8f6;--shadow: 0 22px 70px rgba(18, 51, 35, .12);--radius-lg: 30px;--radius-md: 20px;--radius-sm: 14px;color:var(--text);font-family:Microsoft YaHei,PingFang SC,Noto Sans SC,Arial,sans-serif;line-height:1.6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 10% 10%,rgba(2,154,71,.08),transparent 26rem),linear-gradient(180deg,#fff,#f7faf8 52%,#fff)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea{font:inherit}.site-shell{min-height:100vh;overflow-x:hidden;padding-bottom:0}.site-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:28px;width:min(1180px,calc(100% - 40px));margin:18px auto 0;padding:14px 16px 14px 22px;border:1px solid rgba(223,232,227,.9);border-radius:999px;background:#ffffffe6;box-shadow:0 10px 32px #14251d14;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center}.brand img{width:176px;max-height:45px;object-fit:contain}.site-nav{display:flex;justify-content:center;gap:4px}.site-nav a{border-radius:999px;color:#35443e;font-size:15px;font-weight:700;padding:10px 15px;transition:background .18s ease,color .18s ease}.site-nav a:hover{background:var(--green-soft);color:var(--green-dark)}.header-cta,.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:0;border-radius:999px;cursor:pointer;font-size:15px;font-weight:800;letter-spacing:.02em;padding:0 22px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.header-actions{display:inline-flex;align-items:center;gap:10px}.language-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--green-dark);cursor:pointer;font-size:14px;font-weight:900;padding:0 16px;transition:background .18s ease,color .18s ease,transform .18s ease}.language-toggle:hover{background:var(--green-soft);transform:translateY(-1px)}.header-cta,.button.primary{background:var(--green);color:#fff;box-shadow:0 14px 30px #029a473d}.button.secondary{background:#fff;color:var(--green-dark);border:1px solid var(--line)}.header-cta:hover,.button:hover{transform:translateY(-2px)}.menu-button{display:none;width:46px;height:46px;border:0;border-radius:50%;background:var(--surface-soft);color:var(--text)}.menu-button span{display:block;width:18px;height:2px;margin:4px auto;background:currentColor;border-radius:2px}.hero-section{position:relative;display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:center;gap:58px;width:min(1180px,calc(100% - 40px));min-height:610px;margin:0 auto;padding:58px 0 54px}.hero-section:before{position:absolute;inset:72px auto auto -70px;width:260px;height:260px;border:1px solid rgba(2,154,71,.18);border-radius:50%;content:""}.hero-content{position:relative;z-index:1}.hero-content h1{margin:0;color:#10231a;font-size:clamp(42px,5.4vw,68px);font-weight:900;letter-spacing:-.07em;line-height:1.04}.hero-content p{max-width:560px;margin:26px 0 0;color:var(--muted);font-size:19px;line-height:1.85}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.hero-visual{position:relative;min-height:470px}.hero-visual:before{position:absolute;top:26px;right:-18px;bottom:26px;left:42px;border-radius:42px;background:linear-gradient(135deg,#029a471f,#d6000f0f),repeating-linear-gradient(135deg,rgba(2,154,71,.16) 0 1px,transparent 1px 18px);content:""}.hero-visual img{position:absolute;top:0;right:0;bottom:0;left:0;width:92%;height:430px;margin:30px 0 0 auto;border:10px solid #ffffff;border-radius:38px;box-shadow:var(--shadow);object-fit:cover}.hero-card{position:absolute;display:grid;gap:4px;max-width:250px;padding:18px 20px;border:1px solid rgba(223,232,227,.85);border-radius:22px;background:#ffffffeb;box-shadow:0 18px 50px #14251d1f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero-card strong{font-size:18px}.hero-card span{color:var(--muted);font-size:14px}.card-top{top:78px;left:0}.card-bottom{right:14px;bottom:38px}.section{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:70px 0}.section-heading{display:grid;gap:8px;max-width:620px;margin-bottom:34px}.section-heading span,.scene-copy>span,.about-copy>span,.contact-card span{color:var(--red);font-size:13px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.section-heading h2,.scene-copy h2,.about-copy h2,.contact-card h2{margin:0;color:#10231a;font-size:clamp(30px,4vw,48px);line-height:1.14}.scene-copy h2>span,.about-copy h2>span{display:block}.about-copy h2{font-size:clamp(34px,3.35vw,54px);letter-spacing:-.055em;text-wrap:balance}.section-heading p,.scene-copy p,.about-copy p,.contact-card p{margin:0;color:var(--muted);font-size:17px}.category-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.category-tabs button{min-height:44px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#40504a;cursor:pointer;font-weight:800;padding:0 18px}.category-tabs button.is-active{border-color:var(--green);background:var(--green);color:#fff}.product-category-summary{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-bottom:18px;border:1px solid var(--line);border-radius:24px;background:radial-gradient(circle at 16% 0%,rgba(2,154,71,.09),transparent 20rem),#fff;padding:24px 26px}.product-category-summary h3{margin:0;font-size:30px;line-height:1.15}.product-category-summary p{margin:8px 0 0;color:var(--muted);font-size:17px}.product-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.product-card{display:flex;min-height:330px;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 10px 28px #14251d0f;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.product-card:hover{border-color:#029a4773;box-shadow:0 18px 44px #14251d1f;transform:translateY(-3px)}.product-card img{width:100%;height:172px;background:var(--surface-soft);object-fit:cover}.product-card div{flex:1;padding:18px 18px 10px}.product-card h3{margin:0 0 8px;color:#10231a;font-size:20px;line-height:1.25}.product-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.75}.product-card a{display:inline-flex;align-self:flex-start;margin:0 18px 18px;color:var(--green-dark);font-size:14px;font-weight:900}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:18px}.category-card{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 10px 28px #14251d0f;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.category-card:hover{border-color:#029a4773;box-shadow:0 18px 44px #14251d1f;transform:translateY(-3px)}.category-card img{width:100%;height:150px;object-fit:cover}.category-card div{padding:18px}.category-card h3{margin:0 0 8px;font-size:20px}.category-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.75}.scene-section{position:relative;display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);gap:40px;align-items:center;overflow:hidden;width:min(1180px,calc(100% - 40px));border-radius:38px;background:radial-gradient(circle at 88% 12%,rgba(255,255,255,.22),transparent 18rem),linear-gradient(135deg,#113328,#04743c 48%,#72ad6f);color:#fff;padding:60px}.scene-section:before{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:42px 42px;content:"";-webkit-mask-image:linear-gradient(90deg,transparent,#000 22%,#000 78%,transparent);mask-image:linear-gradient(90deg,transparent,#000 22%,#000 78%,transparent)}.scene-section:after{position:absolute;right:48px;bottom:-44px;color:#ffffff14;content:"ESD";font-family:Arial,Helvetica,sans-serif;font-size:180px;font-weight:900;letter-spacing:-.08em;line-height:1}.scene-copy,.scene-grid{position:relative;z-index:1}.scene-copy h2,.scene-copy p,.scene-copy span{color:#fff}.scene-copy>span{display:inline-flex;align-items:center;gap:10px}.scene-copy>span:after{display:inline-block;width:46px;height:2px;background:var(--red);content:""}.scene-copy p{opacity:.82}.scene-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.scene-card{position:relative;display:flex;min-height:172px;flex-direction:column;justify-content:space-between;overflow:hidden;border:1px solid rgba(255,255,255,.22);border-radius:24px;background:linear-gradient(135deg,#ffffff2e,#ffffff14);box-shadow:inset 0 1px #ffffff2e;padding:22px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.scene-card:before{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#081f1638,#081f16c7),var(--scene-image) center / cover;content:"";transform:scale(1.02);transition:transform .22s ease,filter .22s ease}.scene-card:after{position:absolute;right:22px;bottom:18px;z-index:1;width:34px;height:3px;border-radius:999px;background:#d6000fd9;content:""}.scene-card:hover:before{filter:saturate(1.08);transform:scale(1.07)}.scene-card span{position:relative;z-index:1;display:block;color:#ffffffa6;font-weight:900}.scene-card div{position:relative;z-index:1;padding-right:22px}.scene-card strong{display:block;font-size:24px}.scene-card em{display:block;margin-top:8px;color:#ffffffc7;font-size:13px;font-style:normal;line-height:1.55}.about-section{display:grid;grid-template-columns:minmax(320px,.92fr) minmax(0,1.08fr);gap:46px;align-items:center}.about-media img{width:100%;min-height:510px;border-radius:34px;box-shadow:var(--shadow);object-fit:cover}.about-text-block{display:grid;gap:12px;margin-top:18px}.about-text-block p{margin:0;font-size:17px;line-height:1.9;color:var(--muted)}.about-text-block p:nth-last-child(-n+3){color:#394941;font-size:16px;line-height:1.8}.strength-list{display:grid;gap:14px;margin-top:24px}.strength-list article{border:1px solid var(--line);border-radius:20px;background:#fff;padding:18px 20px}.strength-list h3{margin:0 0 6px;color:var(--green-dark);font-size:18px}.strength-list p{margin:0;font-size:15px}.contact-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:24px;align-items:stretch;padding-bottom:96px}.contact-card,.quote-form{border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow);padding:34px}.contact-card{display:flex;flex-direction:column;justify-content:space-between;gap:28px;background:linear-gradient(180deg,#e7f6eed9,#fff),#fff}.contact-info{display:grid;gap:12px}.contact-info a,.contact-info p{margin:0;border-radius:16px;background:#ffffffd1;color:#24342e;font-weight:700;padding:14px 16px}.quote-form{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.quote-form label{display:grid;gap:8px}.quote-form label.full{grid-column:1 / -1}.quote-form span{color:#2a3b34;font-size:14px;font-weight:800}.quote-form input,.quote-form textarea{width:100%;border:1px solid var(--line);border-radius:16px;background:#fbfdfc;color:var(--text);outline:none;padding:13px 14px}.quote-form input:focus,.quote-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 4px #029a471a}.quote-form button{justify-self:start}.form-note{align-self:center;margin:0;color:var(--green-dark);font-size:14px;font-weight:700}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;width:min(1180px,calc(100% - 40px));margin:0 auto 24px;border-top:1px solid var(--line);color:var(--muted);padding:28px 0 0}.product-page{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:58px 0 96px}.back-link{display:inline-flex;align-items:center;min-height:42px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--green-dark);font-size:14px;font-weight:900;padding:0 16px}.product-page-hero{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);gap:34px;align-items:center;margin-top:28px;border:1px solid var(--line);border-radius:36px;background:radial-gradient(circle at 18% 12%,rgba(2,154,71,.1),transparent 20rem),#fff;box-shadow:var(--shadow);padding:38px}.product-page-hero span{color:var(--red);font-size:13px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.product-page-hero h1{margin:10px 0 12px;color:#10231a;font-size:clamp(38px,5vw,64px);letter-spacing:-.06em;line-height:1.06}.product-page-hero p{max-width:620px;margin:0;color:var(--muted);font-size:18px}.product-page-hero img{width:100%;height:360px;border-radius:26px;object-fit:cover}.product-page-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:22px}.product-tools{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(0,1.4fr);gap:14px;align-items:start;margin-top:18px}.product-search{display:grid;gap:8px}.product-search span{color:#2a3b34;font-size:13px;font-weight:900}.product-search input{width:100%;min-height:48px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--text);outline:none;padding:0 18px}.product-search input:focus{border-color:var(--green);box-shadow:0 0 0 4px #029a471a}.product-filter-tabs{display:flex;flex-wrap:wrap;gap:8px;padding-top:23px}.product-filter-tabs button,.product-page-toolbar button{border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--green-dark);cursor:pointer;font-size:13px;font-weight:900;min-height:38px;padding:0 14px;transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.product-filter-tabs button:hover,.product-filter-tabs button.is-active,.product-page-toolbar button:hover{background:var(--green);color:#fff;box-shadow:0 12px 24px #029a4733;transform:translateY(-1px)}.product-page-toolbar{display:flex;align-items:center;gap:10px;justify-content:flex-end;margin-top:18px}.product-page-toolbar p{margin:0;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:14px;font-weight:800;padding:8px 14px}.product-item-card{display:flex;min-height:330px;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 12px 34px #14251d12}.product-image-button{position:relative;display:block;overflow:hidden;width:100%;border:0;background:var(--surface-soft);cursor:pointer;padding:0;text-align:left}.product-item-card img{width:100%;height:210px;background:var(--surface-soft);object-fit:contain}.product-spec-overlay{position:absolute;inset:auto 12px 12px;display:grid;gap:4px;max-height:calc(100% - 24px);overflow:hidden;border-radius:16px;background:#092318db;color:#fff;opacity:0;padding:12px;transform:translateY(8px);transition:opacity .16s ease,transform .16s ease}.product-image-button:hover .product-spec-overlay,.product-image-button:focus-visible .product-spec-overlay{opacity:1;transform:translateY(0)}.product-spec-overlay strong{font-size:13px}.product-spec-overlay span{font-size:12px;line-height:1.45}.product-series-mark{display:flex;min-height:180px;align-items:flex-end;background:radial-gradient(circle at 18% 18%,rgba(2,154,71,.12),transparent 9rem),linear-gradient(135deg,#f7fbf8,#fff);padding:20px 22px}.product-series-mark span{color:var(--green-dark);font-size:14px;font-weight:900;letter-spacing:.06em}.product-item-card.no-photo{min-height:310px}.product-item-card.no-photo .product-series-mark{min-height:110px}.product-item-card>div:not(.product-series-mark){flex:1;padding:20px 22px 10px}.product-card-body{display:flex;flex-direction:column;gap:10px}.product-series-badge{align-self:flex-start;border-radius:999px;background:var(--green-soft);color:var(--green-dark);font-size:12px;font-weight:900;padding:5px 9px}.product-item-card h2{margin:0;color:#10231a;font-size:22px;line-height:1.25}.product-item-card p{margin:12px 0 22px;color:var(--muted);font-size:15px}.product-card-action{align-self:flex-start;margin-top:auto;border:0;border-radius:999px;background:transparent;color:var(--green-dark);cursor:pointer;font-size:14px;font-weight:900;padding:0}.product-card-action:hover{color:var(--green)}.product-card-action:disabled{color:var(--muted);cursor:default}.product-no-results{margin-top:22px;border:1px dashed rgba(2,154,71,.32);border-radius:26px;background:linear-gradient(135deg,#e7f6eed9,#fff);color:#1d3a2d;padding:28px}.product-no-results strong{display:block;margin-bottom:6px;font-size:22px}.product-no-results p{margin:0;color:var(--muted)}.product-spec-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;padding:24px}.product-spec-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0c1b1485;cursor:pointer}.product-spec-panel{position:relative;z-index:1;display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);gap:24px;width:min(880px,100%);max-height:min(760px,calc(100vh - 48px));overflow:auto;border-radius:28px;background:#fff;box-shadow:0 30px 80px #0000003d;padding:28px}.product-spec-panel>img{width:100%;height:280px;border-radius:22px;background:var(--surface-soft);object-fit:contain}.product-spec-panel span{color:var(--red);font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.product-spec-panel h2{margin:8px 0 10px;color:#10231a;font-size:30px;line-height:1.18}.product-spec-panel p{margin:0 0 16px;color:var(--muted);line-height:1.75}.product-spec-list{display:grid;gap:10px;margin:0;padding:0}.product-spec-list div{display:grid;grid-template-columns:minmax(120px,.36fr) minmax(0,1fr);gap:10px;border-radius:14px;background:var(--green-soft);color:#244236;font-size:15px;line-height:1.65;padding:10px 12px}.product-spec-list dt{color:var(--green-dark);font-weight:900}.product-spec-list dd{margin:0;color:#244236}.product-spec-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.product-spec-close{position:absolute;top:16px;right:16px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--green-dark);cursor:pointer;font-weight:900;padding:8px 14px}.product-page-note{margin-top:20px;border-radius:26px;background:var(--green-soft);color:#1d3a2d;padding:24px}.product-page-note strong{display:block;margin-bottom:6px;font-size:20px}.product-page-note p{margin:0;color:#486157}.product-pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:28px}.product-pagination>div{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.product-pagination button,.pagination-ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--green-dark);font-size:14px;font-weight:900;padding:0 14px}.product-pagination button{cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}.product-pagination button:hover:not(:disabled),.product-pagination button.is-active{background:var(--green);color:#fff;box-shadow:0 12px 26px #029a4738;transform:translateY(-1px)}.product-pagination button:disabled{cursor:not-allowed;opacity:.45}.pagination-ellipsis{min-width:30px;border-color:transparent;background:transparent;color:var(--muted);padding:0 4px}.site-footer strong{color:var(--text)}.site-footer p{margin:4px 0 0}.footer-links{display:flex;flex-wrap:wrap;gap:14px;font-weight:700}.mobile-action-bar{display:none}@media(max-width:960px){.site-header{grid-template-columns:auto 1fr auto auto;width:min(100% - 24px,720px);margin-top:12px;padding:10px 10px 10px 16px}.brand img{width:150px}.site-nav{position:absolute;top:calc(100% + 10px);right:0;left:0;display:none;flex-direction:column;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow);padding:12px}.site-nav.is-open{display:flex}.site-nav a{padding:12px 16px}.header-cta{display:none}.language-toggle{min-height:40px;padding:0 14px}.menu-button{display:inline-block;justify-self:end}.hero-section,.product-showcase,.scene-section,.about-section,.contact-section{grid-template-columns:1fr}.hero-section{min-height:auto;gap:32px;padding-top:48px}.hero-content p{font-size:18px}.hero-visual{min-height:340px}.hero-visual img{width:100%;height:315px;margin:0}.card-top{top:24px;left:12px}.card-bottom{right:12px;bottom:8px}.category-grid{grid-template-columns:repeat(2,1fr)}.scene-section{padding:38px 24px}.about-media img{min-height:360px}.product-page-hero,.product-tools{grid-template-columns:1fr}.product-filter-tabs{padding-top:0}.product-page-grid{grid-template-columns:repeat(2,1fr)}.site-footer{align-items:flex-start;flex-direction:column}}@media(max-width:640px){.site-shell{padding-bottom:76px}.site-header,.hero-section,.section,.scene-section,.site-footer{width:min(100% - 24px,520px)}.hero-section{padding:40px 0 48px}.hero-section:before,.hero-card{display:none}.hero-content h1{font-size:clamp(31px,10.4vw,43px);letter-spacing:-.055em;line-height:1.08}.hero-content p{font-size:16px;line-height:1.8}.button{width:100%}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-actions .button{width:auto;padding:0 14px}.hero-visual{min-height:260px}.hero-visual:before{top:16px;right:-10px;bottom:0;left:22px;border-radius:26px}.hero-visual img{height:250px;border-width:6px;border-radius:28px}.section{padding:58px 0}.section-heading{margin-bottom:24px}.section-heading h2,.scene-copy h2,.about-copy h2,.contact-card h2{font-size:30px}.category-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.category-tabs button{flex:0 0 auto}.product-category-summary{align-items:flex-start;flex-direction:column;padding:20px}.product-card-grid{grid-template-columns:1fr}.product-card{min-height:auto}.product-card img{height:210px}.category-grid,.scene-grid,.product-page-grid,.quote-form{grid-template-columns:1fr}.product-page{width:min(100% - 24px,520px);padding:34px 0 78px}.product-page-hero{gap:18px;border-radius:26px;padding:22px}.product-page-hero h1{font-size:34px}.product-page-hero img{display:none}.product-item-card{min-height:180px}.product-page-toolbar{align-items:flex-start;flex-direction:column;justify-content:flex-start}.product-page-toolbar p{width:100%}.product-filter-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.product-filter-tabs button{flex:0 0 auto}.product-item-card p{margin-bottom:12px}.product-pagination{align-items:stretch;flex-direction:column;gap:10px}.product-pagination>button{width:100%}.product-spec-modal{align-items:stretch;padding:14px}.product-spec-panel{grid-template-columns:1fr;gap:16px;width:100%;max-height:calc(100vh - 28px);border-radius:24px;padding:18px}.product-spec-panel>img{height:220px}.product-spec-panel h2{padding-right:58px;font-size:28px;letter-spacing:-.04em}.product-spec-panel p,.product-spec-list div{overflow-wrap:anywhere;word-break:normal}.product-spec-list div{grid-template-columns:1fr;gap:2px}.product-spec-actions{display:grid;grid-template-columns:1fr 1fr}.category-card{display:grid;grid-template-columns:116px 1fr;min-height:142px}.category-card img{height:100%}.category-card div{padding:14px}.scene-card{min-height:116px}.scene-card span{margin-bottom:18px}.about-media img{min-height:260px;border-radius:26px}.contact-card,.quote-form{border-radius:24px;padding:22px}.quote-form button,.form-note{grid-column:1 / -1}.footer-links{display:none}.mobile-action-bar{position:fixed;right:12px;bottom:12px;left:12px;z-index:30;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;border:1px solid rgba(223,232,227,.95);border-radius:22px;background:#fffffff0;box-shadow:0 18px 50px #14251d29;padding:8px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mobile-action-bar a{display:flex;align-items:center;justify-content:center;min-height:42px;border-radius:16px;color:var(--green-dark);font-size:14px;font-weight:900}.mobile-action-bar a:last-child{background:var(--green);color:#fff}}
