:root{--primary:#f37720;--primary-bright:#ff8b32;--primary-hover:#ff984c;--primary-dark:#d95c0a;--primary-text:#ad4400;--ink:#20262d;--ink-soft:#3f4b56;--muted:#5d6871;--line:#dce1e4;--paper:#f4f5f6;--paper-dark:#e9edef;--night:#0d1115;--night-soft:#171d23;--white:#fff;--content:1180px;--header-height:92px;--radius:12px;color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-synthesis:none;scroll-behavior:smooth;@media(prefers-reduced-motion:reduce){scroll-behavior: auto;}@media(max-width:959px){--header-height: 78px;}}*,*::before,*::after{box-sizing:border-box;@media(prefers-reduced-motion:reduce){scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important;}}html{background:var(--night);scroll-padding-top:calc(var(--header-height) + 24px)}body{margin:0;background:var(--paper);color:var(--ink);font-size:16px;line-height:1.65;text-rendering:optimizeLegibility}body,button,a{-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}img{height:auto}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}:focus-visible{outline:3px solid #ffb77d;outline-offset:4px}.skip-link{position:fixed;z-index:10000001;top:12px;left:12px;padding:10px 16px;border-radius:8px;background:var(--white);color:var(--night);font-weight:800;transform:translateY(-160%);transition:transform 180ms ease}.skip-link:focus{transform:translateY(0)}.container{width:min(calc(100% - 48px),var(--content));margin-inline:auto;@media(max-width:959px){width: min(calc(100% - 36px),var(--content));}@media(max-width:620px){width: min(calc(100% - 28px),var(--content));}}.section{position:relative;padding:112px 0;scroll-margin-top:calc(var(--header-height) + 24px);@media(max-width:959px){padding: 86px 0;}@media(max-width:620px){padding: 72px 0;}}p{margin-top:0}h1,h2,h3{margin:0;line-height:1.12;letter-spacing:-.035em}h1{font-weight:900;text-wrap:balance;font-size:clamp(2.7rem,5vw,var(--font-size-lg,4rem))}h2{margin-bottom:22px;font-size:clamp(2.25rem,4.5vw,var(--font-size-lg,3.6rem));font-weight:850;@media(max-width:620px){font-size: 2.5rem;}}.section-heading{max-width:56rem;margin-bottom:56px;@media(max-width:620px){margin-bottom: 40px;}}.section-heading-centered{margin-inline:auto;text-align:center}.section-heading>p:last-child{margin:0 auto;color:var(--muted);font-size:1.03rem}.button,#chatlio-widget .chatlio-btn{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:0 24px;border:1px solid transparent;border-radius:7px;cursor:pointer;font-size:.88rem;font-weight:800;line-height:1.2;text-align:center;text-decoration:none;transition:transform 180ms ease,background 180ms ease,border-color 180ms ease,box-shadow 180ms ease}.button:hover,#chatlio-widget .chatlio-btn:hover{transform:translateY(-2px)}.button-primary,#chatlio-widget .chatlio-btn{background:linear-gradient(135deg,var(--primary-bright),var(--primary));color:var(--white)}.button-primary:hover,#chatlio-widget .chatlio-btn:hover{background:linear-gradient( 135deg,var(--primary-hover),var(--primary-dark) )}.button-small{min-height:42px;padding:0 18px;font-size:.78rem}.button-ghost{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,6%);color:var(--white);backdrop-filter:blur(10px)}.button-ghost:hover{border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.12)}.hero-section{padding:var(--hero-section-padding,0 2rem);padding-top:calc(var(--header-height) + 5rem);padding-bottom:4rem;background-image:linear-gradient( 90deg,rgba(8,12,15,.98) 0%,rgba(8,12,15,.89) 45%,rgba(8,12,15,.35) 78%,rgba(8,12,15,.65) 100% ),var(--hero-image);background-position:50%,50%;background-size:cover;color:var(--white)}.hero-content{display:flex;flex-direction:column;justify-content:center;gap:1.5rem}.hero-summary{max-width:56rem;color:rgba(255,255,255,.78);font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.75;font-weight:500;@media(max-width:620px){font-size: 0.94rem;}}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;@media(max-width:640px){align-items: stretch; flex-direction: column;}}.hero-actions .button{@media(max-width:640px){width: 100%;}}.site-header{position:fixed;z-index:1000;top:0;right:0;left:0;height:var(--header-height);padding-inline:2rem;background-color:initial;border-bottom:1px solid rgba(255,255,255,9%);transition:height 180ms ease,background-color 180ms ease,box-shadow 180ms ease;@media(max-width:520px){position: absolute;}}.site-header.is-scrolled{height:76px;background-color:var(--night-soft);box-shadow:0 12px 40px rgba(0,0,0,.2);@media(max-width:520px){height: var(--header-height); background-color: transparent; box-shadow: none;}}.header-inner{display:grid;height:100%;grid-template-columns:auto 1fr auto;align-items:center;gap:34px;@media(max-width:1100px){grid-template-columns: auto 1fr; gap: 22px;}@media(max-width:620px){gap: 12px;}}.site-logo{display:block;width:208px;@media(max-width:959px){width: 180px;}@media(max-width:620px){width: 150px;}}.site-logo img{width:100%;height:auto}.primary-nav{display:flex;align-items:center;justify-content:center;gap:34px;@media(max-width:1100px){justify-content: flex-end; gap: 20px;}@media(max-width:620px){gap: 10px;}@media(max-width:520px){width: auto; gap: 0;}}.primary-nav a,.phone-link{color:rgba(255,255,255,.85);font-size:.83rem;font-weight:720;text-decoration:none;transition:color 160ms ease}.primary-nav a{white-space:nowrap;@media(max-width:620px){font-size: 0.72rem;}}.primary-nav a:not([href="#contact"]){@media(max-width:520px){display: none;}}.primary-nav a:hover,.phone-link:hover{color:var(--primary-bright)}.header-contact{display:flex;align-items:center;gap:18px;@media(max-width:1100px){display: none;}}.footprint-section{overflow:hidden;background:var(--paper)}.location-grid{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;@media(max-width:959px){grid-template-columns: repeat(2,minmax(0,1fr));}@media(max-width:620px){gap: 10px;}}.location-card{position:relative;display:block;min-height:155px;padding:27px 22px 22px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.82);text-align:center;text-decoration:none;transition:transform 180ms ease,border-color 180ms ease,box-shadow 180ms ease;@media(max-width:620px){min-height: 144px; padding: 25px 12px 17px;}}.location-card[href]:hover{z-index:1;border-color:#c7ced2;box-shadow:0 16px 34px rgba(18,25,31,9%);transform:translateY(-4px)}.location-card h3{margin:10px 0 4px;font-size:1rem;font-weight:850;letter-spacing:-.02em}.location-card p{margin:0;color:var(--muted);font-size:.78rem}.location-flag{font-size:1.35rem;line-height:1}.location-current{border-color:var(--primary);background:linear-gradient(155deg,#fff 45%,#fff4ec)}.location-current::after{position:absolute;right:-24px;bottom:-24px;width:74px;height:74px;border:18px solid rgba(243,119,32,8%);border-radius:50%;content:""}.location-badge{position:absolute;top:0;right:14px;padding:4px 9px 5px;border-radius:0 0 5px 5px;background:var(--primary-text);color:var(--white);font-size:.56rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;@media(max-width:620px){right: 7px; font-size: 0.47rem;}}.facility-section{overflow:hidden;padding-inline:2rem;background-color:var(--night-soft);background-image:linear-gradient( 90deg,rgba(12,16,20,.98),rgba(12,16,20,.82) 52%,rgba(12,16,20,.64) ),var(--facility-image);background-position:50%;background-size:cover;color:var(--white)}.facility-section::after{position:absolute;inset:0;background:linear-gradient(180deg,transparent 70%,rgba(0,0,0,.25));content:"";pointer-events:none}.facility-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,5fr)minmax(500px,3fr);align-items:center;gap:3rem;@media(max-width:1110px){gap: 1.5rem; grid-template-columns: 1fr;}}.facility-copy{@media(max-width:959px){max-width: 720px;}}.facility-copy>p{color:rgba(255,255,255,.72)}.facility-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;@media(max-width:959px){max-width: 720px;}@media(max-width:620px){grid-template-columns: 1fr;}}.facility-card{min-height:205px;padding:28px;border:1px solid rgba(255,255,255,.17);border-radius:var(--radius);background:linear-gradient( 145deg,rgba(255,255,255,.14),rgba(255,255,255,7%) );backdrop-filter:blur(15px);@media(max-width:620px){min-height: auto;}}.facility-mark{display:block;width:24px;height:3px;margin-bottom:28px;background:var(--primary)}.facility-card h3{margin-bottom:10px;color:var(--primary-bright);font-size:.78rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.facility-card p{margin:0;color:rgba(255,255,255,.82);font-size:.86rem;line-height:1.65}.datasheet-section{overflow:hidden;background:var(--white);@media(max-width:620px){padding-bottom: 105px;}}.datasheet-section::before{position:absolute;right:0;bottom:0;left:0;height:38%;background:linear-gradient(to bottom,transparent,#f1f3f4);content:""}.datasheet-card{position:relative;display:block;max-width:890px;margin:0 auto;color:var(--ink);text-decoration:none}.datasheet-frame{position:relative;display:block;padding:15px;border:1px solid #d4d9dc;border-radius:18px;background:#eef1f2;box-shadow:0 30px 70px rgba(18,25,31,.18),0 0 0 7px rgba(220,225,228,.45);transition:transform 220ms ease,box-shadow 220ms ease;@media(max-width:620px){padding: 8px; border-radius: 12px;}}.datasheet-frame::before{position:absolute;top:5px;left:50%;width:42px;height:4px;border-radius:99px;background:#c1c8cc;content:"";transform:translateX(-50%)}.datasheet-card:hover .datasheet-frame{box-shadow:0 36px 84px rgba(18,25,31,.23),0 0 0 7px rgba(243,119,32,9%);transform:translateY(-5px)}.datasheet-frame img{width:100%;border-radius:9px;background:var(--white)}.datasheet-action{position:absolute;right:34px;bottom:-34px;display:flex;min-width:295px;align-items:center;justify-content:space-between;gap:28px;padding:17px 20px;border-radius:9px;background:var(--night-soft);color:var(--white);box-shadow:0 18px 42px rgba(13,17,21,.2);@media(max-width:620px){right: 10px; bottom: -58px; left: 10px; min-width: 0; gap: 14px;}}.datasheet-action>span{color:rgba(255,255,255,.58);font-size:.68rem;@media(max-width:620px){display: none;}}.datasheet-action strong{font-size:.77rem;white-space:nowrap}.datasheet-action strong span{color:var(--primary-bright)}.contact-section{padding-top:138px;padding-left:2rem;padding-right:2rem;background:var(--paper-dark);@media(max-width:620px){padding-top: 90px;}}.contact-layout{display:grid;grid-template-columns:minmax(0,1fr)minmax(380px,420px);align-items:center;gap:clamp(48px,6vw,88px);@media(max-width:1100px){grid-template-columns: minmax(0,1fr) minmax(360px,400px); gap: 48px;}@media(max-width:959px){grid-template-columns: 1fr; gap: 60px;}@media(max-width:620px){gap: 40px;}}.contact-copy{width:100%;max-width:620px;@media(max-width:959px){max-width: 720px;}}.trexi{width:88px;height:auto;margin-bottom:30px}.contact-copy h2{font-size:clamp(2.5rem,4.5vw,4.2rem);@media(max-width:620px){font-size: 2.5rem;}}.contact-copy>p{color:var(--ink-soft)}.contact-details{display:grid;gap:14px;margin:30px 0 0;padding:0;list-style:none}.contact-details li{display:flex;align-items:center;gap:12px;font-size:.88rem;font-weight:700}.contact-details svg{width:19px;fill:none;stroke:var(--primary);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.contact-details a{text-underline-offset:4px}.chat-panel{justify-self:end;width:100%;max-width:420px;height:550px;min-width:0;overflow:visible;@media(max-width:1100px) and (min-width:960px){max-width: 400px;}@media(max-width:959px){justify-self: center; max-width: 560px;}@media(max-width:620px){max-width: 100%;}}.site-footer{padding:30px 0;background:var(--night-soft);color:rgba(255,255,255,.62)}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:clamp(12px,3vw,30px)}.footer-copy,.footer-nav a{font-size:.7rem}.footer-copy{min-width:0;line-height:1.45}.footer-nav{display:flex;flex:none;gap:clamp(10px,2vw,25px);white-space:nowrap}.footer-nav a{text-decoration:none}.footer-nav a:hover{color:var(--white)}#chatlio-widget .chatlio-title-bar{background:var(--primary)}#chatlio-widget .hduk-chat-review-link{width:100%;text-decoration:none}#chatlio-widget .chatlio-feedback-textarea-thanks{display:flex;flex-direction:column;gap:2rem;text-align:center}#chatlio-widget .chatlio-title-text-content{color:var(--white)}#chatlio-widget .chatlio-new-message-container form{margin:0!important}#chatlio-widget p{line-height:unset!important}#chatlio-widget #chatlio-conversation-end-label{margin-bottom:2rem}#chatlio-widget .chatlio-widget-overlay{padding-top:2.5rem}#chatlio-widget .chatlio-transcript-email-form{margin-top:2.5rem}._hd-chatlio-widget-reset{line-height:2em}.hduk-chat-float[hidden],.hduk-chat-launcher[hidden]{display:none!important}.hduk-chat-float{position:fixed;z-index:2147483000;right:max(16px,calc((100vw - var(--content))/4));bottom:clamp(12px,2vw,28px);width:min(440px,calc(100vw - 32px));height:min(560px,calc(100svh - 32px));@media(max-width:520px){right: 12px; bottom: 12px; width: calc(100vw - 24px); height: min(550px,calc(100svh - 24px));}}.hduk-chat-frame{display:grid;width:100%;height:100%;min-height:0;grid-template-rows:42px minmax(0,1fr);overflow:hidden;border:1px solid rgba(115,129,133,.14);border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(18,25,31,.12);@media(max-width:520px){border-radius: 13px;}}.hduk-chat-frame-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 10px 0 16px;border-bottom:1px solid #e8ebed;color:#5d6871;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.hduk-chat-widget-slot{min-width:0;min-height:0;overflow:hidden}.hduk-chat-widget-slot>#chatlio-widget,.hduk-chat-widget-slot #chatlio-widget-container{width:100%!important;height:100%!important}.hduk-chat-dismiss{display:inline-flex;min-height:30px;align-items:center;gap:6px;padding:0 8px;border:0;border-radius:6px;background:0 0;color:#3f4b56;cursor:pointer;font:inherit;font-size:.68rem;font-weight:800;letter-spacing:0;text-transform:none;transition:background-color 160ms ease,color 160ms ease,opacity 160ms ease}.hduk-chat-dismiss:hover{background:#eef1f2;color:#171d23}body[data-hduk-chat-mode=docked] .hduk-chat-dismiss{opacity:0;pointer-events:none;visibility:hidden}.hduk-chat-dismiss svg,.hduk-chat-launcher svg{width:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.hduk-chat-launcher{position:fixed;z-index:2147483000;right:max(16px,calc((100vw - var(--content))/4));bottom:clamp(12px,2vw,28px);display:inline-flex;min-height:52px;align-items:center;gap:10px;padding:0 18px;border:0;border-radius:999px;background:var(--primary);color:#fff;cursor:pointer;font:inherit;font-size:.95rem;font-weight:800;box-shadow:0 8px 22px rgba(13,17,21,.18);@media(max-width:520px){right: 12px; bottom: 12px;}}.hduk-chat-frame:not([hidden]){view-transition-name:hduk-live-chat}.hduk-chat-launcher:not([hidden]){view-transition-name:hduk-live-chat-launcher}::view-transition-group(hduk-live-chat),::view-transition-group(hduk-live-chat-launcher){z-index:2147483001;animation-duration:440ms;animation-timing-function:cubic-bezier(.22,1,.36,1)}::view-transition-old(hduk-live-chat),::view-transition-new(hduk-live-chat),::view-transition-old(hduk-live-chat-launcher),::view-transition-new(hduk-live-chat-launcher){overflow:visible;mix-blend-mode:normal}html[data-hduk-chat-transition=moving]::view-transition-old(hduk-live-chat){animation:440ms linear both hduk-chat-snapshot-out}html[data-hduk-chat-transition=moving]::view-transition-new(hduk-live-chat){animation:440ms linear both hduk-chat-snapshot-in}html[data-hduk-chat-transition=opening]::view-transition-group( hduk-live-chat ),html[data-hduk-chat-transition=opening]::view-transition-group( hduk-live-chat-launcher ),html[data-hduk-chat-transition=closing]::view-transition-group( hduk-live-chat ),html[data-hduk-chat-transition=closing]::view-transition-group( hduk-live-chat-launcher ){animation-duration:360ms}html[data-hduk-chat-transition=opening]::view-transition-new(hduk-live-chat){animation:360ms cubic-bezier(.22,1,.36,1)both hduk-chat-frame-in;transform-origin:right bottom}html[data-hduk-chat-transition=opening]::view-transition-old( hduk-live-chat-launcher ){animation:280ms ease-in both hduk-chat-launcher-out;transform-origin:right bottom}html[data-hduk-chat-transition=closing]::view-transition-old(hduk-live-chat){animation:360ms cubic-bezier(.4,0,.6,1)both hduk-chat-frame-out;transform-origin:right bottom}html[data-hduk-chat-transition=closing]::view-transition-new( hduk-live-chat-launcher ){animation:360ms cubic-bezier(.22,1,.36,1)both hduk-chat-launcher-in;transform-origin:right bottom}@keyframes hduk-chat-snapshot-out{0%,45%{opacity:1}55%,100%{opacity:0}}@keyframes hduk-chat-snapshot-in{0%,45%{opacity:0}55%,100%{opacity:1}}@keyframes hduk-chat-frame-in{from{opacity:0;transform:scale(.14)}to{opacity:1;transform:scale(1)}}@keyframes hduk-chat-frame-out{from{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.14)}}@keyframes hduk-chat-launcher-in{from{opacity:0;transform:scale(.2)}to{opacity:1;transform:scale(1)}}@keyframes hduk-chat-launcher-out{from{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.2)}}::view-transition-old(root),::view-transition-new(root){animation:none;mix-blend-mode:normal}@media(prefers-reduced-motion:reduce){::view-transition-group(hduk-live-chat),::view-transition-old(hduk-live-chat),::view-transition-new(hduk-live-chat),::view-transition-group(hduk-live-chat-launcher),::view-transition-old(hduk-live-chat-launcher),::view-transition-new(hduk-live-chat-launcher){animation-duration:.01ms}}