@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;900&family=Lora:ital,wght@0,400;0,600;1,400&family=Barlow:wght@300;400;500;600&display=swap";:root{--dove-navy:#0a1628;--dove-navy-mid:#122040;--dove-steel:#1e3a5f;--dove-gold:#04a8f6;--dove-gold-light:#ef0a6a;--dove-gold-pale:#d0ecfc;--dove-slate:#4a6080;--dove-mist:#e8edf3;--dove-white:#f9fbfd;--dove-accent:#ef0a6a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--dove-white);color:var(--dove-navy);width:100%;font-family:Barlow,sans-serif;position:relative;overflow-x:hidden}.sr-only{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}.section-label{letter-spacing:.15em;text-transform:uppercase;color:var(--dove-gold);align-items:center;gap:12px;margin-bottom:14px;font-size:11px;font-weight:700;display:flex}.section-label:before{content:"";background:var(--dove-gold);width:24px;height:2px}.section-title{color:var(--dove-navy);text-transform:uppercase;margin-bottom:12px;font-family:Barlow Condensed,sans-serif;font-size:42px;font-weight:900;line-height:1}.section-sub{color:var(--dove-slate);margin-bottom:48px;font-family:Lora,serif;font-size:15px;font-style:italic;line-height:1.6}.btn-primary{background:var(--dove-gold);color:#fff;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border:none;border-radius:3px;padding:13px 28px;font-family:Barlow,sans-serif;font-size:13px;font-weight:700;transition:background .2s}.btn-primary:hover{background:var(--dove-gold-light);color:#fff}.btn-outline{color:#fff;letter-spacing:.04em;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:3px;padding:13px 28px;font-family:Barlow,sans-serif;font-size:13px;font-weight:500;transition:border-color .2s,color .2s}.btn-outline:hover{border-color:var(--dove-gold-light);color:var(--dove-gold-light)}@media (width>=1024px){.section-label{gap:14px;margin-bottom:18px;font-size:13px}.section-label:before{width:32px}.section-title{margin-bottom:16px;font-size:52px}.section-sub{margin-bottom:56px;font-size:17px}.btn-primary,.btn-outline{padding:15px 34px;font-size:14px}}@media (width>=1440px){.section-label{gap:16px;margin-bottom:20px;font-size:14px}.section-label:before{width:40px;height:2.5px}.section-title{margin-bottom:18px;font-size:62px}.section-sub{margin-bottom:64px;font-size:19px}.btn-primary,.btn-outline{padding:17px 40px;font-size:15px}}.nav{background:var(--dove-navy);z-index:10;justify-content:space-between;align-items:center;height:64px;padding:0 36px;display:flex;position:relative}.nav-logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.nav-logo-img{transform-origin:0;object-fit:contain;width:180px;height:auto;transform:scale(1.1)translateY(12px)}.nav-links{gap:28px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-links a{color:#ffffffb8;letter-spacing:.03em;cursor:pointer;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--dove-gold-light)}.nav-cta{background:var(--dove-gold);color:#fff;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:none;border-radius:3px;padding:9px 20px;font-family:Barlow,sans-serif;font-size:12px;font-weight:700;transition:background .2s}.nav-cta:hover{background:var(--dove-gold-light);color:#fff}@media (width<=768px){.nav{padding:0 20px}.nav-links{display:none}.nav-logo-img{width:140px;transform:scale(1.05)translateY(10px)}}@media (width>=1024px){.nav{height:74px;padding:0 56px}.nav-logo-img{width:210px;transform:scale(1.15)translateY(16px)}.nav-links{gap:36px}.nav-links a{font-size:14.5px}.nav-cta{padding:11px 26px;font-size:13px}}@media (width>=1440px){.nav{height:82px;padding:0 80px}.nav-logo-img{width:240px;transform:scale(1.2)translateY(18px)}.nav-links{gap:44px}.nav-links a{font-size:16px}.nav-cta{padding:13px 30px;font-size:14px}}.hero{background:var(--dove-navy);align-items:center;min-height:480px;padding:80px 36px 72px;display:flex;position:relative;overflow:hidden}.hero-grid-bg{opacity:.6;background-image:linear-gradient(#04a8f614 1px,#0000 1px),linear-gradient(90deg,#04a8f614 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.hero-accent{pointer-events:none;background:radial-gradient(circle,#04a8f61f 0%,#0000 65%);width:480px;height:480px;position:absolute;top:-80px;right:-80px}.hero-inner{z-index:2;width:100%;position:relative}.hero-content{max-width:600px}.hero-tag{letter-spacing:.12em;text-transform:uppercase;color:var(--dove-gold-light);background:#04a8f626;border:1px solid #04a8f659;border-radius:2px;align-items:center;gap:8px;margin-bottom:24px;padding:5px 12px;font-family:Barlow,sans-serif;font-size:11px;font-weight:600;display:inline-flex}.hero-tag:before{content:"";background:var(--dove-gold);border-radius:50%;width:6px;height:6px;display:inline-block}.hero h1{color:#fff;letter-spacing:-.01em;text-transform:uppercase;margin-bottom:24px;font-family:Barlow Condensed,sans-serif;font-size:58px;font-weight:900;line-height:.95}.hero h1 em{color:var(--dove-gold);font-style:normal;display:block}.hero-desc{color:#ffffffa6;max-width:460px;margin-bottom:36px;font-size:15px;font-weight:300;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:14px;display:flex}.hero-visual{display:none}.hero-svg{opacity:0;width:100%;height:auto;animation:1.2s ease-out .3s forwards heroSvgFadeIn}.hero-stats{gap:0;display:flex;position:absolute;bottom:0;right:0}.hero-stat{text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff0a;border-top:1px solid #ffffff14;border-left:1px solid #ffffff14;padding:18px 28px}.hero-stat-num{color:var(--dove-gold);font-family:Barlow Condensed,sans-serif;font-size:32px;font-weight:700;line-height:1}.hero-stat-label{color:#ffffff80;letter-spacing:.1em;text-transform:uppercase;margin-top:4px;font-size:10px}@keyframes heroSvgFadeIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes gearRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gearRotateReverse{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes flamePulse{0%,to{opacity:.6;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.3)}}@keyframes dotFloat1{0%,to{opacity:.4;transform:translate(0)}50%{opacity:.8;transform:translate(3px,-5px)}}@keyframes dotFloat2{0%,to{opacity:.35;transform:translate(0)}50%{opacity:.7;transform:translate(-4px,3px)}}@keyframes dotFloat3{0%,to{opacity:.3;transform:translate(0)}50%{opacity:.65;transform:translate(5px,4px)}}.hero-svg-gear-large{transform-origin:100px 160px;animation:20s linear infinite gearRotate}.hero-svg-gear-small{transform-origin:420px 120px;animation:14s linear infinite gearRotateReverse}.hero-svg-flame{transform-origin:260px 70px;animation:2s ease-in-out infinite flamePulse}.hero-svg-dot-1{animation:4s ease-in-out infinite dotFloat1}.hero-svg-dot-2{animation:5s ease-in-out .5s infinite dotFloat2}.hero-svg-dot-3{animation:4.5s ease-in-out 1s infinite dotFloat3}.hero-svg-dot-4{animation:5.5s ease-in-out .3s infinite dotFloat1}.hero-svg-dot-5{animation:4s ease-in-out .8s infinite dotFloat2}.hero-svg-dot-6{animation:6s ease-in-out .6s infinite dotFloat3}@media (width<=640px){.hero{padding:40px 20px}.hero h1{font-size:42px}.hero-stats{flex-wrap:wrap;margin-top:24px;display:flex;position:static}}@media (width>=768px){.hero-inner{justify-content:space-between;align-items:center;gap:40px;display:flex}.hero-content{flex-shrink:0}.hero-visual{flex:1;min-width:250px;max-width:360px;display:block}}@media (width>=1024px){.hero{min-height:560px;padding:100px 56px 90px}.hero-inner{gap:48px}.hero-content{max-width:720px}.hero-visual{min-width:320px;max-width:420px}.hero-tag{margin-bottom:30px;padding:7px 16px;font-size:12.5px}.hero h1{margin-bottom:28px;font-size:74px}.hero-desc{max-width:540px;margin-bottom:42px;font-size:17px}.hero-stat{padding:22px 36px}.hero-stat-num{font-size:38px}.hero-stat-label{font-size:11px}}@media (width>=1440px){.hero{min-height:640px;padding:120px 80px 110px}.hero-inner{gap:60px}.hero-content{max-width:840px}.hero-visual{min-width:380px;max-width:500px}.hero-tag{margin-bottom:36px;padding:8px 20px;font-size:13.5px}.hero h1{margin-bottom:32px;font-size:92px}.hero-desc{max-width:620px;margin-bottom:48px;font-size:19px;line-height:1.8}.hero-stat{padding:28px 44px}.hero-stat-num{font-size:44px}.hero-stat-label{margin-top:6px;font-size:12px}}.sectors-band{background:var(--dove-gold);flex-wrap:wrap;align-items:center;gap:0;display:flex;overflow:hidden}.sector-item{letter-spacing:.08em;text-transform:uppercase;color:#fff;white-space:nowrap;border-right:1px solid #fff3;align-items:center;gap:8px;padding:12px 24px;font-family:Barlow,sans-serif;font-size:12px;font-weight:700;display:flex}.sector-dot{opacity:.4;background:#fff;border-radius:50%;width:5px;height:5px}@media (width>=1024px){.sector-item{gap:10px;padding:16px 32px;font-size:13.5px}.sector-dot{width:6px;height:6px}}@media (width>=1440px){.sector-item{gap:12px;padding:18px 40px;font-size:15px}.sector-dot{width:7px;height:7px}}.section{padding:72px 36px}.services-grid{grid-template-columns:repeat(4,1fr);gap:2px;display:grid}.service-card{background:var(--dove-navy);cursor:pointer;padding:36px 28px;transition:background .3s;position:relative;overflow:hidden}.service-card:hover{background:var(--dove-steel)}.service-card.active{background:var(--dove-gold)}.service-card.active .service-num,.service-card.active .service-title,.service-card.active .service-desc{color:#fff}.service-card.active .service-bar{background:#fff}.service-num{color:#ffffff1a;margin-bottom:16px;font-family:Barlow Condensed,sans-serif;font-size:48px;font-weight:900;line-height:1;display:block}.service-title{text-transform:uppercase;letter-spacing:.04em;color:#fff;margin-bottom:10px;font-family:Barlow Condensed,sans-serif;font-size:18px;font-weight:700}.service-desc{color:#fff9;font-size:12px;line-height:1.65}.service-bar{background:var(--dove-gold);width:32px;height:3px;margin-top:20px}@media (width<=640px){.services-grid{grid-template-columns:1fr 1fr}.section{padding:40px 20px}}@media (width>=1024px){.section{padding:88px 56px}.service-card{padding:44px 34px}.service-num{margin-bottom:20px;font-size:56px}.service-title{margin-bottom:12px;font-size:21px}.service-desc{font-size:14px;line-height:1.7}.service-bar{width:40px;margin-top:24px}}@media (width>=1440px){.section{padding:100px 80px}.service-card{padding:52px 40px}.service-num{margin-bottom:24px;font-size:64px}.service-title{margin-bottom:14px;font-size:24px}.service-desc{font-size:15px;line-height:1.75}.service-bar{width:48px;height:3.5px;margin-top:28px}}.gallery-section{background:var(--dove-navy);padding:72px 36px;position:relative;overflow:hidden}.gallery-section:before{content:"";pointer-events:none;background-image:linear-gradient(#04a8f60a 1px,#0000 1px),linear-gradient(90deg,#04a8f60a 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.gallery-section .section-label{z-index:1;position:relative}.gallery-section .section-title{color:#fff;z-index:1;position:relative}.gallery-section .section-sub{color:#ffffff8c;z-index:1;position:relative}.gallery-grid{z-index:1;grid-template-rows:auto auto;grid-template-columns:repeat(4,1fr);gap:6px;display:grid;position:relative}.gallery-item:first-child{grid-area:1/1/3/3}.gallery-item{cursor:pointer;aspect-ratio:4/3;border-radius:4px;position:relative;overflow:hidden}.gallery-item:first-child{aspect-ratio:auto}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.25,.46,.45,.94),filter .5s;display:block}.gallery-item:hover img{filter:brightness(.7);transform:scale(1.06)}.gallery-overlay{opacity:0;background:linear-gradient(#0000 30%,#0a16284d 60%,#0a1628eb 100%);flex-direction:column;justify-content:flex-end;padding:24px 20px;transition:opacity .4s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay-tag{letter-spacing:.12em;text-transform:uppercase;color:var(--dove-gold);align-items:center;gap:6px;margin-bottom:6px;font-size:10px;font-weight:700;display:inline-flex}.gallery-overlay-tag:before{content:"";background:var(--dove-gold);border-radius:50%;width:4px;height:4px}.gallery-overlay-title{color:#fff;text-transform:uppercase;letter-spacing:.02em;font-family:Barlow Condensed,sans-serif;font-size:18px;font-weight:700}.gallery-accent-bar{z-index:1;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-top:40px;padding-top:28px;display:flex;position:relative}.gallery-stat-group{gap:48px;display:flex}.gallery-stat{text-align:left}.gallery-stat-num{color:var(--dove-gold);font-family:Barlow Condensed,sans-serif;font-size:36px;font-weight:900;line-height:1}.gallery-stat-label{color:#ffffff73;letter-spacing:.1em;text-transform:uppercase;margin-top:4px;font-size:11px}.gallery-cta{color:var(--dove-gold-light);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #04a8f659;border-radius:3px;padding:12px 28px;font-family:Barlow,sans-serif;font-size:12px;font-weight:700;transition:background .2s,border-color .2s}.gallery-cta:hover{border-color:var(--dove-gold);background:#04a8f61f}@media (width<=640px){.gallery-section{padding:40px 20px}.gallery-grid{grid-template-columns:1fr 1fr;gap:4px}.gallery-item:first-child{aspect-ratio:16/9;grid-area:auto/1/auto/-1}.gallery-accent-bar{flex-direction:column;align-items:flex-start;gap:24px}.gallery-stat-group{gap:32px}}@media (width>=1024px){.gallery-section{padding:88px 56px}.gallery-grid{gap:8px}.gallery-overlay{padding:32px 28px}.gallery-overlay-tag{margin-bottom:8px;font-size:11px}.gallery-overlay-title{font-size:21px}.gallery-accent-bar{margin-top:48px;padding-top:32px}.gallery-stat-num{font-size:42px}.gallery-stat-label{font-size:12px}.gallery-cta{padding:14px 32px;font-size:13px}}@media (width>=1440px){.gallery-section{padding:100px 80px}.gallery-grid{gap:10px}.gallery-overlay{padding:36px 32px}.gallery-overlay-tag{margin-bottom:10px;font-size:12px}.gallery-overlay-title{font-size:24px}.gallery-accent-bar{margin-top:56px;padding-top:36px}.gallery-stat-num{font-size:48px}.gallery-stat-label{margin-top:6px;font-size:13px}.gallery-cta{padding:16px 38px;font-size:14px}}.value-section{background:var(--dove-mist);grid-template-columns:1fr 1fr;align-items:center;gap:56px;padding:72px 36px;display:grid}.value-list{flex-direction:column;gap:18px;margin-top:28px;list-style:none;display:flex}.value-item{align-items:flex-start;gap:16px;display:flex}.value-icon{background:var(--dove-navy);border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.value-icon svg{width:18px;height:18px}.value-item-title{color:var(--dove-navy);margin-bottom:3px;font-size:14px;font-weight:600}.value-item-desc{color:var(--dove-slate);font-size:13px;line-height:1.6}.dove-acronym{border:1px solid #0000001a;flex-direction:column;gap:0;list-style:none;display:flex}.dove-row{cursor:default;border-bottom:1px solid #00000014;align-items:stretch;transition:background .2s;display:flex}.dove-row:last-child{border-bottom:none}.dove-row:hover{background:#04a8f60f}.dove-letter{background:var(--dove-navy);width:56px;color:var(--dove-gold);flex-shrink:0;justify-content:center;align-items:center;font-family:Barlow Condensed,sans-serif;font-size:28px;font-weight:900;display:flex}.dove-content{padding:18px 20px}.dove-word{text-transform:uppercase;letter-spacing:.08em;color:var(--dove-navy);margin-bottom:3px;font-size:13px;font-weight:700}.dove-meaning{color:var(--dove-slate);font-size:12px;line-height:1.5}@media (width<=640px){.value-section{grid-template-columns:1fr;padding:40px 20px}}@media (width>=1024px){.value-section{gap:72px;padding:88px 56px}.value-list{gap:22px;margin-top:34px}.value-icon{width:48px;height:48px}.value-icon svg{width:22px;height:22px}.value-item-title{margin-bottom:4px;font-size:16px}.value-item-desc{font-size:14.5px}.dove-letter{width:68px;font-size:34px}.dove-content{padding:22px 24px}.dove-word{margin-bottom:4px;font-size:14.5px}.dove-meaning{font-size:13.5px}}@media (width>=1440px){.value-section{gap:88px;padding:100px 80px}.value-list{gap:26px;margin-top:40px}.value-icon{border-radius:4px;width:52px;height:52px}.value-icon svg{width:24px;height:24px}.value-item-title{margin-bottom:5px;font-size:18px}.value-item-desc{font-size:15.5px;line-height:1.65}.dove-letter{width:80px;font-size:40px}.dove-content{padding:26px 28px}.dove-word{margin-bottom:5px;font-size:16px}.dove-meaning{font-size:14.5px;line-height:1.6}}.focus-section{background:var(--dove-navy);padding:72px 36px}.focus-grid{grid-template-columns:repeat(2,1fr);gap:2px;margin-top:0;display:grid}.focus-card{cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;padding:32px 28px;transition:background .2s,border-color .2s;position:relative;overflow:hidden}.focus-card:hover{background:#04a8f614;border-color:#04a8f640}.focus-tag{letter-spacing:.12em;text-transform:uppercase;color:var(--dove-gold);background:#04a8f626;border:1px solid #04a8f640;border-radius:2px;margin-bottom:14px;padding:4px 10px;font-size:10px;font-weight:700;display:inline-block}.focus-title{color:#fff;text-transform:uppercase;margin-bottom:8px;font-family:Barlow Condensed,sans-serif;font-size:20px;font-weight:700}.focus-desc{color:#ffffff8c;font-size:12px;line-height:1.65}@media (width<=640px){.focus-grid{grid-template-columns:1fr}.focus-section{padding:40px 20px}}@media (width>=1024px){.focus-section{padding:88px 56px}.focus-card{padding:40px 34px}.focus-tag{margin-bottom:18px;padding:5px 14px;font-size:11.5px}.focus-title{margin-bottom:10px;font-size:24px}.focus-desc{font-size:14px;line-height:1.7}}@media (width>=1440px){.focus-section{padding:100px 80px}.focus-card{padding:48px 40px}.focus-tag{margin-bottom:20px;padding:6px 16px;font-size:12.5px}.focus-title{margin-bottom:12px;font-size:28px}.focus-desc{font-size:15.5px;line-height:1.75}}.hsse-strip{background:var(--dove-gold);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:36px;display:flex}.hsse-title{text-transform:uppercase;color:#fff;letter-spacing:.02em;font-family:Barlow Condensed,sans-serif;font-size:22px;font-weight:900}.hsse-desc{color:#ffffffb3;max-width:420px;margin-top:4px;font-size:13px;line-height:1.5}.hsse-certs{flex-wrap:wrap;gap:12px;display:flex}.cert-badge{background:var(--dove-navy);color:var(--dove-gold-light);letter-spacing:.05em;white-space:nowrap;border-radius:2px;padding:8px 16px;font-family:Barlow Condensed,sans-serif;font-size:13px;font-weight:700}@media (width<=640px){.hsse-strip{flex-direction:column;align-items:flex-start;padding:36px 20px}}@media (width>=1024px){.hsse-strip{gap:28px;padding:44px 56px}.hsse-title{font-size:26px}.hsse-desc{max-width:500px;font-size:15px}.cert-badge{padding:10px 20px;font-size:14.5px}}@media (width>=1440px){.hsse-strip{gap:36px;padding:52px 80px}.hsse-title{font-size:30px}.hsse-desc{max-width:560px;font-size:16.5px;line-height:1.6}.cert-badge{padding:12px 24px;font-size:15.5px}}.footer{background:#070f1e;padding:48px 36px 24px}.footer-top{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px;display:grid}.footer-logo-text{color:#fff;letter-spacing:.04em;margin-bottom:4px;font-family:Barlow Condensed,sans-serif;font-size:20px;font-weight:700}.footer-logo-sub{color:var(--dove-gold);letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px;font-size:10px}.footer-tagline{color:#fff6;max-width:220px;font-size:12px;line-height:1.7}.footer-col-title{letter-spacing:.12em;text-transform:uppercase;color:var(--dove-gold);margin-bottom:16px;font-size:11px;font-weight:700}.footer-links{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-links a{color:#ffffff80;cursor:pointer;font-size:12px;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#ffffffe6}.footer-bottom{border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:20px;display:flex}.footer-copy{color:#ffffff4d;font-size:11px}.footer-compliance{flex-wrap:wrap;gap:16px;display:flex}.footer-compliance span{color:#ffffff4d;letter-spacing:.05em;font-size:10px}@media (width<=640px){.footer-top{grid-template-columns:1fr 1fr}.footer{padding:48px 20px 24px}}@media (width>=1024px){.footer{padding:60px 56px 32px}.footer-top{gap:56px;margin-bottom:48px}.footer-logo-text{font-size:24px}.footer-logo-sub{margin-bottom:20px;font-size:11px}.footer-tagline{max-width:280px;font-size:14px}.footer-col-title{margin-bottom:20px;font-size:12.5px}.footer-links{gap:12px}.footer-links a{font-size:14px}.footer-copy{font-size:12.5px}.footer-compliance span{font-size:11.5px}}@media (width>=1440px){.footer{padding:72px 80px 36px}.footer-top{gap:72px;margin-bottom:56px}.footer-logo-text{font-size:28px}.footer-logo-sub{margin-bottom:24px;font-size:12px}.footer-tagline{max-width:320px;font-size:15px;line-height:1.8}.footer-col-title{margin-bottom:22px;font-size:13.5px}.footer-links{gap:14px}.footer-links a{font-size:15px}.footer-copy{font-size:13.5px}.footer-compliance span{font-size:12.5px}}
