:root{
  --blue:#123aa5;
  --blue-bright:#2457e5;
  --navy:#08142d;
  --ink:#0b0d12;
  --muted:#676d78;
  --line:#dfe2e8;
  --paper:#f7f7f5;
  --white:#fff;
  --header-h:86px;
  --container:min(1320px,calc(100vw - 96px));
  --ease:cubic-bezier(.16,1,.3,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--white)}
body{margin:0;color:var(--ink);font-family:"Noto Sans JP","Yu Gothic","Hiragino Kaku Gothic ProN","Microsoft YaHei",Arial,sans-serif;background:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased}
body.menu-open,body.modal-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit}
img{display:block;max-width:100%}
.container{width:var(--container);margin-inline:auto}
.section{padding:150px 0}
.section-kicker,.eyebrow{font-size:11px;line-height:1.2;letter-spacing:.22em;font-weight:800;text-transform:uppercase}
.section-kicker{color:var(--blue);margin:0 0 28px}
.section-title{font-size:clamp(42px,5.2vw,78px);line-height:1.08;letter-spacing:-.055em;margin:0;font-weight:800}
.section-copy{max-width:500px;color:var(--muted);line-height:2;font-size:15px;margin:0}

.preloader{position:fixed;inset:0;z-index:9999;background:#fff;display:grid;place-content:center;text-align:center;transition:opacity .8s var(--ease),visibility .8s}
.preloader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}
.preloader__mark{width:52px;height:62px;margin:0 auto 22px;position:relative}
.preloader__mark span{position:absolute;display:block;transform:skewY(-42deg);animation:preMark 1s var(--ease) both}
.preloader__mark span:nth-child(1){width:19px;height:38px;background:#151515;left:3px;top:0;animation-delay:.08s}
.preloader__mark span:nth-child(2){width:28px;height:39px;background:var(--blue);left:2px;top:23px;animation-delay:.16s}
.preloader__mark span:nth-child(3){width:18px;height:31px;background:#171717;right:2px;top:24px;animation-delay:.24s}
.preloader__name{font-weight:900;letter-spacing:.12em;font-size:13px}
.preloader__line{width:180px;height:1px;background:#e4e4e4;margin-top:20px;overflow:hidden}
.preloader__line i{display:block;width:100%;height:100%;background:var(--blue);transform:translateX(-100%);animation:preLine 1.4s .12s var(--ease) forwards}
@keyframes preLine{to{transform:translateX(0)}}
@keyframes preMark{from{opacity:0;transform:translateY(20px) skewY(-42deg)}to{opacity:1;transform:translateY(0) skewY(-42deg)}}

.site-header{height:var(--header-h);position:fixed;left:0;right:0;top:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:0 42px;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(15,20,32,.08);transition:height .4s var(--ease),transform .4s var(--ease),background .4s}
.site-header.is-compact{height:70px;box-shadow:0 10px 40px rgba(6,16,38,.06)}
.brand{width:238px;display:block;overflow:hidden}
.brand img{width:100%;height:auto}
.desktop-nav{display:flex;align-items:center;gap:35px;margin-left:auto;margin-right:44px}
.desktop-nav a,.desktop-nav button{border:0;background:none;padding:7px 0;position:relative;font-size:12px;font-weight:700;letter-spacing:.08em;cursor:pointer;white-space:nowrap}
.desktop-nav a:after,.desktop-nav button:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:var(--blue);transition:right .35s var(--ease)}
.desktop-nav a:hover:after,.desktop-nav button:hover:after{right:0}
.header-actions{display:flex;align-items:center;gap:24px}
.language-switch{display:flex;align-items:center;gap:10px;border-left:1px solid var(--line);padding-left:24px}
.language-switch button{border:0;background:none;padding:0;font-size:10px;font-weight:800;letter-spacing:.08em;color:#9ca0a9;cursor:pointer}
.language-switch button.is-active{color:var(--blue)}
.language-switch span{height:10px;width:1px;background:#c5c8ce}
.menu-toggle{width:38px;height:38px;border:0;background:none;display:none;position:relative;cursor:pointer}
.menu-toggle span{position:absolute;left:5px;right:5px;height:1.5px;background:var(--ink);transition:.4s var(--ease)}
.menu-toggle span:first-child{top:14px}.menu-toggle span:last-child{top:23px}
.menu-toggle.is-active span:first-child{top:18px;transform:rotate(45deg)}
.menu-toggle.is-active span:last-child{top:18px;transform:rotate(-45deg)}

.mobile-menu{position:fixed;inset:0;z-index:900;background:#f5f6f8;padding:120px 28px 35px;visibility:hidden;opacity:0;transition:.45s var(--ease);display:flex;flex-direction:column;justify-content:space-between}
.mobile-menu.is-open{visibility:visible;opacity:1}
.mobile-menu__bg{position:absolute;inset:0;background:linear-gradient(135deg,transparent 55%,rgba(18,58,165,.08));pointer-events:none}
.mobile-menu nav{position:relative}
.mobile-menu nav a,.mobile-menu nav button{width:100%;border:0;background:none;display:flex;align-items:baseline;gap:20px;border-bottom:1px solid #d9dce2;padding:18px 0;font-size:clamp(28px,8vw,44px);font-weight:800;letter-spacing:-.04em;text-align:left;cursor:pointer}
.mobile-menu nav em{font-style:normal;font-size:9px;color:var(--blue);letter-spacing:.14em}
.mobile-menu__foot{font-size:10px;letter-spacing:.15em;color:#7a808c;position:relative}

.hero{min-height:100svh;padding-top:var(--header-h);position:relative;background:var(--navy);color:#fff;display:flex;align-items:center;overflow:hidden}
.hero__media{position:absolute;inset:var(--header-h) 0 0;overflow:hidden}
.hero__image{position:absolute;inset:0;background:url('../img/hero-product.webp') center/cover no-repeat;transform:scale(1.07);animation:heroZoom 12s var(--ease) forwards}
.hero__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to right,#000 20%,transparent 78%);opacity:.55}
.hero__orb{position:absolute;border-radius:50%;filter:blur(2px);mix-blend-mode:screen;animation:orbFloat 7s ease-in-out infinite alternate}
.hero__orb--one{width:340px;height:340px;background:radial-gradient(circle,rgba(36,87,229,.38),transparent 67%);right:10%;top:5%}
.hero__orb--two{width:240px;height:240px;background:radial-gradient(circle,rgba(95,182,255,.25),transparent 67%);right:34%;bottom:5%;animation-delay:-3s}
@keyframes heroZoom{to{transform:scale(1)}}
@keyframes orbFloat{to{transform:translate3d(24px,-25px,0) scale(1.08)}}
.hero__content{position:relative;z-index:2;padding-top:7vh;padding-bottom:16vh}
.eyebrow{display:flex;align-items:center;gap:13px;color:#c8d5ff;margin:0 0 28px}
.eyebrow span{width:38px;height:1px;background:#6f95ff}
.hero__title{font-size:clamp(52px,5.6vw,90px);line-height:.98;letter-spacing:-.07em;margin:0;max-width:1080px;font-weight:900}
.title-line{display:block;overflow:hidden;padding-bottom:.1em;margin-bottom:-.1em}
.title-line>span{display:block;white-space:nowrap;transform:translateY(112%);animation:titleReveal 1.15s .25s var(--ease) forwards}
.title-line:nth-child(2)>span{animation-delay:.39s}
@keyframes titleReveal{to{transform:translateY(0)}}
.hero__lead{max-width:600px;color:rgba(255,255,255,.72);font-size:16px;line-height:2;margin:30px 0 0}
.hero__actions{display:flex;gap:12px;margin-top:38px}
.button{min-height:56px;padding:0 28px;display:inline-flex;align-items:center;justify-content:center;gap:28px;font-size:12px;letter-spacing:.06em;font-weight:800;border:1px solid rgba(255,255,255,.34);transition:.35s var(--ease);position:relative;overflow:hidden}
.button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.5;transition:transform .35s var(--ease)}
.button--primary{background:var(--blue-bright);border-color:var(--blue-bright);color:#fff}
.button--primary:before{content:"";position:absolute;inset:0;background:#fff;transform:translateX(-102%);transition:.5s var(--ease)}
.button--primary>*{position:relative;z-index:1}
.button--primary:hover{color:var(--blue)}
.button--primary:hover:before{transform:translateX(0)}
.button:hover svg{transform:translateX(4px)}
.button--ghost:hover{background:#fff;color:var(--ink);border-color:#fff}
.hero__product-card{position:absolute;z-index:3;right:5.2vw;bottom:9.5vh;width:min(28vw,390px);background:#fff;color:var(--ink);box-shadow:0 30px 90px rgba(0,0,0,.33);transform-style:preserve-3d}
.hero__product-card a{display:block;padding:13px}
.hero__product-card img{width:100%;aspect-ratio:1.72;object-fit:cover}
.hero__card-label{display:block;font-size:9px;letter-spacing:.14em;font-weight:800;color:var(--blue);padding:4px 0 11px}
.hero__card-title{display:block;font-size:14px;font-weight:800;line-height:1.5;padding:14px 6px 9px}
.hero__facts{position:absolute;z-index:4;left:4.9vw;bottom:3.3vh;display:flex;gap:38px}
.hero__facts div{display:flex;flex-direction:column;gap:3px}
.hero__facts strong{font-size:17px;letter-spacing:.02em}
.hero__facts span{font-size:8px;letter-spacing:.15em;color:rgba(255,255,255,.52)}
.scroll-indicator{position:absolute;right:2.1vw;top:50%;z-index:4;display:flex;align-items:center;gap:14px;transform:rotate(90deg) translateX(50%);transform-origin:right center;color:rgba(255,255,255,.58);font-size:8px;letter-spacing:.2em}
.scroll-indicator i{display:block;width:64px;height:1px;background:rgba(255,255,255,.25);position:relative;overflow:hidden}
.scroll-indicator i:after{content:"";position:absolute;inset:0;background:#fff;transform:translateX(-100%);animation:scrollLine 2s ease-in-out infinite}
@keyframes scrollLine{50%,100%{transform:translateX(100%)}}

.marquee{height:86px;background:var(--blue);color:#fff;display:flex;align-items:center;overflow:hidden}
.marquee__track{display:flex;align-items:center;gap:28px;width:max-content;animation:marquee 26s linear infinite;white-space:nowrap}
.marquee span{font-size:17px;font-weight:900;letter-spacing:.12em}
.marquee i{width:7px;height:7px;background:#fff;transform:rotate(45deg)}
@keyframes marquee{to{transform:translateX(-50%)}}

.mobile-only{display:none}
.section-heading{display:flex;justify-content:space-between;gap:80px;align-items:flex-end;margin-bottom:72px}
.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}
.product-card{background:var(--paper);overflow:hidden;transform-style:preserve-3d}
.product-card a{display:grid;grid-template-rows:auto 1fr;height:100%}
.product-card__media{overflow:hidden;aspect-ratio:1.55;background:#e9ebee}
.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease),filter .5s}
.product-card:hover .product-card__media img{transform:scale(1.045)}
.product-card__body{padding:30px 32px 34px;position:relative;min-height:245px;display:flex;flex-direction:column}
.product-card__index{font-size:9px;letter-spacing:.15em;font-weight:800;color:var(--blue);margin-bottom:22px}
.product-card h3{font-size:clamp(23px,2.3vw,34px);line-height:1.25;letter-spacing:-.04em;margin:0 0 16px}
.product-card p{color:var(--muted);font-size:14px;line-height:1.9;margin:0 0 27px;max-width:570px}
.text-link{margin-top:auto;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #d4d7dd;padding-top:18px;font-size:11px;font-weight:800;letter-spacing:.08em}
.text-link i{font-style:normal;font-size:19px;transition:transform .3s}
.product-card:hover .text-link i{transform:translate(4px,-4px)}
.product-card--wide{grid-column:span 1}

.about{position:relative;background:var(--paper);overflow:hidden}
.about__shape{position:absolute;width:700px;height:700px;border:1px solid rgba(18,58,165,.12);border-radius:50%;right:-260px;top:-260px;box-shadow:0 0 0 100px rgba(18,58,165,.025),0 0 0 200px rgba(18,58,165,.018);animation:shapePulse 7s ease-in-out infinite alternate}
@keyframes shapePulse{to{transform:scale(1.08)}}
.about__grid{display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:center;position:relative}
.about__visual{min-height:720px;position:relative;overflow:hidden;background:var(--navy)}
.about__visual-bg{position:absolute;inset:0;background:linear-gradient(155deg,rgba(8,20,45,.12),rgba(8,20,45,.82)),url('../img/product-monitor.webp') center/cover no-repeat;transform:scale(1.06)}
.about__visual:before{content:"";position:absolute;inset:28px;z-index:1;border:1px solid rgba(255,255,255,.25)}
.about__mini-card{position:absolute;z-index:2;left:8%;bottom:8%;background:#fff;padding:28px 30px;width:230px;box-shadow:0 26px 70px rgba(0,0,0,.24)}
.about__mini-card span{font-size:8px;letter-spacing:.16em;color:var(--blue);font-weight:800}
.about__mini-card strong{display:block;font-size:31px;line-height:1.12;letter-spacing:-.05em;margin-top:14px}
.floating-card{animation:floatCard 4.4s ease-in-out infinite alternate}
@keyframes floatCard{to{transform:translateY(-14px)}}
.about__seal{position:absolute;z-index:2;right:5%;top:7%;width:95px;height:95px;border-radius:50%;display:grid;place-content:center;text-align:center;border:1px solid rgba(255,255,255,.55);color:#fff;font-weight:900;font-size:22px;line-height:1;animation:sealRotate 14s linear infinite}
.about__seal small{font-size:8px;letter-spacing:.16em;margin-top:6px}
@keyframes sealRotate{to{transform:rotate(360deg)}}
.about__lead{font-size:22px;font-weight:700;line-height:1.75;margin:38px 0 22px}
.about__text{color:var(--muted);font-size:15px;line-height:2.1;margin:0}
.about__values{margin-top:48px;border-top:1px solid #d9dce1}
.about__values div{display:grid;grid-template-columns:42px 1fr 1.35fr;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid #d9dce1}
.about__values span{font-size:9px;color:var(--blue);font-weight:800}
.about__values strong{font-size:14px}
.about__values small{font-size:12px;color:#7f8590}

.business{background:#fff}
.business__head{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:78px}
.shop-link{width:230px;height:64px;border:1px solid var(--ink);display:flex;align-items:center;justify-content:space-between;padding:0 24px;font-size:11px;font-weight:800;letter-spacing:.06em;transition:.35s var(--ease)}
.shop-link i{font-style:normal;font-size:20px}
.shop-link:hover{background:var(--ink);color:#fff}
.business-list{border-top:1px solid var(--ink)}
.business-item{display:grid;grid-template-columns:80px 1.1fr 1.4fr 50px;gap:35px;align-items:center;padding:52px 0;border-bottom:1px solid #cfd2d8;transition:padding .4s var(--ease),background .4s}
.business-item:hover{padding-left:24px;padding-right:24px;background:var(--paper)}
.business-item__num{font-size:11px;color:var(--blue);font-weight:800}
.business-item__title span{font-size:8px;letter-spacing:.15em;color:#7c818b;font-weight:700}
.business-item__title h3{font-size:40px;letter-spacing:-.05em;margin:8px 0 0}
.business-item p{color:var(--muted);line-height:1.95;font-size:14px;margin:0;max-width:520px}
.business-item__icon{width:46px;height:46px;border:1px solid #d2d5da;border-radius:50%;display:grid;place-content:center;font-size:18px;transition:.35s}
.business-item:hover .business-item__icon{background:var(--blue);color:#fff;border-color:var(--blue);transform:rotate(45deg)}

.company{background:var(--navy);color:#fff}
.company__grid{display:grid;grid-template-columns:1fr 1.1fr;gap:9vw;align-items:center}
.company .section-kicker{color:#7fa1ff}
.company-table{margin:50px 0 0}
.company-table div{display:grid;grid-template-columns:150px 1fr;border-top:1px solid rgba(255,255,255,.17);padding:19px 0}
.company-table div:last-child{border-bottom:1px solid rgba(255,255,255,.17)}
.company-table dt{font-size:10px;letter-spacing:.12em;color:rgba(255,255,255,.48)}
.company-table dd{margin:0;font-size:13px;line-height:1.7}
.company-table a{border-bottom:1px solid rgba(255,255,255,.45)}
.company__map{height:590px;min-height:590px;position:relative;background:#dfe2e6;overflow:hidden;isolation:isolate}
.company__map iframe{position:absolute;inset:0;z-index:1;display:block;width:100%;height:100%;border:0;filter:grayscale(.2) contrast(1.02)}
.map-label{position:absolute;z-index:3;left:18px;right:18px;bottom:18px;background:rgba(255,255,255,.94);color:var(--ink);padding:18px 20px;display:flex;justify-content:space-between;align-items:center;gap:20px;box-shadow:0 12px 35px rgba(0,0,0,.12);backdrop-filter:blur(12px);transition:background .3s var(--ease),color .3s var(--ease),transform .3s var(--ease)}
.map-label:hover{background:var(--blue);color:#fff;transform:translateY(-3px)}
.map-label span{font-size:8px;letter-spacing:.12em;color:#8a8f98}
.map-label:hover span{color:rgba(255,255,255,.72)}
.map-label strong{font-size:11px}

.contact{position:relative;background:var(--blue);color:#fff;padding:160px 0;overflow:hidden}
.contact__inner{position:relative;z-index:2;text-align:center}
.contact .section-kicker{color:#b9caff}
.contact__title{font-size:clamp(48px,6.4vw,92px);line-height:1.1;letter-spacing:-.065em;margin:0 auto;max-width:1100px}
.contact__text{font-size:14px;color:rgba(255,255,255,.72);line-height:2;margin:32px 0 45px}
.contact__mail{height:84px;max-width:700px;margin:0 auto;border:1px solid rgba(255,255,255,.5);display:flex;align-items:center;justify-content:space-between;padding:0 30px 0 36px;font-weight:800;font-size:clamp(14px,2vw,22px);letter-spacing:.02em;transition:.4s var(--ease)}
.contact__mail i{font-style:normal;font-size:28px}
.contact__mail:hover{background:#fff;color:var(--blue)}
.contact__rings{position:absolute;left:50%;top:50%;width:900px;height:900px;transform:translate(-50%,-50%);opacity:.22}
.contact__rings i{position:absolute;inset:0;border:1px solid #fff;border-radius:50%;animation:ringPulse 5s ease-in-out infinite alternate}
.contact__rings i:nth-child(2){inset:14%;animation-delay:-1.2s}.contact__rings i:nth-child(3){inset:29%;animation-delay:-2.4s}
@keyframes ringPulse{to{transform:scale(1.08);opacity:.3}}

.site-footer{background:#060a14;color:#fff;padding:80px 0 24px}
.footer__top{display:flex;justify-content:space-between;gap:80px;padding-bottom:75px}
.footer__brand{width:310px;padding:12px 16px;align-self:flex-start}
.footer__nav{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:90px}
.footer__nav>div{display:flex;flex-direction:column;align-items:flex-start;gap:13px}
.footer__nav span{font-size:8px;letter-spacing:.16em;color:#687183;margin-bottom:10px}
.footer__nav a,.footer__nav button{border:0;background:none;padding:0;color:#fff;font-size:12px;cursor:pointer;text-align:left}
.footer__bottom{border-top:1px solid rgba(255,255,255,.13);padding-top:22px;display:flex;justify-content:space-between;color:#7d8492;font-size:9px;letter-spacing:.1em}

.privacy-modal{width:100%;height:100%;max-width:none;max-height:none;border:0;padding:0;background:rgba(4,8,17,.72);backdrop-filter:blur(12px)}
.privacy-modal::backdrop{background:transparent}
.privacy-modal__panel{position:absolute;right:0;top:0;width:min(720px,100%);height:100%;overflow:auto;background:#fff;padding:80px clamp(28px,6vw,72px)}
.privacy-modal__close{position:fixed;right:28px;top:22px;width:44px;height:44px;border:1px solid #d9dce1;border-radius:50%;background:#fff;font-size:24px;cursor:pointer;z-index:2}
.privacy-modal h2{font-size:42px;letter-spacing:-.05em;margin:0 0 40px}
.privacy-content{color:#4c515b;font-size:13px;line-height:2}
.privacy-content h3{font-size:16px;color:var(--ink);margin:34px 0 6px}
.privacy-content p{margin:0}

.reveal-up{opacity:0;transform:translateY(32px);transition:opacity .85s var(--ease),transform .85s var(--ease)}
.reveal-up[data-delay="2"]{transition-delay:.12s}.reveal-up[data-delay="3"]{transition-delay:.22s}.reveal-up[data-delay="4"]{transition-delay:.32s}
.reveal-card{opacity:0;transform:translateY(60px);transition:opacity .85s var(--ease),transform .85s var(--ease),box-shadow .4s}
.reveal-row{opacity:0;transform:translateY(22px);transition:opacity .75s var(--ease),transform .75s var(--ease),padding .4s var(--ease),background .4s}
.reveal-image{opacity:0;clip-path:inset(0 0 100% 0);transition:opacity .2s,clip-path 1.25s var(--ease)}
.is-visible{opacity:1!important;transform:translateY(0)!important;clip-path:inset(0 0 0 0)!important}
.product-card:nth-child(2){transition-delay:.08s}.product-card:nth-child(3){transition-delay:.15s}.product-card:nth-child(4){transition-delay:.22s}

.site-cursor{width:64px;height:64px;position:fixed;left:0;top:0;border-radius:50%;background:var(--blue);color:#fff;z-index:4000;display:grid;place-content:center;pointer-events:none;opacity:0;transform:translate(-50%,-50%) scale(.2);transition:opacity .2s,transform .28s var(--ease);mix-blend-mode:difference}
.site-cursor span{font-size:8px;letter-spacing:.14em;font-weight:800}
.site-cursor.is-visible{opacity:1;transform:translate(-50%,-50%) scale(1)}

@media (max-width:1100px){
  :root{--container:min(100% - 56px,980px)}
  .desktop-nav{display:none}.menu-toggle{display:block}.language-switch{border-left:0;padding-left:0}
  .hero__content{padding-bottom:26vh}.hero__product-card{width:340px;right:4vw;bottom:7vh}.hero__facts{left:28px}
  .about__grid{gap:6vw}.about__visual{min-height:630px}
  .business-item{grid-template-columns:60px .9fr 1.3fr 46px}
}
@media (max-width:820px){
  :root{--header-h:72px;--container:calc(100% - 40px)}
  .section{padding:100px 0}.site-header{padding:0 20px}.brand{width:184px}.header-actions{gap:12px}
  .hero{min-height:920px;align-items:flex-start}.hero__media{inset:var(--header-h) 0 0}.hero__image{background-position:62% center}
  .hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(8,20,45,.1) 34%,rgba(8,20,45,.95) 74%)}
  .hero__content{padding-top:112px;padding-bottom:0}.hero__title{font-size:clamp(46px,10.8vw,64px);max-width:100%}.hero__lead{font-size:14px;max-width:85%}
  .hero__product-card{right:20px;left:20px;bottom:115px;width:auto}.hero__product-card a{display:grid;grid-template-columns:1.05fr .95fr;gap:14px;align-items:center}.hero__card-label{position:absolute;top:16px;left:18px;background:#fff;padding:6px 8px}.hero__card-title{font-size:13px;padding:0 8px}.hero__facts{bottom:30px;left:20px;gap:28px}.scroll-indicator{display:none}
  .marquee{height:70px}.marquee span{font-size:13px}
  .section-heading,.business__head{display:block}.section-copy{margin-top:25px}.shop-link{margin-top:35px}
  .product-grid{grid-template-columns:1fr}.product-card__body{min-height:220px}.product-card h3{font-size:28px}
  .about__grid,.company__grid{grid-template-columns:1fr}.about__visual{min-height:590px;order:2}.about__content{order:1}.about__values div{grid-template-columns:35px 1fr}.about__values small{grid-column:2}
  .business-item{grid-template-columns:36px 1fr 40px;gap:18px;padding:35px 0}.business-item__title{grid-column:2}.business-item p{grid-column:2/4}.business-item__icon{grid-column:3;grid-row:1/3}.business-item__title h3{font-size:32px}
  .company__map{height:470px}.contact{padding:115px 0}.contact__mail{height:72px}
  .footer__top{display:block}.footer__brand{width:260px;margin-bottom:55px}.footer__nav{gap:45px}.site-cursor{display:none}
}
@media (max-width:520px){
  :root{--container:calc(100% - 32px)}
  .language-switch{gap:7px}.language-switch button{font-size:9px}.menu-toggle{width:34px}.brand{width:168px}
  .hero{min-height:860px}.hero__content{padding-top:88px}.eyebrow{font-size:8px;margin-bottom:20px}.hero__title{font-size:10.8vw}.hero__lead{max-width:100%;line-height:1.8;margin-top:22px}.mobile-only{display:inline}.hero__actions{margin-top:27px}.button{min-height:50px;padding:0 18px;gap:16px}.button--ghost{display:none}
  .hero__product-card{bottom:112px}.hero__product-card a{grid-template-columns:1.15fr .85fr;padding:10px}.hero__card-title{font-size:12px}.hero__facts strong{font-size:14px}.hero__facts span{font-size:7px}
  .section{padding:82px 0}.section-kicker{margin-bottom:20px}.section-title{font-size:40px}.section-heading{margin-bottom:42px}
  .product-card__body{padding:25px 22px 28px}.product-card h3{font-size:25px}.product-card p{font-size:13px}
  .about__visual{min-height:500px}.about__visual:before{inset:16px}.about__mini-card{left:8%;bottom:8%;width:190px;padding:22px}.about__mini-card strong{font-size:25px}.about__seal{width:75px;height:75px}
  .about__lead{font-size:19px;margin-top:28px}.about__text{font-size:13px}.about__values{margin-top:34px}
  .business-item:hover{padding-left:0;padding-right:0;background:transparent}.company-table div{grid-template-columns:100px 1fr}.company__map{height:420px}.map-label{display:block}.map-label strong{display:block;margin-top:5px}
  .contact__title{font-size:42px}.contact__text{font-size:12px}.contact__mail{padding:0 18px;font-size:12px}
  .footer__nav{grid-template-columns:1fr;gap:38px}.footer__top{padding-bottom:50px}.footer__bottom{display:block}.footer__bottom a{display:block;margin-top:12px}
  .privacy-modal__panel{padding-top:70px}.privacy-modal h2{font-size:34px}
}
@media (prefers-reduced-motion:reduce){
  *,*:before,*:after{animation:none!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  .reveal-up,.reveal-card,.reveal-row,.reveal-image{opacity:1!important;transform:none!important;clip-path:none!important}
}

/* =====================================================
   FIRST WOOD CENTER HERO / FOUR IMAGE VERSION
===================================================== */

.center-hero {
  position: relative;
  min-height: 100svh;
  padding: clamp(125px, 10vw, 170px) 0 85px;
  overflow: hidden;
  color: #111318;
  background:
    radial-gradient(
      circle at 50% 35%,
      rgba(29, 74, 185, 0.08),
      transparent 36%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f7f8fb 62%,
      #eef1f7 100%
    );
}

.center-hero__container {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 48px), 1280px);
  margin: 0 auto;
}

/* =====================================================
   背景动画
===================================================== */

.center-hero__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.center-hero__glow {
  position: absolute;
  top: 27%;
  left: 50%;
  width: min(900px, 75vw);
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(25, 69, 175, 0.12),
    transparent 68%
  );
  filter: blur(40px);
  transform: translateX(-50%);
  animation: centerHeroGlow 8s ease-in-out infinite alternate;
}

.center-hero__circle {
  position: absolute;
  display: block;
  border-radius: 50%;
}

.center-hero__circle--one {
  top: 12%;
  left: 8%;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(21, 65, 171, 0.1);
  animation: centerCircleOne 15s linear infinite;
}

.center-hero__circle--two {
  right: 6%;
  bottom: 8%;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(21, 65, 171, 0.12);
  animation: centerCircleTwo 12s linear infinite;
}

.center-hero__line {
  position: absolute;
  display: block;
  width: 1px;
  height: 120%;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(21, 65, 171, 0.1),
    transparent
  );
}

.center-hero__line--one {
  top: -10%;
  left: 22%;
  transform: rotate(20deg);
  animation: centerLineMove 10s ease-in-out infinite alternate;
}

.center-hero__line--two {
  top: -10%;
  right: 20%;
  transform: rotate(-20deg);
  animation: centerLineMoveTwo 12s ease-in-out infinite alternate;
}

/* =====================================================
   标题
===================================================== */

.center-hero__heading {
  position: relative;
  z-index: 3;
  max-width: 1000px;
  margin: 0 auto 58px;
  text-align: center;
}

.center-hero__eyebrow {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin: 0 0 27px;
  font-size: 10px;
  font-weight: 700;
  color: #1746ad;
  letter-spacing: 0.22em;
}

.center-hero__eyebrow > span {
  display: block;
  width: 44px;
  height: 1px;
  background: #1746ad;
  animation: centerEyebrowLine 3s ease-in-out infinite alternate;
}

.center-hero__title {
  margin: 0;
  font-size: clamp(52px, 6.6vw, 102px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.center-hero__title-row {
  display: block;
  overflow: hidden;
}

.center-hero__title-row > span {
  display: block;
  animation: centerTitleIn 1.1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.center-hero__title-row--blue {
  color: #1745aa;
}

.center-hero__title-row--blue > span {
  animation-delay: 0.12s;
}

.center-hero__lead {
  max-width: 680px;
  margin: 29px auto 0;
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 2;
  color: #626875;
  letter-spacing: 0.04em;
}

.center-hero__actions {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin-top: 33px;
}

.center-hero__text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  font-size: 12px;
  font-weight: 700;
  color: #17191e;
  text-decoration: none;
  letter-spacing: 0.08em;
}

.center-hero__text-link i {
  position: relative;
  display: block;
  width: 48px;
  height: 1px;
  overflow: hidden;
  background: rgba(17, 19, 24, 0.25);
}

.center-hero__text-link i::after {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 1px;
  content: "";
  background: #1746ad;
  transition: left 0.4s ease;
}

.center-hero__text-link:hover i::after {
  left: 0;
}

/* =====================================================
   首屏四图主视觉
===================================================== */

.center-hero__showcase {
  position: relative;
  width: min(90%, 1080px);
  margin: 0 auto;
}

.center-hero__showcase-frame {
  position: absolute;
  top: 33px;
  right: -18px;
  width: 48%;
  height: 54%;
  border-top: 2px solid #1747ae;
  border-right: 2px solid #1747ae;
  animation: centerFrameMove 4.5s ease-in-out infinite alternate;
}

.center-hero__showcase-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.center-hero__showcase-top span {
  font-size: 10px;
  font-weight: 700;
  color: #1745aa;
  letter-spacing: 0.2em;
}

.center-hero__showcase-top small {
  font-size: 9px;
  font-weight: 700;
  color: #858b96;
  letter-spacing: 0.18em;
}

.center-hero__mosaic {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  grid-template-rows: repeat(2, 265px);
  gap: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 35px 90px rgba(16, 25, 48, 0.16);
  backdrop-filter: blur(16px);
}

.center-hero__mosaic-item {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  background: #11151d;
}

.center-hero__mosaic-item--main {
  grid-row: 1 / 3;
}

.center-hero__mosaic-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.6s ease;
}

.center-hero__mosaic-item--main img {
  object-position: center;
}

.center-hero__mosaic-item--wear img {
  object-position: center 38%;
}

.center-hero__mosaic-item--monitor img {
  object-position: center;
}

.center-hero__mosaic-item:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.075);
}

.center-hero__mosaic-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      to top,
      rgba(4, 8, 18, 0.88) 0%,
      rgba(4, 8, 18, 0.18) 52%,
      rgba(4, 8, 18, 0.05) 100%
    );
  transition: background 0.5s ease;
}

.center-hero__mosaic-item:hover .center-hero__mosaic-overlay {
  background:
    linear-gradient(
      to top,
      rgba(4, 8, 18, 0.93) 0%,
      rgba(4, 8, 18, 0.08) 58%,
      rgba(4, 8, 18, 0.02) 100%
    );
}

/* 扫光动画 */
.center-hero__mosaic-item::after {
  position: absolute;
  top: 0;
  left: -65%;
  z-index: 2;
  width: 30%;
  height: 100%;
  content: "";
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.17),
    transparent
  );
  transform: skewX(-18deg);
  transition: left 0.9s ease;
}

.center-hero__mosaic-item:hover::after {
  left: 130%;
}

.center-hero__mosaic-number {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  display: grid;
  width: 40px;
  height: 40px;
  font-size: 11px;
  font-weight: 800;
  color: #ffffff;
  background: rgba(23, 69, 170, 0.92);
  place-items: center;
  backdrop-filter: blur(10px);
}

.center-hero__mosaic-copy {
  position: absolute;
  right: 22px;
  bottom: 21px;
  left: 22px;
  z-index: 3;
}

.center-hero__mosaic-copy > small {
  display: block;
  margin-bottom: 8px;
  font-size: 8px;
  font-weight: 700;
  color: #8eb2ff;
  letter-spacing: 0.2em;
}

.center-hero__mosaic-copy strong {
  display: block;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.center-hero__mosaic-item--main .center-hero__mosaic-copy {
  right: 34px;
  bottom: 34px;
  left: 34px;
}

.center-hero__mosaic-item--main .center-hero__mosaic-copy > small {
  margin-bottom: 12px;
  font-size: 9px;
}

.center-hero__mosaic-item--main .center-hero__mosaic-copy strong {
  font-size: clamp(28px, 3vw, 45px);
  line-height: 1.15;
}

.center-hero__mosaic-more {
  display: flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  margin-top: 13px;
  padding-bottom: 5px;
  font-size: 8px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.16em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.center-hero__mosaic-more i {
  font-style: normal;
  transition: transform 0.3s ease;
}

.center-hero__mosaic-item:hover .center-hero__mosaic-more i {
  transform: translate(4px, -4px);
}

/* 图片下方信息 */
.center-hero__showcase-bottom {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 20px 4px 0;
}

.center-hero__showcase-bottom > span {
  font-size: 9px;
  font-weight: 700;
  color: #1745aa;
  letter-spacing: 0.18em;
}

.center-hero__showcase-bottom p {
  margin: 0;
  font-size: 8px;
  color: #808691;
  text-align: center;
  letter-spacing: 0.14em;
}

.center-hero__showcase-bottom a {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  font-size: 9px;
  font-weight: 700;
  color: #17191e;
  text-decoration: none;
  letter-spacing: 0.13em;
}

.center-hero__showcase-bottom a i {
  font-style: normal;
  color: #1745aa;
  transition: transform 0.3s ease;
}

.center-hero__showcase-bottom a:hover i {
  transform: translate(4px, -4px);
}

/* =====================================================
   数据
===================================================== */

.center-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(68%, 700px);
  margin: 62px auto 0;
  border-top: 1px solid rgba(17, 19, 24, 0.14);
}

.center-hero__fact {
  position: relative;
  padding: 24px 28px 0;
  text-align: center;
}

.center-hero__fact:not(:last-child)::after {
  position: absolute;
  top: 22px;
  right: 0;
  width: 1px;
  height: 44px;
  content: "";
  background: rgba(17, 19, 24, 0.12);
}

.center-hero__fact strong {
  display: block;
  margin-bottom: 7px;
  font-size: clamp(20px, 2vw, 29px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.center-hero__fact span {
  font-size: 10px;
  color: #737a86;
  letter-spacing: 0.13em;
}

/* =====================================================
   Scroll
===================================================== */

.center-hero__scroll {
  position: absolute;
  right: 27px;
  bottom: 35px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  color: #5c6370;
  text-decoration: none;
}

.center-hero__scroll span {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
}

.center-hero__scroll i {
  position: relative;
  display: block;
  width: 1px;
  height: 55px;
  overflow: hidden;
  background: rgba(17, 19, 24, 0.17);
}

.center-hero__scroll i::after {
  position: absolute;
  top: -100%;
  width: 1px;
  height: 100%;
  content: "";
  background: #1745aa;
  animation: centerScroll 2s ease-in-out infinite;
}

/* =====================================================
   动画
===================================================== */

@keyframes centerTitleIn {
  from {
    opacity: 0;
    transform: translateY(110%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes centerHeroGlow {
  from {
    opacity: 0.5;
    transform: translateX(-50%) scale(0.94);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) scale(1.08);
  }
}

@keyframes centerFrameMove {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(8px, -8px, 0);
  }
}

@keyframes centerEyebrowLine {
  from {
    width: 25px;
  }

  to {
    width: 48px;
  }
}

@keyframes centerCircleOne {
  from {
    transform: rotate(0deg) translateX(0);
  }

  to {
    transform: rotate(360deg) translateX(20px);
  }
}

@keyframes centerCircleTwo {
  from {
    transform: rotate(360deg) translateY(0);
  }

  to {
    transform: rotate(0deg) translateY(-15px);
  }
}

@keyframes centerLineMove {
  from {
    transform: rotate(20deg) translateY(-30px);
  }

  to {
    transform: rotate(20deg) translateY(45px);
  }
}

@keyframes centerLineMoveTwo {
  from {
    transform: rotate(-20deg) translateY(30px);
  }

  to {
    transform: rotate(-20deg) translateY(-40px);
  }
}

@keyframes centerScroll {
  from {
    top: -100%;
  }

  to {
    top: 100%;
  }
}

/* =====================================================
   平板
===================================================== */

@media (max-width: 980px) {
  .center-hero__showcase {
    width: 94%;
  }

  .center-hero__mosaic {
    grid-template-columns: 1.15fr 0.85fr;
    grid-template-rows: repeat(2, 230px);
  }

  .center-hero__mosaic-copy strong {
    font-size: 18px;
  }
}

/* =====================================================
   手机端
===================================================== */

@media (max-width: 768px) {
  .center-hero {
    min-height: auto;
    padding: 108px 0 62px;
  }

  .center-hero__container {
    width: min(calc(100% - 30px), 1280px);
  }

  .center-hero__heading {
    margin-bottom: 42px;
  }

  .center-hero__eyebrow {
    gap: 9px;
    margin-bottom: 21px;
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .center-hero__eyebrow > span {
    width: 19px;
  }

  .center-hero__title {
    font-size: clamp(41px, 11.6vw, 64px);
    line-height: 1.03;
  }

  .center-hero__lead {
    margin-top: 23px;
    padding: 0 8px;
    font-size: 13px;
    line-height: 1.85;
  }

  .center-hero__actions {
    flex-direction: column;
    gap: 14px;
    margin-top: 27px;
  }

  .center-hero__actions .button {
    justify-content: center;
    width: min(100%, 300px);
  }

  .center-hero__showcase {
    width: 100%;
  }

  .center-hero__showcase-frame {
    top: 28px;
    right: -7px;
  }

  .center-hero__mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 310px 190px;
    gap: 7px;
    padding: 7px;
  }

  .center-hero__mosaic-item--main {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .center-hero__mosaic-item--wear {
    grid-column: 1;
    grid-row: 2;
  }

  .center-hero__mosaic-item--monitor {
    grid-column: 2;
    grid-row: 2;
  }

  /* 手机上隐藏第 4 张，避免首屏过长 */
  .center-hero__mosaic-item--iron {
    display: none;
  }

  .center-hero__mosaic-item--main .center-hero__mosaic-copy {
    right: 21px;
    bottom: 22px;
    left: 21px;
  }

  .center-hero__mosaic-item--main .center-hero__mosaic-copy strong {
    font-size: 27px;
  }

  .center-hero__mosaic-copy {
    right: 12px;
    bottom: 13px;
    left: 12px;
  }

  .center-hero__mosaic-copy strong {
    font-size: 15px;
  }

  .center-hero__mosaic-number {
    top: 11px;
    left: 11px;
    width: 32px;
    height: 32px;
    font-size: 9px;
  }

  .center-hero__mosaic-more {
    margin-top: 8px;
    font-size: 7px;
  }

  .center-hero__showcase-bottom {
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding-top: 16px;
  }

  .center-hero__showcase-bottom p {
    display: none;
  }

  .center-hero__facts {
    width: 100%;
    margin-top: 44px;
  }

  .center-hero__fact {
    padding: 21px 8px 0;
  }

  .center-hero__fact strong {
    font-size: 18px;
  }

  .center-hero__fact span {
    font-size: 8px;
    letter-spacing: 0.07em;
  }

  .center-hero__scroll {
    display: none;
  }
}

/* 小屏手机 */
@media (max-width: 430px) {
  .center-hero__title {
    font-size: 41px;
  }

  .center-hero__mosaic {
    grid-template-rows: 285px 175px;
  }

  .center-hero__mosaic-item--main .center-hero__mosaic-copy strong {
    font-size: 24px;
  }

  .center-hero__mosaic-copy strong {
    font-size: 13px;
  }
}

/* 减少动画模式 */
@media (prefers-reduced-motion: reduce) {
  .center-hero *,
  .center-hero *::before,
  .center-hero *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}


/* ===== Center hero layout corrections ===== */
.center-hero__mosaic{
  grid-template-columns:minmax(0,1.35fr) minmax(0,.68fr) minmax(0,.68fr);
  grid-template-rows:repeat(2,265px);
}
.center-hero__mosaic-item--main{grid-column:1;grid-row:1 / 3}
.center-hero__mosaic-item--wear{grid-column:2 / 4;grid-row:1}
.center-hero__mosaic-item--monitor{grid-column:2;grid-row:2}
.center-hero__mosaic-item--iron{grid-column:3;grid-row:2}
.center-hero__mosaic-item--iron img{object-position:center}

@media (max-width:980px){
  .center-hero__mosaic{
    grid-template-columns:minmax(0,1.15fr) minmax(0,.72fr) minmax(0,.72fr);
    grid-template-rows:repeat(2,230px);
  }
}

@media (max-width:768px){
  .center-hero__mosaic{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:300px 185px 175px;
  }
  .center-hero__mosaic-item--main{grid-column:1 / 3;grid-row:1}
  .center-hero__mosaic-item--wear{grid-column:1 / 3;grid-row:2}
  .center-hero__mosaic-item--monitor{grid-column:1;grid-row:3}
  .center-hero__mosaic-item--iron{display:block;grid-column:2;grid-row:3}
  .center-hero__mosaic-item--wear .center-hero__mosaic-copy strong{font-size:18px}
}

@media (max-width:430px){
  .center-hero__mosaic{grid-template-rows:270px 165px 155px}
}


/* =====================================================
   ABOUT SECTION / PRODUCT SHOWCASE
===================================================== */
.about{position:relative;overflow:hidden;background:var(--paper)}
.about__grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(500px,1.05fr) minmax(390px,.95fr);
  gap:clamp(58px,7vw,110px);
  align-items:center;
}
.about-showcase{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.42fr) minmax(175px,.58fr);
  gap:12px;
  min-height:650px;
  padding:18px 18px 18px 0;
}
.about-showcase::before{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:58%;
  height:64%;
  background:var(--blue);
}
.about-showcase::after{
  content:"";
  position:absolute;
  top:0;
  right:6px;
  width:52%;
  height:45%;
  border-top:1px solid rgba(18,58,165,.55);
  border-right:1px solid rgba(18,58,165,.55);
  animation:aboutFrameMove 4.5s ease-in-out infinite alternate;
}
.about-showcase__main{
  position:relative;
  z-index:2;
  min-width:0;
  overflow:hidden;
  background:var(--navy);
  box-shadow:0 32px 80px rgba(8,20,45,.2);
}
.about-showcase__main>img,
.about-showcase__small>img{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .9s var(--ease),filter .6s ease;
}
.about-showcase__main>img{animation:aboutMainImage 13s ease-in-out infinite alternate}
.about-showcase__main:hover>img,
.about-showcase__small:hover>img{filter:saturate(1.08) contrast(1.04);transform:scale(1.08)}
.about-showcase__overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(to top,rgba(4,8,18,.93),rgba(4,8,18,.16) 58%,rgba(4,8,18,.05));
}
.about-showcase__main-head{
  position:absolute;
  top:26px;
  right:27px;
  left:27px;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.about-showcase__main-head span{font-size:10px;font-weight:800;color:#fff;letter-spacing:.2em}
.about-showcase__main-head small{font-size:8px;font-weight:700;color:rgba(255,255,255,.62);letter-spacing:.16em}
.about-showcase__main-copy{
  position:absolute;
  right:30px;
  bottom:36px;
  left:30px;
  z-index:3;
  color:#fff;
}
.about-showcase__main-copy>small{display:block;margin-bottom:13px;font-size:9px;font-weight:800;color:#8eb2ff;letter-spacing:.2em}
.about-showcase__main-copy>strong{display:block;font-size:clamp(27px,2.7vw,42px);font-weight:800;line-height:1.16;letter-spacing:-.045em}
.about-showcase__main-copy>span{display:flex;gap:10px;align-items:center;width:fit-content;margin-top:22px;padding-bottom:7px;font-size:9px;font-weight:800;letter-spacing:.17em;border-bottom:1px solid rgba(255,255,255,.58)}
.about-showcase__main-copy i{font-style:normal;transition:transform .35s ease}
.about-showcase__main:hover .about-showcase__main-copy i{transform:translate(5px,-5px)}
.about-showcase__side{position:relative;z-index:2;display:grid;grid-template-rows:repeat(2,minmax(0,1fr));gap:12px;min-width:0}
.about-showcase__small{position:relative;display:block;min-height:0;overflow:hidden;color:#fff;background:var(--navy)}
.about-showcase__small-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(to top,rgba(4,8,18,.88),rgba(4,8,18,.05) 62%)}
.about-showcase__small>div{position:absolute;right:16px;bottom:17px;left:16px;z-index:2}
.about-showcase__small small{display:block;margin-bottom:7px;font-size:7px;font-weight:800;color:#9bb8ff;letter-spacing:.15em}
.about-showcase__small strong{display:block;font-size:15px;line-height:1.45}
.about-showcase__main::after,
.about-showcase__small::after{
  content:"";
  position:absolute;
  top:0;
  left:-70%;
  z-index:2;
  width:34%;
  height:100%;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent);
  transform:skewX(-18deg);
  transition:left .9s ease;
}
.about-showcase__main:hover::after,
.about-showcase__small:hover::after{left:135%}
.about-showcase__standard{
  position:absolute;
  bottom:42px;
  left:20px;
  z-index:5;
  width:218px;
  padding:24px 26px;
  color:var(--ink);
  background:rgba(255,255,255,.96);
  box-shadow:0 24px 60px rgba(8,20,45,.2);
  backdrop-filter:blur(15px);
  animation:aboutCardFloat 4.8s ease-in-out infinite;
}
.about-showcase__standard>span{display:block;margin-bottom:14px;font-size:8px;font-weight:800;color:var(--blue);letter-spacing:.18em}
.about-showcase__standard>strong{display:block;font-size:28px;font-weight:900;line-height:1.05;letter-spacing:-.055em}
.about-showcase__standard p{margin:16px 0 0;font-size:10px;line-height:1.8;color:#717783}
.about-showcase__seal{
  position:absolute;
  top:48px;
  right:14px;
  z-index:5;
  display:grid;
  width:108px;
  height:108px;
  color:#fff;
  text-align:center;
  border:1px solid rgba(255,255,255,.65);
  border-radius:50%;
  background:rgba(8,20,45,.76);
  place-content:center;
  backdrop-filter:blur(12px);
  animation:aboutSealFloat 5.5s ease-in-out infinite;
}
.about-showcase__seal span{font-size:6px;font-weight:800;letter-spacing:.18em}
.about-showcase__seal strong{display:block;margin:7px 0 5px;font-size:26px;line-height:1}
.about-showcase__seal small{font-size:6px;letter-spacing:.16em;opacity:.75}
.about-showcase__blue-line{position:absolute;bottom:18px;left:25%;z-index:4;width:135px;height:3px;background:var(--blue-bright);animation:aboutBlueLine 4s ease-in-out infinite alternate}
.about__numbers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:42px;padding-top:24px;border-top:1px solid #d9dce1}
.about__numbers>div{position:relative;padding:0 18px}
.about__numbers>div:first-child{padding-left:0}
.about__numbers>div:not(:last-child)::after{content:"";position:absolute;top:2px;right:0;width:1px;height:39px;background:#d9dce1}
.about__numbers strong{display:block;margin-bottom:7px;font-size:21px;font-weight:900;line-height:1;letter-spacing:-.04em}
.about__numbers span{display:block;font-size:7px;font-weight:700;color:#858b96;letter-spacing:.12em}
@keyframes aboutMainImage{from{transform:scale(1.02)}to{transform:scale(1.09)}}
@keyframes aboutCardFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
@keyframes aboutSealFloat{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(12px) rotate(5deg)}}
@keyframes aboutFrameMove{from{transform:translate(0,0)}to{transform:translate(9px,-9px)}}
@keyframes aboutBlueLine{from{width:70px}to{width:145px}}

@media (max-width:1100px){
  .about__grid{grid-template-columns:minmax(420px,1fr) minmax(350px,.9fr);gap:60px}
  .about-showcase{min-height:590px}
}
@media (max-width:820px){
  .about__grid{display:flex;flex-direction:column;gap:58px}
  .about__content{order:1;width:100%}
  .about-showcase{order:2;grid-template-columns:1fr .48fr;width:100%;min-height:560px;padding:12px 12px 12px 0}
  .about-showcase__standard{bottom:28px;left:10px;width:188px;padding:20px 21px}
  .about-showcase__standard>strong{font-size:25px}
  .about-showcase__seal{top:32px;right:8px;width:88px;height:88px}
  .about-showcase__main-copy{right:21px;bottom:25px;left:21px}
  .about-showcase__main-copy>strong{font-size:30px}
}
@media (max-width:560px){
  .about-showcase{grid-template-columns:1fr;grid-template-rows:380px 165px;min-height:0;gap:8px;padding:8px 8px 8px 0}
  .about-showcase__main{grid-row:1}
  .about-showcase__side{grid-row:2;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:1fr;gap:8px}
  .about-showcase__standard{bottom:122px;left:10px;width:168px;padding:17px 18px}
  .about-showcase__standard>strong{font-size:21px}
  .about-showcase__standard p{display:none}
  .about-showcase__seal{top:22px;right:13px;width:76px;height:76px}
  .about-showcase__main-copy{right:18px;bottom:24px;left:18px}
  .about-showcase__main-copy>strong{font-size:25px}
  .about-showcase__main-copy>span{margin-top:15px}
  .about-showcase__main-head{top:18px;right:18px;left:18px}
  .about-showcase__main-head small{display:none}
  .about-showcase__small>div{right:11px;bottom:12px;left:11px}
  .about-showcase__small strong{font-size:12px}
  .about-showcase__blue-line{display:none}
  .about__numbers>div{padding:0 8px}
  .about__numbers strong{font-size:16px}
  .about__numbers span{font-size:6px}
}


/* ===== Company map final responsive rules ===== */
@media (max-width:900px){.company__map{height:470px;min-height:470px}}
@media (max-width:560px){
  .company__map{height:400px;min-height:400px}
  .company__map .map-label{right:12px;bottom:12px;left:12px;display:block;padding:14px 16px}
  .company__map .map-label strong{display:block;margin-top:5px}
}


/* =====================================================
   MULTI-PAGE / HEADER / FOOTER FINAL OVERRIDES
===================================================== */
.brand.brand--mark{display:flex;width:60px;height:70px;align-items:center;justify-content:center;overflow:visible;flex:0 0 60px}
.brand.brand--mark img{display:block;width:auto;height:56px;object-fit:contain}
.header-contact-button{display:inline-flex;min-height:46px;align-items:center;gap:10px;padding:0 18px;color:#fff;font-size:11px;font-weight:800;letter-spacing:.06em;background:var(--blue);border:1px solid var(--blue);transition:color .3s ease,background-color .3s ease}
.header-contact-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.5}
.header-contact-button:hover{color:var(--blue);background:#fff}
.desktop-nav a[aria-current="page"],.mobile-menu a[aria-current="page"]{color:var(--blue)}
@media(max-width:1180px){.desktop-nav{display:none}.menu-toggle{display:block}.header-contact-button{display:none}.language-switch{border-left:0;padding-left:0}}

.company__detail-link{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;width:100%;margin-top:30px;padding:18px 0;border-top:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18);font-size:11px;font-weight:800;letter-spacing:.08em}
.company__detail-link i{font-style:normal;font-size:20px;color:#88a8ff}
.contact__actions{display:flex;justify-content:center;align-items:center;gap:22px;flex-wrap:wrap;margin-top:42px}
.contact__page-button{min-height:64px;padding:0 30px;background:#fff;color:var(--blue);display:inline-flex;align-items:center;gap:36px;font-size:12px;font-weight:800;letter-spacing:.08em}
.contact__page-button i{font-style:normal;font-size:20px}
.contact__mail-link{font-size:13px;font-weight:700;border-bottom:1px solid rgba(255,255,255,.45);padding:8px 0}

.footer__top--company{display:grid;grid-template-columns:1.1fr .9fr 1fr;gap:70px;align-items:start}
.footer__identity p{margin:22px 0 0;color:#7d8492;font-size:11px;letter-spacing:.05em}
.footer__brand.footer__brand--mark{width:auto;padding:0;display:flex;align-items:center;gap:18px;color:#fff}
.footer__brand--mark strong{font-size:20px;letter-spacing:-.02em}
.footer__mark-box{display:grid;width:66px;height:74px;place-items:center;background:#fff;border-radius:2px}
.footer__mark-box img{width:auto;height:58px;object-fit:contain}
.footer__contact-list{display:flex;flex-direction:column;gap:15px;color:#fff;font-size:11px;line-height:1.8}
.footer__contact-list a,.footer__contact-list p{margin:0}
.footer__contact-list span{display:block;color:#687183;font-size:8px;letter-spacing:.16em;margin-bottom:2px}
@media(max-width:980px){.footer__top--company{grid-template-columns:1fr 1fr}.footer__identity{grid-column:1/3}.footer__nav{gap:45px}}
@media(max-width:620px){.footer__top--company{display:block}.footer__identity,.footer__contact-list{margin-bottom:45px}.footer__brand--mark strong{font-size:17px}}

/* =====================================================
   SUBPAGE HERO
===================================================== */
.subpage-hero{position:relative;min-height:620px;padding-top:var(--header-h);display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#fff 0%,#f4f6fb 62%,#e9eef8 100%)}
.subpage-hero__background{position:absolute;inset:0;overflow:hidden;pointer-events:none}
.subpage-hero__background:after{content:"";position:absolute;right:-150px;bottom:-240px;width:650px;height:650px;border:1px solid rgba(18,58,165,.12);border-radius:50%;box-shadow:0 0 0 100px rgba(18,58,165,.025),0 0 0 200px rgba(18,58,165,.018)}
.subpage-hero__circle{position:absolute;left:8%;top:20%;width:260px;height:260px;border:1px solid rgba(18,58,165,.1);border-radius:50%;animation:shapePulse 7s ease-in-out infinite alternate}
.subpage-hero__line{position:absolute;display:block;width:1px;height:130%;background:linear-gradient(to bottom,transparent,rgba(18,58,165,.14),transparent)}
.subpage-hero__line--one{left:34%;top:-15%;transform:rotate(27deg)}
.subpage-hero__line--two{right:20%;top:-15%;transform:rotate(-27deg)}
.subpage-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr .55fr;align-items:center;gap:80px;padding-top:35px}
.subpage-hero__content h1{font-size:clamp(62px,8vw,118px);line-height:.95;letter-spacing:-.07em;margin:0;font-weight:900;color:var(--ink)}
.subpage-hero__content>p:last-child{max-width:610px;margin:31px 0 0;color:var(--muted);font-size:16px;line-height:2}
.subpage-hero__mark{display:flex;align-items:center;justify-content:center;min-height:360px}
.subpage-hero__mark img{width:min(290px,80%);height:auto;filter:drop-shadow(0 30px 45px rgba(18,58,165,.18));animation:floatCard 4.6s ease-in-out infinite alternate}
@media(max-width:820px){.subpage-hero{min-height:690px;align-items:flex-start}.subpage-hero__inner{grid-template-columns:1fr;padding-top:155px;gap:25px}.subpage-hero__mark{position:absolute;right:8px;bottom:35px;min-height:0;opacity:.22}.subpage-hero__mark img{width:180px}.subpage-hero__content h1{font-size:clamp(52px,14vw,78px)}.subpage-hero__content>p:last-child{font-size:14px;max-width:85%}}

/* Company page */
.profile-intro{background:#fff}
.profile-intro__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:10vw;align-items:start}
.profile-intro__copy{font-size:15px;line-height:2.15;color:var(--muted)}
.profile-intro__copy p{margin:0 0 22px}.profile-intro__lead{font-size:22px!important;line-height:1.75!important;color:var(--ink)!important;font-weight:700}
.profile-values{display:grid;grid-template-columns:repeat(3,1fr);margin-top:80px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.profile-values article{padding:34px 36px;position:relative}.profile-values article:not(:last-child){border-right:1px solid var(--line)}
.profile-values span{font-size:9px;color:var(--blue);font-weight:800}.profile-values strong{display:block;font-size:31px;margin:14px 0 9px;letter-spacing:-.04em}.profile-values p{margin:0;color:var(--muted);font-size:12px;line-height:1.8}
.company-info-page{background:var(--paper)}
.company-info-page__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:stretch}
.company-info-page__table{margin:0;background:#fff;padding:18px 36px;box-shadow:0 24px 70px rgba(8,20,45,.08)}
.company-info-page__table div{display:grid;grid-template-columns:145px 1fr;padding:23px 0;border-bottom:1px solid var(--line)}.company-info-page__table div:last-child{border-bottom:0}
.company-info-page__table dt{font-size:10px;color:#7c828d;letter-spacing:.12em}.company-info-page__table dd{margin:0;font-size:14px;line-height:1.8}.company-info-page__table a{border-bottom:1px solid #aab0ba}
.company-info-page__map{position:relative;min-height:560px;overflow:hidden;background:#dfe3e8;box-shadow:0 24px 70px rgba(8,20,45,.08)}
.company-info-page__map iframe{width:100%;height:100%;min-height:560px;border:0;filter:grayscale(.25) contrast(.98)}
.company-info-page__map>a{position:absolute;left:18px;right:18px;bottom:18px;background:rgba(255,255,255,.95);padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 12px 35px rgba(0,0,0,.12)}
.company-info-page__map>a span{font-size:8px;color:#8a8f98;letter-spacing:.12em}.company-info-page__map>a strong{font-size:11px}
@media(max-width:900px){.profile-intro__grid,.company-info-page__grid{grid-template-columns:1fr}.profile-values{grid-template-columns:1fr}.profile-values article:not(:last-child){border-right:0;border-bottom:1px solid var(--line)}.company-info-page__map{min-height:470px}.company-info-page__map iframe{min-height:470px}}
@media(max-width:560px){.company-info-page__table{padding:10px 20px}.company-info-page__table div{grid-template-columns:100px 1fr}.profile-intro__lead{font-size:19px!important}}

/* Business page */
.business-page{background:#fff}.business-page--gray{background:var(--paper)}
.business-page__row{display:grid;grid-template-columns:1.08fr .92fr;gap:80px;align-items:center}.business-page__row--reverse{grid-template-columns:.92fr 1.08fr}.business-page__row--reverse .business-page__media{order:2}
.business-page__media{position:relative;display:block;min-height:600px;overflow:hidden;background:#e9ebee;box-shadow:0 30px 80px rgba(8,20,45,.12)}
.business-page__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease)}.business-page__media:hover img{transform:scale(1.045)}
.business-page__media>span{position:absolute;left:22px;right:22px;bottom:22px;background:rgba(255,255,255,.94);padding:18px 20px}.business-page__media small{display:block;font-size:8px;color:var(--blue);letter-spacing:.16em;font-weight:800}.business-page__media strong{display:block;font-size:19px;margin-top:7px}
.business-page__content{position:relative}.business-page__number{display:block;font-size:11px;color:var(--blue);font-weight:800;margin-bottom:34px}.business-page__content h2{font-size:clamp(48px,5vw,78px);letter-spacing:-.06em;margin:0 0 30px}.business-page__content>p:not(.section-kicker){color:var(--muted);font-size:15px;line-height:2.05;margin:0 0 19px}.business-page__content .button{margin-top:25px}
.business-page__points{list-style:none;padding:0;margin:34px 0 0;border-top:1px solid var(--line)}.business-page__points li{padding:16px 0 16px 28px;border-bottom:1px solid var(--line);position:relative;font-size:13px}.business-page__points li:before{content:"";position:absolute;left:2px;top:50%;width:8px;height:8px;background:var(--blue);transform:translateY(-50%) rotate(45deg)}
@media(max-width:900px){.business-page__row,.business-page__row--reverse{grid-template-columns:1fr;gap:55px}.business-page__row--reverse .business-page__media{order:0}.business-page__media{min-height:480px}}
@media(max-width:560px){.business-page__media{min-height:390px}.business-page__content h2{font-size:44px}}

/* Contact page */
.contact-page{background:#fff}.contact-page__grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:stretch}
.contact-page__topics,.contact-page__information{padding:48px;background:var(--paper);box-shadow:0 24px 70px rgba(8,20,45,.08)}
.contact-page h2{font-size:clamp(34px,4vw,56px);letter-spacing:-.05em;margin:0 0 38px}.contact-page__topic-list{border-top:1px solid var(--line)}.contact-page__topic-list article{display:grid;grid-template-columns:46px 1fr;gap:20px;padding:28px 0;border-bottom:1px solid var(--line)}.contact-page__topic-list article>span{font-size:10px;color:var(--blue);font-weight:800}.contact-page__topic-list strong{font-size:22px}.contact-page__topic-list p{margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.9}
.contact-page__information{background:var(--navy);color:#fff}.contact-page__information .section-kicker{color:#86a8ff}.contact-page__information dl{margin:0}.contact-page__information dl div{display:grid;grid-template-columns:115px 1fr;gap:20px;padding:20px 0;border-top:1px solid rgba(255,255,255,.16)}.contact-page__information dt{font-size:9px;color:rgba(255,255,255,.5);letter-spacing:.12em}.contact-page__information dd{margin:0;font-size:14px;line-height:1.8}.contact-page__information a{border-bottom:1px solid rgba(255,255,255,.38)}
.contact-page__mail-button{display:flex;align-items:center;justify-content:center;gap:18px;width:100%;min-height:68px;margin-top:34px;background:var(--blue-bright);color:#fff;font-weight:800;font-size:13px;border:0!important}.contact-page__mail-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5}
.contact-map{position:relative;background:#dfe3e8}.contact-map iframe{display:block;width:100%;height:560px;filter:grayscale(.25) contrast(.98)}.contact-map__label{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);background:rgba(255,255,255,.95);padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:0 18px 50px rgba(8,20,45,.15)}.contact-map__label small{display:block;font-size:8px;color:var(--blue);letter-spacing:.15em}.contact-map__label strong{display:block;font-size:16px;margin-top:5px}.contact-map__label>a{font-size:11px;font-weight:800}
@media(max-width:820px){.contact-page__grid{grid-template-columns:1fr}.contact-page__topics,.contact-page__information{padding:35px}.contact-map__label{width:calc(100% - 40px)}}
@media(max-width:520px){.contact-page__topics,.contact-page__information{padding:28px 22px}.contact-page__information dl div{grid-template-columns:90px 1fr}.contact-map iframe{height:450px}.contact-map__label{display:block}.contact-map__label>a{display:block;margin-top:12px}}

/* Privacy page */
.privacy-page{background:#fff}.privacy-page__container{max-width:980px}.privacy-page__intro{font-size:18px;line-height:2;color:var(--muted);padding:0 0 55px;border-bottom:1px solid var(--ink)}.privacy-page__intro p{margin:0}
.privacy-page__list article{display:grid;grid-template-columns:80px 1fr;gap:35px;padding:48px 0;border-bottom:1px solid var(--line)}.privacy-page__list article>span{font-size:11px;color:var(--blue);font-weight:800}.privacy-page__list h2{font-size:27px;letter-spacing:-.03em;margin:0 0 18px}.privacy-page__list p{margin:0;color:var(--muted);font-size:14px;line-height:2.05}.privacy-page__list a{color:var(--blue);border-bottom:1px solid rgba(18,58,165,.35)}
@media(max-width:560px){.privacy-page__list article{grid-template-columns:42px 1fr;gap:15px;padding:35px 0}.privacy-page__list h2{font-size:22px}.privacy-page__intro{font-size:15px}}
