:root{color-scheme:dark;--bg:#090c10;--surface:#111821;--surface-2:#18222e;--text:#f5f7fa;--muted:#aeb8c5;--line:rgba(255,255,255,.13);--brand:#f28b24;--brand-2:#38a7ff;--shadow:0 24px 60px rgba(0,0,0,.35)}:root[data-theme=light]{color-scheme:light;--bg:#f4f7fa;--surface:#fff;--surface-2:#e9eef4;--text:#111820;--muted:#516071;--line:rgba(20,32,44,.14);--shadow:0 24px 60px rgba(35,55,75,.16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.5}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:18px;min-height:76px;padding:10px clamp(16px,4vw,48px);background:color-mix(in srgb,var(--bg) 88%,transparent);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:12px;min-width:220px;font-weight:800;letter-spacing:0}.brand img{width:82px;height:44px;object-fit:contain;background:#fff;border-radius:4px}.main-nav{display:flex;align-items:center;justify-content:center;gap:6px;flex:1}.main-nav a{padding:10px 12px;border-radius:6px;color:var(--muted);font-size:.94rem;font-weight:700}.main-nav a:hover,.main-nav a:focus-visible{background:var(--surface-2);color:var(--text)}.header-actions{display:flex;align-items:center;gap:10px}.language-switcher{display:flex;gap:4px;padding:4px;background:var(--surface);border:1px solid var(--line);border-radius:999px}.flag-button,.theme-toggle,.menu-button{border:0;color:var(--text);background:transparent;cursor:pointer}.flag-button{width:34px;height:34px;border-radius:999px;font-size:1rem}.flag-button.is-active{background:linear-gradient(135deg,var(--brand),var(--brand-2))}.theme-toggle{width:42px;height:42px;border:1px solid var(--line);border-radius:999px;background:var(--surface);font-size:1.3rem}.menu-button{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:6px;background:var(--surface)}.menu-button span{display:block;width:19px;height:2px;margin:4px auto;background:var(--text)}.hero-section{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 360px;align-items:end;min-height:calc(100svh - 76px);padding:clamp(80px,10vw,150px) clamp(18px,5vw,76px) 36px;overflow:hidden;isolation:isolate}.hero-media{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(5,7,10,.88),rgba(5,7,10,.48),rgba(5,7,10,.88)),url("assets/hero-bg.png") center/cover}:root[data-theme=light] .hero-media{background:linear-gradient(90deg,rgba(244,247,250,.92),rgba(244,247,250,.52),rgba(244,247,250,.88)),url("assets/hero-bg.png") center/cover}.hero-content{max-width:860px}.eyebrow{margin:0 0 12px;color:var(--brand);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem}h1,h2,h3,p{overflow-wrap:anywhere}h1{margin:0;max-width:780px;font-size:18px;line-height:1.25;letter-spacing:.04em;text-transform:uppercase;font-weight:800}h2{margin:0;font-size:clamp(1.8rem,4vw,3.8rem);line-height:1.02;letter-spacing:0}h3{margin:0 0 8px;font-size:1.15rem}.hero-text{max-width:700px;margin:22px 0 0;color:var(--muted);font-size:clamp(1rem,2vw,1.25rem)}.hero-actions,.form-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 18px;border:1px solid transparent;border-radius:6px;font-weight:800;cursor:pointer}.primary-button{background:linear-gradient(135deg,var(--brand),#d25e15);color:#fff}.secondary-button{background:var(--surface);border-color:var(--line);color:var(--text)}.hero-panel,.contact-card{display:grid;gap:10px;padding:22px;background:color-mix(in srgb,var(--surface) 86%,transparent);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.hero-panel span,.contact-card span,address span,address a{color:var(--muted)}.trust-band{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface)}.trust-band div{padding:24px clamp(18px,4vw,48px);border-right:1px solid var(--line)}.trust-band div:last-child{border-right:0}.trust-band strong,.trust-band span{display:block}.trust-band span{color:var(--muted);margin-top:4px}.section-shell,.portfolio-section,.quote-section,.contact-section,.academy-section,.video-section{padding:clamp(64px,9vw,110px) clamp(18px,5vw,76px)}.section-heading{max-width:850px;margin-bottom:34px}.section-heading p:not(.eyebrow),.video-copy p:not(.eyebrow),.academy-content p,.contact-section p{color:var(--muted);font-size:1.05rem}.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.service-card{display:grid;grid-template-rows:230px 1fr;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:8px}.service-card img,.gallery-grid img,.academy-media img{width:100%;height:100%;object-fit:cover}.service-card div{padding:18px}.service-card p{color:var(--muted);margin:0}.portfolio-section,.video-section{background:var(--surface)}.gallery-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:220px;gap:12px}.gallery-grid figure{position:relative;overflow:hidden;margin:0;border-radius:8px;border:1px solid var(--line);background:var(--surface-2)}.gallery-grid figure:nth-child(1),.gallery-grid figure:nth-child(6){grid-column:span 2;grid-row:span 2}.gallery-grid figure:nth-child(2),.gallery-grid figure:nth-child(3),.gallery-grid figure:nth-child(4),.gallery-grid figure:nth-child(5){grid-column:span 2}.gallery-grid figcaption{position:absolute;left:12px;right:12px;bottom:12px;padding:10px 12px;background:rgba(0,0,0,.64);color:#fff;border-radius:6px;font-weight:800}.video-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(20px,5vw,64px);align-items:center}.video-placeholder{display:grid;place-items:center;min-height:360px;padding:24px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(rgba(0,0,0,.28),rgba(0,0,0,.56)),url("assets/macro-weld.jpeg") center/cover;color:#fff;text-align:center}.video-placeholder span{display:grid;place-items:center;width:72px;height:72px;border:2px solid rgba(255,255,255,.75);border-radius:999px;font-size:2rem}.video-placeholder strong{margin-top:16px;font-size:1.35rem}.academy-section{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);gap:clamp(24px,5vw,64px);align-items:start}.academy-media{position:sticky;top:100px;min-height:620px;overflow:hidden;border-radius:8px;border:1px solid var(--line);background:linear-gradient(135deg,var(--surface-2),var(--bg))}.course-list{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}.course-list span{padding:9px 12px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);font-weight:700}.lead-form,.quote-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:20px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.quote-form{max-width:980px}label{display:grid;gap:7px;color:var(--muted);font-weight:700}input,select,textarea{width:100%;min-height:46px;padding:11px 12px;border:1px solid var(--line);border-radius:6px;background:var(--bg);color:var(--text)}textarea{resize:vertical}.wide,.form-actions{grid-column:1/-1}.contact-section{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:clamp(24px,5vw,64px);align-items:start}address{display:grid;gap:8px;margin-top:22px;font-style:normal}.site-footer{display:flex;flex-wrap:wrap;gap:12px 28px;justify-content:space-between;padding:24px clamp(18px,5vw,76px);border-top:1px solid var(--line);color:var(--muted);background:var(--surface)}@media (max-width:1120px){.site-header{flex-wrap:wrap}.brand{flex:1}.menu-button{display:block;order:2}.header-actions{order:3}.main-nav{display:none;order:4;width:100%;flex-direction:column;align-items:stretch}.main-nav.is-open{display:flex}.hero-section,.video-section,.academy-section,.contact-section{grid-template-columns:1fr}.hero-panel,.contact-card{max-width:520px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.academy-media{position:static;min-height:360px}}@media (max-width:760px){.site-header{gap:10px;min-height:68px}.brand span{display:none}.brand img{width:76px}.header-actions{width:100%;justify-content:space-between}.hero-section{min-height:auto;padding-top:72px}.trust-band,.service-grid,.lead-form,.quote-form{grid-template-columns:1fr}.trust-band div{border-right:0;border-bottom:1px solid var(--line)}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:250px}.gallery-grid figure:nth-child(n){grid-column:auto;grid-row:auto}.primary-button,.secondary-button{width:100%}.video-placeholder{min-height:260px}}
.hero-section{grid-template-columns:minmax(260px,430px) minmax(420px,960px) minmax(260px,360px);grid-template-rows:minmax(300px,1fr) auto;gap:24px;align-items:end}.hero-video-wrap{grid-column:2;grid-row:1;align-self:center;justify-self:center;width:min(58vw,960px);aspect-ratio:16/9;border:1px solid rgba(56,167,255,.38);border-radius:8px;overflow:hidden;background:rgba(3,7,12,.78);box-shadow:0 28px 70px rgba(0,0,0,.42);z-index:1}.hero-video{display:block;width:100%;height:100%;object-fit:cover;background:#05080d}.hero-content{grid-column:1;grid-row:2;align-self:end;max-width:460px;z-index:2}.hero-panel{grid-column:3;grid-row:2;align-self:end;z-index:2}@media (max-width:1120px){.hero-section{grid-template-columns:1fr;grid-template-rows:auto auto auto;align-items:start}.hero-video-wrap{grid-column:1;grid-row:1;width:min(100%,860px);margin:0 auto}.hero-content{grid-column:1;grid-row:2;max-width:720px}.hero-panel{grid-column:1;grid-row:3}}@media (max-width:760px){.hero-section{gap:18px;padding-top:44px;padding-bottom:28px}.hero-video-wrap{width:100%;aspect-ratio:16/9;border-radius:6px}.hero-content{max-width:none}.hero-text{margin-top:14px}.hero-actions{margin-top:20px}.hero-panel{max-width:none;width:100%}}
