:root {
  --bg:#161210;
  --bg2:#1b1611;
  --card:#201a12;
  --card2:#2a2216;
  --ink:#fdf8f2;
  --muted:#b5ab9d;
  --purple:#e05500;
  --violet:#f76305;
  --pink:#ffc48a;
  --cream:#f5e3cf;
  --white:#fffdfa;
  --line:rgba(255,255,255,.10);
  --shadow:0 22px 70px rgba(0,0,0,.32);
  --nav-h:88px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html.content-pending body{visibility:hidden}
.drawer-service-section-copy p{margin:0}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink);overflow-x:hidden}
body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.17;z-index:99;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.11'/%3E%3C/svg%3E")}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font:inherit}
.container{width:min(1120px,calc(100% - 40px));margin-inline:auto}
.section{padding:92px 0;position:relative}
.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 14px;border-radius:999px;background:var(--cream);color:#25202b;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--purple);box-shadow:0 0 0 4px rgba(245,130,31,.13)}
.title{font-size:clamp(38px,5.2vw,74px);line-height:.97;letter-spacing:-.055em;margin:24px 0 20px;text-transform:uppercase;max-width:820px}
.title .accent{color:var(--violet)}
.lead{color:var(--muted);line-height:1.75;max-width:650px;font-size:15px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 20px;border-radius:999px;border:1px solid transparent;font-weight:800;font-size:13px;cursor:pointer;transition:.25s ease}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(90deg,var(--purple),var(--violet));color:white;box-shadow:0 12px 35px rgba(245,130,31,.34)}
.btn-light{background:var(--cream);color:#201c28}
.btn-ghost{border-color:var(--line);background:rgba(255,255,255,.03);color:white}
.arrow{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;background:white;color:#17131e;font-size:14px}
.btn-icon{width:24px;height:24px;display:block;flex:0 0 auto}
.nav{position:fixed;z-index:80;top:0;left:0;right:0;background:var(--bg)}
.nav-inner{height:var(--nav-h);display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:-.03em}
.logo-img{height:64px;width:auto;max-width:72px;object-fit:contain}
.nav-links{display:flex;gap:30px;align-items:center;color:#c6c3d2;font-size:12px}
.nav-links a{transition:.2s}
.nav-links a:hover,.nav-links a.active{color:white}
.nav-cta{min-height:38px;padding-inline:18px;font-size:11px}
.menu-toggle{display:none;background:none;border:0;color:white;font-size:24px}

.hero{--mx:50%;--my:40%;--spot:420px;padding:140px 0 130px;min-height:780px;display:flex;flex-direction:column;align-items:stretch;justify-content:center;position:relative;overflow:hidden;background-color:var(--bg)}
.hero-spotlight{position:absolute;inset:0;z-index:0;pointer-events:none;background:url("hero-bg.jpg") center center / cover no-repeat;opacity:0;transition:opacity .35s ease;-webkit-mask-image:radial-gradient(circle var(--spot) at var(--mx) var(--my),rgba(0,0,0,.72) 0%,rgba(0,0,0,.55) 32%,rgba(0,0,0,.28) 52%,transparent 74%);mask-image:radial-gradient(circle var(--spot) at var(--mx) var(--my),rgba(0,0,0,.72) 0%,rgba(0,0,0,.55) 32%,rgba(0,0,0,.28) 52%,transparent 74%)}
.hero.is-spotlight-active .hero-spotlight{opacity:.7;transition:opacity .12s ease}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.08fr .92fr;gap:64px;align-items:center}
.hero-kicker{display:inline-flex;align-items:center;gap:10px;margin:0 0 8px;color:var(--muted);font-size:14px;font-weight:500;letter-spacing:.01em;line-height:1.2}
.hero-kicker-logo{width:auto;height:clamp(76px,8.5vw,108px);max-width:min(500px,88vw);object-fit:contain;display:block;flex:0 0 auto;margin:0}
.hero-copy .title{margin-top:8px}
.hero-copy .lead{font-size:14px;max-width:610px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:31px 0}
.trusted{display:flex;align-items:center;gap:30px;flex-wrap:wrap;margin-top:38px;color:#8e8a9a;font-weight:800;letter-spacing:.02em}
.trusted span{font-size:13px;opacity:.8}
.hero-visual{position:relative;min-height:500px;display:grid;place-items:center}
.hero-diamond-bg{position:absolute;top:-150px;right:-210px;width:560px;height:560px;border-radius:96px;transform:rotate(45deg);background:linear-gradient(135deg,#a34a00,#f2760a 55%,#ffb35c);opacity:.92;box-shadow:var(--shadow);z-index:1}
.hero-diamond{position:relative;z-index:2;width:min(78%,350px);aspect-ratio:1/1;border-radius:46px;transform:rotate(45deg);background:linear-gradient(145deg,#ffb35c 0%,#f2760a 55%,#a34a00 100%);box-shadow:var(--shadow)}
.hero-diamond:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 14%,rgba(255,255,255,.34),transparent 34%);pointer-events:none}
.hero-person{position:absolute;z-index:3;left:50%;bottom:0;width:min(110%,560px);height:auto;max-height:130%;transform:translateX(-50%);object-fit:contain;object-position:bottom center;filter:saturate(.92) contrast(1.04);pointer-events:none}
.hero-float-icons{position:absolute;inset:0;z-index:4;pointer-events:none}
.hero-float-icon{position:absolute;display:flex;align-items:center;justify-content:center;padding:6px;width:68px;height:68px;border-radius:14px;background:rgba(255,253,250,.94);border:1px solid rgba(255,255,255,.55);box-shadow:0 12px 28px rgba(0,0,0,.28);backdrop-filter:blur(8px);pointer-events:auto;cursor:pointer;z-index:1;font:inherit;color:inherit;appearance:none;-webkit-appearance:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.hero-float-icon:hover,.hero-float-icon:focus-visible{z-index:5;transform:translateY(-3px) scale(1.04);border-color:rgba(245,130,31,.45);box-shadow:0 16px 32px rgba(0,0,0,.32);outline:none}
.hero-float-icon img{width:56px;height:56px;display:block;flex:0 0 auto}
.hero-float-icon span{position:absolute;left:50%;top:calc(100% + 8px);transform:translateX(-50%);padding:6px 10px;border-radius:8px;background:rgba(255,253,250,.98);border:1px solid rgba(255,255,255,.55);box-shadow:0 10px 22px rgba(0,0,0,.22);font-size:10px;font-weight:800;letter-spacing:.02em;color:#1d1710;line-height:1.2;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}
.hero-float-icon:hover span,.hero-float-icon:focus-visible span{opacity:1;visibility:visible}
.hero-float-5 span,.hero-float-6 span{top:auto;bottom:calc(100% + 8px)}
@media (hover:none) and (pointer:coarse){
  .hero-float-icon:active span,.hero-float-icon:focus-visible span{opacity:1;visibility:visible}
}
.hero-float-1{left:8%;top:12%}
.hero-float-2{right:0;top:8%}
.hero-float-3{left:-2%;top:48%}
.hero-float-4{right:-14%;top:42%}
.hero-float-5{left:14%;bottom:2%}
.hero-float-6{right:4%;bottom:12%}
.hero-marquee{position:absolute;left:0;right:0;bottom:0;z-index:6;overflow:visible;padding:16px 0;background:#fff}
.hero-marquee-shape{width:12px;height:12px;border-radius:3px;transform:rotate(45deg);background:linear-gradient(135deg,#f5821f,#e06a00);box-shadow:0 0 0 3px rgba(245,130,31,.16);flex:0 0 auto}
.hero-marquee-clip{overflow:hidden;width:100%}
.hero-marquee-track{display:flex;width:max-content;gap:14px;will-change:transform;position:relative;z-index:1}
.hero-service-card{display:inline-flex;align-items:center;flex:0 0 auto;padding:10px 4px;border:0;background:transparent;box-shadow:none;color:#1d1710;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:capitalize;white-space:nowrap}
.hero-marquee-track .hero-marquee-shape{width:10px;height:10px;margin:0 10px;flex:0 0 auto;position:relative;top:11px}

.advantages{padding-top:40px;background:#fdf7ee}
.about-container{width:min(1680px,calc(100% - 24px));margin-inline:auto}
.about-slider{position:relative;width:100%}
.aboutSwiper{position:relative;width:100%;overflow:hidden}
.aboutSwiper > .swiper-wrapper{align-items:stretch}
.aboutSwiper > .swiper-wrapper > .swiper-slide{height:auto;overflow:visible;display:block}
.about-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:48px;height:48px;display:grid;place-items:center;border:0;background:transparent;color:#1d1710;font-size:42px;line-height:1;cursor:pointer;padding:0;opacity:.72;transition:opacity .2s,color .2s}
.about-nav:hover{opacity:1;color:var(--violet)}
.about-nav.swiper-button-disabled{opacity:.28;cursor:default}
.about-nav-prev{left:10px}
.about-nav-next{right:10px}
.adv-wrap,
.about-card{position:relative;border-radius:28px;overflow:hidden;min-height:min(78vh,720px);height:min(78vh,720px);width:100%;box-shadow:none;background:transparent;display:flex;flex-direction:column;justify-content:center}
.about-card:after{content:none;display:none}

.about-s1,
.about-s2{display:flex;flex-direction:column;justify-content:center;gap:32px;padding:48px 96px;color:#1d1710;height:100%;box-sizing:border-box}
.about-s1{gap:18px;padding:28px 72px}
.about-s1-intro{border-radius:22px;background:transparent;padding:28px 8px 12px;flex:1;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box}
.about-s1 .about-s1-intro{padding:8px 4px 4px;flex:0 1 auto}
.about-s1-title{margin:0 0 28px;text-align:center;font-size:clamp(28px,3.2vw,40px);line-height:1.05;letter-spacing:-.04em;text-transform:none;color:#1d1710}
.about-s1 .about-s1-title{margin:0 0 14px;font-size:clamp(24px,2.8vw,34px)}
.about-s1-title span{position:relative;display:inline-block;color:var(--violet)}
.about-s1-title span:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--purple),var(--violet))}
.about-s1-intro-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:36px;align-items:center}
.about-s1 .about-s1-intro-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:20px;width:min(100%,980px);margin-inline:auto;align-items:center}
.about-s1-intro-copy p{margin:0 0 18px;font-size:15px;line-height:1.75;color:#4a4036;max-width:480px}
.about-s1 .about-s1-intro-copy{min-width:0;text-align:left}
.about-s1 .about-s1-intro-copy p{margin:0 0 12px;font-size:14px;line-height:1.6;max-width:none}
.about-s1-intro-lead{margin:0 0 16px;font-size:clamp(20px,2.2vw,28px);font-weight:800;line-height:1.25;letter-spacing:-.03em;color:#1d1710;max-width:520px}
.about-s1 .about-s1-intro-lead{margin:0 0 10px;font-size:clamp(18px,2vw,24px);max-width:none}
.about-s1-intro-copy .btn-primary{box-shadow:0 10px 28px rgba(245,130,31,.28);margin-top:6px}
.about-s1 .about-s1-intro-copy .btn-primary{margin-top:2px}
.about-s1-intro-media{display:grid;place-items:center}
.about-s1 .about-s1-intro-media{min-width:0}
.about-s1-intro-media img{width:min(100%,520px);height:auto;max-height:min(42vh,400px);object-fit:contain}
.about-s1 .about-s1-intro-media img{width:100%;max-width:420px;max-height:min(34vh,320px)}

.about-s1-who{display:grid;grid-template-columns:1.05fr 1.1fr;gap:36px;align-items:center;padding:8px 16px}
.about-s1-who-media{display:grid;place-items:center}
.about-s1-who-media img{width:min(100%,560px);height:auto;max-height:min(62vh,560px);object-fit:contain}
.about-s1-who-copy h3{margin:0 0 12px;font-size:clamp(26px,2.8vw,36px);line-height:1.05;letter-spacing:-.035em;color:#1d1710}
.about-s1-who-lead{margin:0 0 14px;font-size:15px;font-weight:800;line-height:1.45;color:#2a2216}
.about-s1-who-copy p{margin:0 0 12px;font-size:13px;line-height:1.7;color:#5a5146}
.about-s1-who-copy p .accent{color:var(--violet);font-weight:800}
.about-s1-who-copy p strong{color:#2a2216;font-weight:800}
.about-s1-list-title{margin:16px 0 12px;font-size:14px;font-weight:800;letter-spacing:.02em;text-transform:uppercase;color:var(--violet)}
.about-s1-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px 18px}
.about-s1-list li{position:relative;padding-left:34px;font-size:12px;font-weight:700;color:#2a2216;line-height:1.35}
.about-s1-list li:before{content:"✓";position:absolute;left:0;top:50%;transform:translateY(-50%);width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--purple),var(--violet));color:#fff;font-size:11px;font-weight:900;box-shadow:0 0 0 4px rgba(245,130,31,.14)}

.about-s1-brand{text-align:center;max-width:780px;margin:0 auto;padding:12px 20px 8px}
.about-s1 .about-s1-brand{padding:4px 16px 0;max-width:720px}
.about-s1-brand h3{margin:0 0 12px;font-size:clamp(22px,2.4vw,30px);line-height:1.1;letter-spacing:-.03em;color:#1d1710}
.about-s1 .about-s1-brand h3{margin:0 0 8px;font-size:clamp(20px,2.2vw,26px)}
.about-s1-brand p{margin:0;font-size:13px;line-height:1.7;color:#5a5146}
.about-s1 .about-s1-brand p{font-size:12.5px;line-height:1.55}

.solutions-panel{border-radius:28px;background:linear-gradient(120deg,#f2760a,#ffa84d 43%,#ffe3c2 100%);padding:46px 42px 78px;position:relative;overflow:visible;box-shadow:var(--shadow)}
.services-slide{--mx:50%;--my:40%;--spot:420px;padding:0;min-height:780px;display:flex;align-items:center;position:relative;overflow:hidden;background-color:var(--bg)}
#contact.services-slide{flex-direction:column;align-items:stretch;justify-content:space-between;min-height:780px}
.services-slide.is-spotlight-active .hero-spotlight{opacity:.7;transition:opacity .12s ease}
.services-panel{position:relative;z-index:2;width:min(1120px,calc(100% - 40px));margin-inline:auto;padding:calc(var(--nav-h) + 24px) 0 48px;box-sizing:border-box}
.services-heading{margin:0 0 12px;text-align:center;font-size:clamp(28px,3.4vw,40px);line-height:1.05;letter-spacing:-.04em;text-transform:none;color:var(--ink)}
.services-subheading{margin:0 auto 28px;text-align:center;max-width:42em;font-size:14px;line-height:1.65;color:var(--muted)}
.solutions-top{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:end;margin-bottom:36px}
.solutions-top h2{font-size:44px;line-height:1;text-transform:uppercase;letter-spacing:-.045em;margin:0}
.solutions-top p{font-size:12px;line-height:1.7;color:#4d2c0b}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}
.services-footnote{margin:28px auto 0;text-align:center;max-width:36em;font-size:13px;line-height:1.65;color:var(--muted)}
.services-2-panel{width:min(1180px,calc(100% - 40px))}
.services-2-panel .services-heading,
.services-2-panel .services-subheading{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.22,.8,.2,1),transform .7s cubic-bezier(.22,.8,.2,1)}
.services-2-grid{display:grid;grid-template-columns:repeat(3,1fr);align-items:stretch;border-top:1px dashed rgba(255,255,255,.14);border-bottom:1px dashed rgba(255,255,255,.14)}
.services-2-col{display:flex;flex-direction:column;padding:32px 28px 20px;text-align:left;border-left:1px solid rgba(255,255,255,.10);min-width:0;opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.22,.8,.2,1),transform .7s cubic-bezier(.22,.8,.2,1)}
.services-2-inview .services-2-panel .services-heading{opacity:1;transform:translateY(0);transition-delay:0s}
.services-2-inview .services-2-panel .services-subheading{opacity:1;transform:translateY(0);transition-delay:.14s}
.services-2-inview .services-2-grid .services-2-col:nth-child(1){opacity:1;transform:translateY(0);transition-delay:.32s}
.services-2-inview .services-2-grid .services-2-col:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.5s}
.services-2-inview .services-2-grid .services-2-col:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.68s}
.services-2-col:first-child{border-left:0;padding-left:8px}
.services-2-col:last-child{padding-right:8px}
.services-2-col h3{margin:0 0 12px;font-size:clamp(18px,1.7vw,24px);line-height:1.2;letter-spacing:-.03em;font-weight:800;color:var(--ink)}
.services-2-col p{margin:0;font-size:13px;line-height:1.65;color:var(--muted)}
.services-2-col .services-2-lead{margin:0 0 12px;font-size:14px;font-weight:700;line-height:1.45;color:var(--ink)}
.services-2-visual{margin-top:auto;padding-top:28px;display:flex;align-items:flex-end;justify-content:flex-start}
.services-2-visual img{width:min(100%,240px);height:auto;max-height:220px;object-fit:contain}
.service-card{background:transparent;border:1px solid rgba(255,255,255,.10);border-radius:18px;padding:26px;min-height:0;box-shadow:none;position:relative;overflow:hidden;transition:.25s;display:flex;flex-direction:column}
.service-card:hover{transform:translateY(-8px);border-color:rgba(245,130,31,.35)}
.service-card.featured{min-height:315px;margin-bottom:-63px}
.service-card:after{content:none;display:none}
.service-icon{width:auto;height:auto;border-radius:0;display:inline-flex;align-items:center;justify-content:flex-start;align-self:flex-start;background:transparent;border:0;margin:0 0 18px;flex:0 0 auto;padding:0}
.service-icon i{font-size:28px;line-height:1;color:rgb(255,137,57)}
.service-icon img{width:32px;height:32px;display:block;object-fit:contain}
.service-card h3{font-size:15px;text-transform:none;letter-spacing:-.02em;line-height:1.25;margin:0 0 10px;color:var(--ink);position:relative;z-index:1}
.service-card p,.service-card li{font-size:12px;color:#b7ac9c;line-height:1.65;margin:0;position:relative;z-index:1}
.service-card ul{padding-left:18px}
.service-more{display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding:18px 0 0;border:0;background:transparent;font:inherit;font-size:12px;font-weight:800;color:var(--violet);position:relative;z-index:1;cursor:pointer;transition:color .2s ease,gap .2s ease;text-align:left}
.service-more span{font-size:13px;line-height:1;transition:transform .2s ease}
.service-more:hover{color:#ffb35c}
.service-more:hover span{transform:translate(2px,-2px)}
.service-card .btn{min-height:34px;padding:0 14px;font-size:10px;position:absolute;bottom:20px}

.service-drawer{position:fixed;inset:0;z-index:120;pointer-events:none;visibility:hidden}
.service-drawer.is-open{pointer-events:auto;visibility:visible}
.service-drawer-backdrop{position:absolute;inset:0;background:rgba(22,18,16,.55);opacity:0;transition:opacity .3s ease}
.service-drawer.is-open .service-drawer-backdrop{opacity:1}
.service-drawer-panel{position:absolute;top:0;right:0;height:100%;width:min(440px,92vw);background:#fff;color:#1d1710;box-shadow:-18px 0 48px rgba(0,0,0,.28);transform:translateX(100%);transition:transform .35s cubic-bezier(.2,.7,.2,1);display:flex;flex-direction:column;box-sizing:border-box}
.service-drawer.is-open .service-drawer-panel{transform:translateX(0)}
.service-drawer-close{position:absolute;top:16px;right:16px;z-index:2;width:40px;height:40px;border:0;border-radius:50%;background:rgba(29,23,16,.06);color:#1d1710;font-size:28px;line-height:1;cursor:pointer;display:grid;place-items:center;transition:background .2s ease}
.service-drawer-close:hover{background:rgba(29,23,16,.12)}
.service-drawer-body{flex:1;padding:64px 28px 28px;overflow:auto;box-sizing:border-box}
body.drawer-open{overflow:hidden}

.drawer-service{display:flex;flex-direction:column;gap:0}
.drawer-service-icon{margin:0 0 14px;color:rgb(255,137,57);line-height:1}
.drawer-service-icon i{font-size:30px;line-height:1}
.drawer-service-title{margin:0 0 16px;font-size:clamp(24px,3vw,30px);line-height:1.1;letter-spacing:-.03em;color:#1d1710}
.drawer-service-copy{display:flex;flex-direction:column;gap:14px;margin:0 0 24px}
.drawer-service-copy p{margin:0;font-size:13.5px;line-height:1.7;color:#5a5146}
.drawer-service-section{margin:0 0 28px;padding-top:22px;border-top:1px solid rgba(29,23,16,.1)}
.drawer-service-section-title{margin:0 0 10px;font-size:16px;line-height:1.25;letter-spacing:-.02em;color:#1d1710}
.drawer-service-section-copy{margin:0 0 14px;font-size:13.5px;line-height:1.7;color:#5a5146}
.drawer-service-gallery{display:grid;gap:12px}
.drawer-service-gallery img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:14px;background:#f3eee7;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,filter .25s ease}
.drawer-service-gallery img:hover{transform:scale(1.02);box-shadow:0 10px 28px rgba(29,23,16,.16);filter:brightness(1.04)}
.drawer-service-cta{align-self:stretch;justify-content:center;margin-top:8px;min-height:44px;padding:0 18px;font-size:12px}

.image-lightbox{position:fixed;inset:0;z-index:140;pointer-events:none;visibility:hidden;display:grid;place-items:center;padding:24px;box-sizing:border-box}
.image-lightbox.is-open{pointer-events:auto;visibility:visible}
.image-lightbox-backdrop{position:absolute;inset:0;background:rgba(22,18,16,.78);opacity:0;transition:opacity .3s ease}
.image-lightbox.is-open .image-lightbox-backdrop{opacity:1}
.image-lightbox-panel{position:relative;z-index:1;max-width:min(960px,92vw);max-height:90vh;opacity:0;transform:scale(.96);transition:opacity .3s ease,transform .3s cubic-bezier(.2,.7,.2,1)}
.image-lightbox.is-open .image-lightbox-panel{opacity:1;transform:scale(1)}
.image-lightbox-close{position:absolute;top:-14px;right:-14px;z-index:2;width:40px;height:40px;border:0;border-radius:50%;background:#fff;color:#1d1710;font-size:28px;line-height:1;cursor:pointer;display:grid;place-items:center;box-shadow:0 8px 24px rgba(0,0,0,.28);transition:background .2s ease}
.image-lightbox-close:hover{background:#f3eee7}
.image-lightbox-img{display:block;max-width:100%;max-height:90vh;width:auto;height:auto;object-fit:contain;border-radius:14px;background:#1d1710;box-shadow:0 24px 64px rgba(0,0,0,.4)}

.logo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:50px 65px;align-items:center;margin-top:65px}
.brand{font-size:27px;font-weight:900;color:#c6c4d4;filter:saturate(.9);transition:.25s}
.brand:hover{color:white;transform:scale(1.05)}
.brand.ibm{color:#43a7e8;letter-spacing:-.08em}
.brand.microsoft{font-weight:600}
.brand.meta{color:#1ea7f3}
.brand.adobe{color:#ff5d4f}
.brand.accenture{font-size:24px}
.brand.salesforce{color:#41aee9}
.brand.cisco{color:#35b4dd;letter-spacing:.08em}
.brand-square{display:inline-grid;grid-template-columns:repeat(2,10px);gap:3px;margin-right:8px;vertical-align:middle}
.brand-square i{width:10px;height:10px;display:block;background:#f25022} .brand-square i:nth-child(2){background:#7fba00} .brand-square i:nth-child(3){background:#00a4ef} .brand-square i:nth-child(4){background:#ffb900}

.light-zone{background:var(--white);color:#181622;border-radius:34px 34px 0 0;margin-top:80px;padding-bottom:85px;position:relative}
.light-zone:before{content:"";position:absolute;left:0;right:0;top:0;height:75px;background:var(--bg);clip-path:polygon(0 0,44% 0,49% 75%,100% 75%,100% 0)}
.work-card{position:relative;z-index:2;transform:translateY(-44px);border-radius:26px;background:linear-gradient(120deg,#f2760a,#ffc07a 60%,#f7e7d3);padding:42px;box-shadow:var(--shadow);overflow:hidden}
.work-head{display:grid;grid-template-columns:1fr 1.2fr;gap:50px;align-items:center}
.work-card h2{font-size:37px;line-height:1.02;text-transform:uppercase;letter-spacing:-.04em;margin:0}
.work-card p{font-size:11px;color:#5d3a14;line-height:1.65}
.work-photo{margin-top:28px;width:100%;height:245px;object-fit:cover;border-radius:16px}
.case-study{display:grid;grid-template-columns:1.05fr 1.1fr .55fr;gap:36px;align-items:center;padding-top:25px}
.case-intro h3{font-size:36px;line-height:1;text-transform:uppercase;letter-spacing:-.035em;margin:18px 0}
.case-image{border-radius:18px;overflow:hidden;box-shadow:0 15px 35px rgba(0,0,0,.12)}
.case-image img{width:100%;height:240px;object-fit:cover}
.case-details h4{font-size:25px;color:#e06a00;margin:0 0 14px}
.case-details p{font-size:12px;line-height:1.65;color:#77727d}
.stats{display:grid;gap:22px}
.stat{font-size:13px;color:#76717c}
.stat b{display:block;color:#16141d;font-size:38px;letter-spacing:-.04em}

.testimonials{padding-top:82px}
.section-row{display:flex;align-items:center;justify-content:space-between;gap:25px}
.section-row h2{font-size:38px;text-transform:uppercase;line-height:1.03;letter-spacing:-.04em;max-width:540px;margin:0}
.slider-controls{display:flex;gap:10px}
.slider-btn{width:43px;height:43px;border-radius:50%;border:1px solid var(--line);background:transparent;color:white;cursor:pointer}
.slider-btn:hover{border-color:var(--violet);color:var(--violet)}
.testimonial-track{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:45px}
.quote-card{background:linear-gradient(155deg,#2a2216,#1c1710);border-radius:18px;padding:28px;border:1px solid var(--line);min-height:230px;transition:.3s}
.quote-card.active{transform:translateY(-8px);box-shadow:0 18px 45px rgba(0,0,0,.25)}
.quote-mark{font-size:44px;color:var(--violet);font-weight:900;line-height:.7}
.quote-card p{font-size:12px;line-height:1.72;color:#c5bcae}
.person{display:flex;gap:12px;align-items:center;margin-top:24px}
.person img{width:38px;height:38px;border-radius:50%;object-fit:cover}
.person strong{font-size:11px;display:block}
.person span{font-size:10px;color:#8f8778}

.contact-panel{position:relative;z-index:2;flex:1 1 auto;display:flex;align-items:center;width:min(1120px,calc(100% - 40px));margin-inline:auto;padding-bottom:28px;color:var(--ink)}
.contact-layout{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:40px 48px;width:100%;min-height:0}
.contact-copy{min-width:0}
.contact-tagline{margin:0 0 14px;font-size:clamp(40px,5.4vw,72px);line-height:.95;letter-spacing:-.055em;font-weight:800;color:var(--ink)}
.contact-lead{margin:0;max-width:28em;font-size:14px;line-height:1.65;color:var(--muted)}
.contact-ways{min-width:0;display:flex;flex-direction:column}
.contact-way{display:flex;flex-direction:column;gap:8px;padding:22px 0;border-top:1px solid rgba(255,255,255,.12);transition:color .2s ease}
.contact-way:last-of-type{border-bottom:1px solid rgba(255,255,255,.12)}
.contact-way-label{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--violet)}
.contact-way-value{font-size:clamp(22px,2.8vw,36px);font-weight:800;letter-spacing:-.03em;line-height:1.15;color:var(--ink);word-break:break-word}
.contact-way:hover .contact-way-value,.contact-way:focus-visible .contact-way-value{color:var(--violet)}
.contact-note{margin:18px 0 0;font-size:13px;line-height:1.6;color:var(--muted)}
.contact-socials{margin-top:18px;margin-bottom:28px}

.faq-panel{width:min(760px,calc(100% - 40px));color:#1d1710}
.faq-head{text-align:left;margin-bottom:36px}
.faq-kicker{margin:0 0 12px;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--violet)}
.faq-head h2{margin:0 0 12px;font-size:clamp(28px,3.6vw,42px);line-height:1.1;letter-spacing:-.04em;text-transform:none;color:#1d1710;font-weight:800}
.faq-head p{margin:0;max-width:42em;font-size:14px;line-height:1.65;color:#5a5146}

.industries-panel{position:relative;z-index:2;width:min(1120px,calc(100% - 40px));color:#1d1710}
.industries-head{text-align:left;margin-bottom:28px}
.industries-head h2{margin:0 0 12px;font-size:clamp(28px,3.6vw,42px);line-height:1.1;letter-spacing:-.04em;text-transform:none;color:#1d1710;font-weight:800}
.industries-head p{margin:0;max-width:42em;font-size:14px;line-height:1.65;color:#5a5146}
.industries-bg{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.industries-shape{position:absolute;display:block}
.industries-shape-diamond{border-radius:18px;transform:rotate(45deg);background:linear-gradient(135deg,rgba(242,118,10,.22),rgba(255,179,92,.12));box-shadow:0 0 0 1px rgba(245,130,31,.08)}
.industries-shape-orb{border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,179,92,.35),rgba(224,106,0,.08) 62%,transparent 72%)}
.industries-shape-ring{border-radius:50%;border:2px solid rgba(245,130,31,.18);background:transparent}
.industries-shape-1{width:160px;height:160px;top:8%;left:-36px;animation:industriesFloatA 9s ease-in-out infinite}
.industries-shape-2{width:92px;height:92px;top:18%;right:6%;animation:industriesFloatB 11s ease-in-out infinite}
.industries-shape-3{width:240px;height:240px;bottom:8%;left:8%;opacity:.7;animation:industriesFloatC 13s ease-in-out infinite}
.industries-shape-4{width:180px;height:180px;top:42%;right:-50px;opacity:.65;animation:industriesFloatC 10s ease-in-out infinite reverse}
.industries-shape-5{width:120px;height:120px;bottom:18%;right:18%;animation:industriesSpin 22s linear infinite}
.industries-shape-6{width:54px;height:54px;bottom:12%;left:42%;background:linear-gradient(135deg,#f5821f,#e06a00);opacity:.28;animation:industriesFloatB 8s ease-in-out infinite}
#industries{position:relative}
.industries-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.industry-card{position:relative;background:linear-gradient(165deg,#1f1913 0%,#161210 72%);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:0;overflow:hidden;box-shadow:0 18px 40px rgba(22,18,16,.18);display:flex;flex-direction:column;min-height:0;isolation:isolate;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}
.industry-card:before{content:"";position:absolute;inset:0 0 auto 0;height:2px;background:linear-gradient(90deg,transparent,rgba(247,99,5,.95),transparent);opacity:.85;z-index:3;transform:scaleX(.35);transform-origin:left center;transition:transform .35s ease}
.industry-card:after{content:"";position:absolute;inset:10px;border:1px solid rgba(255,179,92,.12);border-radius:10px;pointer-events:none;z-index:3;opacity:.55;transition:opacity .28s ease,border-color .28s ease}
.industry-card:hover{transform:translateY(-6px);border-color:rgba(245,130,31,.42);box-shadow:0 22px 48px rgba(22,18,16,.28)}
.industry-card:hover:before{transform:scaleX(1)}
.industry-card:hover:after{opacity:1;border-color:rgba(245,130,31,.28)}
.industry-card-media{position:relative;aspect-ratio:16/11;overflow:hidden;background:#120e0b}
.industry-card-media:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(22,18,16,.08) 0%,rgba(22,18,16,.35) 48%,rgba(22,18,16,.92) 100%);pointer-events:none}
.industry-card-media:after{content:"";position:absolute;inset:0;z-index:1;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:22px 22px;opacity:.35;mix-blend-mode:soft-light;pointer-events:none}
.industry-card-media img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.88) contrast(1.05);transition:transform .45s ease,filter .35s ease}
.industry-card:hover .industry-card-media img{transform:scale(1.06);filter:saturate(1) contrast(1.08)}
.industry-card-body{position:relative;z-index:2;padding:16px 16px 18px;display:flex;flex-direction:column;gap:8px;margin-top:-28px}
.industry-card h3{margin:0;font-size:16px;line-height:1.2;letter-spacing:-.02em;font-weight:800;color:#fdf8f2}
.industry-card p{margin:0;font-size:12.5px;line-height:1.65;color:#b5ab9d}
.faq-list{display:flex;flex-direction:column;border-top:1px solid rgba(29,23,16,.12)}
.faq-item{border:0;border-bottom:1px solid rgba(29,23,16,.12);background:transparent;border-radius:0;overflow:hidden}
.faq-question{width:100%;background:none;border:0;color:#1d1710;padding:20px 2px;text-align:left;display:flex;justify-content:space-between;align-items:center;gap:18px;font-weight:700;font-size:15px;line-height:1.35;cursor:pointer}
.faq-question i{flex:0 0 auto;color:#1d1710;font-size:12px;transition:transform .25s ease}
.faq-answer{max-height:0;overflow:hidden;color:#5a5146;font-size:13px;line-height:1.7;transition:max-height .35s ease,padding .35s ease;padding:0 2px}
.faq-answer p{margin:0 0 10px}
.faq-answer p:last-child{margin:0}
.faq-item.open .faq-answer{max-height:420px;padding:0 2px 20px}
.faq-item.open .faq-question i{transform:rotate(180deg)}

.process-panel{position:relative;z-index:2;width:min(1120px,calc(100% - 40px));color:var(--ink)}
.process-layout{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:36px 24px;min-height:calc(100dvh - var(--nav-h) - 48px)}
.process-layout-copy{min-width:0;display:flex;flex-direction:column;justify-content:flex-end}
.process-tagline{margin:0;max-width:8.5ch;font-size:clamp(28px,4vw,52px);line-height:1.08;letter-spacing:-.045em;font-weight:800;color:var(--ink);opacity:0}
.process-layout-main{min-width:0;display:flex;flex-direction:column;justify-content:flex-end}
.process-head{text-align:left;margin:0}
.process-head h2{margin:0 0 10px;font-size:clamp(26px,3.2vw,38px);line-height:1.1;letter-spacing:-.04em;text-transform:none;color:var(--ink);font-weight:800}
.process-head p{margin:0;max-width:36em;font-size:14px;line-height:1.65;color:var(--muted)}
.process-steps{grid-column:1/-1;list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:16px 12px;align-items:start}
.process-step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;min-width:0;opacity:0}
.process-num{width:22px;height:22px;display:grid;place-items:center;flex:0 0 auto;background:var(--violet);color:#fff;font-size:8px;font-weight:800;letter-spacing:.04em;border-radius:50%}
.process-step-icon{display:grid;place-items:center;width:clamp(72px,9vw,108px);height:clamp(72px,9vw,108px);flex:0 0 auto}
.process-step-icon img{width:100%;height:100%;object-fit:contain}
.process-step h3{margin:0;font-size:clamp(11px,1.05vw,13px);line-height:1.25;letter-spacing:-.02em;font-weight:800;color:var(--ink)}

.site-footer{position:relative;z-index:2;width:100%;margin-top:auto;padding:36px 0 22px;border-top:1px solid rgba(255,255,255,.10);background:transparent;color:var(--ink)}
.site-footer-inner{position:relative}
.footer-brand-logo{display:block;height:clamp(48px,5vw,64px);width:auto;max-width:min(280px,70%);object-fit:contain;margin:0 0 28px}
.footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 40px;max-width:none}
.site-footer h4{margin:0 0 14px;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--violet)}
.site-footer a{display:block;margin:8px 0;font-size:13px;color:var(--muted);transition:color .2s ease}
.site-footer a:hover,.site-footer a:focus-visible{color:var(--ink)}
.site-footer .socials{margin:4px 0 12px}
.site-footer .social{margin:0}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:28px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}
.socials{display:flex;gap:8px}
.social{width:28px;height:28px;padding:0;border:0;border-radius:8px;background:transparent;overflow:hidden;display:grid;place-items:center;transition:transform .2s ease,opacity .2s ease}
.social img{width:100%;height:100%;object-fit:cover;display:block}
.social:hover,.social:focus-visible{transform:translateY(-2px);opacity:.88}
.copyright{margin:0;color:var(--muted);font-size:11px;line-height:1.5}

/* Fullpage vertical swiper — one slide per section (desktop only) */
.mySwiper{width:100%}
.mySwiper .swiper-slide{overflow:hidden;display:flex;flex-direction:column;scrollbar-width:none;-ms-overflow-style:none}
.mySwiper .swiper-slide::-webkit-scrollbar{display:none;width:0;height:0}
.mySwiper > .swiper-wrapper > .swiper-slide.light-zone,
.mySwiper > .swiper-wrapper > .swiper-slide.section{overflow-y:auto;overflow-x:hidden}
.mySwiper > .swiper-wrapper > .swiper-slide > .container{margin-block:auto}
.mySwiper .aboutSwiper > .swiper-wrapper > .swiper-slide{overflow:visible;display:block;height:auto;flex-direction:initial}
.mySwiper .advantages{padding:40px 0 48px;display:flex;align-items:center}
.mySwiper #faq,
.mySwiper #industries{align-items:flex-start;padding:calc(var(--nav-h) + 20px) 0 48px}
.mySwiper #process{align-items:center;padding:calc(var(--nav-h) + 12px) 0 24px}
.mySwiper #contact{align-items:stretch;padding:calc(var(--nav-h) + 12px) 0 0}
.mySwiper #faq > .container,
.mySwiper #industries > .container,
.mySwiper #process > .container,
.mySwiper #contact > .container{margin-block:0}
.mySwiper .about-container{width:min(1680px,calc(100% - 24px));flex:1;min-height:0;display:flex;flex-direction:column;justify-content:center}
.mySwiper .about-slider{flex:1;min-height:0;display:flex;flex-direction:column;justify-content:center}
.mySwiper .aboutSwiper{min-height:0}
.mySwiper .about-card{min-height:0;height:calc(100dvh - 150px);overflow:hidden}
.swiper-pagination-bullet{background:rgba(255,255,255,.4);opacity:1;transition:.25s}
.swiper-pagination-bullet-active{background:var(--violet);box-shadow:0 0 0 4px rgba(245,130,31,.18)}

@media (min-width:901px){
  html,body{height:100%;overflow:hidden}
  .mySwiper{height:100vh;height:100dvh}
  .mySwiper .hero{min-height:0;height:100%;padding:calc(var(--nav-h) + 12px) 0 100px;overflow:hidden;box-sizing:border-box}
  .mySwiper .hero > .hero-grid{flex:1;min-height:0;width:min(1120px,calc(100% - 40px));margin-inline:auto;align-items:center}
  .mySwiper .hero-visual{min-height:0;height:min(58vh,520px)}
  .mySwiper .hero-diamond{width:min(76%,340px)}
  .mySwiper .hero-diamond-bg{width:min(52vw,500px);height:min(52vw,500px);top:-120px;right:-170px}
  .mySwiper .hero-person{max-height:128%;width:min(115%,520px)}
  .mySwiper .hero-float-icon{padding:5px;width:58px;height:58px;border-radius:12px}
  .mySwiper .hero-float-icon img{width:48px;height:48px}
.mySwiper .light-zone{margin-top:0}
.mySwiper .services-slide{min-height:0;height:100%;padding:0;display:flex;align-items:center}
.mySwiper #contact.services-slide{align-items:stretch;flex-direction:column;justify-content:space-between}
}
@media (min-width:901px) and (max-width:1200px){
  .mySwiper .hero > .hero-grid{width:min(100% - 36px,1040px);gap:36px}
  .hero-kicker-logo{height:clamp(64px,7vw,88px);max-width:min(420px,70%)}
  .industries-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .nav-links{gap:16px}
}
@media (min-width:901px) and (max-height:900px){
  .mySwiper .hero{padding:calc(var(--nav-h) + 8px) 0 88px}
  .mySwiper .hero .title{font-size:clamp(30px,4.2vw,54px);margin:6px 0 10px}
  .mySwiper .hero-copy .lead{font-size:13px}
  .mySwiper .hero-actions{margin:16px 0}
  .mySwiper .hero-visual{height:min(50vh,420px)}
  .mySwiper .hero-kicker-logo{height:clamp(58px,7.5vh,78px)}
  .mySwiper .hero-float-icon{padding:5px;width:50px;height:50px;border-radius:11px}
  .mySwiper .hero-float-icon img{width:40px;height:40px}
}
@media (min-width:901px) and (max-height:760px){
  .mySwiper .hero{padding:calc(var(--nav-h) + 4px) 0 72px}
  .mySwiper .hero .title{font-size:clamp(26px,3.8vw,44px);margin:4px 0 8px}
  .mySwiper .hero-actions{margin:12px 0}
  .mySwiper .hero-visual{height:min(44vh,340px)}
  .mySwiper .hero-diamond{width:min(64%,250px);border-radius:34px}
  .mySwiper .hero-diamond-bg{width:300px;height:300px;top:-70px;right:-100px;border-radius:64px}
  .mySwiper .hero-person{width:min(100%,380px);max-height:118%}
  .mySwiper .hero-kicker-logo{height:clamp(48px,6.5vh,64px)}
  .mySwiper .hero-float-icon{width:44px;height:44px;padding:4px;border-radius:10px}
  .mySwiper .hero-float-icon img{width:34px;height:34px}
}
@media (min-width:901px) and (max-height:820px){
  .mySwiper .hero{padding:calc(var(--nav-h) + 6px) 0 84px}
  .mySwiper .hero .title{font-size:clamp(28px,4vw,48px);margin:6px 0 10px}
  .mySwiper .hero-actions{margin:14px 0}
  .mySwiper .hero-visual{height:min(46vh,380px)}
  .mySwiper .hero-diamond{width:min(68%,280px);border-radius:36px}
  .mySwiper .hero-diamond-bg{width:340px;height:340px;top:-80px;right:-110px;border-radius:70px}
  .mySwiper .hero-person{width:min(105%,420px);max-height:120%}
  .mySwiper .hero-float-icon{padding:5px;width:48px;height:48px;border-radius:11px}
  .mySwiper .hero-float-icon img{width:38px;height:38px}
  .services-2-col{padding:22px 22px 16px}
  .services-2-col h3{font-size:clamp(16px,1.5vw,20px);margin-bottom:8px}
  .services-2-col .services-2-lead{font-size:13px;margin-bottom:8px}
  .services-2-col p{font-size:12px;line-height:1.55}
  .services-2-visual{padding-top:16px}
  .services-2-visual img{width:min(100%,180px);max-height:150px}
}
@media (max-width:900px){
  /* Swiper is not initialized on small screens; restore normal document flow */
  .mySwiper > .swiper-wrapper{display:block}
  .mySwiper > .swiper-wrapper > .swiper-slide{overflow:visible;height:auto}
  .mySwiper > .swiper-pagination{display:none}
  .aboutSwiper > .swiper-wrapper{display:flex}
}

@media (max-width:900px){
  .nav-links{position:absolute;left:20px;right:20px;top:70px;display:none;flex-direction:column;align-items:flex-start;background:#201a12;border:1px solid var(--line);border-radius:16px;padding:20px}
  .nav-links.open{display:flex} .menu-toggle{display:block} .nav-cta{display:none}
  .hero-grid,.solutions-top,.work-head,.case-study{grid-template-columns:1fr}
  .hero{padding:110px 0 108px;min-height:0;overflow:hidden}
  .hero-copy{text-align:center}
  .hero-copy .title{font-size:clamp(32px,7.2vw,48px);margin:10px auto 14px;max-width:16ch}
  .hero-copy .lead{margin-inline:auto;font-size:13.5px;max-width:34em}
  .hero-kicker{justify-content:center}
  .hero-kicker-logo{height:clamp(66px,15vw,84px);max-width:min(380px,88vw);margin-bottom:0}
  .hero-actions,.trusted{justify-content:center}
  .hero-actions{gap:10px}
  .hero-visual{position:relative;min-height:440px;max-width:460px;margin:28px auto 0;width:100%;overflow:visible}
  .hero-diamond{width:min(70%,300px);border-radius:40px}
  .hero-diamond-bg{width:min(78vw,420px);height:min(78vw,420px);top:-90px;right:-120px;border-radius:78px}
  .hero-person{width:min(108%,460px);max-height:118%}
  .hero-float-icons{inset:-8px -4px}
  .hero-float-icon{padding:5px;width:54px;height:54px;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.24)}
  .hero-float-icon img{width:44px;height:44px}
  .hero-float-icon span{font-size:9px;padding:5px 8px;max-width:110px;white-space:normal;text-align:center;line-height:1.25}
  .hero-float-1{left:2%;top:10%}
  .hero-float-2{right:2%;top:8%}
  .hero-float-3{left:0;top:44%}
  .hero-float-4{right:0;top:40%}
  .hero-float-5{left:8%;bottom:4%}
  .hero-float-6{right:4%;bottom:12%}
  .hero-float-1 span,.hero-float-3 span,.hero-float-5 span{left:0;transform:none}
  .hero-float-2 span,.hero-float-4 span,.hero-float-6 span{left:auto;right:0;transform:none}
  .advantages{padding:108px 0 56px}
  .about-container{width:min(100% - 16px,1680px)}
  .about-card{min-height:0;height:auto}
  .about-s1,
  .about-s2{padding:24px 48px 32px;gap:24px;height:auto}
  .about-s1-intro{padding:12px 0;height:auto;justify-items:center}
  .about-s1-intro-grid,.about-s1-who{grid-template-columns:1fr;gap:20px}
  .about-s1-intro-grid{justify-items:center}
  .about-s1-title{margin-bottom:18px;font-size:clamp(28px,7vw,36px)}
  .about-s1-intro-copy{width:100%;max-width:520px;text-align:center}
  .about-s1-intro-copy p{margin-inline:auto;font-size:13px;line-height:1.65}
  .about-s1-intro-lead{font-size:clamp(18px,4.6vw,24px);margin-bottom:12px;max-width:100%}
  .about-s1-intro-copy .btn-primary{margin-top:4px}
  .about-s1-intro-media{width:100%;max-width:340px}
  .about-s1-intro-media img{width:100%;max-width:340px;max-height:min(36vh,300px);margin-inline:auto}
  .about-s1-who{padding:0;justify-items:center}
  .about-s1-who-media{width:100%;max-width:340px}
  .about-s1-who-media img{width:100%;max-width:340px;max-height:min(42vh,340px);margin-inline:auto}
  .about-s1-who-copy{width:100%;max-width:520px;text-align:center}
  .about-s1-who-copy h3{font-size:clamp(28px,7vw,34px);margin-bottom:10px}
  .about-s1-who-lead{font-size:14px;margin-bottom:12px}
  .about-s1-who-copy p{font-size:13px;line-height:1.65;margin-bottom:10px}
  .about-s1-list-title{margin-top:14px;text-align:center}
  .about-s1-list{grid-template-columns:1fr;gap:12px;text-align:left;max-width:420px;margin-inline:auto}
  .about-s1-list li{font-size:12.5px;line-height:1.4;padding-left:36px}
  .about-s1-brand{padding:16px 4px 0;max-width:520px}
  .about-s1-brand h3{font-size:clamp(20px,5vw,26px);margin-bottom:10px}
  .about-s1-brand p{font-size:13px;line-height:1.65}
  .about-nav{width:40px;height:40px;font-size:34px}
  .about-nav-prev{left:4px}
  .about-nav-next{right:4px}
  .service-grid{grid-template-columns:1fr 1fr}
  .services-panel{padding:108px 0 56px}
  #process{padding:108px 0 56px}
  #contact{padding:108px 0 0}
  .services-heading{margin-bottom:10px;font-size:clamp(26px,6vw,34px)}
  .services-subheading{margin-bottom:22px;font-size:13px}
  .services-2-grid{grid-template-columns:1fr;border-top:0;border-bottom:0}
  .services-2-col{padding:24px 0;border-left:0;border-top:1px solid rgba(255,255,255,.10)}
  .services-2-col:first-child{border-top:1px dashed rgba(255,255,255,.14);padding-left:0}
  .services-2-col:last-child{padding-right:0;border-bottom:1px dashed rgba(255,255,255,.14)}
  .services-2-visual{justify-content:center;padding-top:20px}
  .services-2-visual img{width:min(100%,200px);max-height:180px}
  .logo-grid{grid-template-columns:repeat(2,1fr)}
  .case-study{gap:26px} .case-image img{height:300px} .stats{grid-template-columns:repeat(3,1fr)}
  .testimonial-track{grid-template-columns:1fr} .quote-card{display:none} .quote-card.active{display:block}
  .faq-head{margin-bottom:28px}
  .faq-head h2{font-size:clamp(24px,6.4vw,34px)}
  .faq-question{font-size:14px;padding:18px 0}
  .industries-head{margin-bottom:22px}
  .industries-head h2{font-size:clamp(24px,6.4vw,34px)}
  .industries-grid{grid-template-columns:1fr 1fr;gap:14px}
  .industry-card{min-height:0}
  .industry-card-body{padding:14px 14px 16px;margin-top:-22px}
  .process-layout{grid-template-columns:1fr;min-height:0;gap:0}
  .process-layout-copy{margin-bottom:28px}
  .process-tagline{font-size:clamp(28px,8vw,40px)}
  .process-head{margin-bottom:22px}
  .process-head h2{font-size:clamp(24px,6.4vw,34px)}
  .process-steps{grid-column:auto;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:22px 16px}
  .process-num{width:26px;height:26px;font-size:9px}
  .process-step-icon{width:88px;height:88px}
  .process-step h3{font-size:13px}
  .contact-layout{grid-template-columns:1fr;min-height:0;gap:28px;align-items:start}
  .contact-tagline{font-size:clamp(36px,10vw,52px);margin-bottom:12px}
  .contact-way-value{font-size:clamp(22px,6vw,30px)}
  .footer-grid{grid-template-columns:1fr 1fr;gap:22px 24px}
  .footer-brand-logo{height:clamp(44px,12vw,56px);margin-bottom:22px}
}
@media (max-width:620px){
  .container{width:min(100% - 24px,1120px)} .section{padding:72px 0}
  .title{font-size:clamp(30px,8vw,40px)} .hero{min-height:auto;padding:100px 0 100px}
  .logo-img{height:52px;max-width:58px}
  .hero-copy .title{font-size:clamp(30px,8vw,40px);max-width:14ch}
  .hero-copy .lead{font-size:13px}
  .hero-visual{min-height:360px;max-width:360px;margin-top:20px}
  .hero-kicker-logo{height:clamp(60px,16vw,76px);max-width:min(340px,90vw);margin-bottom:0}
  .hero-diamond{width:min(68%,250px);border-radius:34px}
  .hero-diamond-bg{width:min(88vw,340px);height:min(88vw,340px);top:-60px;right:-90px;border-radius:64px}
  .hero-person{width:min(112%,380px);max-height:115%}
  .hero-float-icons{inset:-4px 0}
  .hero-float-icon{padding:4px;width:44px;height:44px;border-radius:10px;box-shadow:0 6px 16px rgba(0,0,0,.22)}
  .hero-float-icon img{width:36px;height:36px}
  .hero-float-icon span{font-size:8px;padding:4px 6px;max-width:92px}
  .hero-float-1{left:0;top:8%}
  .hero-float-2{right:0;top:6%}
  .hero-float-3{left:0;top:42%}
  .hero-float-4{right:0;top:38%}
  .hero-float-5{left:4%;bottom:2%}
  .hero-float-6{right:2%;bottom:10%}
  .hero-marquee{bottom:0;padding:12px 0}
  .hero-service-card{font-size:11px;padding:8px 2px}
  .advantages{padding:96px 0 48px}
  .services-slide{min-height:560px}
  .about-card{min-height:0;height:auto;border-radius:22px}
  .about-s1,
  .about-s2{padding:18px 40px 26px;gap:18px}
  .about-s1-title{font-size:26px;margin-bottom:14px}
  .about-s1-intro-lead{font-size:18px}
  .about-s1-intro-copy p{font-size:12.5px}
  .about-s1-intro-media{max-width:260px}
  .about-s1-intro-media img{max-width:260px;max-height:min(34vh,260px)}
  .about-s1-who-media{max-width:260px}
  .about-s1-who-media img{max-width:260px;max-height:min(38vh,280px)}
  .about-s1-who-copy h3{font-size:26px}
  .about-s1-who-lead{font-size:13.5px}
  .about-s1-who-copy p{font-size:12.5px;line-height:1.65}
  .about-s1-list-title{font-size:12px;margin-top:12px}
  .about-s1-list{gap:11px;max-width:100%}
  .about-s1-list li{font-size:12px;padding-left:34px}
  .about-s1-list li:before{width:20px;height:20px;font-size:10px}
  .about-s1-brand{padding-top:12px}
  .about-s1-brand h3{font-size:20px}
  .about-s1-brand p{font-size:12.5px}
  .about-nav{width:36px;height:36px;font-size:30px}
  .about-nav-prev{left:2px}
  .about-nav-next{right:2px}
  .solutions-panel{padding:34px 20px 40px} .solutions-top{gap:20px} .solutions-top h2{font-size:35px}
  .service-grid{grid-template-columns:1fr}
  .services-panel{padding:96px 0 48px}
  #process{padding:96px 0 48px}
  #contact{padding:96px 0 0}
  .services-heading{margin-bottom:8px;font-size:clamp(24px,7vw,30px)}
  .services-subheading{margin-bottom:18px;font-size:12.5px}
  .services-2-col{padding:20px 0}
  .services-2-col h3{font-size:18px}
  .services-2-col .services-2-lead{font-size:13px}
  .services-2-col p{font-size:12.5px}
  .services-2-visual img{width:min(100%,168px);max-height:150px}
  .service-card{padding:22px}
  .logo-grid{gap:34px 20px}
  .work-card{padding:28px 20px} .work-card h2{font-size:31px} .work-photo{height:160px}
  .light-zone{border-radius:24px 24px 0 0} .case-intro h3{font-size:31px} .case-image img{height:220px} .stats{grid-template-columns:1fr}
  .section-row h2{font-size:31px} .slider-controls{display:none}
  .footer-grid{grid-template-columns:1fr;gap:20px}
  .footer-bottom{flex-direction:column;align-items:flex-start}
  .faq-head h2{font-size:clamp(22px,7vw,30px)}
  .faq-head p{font-size:13px}
  .faq-question{font-size:13.5px;padding:16px 0}
  .faq-answer{font-size:12.5px}
  .industries-head h2{font-size:clamp(22px,7vw,30px)}
  .industries-head p{font-size:13px}
  .industries-grid{grid-template-columns:1fr;gap:12px}
  .industry-card-body{padding:14px 14px 16px;margin-top:-20px}
  .industry-card h3{font-size:15px}
  .industry-card p{font-size:12.5px}
  .process-tagline{font-size:clamp(26px,8.5vw,34px)}
  .process-head h2{font-size:clamp(22px,7vw,30px)}
  .process-head p{font-size:13px}
  .process-steps{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:18px 12px}
  .process-step-icon{width:80px;height:80px}
  .process-step h3{font-size:12.5px}
}
