/* Shared foundations. Each brand below has its own composition and palette. */
:root{--ink:#172b31;--muted:#526269;--paper:#fafbf9;--surface:#edf2ef;--accent:#17636e;--line:#d4dddb;--button-ink:#fff;--link:#17636e;--serif:'Source Serif 4',Georgia,serif;--sans:'Inter','Helvetica Neue',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;-webkit-font-smoothing:antialiased}body:has(dialog[open]){overflow:hidden}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:500}h1{font-size:clamp(48px,6.4vw,88px);line-height:1.03;letter-spacing:-.055em;text-wrap:balance}h2{font-size:clamp(32px,4vw,54px);line-height:1.09;letter-spacing:-.045em;text-wrap:balance}h3{font-size:25px;line-height:1.2;letter-spacing:-.035em}p{line-height:1.75}p+p{margin-top:18px}em{font-family:var(--serif);font-weight:400}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a,input,summary,textarea{-webkit-tap-highlight-color:transparent}a,button,summary{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:default}img{max-width:100%;height:auto;display:block}svg{width:22px;height:22px;flex-shrink:0}button svg,a svg{transition:transform .2s}a:hover>svg,button:hover>svg{transform:translateX(3px)}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--accent);outline-offset:5px}a:hover{text-decoration-thickness:1px}p a{text-decoration:underline;text-underline-offset:4px}[hidden]{display:none!important}::selection{background:#d9e5ad;color:#14231c}.wrap{width:min(1280px,calc(100% - 112px));margin-inline:auto;min-width:0}.section{padding:104px 0}.eyebrow{font-size:11px;line-height:1.5;font-weight:600;letter-spacing:.17em;text-transform:uppercase;margin:0 0 25px}.micro{font-size:12px;line-height:1.65;color:var(--muted)}.lead{font-size:21px;line-height:1.6;letter-spacing:-.015em}.hero-description{font-size:17px;line-height:1.7;max-width:460px;margin-top:29px;color:var(--muted)}.hero-copy{position:relative;z-index:2;min-width:0}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:28px}.actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:34px}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:30px;min-height:52px;padding:15px 23px;border:1px solid var(--accent);background:var(--accent);color:var(--button-ink);font-size:13px;font-weight:600;line-height:1.5;text-decoration:none;transition:background .2s,box-shadow .2s}.button:hover{box-shadow:0 4px 16px #00000016}.button.secondary{background:transparent;color:inherit;border-color:currentColor}.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:20px;font-size:13px;font-weight:600;color:var(--link);padding:9px 0;border-bottom:1px solid currentColor;line-height:1.5}.text-link:hover{text-decoration:none}.text-link>span[aria-hidden]{font-size:22px;font-weight:400}.text-button{border:0;background:transparent;color:inherit;padding:10px 0;display:inline-flex;align-items:center;gap:18px;font-size:13px;text-align:left}.small-index{font-size:12px;letter-spacing:.07em;color:var(--link)}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:49px}.section-heading .eyebrow{margin-bottom:20px}.section-intro{max-width:430px;color:var(--muted);font-size:15px}.section-foot{display:flex;justify-content:flex-end;margin-top:30px}.skip-link{position:absolute;top:-120px;left:20px;padding:12px 20px;background:var(--ink);color:white;z-index:1000}.skip-link:focus{top:10px}.concept-bar{background:#e8edeb;color:#4c5957;font-size:10px;letter-spacing:.015em;line-height:1.6}.concept-bar .wrap{display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:28px;padding-block:5px}.concept-date{font-size:9px;letter-spacing:.15em;white-space:nowrap}.site-header{position:sticky;top:0;z-index:40;background:var(--paper);border-bottom:1px solid var(--line)}.header-inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:25px;position:relative}.brand{display:inline-flex;flex-shrink:0}.brand-main{font-size:23px;line-height:1;letter-spacing:-.05em;font-weight:600;display:block}.brand-main>span:not(.brand-dot){display:block;font-size:9px;font-weight:500;letter-spacing:.23em;margin-top:7px}.official-logo{width:165px;height:46px;object-fit:contain;object-position:left center}.desktop-nav{display:flex;align-items:center;gap:26px}.desktop-nav a{font-size:12px;white-space:nowrap;padding:15px 0}.desktop-nav a:hover,.desktop-nav a[aria-current]{text-decoration:underline;text-underline-offset:7px}.header-action{display:flex;gap:22px;align-items:center;font-size:12px;line-height:1.4;border-bottom:1px solid currentColor;padding:9px 0;white-space:nowrap}.mobile-nav{display:none}.site-footer{background:var(--paper);padding:50px 0 23px;border-top:1px solid var(--line)}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;padding-bottom:48px}.footer-top p{font-size:12px;color:var(--muted);margin-top:18px}.footer-links{display:flex;gap:14px;flex-direction:column;align-items:flex-start;font-size:13px}.footer-links .text-link{padding:3px 0;border:0;font-weight:500;color:inherit}.footer-links>a:last-child{text-decoration:underline;text-underline-offset:4px}.footer-bottom{display:flex;justify-content:space-between;gap:24px;font-size:10px;color:var(--muted);padding-top:20px;border-top:1px solid var(--line);line-height:1.7}.asset-credit{margin-top:18px;font-size:10px;color:var(--muted);max-width:800px}.company-section{padding:85px 0;background:var(--surface)}.company-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.company-grid>div{min-width:0}.company-grid .text-link{margin-top:22px}.location-line{display:flex;gap:20px;flex-wrap:wrap;margin-top:26px;font-size:12px}.location-line span{color:var(--muted)}.contact-section{padding:96px 0;background:var(--ink);color:var(--paper)}.contact-grid{display:grid;grid-template-columns:1fr .82fr;gap:140px}.contact-grid h2{font-size:clamp(36px,4vw,57px)}.contact-grid>div>p:not(.eyebrow){font-size:14px;margin-top:23px;max-width:470px;opacity:.84}.contact-direct{display:flex;flex-direction:column;align-items:flex-start;gap:14px;margin-top:34px}.contact-direct a{font-size:17px;overflow-wrap:anywhere;text-decoration:underline;text-underline-offset:6px}.contact-direct span{font-size:12px;line-height:1.7;max-width:340px;opacity:.72}.contact-choices{padding-top:9px}.contact-choices .eyebrow{opacity:.65;margin-bottom:18px}.inquiry-choice{display:none;background:none;border:0;border-bottom:1px solid #ffffff35;color:inherit;padding:23px 0;width:100%;font-size:16px;align-items:center;justify-content:space-between;text-align:left;gap:15px}.js .inquiry-choice{display:flex}.contact-choices .micro{color:inherit;opacity:.6;margin-top:24px}.offering-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--paper)}.offering-strip .wrap{display:grid;grid-template-columns:repeat(3,1fr)}.offering-strip a{display:flex;align-items:center;gap:22px;padding:26px 25px;font-size:13px;border-right:1px solid var(--line)}.offering-strip a:first-child{padding-left:0}.offering-strip a:last-child{border-right:0}.offering-strip a>span{color:var(--muted);font-size:11px}.offering-strip a>svg{margin-left:auto;width:18px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{min-width:0}.product-photo{aspect-ratio:1/1;background:var(--surface);overflow:hidden;display:flex;align-items:center;justify-content:center}.product-photo img{width:100%;height:100%;object-fit:contain;transition:transform .3s}.product-card:hover .product-photo img{transform:scale(1.025)}.product-content{padding:24px 0 0}.product-content .micro{font-size:9px;letter-spacing:.12em}.product-content h3{margin:9px 0 17px}.product-content .text-link{font-weight:500;font-size:12px}.split-feature{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.feature-image img{width:100%;height:490px;object-fit:cover}.feature-item{display:flex;align-items:flex-start;gap:25px;margin-top:35px}.feature-item .small-index{padding-top:7px}.feature-item h3{font-size:20px;margin-bottom:12px}.feature-item p{font-size:14px;color:var(--muted)}.feature-copy>.text-link{margin-top:28px}
/* ESMC — optical precision, instrument photography, light composition. */
.site-esmc{--paper:#f8faf9;--surface:#e9f0ed;--ink:#18363d;--muted:#53676b;--line:#d2dfdc;--accent:#17636e;--link:#17636e}.escalon{font-weight:500;letter-spacing:.035em;font-size:23px}.escalon>span{letter-spacing:.33em!important}.clinical-hero{background:linear-gradient(90deg,#f8faf9 48%,#eaf2ef 48%)}.clinical-hero .hero-grid{min-height:690px;grid-template-columns:1fr 1fr}.clinical-hero h1{font-weight:500;font-size:clamp(56px,6.5vw,92px)}.clinical-hero h1 em{font-family:inherit;font-weight:400;font-style:normal;color:var(--accent)}.clinical-hero .hero-copy{padding:48px 0 58px}.clinical-hero .hero-description{max-width:430px}.instrument-stage{height:650px;position:relative;display:flex;justify-content:center;align-items:center;min-width:0}.instrument{height:540px;width:95%;object-fit:contain;position:relative;z-index:2;filter:drop-shadow(0 20px 22px #173e4312)}.stage-ring{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid #1d646521;border-radius:50%;width:480px;aspect-ratio:1/1}.ring-two{width:340px;border-color:#1d646535}.stage-caption{position:absolute;bottom:22px;left:35px;right:20px;display:flex;justify-content:space-between;gap:25px;font-size:10px;letter-spacing:.05em;line-height:1.5}.stage-caption span:first-child{font-weight:600}.clinical-products .product-photo{background:#edf1f1}.clinical-products .product-photo img{object-fit:cover}.clinical-products .product-card:first-child img{object-fit:contain;mix-blend-mode:multiply}.clinical-support{background:#edf2f0;padding:90px 0}.clinical-support .feature-image{position:relative}.clinical-support .feature-image:after{content:"";position:absolute;left:-15px;bottom:-15px;width:45%;height:45%;border-left:1px solid var(--accent);border-bottom:1px solid var(--accent);pointer-events:none}.site-esmc .button{border-radius:3px}.site-esmc .company-section{background:var(--paper)}
/* OMTK — an industrial opening and an editorial technical catalog. */
.site-omtk{--paper:#f6f5f0;--surface:#e8e7df;--ink:#1b2425;--muted:#57625e;--line:#d2d6cf;--accent:#e58b43;--button-ink:#172221;--link:#8a461c}.site-omtk .site-header{background:#141e20;color:#f1f3ed;border-color:#ffffff1c}.site-omtk .concept-bar{background:#273134;color:#d2dbd8}.engineered{font-weight:700;letter-spacing:.015em;font-size:25px}.engineered>span{font-size:8px!important;letter-spacing:.27em!important}.industrial-hero{background:#141e20;color:#f1f3ed;position:relative;overflow:hidden}.industrial-hero .hero-grid{grid-template-columns:1fr 1.1fr;min-height:650px}.industrial-hero .hero-copy{padding:65px 0 50px}.industrial-hero .eyebrow{color:#edb68c}.industrial-hero h1{font-size:clamp(54px,6.2vw,88px);font-weight:500}.industrial-hero h1>span{display:block;font-size:.43em;letter-spacing:-.045em;line-height:1.25;margin-top:21px;color:#eaa26b}.industrial-hero .hero-description{color:#bfc9c6;max-width:390px}.engine-stage{height:560px;position:relative;min-width:0}.engine-stage:before{content:"";position:absolute;inset:7% -10% 6% -8%;background:radial-gradient(ellipse,#4c5b544d,transparent 65%)}.engine{position:absolute;width:110%;max-width:none;height:auto;top:50%;left:-2%;transform:translateY(-50%);filter:drop-shadow(0 35px 24px #0007);z-index:2}.engine-outline{position:absolute;inset:90px 0 100px 30px;border:1px solid #ffffff18;transform:skewY(-10deg)}.engine-stage .stage-caption{bottom:0;color:#c6cdc8;left:20px}.industrial-meta{padding:22px 0;display:flex;justify-content:space-between;gap:25px;align-items:center;border-top:1px solid #ffffff26;font-size:10px;letter-spacing:.13em;color:#c7cfca}.industrial-meta a{color:#eeb588}.industrial-products{border-top:1px solid var(--line)}.engine-product{display:grid;grid-template-columns:1.1fr 1fr;gap:65px;align-items:center;padding:45px 0}.engine-product-visual{background:#e7e7df;padding:24px;min-height:330px;display:flex;align-items:center;justify-content:center}.engine-product-visual img{height:320px;width:100%;object-fit:contain;mix-blend-mode:multiply}.engine-product-copy h3{font-size:34px;letter-spacing:-.04em}.engine-product-copy p:not(.eyebrow){font-size:15px;margin:23px 0;color:var(--muted);max-width:460px}.industrial-secondary{display:grid;grid-template-columns:1fr 1fr;gap:60px;border-top:1px solid var(--line);padding-top:40px}.industrial-secondary article{display:grid;grid-template-columns:1fr 1fr;column-gap:22px;align-items:start}.component-visual{grid-row:1/6;min-width:0;align-self:center}.component-visual img{height:240px;width:100%;object-fit:contain;mix-blend-mode:multiply}.industrial-secondary .eyebrow{font-size:10px;margin-bottom:14px}.industrial-secondary h3{font-size:25px}.industrial-secondary p:not(.eyebrow){font-size:14px;color:var(--muted);margin-top:14px}.industrial-secondary .text-link{align-self:start;justify-self:start;margin-top:14px;font-size:12px}.applications-section{background:#e6e9e1;padding:90px 0}.applications-section .wrap{display:grid;grid-template-columns:1fr 1fr;gap:100px}.applications-intro>p:not(.eyebrow){max-width:425px;margin-top:26px;color:var(--muted);font-size:15px}.application-columns{display:flex;flex-direction:column;gap:40px}.application-columns article{padding-left:68px;position:relative;border-bottom:1px solid #bdc7bc;padding-bottom:34px}.type-number{position:absolute;left:0;top:4px;font-size:12px;color:var(--muted)}.application-columns article p{font-size:14px;color:var(--muted);margin-top:18px}.inquiry-hints{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.inquiry-hints span{font-size:11px;padding:10px 12px;border:1px solid var(--line)}.site-omtk .company-section{background:#eaeae3}.site-omtk .contact-section{background:#162023}
/* XAGE — editorial brand discovery, not a supplement or medical campaign. */
.site-xage{--paper:#f9f6f0;--surface:#eee7e0;--ink:#342d31;--muted:#6b6065;--line:#dfd4ce;--accent:#6d4e5e;--link:#6d4e5e}.longevity{font-size:22px;letter-spacing:.13em;font-weight:400}.longevity>span{letter-spacing:.25em!important;font-size:8px!important}.site-xage h1,.site-xage h2,.site-xage .brand-story h3{font-family:var(--serif);letter-spacing:-.045em;font-weight:400}.beauty-hero{padding:55px 0 80px}.beauty-hero-grid{display:grid;grid-template-columns:1.08fr 1fr;gap:60px;align-items:center;min-height:580px}.beauty-hero h1{font-size:clamp(55px,6vw,84px);line-height:1.1}.beauty-hero h1 em{color:#856878}.beauty-hero .hero-description{max-width:455px;font-size:16px;margin-top:26px}.beauty-hero .eyebrow{font-size:10px}.beauty-hero-note{font-size:9px!important;letter-spacing:.1em;margin-top:55px!important;color:#74666c;line-height:1.9}.beauty-hero-note span{padding:0 12px}.beauty-composition{height:575px;position:relative;min-width:0}.beauty-photo{position:absolute;background:#f2e7d9;overflow:hidden}.beauty-photo img{width:100%;height:100%;object-fit:cover}.beauty-photo-one{width:60%;height:460px;left:0;top:0;border-radius:180px 180px 0 0}.beauty-photo-one img{transform:scale(1.06)}.beauty-photo-two{width:54%;height:370px;right:0;bottom:0;border-radius:150px 150px 0 0;border:10px solid var(--paper);border-bottom:0;background:#f9f9f9}.beauty-photo-two img{object-fit:contain;mix-blend-mode:multiply}.beauty-photo>span{position:absolute;bottom:23px;left:24px;font-size:8px;letter-spacing:.16em;color:#655451}.beauty-line{position:absolute;width:70px;height:150px;border-right:1px solid #b29685;right:13px;top:0;z-index:-1}.beauty-line:after{content:"";position:absolute;width:15px;height:15px;right:-8px;top:0;border:1px solid #b29685;border-radius:50%;background:var(--paper)}.brands-section{border-top:1px solid var(--line);padding-top:85px}.brand-story{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;margin-top:35px;min-height:535px}.brand-story-photo{background:#eee9e2;position:relative;overflow:hidden}.brand-story-photo img{width:100%;height:535px;object-fit:cover}.elevai-story .brand-story-photo img{mix-blend-mode:multiply;object-fit:contain;padding:15px}.image-index{position:absolute;left:28px;bottom:26px;font-size:9px;letter-spacing:.17em}.brand-story-copy{background:#efe9e2;padding:62px 66px;display:flex;align-items:flex-start;flex-direction:column;justify-content:center}.brand-wordmark{width:auto;max-width:156px;height:26px;object-fit:contain;object-position:left;margin-bottom:33px}.brand-story h3{font-size:54px;line-height:1.03}.brand-story-copy>p{margin-top:25px;max-width:375px;font-size:14px;color:var(--muted)}.brand-product-names{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.brand-product-names span{font-size:10px;border-bottom:1px solid #a6969970;padding-bottom:8px}.brand-story-copy .text-link{margin-top:30px}.carmell-story .brand-story-copy{background:#e5dadd}.carmell-story .brand-story-photo{background:#ece9ec}.carmell-story .brand-story-photo img{object-fit:cover}.professionals-section{padding:85px 0;background:#6b4f5e;color:#fbf7f1}.professionals-section .company-grid>div>p:not(.eyebrow){color:#efe5e9}.professionals-section .text-link{color:#fff}.site-xage .contact-section{background:#382e35}.site-xage .company-section{background:var(--paper)}.site-xage .button{border-radius:2px}
/* ADMQ — warm print-shop character and illustrative craft imagery. */
.site-admq{--paper:#f9f5ea;--surface:#eee7d8;--ink:#172c3b;--muted:#5c655f;--line:#d9d6c9;--accent:#b84524;--link:#a63c1f}.adm{font-family:Georgia,serif;font-size:35px;font-weight:700;letter-spacing:-.08em;line-height:.83;display:flex;align-items:center;gap:12px}.adm>span{font-family:var(--sans);letter-spacing:.12em!important;font-size:8px!important;margin:0!important;max-width:80px;line-height:1.5;padding-left:12px;border-left:1px solid currentColor}.merch-hero{padding-top:53px}.merch-hero-grid{display:grid;grid-template-columns:1fr 1.03fr;gap:75px;align-items:center;min-height:620px;padding-bottom:65px}.merch-hero h1{font-size:clamp(61px,6.9vw,99px);font-weight:500;line-height:1.02}.merch-hero h1 em{color:var(--accent);font-family:var(--serif);font-size:1.08em;letter-spacing:-.04em}.merch-hero .hero-description{max-width:425px;font-size:16px}.merch-local{display:flex;align-items:center;gap:15px;margin-top:45px}.stamp{width:48px;height:48px;border-radius:50%;display:grid;place-content:center;border:1px solid #bc9e80;font-size:11px;font-weight:600;letter-spacing:-.03em;transform:rotate(-8deg)}.merch-local p{font-size:9px;letter-spacing:.16em;line-height:1.8}.merch-local p strong{font-weight:500}.merch-hero-image{position:relative;padding-bottom:28px;min-width:0}.merch-hero-image>img{width:100%;height:565px;object-fit:cover;border-radius:3px 110px 3px 3px}.merch-image-label{position:absolute;bottom:67px;left:-32px;padding:24px 32px;background:#b84524;color:#fff9ee;min-width:244px;box-shadow:0 8px 25px #15243117}.merch-image-label span{display:block}.merch-image-label span:first-child{font-size:8px;letter-spacing:.19em;margin-bottom:11px}.merch-image-label span:last-child{font-family:var(--serif);font-size:35px}.merch-hero-image figcaption{position:absolute;bottom:0;right:0;font-size:9px;color:var(--muted)}.merch-ribbon{position:relative;background:#192f40;color:#f7eedf;overflow:hidden}.merch-ribbon:before{content:"";position:absolute;inset:0;background:url('generated-cotton-material.webp') center/cover;opacity:.055;filter:blur(4px);pointer-events:none}.merch-ribbon .wrap{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px 0;position:relative;font-size:11px;letter-spacing:.1em}.merch-ribbon i{color:#e59262;font-size:23px;font-style:normal}.merch-product{min-width:0}.merch-product-image{display:block;aspect-ratio:4/4.8;background:#eee9de;overflow:hidden}.merch-product-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;padding:15px;transition:transform .3s}.merch-product:hover img{transform:scale(1.04)}.merch-product>div{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:22px 0}.merch-product h3{font-size:20px}.merch-product>div a{min-width:30px;min-height:35px;display:grid;place-items:center;color:var(--accent)}.craft-section{padding:90px 0;background:#172c3b;color:#f4eddf}.craft-heading{display:grid;grid-template-columns:1fr 1fr;gap:0 60px;align-items:end;margin-bottom:42px}.craft-heading .eyebrow{grid-column:1/-1;color:#dbac8a}.craft-heading h2{font-size:57px}.craft-heading>p:not(.eyebrow){max-width:420px;font-size:16px;color:#c6cfcf;justify-self:end}.craft-heading em{color:#dba882}.craft-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:35px;align-items:start}.craft-grid figure:last-child{padding-top:55px}.craft-grid img{width:100%;height:390px;object-fit:cover}.craft-grid figcaption{display:flex;justify-content:space-between;gap:15px;padding-top:15px;font-size:11px}.craft-grid figcaption span:last-child{font-size:9px;color:#b8c5c9}.craft-bottom{display:flex;justify-content:space-between;gap:45px;align-items:center;margin-top:43px}.craft-bottom p{max-width:575px;font-size:14px;color:#c5cecf}.craft-bottom .text-link{color:#efb88e;flex-shrink:0}.school-grid{display:grid;grid-template-columns:.7fr 1fr;gap:100px;align-items:center}.school-brand{border:1px solid var(--line);background:#fdfbf6;padding:45px;display:grid;place-items:center}.school-brand img{width:235px;max-height:210px;object-fit:contain;mix-blend-mode:multiply}.school-grid>div>p:not(.eyebrow){margin-top:24px;font-size:15px;max-width:495px;color:var(--muted)}.school-grid .text-link{margin-top:20px}
/* ADMT — engineering language, original circuit asset, subtle generated material. */
.site-admt{--paper:#f4f6f7;--surface:#e5ebef;--ink:#172e43;--muted:#526477;--line:#cfd9e0;--accent:#346da2;--link:#255d91}.tronics{font-size:22px;letter-spacing:-.04em;font-weight:400}.tronics b{font-weight:600}.tronics>span{font-size:7px!important;letter-spacing:.19em!important}.engineering-hero{background:#132c41;color:#f1f5f7;overflow:hidden}.engineering-hero .hero-grid{min-height:650px;gap:38px}.engineering-hero .hero-copy{padding:66px 0}.engineering-hero h1{font-size:clamp(54px,6vw,85px)}.engineering-hero h1 em{font-family:inherit;font-style:normal;font-weight:400;color:#a9c8df}.engineering-hero .eyebrow{color:#bbd5e6;font-size:10px}.engineering-hero .hero-description{color:#cad5de;max-width:450px}.engineering-hero .button{background:#c3dcec;color:#142c40;border-color:#c3dcec}.engineering-hero .button.secondary{background:transparent;color:#edf5fa;border-color:#7895ab}.engineering-heritage{display:flex;gap:30px;margin-top:46px;font-size:9px;letter-spacing:.15em;color:#b5c8d7}.engineering-art{height:550px;position:relative;min-width:0;display:flex;align-items:center;justify-content:center}.engineering-grid{position:absolute;inset:32px 0 40px 0;background-image:linear-gradient(#b4d6ef13 1px,transparent 1px),linear-gradient(90deg,#b4d6ef13 1px,transparent 1px);background-size:32px 32px;border:1px solid #a9c6d633;transform:perspective(900px) rotateY(-9deg) rotateZ(-4deg)}.circuit-material{position:absolute;inset:0 -35px 0 auto;width:180px;background:url('generated-circuit-material.webp') center/cover;opacity:.28;mask-image:linear-gradient(90deg,transparent,black);-webkit-mask-image:linear-gradient(90deg,transparent,black)}.pcb-image{width:87%;height:auto;object-fit:contain;position:relative;transform:rotate(-8deg);filter:drop-shadow(10px 35px 23px #0006)}.art-label{position:absolute;font-size:9px;letter-spacing:.18em;color:#c0d7e9}.art-label-top{top:4px;left:18px}.art-label-bottom{bottom:2px;right:20px}.technical-cross{position:absolute;color:#bcd7e8;font-weight:300;font-size:25px}.c1{top:16px;right:7px}.c2{bottom:26px;left:0}.engineering-feature{display:grid;grid-template-columns:.85fr 1.1fr;gap:70px;align-items:center}.engineering-feature-copy h3{font-size:36px}.engineering-feature-copy>p{font-size:15px;color:var(--muted);margin-top:25px}.engineering-feature-copy .registration-note{font-size:12px;padding:20px;border-left:2px solid #7b9cb2;background:#e6ecf0;margin:25px 0}.engineering-feature-photo img{width:100%;height:400px;object-fit:cover}.engineering-process-section{background:#e5edf1;padding:85px 0}.engineering-process{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid #afc1cd;margin-top:48px}.engineering-process article{padding:32px 38px 8px 0;position:relative}.engineering-process article:before{content:"";position:absolute;top:-4px;left:0;width:7px;height:7px;background:var(--accent)}.engineering-process article>span{font-size:10px;letter-spacing:.12em;color:var(--muted)}.engineering-process h3{margin-top:21px;margin-bottom:17px}.engineering-process p{font-size:14px;max-width:310px;color:var(--muted)}.chemistry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.chemistry-brand{background:#fff;padding:35px 29px;border-top:2px solid #829b8c;display:flex;flex-direction:column;align-items:flex-start}.chemistry-logo{height:100px;display:flex;align-items:center;margin-bottom:25px}.chemistry-logo img{max-width:200px;height:78px;object-fit:contain;object-position:left center}.chemistry-brand h3{font-size:23px}.chemistry-brand p{font-size:14px;color:var(--muted);margin-top:20px;margin-bottom:22px}.chemistry-brand .text-link{font-size:12px;margin-top:auto}.site-admt .company-section{background:#e6eced}.site-admt .contact-section{background:#132c41}
/* GDLG — diagram-led systems studio, not a fabricated software dashboard. */
.site-gdlg{--paper:#f5f6ef;--surface:#e9ecdf;--ink:#192d25;--muted:#55665b;--line:#ccd5c5;--accent:#d0e589;--button-ink:#1b3225;--link:#36552d}.glide{font-size:28px;font-weight:500;letter-spacing:-.06em;display:flex;gap:4px;align-items:baseline}.brand-dot{height:7px;width:7px;background:#9cb660;display:inline-block!important;border-radius:50%;margin:0!important;letter-spacing:0!important}.site-gdlg .site-header{background:#182a24;color:#f4f7ec;border-color:#ffffff20}.site-gdlg .concept-bar{background:#2b3b32;color:#d8dfd1}.systems-hero{background:#182a24;color:#f5f7ed}.systems-hero-grid{display:grid;grid-template-columns:1.14fr 1fr;gap:40px;align-items:center;min-height:665px}.systems-hero h1{font-size:clamp(53px,5.8vw,83px);letter-spacing:-.065em}.systems-hero h1 em{color:#d0e589;font-family:inherit;font-style:normal;font-weight:400}.systems-hero .hero-description{color:#c0cec1;max-width:485px}.systems-hero .eyebrow{color:#c8d6b8;font-size:10px}.systems-hero .hero-copy{padding:65px 0}.systems-hero .button.secondary{border-color:#829482;color:#e7efde}.workflow-art{height:570px;position:relative;width:100%;min-width:0;color:#dfebca}.workflow-lines{position:absolute;inset:0;width:100%;height:100%}.workflow-node{position:absolute;display:flex;gap:13px;align-items:flex-start;padding:18px 0;background:#182a24;font-size:15px;line-height:1.5;min-width:156px}.workflow-node b{color:#d0e589;font-size:10px;font-weight:500;margin-top:5px}.workflow-node span{font-size:16px;letter-spacing:-.02em}.node-1{left:0;top:106px}.node-2{right:0;top:125px}.node-3{left:0;bottom:107px}.node-4{right:0;bottom:86px}.workflow-start,.workflow-end{position:absolute;left:0;right:0;text-align:center;font-size:8px;letter-spacing:.13em;color:#c0cdb8}.workflow-start{top:30px}.workflow-end{bottom:25px}.systems-baseline{display:flex;justify-content:space-between;gap:20px;align-items:center;border-top:1px solid #b9c8ab33;padding-block:25px;font-size:10px;letter-spacing:.16em;color:#ccd7bd}.solution-rows{border-top:1px solid var(--line)}.solution-row{display:grid;grid-template-columns:65px 1fr 1fr;gap:42px;padding:40px 0;border-bottom:1px solid var(--line);align-items:start}.solution-index{font-size:12px;letter-spacing:.08em;padding-top:6px;color:var(--muted)}.solution-row h3{font-size:30px;line-height:1.13}.solution-row>div>p{font-size:14px;color:var(--muted);max-width:450px}.solution-row .text-link{font-size:12px;margin-top:12px}.systems-approach{padding:91px 0;background:#d0e589;color:#1d3527;--muted:#485d3b}.step-grid{list-style:none;padding:0;margin:48px 0 0;display:grid;grid-template-columns:repeat(3,1fr);gap:48px 55px}.step-grid li{border-top:1px solid #60724665;padding-top:22px}.step-grid li>span{font-size:10px;letter-spacing:.1em}.step-grid h3{font-size:24px;margin:18px 0 14px}.step-grid p{font-size:14px;max-width:270px}.site-gdlg .company-section{background:var(--paper)}.site-gdlg .contact-section{background:#192d25}
/* GLXZ — bold operator-facing entertainment, with correctly sized product marks. */
.site-glxz{--paper:#f6f6f8;--surface:#e8ebf1;--ink:#11172b;--muted:#555f75;--line:#d4d9e3;--accent:#b6c6ff;--button-ink:#131c39;--link:#2a489f;--condensed:'Barlow Condensed','Arial Narrow','Liberation Sans Narrow',Impact,sans-serif}.site-glxz .site-header{background:#0e1325;color:#f0f3ff;border-color:#ffffff1e}.site-glxz .concept-bar{background:#222a40;color:#d7ddec}.site-glxz h1,.site-glxz h2,.prime-callout h3,.igaming-section h2{font-family:var(--condensed);font-weight:600;letter-spacing:-.01em}.gaming-hero{background:#0e1325;color:#f2f5ff;overflow:hidden}.gaming-hero-grid{display:grid;grid-template-columns:1fr 1fr;min-height:680px;align-items:center;gap:15px}.gaming-hero .hero-copy{padding:55px 0}.gaming-hero .eyebrow{font-size:9px;color:#b7c8f2;letter-spacing:.13em}.gaming-hero h1{font-size:clamp(72px,8vw,114px);line-height:.96;letter-spacing:-.015em}.gaming-hero h1 span{color:#c0ccff}.gaming-hero .hero-description{color:#bec9df;max-width:430px;font-size:16px;margin-top:30px}.gaming-hero .button{text-transform:uppercase;letter-spacing:.07em;font-size:11px}.gaming-hero .button.secondary{color:#eff4ff;border-color:#75819f}.gaming-hero-visual{position:relative;width:100%;align-self:stretch;min-width:0;display:flex;align-items:center;justify-content:center}.gaming-hero-visual:before{content:"";position:absolute;inset:10% -10%;background:radial-gradient(ellipse,#364b8b66,transparent 68%)}.gaming-hero-visual img{position:relative;width:115%;max-width:none;object-fit:contain;mix-blend-mode:lighten}.gaming-hero-foot{display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid #ffffff23;padding-block:23px;font-size:10px;letter-spacing:.1em;color:#c1cce2}.gaming-hero-foot a{display:inline-flex;align-items:center;gap:17px}.gaming-games{background:#10172c;color:#eef2ff;--muted:#bac5dc;--line:#ffffff27;--link:#c4d2ff}.site-glxz .section-heading h2{font-size:60px;line-height:1}.games-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.game-card{border:1px solid #ffffff20;background:#1b253a;display:flex;flex-direction:column;min-height:285px;min-width:0}.game-logo{height:195px;display:grid;place-items:center;padding:26px}.game-logo img{max-width:100%;width:100%;height:138px;object-fit:contain}.text-game{font-family:var(--condensed);font-weight:700;font-size:84px;color:#c4e369;letter-spacing:-.04em}.game-card>div:last-child:not(.game-logo){padding:21px 22px;border-top:1px solid #ffffff15}.game-card h3{font-size:17px;letter-spacing:-.02em}.game-card .text-button{font-size:11px;display:none;color:#c0cdef}.js .game-card .text-button{display:inline-flex}.game-green{background:linear-gradient(145deg,#26352c,#152328)}.game-violet{background:linear-gradient(145deg,#30223e,#1e223a)}.game-blue{background:linear-gradient(145deg,#1f344a,#182237)}.game-red{background:linear-gradient(145deg,#36262e,#202439)}.prime-callout{margin-top:53px;border-top:1px solid #ffffff30;padding-top:45px;display:grid;grid-template-columns:1fr .8fr;gap:90px;align-items:center}.prime-callout h3{font-size:41px;line-height:1.04}.prime-callout .eyebrow{color:#b8c8f0;margin-bottom:17px}.prime-callout>div>p:not(.eyebrow){font-size:15px;color:#c1cce0;margin-bottom:14px}.gaming-tech{background:#f4f5f8;color:#18213b}.technology-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.technology-photo{aspect-ratio:4/3;overflow:hidden;background:#d6dce8;margin-bottom:23px}.technology-photo img{width:100%;height:100%;object-fit:cover}.technology-card .micro{font-size:9px;letter-spacing:.12em}.technology-card h3{font-size:24px;margin-top:11px;min-height:58px}.technology-card p{font-size:14px;color:var(--muted);margin-top:10px;min-height:70px}.technology-card .text-link{font-size:12px}.igaming-section{padding:93px 0;background:#c0ccfa;color:#13213f;--link:#1b3566}.igaming-section h2{font-size:64px;line-height:1}.igaming-section em{font-family:inherit;font-style:normal;opacity:.68}.igaming-section .lead{font-size:19px}.service-bar{background:#253d77;color:#f2f6ff;padding:38px 0}.service-bar .wrap{display:flex;justify-content:space-between;align-items:center;gap:35px}.service-bar .eyebrow{font-size:9px;margin-bottom:12px;color:#cddcff}.service-bar h3{font-size:22px}.service-bar a{display:flex;gap:25px;align-items:center;font-size:28px;font-weight:400;white-space:nowrap}.site-glxz .company-section{background:#e8ebf2}.site-glxz .contact-section{background:#0e1325}.site-glxz .contact-section h2{font-size:66px;line-height:1}.site-glxz .site-footer{background:#0e1325;color:#eef3ff;--muted:#aab7d1;--line:#ffffff25}.site-glxz .footer-top .official-logo{width:175px}.site-glxz .investor-page h1{font-family:var(--sans)}
/* IVDN — two visible buyer paths, architectural warm/cold contrast. */
.site-ivdn{--paper:#f6f4ed;--surface:#e6ebe6;--ink:#213b41;--muted:#586c6b;--line:#d0d9d1;--accent:#a64b2c;--link:#934022}.innovative{font-size:17px;letter-spacing:.035em;line-height:1}.innovative>span{font-size:11px!important;letter-spacing:.36em!important;margin-top:8px!important}.outdoor-hero{padding:53px 0 68px}.outdoor-hero-heading{display:grid;grid-template-columns:1fr .8fr;gap:90px;align-items:end;margin-bottom:40px}.outdoor-hero-heading h1{font-size:clamp(52px,5.8vw,82px);line-height:1.02}.outdoor-hero-heading h1 em{font-style:normal;font-family:inherit;font-weight:400;color:#607d7c}.outdoor-hero-heading .hero-description{margin:0;max-width:400px;font-size:15px}.outdoor-hero-heading .actions{margin-top:25px}.outdoor-hero-heading .eyebrow{font-size:9px;letter-spacing:.12em}.environment-panels{display:grid;grid-template-columns:1.2fr 1fr;gap:20px}.environment-panel{position:relative;min-height:432px;overflow:hidden;display:block}.building-panel>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.building-panel:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#122a35dd,#122a351a 80%)}.environment-copy{position:absolute;left:38px;right:38px;bottom:52px;z-index:2;color:white}.environment-copy>span{font-size:9px;letter-spacing:.14em}.environment-copy h2{font-size:45px;line-height:1.08;margin-top:15px;letter-spacing:-.04em}.environment-copy>svg{position:absolute;right:0;bottom:4px;width:37px;height:37px;border:1px solid #ffffff80;padding:6px;transition:transform .2s}.environment-panel:hover .environment-copy>svg{transform:translateX(5px)}.environment-caption{position:absolute;bottom:20px;left:38px;z-index:2;color:#e0e6e4;font-size:9px}.outdoor-panel{background:#dce7e3}.outdoor-panel>img{position:absolute;height:93%;width:62%;object-fit:contain;right:-6%;bottom:-4%;transform:rotate(8deg);filter:drop-shadow(0 25px 13px #16384035)}.outdoor-watermark{position:absolute;right:15px;top:28px;font-size:63px;line-height:.96;letter-spacing:-.06em;font-weight:700;color:#416d6814}.outdoor-panel .environment-copy{color:#1f3e43;right:26px}.outdoor-panel .environment-copy>svg{border-color:#1f3e4370}.house-wrap-section{background:#e8ede6}.house-wrap-grid{display:grid;grid-template-columns:1fr 1fr;gap:95px;align-items:center}.house-wrap-grid .lead{margin-top:26px;font-size:19px}.material-type{position:relative;background:#f5f6ef;min-height:430px;padding:40px 37px;display:flex;flex-direction:column;justify-content:center;border:1px solid #d0d9cb;overflow:hidden}.material-type>.eyebrow{position:absolute;top:29px;left:32px;font-size:9px;color:#536a5d}.material-name{font-size:clamp(42px,5.7vw,80px);letter-spacing:-.06em;font-weight:500;z-index:1}.material-name sup{font-size:17px;vertical-align:super;margin-left:2px}.material-descriptor{font-size:11px;letter-spacing:.47em;margin-top:14px;position:relative;z-index:1}.material-lines{position:absolute;width:120%;height:130px;left:-15%;bottom:-10px;transform:rotate(-10deg);border-top:1px solid #b8c6b6;background:repeating-linear-gradient(0deg,transparent,transparent 20px,#b9c5b532 21px,#b9c5b532 22px)}.resource-list{display:flex;flex-direction:column;margin-top:24px;margin-bottom:21px}.resource-list .text-link{padding:16px 0;border-color:#b8c8b7;font-size:13px}.apparel-section{background:#f7f8f4}.apparel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.apparel-image{height:360px;background:#e7ece9;overflow:hidden}.apparel-image img{width:100%;height:100%;padding:20px;object-fit:contain;mix-blend-mode:multiply}.apparel-grid h3{font-size:22px;margin-top:22px}.site-ivdn .contact-section{background:#203c41}
/* NLCP — architectural scale and an investor-first editorial layout. */
.site-nlcp{--paper:#f8f6f0;--surface:#e6eae2;--ink:#203e37;--muted:#5b6b60;--line:#ced7cb;--accent:#28534c;--link:#28534c}.site-nlcp h1,.site-nlcp h2{font-family:var(--serif);font-weight:400;letter-spacing:-.035em}.property-hero{position:relative;min-height:695px;background:#25473d;color:#fff9ed;overflow:hidden}.property-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.property-shade{position:absolute;inset:0;background:linear-gradient(90deg,#14372bea,#14372bbb 36%,#173e3950 70%,#173e3925)}.property-hero-inner{position:relative;min-height:695px;display:flex;align-items:center;padding-block:65px}.property-hero h1{font-size:clamp(57px,6.4vw,91px);line-height:1.03;letter-spacing:-.04em}.property-hero h1 em{color:#d9dbc4}.property-hero .eyebrow{font-size:10px;color:#e8e8d5}.property-hero .hero-description{font-size:16px;color:#e3e6dc;max-width:390px;margin-top:27px}.property-hero .button{background:#f0edde;color:#223d31;border-color:#f0edde}.property-hero .button.secondary{background:transparent;color:#f4f1e3;border-color:#d8ddd2a0}.property-caption{position:absolute;right:0;bottom:30px;font-size:9px;letter-spacing:.16em;color:#eef0e7}.property-resources{background:#ecebe1;border-bottom:1px solid #d8d9ce}.property-resources>.wrap{display:grid;grid-template-columns:1fr 2.55fr;gap:65px;padding-block:44px;align-items:center}.property-resource-title h2{font-size:28px;line-height:1.14}.property-resource-title .eyebrow{font-size:9px;margin-bottom:12px}.property-resource-links{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.property-resource-links .text-link{border:0;padding:22px 0 22px 24px;border-left:1px solid #c8d0c1;align-items:flex-end;color:#233e33;font-size:22px;font-weight:400;letter-spacing:-.035em;line-height:1.2}.property-resource-links small{display:block;font-size:8px;font-weight:500;letter-spacing:.1em;margin-bottom:15px;color:#5a6c5d}.property-resource-links>span[aria-hidden]{font-size:22px}.transaction-list{border-top:1px solid var(--line)}.transaction-list article{display:grid;grid-template-columns:75px 1fr 1.25fr;gap:40px;padding:34px 0;border-bottom:1px solid var(--line);align-items:start}.transaction-list article>span{font-size:10px;letter-spacing:.1em;margin-top:7px;color:var(--muted)}.transaction-list h3{font-family:var(--serif);font-size:29px;font-weight:400}.transaction-list p{color:var(--muted);font-size:14px}.transaction-list+.micro{margin-top:22px}.property-types-section{padding:90px 0;background:#24493f;color:#f3f1e6}.property-types-grid{display:grid;grid-template-columns:.8fr 1.3fr;gap:90px;align-items:center}.property-types-grid h2{font-size:65px}.property-types-grid em{color:#cad5b5}.property-types-grid .eyebrow{color:#c6d2bc}.property-types{display:grid;grid-template-columns:1fr 1fr;gap:35px}.property-types article{border-top:1px solid #e4e9d140;padding-top:20px}.property-types svg{height:160px;width:100%;color:#cfdabc;display:block}.property-types h3{font-size:22px;font-family:var(--serif);font-weight:400;letter-spacing:-.02em;margin-top:15px}.property-types p{font-size:13px;color:#d0d8c9;margin-top:20px}.site-nlcp .company-section{background:var(--paper)}.site-nlcp .contact-section{background:#e6e9df;color:var(--ink)}.site-nlcp .inquiry-choice{border-color:#b4c3b4}.site-nlcp .contact-direct span{opacity:1;color:var(--muted)}
/* OKMN — restrained field-report character, precise interest types. */
.site-okmn{--paper:#f5f2eb;--surface:#e9e4d9;--ink:#243c43;--muted:#606d6d;--line:#d2d5cb;--accent:#806445;--link:#715235}.okmin{font-size:27px;font-weight:500;letter-spacing:.12em}.okmin>span{font-size:8px!important;letter-spacing:.38em!important}.site-okmn h1,.site-okmn h2{font-family:var(--serif);font-weight:400;letter-spacing:-.035em}.resources-hero{padding-top:55px}.resources-hero-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:80px;align-items:center;min-height:555px;padding-bottom:65px}.resources-hero h1{font-size:clamp(52px,5.3vw,74px);line-height:1.06}.resources-hero h1 em{color:#8c7053}.resources-hero .hero-description{font-size:16px;max-width:405px;margin-top:26px}.resources-hero .eyebrow{font-size:9px;letter-spacing:.12em}.field-photo{position:relative;margin-top:23px}.field-photo:before{content:"";position:absolute;left:-18px;top:-18px;width:65px;height:65px;border-top:1px solid var(--accent);border-left:1px solid var(--accent);pointer-events:none}.field-photo img{height:425px;width:100%;object-fit:cover;filter:saturate(.75)}.field-photo figcaption{display:flex;justify-content:space-between;gap:20px;font-size:9px;color:var(--muted);padding-top:16px;line-height:1.5}.field-photo figcaption>span:first-child{letter-spacing:.1em}.resources-facts{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:25px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:10px;letter-spacing:.15em;color:#52665f}.resources-company{padding-block:83px}.resources-company .lead+p{font-size:15px;color:var(--muted)}.interest-section{background:#e9e7dc;padding-top:85px}.interest-table-wrap{width:100%}.interest-table{border-collapse:collapse;width:100%;table-layout:fixed;text-align:left}.interest-table th,.interest-table td{padding:30px 18px;border-bottom:1px solid #bfc8bc;vertical-align:top;overflow-wrap:break-word}.interest-table th:first-child,.interest-table td:first-child{padding-left:0}.interest-table th:last-child,.interest-table td:last-child{padding-right:0}.interest-table thead th{padding-top:15px;padding-bottom:17px;border-top:1px solid #bfc8bc;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#5d6f62;font-weight:500}.interest-table tbody th{font-family:var(--serif);font-weight:400;font-size:27px;line-height:1.2;letter-spacing:-.03em}.interest-table td{font-size:14px;line-height:1.6}.interest-table .interest-percent{font-size:31px;letter-spacing:-.04em;line-height:1.2}.interest-table thead th:nth-child(1){width:25%}.interest-table thead th:nth-child(2){width:28%}.interest-table thead th:nth-child(3){width:18%}.interest-table thead th:nth-child(4){width:29%}.resources-approach{padding:86px 0;background:#233c41;color:#f3f0e5;--link:#e0c398}.resources-approach .eyebrow{color:#d1c6ad}.resources-approach h2{font-size:52px}.approach-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:55px;margin-top:45px;padding-top:30px;border-top:1px solid #e4e5d33b}.approach-columns h3{font-family:var(--serif);font-weight:400;font-size:24px;letter-spacing:-.02em}.approach-columns p{font-size:14px;color:#d1d9d4;margin-top:19px}.approach-columns .text-link{font-size:12px;margin-top:12px}.site-okmn .contact-section{background:var(--paper);color:var(--ink)}.site-okmn .inquiry-choice{border-color:#b6c4bc}.site-okmn .contact-choices .micro{color:var(--muted);opacity:1}
/* Investor pages: a consistent, useful document system, styled per company. */
.ir-opening{padding:76px 0 0;background:var(--surface)}.ir-opening-grid{display:grid;grid-template-columns:1.35fr .9fr;gap:85px;align-items:end;padding-bottom:49px}.ir-opening h1{font-size:clamp(39px,4.3vw,61px);line-height:1.12;letter-spacing:-.045em;font-family:var(--sans);font-weight:500}.ir-opening h1 em{font-family:var(--serif);color:var(--muted)}.ir-opening-grid>p{font-size:14px;color:var(--muted);max-width:450px}.ir-opening>.wrap>.eyebrow{font-size:10px}.ir-date{border-top:1px solid var(--line);padding:22px 0;display:flex;justify-content:space-between;align-items:center;gap:30px;font-size:11px;color:var(--muted)}.ir-main{padding-block:74px}.ir-main-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:95px}.ir-main-grid h2{font-size:33px;line-height:1.2;font-family:var(--sans);font-weight:500;letter-spacing:-.035em}.ir-main-grid .eyebrow{font-size:10px;margin-bottom:17px}.filing-list{margin-top:35px}.filing-row{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:23px 0;border-top:1px solid var(--line)}.filing-row:last-child{border-bottom:1px solid var(--line)}.filing-row strong{font-size:16px;font-weight:500}.filing-row small{display:block;font-size:12px;line-height:1.6;color:var(--muted);margin-top:6px}.filing-row>span[aria-hidden]{font-size:24px;color:var(--link)}.quarter-card{padding:32px;background:var(--surface);border-top:3px solid var(--ink);align-self:start;min-width:0}.quarter-period{font-size:12px;line-height:1.7;margin-bottom:30px}.quarter-period strong{font-size:16px;font-weight:500}.ir-metric{padding:23px 0;border-top:1px solid var(--line)}.ir-metric span{display:block;font-size:12px;color:var(--muted);margin-bottom:13px}.ir-metric strong{font-size:clamp(27px,2.7vw,40px);font-weight:500;letter-spacing:-.065em;line-height:1.15;display:block;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.quarter-card>.text-link{font-size:11px;margin-top:22px}.quarter-card .micro{font-size:10px}.official-ir{padding:35px 40px;background:var(--ink);color:var(--paper);display:flex;justify-content:space-between;align-items:center;gap:50px;margin-top:64px}.official-ir .eyebrow{font-size:9px;opacity:.7;margin-bottom:15px}.official-ir h3{font-size:28px}.official-ir p:not(.eyebrow){max-width:470px;font-size:13px;margin-top:17px;opacity:.8}.official-ir .button{background:var(--paper);color:var(--ink);border-color:var(--paper);flex-shrink:0}.reporting-notes{border-top:1px solid var(--line);padding-top:31px;margin-top:54px;max-width:900px}.reporting-notes h3{font-size:18px;margin-bottom:18px}.reporting-notes p{font-size:13px;color:var(--muted)}.ir-extras{display:grid;grid-template-columns:1fr 1fr;gap:9px 30px;margin-top:24px}.ir-extras .text-link{font-size:12px;border:0}.ir-company-details{background:var(--surface);padding:67px 0}.ir-company-details h2{font-size:35px}.ir-company-details dl{display:grid;grid-template-columns:110px 1fr;gap:17px 25px;font-size:13px;line-height:1.6;margin-top:35px}.ir-company-details dt{color:var(--muted)}.ir-company-details dd{margin:0}.ir-contact{display:flex;flex-direction:column;gap:20px;font-size:22px;letter-spacing:-.02em}.ir-contact a{overflow-wrap:anywhere}.ir-company-details .micro{margin-top:25px;max-width:400px}.site-gdlg.investor-page{--accent:#597337;--button-ink:white}.site-glxz.investor-page .ir-opening h1,.site-glxz.investor-page h2{font-family:var(--sans)}.site-glxz.investor-page .ir-metric strong{font-size:33px}
/* Draft composer. Local only; never submits or stores entered data. */
dialog{width:min(620px,calc(100% - 32px));max-height:90vh;border:1px solid #c4cec9;background:var(--paper);color:var(--ink);padding:29px 35px 24px;overflow:auto;box-shadow:0 25px 80px #0004}dialog::backdrop{background:#0c2025a8;backdrop-filter:blur(3px)}.dialog-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.dialog-top .eyebrow{margin:0;font-size:10px}.dialog-close{background:none;border:1px solid var(--line);color:inherit;font-size:23px;line-height:1;min-width:38px;min-height:38px}.dialog-note{font-size:12px;color:var(--muted);margin:18px 0 24px}.dialog-top+h2{font-family:var(--sans);font-size:30px;letter-spacing:-.04em;line-height:1.2}dialog label{display:block;font-size:12px;font-weight:500;margin-top:18px}dialog label>span{font-weight:400;color:var(--muted)}dialog input,dialog textarea{display:block;width:100%;margin-top:9px;padding:12px 13px;border:1px solid #bccbc2;background:#ffffffb5;border-radius:0;min-height:46px;color:var(--ink);font-size:14px;line-height:1.5}dialog textarea{resize:vertical;min-height:95px}dialog form>.button{margin-top:24px}dialog .actions{gap:12px;margin-top:20px}dialog .actions .button{font-size:12px;padding:12px 16px;gap:15px}dialog .text-button{color:var(--link);margin-top:13px}.draft-label{font-size:13px;padding:12px 15px;border-left:2px solid var(--link);background:var(--surface)}.status{font-size:12px;margin-top:12px;min-height:19px}.site-gdlg dialog{--accent:#587734;--button-ink:white}.site-glxz dialog{--accent:#2a489f;--button-ink:white}
/* Tablet and phone layouts are composed, not scaled-down desktop canvases. */
@media(min-width:1600px){.wrap{max-width:1360px}.clinical-hero .hero-grid,.industrial-hero .hero-grid,.systems-hero-grid,.gaming-hero-grid{min-height:720px}}
@media(max-width:1180px){.wrap{width:calc(100% - 72px)}.desktop-nav{gap:17px}.desktop-nav a{font-size:11px}.header-action{font-size:11px;gap:12px}.header-inner{gap:20px}.brand-main{font-size:21px}.adm{font-size:32px}.company-grid{gap:55px}.contact-grid{gap:75px}.section-heading{gap:45px}.section-intro{max-width:370px;font-size:14px}.stage-ring{width:395px}.ring-two{width:295px}.clinical-hero h1{font-size:76px}.engine{width:110%}.industrial-secondary{gap:32px}.industrial-secondary article{grid-template-columns:1fr}.component-visual{grid-row:auto;height:230px;margin-bottom:25px}.component-visual img{height:230px}.beauty-hero-grid{gap:35px}.beauty-composition{height:510px}.beauty-photo-one{height:410px}.beauty-photo-two{height:325px}.beauty-hero h1{font-size:68px}.brand-story-copy{padding:45px}.brand-story h3{font-size:45px}.merch-hero-grid{gap:55px}.merch-hero h1{font-size:80px}.merch-hero-image>img{height:520px}.merch-image-label{left:-20px;min-width:220px}.craft-heading h2{font-size:49px}.chemistry-brand{padding:28px 23px}.chemistry-grid{gap:20px}.systems-hero-grid{gap:28px;grid-template-columns:1.07fr 1fr}.systems-hero h1{font-size:65px}.workflow-node{min-width:132px}.workflow-node span{font-size:14px}.workflow-art{height:520px}.node-1{top:104px}.node-2{top:114px}.node-3{bottom:104px}.node-4{bottom:88px}.gaming-hero h1{font-size:91px}.gaming-hero-grid{min-height:625px}.game-logo{padding:20px}.prime-callout{gap:60px}.technology-card h3{font-size:21px}.outdoor-hero-heading{gap:65px}.environment-panel{min-height:380px}.environment-copy{left:28px}.environment-copy h2{font-size:39px}.environment-caption{left:28px}.house-wrap-grid{gap:55px}.material-type{padding:35px 26px;min-height:375px}.material-name{font-size:65px}.property-resources>.wrap{gap:30px}.property-resource-links{gap:12px}.property-resource-links .text-link{padding-left:16px;font-size:19px}.property-types-grid{gap:55px}.property-types-grid h2{font-size:58px}.resources-hero-grid{gap:50px}.resources-hero h1{font-size:62px}.ir-main-grid{gap:50px}.ir-opening-grid{gap:50px}.ir-opening h1{font-size:52px}.ir-metric strong{font-size:32px}.quarter-card{padding:27px}.official-ir{gap:35px}.official-ir .button{font-size:11px;gap:18px}}
@media(max-width:980px){.desktop-nav{display:none}.header-action{margin-left:auto}.header-inner{min-height:77px}.mobile-nav{display:block;position:static}.mobile-nav summary{display:flex;align-items:center;gap:14px;list-style:none;font-size:12px;min-height:44px;cursor:pointer}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary>span{font-size:20px;font-weight:300;line-height:1}.mobile-nav[open] summary>span{transform:rotate(45deg)}.mobile-nav nav{position:absolute;top:100%;right:0;left:0;background:var(--paper);color:var(--ink);padding:18px 26px 23px;border:1px solid var(--line);box-shadow:0 18px 30px #18222b12;z-index:45;max-height:70vh;overflow:auto;display:flex;flex-direction:column;gap:2px}.mobile-nav nav a{padding:15px 0;font-size:15px;border-bottom:1px solid var(--line)}.mobile-nav nav a:last-child{border:0}.hero-grid{gap:30px}.clinical-hero .hero-grid{min-height:590px}.clinical-hero h1{font-size:67px}.instrument-stage{height:530px}.instrument{height:450px;width:112%;max-width:none}.stage-ring{width:315px}.ring-two{width:235px}.stage-caption{left:5px;right:0;font-size:8px;bottom:10px}.hero-description{font-size:15px}.eyebrow{font-size:9px}.actions{gap:12px}.button{font-size:12px;padding:13px 18px;gap:18px;min-height:48px}.section{padding:80px 0}.section-heading h2{font-size:41px}.section-heading{gap:35px}.section-intro{max-width:310px;font-size:13px}.product-grid{grid-template-columns:repeat(2,1fr);gap:35px 25px}.product-photo{aspect-ratio:1.25/1}.split-feature{gap:40px}.feature-copy h2{font-size:37px}.feature-image img{height:430px}.feature-item{gap:18px;margin-top:27px}.feature-item p{font-size:13px}.feature-item h3{font-size:18px}.offering-strip a{font-size:11px;padding-inline:20px;gap:15px}.company-grid{gap:45px}.company-grid h2{font-size:41px}.lead{font-size:18px}.contact-grid{gap:50px;grid-template-columns:1fr .9fr}.contact-grid h2{font-size:43px}.inquiry-choice{font-size:14px;padding:22px 0}.contact-direct a{font-size:15px}.industrial-hero .hero-grid{min-height:590px}.industrial-hero h1{font-size:62px}.engine-stage{height:460px}.engine{width:120%;left:-4%}.industrial-meta{font-size:8px;letter-spacing:.09em}.engine-product{gap:40px}.engine-product-copy h3{font-size:29px}.engine-product-visual{padding:10px}.engine-product-visual img{height:265px}.applications-section .wrap{gap:50px}.applications-intro h2{font-size:39px}.applications-intro>p:not(.eyebrow){font-size:14px}.application-columns article{padding-left:35px}.beauty-hero-grid{gap:25px;grid-template-columns:1fr 1fr;min-height:505px}.beauty-hero h1{font-size:57px}.beauty-hero .hero-description{font-size:14px}.beauty-composition{height:475px}.beauty-photo-one{height:370px;width:66%}.beauty-photo-two{height:285px;width:56%;border-width:7px}.beauty-photo>span{font-size:7px;bottom:18px;left:16px}.beauty-hero-note{font-size:8px!important;margin-top:35px!important}.beauty-hero-note span{padding-inline:6px}.brand-story-copy{padding:38px 32px}.brand-story-photo img{height:480px}.brand-story{min-height:480px}.brand-story h3{font-size:39px}.brand-wordmark{max-width:130px;height:22px}.brand-story-copy>p{font-size:13px}.brand-product-names span{font-size:8px}.merch-hero-grid{gap:37px;min-height:550px}.merch-hero h1{font-size:68px}.merch-hero .hero-description{font-size:14px}.merch-hero-image>img{height:465px;border-top-right-radius:80px}.merch-image-label{min-width:180px;padding:20px 23px;left:-18px;bottom:57px}.merch-image-label span:last-child{font-size:29px}.merch-image-label span:first-child{font-size:7px}.merch-local{margin-top:30px}.merch-ribbon .wrap{font-size:9px;letter-spacing:.07em;gap:12px}.merch-ribbon i{font-size:18px}.merch-product-image{aspect-ratio:1.1/1}.craft-heading h2{font-size:43px}.craft-heading>p:not(.eyebrow){font-size:14px}.craft-grid img{height:310px}.school-grid{gap:55px}.school-brand{padding:30px}.school-grid h2{font-size:40px}.engineering-hero .hero-grid{min-height:570px}.engineering-hero h1{font-size:63px}.engineering-hero .hero-description{font-size:14px}.engineering-hero .eyebrow{font-size:8px;line-height:1.8}.engineering-art{height:440px}.engineering-heritage{font-size:8px;gap:20px}.engineering-feature{gap:45px}.engineering-feature-copy h3{font-size:30px}.engineering-feature-photo img{height:365px}.engineering-process p{font-size:13px}.chemistry-grid{gap:16px}.chemistry-brand h3{font-size:19px}.chemistry-brand p{font-size:13px}.chemistry-logo img{height:66px;max-width:100%}.systems-hero-grid{min-height:590px;gap:20px}.systems-hero h1{font-size:56px}.systems-hero .hero-description{font-size:14px}.workflow-art{height:460px}.workflow-node{min-width:111px;gap:8px}.workflow-node span{font-size:12px}.workflow-node b{font-size:8px}.node-1{top:90px}.node-2{top:110px}.node-3{bottom:85px}.node-4{bottom:80px}.workflow-start,.workflow-end{font-size:6px;letter-spacing:.08em}.systems-baseline{font-size:8px;letter-spacing:.12em}.solution-row{grid-template-columns:40px 1fr 1fr;gap:28px}.solution-row h3{font-size:25px}.solution-row p{font-size:13px}.step-grid{gap:35px}.gaming-hero-grid{min-height:535px}.gaming-hero h1{font-size:77px}.gaming-hero .eyebrow{font-size:8px;max-width:300px}.gaming-hero .hero-description{font-size:14px}.gaming-hero .button{font-size:10px;letter-spacing:.02em;gap:15px}.gaming-hero-foot{font-size:8px}.games-grid{grid-template-columns:repeat(2,1fr);gap:20px}.game-card{min-height:270px}.game-logo{height:180px}.game-logo img{height:128px}.site-glxz .section-heading h2{font-size:50px}.technology-grid{gap:20px}.technology-card h3{font-size:18px}.technology-card p{font-size:13px;min-height:90px}.igaming-section h2{font-size:54px}.service-bar h3{font-size:18px}.service-bar a{font-size:24px;gap:15px}.outdoor-hero-heading{gap:40px;grid-template-columns:1fr .9fr}.outdoor-hero-heading h1{font-size:65px}.outdoor-hero-heading .hero-description{font-size:14px}.environment-panel{min-height:340px}.environment-copy{left:23px;bottom:45px}.environment-copy h2{font-size:32px}.environment-copy>span{font-size:8px}.environment-caption{left:23px;font-size:8px}.outdoor-watermark{font-size:50px}.house-wrap-grid{gap:40px}.house-wrap-grid h2{font-size:40px}.house-wrap-grid .lead{font-size:17px}.material-name{font-size:54px}.material-type{min-height:365px;padding:30px 20px}.material-descriptor{font-size:9px;letter-spacing:.3em}.material-type>.eyebrow{left:23px}.apparel-image{height:295px}.property-hero,.property-hero-inner{min-height:645px}.property-hero h1{font-size:76px}.property-resources>.wrap{grid-template-columns:1fr;gap:22px}.property-resource-title{display:flex;justify-content:space-between;align-items:start;gap:30px}.property-resource-title h2{font-size:29px}.property-resource-title h2 br{display:none}.property-resource-links .text-link:first-child{padding-left:0;border:0}.property-resource-links .text-link{font-size:22px}.property-resources>.wrap{padding-block:33px}.transaction-list article{grid-template-columns:45px 1fr 1.1fr;gap:25px}.transaction-list h3{font-size:25px}.property-types-grid{gap:35px;grid-template-columns:.8fr 1.2fr}.property-types-grid h2{font-size:49px}.property-types{gap:24px}.property-types h3{font-size:20px}.property-types p{font-size:12px}.resources-hero-grid{gap:42px;min-height:500px}.resources-hero h1{font-size:53px}.resources-hero .hero-description{font-size:14px}.field-photo img{height:365px}.field-photo figcaption{font-size:8px;gap:14px}.resources-facts{font-size:8px;letter-spacing:.12em}.interest-table tbody th{font-size:22px}.interest-table td{font-size:12px}.interest-table .interest-percent{font-size:26px}.interest-table th,.interest-table td{padding-inline:12px}.approach-columns{gap:35px}.approach-columns h3{font-size:21px}.approach-columns p{font-size:13px}.ir-opening-grid{grid-template-columns:1.2fr .8fr;gap:40px}.ir-opening h1{font-size:43px}.ir-opening-grid p{font-size:13px}.ir-main-grid{grid-template-columns:1.2fr .8fr;gap:35px}.ir-main-grid h2{font-size:28px}.ir-metric strong,.site-glxz.investor-page .ir-metric strong{font-size:30px}.quarter-card{padding:23px}.official-ir{padding:31px;gap:30px;flex-direction:column;align-items:flex-start}.ir-company-details h2{font-size:29px}.ir-contact{font-size:18px}.ir-company-details dl{grid-template-columns:95px 1fr;gap:17px;font-size:12px}}
@media(max-width:700px){html{scroll-padding-top:88px}.wrap{width:calc(100% - 40px)}.concept-bar .wrap{min-height:27px;padding-block:5px}.concept-bar{font-size:8px;line-height:1.6}.concept-date{display:none}.header-inner{min-height:71px;gap:20px}.header-action{display:none}.brand-main{font-size:21px}.engineered{font-size:22px}.adm{font-size:30px}.glide{font-size:25px}.innovative{font-size:15px}.longevity{font-size:18px}.official-logo{width:140px;height:38px}.mobile-nav{margin-left:auto}.mobile-nav summary{font-size:11px}.mobile-nav nav{padding:12px 22px 18px;max-height:calc(100dvh - 145px)}.mobile-nav nav a{font-size:14px;min-height:47px}.eyebrow{font-size:9px;margin-bottom:23px;letter-spacing:.13em}.section{padding:64px 0}.section-heading{display:block;margin-bottom:32px}.section-heading h2{font-size:37px}.section-intro{max-width:none;font-size:14px;margin-top:21px}.section-heading .eyebrow{margin-bottom:18px}.lead{font-size:18px}.hero-description{font-size:15px;line-height:1.7;max-width:100%;margin-top:25px}.actions{gap:12px;margin-top:28px}.button{font-size:11px;gap:20px;padding:13px 17px;min-height:49px}.text-link{font-size:12px;gap:18px}.hero-grid{grid-template-columns:1fr!important;gap:0}.company-grid{grid-template-columns:1fr;gap:27px}.company-grid h2{font-size:38px}.company-grid .text-link{margin-top:19px}.company-section{padding:60px 0}.location-line{font-size:10px;margin-top:23px;gap:15px}.contact-section{padding:63px 0}.contact-grid{grid-template-columns:1fr;gap:43px}.contact-grid h2{font-size:42px}.contact-grid>div>p:not(.eyebrow){font-size:14px}.contact-direct{gap:17px;margin-top:29px}.contact-direct a{font-size:17px}.contact-direct span{font-size:12px}.contact-choices{padding:0}.contact-choices .eyebrow{font-size:9px}.inquiry-choice{font-size:14px;padding:23px 0}.contact-choices .micro{margin-top:20px;font-size:11px}.footer-top{flex-direction:column;gap:29px;padding-bottom:32px}.site-footer{padding:37px 0 21px}.footer-links{gap:10px;font-size:12px}.footer-bottom{flex-direction:column;gap:10px;font-size:9px}.footer-top p{font-size:11px}.asset-credit{font-size:9px}.offering-strip .wrap{display:block}.offering-strip a{padding:19px 0!important;border-right:0;border-bottom:1px solid var(--line);font-size:12px;gap:22px}.offering-strip a:last-child{border-bottom:0}.offering-strip a>span{font-size:10px}.section-foot{justify-content:flex-start;margin-top:27px}.product-grid{gap:27px 15px}.product-photo{aspect-ratio:1/1}.product-content{padding-top:18px}.product-content h3{font-size:19px;margin-top:7px;margin-bottom:10px}.product-content .micro{font-size:7px}.product-content .text-link{font-size:10px;gap:10px}.product-content .text-link svg{width:17px}.split-feature{grid-template-columns:1fr;gap:35px}.feature-image img{height:320px}.feature-copy h2{font-size:37px}.feature-item{gap:20px;margin-top:29px}.feature-item p{font-size:14px}.clinical-hero{background:var(--paper)}.clinical-hero .hero-grid{min-height:0}.clinical-hero .hero-copy{padding:45px 0 32px}.clinical-hero h1{font-size:60px;letter-spacing:-.06em}.clinical-hero .hero-description{font-size:14px;margin-top:25px;max-width:350px}.clinical-hero .eyebrow{font-size:8px;max-width:330px;line-height:1.8;letter-spacing:.1em}.instrument-stage{height:430px;background:#e8f0ec;margin:0 -20px;overflow:hidden}.instrument{height:392px;width:100%;max-width:100%;transform:translateY(-8px)}.stage-ring{width:340px}.ring-two{width:260px}.stage-caption{left:25px;right:25px;bottom:15px;font-size:8px}.clinical-support{padding:62px 0}.clinical-support .feature-image:after{left:-9px;bottom:-9px}.industrial-hero .hero-copy{padding:47px 0 21px}.industrial-hero .hero-grid{min-height:0}.industrial-hero h1{font-size:62px}.industrial-hero h1>span{font-size:.44em;margin-top:18px}.industrial-hero .hero-description{font-size:14px;margin-top:24px;max-width:350px}.industrial-hero .eyebrow{font-size:8px}.engine-stage{height:325px;margin-top:13px}.engine{width:108%;left:-3%;top:48%}.engine-stage .stage-caption{font-size:7px;bottom:14px;left:0;right:0}.engine-outline{inset:40px 0 55px 0}.industrial-meta{font-size:8px;padding-block:19px;gap:17px;flex-wrap:wrap;line-height:1.6}.industrial-meta>span:nth-child(2){display:none}.engine-product{grid-template-columns:1fr;gap:28px;padding:28px 0 37px}.engine-product-visual{min-height:0;padding:13px}.engine-product-visual img{height:250px}.engine-product-copy h3{font-size:29px}.engine-product-copy .eyebrow{font-size:9px;margin-bottom:17px}.engine-product-copy p:not(.eyebrow){font-size:14px;margin:20px 0}.industrial-secondary{gap:22px;padding-top:29px}.industrial-secondary article{display:flex;flex-direction:column}.component-visual{height:155px;width:100%;margin-bottom:21px}.component-visual img{height:155px}.industrial-secondary .eyebrow{font-size:7px;margin-bottom:12px}.industrial-secondary h3{font-size:21px}.industrial-secondary p:not(.eyebrow){font-size:12px;margin-top:14px}.industrial-secondary .text-link{font-size:10px;gap:9px;align-self:flex-start;margin-top:18px}.industrial-secondary .text-link svg{width:17px}.applications-section{padding:62px 0}.applications-section .wrap{grid-template-columns:1fr;gap:37px}.applications-intro h2{font-size:39px}.applications-intro>p:not(.eyebrow){margin-top:23px;font-size:14px}.application-columns{gap:28px}.application-columns article{padding-left:36px;padding-bottom:25px}.application-columns h3{font-size:23px}.application-columns article p{font-size:13px}.inquiry-hints{gap:8px}.inquiry-hints span{font-size:10px}.beauty-hero{padding:45px 0 57px}.beauty-hero-grid{grid-template-columns:1fr;gap:35px;min-height:0}.beauty-hero h1{font-size:58px;line-height:1.07}.beauty-hero .eyebrow{font-size:8px}.beauty-hero .hero-description{font-size:14px;max-width:350px;margin-top:24px}.beauty-hero .actions{margin-top:25px}.beauty-hero-note{margin-top:28px!important;font-size:7px!important;letter-spacing:.1em;max-width:330px}.beauty-hero-note span{padding-inline:6px}.beauty-composition{height:385px;max-width:440px;width:100%;margin-inline:auto}.beauty-photo-one{height:323px;width:60%;border-top-left-radius:140px;border-top-right-radius:140px}.beauty-photo-two{height:266px;width:54%;border-width:7px}.beauty-photo>span{font-size:6px;left:14px;bottom:15px}.beauty-line{height:95px;width:50px}.brand-story{grid-template-columns:1fr;margin-top:25px;min-height:0}.brand-story-photo img{height:340px}.brand-story-copy{padding:38px 28px}.brand-story h3{font-size:43px}.brand-wordmark{height:23px;max-width:140px;margin-bottom:26px}.brand-story-copy>p{font-size:14px;margin-top:21px}.brand-product-names span{font-size:9px}.brand-story-copy .text-link{font-size:12px;margin-top:23px}.image-index{font-size:8px;left:22px;bottom:20px}.carmell-story .brand-story-photo{grid-row:1}.carmell-story .brand-story-photo img{height:340px;object-position:center 47%}.professionals-section{padding:63px 0}.professionals-section .lead{font-size:18px}.professionals-section p:not(.lead):not(.eyebrow){font-size:14px}.merch-hero{padding-top:43px}.merch-hero-grid{grid-template-columns:1fr;gap:34px;min-height:0;padding-bottom:45px}.merch-hero h1{font-size:75px}.merch-hero .eyebrow{font-size:8px}.merch-hero .hero-description{font-size:14px;max-width:335px}.merch-local{margin-top:27px}.merch-local .stamp{height:39px;width:39px;font-size:9px}.merch-local p{font-size:8px}.merch-hero-image>img{height:395px;border-radius:3px 78px 3px 3px}.merch-image-label{left:-9px;bottom:53px;padding:18px 23px;min-width:185px}.merch-image-label span:last-child{font-size:30px}.merch-hero-image figcaption{font-size:8px}.merch-ribbon .wrap{justify-content:flex-start;flex-wrap:wrap;padding-block:20px;gap:13px 20px;font-size:9px}.merch-ribbon i{font-size:13px}.merch-ribbon i:nth-of-type(2){display:none}.merch-ribbon span{min-width:calc(50% - 35px)}.merchandise-products{gap:22px 15px}.merch-product-image{aspect-ratio:1/1.2}.merch-product-image img{padding:8px}.merch-product>div{padding:16px 0;gap:8px;align-items:start}.merch-product h3{font-size:17px;line-height:1.2}.merch-product>div a{min-width:23px;min-height:30px}.merch-product svg{width:18px}.craft-section{padding:60px 0}.craft-heading{display:block;margin-bottom:30px}.craft-heading h2{font-size:44px}.craft-heading>p:not(.eyebrow){margin-top:24px;font-size:14px}.craft-grid{gap:26px;grid-template-columns:1fr}.craft-grid figure:last-child{padding-top:0}.craft-grid img{height:290px}.craft-grid figcaption{font-size:10px}.craft-grid figcaption span:last-child{font-size:8px}.craft-bottom{flex-direction:column;align-items:flex-start;gap:20px;margin-top:30px}.craft-bottom p{font-size:14px}.school-grid{grid-template-columns:1fr;gap:30px}.school-brand{padding:25px}.school-brand img{width:180px;height:150px}.school-grid h2{font-size:39px}.school-grid>div>p:not(.eyebrow){font-size:14px}.engineering-hero .hero-grid{min-height:0}.engineering-hero .hero-copy{padding:47px 0 14px}.engineering-hero h1{font-size:58px;line-height:1.06}.engineering-hero .hero-description{font-size:14px}.engineering-hero .eyebrow{font-size:8px;max-width:340px}.engineering-heritage{margin-top:30px;font-size:8px;gap:25px}.engineering-art{height:370px;margin:15px 0 20px}.engineering-grid{inset:24px 10px 30px}.pcb-image{width:84%;max-height:300px;object-fit:contain}.circuit-material{right:0;width:100px}.art-label{font-size:7px}.art-label-top{top:7px}.art-label-bottom{bottom:2px}.technical-cross{font-size:20px}.c1{right:0;top:8px}.c2{left:0;bottom:12px}.engineering-feature{grid-template-columns:1fr;gap:30px}.engineering-feature-copy h3{font-size:32px}.engineering-feature-copy>p{font-size:14px;margin-top:22px}.engineering-feature-photo img{height:275px}.engineering-feature-copy .registration-note{font-size:11px;padding:17px;margin-top:22px}.engineering-process-section{padding:60px 0}.engineering-process{display:block;margin-top:30px;border-top:0;border-left:1px solid #aabecb;margin-left:4px}.engineering-process article{padding:6px 0 31px 28px}.engineering-process article:before{top:10px;left:-4px}.engineering-process h3{font-size:25px;margin-top:12px;margin-bottom:15px}.engineering-process p{font-size:14px;max-width:100%}.chemistry-grid{grid-template-columns:1fr;gap:18px}.chemistry-brand{padding:27px}.chemistry-logo{height:60px;margin-bottom:22px}.chemistry-logo img{height:57px;max-width:175px}.chemistry-brand h3{font-size:24px}.chemistry-brand p{font-size:14px;margin-top:16px;margin-bottom:20px}.chemistry-brand .text-link{font-size:12px}.systems-hero-grid{grid-template-columns:1fr;gap:0;min-height:0}.systems-hero .hero-copy{padding:46px 0 15px}.systems-hero h1{font-size:54px;line-height:1.04;letter-spacing:-.06em}.systems-hero .eyebrow{font-size:8px;max-width:310px;line-height:1.8}.systems-hero .hero-description{font-size:14px;margin-top:25px}.systems-hero .actions{gap:12px}.workflow-art{height:382px;max-width:420px;margin:0 auto}.workflow-node{min-width:116px;padding:12px 0;gap:10px}.workflow-node span{font-size:12px}.workflow-node b{font-size:8px;margin-top:3px}.node-1{top:74px}.node-2{top:86px}.node-3{bottom:71px}.node-4{bottom:60px}.workflow-start{top:20px;font-size:7px}.workflow-end{bottom:15px;font-size:7px}.systems-baseline{font-size:7px;letter-spacing:.08em;padding-block:20px;gap:12px;flex-wrap:wrap}.solution-row{grid-template-columns:30px 1fr;gap:10px 19px;padding:30px 0}.solution-row h3{font-size:27px}.solution-row>div{grid-column:2;margin-top:12px}.solution-row>div>p{font-size:14px}.solution-index{font-size:10px}.solution-row .text-link{font-size:12px}.systems-approach{padding:61px 0}.step-grid{grid-template-columns:1fr 1fr;gap:30px 22px;margin-top:32px}.step-grid h3{font-size:21px;margin-top:16px}.step-grid p{font-size:12px;line-height:1.65}.gaming-hero-grid{grid-template-columns:1fr;min-height:0}.gaming-hero .hero-copy{padding:44px 0 0}.gaming-hero h1{font-size:83px;letter-spacing:-.02em;line-height:.97}.gaming-hero .eyebrow{font-size:8px;line-height:1.7;margin-bottom:26px;max-width:340px}.gaming-hero .hero-description{font-size:14px;max-width:330px;margin-top:24px}.gaming-hero .actions{margin-top:26px}.gaming-hero .button{font-size:10px;padding:13px 18px}.gaming-hero-visual{height:310px;margin-top:14px}.gaming-hero-visual img{width:112%;max-width:none;height:100%;object-fit:contain}.gaming-hero-foot{font-size:7px;letter-spacing:.05em;padding-block:20px;gap:15px;flex-wrap:wrap}.gaming-hero-foot a svg{width:16px}.site-glxz .section-heading h2{font-size:46px}.gaming-games .section-intro{font-size:14px}.games-grid{gap:13px}.game-card{min-height:245px}.game-logo{height:145px;padding:14px}.game-logo img{height:112px}.text-game{font-size:63px}.game-card>div:last-child:not(.game-logo){padding:17px 13px}.game-card h3{font-size:15px}.game-card .text-button{font-size:9px;gap:7px;line-height:1.5}.game-card .text-button svg{width:15px}.prime-callout{grid-template-columns:1fr;gap:27px;padding-top:32px;margin-top:37px}.prime-callout h3{font-size:36px}.prime-callout>div>p:not(.eyebrow){font-size:14px}.technology-grid{grid-template-columns:1fr;gap:34px}.technology-photo{aspect-ratio:4/2.8;margin-bottom:20px}.technology-card h3{font-size:25px;min-height:0;margin-top:9px}.technology-card p{font-size:14px;min-height:0;margin-top:15px}.technology-card .text-link{margin-top:13px}.technology-card .micro{font-size:8px}.igaming-section{padding:64px 0}.igaming-section h2{font-size:49px}.igaming-section .lead{font-size:18px}.service-bar{padding:35px 0}.service-bar .wrap{flex-direction:column;align-items:flex-start;gap:22px}.service-bar h3{font-size:19px}.service-bar a{font-size:26px}.site-glxz .contact-section h2{font-size:50px}.outdoor-hero{padding:42px 0 44px}.outdoor-hero-heading{grid-template-columns:1fr;gap:24px;margin-bottom:30px}.outdoor-hero-heading h1{font-size:64px;line-height:1.04}.outdoor-hero-heading .eyebrow{font-size:8px;letter-spacing:.1em}.outdoor-hero-heading .hero-description{font-size:14px;max-width:340px}.outdoor-hero-heading .actions{margin-top:24px}.environment-panels{grid-template-columns:1fr;gap:16px}.environment-panel{min-height:328px}.environment-copy{left:25px;right:25px;bottom:48px}.environment-copy h2{font-size:36px}.environment-copy>span{font-size:8px}.environment-copy>svg{width:33px;height:33px}.environment-caption{left:25px;bottom:20px;font-size:8px}.outdoor-panel>img{width:58%;right:0;bottom:-5%;height:100%}.outdoor-panel .environment-copy{bottom:35px}.outdoor-watermark{font-size:65px;right:10px;top:20px}.house-wrap-grid{grid-template-columns:1fr;gap:35px}.material-type{min-height:305px;padding:28px}.material-name{font-size:65px}.material-descriptor{font-size:10px;letter-spacing:.35em}.material-type>.eyebrow{left:28px;top:27px}.house-wrap-grid h2{font-size:43px}.house-wrap-grid .lead{font-size:18px;margin-top:23px}.apparel-grid{grid-template-columns:repeat(3,1fr);gap:10px}.apparel-image{height:190px}.apparel-image img{padding:7px}.apparel-grid h3{font-size:15px;margin-top:14px;letter-spacing:-.035em}.property-hero,.property-hero-inner{min-height:655px}.property-hero-inner{padding:49px 0 77px}.property-hero h1{font-size:67px;line-height:1.02;letter-spacing:-.045em}.property-hero .eyebrow{font-size:9px}.property-hero .hero-description{font-size:14px;max-width:310px;margin-top:26px}.property-shade{background:linear-gradient(90deg,#173a31ed,#173a31aa 80%),linear-gradient(0deg,#173a31b0,transparent)}.property-hero-image{object-position:65% center}.property-caption{right:auto;left:0;font-size:7px;letter-spacing:.1em;bottom:23px}.property-hero .actions{gap:13px;max-width:345px}.property-hero .button{font-size:11px;padding:13px 16px;gap:17px}.property-resources>.wrap{padding-block:32px;gap:16px}.property-resource-title{display:block}.property-resource-title .eyebrow{font-size:8px}.property-resource-title h2{font-size:30px}.property-resource-links{grid-template-columns:1fr;gap:0}.property-resource-links .text-link{padding:20px 0!important;border-left:0;border-bottom:1px solid #c9d0c1;font-size:23px}.property-resource-links .text-link:last-child{border-bottom:0}.property-resource-links small{font-size:8px;margin-bottom:9px}.transaction-list article{grid-template-columns:28px 1fr;gap:9px 18px;padding:26px 0}.transaction-list h3{font-size:29px}.transaction-list p{grid-column:2;font-size:14px;margin-top:9px}.property-types-section{padding:63px 0}.property-types-grid{grid-template-columns:1fr;gap:35px}.property-types-grid h2{font-size:54px}.property-types-grid h2 br:last-of-type{display:none}.property-types-grid h2 em:before{content:" "}.property-types{gap:22px}.property-types svg{height:113px}.property-types h3{font-size:21px;line-height:1.12}.property-types p{font-size:12px;margin-top:18px}.resources-hero{padding-top:43px}.resources-hero-grid{grid-template-columns:1fr;gap:39px;min-height:0;padding-bottom:35px}.resources-hero h1{font-size:58px;line-height:1.05}.resources-hero .eyebrow{font-size:8px;line-height:1.7;letter-spacing:.1em}.resources-hero .hero-description{font-size:14px;max-width:340px;margin-top:24px}.resources-hero .actions{gap:13px}.resources-hero .actions .text-link{font-size:11px}.field-photo{margin:0}.field-photo img{height:300px}.field-photo:before{left:-8px;top:-8px;width:43px;height:43px}.field-photo figcaption{font-size:8px;line-height:1.6}.resources-facts{font-size:7px;gap:13px;letter-spacing:.06em;flex-wrap:wrap;padding-block:21px}.resources-company{padding-block:63px}.interest-section{padding-block:62px}.interest-table{display:block}.interest-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.interest-table tbody{display:block}.interest-table tr{display:grid;grid-template-columns:.72fr 1fr;gap:13px 20px;border-top:1px solid #b6c4b4;padding:25px 0}.interest-table tr:last-child{border-bottom:1px solid #b6c4b4}.interest-table tbody th{grid-column:1/-1;display:block;font-size:30px;border:0;padding:0}.interest-table td{display:block;padding:0!important;border:0;font-size:13px;line-height:1.5}.interest-table td:first-of-type{grid-column:1/-1;font-size:13px;color:var(--muted);padding-bottom:10px!important}.interest-table td:before{content:attr(data-label);display:block;font-size:8px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}.interest-table td:first-of-type:before{display:none}.interest-table .interest-percent{font-size:32px}.resources-approach{padding:63px 0}.resources-approach h2{font-size:40px}.approach-columns{grid-template-columns:1fr;gap:29px;margin-top:35px;padding-top:28px}.approach-columns h3{font-size:25px}.approach-columns p{font-size:14px;max-width:360px;margin-top:14px}.ir-opening{padding:43px 0 0}.ir-opening-grid{grid-template-columns:1fr;gap:26px;padding-bottom:31px}.ir-opening h1{font-size:42px;line-height:1.11}.ir-opening-grid>p{font-size:14px}.ir-date{flex-direction:column;align-items:flex-start;gap:11px;padding-block:20px;font-size:10px}.ir-main{padding-block:49px}.ir-main-grid{grid-template-columns:1fr;gap:35px}.ir-main-grid h2{font-size:31px}.filing-list{margin-top:27px}.filing-row{padding:22px 0}.filing-row strong{font-size:16px}.filing-row small{font-size:12px}.quarter-card{padding:28px}.ir-metric strong,.site-glxz.investor-page .ir-metric strong{font-size:40px}.quarter-period{margin-bottom:22px}.quarter-card .micro{font-size:11px}.quarter-card>.text-link{font-size:12px}.official-ir{margin-top:39px;padding:28px 25px;gap:28px}.official-ir h3{font-size:26px}.official-ir .button{font-size:11px;padding:13px 16px;gap:18px;align-self:stretch}.reporting-notes{padding-top:27px;margin-top:37px}.reporting-notes p{font-size:13px}.ir-extras{grid-template-columns:1fr}.ir-company-details{padding:52px 0}.ir-company-details h2{font-size:30px}.ir-company-details dl{grid-template-columns:95px 1fr;gap:16px;font-size:12px;margin-top:27px}.ir-company-details .company-grid{gap:38px}.ir-contact{font-size:21px}.ir-company-details .micro{font-size:11px}.ir-main .eyebrow{font-size:9px}dialog{padding:22px 23px 18px;max-height:calc(100dvh - 25px)}.dialog-top+h2{font-size:26px}.dialog-note{font-size:12px}.dialog-top{margin-bottom:14px}.dialog-top .eyebrow{font-size:8px}.dialog-close{min-height:36px;min-width:36px}dialog .actions .button{font-size:11px}dialog input,dialog textarea{font-size:16px}dialog label{font-size:11px}}
@media(max-width:374px){h1{font-size:49px}.clinical-hero h1{font-size:58px}.industrial-hero h1{font-size:57px}.beauty-hero h1{font-size:53px}.merch-hero h1{font-size:68px}.engineering-hero h1{font-size:53px}.systems-hero h1{font-size:48px}.gaming-hero h1{font-size:74px}.outdoor-hero-heading h1{font-size:57px}.property-hero h1{font-size:60px}.resources-hero h1{font-size:53px}.actions .button{gap:13px;padding-inline:14px;font-size:10px}.actions .text-link{font-size:11px}.material-name{font-size:58px}.game-card h3{font-size:14px}.game-card .text-button{font-size:8px}.apparel-image{height:170px}.property-hero .button{font-size:10px}.ir-opening h1{font-size:38px}.ir-metric strong{font-size:35px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
@media print{.concept-bar,.site-header,.contact-choices,dialog,.mobile-nav{display:none!important}.wrap{width:100%}.section,.company-section,.contact-section{padding:25px 0}body{font-size:11pt}a{text-decoration:underline}.hero-grid,.company-grid{break-inside:avoid}.site-footer{padding:20px 0}.ir-metric strong{font-size:24pt}.site-footer .footer-links{display:none}}

.galaxy-brand{display:flex;align-items:center;gap:10px}.galaxy-brand>img{width:31px;height:31px;object-fit:contain}.galaxy-brand>span{font-size:20px;letter-spacing:.04em;font-weight:600;line-height:1}.galaxy-brand small{display:block;font-size:8px;font-weight:400;letter-spacing:.47em;margin-top:6px}.environment-caption{font-size:10px;letter-spacing:0}.engineering-hero .pcb-image{filter:drop-shadow(10px 22px 18px #0006)}@media(max-width:700px){.environment-caption{font-size:9px}.galaxy-brand>span{font-size:19px}.galaxy-brand>img{width:29px;height:29px}.galaxy-brand small{font-size:7px}}

.workflow-start,.workflow-end{font-size:9px;letter-spacing:.09em}main:focus{outline:none}@media(max-width:700px){.concept-bar{font-size:9px}.workflow-start,.workflow-end{font-size:8px}.environment-caption{font-size:10px}.workflow-node span{font-size:13px}}
@media(max-width:700px){.engineering-hero h1{font-size:49px}.outdoor-hero-heading h1{font-size:56px}.resources-hero h1{font-size:52px}}
@media(max-width:374px){.engineering-hero h1{font-size:45px}.outdoor-hero-heading h1{font-size:51px}.resources-hero h1{font-size:48px}}
