:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#08070a;--panel:#151019;--text:#fff8f1;--text-rgb:255, 248, 241;--muted:#ead9f2;--subtle:#c9b8d3;--faint:#a995b7;--line:rgba(var(--text-rgb), .14);--magenta:#ff9ceb;--magenta-strong:#f574de;--magenta-deep:#b86aa8;--magenta-rgb:255, 156, 235;--violet:#b79be7;--violet-rgb:183, 155, 231;--cyan:#8fe7f4;--cyan-rgb:143, 231, 244;--lime:#f2ffd0;--lime-strong:#ddf79a;--lime-rgb:242, 255, 208;--amber:#f4d782;--amber-rgb:244, 215, 130;--radius:8px;--content:min(1180px, calc(100vw - 40px));--site-header-height:72px;--site-anchor-offset:var(--site-header-height);--site-footer-reserved-height:86px;--site-section-height:calc(100svh - var(--site-header-height) - var(--site-footer-reserved-height));--site-section-body-height:var(--site-section-height);--web-background-image:image-set(url(/assets/web-background.png) 1x);font-family:Inter,Pretendard,Noto Sans KR,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--site-anchor-offset);scroll-padding-bottom:var(--site-footer-reserved-height);-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}body{padding-bottom:var(--site-footer-reserved-height);-ms-overflow-style:none;scrollbar-width:none;background:var(--web-background-image) center top / cover fixed no-repeat, radial-gradient(circle at 80% 0%, rgba(var(--magenta-rgb), .14), transparent 34rem), linear-gradient(135deg, #08070a 0%, #160715 54%, #210017 100%);color:var(--text);margin:0;overflow-x:hidden}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}img{max-width:100%;display:block}section[id]{scroll-margin-top:var(--site-anchor-offset)}.site-header{z-index:40;min-height:var(--site-header-height);border-bottom:1px solid rgba(var(--text-rgb), .12);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#050005e0;position:sticky;top:0}.site-header__inner{width:min(1280px,100vw - 40px);min-height:var(--site-header-height);grid-template-columns:1fr auto 1fr;align-items:center;gap:clamp(18px,3vw,42px);margin:0 auto;display:grid}.site-header__brand{justify-self:start;align-items:center;min-width:0;padding:3px 0;display:inline-flex}.site-header__nav{justify-content:center;justify-self:center;align-items:center;gap:clamp(14px,2.2vw,30px);min-width:0;display:flex}.site-header__nav a{color:rgba(var(--text-rgb), .76);white-space:nowrap;font-size:.92rem;font-weight:750}.site-header__menu-button{border:1px solid rgba(var(--magenta-rgb), .38);background:rgba(var(--magenta-rgb), .1);width:46px;height:46px;color:var(--text);border-radius:10px;place-items:center;display:none}.site-header__mobile-menu{display:none}.quick-contact-button{right:clamp(18px,3vw,36px);bottom:calc(var(--site-footer-reserved-height) + 18px + env(safe-area-inset-bottom,0px));z-index:50;border:1px solid rgba(var(--cyan-rgb), .46);background:linear-gradient(135deg, rgba(var(--cyan-rgb), .18), rgba(var(--magenta-rgb), .12)), #10121ce0;min-height:48px;box-shadow:0 14px 36px #00000057, inset 0 1px 0 rgba(var(--text-rgb), .12);color:var(--text);white-space:nowrap;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:999px;justify-content:center;align-items:center;gap:9px;padding:0 18px;font-size:.94rem;font-weight:850;text-decoration:none;display:inline-flex;position:fixed}.site-header__brand:hover,.site-header__brand:focus-visible,.site-header__nav a:hover,.site-header__nav a:focus-visible,.site-header__menu-button:hover,.site-header__menu-button:focus-visible,.site-header__mobile-menu a:hover,.site-header__mobile-menu a:focus-visible,.quick-contact-button:hover,.quick-contact-button:focus-visible,.site-footer a:hover,.site-footer a:focus-visible{outline:2px solid rgba(var(--cyan-rgb), .55);outline-offset:4px}.site-shell{min-height:var(--site-section-height);background:0 0}.hero{isolation:isolate;background:0 0;min-height:auto;padding:0;display:block;position:relative;overflow:visible}.hero:before,.hero:after{content:"";z-index:-1;pointer-events:none;display:none;position:absolute}.eyebrow{color:var(--magenta);letter-spacing:0;text-transform:uppercase;margin:0 0 16px;font-size:.82rem;font-weight:800}.hero-product{background:0 0;grid-template-columns:1fr;align-items:start;gap:clamp(88px,12svh,132px);width:min(1180px,100vw - 72px);min-height:auto;margin:0 auto;padding:clamp(42px,6svh,72px) 0 clamp(96px,13svh,140px);display:grid;position:relative}.hero-product-info{width:min(760px,100%);min-height:calc(var(--site-section-height) - clamp(42px, 6svh, 72px));scroll-margin-top:var(--site-anchor-offset);align-content:center;justify-items:start;gap:22px;display:grid}.hero-kicker{color:var(--magenta);margin:0;font-size:clamp(1.12rem,1.7vw,1.58rem);font-weight:800;line-height:1.18}.hero-product-info h1{max-width:720px;color:var(--text);letter-spacing:0;margin:0;font-size:clamp(4.3rem,7vw,7.4rem);font-weight:900;line-height:.95}.hero-product-info h1 span{display:block}.hero-lead{max-width:740px;color:var(--cyan);margin:0;font-size:clamp(1.15rem,1.65vw,1.48rem);font-weight:850;line-height:1.42}.hero-platform{flex-wrap:wrap;gap:8px;display:flex}.hero-platform span{border:1px solid rgba(var(--lime-rgb), .28);min-height:32px;color:var(--lime);background:#08000e61;border-radius:8px;align-items:center;padding:0 12px;font-size:clamp(.82rem,.92vw,.96rem);font-weight:850;display:inline-flex}.hero-patent-line{border:1px solid rgba(var(--cyan-rgb), .4);min-width:min(560px,100%);color:var(--lime);background:#01060cb8;border-radius:8px;margin:0;padding:14px 16px 15px;font-size:clamp(1.2rem,2vw,1.8rem);font-weight:500;line-height:1.15}.tech-emphasis{color:var(--magenta)}.product-meta{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;width:min(720px,100%);display:grid}.product-meta div{border:1px solid rgba(var(--text-rgb), .18);min-height:72px;box-shadow:inset 0 1px 0 rgba(var(--text-rgb), .08);background:#08000e85;border-radius:8px;align-content:center;gap:7px;padding:12px;display:grid}.product-meta span{color:var(--faint);font-size:clamp(.72rem,.78vw,.82rem);font-weight:850}.product-meta-value{color:var(--muted);font-size:clamp(.86rem,.96vw,1.02rem);font-weight:900;line-height:1.22}.textile-logo{width:var(--logo-width);height:var(--logo-height);color:var(--text);flex:none;font-family:Times New Roman,Times,serif;line-height:1;display:block;position:relative}.textile-logo__badge{top:var(--logo-badge-top);right:var(--logo-badge-right);min-width:var(--logo-badge-width);min-height:var(--logo-badge-height);padding:0 var(--logo-badge-pad-x) var(--logo-badge-pad-bottom);border:var(--logo-badge-border) solid var(--violet);border-radius:var(--logo-badge-radius);color:var(--lime);font-size:var(--logo-badge-size);place-items:center;font-weight:700;line-height:1;display:grid;position:absolute}.textile-logo__textile,.textile-logo__office{color:var(--text);font-size:var(--logo-word-size);letter-spacing:0;font-weight:700;line-height:.82;display:block;position:absolute}.textile-logo__textile{top:var(--logo-textile-top);left:var(--logo-textile-left)}.textile-logo__office{top:var(--logo-office-top);right:var(--logo-office-right)}.textile-logo--hero{--logo-width:min(620px, 78vw);--logo-height:calc(var(--logo-width) * .723);--logo-badge-top:calc(var(--logo-width) * .052);--logo-badge-right:0px;--logo-badge-width:calc(var(--logo-width) * .388);--logo-badge-height:calc(var(--logo-width) * .12);--logo-badge-pad-x:calc(var(--logo-width) * .028);--logo-badge-pad-bottom:calc(var(--logo-width) * .008);--logo-badge-border:2px;--logo-badge-radius:8px;--logo-badge-size:calc(var(--logo-width) * .074);--logo-word-size:calc(var(--logo-width) * .26);--logo-textile-top:calc(var(--logo-width) * .235);--logo-textile-left:calc(var(--logo-width) * .035);--logo-office-top:calc(var(--logo-width) * .54);--logo-office-right:calc(var(--logo-width) * .02)}.textile-logo--table{--logo-width:184px;--logo-height:112px;--logo-badge-top:3px;--logo-badge-right:0px;--logo-badge-width:116px;--logo-badge-height:24px;--logo-badge-pad-x:10px;--logo-badge-pad-bottom:2px;--logo-badge-border:2px;--logo-badge-radius:6px;--logo-badge-size:19px;--logo-word-size:32px;--logo-textile-top:34px;--logo-textile-left:12px;--logo-office-top:75px;--logo-office-right:14px}.textile-logo--header{--logo-width:130px;--logo-height:60px;--logo-badge-top:0px;--logo-badge-right:0px;--logo-badge-width:58px;--logo-badge-height:16px;--logo-badge-pad-x:5px;--logo-badge-pad-bottom:1px;--logo-badge-border:1px;--logo-badge-radius:4px;--logo-badge-size:10px;--logo-word-size:28px;--logo-textile-top:16px;--logo-textile-left:0px;--logo-office-top:39px;--logo-office-right:1px}.hero-product-copy{width:min(760px,100%);min-height:var(--site-section-height);scroll-margin-top:var(--site-anchor-offset);align-content:center;justify-items:center;gap:clamp(18px,3.4svh,34px);margin:0 auto;padding:0;display:grid}.product-badge{border-radius:8px;min-height:58px;margin-bottom:10px;padding:0 34px 5px;font-size:clamp(1.55rem,2.5vw,2.1rem)}.hero-product-copy h2{color:var(--text);text-align:center;margin:0;font-family:Times New Roman,Times,serif;font-size:clamp(5.5rem,8.8vw,9.2rem);font-weight:700;line-height:1.14}.product-yellow{width:min(680px,100%);color:var(--lime);text-align:center;margin:0;font-size:clamp(1.28rem,1.78vw,1.7rem);font-weight:500;line-height:1.6;transform:none}.product-yellow span{white-space:nowrap;display:block}.product-yellow span+span{padding-left:0}.hero-strategy-copy{border:1px solid rgba(var(--lime-rgb), .32);width:min(720px,100%);color:var(--lime-strong);text-align:center;background:#08000e75;border-radius:8px;margin:0;padding:14px 18px 15px;font-size:clamp(1rem,1.32vw,1.22rem);font-weight:750;line-height:1.45}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.primary-action,.secondary-action{border-radius:999px;justify-content:center;align-items:center;gap:9px;min-height:46px;font-weight:800;display:inline-flex}.primary-action{background:linear-gradient(135deg, var(--magenta), var(--magenta-deep));box-shadow:0 16px 40px rgba(var(--magenta-rgb), .24);padding:0 20px}.secondary-action{border:1px solid var(--line);background:rgba(var(--text-rgb), .06);color:var(--text);padding:0 18px}.primary-action:hover,.primary-action:focus-visible,.secondary-action:hover,.secondary-action:focus-visible{outline:2px solid rgba(var(--cyan-rgb), .55);outline-offset:3px;transform:translateY(-1px)}.section{padding:110px 0;position:relative}.section-frame{isolation:isolate;background:0 0;min-height:0;position:relative}.section-frame__body{height:auto;min-height:0;position:relative;top:auto;overflow:visible}.section-frame__body>*{min-height:0}.section-frame--hero{min-height:auto}.section-frame--hero .section-frame__body{height:auto;min-height:0;position:relative;top:auto;overflow:visible}.section-frame--hero .section-frame__body>*,.section-frame--features{min-height:0}.section:before{content:"";z-index:-1;background:linear-gradient(90deg, rgba(var(--cyan-rgb), .04), transparent 35%), linear-gradient(180deg, rgba(var(--text-rgb), .02), transparent);position:absolute;inset:0}.section-heading{width:var(--content);margin:0 auto 44px}.section-heading.narrow{max-width:850px}.section-heading h2{letter-spacing:0;margin:0;font-size:clamp(2.1rem,4vw,4.6rem);line-height:1.08}.section-heading p:not(.eyebrow){max-width:780px;color:var(--muted);margin:18px 0 0;font-size:1.05rem;line-height:1.8}.platform-grid{width:var(--content);grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:stretch;gap:26px;margin:0 auto;display:grid}.diagram-frame{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg, rgba(var(--violet-rgb), .18), rgba(var(--magenta-rgb), .11)), rgba(var(--text-rgb), .04);place-items:center;min-height:340px;padding:32px;display:grid}.diagram-frame img{border-radius:var(--radius);width:min(620px,100%);box-shadow:0 22px 80px #00000057}.diagram-zoom-button{width:100%;color:var(--text);cursor:zoom-in;background:0 0;border:0;place-items:center;padding:0;display:grid;position:relative}.diagram-zoom-button>span{border:1px solid var(--line);width:42px;height:42px;color:var(--magenta);background:#08070ac7;border-radius:999px;place-items:center;display:grid;position:absolute;bottom:16px;right:16px}.diagram-zoom-button:hover>span,.diagram-zoom-button:focus-visible>span{background:rgba(var(--magenta-rgb), .18)}.diagram-zoom-button:focus-visible{outline:2px solid rgba(var(--cyan-rgb), .55);outline-offset:4px}.platform-points{gap:14px;display:grid}.point{border:1px solid var(--line);border-radius:var(--radius);background:rgba(var(--text-rgb), .055);grid-template-columns:auto 1fr;gap:14px;min-height:104px;padding:22px;display:grid}.point>span{background:rgba(var(--cyan-rgb), .11);width:42px;height:42px;color:var(--cyan);border-radius:999px;place-items:center;display:grid}.point h3,.patent-panel h3,.press-card h3{letter-spacing:0;margin:0;font-size:1.18rem;line-height:1.35}.point p,.patent-panel p{color:var(--muted);margin:8px 0 0;line-height:1.72}.module-section{min-height:var(--site-section-height);border-top:1px solid rgba(var(--text-rgb), .07);background:linear-gradient(#0500051a,#05000538);padding:clamp(56px,6svh,72px) 0 56px;position:relative;overflow:hidden}.module-copy{width:var(--content);border-bottom:1px solid rgba(var(--text-rgb), .08);margin:0 auto;padding:0 0 34px}.module-copy h2{color:var(--magenta);margin:0;font-size:clamp(2rem,2.7vw,3rem);font-weight:900;line-height:1.15}.module-subtitle{color:var(--amber);margin:21px 0 0;font-size:clamp(1.45rem,2.1vw,2.2rem);font-weight:850;line-height:1.18}.module-subtitle span{color:var(--text);font-family:Georgia,Times New Roman,Times,serif;font-weight:700}.module-description{color:var(--lime-strong);margin:17px 0 0;font-size:clamp(1.08rem,1.55vw,1.48rem);font-weight:650;line-height:1.58}.module-board{width:var(--content);grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(16px,1.8vw,24px);margin:0 auto;padding:34px 0 0;display:grid}.module-item{border:1px solid rgba(var(--text-rgb), .15);box-shadow:inset 0 1px 0 rgba(var(--text-rgb), .12), 0 18px 54px #1400182e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(#12051e7a,#23052a38),#08000e29;border-radius:24px;grid-template-rows:auto 1fr;align-content:start;gap:16px;padding:12px 12px 18px;display:grid;position:relative;overflow:hidden}.module-item:before{content:"";pointer-events:none;background:linear-gradient(135deg, rgba(var(--text-rgb), .12), transparent 42%);opacity:.55;position:absolute;inset:0}.module-box{z-index:1;border:3px solid rgba(var(--magenta-rgb), .48);background:radial-gradient(circle at 18% 0%, rgba(var(--text-rgb), .18), transparent 56%), linear-gradient(145deg, rgba(var(--magenta-rgb), .32), rgba(var(--violet-rgb), .34)), rgba(var(--magenta-rgb), .11);min-height:clamp(118px,13svh,146px);box-shadow:inset 0 1px 0 rgba(var(--text-rgb), .16);border-radius:20px;place-items:center;padding:18px;display:grid;position:relative}.module-box h3{color:var(--text);text-align:center;margin:0;font-size:clamp(1.28rem,1.68vw,1.72rem);font-weight:900;line-height:1.38}.module-title-stack{justify-content:center;align-items:center;gap:.28em;line-height:1.1;display:inline-flex}.module-title-dot{color:var(--magenta);font-size:.86em;line-height:1}.module-detail{z-index:1;color:rgba(var(--text-rgb), .9);word-break:keep-all;align-content:start;gap:8px;padding:4px 4px 0;font-size:clamp(.82rem,1vw,.98rem);font-weight:800;line-height:1.28;display:grid;position:relative}.module-detail p{margin:0}.module-detail-title{border-bottom:2px solid rgba(var(--magenta-rgb), .45);width:fit-content;color:var(--magenta);margin-bottom:4px;padding:0 0 4px;font-size:1.06em;font-weight:900}.press-grid{width:var(--content);margin:0 auto}.exclusive-section{min-height:var(--site-section-height);background:radial-gradient(circle at 88% 28%, rgba(var(--magenta-rgb), .1), transparent 28rem), linear-gradient(90deg, #05000529, #16001247 58%, #25001857);position:relative;overflow:hidden}.exclusive-heading,.exclusive-grid{z-index:1;position:relative}.exclusive-heading-question{font-weight:800;color:var(--lime)!important}.exclusive-heading-answer{font-weight:800;color:var(--lime-strong)!important}.exclusive-grid{width:var(--content);grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0 auto;display:grid}.exclusive-card{border:1px solid rgba(var(--magenta-rgb), .32);border-radius:var(--radius);width:100%;min-height:clamp(500px,39vw,560px);color:inherit;font:inherit;text-align:left;cursor:pointer;isolation:isolate;background:#08000e5c;flex-direction:column;padding:clamp(18px,1.7vw,24px);transition:border-color .16s,transform .16s,background .16s;display:flex;position:relative;overflow:hidden;box-shadow:0 22px 60px #00000038}.exclusive-card:hover,.exclusive-card:focus-visible{border-color:rgba(var(--magenta-rgb), .58);background:rgba(var(--text-rgb), .08);transform:translateY(-2px)}.exclusive-card:before{z-index:-1;content:"";background:linear-gradient(#07000c5c 0%,#07000c1a 30%,#07000c2e 56%,#07000cc2 100%),linear-gradient(90deg,#0000006b,#4200370f 62%,#4200371f);position:absolute;inset:0}.exclusive-card-bg{z-index:-2;object-fit:cover;object-position:center;opacity:.66;filter:saturate(1.08)contrast(1.05);border-radius:calc(var(--radius) - 6px);width:100%;max-width:none;height:100%;position:absolute;inset:0;transform:scale(.92)}.exclusive-card-title{z-index:1;min-width:0;position:relative}.exclusive-card h3{color:var(--amber);word-break:keep-all;overflow-wrap:break-word;text-shadow:0 3px 18px #000000e0;justify-content:space-between;align-items:flex-start;gap:12px;margin:0;font-size:clamp(1.28rem,1.78vw,1.82rem);font-weight:900;line-height:1.26;display:flex}.exclusive-card h3 svg{color:var(--magenta);filter:drop-shadow(0 2px 12px #000000b3);flex:none;margin-top:6px}.exclusive-card-bottom{z-index:1;gap:14px;margin-top:auto;display:grid;position:relative}.exclusive-card-notes{grid-template-columns:1fr;gap:10px;display:grid}.exclusive-card-notes span{border:1px solid rgba(var(--violet-rgb), .38);border-radius:var(--radius);min-height:56px;color:var(--text);text-align:center;white-space:normal;word-break:keep-all;box-shadow:inset 0 1px 0 rgba(var(--text-rgb), .08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0b05228f;place-items:center;padding:10px 12px;font-size:clamp(.82rem,.9vw,.96rem);font-weight:760;line-height:1.38;display:grid}.exclusive-outcomes{gap:8px;display:grid}.exclusive-outcomes span{border:1px solid rgba(var(--lime-rgb), .42);width:100%;max-width:100%;min-height:46px;color:var(--lime);text-align:center;white-space:pre-line;word-break:keep-all;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#08000e9e;border-radius:999px;place-items:center;padding:9px 14px;font-size:clamp(.9rem,1.02vw,1.05rem);font-weight:850;line-height:1.28;display:grid}.feature-lightbox-dialog{background:linear-gradient(#0c030efa,#08000efa),#0d0610;grid-template-rows:auto minmax(240px,1fr) auto auto;width:min(1180px,100vw - 32px);max-height:min(92vh,920px)}.feature-lightbox-header h3{color:var(--amber);word-break:keep-all;font-size:clamp(1.12rem,2.2vw,1.7rem);font-weight:900}.feature-lightbox-stage{background:radial-gradient(circle at 50% 50%, rgba(var(--magenta-rgb), .09), transparent 28rem), #030105b8;padding:18px 72px 14px}.feature-lightbox-image{place-items:center;width:100%;height:100%;min-height:0;display:grid;overflow:hidden}.feature-lightbox-image img{object-fit:contain;border-radius:calc(var(--radius) - 4px);width:100%;height:100%;max-height:min(54vh,520px);box-shadow:0 20px 70px #00000061}.feature-lightbox-description{border-top:1px solid var(--line);background:rgba(var(--text-rgb), .045);grid-template-columns:1fr;gap:14px;padding:16px 20px;display:grid}.feature-lightbox-notes,.feature-lightbox-outcomes{gap:8px;display:grid}.feature-lightbox-notes{grid-template-columns:1fr}.feature-lightbox-outcomes{justify-items:center}.feature-lightbox-notes span,.feature-lightbox-outcomes span{word-break:keep-all;border-radius:14px;align-items:center;min-height:44px;padding:10px 14px;display:grid}.feature-lightbox-notes span{border:1px solid rgba(var(--cyan-rgb), .26);background:rgba(var(--text-rgb), .055);color:var(--text);white-space:pre-line;overflow-wrap:anywhere;font-weight:760;line-height:1.5}.feature-lightbox-effects-label{width:min(100%,680px);color:var(--lime-strong);letter-spacing:.08em;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;margin:0;font-size:.82rem;font-weight:900;display:grid}.feature-lightbox-effects-label:before,.feature-lightbox-effects-label:after{background:rgba(var(--lime-rgb), .36);content:"";height:1px}.feature-lightbox-outcomes span{border:1px solid rgba(var(--lime-rgb), .46);width:min(100%,680px);min-height:52px;color:var(--lime);text-align:center;white-space:pre-line;background:#08000e9e;font-weight:900;line-height:1.35}.history-section{min-height:var(--site-section-height);border-top:1px solid rgba(var(--text-rgb), .07);background:linear-gradient(90deg,#0500051a,#25001847);padding:0;position:relative;overflow:hidden}.history-section:before,.history-section:after{content:"";pointer-events:none;position:absolute}.history-section:before{aspect-ratio:1;border:clamp(28px, 3.4vw, 46px) solid rgba(var(--magenta-rgb), .2);border-radius:999px;width:min(28vw,380px);display:none;top:40svh;left:13vw}.history-section:after{aspect-ratio:1;border:clamp(34px, 3.8vw, 58px) solid rgba(var(--magenta-rgb), .18);border-radius:999px;width:54vw;display:none;bottom:-19vw;right:-19vw}.history-layout{z-index:1;width:var(--content);min-height:var(--site-section-body-height);grid-template-rows:auto 1fr;grid-template-columns:minmax(260px,.9fr) minmax(300px,1.05fr) 32px minmax(430px,1.28fr);align-items:start;gap:16px 18px;margin:0 auto;padding-top:68px;display:grid;position:relative}.history-title-block{grid-area:1/1/3/2;padding-top:10px;padding-left:0;position:relative}.history-title-block h2{color:var(--text);letter-spacing:0;white-space:nowrap;margin:0;font-size:clamp(3.7rem,5.2vw,5.15rem);font-weight:900;line-height:1.02}.history-title-block p{color:var(--magenta);white-space:nowrap;margin:6px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,2.8vw,2.75rem);font-weight:700;line-height:1.05}.history-ring{display:none}.history-line{min-height:calc(var(--site-section-body-height) - 30px);grid-area:1/3/3/4;position:relative}.history-line:before{content:"";background:var(--magenta-strong);width:4px;position:absolute;top:6px;bottom:0;left:14px}.history-line span{background:var(--magenta-strong);border-radius:999px;width:22px;height:22px;position:absolute;top:0;left:5px}.history-foundation{text-align:right;grid-area:1/2/2/3;align-self:start;padding-top:0;padding-right:4px}.history-foundation time{color:var(--magenta-strong);font-size:clamp(1.65rem,2vw,2rem);font-weight:900;line-height:1.05;display:block}.history-foundation p{color:var(--muted);margin:3px 0 0;font-size:clamp(1.03rem,1.25vw,1.22rem);font-weight:800;line-height:1.2}.history-list{gap:clamp(15px,1.65svh,21px);display:grid}.mobile-history{display:none}.history-row{gap:3px;padding:0;display:grid}.history-row time{color:var(--magenta-strong);font-size:clamp(1.3rem,1.48vw,1.62rem);font-weight:900;line-height:1.05}.history-row p{color:var(--muted);margin:0;font-size:clamp(.96rem,1vw,1.1rem);font-weight:800;line-height:1.25}.history-highlight{color:var(--lime);font-weight:900}.exhibition-history{text-align:right;grid-area:2/2/3/3;padding-top:clamp(10px,2.2svh,24px)}.technology-history{border-left:0;grid-area:1/4/3/5;padding:clamp(20px,2.7svh,36px) 0 0}.technology-history .history-row{gap:6px}.about-section{min-height:var(--site-section-height);border-top:1px solid rgba(var(--text-rgb), .07);background:linear-gradient(90deg,#0500051f,#2500184d);padding:0;overflow:hidden}.about-layout{width:var(--content);min-height:var(--site-section-body-height);margin:0 auto;padding:28px 0 38px}.about-heading{margin:0 0 24px}.about-heading h2{color:var(--magenta);margin:0;font-size:clamp(2.2rem,3vw,3.05rem);font-weight:800;line-height:1.12}.about-heading p{color:var(--magenta);margin:8px 0 0;font-size:clamp(1.75rem,2.45vw,2.45rem);font-weight:650;line-height:1.12}.about-copy{border:1px solid rgba(var(--cyan-rgb), .34);width:100%;color:var(--text);background:linear-gradient(90deg,#000000b8,#2a001ca3);border-radius:0 86px 32px;margin:0;padding:clamp(18px,1.7vw,26px) clamp(32px,3vw,44px);font-size:clamp(1rem,1.26vw,1.28rem);font-weight:750;line-height:1.82}.about-copy p{margin:0}.about-copy p+p{margin-top:clamp(24px,3svh,38px)}.about-highlight{color:var(--lime);font-weight:900}.about-date{color:var(--magenta-strong);font-weight:900}.skill-section{min-height:var(--site-section-height);border-top:1px solid rgba(var(--text-rgb), .07);background:linear-gradient(90deg,#0500051a,#25001847);padding:0;overflow:hidden}.skill-layout{width:var(--content);min-height:var(--site-section-body-height);margin:0 auto;padding:clamp(28px,3.5svh,46px) 0 clamp(54px,7svh,80px);display:block}.skill-main{grid-template-columns:1fr;place-items:start center;gap:clamp(18px,2.8svh,30px);display:grid}.skill-visual{justify-items:center;gap:clamp(24px,3.4svh,38px);width:100%;display:grid}.skill-diagram{object-fit:contain;border:6px solid rgba(var(--text-rgb), .92);border-radius:6px;width:min(1040px,100%);height:auto;max-height:min(58svh,620px);box-shadow:0 20px 70px #0000005c}.skill-patent{width:min(1080px,100%);color:var(--amber);text-align:center;justify-items:stretch;gap:clamp(14px,2svh,20px);margin:0 auto;padding:0;display:grid;transform:none}.skill-patent-title{border:1px solid rgba(var(--lime-rgb), .42);min-width:0;color:var(--lime);border-radius:8px;margin:0;padding:16px 24px;font-size:clamp(1.18rem,1.55vw,1.6rem);font-weight:900;line-height:1.18}.skill-patent-list{gap:14px;width:100%;display:grid}.skill-patent-list p{border:1px solid rgba(var(--lime-rgb), .3);border-radius:var(--radius);box-shadow:inset 0 1px 0 rgba(var(--text-rgb), .08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#08000e7a;gap:7px;margin:0;padding:15px 18px 16px;display:grid}.skill-patent-name,.skill-patent-number{display:block}.skill-patent-name{color:var(--amber);font-size:clamp(.98rem,1.28vw,1.24rem);font-weight:850;line-height:1.32}.skill-patent-number{color:rgba(var(--lime-rgb), .82);font-size:clamp(.88rem,1.08vw,1.05rem);font-weight:760;line-height:1.22}.skill-bottom-copy{color:rgba(var(--text-rgb), .94);text-align:left;word-break:keep-all;margin:0 0 clamp(10px,1.6svh,18px);font-size:clamp(1.02rem,1.36vw,1.28rem);font-weight:760;line-height:1.58}.skill-pink{color:inherit}.skill-yellow{color:inherit;font-weight:900}.skill-cyan{color:inherit}.skill-copy-emphasis{color:#fff4c2;font-weight:950}.patent-panel{border:1px solid rgba(var(--magenta-rgb), .36);border-radius:var(--radius);background:#08070ab8;align-self:start;padding:28px}.patent-panel svg{color:var(--amber)}.patent-panel img{border-radius:var(--radius);border:1px solid var(--line);width:250px;margin-top:28px}.press-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.press-card{border:1px solid var(--line);border-radius:var(--radius);background:rgba(var(--text-rgb), .055);width:100%;color:inherit;cursor:zoom-in;font:inherit;text-align:left;padding:0;transition:border-color .16s,transform .16s,background .16s;overflow:hidden}.press-card:hover,.press-card:focus-visible{border-color:rgba(var(--magenta-rgb), .58);background:rgba(var(--text-rgb), .08);outline:2px solid rgba(var(--cyan-rgb), .48);outline-offset:3px;transform:translateY(-2px)}.press-card img{aspect-ratio:1.55;object-fit:cover;object-position:left top;border-bottom:1px solid var(--line);width:100%}.press-card div{padding:18px}.press-card span{color:var(--cyan);margin-bottom:10px;font-size:.88rem;font-weight:800;display:inline-flex}.press-card h3{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.press-card h3 svg{color:var(--magenta);flex:none;margin-top:3px}.lightbox-backdrop{z-index:50;background:linear-gradient(180deg, #050007d1, #190013d6), var(--web-background-image) center center / cover no-repeat, #020104e0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);place-items:center;padding:24px;display:grid;position:fixed;inset:0}.lightbox-dialog{border:1px solid rgba(var(--magenta-rgb), .46);border-radius:var(--radius);background:linear-gradient(90deg, #000000b3, #2a001cc2), var(--web-background-image) center center / cover no-repeat, #0d0610;grid-template-rows:auto minmax(0,1fr) auto;width:min(1180px,100%);max-height:min(88vh,860px);display:grid;overflow:hidden;box-shadow:0 30px 90px #00000094}.lightbox-header{border-bottom:1px solid var(--line);background:rgba(var(--text-rgb), .045);justify-content:space-between;align-items:flex-start;gap:18px;padding:18px 20px;display:flex}.lightbox-header span{color:var(--cyan);margin-bottom:6px;font-size:.9rem;font-weight:800;display:inline-flex}.lightbox-header h3{margin:0;font-size:clamp(1.02rem,2vw,1.35rem);line-height:1.35}.lightbox-close{border:1px solid var(--line);background:rgba(var(--text-rgb), .07);width:42px;height:42px;color:var(--text);cursor:pointer;border-radius:999px;flex:none;place-items:center;display:grid}.lightbox-close:hover,.lightbox-close:focus-visible{outline:2px solid rgba(var(--cyan-rgb), .55);outline-offset:3px;background:rgba(var(--text-rgb), .12)}.lightbox-stage{min-height:0;display:grid;position:relative;overflow:hidden}.lightbox-image-scroll{background:linear-gradient(90deg,#0000006b,#3800267a),0 0;place-items:center;width:100%;height:100%;min-height:0;display:grid;overflow:auto}.lightbox-image-scroll img{object-fit:contain;width:100%;height:auto;max-height:calc(88vh - 160px)}.lightbox-nav-button{z-index:2;border:1px solid var(--line);width:46px;height:64px;color:var(--text);cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#08070ab3;border-radius:999px;place-items:center;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav-button.previous{left:16px}.lightbox-nav-button.next{right:16px}.lightbox-nav-button:hover,.lightbox-nav-button:focus-visible{outline:2px solid rgba(var(--cyan-rgb), .55);outline-offset:3px;background:rgba(var(--magenta-rgb), .2)}.lightbox-slider{border-top:1px solid var(--line);background:rgba(var(--text-rgb), .045);align-items:center;gap:16px;padding:14px 20px 18px;display:flex}.lightbox-slider span{min-width:48px;color:var(--cyan);font-weight:900}.lightbox-slider input{min-width:0;accent-color:var(--magenta);cursor:pointer;flex:1}.site-footer{z-index:45;border-top:1px solid rgba(var(--text-rgb), .14);background:linear-gradient(90deg, rgba(var(--cyan-rgb), .1), transparent 38%), #050005e6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:12px 0 11px;position:fixed;bottom:0;left:0;right:0}.site-footer__inner{justify-items:center;gap:5px;width:min(1080px,100vw - 40px);margin:0 auto;display:grid}.site-footer__row{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;width:100%;min-width:0;margin:0;line-height:1.16;display:flex}.site-footer__row-items{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;min-width:0;display:flex}.site-footer__group,.site-footer__info-item{align-items:center;min-width:0;display:inline-flex}.site-footer__link-item{min-width:0;color:rgba(var(--text-rgb), .88);white-space:nowrap;align-items:center;gap:8px;font-size:clamp(.86rem,.92vw,.96rem);font-weight:900;display:inline-flex;overflow:hidden}.site-footer__link-title{font-weight:900}.site-footer__separator{background:rgba(var(--magenta-rgb), .32);flex:none;width:1px;height:12px;margin:0 12px}.site-footer__badge{border:1px solid rgba(var(--magenta-rgb), .32);background:rgba(var(--magenta-rgb), .1);max-width:100%;min-height:19px;color:rgba(var(--text-rgb), .78);text-overflow:ellipsis;border-radius:8px;justify-content:center;align-items:center;padding:0 8px;font-size:.68rem;font-weight:820;display:inline-flex;overflow:hidden}.site-footer__info-item dt,.site-footer__info-item dd{margin:0}.site-footer__info-item dt{color:var(--magenta);letter-spacing:.06em;white-space:nowrap;flex:none;margin-right:10px;font-size:.7rem;font-weight:850}.site-footer__info-item dd{min-width:0;color:rgba(var(--text-rgb), .82);white-space:nowrap;font-size:.82rem;font-weight:760}.site-footer__info-item a{color:inherit}.site-footer__copyright{color:rgba(var(--text-rgb), .48);text-align:center;margin:1px 0 0;font-size:.7rem;font-weight:650}@media (width>=901px) and (height<=980px){.hero-product{gap:clamp(70px,10svh,110px);padding:34px 0 96px}.hero-product-info{min-height:calc(var(--site-section-height) - 34px);align-content:center;gap:14px}.hero-kicker{font-size:clamp(.98rem,1.24vw,1.16rem)}.hero-product-info h1{font-size:clamp(3.3rem,5.4vw,5.4rem)}.hero-lead{font-size:clamp(.92rem,1.14vw,1.06rem);line-height:1.34}.hero-platform span{min-height:28px;padding:0 10px;font-size:.72rem}.hero-patent-line{padding:10px 12px 11px;font-size:clamp(.98rem,1.3vw,1.18rem)}.product-meta{gap:6px}.product-meta div{min-height:58px;padding:9px}.product-meta span{font-size:.64rem}.product-meta-value{font-size:.74rem}.textile-logo--hero{--logo-width:min(560px, 76vw)}.product-yellow{font-size:clamp(.96rem,1.24vw,1.14rem);line-height:1.36}.hero-strategy-copy{padding:11px 14px 12px;font-size:clamp(.8rem,1vw,.94rem);line-height:1.34}.history-layout{width:var(--content);grid-template-columns:minmax(230px,.78fr) minmax(260px,.92fr) 30px minmax(430px,1.45fr);gap:7px 16px;padding-top:16px}.history-title-block h2{font-size:clamp(2.5rem,3.55vw,3.35rem)}.history-title-block p{font-size:clamp(1.34rem,1.92vw,1.82rem)}.history-list{gap:clamp(6px,.86svh,9px)}.history-row{gap:2px}.history-row time{font-size:clamp(.96rem,1.08vw,1.12rem)}.history-row p{font-size:clamp(.72rem,.82vw,.86rem);line-height:1.13}.exhibition-history{padding-top:10px}.technology-history{padding-top:14px}.technology-history .history-row{gap:4px}.about-layout{padding:18px 0 22px}.about-heading{margin-bottom:16px}.about-heading h2{font-size:clamp(1.95rem,2.55vw,2.45rem)}.about-heading p{font-size:clamp(1.45rem,2vw,1.9rem)}.about-copy{padding:16px 34px;font-size:clamp(.88rem,1.08vw,1.04rem);line-height:1.58}.about-copy p+p{margin-top:18px}.skill-layout{gap:16px;padding:20px 0 24px}.skill-diagram{border-width:5px}.skill-patent{gap:12px;padding:16px}.skill-patent-title{padding:10px 16px;font-size:clamp(.9rem,1.08vw,1.02rem)}.skill-patent-list{gap:12px}.skill-patent-name{font-size:clamp(.82rem,.96vw,.94rem)}.skill-patent-number{font-size:clamp(.76rem,.86vw,.84rem)}.skill-bottom-copy{font-size:clamp(.92rem,1.24vw,1.16rem);line-height:1.42}.section{padding:42px 0}.history-section,.about-section,.skill-section{padding:0}.section-heading{margin-bottom:24px}.section-heading h2{font-size:clamp(1.78rem,2.9vw,2.7rem)}.section-heading p:not(.eyebrow){margin-top:8px;font-size:.92rem;line-height:1.38}.exclusive-section{padding:26px 0}.exclusive-heading{margin-bottom:18px}.exclusive-grid{gap:12px}.exclusive-card{min-height:222px;padding:12px}.exclusive-card-bg{opacity:.46}.exclusive-card h3{gap:8px;font-size:clamp(.9rem,1.08vw,1.04rem);line-height:1.2}.exclusive-card-bottom{gap:8px}.exclusive-card-notes{gap:6px}.exclusive-card-notes span{min-height:36px;padding:6px 8px;font-size:.68rem;line-height:1.2}.exclusive-outcomes{gap:5px}.exclusive-outcomes span{min-height:32px;padding:6px 8px;font-size:.7rem;line-height:1.18}.module-section{padding:26px 0 32px}.module-copy{width:var(--content);padding:0 0 22px}.module-copy h2{font-size:clamp(1.75rem,2.35vw,2.42rem)}.module-subtitle{margin-top:14px;font-size:clamp(1.22rem,1.76vw,1.72rem)}.module-description{margin-top:12px;font-size:clamp(.98rem,1.28vw,1.2rem);line-height:1.42}.module-board{width:var(--content);gap:12px;padding:26px 0 0}.module-box{border-width:3px;border-radius:16px;min-height:108px}.module-box h3{font-size:clamp(1.04rem,1.38vw,1.34rem)}.module-detail{gap:4px;font-size:clamp(.66rem,.82vw,.78rem);line-height:1.14}.module-detail-title{margin-bottom:6px}}@media (width<=900px){:root{--content:min(100vw - 28px, 720px);--site-header-height:66px;--site-anchor-offset:82px;--site-footer-reserved-height:112px}.site-header__inner{gap:12px;width:min(100vw - 28px,720px)}.textile-logo--header{--logo-width:116px;--logo-height:53px;--logo-badge-width:52px;--logo-badge-height:15px;--logo-badge-size:9px;--logo-word-size:25px;--logo-textile-top:15px;--logo-office-top:35px}.site-header__nav{gap:18px}.section-frame,.section-frame--hero{min-height:auto}.section-frame__body{height:auto;min-height:0;position:relative;top:auto;overflow:visible}.section-frame__body>*{min-height:0}.hero{min-height:auto}.hero-product{width:var(--content);background:linear-gradient(#0000006b,#30002085);grid-template-columns:1fr;gap:42px;padding:44px 0 126px}.hero-product-info{justify-items:start}.hero-product-info h1{max-width:560px;font-size:clamp(3.1rem,13vw,5.3rem)}.hero-lead{font-size:clamp(1rem,4.8vw,1.25rem)}.hero-platform{width:100%}.hero-platform span{flex:100%}.product-meta{grid-template-columns:1fr}.hero-product-copy{justify-items:center;padding:0}.textile-logo--hero{--logo-width:min(360px, calc(100vw - 48px))}.product-yellow{width:100%}.hero-strategy-copy{text-align:center;width:100%}.history-layout{width:var(--content);min-height:0;padding-top:54px}.history-title-block,.history-foundation,.exhibition-history,.technology-history,.mobile-history{grid-area:auto/1/auto/2}.history-line{display:none}.history-title-block{padding-top:0}.history-foundation,.technology-history{padding-top:12px}.history-foundation,.exhibition-history,.technology-history{display:none}.mobile-history{text-align:left;gap:14px;padding-top:16px;display:grid}.platform-grid,.history-layout,.press-grid,.exclusive-grid{grid-template-columns:1fr}.module-section{min-height:0;padding:44px 0 64px}.module-copy{padding:0 0 34px}.module-board{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding:34px 0 0}.module-detail{grid-column:auto}.section{padding:78px 0}.history-section{padding:0 0 42px}.about-layout{min-height:0;padding:38px 0 52px}.about-heading{margin:0 0 22px}.about-copy{border-radius:0 52px 24px 44px;width:100%;padding:22px 20px;font-size:.98rem;line-height:1.72}.skill-layout{gap:34px;min-height:0;padding:38px 0 64px}.skill-main{grid-template-columns:1fr;gap:28px}.skill-diagram{object-fit:contain;width:100%;height:auto}.skill-patent{text-align:center;justify-items:stretch;transform:none}.skill-patent-title{min-width:0}.skill-bottom-copy{font-size:1.05rem;line-height:1.72}.exclusive-section{min-height:0}.feature-lightbox-description{grid-template-columns:1fr}.feature-lightbox-stage{padding:16px 56px 12px}.site-footer{padding:10px 0}.site-footer__inner{gap:5px;width:min(100vw - 28px,720px)}.site-footer__row{row-gap:2px}.site-footer__link-item{gap:6px;font-size:.82rem}.site-footer__badge{min-height:18px;padding:0 7px;font-size:.64rem}.site-footer__separator{height:10px;margin:0 4px}.site-footer__info-item dt{margin-right:7px;font-size:.66rem}.site-footer__info-item dd{font-size:.74rem}.site-footer__copyright{margin-top:2px;font-size:.68rem}}@media (prefers-reduced-motion:reduce){.exclusive-card{transition:none}}@media (width<=680px){:root{--site-header-height:84px;--site-anchor-offset:96px}.site-header__inner{grid-template-columns:auto auto;align-content:center;padding:9px 0 10px}.site-header__brand{grid-area:1/1;padding:0}.site-header__menu-button{grid-area:1/2;justify-self:end;display:grid}.site-header__nav{display:none}.site-header__mobile-menu:not([hidden]){border:1px solid rgba(var(--text-rgb), .14);border-radius:var(--radius);background:#0c0310f0;gap:6px;width:min(100vw - 28px,720px);margin:0;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 18px 44px #00000057}.site-header__mobile-menu a{min-height:42px;color:rgba(var(--text-rgb), .86);border-radius:7px;align-items:center;padding:0 13px;font-size:.96rem;font-weight:850;display:flex}.site-header__mobile-menu a:active{background:rgba(var(--magenta-rgb), .12)}.quick-contact-button{right:14px;bottom:calc(var(--site-footer-reserved-height) + 52px + env(safe-area-inset-bottom,0px));width:48px;min-height:46px;padding:0;font-size:.9rem}.quick-contact-button span{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}}@media (width<=560px){.textile-logo--header{--logo-width:128px;--logo-height:59px;--logo-badge-width:58px;--logo-badge-height:16px;--logo-badge-size:9px;--logo-word-size:27px;--logo-textile-top:16px;--logo-office-top:38px}.site-header__nav{gap:16px}.site-header__nav a{font-size:.86rem}.hero-product{padding:34px 0 130px}.hero-product-info{gap:18px}.hero-product-info h1{font-size:clamp(2.86rem,13.6vw,4.3rem)}.hero-patent-line{width:100%;min-width:0;padding:16px;font-size:1.1rem}.product-meta{grid-template-columns:1fr}.product-meta div{min-height:58px}.product-badge{min-height:44px}.hero-product-copy h2{font-size:clamp(4.4rem,22vw,6rem)}.product-yellow{font-size:1.25rem}.product-yellow span{white-space:normal}.product-yellow span+span{padding-left:0}.module-board{grid-template-columns:1fr}.section-heading p:not(.eyebrow){font-size:1rem}.diagram-frame,.point,.patent-panel,.company-panel{padding:20px}.history-row,.company-row{grid-template-columns:1fr;gap:6px}.exhibition-history{text-align:left}.technology-history{padding-left:16px}.qr-area{flex-direction:column;align-items:flex-start}.qr-box{width:86px;height:86px}.lightbox-backdrop{padding:12px}.lightbox-dialog{max-height:90vh}.lightbox-header{padding:14px}.lightbox-nav-button{width:40px;height:54px}.lightbox-nav-button.previous{left:8px}.lightbox-nav-button.next{right:8px}.lightbox-slider{padding:12px 14px 14px}.lightbox-image-scroll{place-items:start}.lightbox-image-scroll img{width:auto;min-width:760px;max-width:none;max-height:none}.feature-lightbox-dialog{max-height:94vh}.feature-lightbox-stage{min-height:260px;padding:12px 46px}.feature-lightbox-image img{max-height:40vh}.feature-lightbox-description{padding:12px 14px}.feature-lightbox-notes{grid-template-columns:1fr}}
