@charset "UTF-8";
:root{--blue:#0958d9;--blue-hover:#0648b3;--ink:#20242c;--muted:#667078;--line:#dfe4e8;--surface:#f4f6f7;--teal:#087d72;--orange:#dc7626;--white:#fff;--max:1240px}
*{box-sizing:border-box;letter-spacing:0}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;font-size:15px;line-height:1.8;color:var(--ink);background:#fff}h1,h2,h3,h4,p,figure{margin:0}h1,h2,h3,h4{line-height:1.4;font-weight:650}h1{font-size:42px}h2{font-size:30px}h3{font-size:20px}p{color:var(--muted)}a{color:inherit;text-decoration:none}a:hover{color:var(--blue)}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img,video{max-width:100%;display:block}button{color:inherit}button:disabled{cursor:not-allowed;opacity:.55}input,select,textarea{min-width:0}svg.lucide{width:20px;height:20px;flex-shrink:0;stroke-width:1.7;vertical-align:middle}ul{padding-left:20px}::selection{background:#cbe0ff}:focus-visible{outline:3px solid #d48a12;outline-offset:4px}[hidden]{display:none!important}.container{max-width:var(--max);margin:auto;width:calc(100% - 96px)}.section{padding:84px 0}.section.compact{padding-top:46px}.surface{background:var(--surface)}.eyebrow{display:block;color:var(--blue);font-size:12px;font-weight:600;margin-bottom:14px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:36px}.section-head h2{margin-bottom:10px}.section-head p{max-width:760px}.text-link{display:inline-flex;align-items:center;gap:14px;color:var(--blue);font-size:14px;white-space:nowrap}.btn{display:inline-flex;justify-content:center;align-items:center;gap:18px;min-height:48px;padding:11px 22px;border-radius:4px;font-weight:600;font-size:14px;border:1px solid transparent;transition:background .18s,color .18s}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:var(--blue-hover);color:#fff}.btn-secondary{background:transparent;border-color:#bbc3cb;color:var(--ink)}.btn-secondary:hover{border-color:var(--blue);color:var(--blue);background:#f4f8ff}.hero-actions{display:flex;flex-wrap:wrap;gap:14px}.icon-btn{display:inline-flex;justify-content:center;align-items:center;background:transparent;border:0;width:44px;height:44px;border-radius:4px}.icon-btn:hover{background:#eef3fa}.text-button{display:inline-flex;align-items:center;gap:9px;background:none;border:0;padding:0;text-align:left}.text-button:hover{color:var(--blue)}.skip-link{position:fixed;left:20px;top:-100px;background:#fff;padding:12px 24px;z-index:100}.skip-link:focus{top:10px}.topline{background:#f2f4f6;font-size:11px;color:#59616b;height:30px}.topline .container{display:flex;justify-content:space-between;align-items:center;height:100%}.topline span,.topline a{display:flex;gap:7px;align-items:center}.topline svg{width:13px;height:13px}.site-header{height:86px;background:#fff;position:sticky;top:0;z-index:30;border-bottom:1px solid #ebedf0}.header-inner{height:100%;display:flex;align-items:center;gap:24px}.brand{width:168px;flex-shrink:0}.brand img{width:100%;height:auto}.site-nav{display:flex;gap:25px;align-items:center;margin-left:auto}.site-nav a{font-size:13px;white-space:nowrap;position:relative;padding:30px 0}.site-nav a[aria-current=page]{color:var(--blue);font-weight:600}.site-nav a[aria-current=page]:after{content:"";height:2px;position:absolute;left:0;right:0;bottom:16px;background:var(--blue)}.header-contact{display:flex;align-items:center;gap:12px;background:var(--blue);padding:9px 15px;color:#fff;font-size:13px;border-radius:4px;white-space:nowrap}.header-contact:hover{color:#fff;background:var(--blue-hover)}.menu-toggle{display:none}.home-hero{position:relative;background:#fafafa;overflow:hidden;height:min(650px,calc(100svh - 200px));min-height:480px}.hero-image{position:absolute;inset:0 0 0 auto;height:100%;width:72%;object-fit:cover;object-position:48% 50%;mix-blend-mode:multiply}.hero-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;pointer-events:none}.hero-content a{pointer-events:auto}.hero-content h1{font-size:44px;line-height:1.38;margin-bottom:20px}.hero-content h1 span{color:var(--blue)}.hero-content p{font-size:15px;max-width:540px;line-height:2;margin-bottom:26px;color:#505c69}.hero-notes{display:flex;gap:24px;font-size:12px;color:#697581;margin-top:26px}.hero-notes span{display:flex;align-items:center;gap:6px}.hero-notes svg{width:15px;height:15px;color:var(--teal)}.hero-caption{position:absolute;right:48px;bottom:22px;color:#6a747e;font-size:11px}.hero-scroll{position:absolute;bottom:20px;left:48px;font-size:10px;display:flex;align-items:center;gap:12px;color:#6a747e}.hero-scroll svg{width:14px;height:14px}.intro-strip{border-bottom:1px solid var(--line);padding:27px 0;background:#fff}.intro-strip .container{display:grid;grid-template-columns:1.5fr 1fr 1.2fr 1fr;gap:24px;align-items:center}.intro-strip p{font-size:12px;line-height:1.9}.intro-strip p strong{font-size:14px;color:var(--ink)}.intro-strip .container>div{border-left:1px solid var(--line);padding-left:28px}.intro-strip span{font-size:11px;color:var(--muted);display:block;margin-bottom:3px}.intro-strip strong,.intro-strip a{font-size:13px;font-weight:500}.intro-strip a{display:flex;align-items:center;gap:8px}.intro-strip svg{width:15px;height:15px;color:var(--blue)}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.service-item{padding:28px 24px 28px 0}.service-item:not(:first-child){border-left:1px solid var(--line);padding-left:24px}.service-item-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.service-number{font-size:12px;color:#828a95}.service-item-top svg{width:29px;height:29px;color:var(--blue)}.service-item h3{margin-bottom:14px}.service-item p{font-size:13px;line-height:1.9;margin-bottom:25px;min-height:75px}.service-item .text-link{font-size:12px}.service-item:hover{background:#fafcff}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-card{border:1px solid var(--line);background:#fff;border-radius:6px;overflow:hidden;display:flex;flex-direction:column;min-width:0}.product-card:hover{border-color:#9bbceb}.product-card-media,.product-media,.product-image,.product-card>figure{display:block;aspect-ratio:4/3;background:#fff;position:relative;overflow:hidden}.product-card img{width:100%;height:100%;object-fit:contain;transition:transform .3s}.product-card:hover img{transform:scale(1.035)}.product-card-body,.product-content,.product-card-content{padding:22px;flex:1;display:flex;flex-direction:column}.product-card h3{font-size:20px;margin:6px 0 10px}.product-card p{font-size:13px;margin:0 0 16px}.product-card .eyebrow{font-size:11px;margin:0}.product-card .tags{margin-bottom:16px}.product-card-footer,.product-footer,.product-card-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:16px;border-top:1px solid var(--line);font-size:13px}.product-card-footer a,.product-footer a,.product-card-actions a{color:var(--blue)}.product-card .btn{min-height:40px;padding:8px 12px;font-size:12px}.product-card .price,.product-price{font-size:15px;color:var(--ink);font-weight:600}.product-category,.product-kicker{font-size:11px;color:var(--teal)}.tags{display:flex;flex-wrap:wrap;gap:8px}.tags span,.tag{font-size:11px;border:1px solid #d9e0e7;background:#fff;padding:2px 8px;display:inline-flex;gap:5px;align-items:center;border-radius:2px}.tags svg{width:13px;height:13px}.venue-band{background:#eff5f7;padding:75px 0}.venue-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.venue-lead{font-size:30px!important;color:var(--ink);line-height:1.55!important;margin:20px 0!important}.venue-copy p{max-width:490px;font-size:14px;line-height:1.9;margin:18px 0}.venue-copy .tags{margin:24px 0}.venue-product img{width:100%;aspect-ratio:1.15;object-fit:contain;mix-blend-mode:multiply}.venue-product figcaption{font-size:11px;color:var(--muted);text-align:center}.feature-case{display:grid;grid-template-columns:1.3fr 1fr;gap:64px;align-items:center}.feature-case figure{position:relative;overflow:hidden}.feature-case figure img{width:100%;aspect-ratio:1.55;object-fit:cover}.feature-case figcaption{position:absolute;left:18px;bottom:18px;color:#fff;font-size:11px;background:#182027bb;padding:4px 8px}.feature-case h3{font-size:30px;line-height:1.5;margin:18px 0}.feature-case p{font-size:14px;max-width:360px;margin:0 0 25px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.process-grid>div{border-top:2px solid #b8cce4;padding-top:22px}.step-number{font-size:13px;color:var(--blue);display:block;margin-bottom:14px}.process-grid h3{font-size:18px;margin-bottom:10px}.process-grid p{font-size:13px;max-width:240px}.faq-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:60px}.faq-layout h2{font-size:28px;max-width:260px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);padding:19px 0}.faq-list summary{display:flex;justify-content:space-between;align-items:center;gap:20px;cursor:pointer;font-size:14px;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list details[open] svg{transform:rotate(45deg)}.faq-list details p{font-size:13px;line-height:1.9;margin-top:14px;padding-right:22px}.cta-band{background:#edf3ff;padding:55px 0;border-top:1px solid #d8e3f4}.cta-band>.container{display:flex;justify-content:space-between;align-items:center;gap:35px}.cta-band h2{font-size:28px;margin-bottom:12px}.cta-band p{font-size:14px}.site-footer{background:#fff;padding-top:58px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.15fr;gap:45px;padding-bottom:50px}.footer-brand img{width:168px;height:auto;margin-bottom:20px}.footer-grid h3{font-size:13px;margin-bottom:17px}.footer-brand h3{margin-bottom:9px}.footer-grid p,.footer-grid a:not(:has(img)),.footer-grid button{font-size:12px;color:#69737c;line-height:2}.footer-grid>div:not(:first-child)>a{display:block;margin:8px 0}.footer-grid button{margin:4px 0}.footer-grid a:hover{color:var(--blue)}.footer-grid svg{width:15px;height:15px}.footer-bottom{padding:20px 0 24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;font-size:10px;color:#78828b}.mobile-contact{display:none}.wechat-dialog{border:1px solid var(--line);border-radius:8px;box-shadow:0 24px 80px #15202733;max-width:calc(100% - 32px);width:380px;text-align:center;padding:40px 30px 25px}.wechat-dialog::backdrop{background:#141b2480}.dialog-close{position:absolute;right:8px;top:8px}.wechat-dialog h2{font-size:24px;margin-bottom:10px}.wechat-dialog p{font-size:12px}.wechat-dialog>img{width:220px;height:220px;object-fit:contain;margin:20px auto}.wechat-dialog strong{display:block;font-size:18px;margin-bottom:18px}.wechat-dialog [data-copy-status]{min-height:24px;margin-top:12px}.page-intro{padding:58px 0 52px;background:#f2f6fa;border-bottom:1px solid #e5eaf0}.page-intro h1{font-size:38px;margin-bottom:16px}.page-intro p{max-width:830px;font-size:15px;line-height:1.95}.rental-intro{display:grid;grid-template-columns:1fr 2fr;gap:18px 40px;border-bottom:1px solid var(--line);padding-bottom:30px;margin-bottom:30px}.rental-intro h2{font-size:23px}.rental-intro p{font-size:14px}.rental-intro .tags{grid-column:2}.catalog-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:18px;flex-wrap:wrap}.filter-tabs{display:flex;gap:3px;flex-wrap:wrap;border-bottom:1px solid var(--line)}.filter-tabs button{border:0;border-bottom:2px solid transparent;background:transparent;padding:10px 12px;font-size:13px;color:var(--muted)}.filter-tabs button[aria-pressed=true],.filter-tabs button.is-active{border-bottom-color:var(--blue);color:var(--blue);font-weight:600}.search-box{display:flex;gap:10px;align-items:center;border:1px solid #ced6de;border-radius:4px;padding:9px 12px;max-width:100%;background:#fff}.search-box input{border:0;width:175px;background:none;outline-offset:8px;font-size:13px}.search-box svg{width:17px;height:17px;color:var(--muted)}.catalog-count{font-size:12px;min-height:24px;margin-bottom:20px}.empty-state{text-align:center;padding:80px 20px;border-top:1px solid var(--line)}.empty-state p{margin:15px 0 24px}.event-photo{background:#222;overflow:hidden}.event-photo figure{max-width:1240px;margin:auto;position:relative}.event-photo img{width:100%;height:500px;object-fit:cover;object-position:center 44%}.event-photo figcaption{position:absolute;bottom:15px;left:25px;font-size:11px;color:white;background:#111a;padding:4px 9px}.solution-row{display:grid;grid-template-columns:1fr 1.6fr auto;gap:45px;align-items:start;padding:40px 0;border-bottom:1px solid var(--line);scroll-margin-top:115px}.solution-row:first-child{padding-top:0}.solution-row h2{font-size:25px;display:flex;align-items:center;gap:12px}.solution-row h2 svg{color:var(--blue);width:24px;height:24px}.solution-row p{font-size:14px}.solution-row>.btn{margin-top:35px}.check-list{list-style:none;padding:0;margin:20px 0 0}.check-list li{display:flex;align-items:center;gap:9px;font-size:13px;margin:10px 0}.check-list svg{color:var(--teal);width:16px;height:16px}.delivery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px}.delivery-grid>div>svg{color:var(--blue);width:32px;height:32px;margin-bottom:20px}.delivery-grid h3{font-size:19px;margin-bottom:10px}.delivery-grid p{font-size:13px}.notice{margin-top:40px;padding:25px 0;border-top:1px solid var(--line)}.notice h3{font-size:18px;margin-bottom:12px}.notice p{font-size:13px}.venue-hero{position:relative;overflow:hidden;height:min(600px,calc(100svh - 190px));min-height:470px;background:#fafafa}.venue-hero>img{position:absolute;right:0;top:0;width:73%;height:100%;object-fit:cover;mix-blend-mode:multiply}.venue-hero>.container{height:100%;position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.venue-hero h1{font-size:36px;margin-bottom:20px}.large-text{font-size:38px;color:var(--ink);line-height:1.5;margin-bottom:20px}.venue-hero .btn{margin-top:28px}.venue-experiences{grid-template-columns:repeat(3,1fr)}.visit-layout{display:grid;grid-template-columns:1fr 1fr;gap:100px}.visit-layout h2{font-size:30px;margin-bottom:20px}.visit-layout p{font-size:14px}.facts{margin:30px 0 0}.facts>div{display:grid;grid-template-columns:110px 1fr;gap:20px;padding:14px 0;border-top:1px solid var(--line);font-size:13px}.facts dt{color:var(--muted)}.facts dd{margin:0}.visit-steps>div{position:relative;padding:0 0 28px 54px}.visit-steps>div>span{position:absolute;left:0;color:var(--blue);font-size:14px}.visit-steps h3{font-size:19px;margin-bottom:8px}.contact-layout{display:grid;grid-template-columns:.9fr 1.6fr;gap:85px}.contact-details h2{font-size:28px;margin:15px 0 20px}.contact-details>p{font-size:13px;margin-bottom:26px}.contact-method{display:flex;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}.contact-method>svg{color:var(--blue);margin-top:5px}.contact-method span{display:block;color:var(--muted);font-size:12px;margin-bottom:4px}.contact-method a{display:block;font-size:18px}.contact-method strong{font-size:16px;font-weight:500}.contact-qr{display:flex;align-items:center;gap:20px;margin-top:22px}.contact-qr img{width:100px;height:100px;object-fit:contain}.contact-qr span{font-size:12px;color:var(--muted)}form{border-top:2px solid var(--blue);padding-top:26px;scroll-margin-top:120px}form h2{font-size:26px;margin-bottom:28px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-grid>label{display:block;font-size:13px}.form-grid label>span{color:#bf4935}.form-grid input,.form-grid select,.form-grid textarea{display:block;width:100%;padding:11px 12px;border:1px solid #cbd3dc;border-radius:4px;background:white;font-size:14px;margin-top:8px;min-height:46px}.form-grid textarea{resize:vertical}.form-grid input::placeholder,.form-grid textarea::placeholder{color:#929ba5;font-size:12px}.full-width{grid-column:1/-1}.consent{display:flex;align-items:flex-start;gap:9px;font-size:12px;color:var(--muted);margin:22px 0}.consent input{accent-color:var(--blue);width:16px;height:16px;flex-shrink:0;margin:3px 0 0}.consent a{color:var(--blue);text-decoration:underline}.form-notice{display:flex;gap:10px;padding:16px;background:#f3f6f9;border-left:3px solid #9caec2;margin-bottom:20px}.form-notice svg{color:#5b7088;width:18px;height:18px;margin-top:2px}.form-notice p{font-size:12px}.form-actions{display:flex;gap:12px;flex-wrap:wrap}.form-actions .btn{padding:10px 16px;gap:8px;font-size:13px}.form-status{font-size:13px;min-height:50px;padding-top:16px}.form-status[data-state=error]{color:#ae4e24}.form-status[data-state=notice]{color:var(--teal)}.reading-width{max-width:850px}.reading-width h2{font-size:27px;margin:35px 0 16px}.reading-width h2:first-child{margin-top:0}.reading-width p{font-size:15px;line-height:2.1;margin-bottom:22px}.reading-width .btn{margin:8px 12px 24px 0}.reading-width a:not(.btn){color:var(--blue)}
@media(min-width:1500px){.hero-image{width:68%;object-fit:contain}.home-hero{max-height:680px}.hero-caption{right:max(48px,calc((100% - 1240px)/2))}.hero-scroll{left:calc((100% - 1240px)/2)}}
@media(max-width:1200px){.container{width:calc(100% - 64px)}.header-inner{gap:20px}.brand{width:150px}.site-nav{gap:17px}.site-nav a{font-size:12px}.header-contact{display:none}.home-hero h1{font-size:40px}.hero-content p{font-size:14px}.hero-image{width:72%;right:-6%}.contact-layout{gap:45px}.product-grid{gap:18px}.solution-row{gap:25px}.intro-strip .container>div{padding-left:20px}.footer-grid{gap:25px}}
@media(max-width:960px){.container{width:calc(100% - 48px)}.site-header{height:72px}.brand{width:157px}.menu-toggle{display:inline-flex;margin-left:auto}.site-nav{display:none;position:absolute;left:0;right:0;top:71px;background:#fff;padding:14px 24px 24px;box-shadow:0 12px 18px #1f2a3812;max-height:calc(100svh - 130px);overflow-y:auto}.menu-open .site-nav{display:flex;flex-direction:column;align-items:stretch;gap:0}.site-nav a{padding:14px 0;font-size:14px;border-bottom:1px solid var(--line)}.site-nav a[aria-current=page]:after{display:none}.home-hero{height:570px;min-height:0;max-height:calc(100svh - 170px)}.hero-content h1{font-size:36px}.hero-image{right:-13%;width:80%}.hero-content p{max-width:365px}.desktop-break{display:none}.section{padding:60px 0}.section-head h2{font-size:27px}.service-grid{grid-template-columns:1fr 1fr}.service-item:nth-child(3){border-left:0;padding-left:0;border-top:1px solid var(--line)}.service-item:nth-child(4){border-top:1px solid var(--line)}.intro-strip .container{grid-template-columns:1.3fr 1fr}.intro-strip .container>div:nth-child(3){border-left:0;padding-left:0}.product-grid{grid-template-columns:1fr 1fr}.featured-products .product-card:last-child{display:none}.venue-layout{gap:15px}.venue-lead{font-size:26px!important}.venue-copy h2{font-size:27px}.venue-copy .hero-actions{flex-direction:column;align-items:flex-start}.feature-case{gap:35px}.feature-case h3{font-size:26px}.process-grid{grid-template-columns:1fr 1fr;gap:30px}.faq-layout{grid-template-columns:1fr;gap:10px}.faq-layout h2{max-width:none}.cta-band>.container{align-items:flex-start}.cta-band h2{font-size:25px}.footer-grid{grid-template-columns:1.5fr 1fr;gap:35px}.page-intro{padding:44px 0}.page-intro h1{font-size:32px}.solution-row{grid-template-columns:1fr 1.5fr}.solution-row>.btn{grid-column:2;justify-self:start;margin:0}.event-photo img{height:400px}.delivery-grid{grid-template-columns:repeat(2,1fr);gap:35px}.venue-experiences{grid-template-columns:repeat(3,1fr);gap:25px}.venue-hero{height:520px;max-height:calc(100svh - 170px);min-height:400px}.venue-hero h1{font-size:30px}.venue-hero .large-text{font-size:32px}.venue-hero>img{right:-15%;width:85%}.visit-layout{gap:50px}.contact-layout{grid-template-columns:1fr 1.4fr;gap:32px}.form-grid{grid-template-columns:1fr}.rental-intro{grid-template-columns:1fr;gap:15px}.rental-intro .tags{grid-column:1}}
@media(max-width:640px){body{font-size:14px}.container{width:calc(100% - 36px)}.topline{height:27px;font-size:10px}.topline .container{gap:8px}.topline svg{width:11px;height:11px}.site-header{height:65px}.brand{width:147px}.site-nav{top:64px}.home-hero{height:640px;min-height:510px;max-height:calc(100svh - 175px)}.hero-content{justify-content:flex-start;padding-top:30px}.hero-content .eyebrow{font-size:10px;margin-bottom:12px}.hero-content h1{font-size:31px;line-height:1.38;margin-bottom:14px;max-width:300px}.hero-content p{font-size:12px;max-width:250px;line-height:1.95;margin-bottom:22px}.hero-content .hero-actions{gap:8px;max-width:270px}.hero-content .btn{padding:10px 13px;min-height:43px;gap:8px;font-size:12px}.hero-content .btn svg{width:16px;height:16px}.hero-image{width:95%;height:52%;right:-24%;top:auto;bottom:0;object-fit:cover;object-position:49% 50%;opacity:1}.hero-notes{margin-top:20px;flex-direction:column;gap:6px;font-size:10px}.hero-caption{right:15px;bottom:12px;font-size:9px;max-width:200px;text-align:right}.hero-scroll{left:18px;bottom:17px}.intro-strip{padding:21px 0}.intro-strip .container{gap:18px 12px;grid-template-columns:1.05fr 1fr}.intro-strip p{font-size:10px}.intro-strip p strong{font-size:11px}.intro-strip span{font-size:10px}.intro-strip strong,.intro-strip a{font-size:11px}.intro-strip .container>div{padding-left:13px}.intro-strip a{gap:4px;flex-wrap:wrap}.intro-strip a svg{width:12px;height:12px}.section{padding:47px 0}.section.compact{padding-top:30px}.section-head{display:block;margin-bottom:25px}.section-head h2{font-size:24px;margin-bottom:12px}.section-head p{font-size:13px}.section-head>.text-link{margin-top:15px;font-size:12px}.eyebrow{font-size:10px;margin-bottom:10px}.service-item{padding:21px 15px 22px 0}.service-item:not(:first-child){padding-left:15px}.service-item:nth-child(3){padding-left:0}.service-item-top{margin-bottom:17px}.service-item-top svg{width:24px;height:24px}.service-item h3{font-size:18px}.service-item p{font-size:12px;margin-bottom:16px;min-height:0}.service-item .text-link{font-size:11px;gap:8px}.product-grid{gap:14px;grid-template-columns:1fr}.featured-products .product-card:last-child{display:flex}.product-card h3{font-size:19px}.product-card-media,.product-media,.product-image,.product-card>figure{aspect-ratio:1.65}.product-card-body,.product-content,.product-card-content{padding:20px}.venue-band{padding:46px 0}.venue-layout{grid-template-columns:1fr;gap:0}.venue-copy h2{font-size:25px}.venue-lead{font-size:27px!important;margin:18px 0!important}.venue-copy p{font-size:13px}.venue-copy .hero-actions{flex-direction:row;flex-wrap:wrap}.venue-copy .btn{font-size:12px;padding:10px 15px;gap:8px}.venue-product img{aspect-ratio:1.8;margin-top:15px}.venue-product figcaption{font-size:9px}.feature-case{grid-template-columns:1fr;gap:23px}.feature-case h3{font-size:24px;margin:12px 0}.feature-case h3 br{display:none}.feature-case p{font-size:13px;max-width:none;margin-bottom:16px}.feature-case figcaption{left:12px;bottom:12px;font-size:9px}.process-grid{gap:25px 20px}.process-grid h3{font-size:17px}.process-grid p{font-size:12px}.step-number{margin-bottom:10px}.faq-list summary{font-size:13px}.faq-list details p{font-size:12px;padding-right:0}.cta-band{padding:36px 0}.cta-band>.container{flex-direction:column;gap:24px}.cta-band h2{font-size:24px}.cta-band p{font-size:13px}.cta-band .btn{font-size:13px}.site-footer{padding-top:35px;padding-bottom:61px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px 15px;padding-bottom:32px}.footer-brand{grid-column:1/-1}.footer-grid h3{font-size:12px;margin-bottom:12px}.footer-grid p,.footer-grid a:not(:has(img)),.footer-grid button{font-size:11px}.footer-grid>div:last-child{grid-column:1/-1}.footer-grid>div:last-child>a{display:inline-block;margin:4px 15px 4px 0}.footer-grid>div:last-child>button{margin-right:15px}.footer-bottom{flex-wrap:wrap;gap:10px 20px;font-size:9px;padding:18px 0}.footer-bottom span{width:100%}.mobile-contact{position:fixed;z-index:35;bottom:0;left:0;right:0;display:grid;grid-template-columns:1fr 1fr 1fr;background:#fff;box-shadow:0 -3px 15px #1c263016;padding-bottom:env(safe-area-inset-bottom);height:calc(58px + env(safe-area-inset-bottom));border-top:1px solid var(--line)}.mobile-contact a,.mobile-contact button{display:flex;justify-content:center;align-items:center;gap:6px;font-size:11px;border:0;background:none}.mobile-contact svg{width:17px;height:17px}.mobile-contact a:last-child{background:var(--blue);color:#fff}.page-intro{padding:32px 0}.page-intro h1{font-size:28px}.page-intro p{font-size:13px;line-height:1.95}.rental-intro h2{font-size:21px}.rental-intro p{font-size:13px}.catalog-toolbar{gap:18px}.filter-tabs{width:100%;gap:0}.filter-tabs button{font-size:12px;padding:10px 9px;flex-shrink:0}.search-box{width:100%}.search-box input{width:100%}.catalog-count{font-size:11px;margin-bottom:15px}.solution-row{grid-template-columns:1fr;gap:15px;padding:30px 0}.solution-row>.btn{grid-column:1;font-size:12px;min-height:42px}.solution-row h2{font-size:23px}.solution-row p{font-size:13px}.check-list li{font-size:12px}.event-photo img{height:300px;object-position:43% 50%}.event-photo figcaption{left:14px;right:14px;bottom:12px;font-size:9px}.delivery-grid,.venue-experiences{grid-template-columns:1fr 1fr;gap:30px 20px}.delivery-grid h3{font-size:17px}.delivery-grid p{font-size:12px}.delivery-grid>div>svg{width:27px;height:27px;margin-bottom:15px}.venue-experiences>div:last-child{grid-column:1/-1}.notice h3{font-size:17px}.notice p{font-size:12px}.venue-hero{height:610px;min-height:480px;max-height:calc(100svh - 175px)}.venue-hero>.container{justify-content:flex-start;padding-top:30px}.venue-hero h1{font-size:27px;max-width:100%;margin-bottom:20px}.venue-hero .large-text{font-size:29px;line-height:1.55;margin-bottom:15px}.venue-hero p:not(.large-text){font-size:12px}.venue-hero .btn{margin-top:22px;font-size:12px;min-height:43px;padding:10px 15px}.venue-hero>img{width:100%;height:48%;right:-22%;top:auto;bottom:0;object-fit:cover}.visit-layout{grid-template-columns:1fr;gap:40px}.visit-layout h2{font-size:25px}.visit-layout p{font-size:13px}.facts>div{font-size:12px}.visit-steps>div{padding-left:45px}.contact-layout{grid-template-columns:1fr;gap:40px}.contact-details h2{font-size:25px}.contact-method{padding:14px 0}.contact-method a{font-size:17px}.contact-details>p{margin-bottom:15px}.contact-qr{display:none}.form-grid{grid-template-columns:1fr 1fr;gap:18px 12px}.form-grid>label{font-size:12px}.form-grid input,.form-grid select,.form-grid textarea{font-size:14px;padding:10px;min-height:44px}.form-grid label:nth-child(3),.form-grid label:nth-child(4){grid-column:1/-1}.form-actions{gap:10px}.form-actions .btn{font-size:12px;min-height:44px;padding:10px 12px}.form-notice{padding:13px}.form-notice p{font-size:11px}.consent{font-size:11px}.form-status{font-size:12px}.reading-width h2{font-size:23px}.reading-width p{font-size:13px}.reading-width .btn{font-size:12px}.wechat-dialog{padding:38px 20px 20px}.wechat-dialog h2{font-size:23px}}
@media(max-width:360px){.hero-content h1{font-size:28px}.hero-content p{max-width:230px}.hero-image{right:-28%}.hero-content .hero-actions{max-width:260px}.hero-content .btn{font-size:11px;padding:9px 11px;gap:6px}.venue-hero h1{font-size:24px}.venue-hero .large-text{font-size:27px}.form-grid{grid-template-columns:1fr}.form-grid>label{grid-column:1/-1}.intro-strip strong,.intro-strip a{font-size:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.tag-list{display:flex;flex-wrap:wrap;gap:7px;margin:4px 0 20px}.product-body{padding:22px;display:flex;flex-direction:column;flex:1}.product-brand{font-size:11px;color:var(--teal);margin-bottom:4px}.product-bottom{display:flex;justify-content:space-between;gap:12px;align-items:center;border-top:1px solid var(--line);padding-top:17px;margin-top:auto}.product-bottom .text-link{font-size:12px;gap:8px}.product-price{font-size:11px;font-weight:400;color:var(--muted)}.product-price strong{font-size:14px;margin-left:5px;color:var(--ink);font-weight:600}.product-description{min-height:70px}.product-name{font-size:20px}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:10px;font-size:12px;padding-top:24px;color:var(--muted)}.breadcrumb svg{width:13px;height:13px}.split-section{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.split-section h3{margin-bottom:15px}.split-section p{font-size:14px;margin-bottom:20px}.product-detail{padding-top:38px;padding-bottom:60px}.product-detail-image{aspect-ratio:1/1;min-width:0;background:#f7f8fa}.product-detail-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.product-detail-info h1{font-size:36px;margin-bottom:18px}.product-detail-info .lead{font-size:14px;line-height:1.95;margin-bottom:24px}.spec-list{margin:26px 0}.spec-list>div{display:grid;grid-template-columns:100px 1fr;gap:18px;border-bottom:1px solid var(--line);padding:11px 0;font-size:13px}.spec-list dt{color:var(--muted)}.spec-list dd{margin:0}.action-row{display:flex;gap:14px;flex-wrap:wrap}.product-detail-info .btn{font-size:12px;padding:10px 15px;gap:8px;min-height:44px}.process-number{display:block;font-size:13px;color:var(--blue);margin-bottom:16px}.download-list{display:grid;grid-template-columns:1fr 1fr;gap:0 35px}.download-item{display:flex;white-space:normal;padding:20px 0;border-top:1px solid var(--line);gap:12px;font-size:13px;line-height:1.8}.download-item span{flex:1}.catalog-search{display:flex;align-items:center;gap:10px;border:1px solid #ced6de;padding:9px 12px;border-radius:4px;max-width:100%}.catalog-search input{border:0;min-width:0;background:transparent;font-size:13px;width:210px}.catalog-search svg{width:17px;height:17px}.catalog-empty{padding:65px 20px;text-align:center}.catalog-empty p{margin:16px 0}.case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.article-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);gap:70px}.article-body h2{font-size:26px;margin:30px 0 18px}.article-body p{font-size:14px;line-height:2;margin-bottom:20px}.case-scope-list{font-size:14px}.case-grid .eyebrow{margin:0}.case-grid h3{font-size:21px}.case-grid p{font-size:13px}.faq-layout>.section-head{align-self:start}.faq-layout h2{max-width:360px}
@media(max-width:960px){.split-section{gap:30px}.product-detail-info h1{font-size:31px}.product-detail{padding-top:28px}.case-grid{grid-template-columns:1fr 1fr}.article-layout{gap:35px;grid-template-columns:1.5fr 1fr}.product-bottom{flex-wrap:wrap}.download-list{grid-template-columns:1fr}}
@media(max-width:640px){.product-body{padding:20px}.product-description{min-height:0}.product-card .product-image{aspect-ratio:1.5}.split-section{grid-template-columns:1fr;gap:30px}.product-detail-image{aspect-ratio:1.3}.product-detail-info h1{font-size:29px}.product-detail-info .lead{font-size:13px}.spec-list>div{font-size:12px}.product-bottom{flex-wrap:nowrap}.breadcrumb{font-size:10px;gap:7px;padding-top:18px}.breadcrumb svg{width:10px;height:10px}.product-detail{padding-bottom:30px}.action-row .btn{font-size:12px;padding:10px 13px;gap:8px}.split-section p{font-size:13px}.download-item{font-size:12px}.catalog-search{width:100%}.catalog-search input{width:100%}.case-grid,.article-layout{grid-template-columns:1fr;gap:22px}.article-body h2{font-size:23px}.article-body p,.case-scope-list{font-size:13px}.hero-image{width:100%;height:48%;right:-10%;object-fit:contain}.venue-hero>img{width:100%;height:46%;right:-10%;object-fit:contain}.venue-product img{height:245px;aspect-ratio:auto;object-fit:cover}.home-hero .hero-caption{right:12px}}



.case-feature{padding-top:36px}.case-feature-image{display:block;overflow:hidden;background:#e8edf2}.case-feature-image img{display:block;width:100%;height:auto;max-height:630px;object-fit:contain}.case-feature-caption{display:flex;justify-content:space-between;align-items:baseline;gap:20px;padding:16px 0;border-bottom:1px solid #dbe1e8}.case-feature-caption p{margin:0}.case-feature-caption span{font-size:13px;color:#596675;flex-shrink:0}.case-archive,.case-related,.competition-gallery-section{background:#f5f7f8}.case-editorial{background:#fff;border:1px solid #dce2e8;border-radius:6px;overflow:hidden}.case-editorial .case-body{padding:28px;height:100%;display:flex;flex-direction:column;align-items:flex-start}.case-meta{display:flex;gap:18px;align-items:center;margin-bottom:22px}.case-index{font-size:26px;line-height:1;color:#9ba6b2;font-weight:500}.case-editorial h3{font-size:23px;line-height:1.5;margin:0 0 12px}.case-editorial h3 a{color:inherit}.case-editorial p{margin:0 0 22px;color:#526171;line-height:1.9}.case-editorial .tags{margin-top:auto;margin-bottom:25px}.case-editorial .text-link{font-size:14px}.case-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.case-facts{align-self:start;padding:6px 0 0 28px;border-left:2px solid #0c62dc}.case-facts h2{font-size:24px;margin-top:12px}.case-facts .fact-list{margin:24px 0}.case-facts .fact-list>div{padding:14px 0;border-bottom:1px solid #dce2e8}.case-facts dt{font-size:13px;color:#64707c;margin-bottom:7px}.case-facts dd{margin:0;line-height:1.7}.case-facts .tags{margin-bottom:24px}.case-scope-list{list-style:none;padding:0;margin:20px 0 36px}.case-scope-list li{display:flex;align-items:flex-start;gap:10px;margin:12px 0;line-height:1.8}.case-scope-list svg{width:18px;height:18px;flex:none;margin-top:6px;color:#087b68}.competition-lead{margin:0 0 48px}.competition-lead img{display:block;width:100%;height:auto;max-height:680px;object-fit:contain;background:#edf0f3}.competition-lead figcaption,.competition-gallery figcaption{font-size:13px;color:#62717c;margin-top:12px;line-height:1.7}.competition-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 24px;align-items:start}.competition-gallery figure{margin:0;min-width:0}.competition-gallery img{display:block;width:100%;height:auto;object-fit:contain;background:#e8edf2}.competition-gallery a{display:block}.competition-gallery figure:nth-child(-n+2) img{aspect-ratio:2/3}.competition-gallery figure:nth-child(n+3) img{aspect-ratio:3/2}.competition-overview{padding-top:24px}.case-event-cta .section-head{margin-bottom:10px}
@media(max-width:760px){.case-feature-caption{display:block}.case-feature-caption span{display:block;margin-top:10px}.case-editorial .case-body{padding:24px}.case-editorial h3{font-size:21px}.case-facts{padding-left:20px;margin-top:32px}.competition-gallery{gap:26px 14px}.competition-lead{margin-bottom:30px}.case-feature-image img{max-height:none}}
@media(max-width:480px){.competition-gallery{grid-template-columns:1fr}.case-actions{align-items:stretch}.case-actions .btn{justify-content:center;flex:1 1 100%}.case-feature{padding-top:20px}}

.photo-section{border-top:1px solid var(--line)}
.photo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.photo-grid figure{min-width:0}
.photo-grid a{display:block;background:#f0f3f5;overflow:hidden;border:1px solid #e4e9ed;border-radius:4px;transition:border-color .2s,box-shadow .2s}
.photo-grid a:hover,.photo-grid a:focus-visible{border-color:#a2b8d1;box-shadow:0 6px 20px #2536490a}
.photo-grid img{width:100%;height:auto;aspect-ratio:3/4;object-fit:contain}
.photo-grid figcaption{font-size:12px;color:#65717c;padding-top:12px;line-height:1.65}
.photo-grid-robots{grid-template-columns:repeat(3,minmax(0,1fr))}
.photo-grid-robots img{aspect-ratio:4/3}
.photo-grid-venue{grid-template-columns:2fr 1fr 1fr}
.photo-grid-venue figure:first-child img{aspect-ratio:3/2}
.venue-product.venue-photo img{mix-blend-mode:normal;aspect-ratio:4/3;height:auto;object-fit:contain}
.venue-product.venue-photo figcaption{margin-top:12px}
.venue-hero.venue-real{background:#252c31;height:min(620px,calc(100svh - 190px));min-height:440px;max-height:none}
.venue-hero.venue-real>img{width:100%;height:100%;inset:0;object-fit:cover;object-position:center 62%;mix-blend-mode:normal}
.venue-real:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,24,30,.8) 0%,rgba(15,24,30,.57) 36%,rgba(15,24,30,.02) 70%);pointer-events:none}
.venue-real>.container{z-index:1;padding-top:28px;padding-bottom:48px}
.venue-real h1,.venue-real .large-text,.venue-real p{color:#fff;text-shadow:0 1px 8px #0003}
.venue-real h1{font-size:42px;margin-bottom:22px}
.venue-real .large-text{font-size:32px;line-height:1.55;margin-bottom:20px}
.venue-real .eyebrow{color:#d5e4ff;font-size:11px;margin-bottom:20px}
.venue-real .hero-caption{color:#fff;z-index:1;background:#17222b99;padding:4px 9px;font-size:10px}
.venue-real .btn{background:#fff;color:var(--blue);margin-top:28px;box-shadow:0 4px 15px #00000012}
.venue-real .btn:hover{background:#e9f1ff}
.event-photo.event-supplied{background:#e8ecf0}
.event-photo.event-supplied img{object-fit:contain;height:500px}
.event-photo.event-supplied figcaption{max-width:calc(100% - 40px)}
@media(max-width:960px){.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.photo-grid-robots{grid-template-columns:repeat(3,minmax(0,1fr))}.photo-grid-venue{grid-template-columns:2fr 1fr 1fr;gap:18px}.venue-hero.venue-real{height:min(560px,calc(100svh - 170px));min-height:420px}.venue-hero.venue-real>img{object-position:60% 55%}.venue-real:after{background:linear-gradient(90deg,rgba(15,24,30,.82),rgba(15,24,30,.12))}.venue-real h1{font-size:36px}.venue-real .large-text{font-size:29px}}
@media(max-width:640px){.photo-grid{gap:22px 14px}.photo-grid-robots{grid-template-columns:1fr}.photo-grid figcaption{font-size:11px;padding-top:10px}.venue-product.venue-photo img{height:auto;aspect-ratio:4/3;object-fit:contain}.venue-hero.venue-real{height:min(560px,calc(100svh - 175px));min-height:390px}.venue-hero.venue-real>img{width:100%;height:100%;right:0;object-position:44% center;object-fit:cover}.venue-real>.container{justify-content:flex-start;padding-top:38px;padding-bottom:55px}.venue-real:after{background:linear-gradient(180deg,rgba(15,24,30,.77),rgba(15,24,30,.43) 58%,rgba(15,24,30,.12))}.venue-real .hero-caption{font-size:9px;max-width:240px}.venue-real .eyebrow{font-size:10px;margin-bottom:17px}.venue-real h1{font-size:28px;margin-bottom:18px}.venue-real .large-text{font-size:26px;line-height:1.55;margin-bottom:17px}.venue-real .btn{margin-top:24px}.event-photo.event-supplied img{height:auto;aspect-ratio:3/2;object-fit:contain}.event-photo.event-supplied figcaption{font-size:9px}.photo-grid-events figure:nth-child(3){grid-column:1/-1}.photo-grid-events figure:nth-child(3) img{aspect-ratio:3/2}.photo-grid-events figure:last-child{grid-column:1/-1}.photo-grid-events figure:last-child img{max-height:430px;aspect-ratio:auto}.photo-grid-venue{grid-template-columns:1fr 1fr}.photo-grid-venue figure:first-child{grid-column:1/-1}.photo-grid-venue figure:first-child img{aspect-ratio:4/3}.photo-grid-venue figure:last-child{grid-column:auto}.photo-grid-venue figure:last-child img{height:auto;aspect-ratio:3/4}}
@media(max-width:360px){.venue-real h1{font-size:25px}.venue-real .large-text{font-size:24px}.venue-real>.container{padding-top:30px}}
@media(max-height:620px) and (min-width:641px){.venue-hero.venue-real{height:390px;min-height:0}.venue-real h1{font-size:34px;margin-bottom:14px}.venue-real .large-text{font-size:26px;margin-bottom:12px}.venue-real .eyebrow{margin-bottom:12px}.venue-real .btn{margin-top:18px}}

.experience-section{border-top:1px solid var(--line);background:#f7f9fb}
.experience-section .section-head{margin-bottom:28px}
.experience-jump{display:flex;gap:12px 30px;flex-wrap:wrap;padding:0 0 20px;border-bottom:1px solid #dce3ea}
.experience-jump a{display:inline-flex;align-items:center;gap:9px;min-height:36px;font-size:14px;font-weight:500;color:var(--ink)}
.experience-jump a:hover{color:var(--blue)}
.experience-jump svg{width:17px;height:17px;color:var(--blue)}
.experience-jump svg:last-child{width:13px;height:13px;color:var(--muted)}
.experience-note{font-size:12px;line-height:1.8;margin-top:17px;max-width:1050px;color:#687481}
.experience-group{padding-top:40px;scroll-margin-top:110px}
.experience-group>h3{display:flex;gap:14px;align-items:center;margin-bottom:20px;font-size:22px}
.experience-group>h3:before{content:"";width:3px;height:21px;background:var(--blue);flex-shrink:0}
.experience-group>h3 span{font-size:12px;font-weight:400;color:var(--muted)}
.experience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.experience-card{display:flex;flex-direction:column;border:1px solid #dfe5eb;border-radius:6px;overflow:hidden;scroll-margin-top:110px;min-width:0;background:#fff;transition:border-color .2s,box-shadow .2s}
.experience-card:hover,.experience-card:focus-within{border-color:#a8bfdc;box-shadow:0 8px 24px #2536490a}
.experience-poster{--poster-inset:14px;display:block;position:relative;aspect-ratio:4/3;flex-shrink:0;background:#edf0f3;border-bottom:1px solid #e4e9ee}
.experience-poster img{position:absolute;inset:var(--poster-inset);width:calc(100% - var(--poster-inset) * 2);height:calc(100% - var(--poster-inset) * 2);object-fit:contain}
.experience-poster>span{display:flex;align-items:center;justify-content:center;position:absolute;right:12px;bottom:12px;width:34px;height:34px;background:#fff;color:var(--ink);border:1px solid #dae0e6;border-radius:4px;box-shadow:0 2px 6px #25364912}
.experience-poster>span svg{width:17px;height:17px}
.experience-poster:hover>span{color:var(--blue);border-color:#abc2df}
.experience-copy{min-width:0;display:flex;flex-direction:column;flex:1;padding:22px}
.experience-copy h4{font-size:19px;overflow-wrap:anywhere;margin-bottom:10px}
.experience-copy p{font-size:13px;line-height:1.8;min-height:47px}
.experience-copy dl{display:flex;justify-content:space-between;gap:10px 18px;flex-wrap:wrap;margin:20px 0 0;padding:15px 0;border-top:1px solid #e8edf1}
.experience-copy dl>div{display:flex;gap:8px;font-size:12px}
.experience-copy dt{color:var(--muted)}
.experience-copy dd{margin:0;color:var(--ink);font-weight:500}
.experience-copy .text-link{justify-content:space-between;width:100%;font-size:13px;min-height:36px;margin-top:auto;align-self:flex-start}
@media(max-width:1100px){.experience-grid{gap:18px}.experience-copy{padding:18px}.experience-copy h4{font-size:18px}.experience-copy dl{gap:6px 12px}.experience-poster{--poster-inset:12px}}
@media(max-width:900px) and (min-width:761px){.experience-copy{padding:16px}.experience-copy h4{font-size:17px}.experience-copy p{font-size:12px;min-height:65px}.experience-copy dl{display:block;margin-top:15px;padding:11px 0}.experience-copy dl>div{margin:3px 0}.experience-jump{gap:10px 20px}.experience-jump a{font-size:13px}}
@media(max-width:760px){.experience-grid{grid-template-columns:1fr;gap:16px}.experience-card{display:grid;grid-template-columns:minmax(140px,.8fr) minmax(0,1fr)}.experience-poster{aspect-ratio:auto;min-height:240px;border-bottom:0;border-right:1px solid #e4e9ee}.experience-copy{padding:22px}.experience-copy p{min-height:0}.experience-copy dl{justify-content:flex-start;gap:8px 18px;margin-top:18px}.experience-copy .text-link{margin-top:auto}.experience-jump{gap:10px 22px}.experience-jump a{font-size:13px}}
@media(max-width:480px){.experience-card{display:flex}.experience-poster{--poster-inset:14px;min-height:0;aspect-ratio:4/3;border-right:0;border-bottom:1px solid #e4e9ee}.experience-copy{padding:20px}.experience-copy h4{font-size:19px}.experience-copy p{font-size:13px}.experience-copy dl{justify-content:space-between;margin-top:17px;padding:13px 0}.experience-copy dl>div{font-size:12px}.experience-copy .text-link{font-size:13px;min-height:38px}.experience-group{padding-top:32px}.experience-group>h3{font-size:20px;gap:10px;margin-bottom:16px}.experience-group>h3 span{font-size:11px}.experience-note{font-size:11px;line-height:1.9}.experience-jump{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px;padding-bottom:15px}.experience-jump a{font-size:12px;gap:6px}.experience-poster>span{width:34px;height:34px}}
@media(max-width:360px){.experience-copy{padding:17px}.experience-copy h4{font-size:18px}.experience-jump a{font-size:11px}.experience-jump svg{width:15px;height:15px}.experience-group>h3{font-size:18px}}

.industrial-home{background:#f5f7f8;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.industrial-hero{background:#f1f5f7;color:var(--ink);overflow:hidden;border-bottom:1px solid var(--line)}
.industrial-hero-inner{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);min-height:570px;align-items:center;gap:48px}
.industrial-hero-copy{padding:70px 0}
.industrial-hero .eyebrow{color:var(--blue);margin-bottom:20px}
.industrial-hero h1{font-size:54px;line-height:1.22;letter-spacing:0;margin-bottom:22px}
.industrial-hero h1 em{font-style:normal;color:var(--blue)}
.industrial-hero-copy>p{font-size:15px;line-height:2;color:#566575;max-width:480px}
.industrial-hero-actions{display:flex;align-items:center;gap:24px;margin-top:30px;flex-wrap:wrap}
.industrial-hero-actions .btn{background:var(--blue);color:#fff;border-color:var(--blue)}
.industrial-hero-actions .btn:hover{background:#61aaff;border-color:#61aaff}
.industrial-hero-actions .text-link{color:var(--blue)}
.industrial-hero-actions .text-link svg{width:15px;height:15px}
.industrial-hero-facts{display:flex;gap:28px;flex-wrap:wrap;margin-top:52px;padding-top:20px;border-top:1px solid #c9d7e1;color:#6a7886;font-size:11px}
.industrial-hero-facts span{display:flex;flex-direction:column;gap:3px}
.industrial-hero-facts strong{color:var(--ink);font-size:13px;font-weight:500}
.industrial-hero-media{margin:0;position:relative;align-self:stretch;display:flex;align-items:center;min-width:0}
.industrial-hero-media img{width:100%;height:auto;max-height:430px;object-fit:contain;mix-blend-mode:multiply}
.industrial-overview.section{padding:26px 0 30px}
.industrial-hero-media figcaption{position:absolute;right:0;bottom:30px;color:#536476;background:#ffffffdd;font-size:10px;padding:4px 8px;border:1px solid #dbe3e9}
.industrial-product-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;padding:0 0 34px}
.industrial-product-strip>a{min-width:0;text-align:center}
.industrial-product-strip img{width:100%;height:220px;object-fit:contain;mix-blend-mode:multiply;margin-bottom:16px}
.industrial-product-strip span{font-size:11px;color:var(--teal)}
.industrial-product-strip h3{font-size:18px;margin-top:5px;overflow-wrap:anywhere}
.industrial-service-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.industrial-service-links>a{display:flex;align-items:center;gap:11px;font-size:13px;padding:21px 18px;min-width:0}
.industrial-service-links>a:first-child{padding-left:0}
.industrial-service-links>a:last-child{padding-right:0}
.industrial-service-links>a+a{border-left:1px solid var(--line)}
.industrial-service-links svg{color:var(--blue);width:20px;height:20px}
.industrial-service-links svg:last-child{margin-left:auto;width:16px;height:16px}
.industrial-scope{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:25px}
.industrial-scope p{font-size:13px;max-width:760px}
.industrial-applications>article{display:grid;grid-template-columns:1fr 1.7fr;gap:55px;padding:30px 0;border-top:1px solid var(--line)}
.industrial-applications>article:last-child{border-bottom:1px solid var(--line)}
.industrial-application-title h3{display:flex;align-items:center;gap:14px;font-size:23px}
.industrial-application-title svg{color:var(--blue);width:25px;height:25px}
.industrial-applications p{font-size:14px;max-width:680px}
.industrial-applications ul{display:flex;flex-wrap:wrap;gap:10px 27px;padding-left:17px;margin:16px 0 22px;font-size:12px;color:var(--muted)}
.industrial-more-links{display:flex;flex-wrap:wrap;gap:20px 35px;margin-top:28px}
.industrial-cta .btn{flex-shrink:0}
@media(max-width:960px){.industrial-product-strip{gap:20px}.industrial-product-strip img{height:180px}.industrial-product-strip h3{font-size:16px}.industrial-service-links{grid-template-columns:repeat(2,minmax(0,1fr))}.industrial-service-links>a:nth-child(3){border-left:0;padding-left:0;border-top:1px solid var(--line)}.industrial-service-links>a:nth-child(4){border-top:1px solid var(--line)}.industrial-service-links>a:nth-child(2){padding-right:0}.industrial-applications>article{grid-template-columns:1fr 1.5fr;gap:28px}.industrial-application-title h3{font-size:21px}.industrial-scope{align-items:flex-start;flex-direction:column;gap:14px}.industrial-cta>.container{flex-direction:column;align-items:flex-start;gap:24px}}
@media(max-width:960px){.industrial-hero-inner{grid-template-columns:1fr;min-height:0;gap:0}.industrial-hero-copy{padding:58px 0 30px}.industrial-hero-media{min-height:300px}.industrial-hero-media img{max-height:300px}.industrial-hero-media figcaption{bottom:18px;right:0}}
@media(max-width:640px){.industrial-product-strip{grid-template-columns:1fr;gap:24px;padding-bottom:26px}.industrial-product-strip>a{display:grid;grid-template-columns:116px minmax(0,1fr);grid-template-rows:auto auto;column-gap:18px;align-content:center;text-align:left}.industrial-product-strip img{grid-row:1/3;width:116px;height:110px;margin:0}.industrial-product-strip span{align-self:end;font-size:10px}.industrial-product-strip h3{align-self:start;font-size:17px;margin-top:7px}.industrial-service-links>a{font-size:12px;gap:8px;padding:16px 12px}.industrial-service-links svg{width:17px;height:17px}.industrial-service-links svg:last-child{width:14px;height:14px}.industrial-applications>article{grid-template-columns:1fr;gap:16px;padding:25px 0}.industrial-application-title .eyebrow{margin-bottom:7px}.industrial-application-title h3{font-size:21px}.industrial-applications p{font-size:13px}.industrial-applications ul{gap:8px 25px}.industrial-more-links{gap:15px;flex-direction:column;align-items:flex-start}.industrial-more-links .text-link,.industrial-scope .text-link{font-size:12px}.industrial-cta h2{font-size:23px}}
@media(max-width:640px){.industrial-hero-copy{padding:34px 0 14px}.industrial-hero .eyebrow{font-size:10px;margin-bottom:16px}.industrial-hero h1{font-size:36px;margin-bottom:16px}.industrial-hero-copy>p{font-size:13px;line-height:1.8}.industrial-hero-actions{gap:14px;margin-top:20px}.industrial-hero-actions .btn{font-size:12px;padding:10px 14px;gap:10px;min-height:43px}.industrial-hero-actions .text-link{font-size:12px;gap:10px}.industrial-hero-actions .btn svg{width:18px;height:18px}.industrial-hero-facts{gap:12px 20px;margin-top:26px;padding-top:16px;font-size:10px}.industrial-hero-facts strong{font-size:11px}.industrial-hero-media{min-height:175px;padding-bottom:20px}.industrial-hero-media img{max-height:180px}.industrial-hero-media figcaption{font-size:9px;bottom:4px}.industrial-overview.section{padding:20px 0 24px}}
@media(max-width:360px){.industrial-product-strip>a{grid-template-columns:100px minmax(0,1fr);column-gap:12px}.industrial-product-strip img{width:100px;height:102px}.industrial-product-strip h3{font-size:16px}.industrial-service-links>a{font-size:11px;gap:6px;padding-left:10px;padding-right:10px}.industrial-service-links svg{width:15px;height:15px}.industrial-service-links svg:last-child{width:12px;height:12px}}
