:root{--ink:#142632;--ink-soft:#566168;--silver:#b8bdc0;--paper:#f3f1ec;--white:#ffffff;--line:rgba(20,38,50,0.16);--line-dark:rgba(255,255,255,0.16);--shell:min(1180px,calc(100vw - 48px));--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--ink)}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::selection{background:var(--silver);color:var(--ink)}a{color:inherit;text-decoration:none}img,svg{display:block}button,input,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid var(--silver);outline-offset:3px}.shell{width:var(--shell);margin-inline:auto}.section{padding:96px 0;position:relative}.brand-mark{display:inline-flex;align-items:center;gap:11px;min-width:max-content}.brand-symbol{position:relative;display:grid;place-items:center;width:40px;height:40px;overflow:hidden;border:1px solid rgba(184,189,192,.4);border-radius:8px;background:var(--ink-soft)}.brand-symbol:after{content:"";position:absolute;width:1px;height:60px;background:rgba(184,189,192,.45);transform:rotate(42deg)}.brand-symbol b,.brand-symbol i{position:absolute;z-index:1;font-style:normal;font-size:14px;line-height:1}.brand-symbol i{top:8px;left:8px;color:var(--silver);font-weight:700}.brand-symbol b{right:8px;bottom:8px;color:#fff}.brand-wordmark{display:grid;line-height:1}.brand-wordmark strong{color:#fff;font-size:14px;font-weight:700;letter-spacing:.06em}.brand-wordmark em{margin-top:5px;color:var(--silver);font-size:8px;font-style:normal;font-weight:700;letter-spacing:.25em}.brand-mark--compact .brand-symbol{width:36px;height:36px}.site-header{position:fixed;inset:0 0 auto;z-index:100;color:#fff;transition:background .22s ease,box-shadow .22s ease}.site-header.is-scrolled{background:rgba(20,38,50,.95);box-shadow:0 1px 0 rgba(255,255,255,.08);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-inner{min-height:78px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:28px;gap:28px}.logo-link{justify-self:start}.desktop-nav{display:flex;align-items:center;gap:34px}.desktop-nav a{color:rgba(255,255,255,.76);font-size:13px;font-weight:600}.desktop-nav a:hover{color:#fff}.header-cta{justify-self:end;display:inline-flex;align-items:center;gap:8px;padding:11px 17px;border-radius:999px;background:var(--paper);color:var(--ink);font-size:13px;font-weight:700}.header-cta svg{width:15px;height:15px}.menu-button{display:none;justify-self:end;width:42px;height:42px;padding:0;color:#fff;background:transparent;border:1px solid var(--line-dark);border-radius:50%}.menu-button svg{width:20px;height:20px;margin:auto}.mobile-panel{position:fixed;inset:78px 0 0;visibility:hidden;opacity:0;background:rgba(20,38,50,.99);transition:.2s ease}.mobile-panel.is-open{visibility:visible;opacity:1}.mobile-nav{padding-top:24px;display:grid}.mobile-nav>a:not(.header-cta){padding:18px 0;border-bottom:1px solid var(--line-dark);color:#fff;font-size:24px;font-weight:600}.mobile-nav .header-cta{justify-self:start;margin-top:28px}.reveal{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}.reveal.is-visible{opacity:1;transform:none}.hero-banner{position:relative;min-height:720px;display:flex;align-items:center;overflow:hidden;color:#fff;background:var(--ink)}.hero-banner__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-banner__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,38,50,.94),rgba(20,38,50,.78) 40%,rgba(20,38,50,.34) 72%,rgba(20,38,50,.38))}.hero-banner__content{position:relative;z-index:2;padding-top:74px}.hero-small{margin:0 0 34px;font-size:12px;font-weight:700;letter-spacing:.17em;color:rgba(255,255,255,.8)}.hero-banner h1{margin:0;font-size:clamp(54px,8vw,108px);line-height:.92;letter-spacing:.02em;font-weight:700}.hero-subtitle{margin-top:12px;font-size:clamp(22px,3.2vw,42px);font-weight:400;letter-spacing:.28em;color:rgba(255,255,255,.82)}.hero-rule{width:min(520px,68vw);height:1px;margin:26px 0 18px;background:rgba(255,255,255,.55)}.hero-product-line{margin:0;font-size:clamp(14px,1.6vw,21px);letter-spacing:.22em}.hero-copy{max-width:600px;margin:28px 0 0;color:rgba(255,255,255,.76);font-size:17px;line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 18px;border-radius:6px;font-size:13px;font-weight:700}.btn svg{width:15px;height:15px}.btn-light{background:var(--paper);color:var(--ink)}.btn-outline{color:#fff;border:1px solid rgba(255,255,255,.48);background:rgba(20,38,50,.2)}.grade-marquee{overflow:hidden;background:var(--silver);color:var(--ink);border-top:1px solid rgba(20,38,50,.22);border-bottom:1px solid rgba(20,38,50,.22)}.grade-marquee__track{display:flex;width:max-content;animation:marquee 32s linear infinite}.grade-marquee__group{display:flex;flex-shrink:0;align-items:center}.grade-marquee__group span{position:relative;display:block;padding:20px 32px;font-size:clamp(17px,2vw,25px);font-weight:700;letter-spacing:.08em;white-space:nowrap}.grade-marquee__group span:after{content:"•";position:absolute;right:-4px;color:var(--ink-soft)}@keyframes marquee{to{transform:translateX(-50%)}}.simple-heading{max-width:760px;margin-bottom:46px}.contact-heading>span,.section-label,.simple-heading>span{display:block;margin-bottom:12px;color:var(--ink-soft);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.about-copy h2,.contact-heading h2,.section-title-row h2,.simple-heading h2{margin:0;font-size:clamp(36px,4.2vw,56px);line-height:1.06;letter-spacing:-.025em;font-weight:700}.contact-heading p,.section-title-row>p,.simple-heading p{margin:18px 0 0;max-width:660px;color:var(--ink-soft);font-size:16px;line-height:1.7}.simple-heading--compact{max-width:680px}.products-section{background:var(--paper)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.product-image-wrap{height:290px;overflow:hidden;background:#d9dcde}.product-image{width:100%;height:100%;transition:transform .65s ease}.product-card:hover .product-image{transform:scale(1.035)}.product-body{padding:25px}.product-body small{color:var(--ink-soft);font-size:11px;font-weight:700}.product-body h3{margin:8px 0 10px;font-size:24px;line-height:1.15;font-weight:700}.product-body p{min-height:74px;margin:0;color:var(--ink-soft);font-size:14px;line-height:1.65}.product-body a{display:inline-flex;align-items:center;gap:7px;margin-top:22px;font-size:13px;font-weight:700}.product-body a svg{width:15px;height:15px}.steel-types-section{color:#fff;background:var(--ink)}.section-title-row{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;grid-gap:70px;gap:70px;margin-bottom:42px}.section-label--light{color:var(--silver)}.section-title-row>p{color:rgba(255,255,255,.62)}.steel-table-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.steel-table-card{overflow:hidden;border:1px solid var(--line-dark);border-radius:var(--radius);background:rgba(255,255,255,.04)}.steel-table-card--light{color:var(--ink);background:var(--silver);border-color:rgba(20,38,50,.14)}.steel-table-head{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:24px;border-bottom:1px solid;border-color:rgba(255,255,255,.14)}.steel-table-card--light .steel-table-head{border-color:rgba(20,38,50,.18)}.steel-table-head span{font-size:12px;font-weight:700;letter-spacing:.12em}.steel-table-head strong{font-size:26px;font-weight:700}table{width:100%;border-collapse:collapse}td,th{padding:20px 24px;text-align:left;vertical-align:top;border-bottom:1px solid rgba(255,255,255,.12);font-size:14px}.steel-table-card--light td,.steel-table-card--light th{border-color:rgba(20,38,50,.14)}th{width:34%;color:var(--silver);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.steel-table-card--light th{color:var(--ink-soft)}td{color:rgba(255,255,255,.86)}.steel-table-card--light td{color:var(--ink)}.table-note{margin:0;padding:17px 24px 22px;color:var(--ink-soft);font-size:12px;line-height:1.55}.steel-type-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:24px;padding:24px 26px;border:1px solid var(--line-dark);border-radius:var(--radius)}.steel-type-cta p{margin:0;color:rgba(255,255,255,.78)}.whatsapp-btn{display:inline-flex;align-items:center;gap:9px;flex-shrink:0;padding:12px 16px;border-radius:6px;background:var(--paper);color:var(--ink);font-size:13px;font-weight:700}.whatsapp-btn svg{width:18px;height:18px}.certificates-section{position:relative;background:#f2f1ed;color:var(--ink);overflow:hidden}.certificates-heading{max-width:650px;margin-bottom:42px}.certificate-eyebrow{display:block;margin-bottom:12px;color:var(--ink-soft);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.certificates-heading h2{margin:0 0 14px;font-size:clamp(34px,4vw,54px);line-height:1.05;letter-spacing:-.025em}.certificates-heading p{max-width:520px;margin:0;color:var(--ink-soft);font-size:15px;line-height:1.7}.certificate-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px;width:100%}.certificate-card{width:100%;min-width:0;overflow:hidden;border:1px solid rgba(20,38,50,.12);border-radius:var(--radius);background:rgba(255,255,255,.75);box-shadow:0 12px 30px rgba(20,38,50,.06);transition:transform .3s ease,box-shadow .3s ease}.certificate-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(20,38,50,.1)}.certificate-image{height:205px;padding:24px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(225,228,228,.5))}.certificate-image img{display:block;width:100%;height:100%;max-width:165px;max-height:155px;object-fit:contain;object-position:center}.certificate-info{min-height:64px;display:flex;align-items:center;gap:10px;padding:13px 14px;border-top:1px solid rgba(20,38,50,.1)}.certificate-info span{width:26px;height:26px;flex:0 0 26px;display:grid;place-items:center;border:1px solid rgba(20,38,50,.22);border-radius:50%;color:var(--ink-soft);font-size:8px;font-weight:700}.certificate-info h3{margin:0;color:var(--ink);font-size:12px;line-height:1.3;font-weight:700}.location-section{position:relative;min-height:620px;overflow:hidden;background:#132934;color:#fff}.location-map-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:grayscale(.75) saturate(.65) contrast(1.05)}.location-map-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.28))}.location-content{position:relative;z-index:4;min-height:620px;display:flex;align-items:center}.location-card{width:min(470px,100%);padding:38px;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);background:rgba(18,41,52,.88);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 24px 60px rgba(0,0,0,.22)}.location-eyebrow{display:block;margin-bottom:14px;color:rgba(255,255,255,.65);font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.location-card h2{max-width:420px;margin:0 0 18px;color:#fff;font-size:clamp(34px,4vw,52px);line-height:1.02;letter-spacing:-.03em}.location-card p{margin:0;color:rgba(255,255,255,.7);font-size:14px;line-height:1.8}.location-actions{margin-top:28px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.location-map-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 18px;border-radius:4px;background:#fff;color:#132934;font-size:12px;font-weight:700;transition:transform .2s ease,background .2s ease}.location-map-btn:hover{transform:translateY(-2px);background:#e9ecec}.location-map-btn svg{width:14px;height:14px}.location-contact-link{padding-bottom:4px;border-bottom:1px solid rgba(255,255,255,.5);color:rgba(255,255,255,.82);font-size:12px;font-weight:600}.location-pin{position:absolute;left:69%;top:50%;z-index:5;width:58px;height:58px;transform:translate(-50%,-50%);display:grid;place-items:center}.location-bottom-label{position:absolute;z-index:4;right:30px;bottom:24px}.location-bottom-label span{color:rgba(255,255,255,.62);font-size:9px;font-weight:700;letter-spacing:.16em}.brand-logo{display:inline-flex;align-items:center;flex-shrink:0;text-decoration:none}.brand-logo-image{display:block;width:200px;height:auto;object-fit:contain}.footer-brand .brand-logo-image{width:200px}.industry-section{position:relative;overflow:hidden;color:var(--ink);background:linear-gradient(180deg,#e8e7e2,#e1e3e3 46%,#d3d8da)}.industry-section:after{content:"";position:absolute;inset:auto 0 0;height:220px;pointer-events:none;background:linear-gradient(180deg,rgba(20,38,50,0),rgba(20,38,50,.06))}.industry-inner{position:relative;z-index:2}.industry-glow{position:absolute;pointer-events:none;border-radius:50%;filter:blur(20px)}.industry-glow--one{width:680px;height:680px;top:-300px;right:-250px;background:radial-gradient(circle,rgba(20,38,50,.1) 0,rgba(20,38,50,0) 70%)}.industry-glow--two{width:500px;height:500px;left:-250px;bottom:-220px;background:radial-gradient(circle,rgba(86,97,104,.1) 0,rgba(86,97,104,0) 72%)}.industry-heading{display:grid;grid-template-columns:1.15fr .85fr;align-items:end;grid-gap:70px;gap:70px;margin-bottom:42px}.industry-eyebrow{display:block;margin-bottom:12px;color:var(--ink-soft);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.industry-heading h2{max-width:680px;margin:0;font-size:clamp(36px,4.2vw,56px);line-height:1.06;letter-spacing:-.025em;font-weight:700}.industry-heading>p{max-width:530px;margin:0;color:var(--ink-soft);font-size:16px;line-height:1.7}.industry-gallery{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-template-rows:280px 280px;grid-gap:16px;gap:16px}.industry-photo{position:relative;min-width:0;min-height:0;overflow:hidden;border:1px solid rgba(20,38,50,.13);border-radius:var(--radius);background:#c7cbcd;box-shadow:0 16px 44px rgba(20,38,50,.07)}.industry-photo--main{grid-column:1/2;grid-row:1/3}.industry-photo--wide{grid-column:2/4;grid-row:1}.industry-photo--small{grid-row:2}.industry-photo img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease,filter .55s ease}.industry-photo--main img{object-position:center center}.industry-photo--wide img{object-position:center 58%}.industry-photo:nth-child(3) img{object-position:center center}.industry-photo:nth-child(4) img{object-position:center 55%}.industry-photo:hover img{transform:scale(1.025)}.industry-photo__gradient{position:absolute;inset:0;pointer-events:none;z-index:2;background:linear-gradient(180deg,rgba(0,0,0,.22),rgba(0,0,0,.3) 45%,rgba(0,0,0,.78))}.industry-photo:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,rgba(184,189,192,.08),transparent 42%)}.industry-photo__caption{position:absolute;z-index:3;left:20px;right:20px;bottom:18px;display:flex;align-items:center;gap:12px;color:#fff}.industry-photo__caption span{display:grid;place-items:center;width:29px;height:29px;flex:0 0 auto;border:1px solid rgba(255,255,255,.42);border-radius:50%;color:rgba(255,255,255,.76);font-size:9px;font-weight:700}.industry-photo__caption p{margin:0;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.industry-bottom{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:24px;gap:24px;margin-top:30px;padding-top:25px;position:relative}.industry-bottom__line{position:absolute;inset:0 0 auto;height:1px;background:rgba(20,38,50,.18)}.industry-bottom__content{display:flex;align-items:center;gap:28px}.industry-bottom__content span{flex:0 0 auto;color:var(--ink);font-size:11px;font-weight:700;letter-spacing:.13em}.industry-bottom__content p{max-width:510px;margin:0;padding-left:28px;border-left:1px solid rgba(20,38,50,.18);color:var(--ink-soft);font-size:13px;line-height:1.65}.industry-link{display:inline-flex;align-items:center;gap:9px;padding-bottom:4px;border-bottom:1px solid var(--ink);color:var(--ink);font-size:13px;font-weight:700;white-space:nowrap}.industry-link svg{width:15px;height:15px;transition:transform .2s ease}.industry-link:hover svg{transform:translate(2px,-2px)}.about-section{color:#fff;background:var(--ink)}.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:stretch;grid-gap:60px;gap:60px}.about-copy{align-self:center}.about-copy p{max-width:620px;margin:18px 0 0;color:rgba(255,255,255,.67);font-size:16px;line-height:1.75}.text-button{display:inline-flex;align-items:center;gap:8px;margin-top:28px;padding-bottom:4px;border-bottom:1px solid var(--silver);color:#fff;font-size:14px;font-weight:700}.text-button svg{width:16px;height:16px}.about-image-wrap{position:relative;min-height:520px;overflow:hidden;border-radius:var(--radius)}.about-image{width:100%;height:100%;object-fit:cover}.about-image-caption{position:absolute;right:18px;bottom:18px;padding:9px 12px;border-radius:4px;background:rgba(20,38,50,.85);color:#fff;font-size:11px;letter-spacing:.06em;text-transform:uppercase}.contact-section{background:var(--paper)}.contact-heading{max-width:760px;margin-bottom:38px}.contact-person-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.contact-person-card{position:relative;display:grid;grid-template-columns:92px 1fr auto;align-items:center;grid-gap:20px;gap:20px;min-height:150px;padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.contact-person-card>img{width:92px;height:92px;border-radius:12px;object-fit:cover;object-position:center 12%;background:#d8d8d8}.contact-person-card:nth-child(2)>img{object-position:center 22%}.contact-person-main small{display:block;margin-bottom:5px;color:var(--ink-soft);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.contact-person-main h3{margin:0 0 8px;font-size:23px;line-height:1.2}.contact-person-main>a{display:block;width:max-content;color:var(--ink-soft);font-size:15px;line-height:1.7}.contact-icon-link{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;color:#fff;background:var(--ink)}.contact-icon-link svg{width:21px;height:21px}.contact-info-grid{display:grid;grid-template-columns:1.4fr .6fr;grid-gap:18px;gap:18px;margin-top:18px}.contact-info-card{display:flex;gap:17px;min-height:122px;padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:#e9e8e3}.contact-info-card>svg{width:24px;height:24px;flex:0 0 auto;margin-top:2px}.contact-info-card small{display:block;margin-bottom:7px;color:var(--ink-soft);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.contact-info-card p{margin:0;font-size:15px;line-height:1.65}.site-footer{color:#fff;background:var(--ink);border-top:1px solid var(--line-dark)}.footer-main{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;padding:54px 0 36px}.footer-brand p{max-width:460px;margin:16px 0 0;color:rgba(255,255,255,.55);font-size:13px}.footer-main nav{display:flex;flex-wrap:wrap;gap:24px}.footer-main nav a{color:rgba(255,255,255,.72);font-size:13px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding:20px 0 26px;border-top:1px solid var(--line-dark);color:rgba(255,255,255,.42);font-size:11px}@media (max-width:980px){:root{--shell:min(100% - 36px,1180px)}.section{padding:78px 0}.desktop-cta,.desktop-nav{display:none}.header-inner{grid-template-columns:1fr auto}.menu-button{display:block}.hero-banner{min-height:660px}.product-grid{grid-template-columns:1fr 1fr}.product-grid>:last-child{grid-column:1/-1}.about-grid,.section-title-row{grid-template-columns:1fr;gap:34px}.about-image-wrap{min-height:460px}.certificate-grid{grid-template-columns:repeat(2,1fr)}.certificate-card:last-child{grid-column:1/-1;max-width:calc(50% - 9px)}.industry-heading{grid-template-columns:1fr;gap:18px}.industry-heading>p{max-width:650px}.industry-gallery{grid-template-columns:1fr 1fr;grid-template-rows:430px 260px 260px}.industry-photo--main{grid-column:1/-1;grid-row:1}.industry-photo--wide{grid-column:1/-1;grid-row:2}.industry-photo--small{grid-row:3}.industry-bottom{grid-template-columns:1fr}}@media (max-width:700px){:root{--shell:calc(100vw - 28px)}.section{padding:64px 0}.header-inner{min-height:70px}.mobile-panel{inset:70px 0 0}.brand-wordmark strong{font-size:13px}.hero-banner{min-height:620px}.hero-banner__content{padding-top:55px}.hero-banner__shade{background:linear-gradient(90deg,rgba(20,38,50,.94),rgba(20,38,50,.72))}.hero-small{margin-bottom:24px;font-size:10px}.hero-subtitle{letter-spacing:.19em}.hero-product-line{letter-spacing:.12em;line-height:1.5}.hero-copy{font-size:15px}.grade-marquee__group span{padding:16px 24px}.certificate-grid,.contact-info-grid,.contact-person-grid,.product-grid,.steel-table-grid{grid-template-columns:1fr}.product-grid>:last-child{grid-column:auto}.product-image-wrap{height:240px}.section-title-row{margin-bottom:30px}.steel-table-head{align-items:flex-start;flex-direction:column;gap:6px}td,th{display:block;width:100%;padding:13px 18px}th{padding-bottom:0;border-bottom:0}td{padding-top:6px}.steel-type-cta{align-items:flex-start;flex-direction:column}.about-image-wrap{min-height:360px}.contact-person-card{grid-template-columns:78px 1fr;gap:16px}.contact-person-card>img{width:78px;height:78px}.contact-icon-link{position:absolute;right:18px;bottom:18px;width:40px;height:40px}.contact-person-main{padding-right:42px}.footer-main{align-items:flex-start}.footer-bottom,.footer-main{flex-direction:column}.brand-logo img{width:145px}.footer-brand .brand-logo img{width:175px}.industry-heading{margin-bottom:28px}.industry-heading h2{font-size:clamp(34px,10vw,46px)}.industry-heading>p{font-size:15px}.industry-gallery{display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-gap:12px;gap:12px}.industry-photo,.industry-photo--main,.industry-photo--small,.industry-photo--wide{grid-column:auto;grid-row:auto;height:245px}.industry-photo--main{height:360px}.industry-photo__caption{left:16px;right:16px;bottom:15px}.industry-bottom{margin-top:22px;padding-top:22px}.industry-bottom__content{align-items:flex-start;flex-direction:column;gap:10px}.industry-bottom__content p{padding-left:0;border-left:0}.industry-link{margin-top:4px}.industry-glow--one{width:420px;height:420px}.certificate-grid{grid-template-columns:1fr}.certificate-card:last-child{grid-column:auto;max-width:none}.certificate-image{height:430px;padding:18px}.certificates-heading{margin-bottom:28px}}.not-found{min-height:100vh;display:grid;place-content:center;justify-items:start;grid-gap:18px;gap:18px;padding:48px;color:#fff;background:var(--ink)}.not-found>span{color:var(--silver);font-size:12px;font-weight:700;letter-spacing:.12em}.not-found h1{max-width:650px;margin:0;font-size:clamp(38px,6vw,70px);line-height:1.04}.not-found .btn-primary{background:var(--paper);color:var(--ink)}