
:root{--red:#e30613;--red-dark:#b9000b;--ink:#0b0c0e;--ink2:#171a1e;--white:#fff;--muted:#66707a;--line:#e4e7eb;--soft:#f5f6f8;--max:1180px;--radius:16px;--shadow:0 18px 50px rgba(10,12,15,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.skip{position:fixed;left:12px;top:-60px;z-index:999;background:#fff;color:#000;padding:10px 14px;border:2px solid var(--red)}.skip:focus{top:12px}
.header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:25px}.logo{width:185px;height:60px;object-fit:contain}.navlinks{display:flex;align-items:center;gap:22px;font-size:13px;font-weight:850}.navlinks a{color:#2d3238}.navlinks a:hover,.navlinks a.active{color:var(--red)}.nav-cta{background:var(--red)!important;color:#fff!important;padding:11px 16px;border-radius:8px}.menu{display:none;border:0;background:none;font-size:28px;padding:5px;cursor:pointer}
.hero{background:#0b0c0e;color:#fff}.hero-grid{display:grid;grid-template-columns:1fr 1fr;min-height:650px}.hero-copy{padding:90px 55px 80px 0;display:flex;flex-direction:column;justify-content:center}.eyebrow,.kicker{font-size:11px;letter-spacing:.15em;font-weight:950;text-transform:uppercase;color:var(--red)}.eyebrow:before{content:"";display:inline-block;width:28px;height:2px;background:var(--red);margin-right:9px;vertical-align:middle}h1{font-size:clamp(45px,5.6vw,75px);line-height:.98;letter-spacing:-.055em;margin:17px 0}h1 span{color:var(--red)}h2{font-size:clamp(31px,4vw,50px);line-height:1.08;letter-spacing:-.04em;margin:8px 0 15px}h3{line-height:1.2;margin:8px 0}p{margin:0 0 12px}.lead{font-size:17px;color:var(--muted);max-width:750px}.hero .lead{color:#c5cbd1;max-width:630px}.actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:27px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 18px;border-radius:8px;border:1px solid transparent;font-size:13px;font-weight:900;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease}.btn:hover{transform:translateY(-2px)}.btn-red{background:var(--red);color:#fff}.btn-red:hover{background:var(--red-dark)}.btn-light{background:#fff;border-color:var(--line)}.btn-dark{background:var(--ink);color:#fff}.btn-green{background:#168a45;color:#fff}.btn-outline{border-color:#ccd1d6;background:transparent}.hero-media{position:relative;min-height:650px;background:#1a1d21;overflow:hidden}.hero-media img{width:100%;height:100%;object-fit:cover;opacity:.72}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,11,13,.35),rgba(10,11,13,.05) 55%,rgba(10,11,13,.30))}.hero-badge{position:absolute;z-index:2;left:30px;bottom:30px;background:rgba(10,11,13,.82);border:1px solid rgba(255,255,255,.18);padding:18px 20px;max-width:390px}.hero-badge strong{font-size:20px;display:block}.hero-badge span{font-size:11px;color:#c5cbd1;letter-spacing:.08em}
.section{padding:84px 0}.soft{background:var(--soft)}.dark{background:var(--ink);color:#fff}.dark .lead{color:#c4c9ce}.head{max-width:760px;margin-bottom:34px}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.audience{display:grid;grid-template-columns:1fr 1fr}.audience-card{min-height:270px;padding:42px;position:relative;overflow:hidden;background:#f3f4f5}.audience-card:first-child{background:var(--ink);color:#fff}.audience-card h2{font-size:36px}.audience-card p{max-width:520px;color:var(--muted)}.audience-card:first-child p{color:#c3c8ce}.audience-card:after{content:"";position:absolute;width:190px;height:190px;border:1px solid rgba(227,6,19,.28);border-radius:50%;right:-65px;bottom:-70px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:25px}.soft .card{background:#fff}.card:hover{box-shadow:var(--shadow)}.icon{width:44px;height:44px;border-radius:10px;background:#fff0f1;color:var(--red);display:grid;place-items:center;font-weight:950;margin-bottom:15px}.service-card{min-height:200px}.service-card p,.card p{color:var(--muted);font-size:14px}.tag{font-size:10px;letter-spacing:.1em;font-weight:950;color:var(--red);text-transform:uppercase}
.media{border-radius:18px;overflow:hidden;min-height:400px;background:#ddd}.media img{width:100%;height:100%;object-fit:cover}.photo-card{min-height:270px;position:relative;overflow:hidden;border-radius:16px}.photo-card img{width:100%;height:100%;object-fit:cover}.photo-card:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.82))}.photo-label{position:absolute;z-index:2;left:20px;right:20px;bottom:18px;color:#fff}.photo-label h3{margin:0}.photo-label p{color:#d5d9dd;font-size:12px;margin:3px 0 0}
.category{display:flex;gap:17px;align-items:flex-start;padding:23px 0;border-top:1px solid var(--line)}.category:last-child{border-bottom:1px solid var(--line)}.category .num{font-weight:950;color:var(--red);min-width:35px}.category p{color:var(--muted);font-size:14px}
.process{display:grid;grid-template-columns:repeat(7,1fr);gap:0}.step{text-align:center;position:relative;padding:0 7px}.step:not(:last-child):after{content:"";position:absolute;top:21px;left:64%;right:-36%;height:1px;background:#444a51}.step-num{position:relative;z-index:1;margin:0 auto 14px;width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:var(--red);color:#fff;font-weight:950}.step h4{font-size:12px;margin:0 0 5px}.step p{font-size:11px;color:#9da5ad;margin:0}
.pill-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.pill-box{border:1px solid var(--line);padding:22px;border-radius:12px;background:#fff}.pill-box strong{display:block}.pill-box span{font-size:12px;color:var(--muted)}
.cta{padding:45px;border-radius:20px;background:linear-gradient(120deg,#0b0c0e,#22262b);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta .lead{color:#c4c9ce}
.page-hero{background:#0b0c0e;color:#fff;padding:70px 0}.page-hero p{color:#c5cbd1;max-width:760px;font-size:17px}.page-hero h1{font-size:clamp(42px,5vw,66px)}
.form-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:40px;align-items:start}.form-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:grid;gap:6px}.full{grid-column:1/-1}label{font-size:11px;font-weight:900}input,select,textarea{width:100%;padding:12px 13px;border:1px solid #d8dde2;border-radius:8px;background:#fff;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(227,6,19,.08)}textarea{min-height:125px;resize:vertical}.form-status{display:none;margin-top:13px;padding:12px 14px;border-radius:9px;font-size:12px;font-weight:800}.form-status.info{display:block;background:#eef5ff;color:#174b8a}.form-status.error{display:block;background:#fff0f0;color:#a51c25}.muted,.note{font-size:12px;color:#737b84}.notice{padding:15px;border-radius:10px;background:#fff8ee;border:1px solid #f2d4aa;color:#8a4c0c;font-size:12px}.empty{text-align:center;padding:55px 25px;border:1px dashed #cbd0d5;border-radius:16px;background:#fafbfc}.empty h3{font-size:26px}
.faq{max-width:900px}.faq details{border-top:1px solid var(--line);padding:18px 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{font-weight:900;cursor:pointer}.faq details p{color:var(--muted);margin:9px 0 0;font-size:14px}
.footer{background:#070809;color:#fff;padding:55px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:38px}.footer-logo{width:180px;background:#fff;border-radius:6px;padding:2px}.footer p{color:#aab1b8;font-size:13px;max-width:390px}.footer h4{font-size:11px;letter-spacing:.1em}.footer-links{display:grid;gap:8px;color:#c8cdd2;font-size:13px}.footer-links a:hover{color:#fff}.copyright{border-top:1px solid #25282c;margin-top:35px;padding-top:16px;color:#858d96;font-size:11px}.floating{position:fixed;z-index:90;right:18px;bottom:18px;display:none;gap:7px}.floating a{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:12px;font-weight:950;box-shadow:0 12px 30px rgba(0,0,0,.25)}.floating .wa{background:#168a45}.floating .call{background:var(--red)}.disabled{display:none!important}
.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.reveal.show{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.btn{transition:none}}
@media(max-width:1050px){.navlinks{gap:14px}.navlinks a{font-size:12px}.hero-grid{min-height:570px}.hero-media{min-height:570px}.process{grid-template-columns:repeat(4,1fr);gap:25px}.step:nth-child(4):after,.step:nth-child(7):after{display:none}.grid4{grid-template-columns:repeat(2,1fr)}.pill-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.container{width:min(var(--max),calc(100% - 28px))}.nav{min-height:70px}.logo{width:155px;height:53px}.menu{display:block}.navlinks{display:none;position:absolute;left:14px;right:14px;top:70px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:10px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.navlinks.open{display:flex}.navlinks a{padding:10px}.hero-grid,.split,.form-layout{grid-template-columns:1fr}.hero-copy{padding:65px 0 45px}.hero-media{min-height:380px}.hero-grid{min-height:0}.audience{grid-template-columns:1fr}.section{padding:65px 0}.grid3{grid-template-columns:1fr}.grid4{grid-template-columns:1fr}.process{grid-template-columns:1fr 1fr}.step:after{display:none!important}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.footer-grid{grid-template-columns:1fr 1fr}.cta{padding:30px;display:grid}.floating{display:flex}}
@media(max-width:520px){h1{font-size:43px}.page-hero{padding:55px 0}.footer-grid{grid-template-columns:1fr}.form-card{padding:21px}.audience-card{padding:30px}.hero-badge{left:16px;right:16px;bottom:16px}.pill-grid{grid-template-columns:1fr}}

.client-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.client-chip{border:1px solid #e5e7eb;background:#fff;padding:18px;border-radius:10px;display:flex;flex-direction:column;gap:5px}.client-chip span{color:#6c7078;font-size:13px}.stats-grid{grid-template-columns:repeat(3,1fr)}@media(max-width:760px){.client-grid,.stats-grid{grid-template-columns:1fr}}
/* Premium motion layer */
.card,.photo-card,.category,.step,.cta,.audience-card{transition:transform .28s ease,box-shadow .28s ease}
.card:hover,.photo-card:hover{transform:translateY(-4px)}
.hero-media img{transition:transform 1.2s cubic-bezier(.2,.65,.25,1)}
.hero-media:hover img{transform:scale(1.025)}
@media(max-width:800px){.hero-media:hover img{transform:none}.card:hover,.photo-card:hover{transform:none}}
@media(prefers-reduced-motion:reduce){.card,.photo-card,.category,.step,.cta,.audience-card,.hero-media img{transition:none!important}.card:hover,.photo-card:hover{transform:none}}

/* V6.1 stability / image fallback / mobile refinements */
.media,.hero-media,.photo-card{background:linear-gradient(135deg,#f1f2f4,#dfe2e6);overflow:hidden}
.media img,.hero-media img,.photo-card img{display:block;width:100%;height:100%;object-fit:cover}
.image-fallback{min-height:220px;background:linear-gradient(135deg,#111318,#2b2f36);opacity:1}
@media(max-width:760px){.header .nav{min-height:70px}.logo{max-width:165px;height:auto}.menu{min-width:44px;min-height:44px}.btn,.navlinks a{min-height:44px}.photo-card img{height:240px}.hero-media img{min-height:320px}.process{grid-template-columns:1fr!important}.section{scroll-margin-top:78px}}
/* V6.1 photographic premium visual layer */
.hero-photo{position:relative;min-height:760px;color:#fff;overflow:hidden;background:#08111b;isolation:isolate}
.hero-photo-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 42%;z-index:-3;transform:scale(1.01);transition:transform .8s ease,filter .6s ease}.page-ready .hero-photo-bg{transform:scale(1)}
.hero-photo-overlay{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(5,12,20,.94) 0%,rgba(5,12,20,.82) 32%,rgba(5,12,20,.28) 64%,rgba(5,12,20,.12) 100%),linear-gradient(0deg,rgba(4,9,14,.58),transparent 42%,rgba(4,9,14,.12))}
.hero-photo-inner{min-height:760px;display:flex;align-items:center}
.hero-photo .hero-copy{max-width:800px;padding:90px 0 105px}
.hero-photo .eyebrow{font-size:13px;color:#fff;letter-spacing:.2em}
.hero-photo .eyebrow:before{background:var(--red);height:3px;width:38px}
.hero-tagline{font-size:16px;letter-spacing:.15em;margin-top:12px;color:#e4e8ec;font-weight:700}
.hero-photo h1{font-size:clamp(46px,6vw,82px);max-width:850px;margin:22px 0 20px;line-height:.96}
.hero-photo h1 span{color:#fff}
.hero-photo .hero-sub{font-size:19px;line-height:1.6;color:#d8dee5;max-width:680px}
.hero-photo .btn{min-height:54px;padding:14px 23px;border-radius:9px}
.hero-photo .btn-light{background:rgba(255,255,255,.96);color:#10151b;border-color:#fff}
.hero-photo .btn span{margin-left:10px;font-size:18px}
.hero-meta{display:flex;flex-wrap:wrap;gap:0;margin-top:38px}
.hero-meta span{font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:800;padding:0 17px;border-left:1px solid rgba(255,255,255,.25)}
.hero-meta span:first-child{padding-left:0;border-left:0}
.hero-side-note{position:absolute;right:5vw;bottom:46px;display:grid;gap:2px;padding:22px 24px;min-width:190px;background:rgba(7,14,21,.74);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(10px);box-shadow:0 20px 50px rgba(0,0,0,.25);z-index:1}
.hero-side-note b{font-size:12px;letter-spacing:.15em}.hero-side-note span{margin-top:8px;font-size:11px;color:#cbd2d9}
.premium-trust{border-bottom:1px solid var(--line);box-shadow:0 8px 35px rgba(15,20,28,.05)}
.photographic-services{padding-top:92px}
.photo-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.photo-card{position:relative;min-height:390px;border-radius:17px;overflow:hidden;background:#101419;color:#fff;isolation:isolate;box-shadow:0 15px 45px rgba(10,18,25,.09);transform:translateY(0);transition:transform .35s ease,box-shadow .35s ease}
.photo-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease,filter .4s ease}
.photo-card-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,10,15,.04) 30%,rgba(5,10,15,.22) 48%,rgba(5,10,15,.92) 100%);transition:background .45s ease}
.photo-card-body{position:absolute;left:22px;right:22px;bottom:21px;z-index:2}
.photo-card-body>span{font-size:10px;letter-spacing:.16em;color:#ff6670;font-weight:900}
.photo-card-body h3{font-size:21px;line-height:1.08;margin:7px 35px 7px 0;color:#fff}
.photo-card-body p{font-size:13px;line-height:1.45;color:#e3e7ea;max-width:290px;margin:0}
.photo-card-body i{position:absolute;right:0;bottom:3px;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--red);color:#fff;font-style:normal;font-size:20px;transition:transform .4s ease}
.photo-card:hover{transform:translateY(-4px);box-shadow:0 25px 65px rgba(10,18,25,.18)}
.photo-card:hover img{transform:scale(1.04);filter:saturate(1.02)}
.photo-card:hover .photo-card-shade{background:linear-gradient(180deg,rgba(5,10,15,.08) 22%,rgba(5,10,15,.34) 48%,rgba(5,10,15,.94) 100%)}
.photo-card:hover .photo-card-body i{transform:translateX(5px)}
.workforce-photo-section{background:#0c1219}
.category-photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.category-photo{position:relative;min-height:360px;border-radius:16px;overflow:hidden;background:#121820}
.category-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.category-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(3,7,11,.9))}
.category-photo>div{position:absolute;z-index:2;left:22px;right:18px;bottom:20px}
.category-photo span{font-size:10px;letter-spacing:.16em;color:#ff626b;font-weight:900}.category-photo h3{color:#fff;font-size:20px;margin-top:5px}
.category-photo:hover img{transform:scale(1.04)}
.industries-photo{background:#f7f8f9}
.industry-photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.industry-photo-card{position:relative;min-height:300px;border-radius:15px;overflow:hidden;color:#fff;background:#111}
.industry-photo-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.industry-photo-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.8))}
.industry-photo-card>div{position:absolute;z-index:2;left:21px;right:18px;bottom:19px;display:grid;gap:5px}.industry-photo-card b{font-size:17px}.industry-photo-card span{font-size:12px;color:#e4e8eb;line-height:1.45}.industry-photo-card:hover img{transform:scale(1.04)}
.process-line-premium{display:grid;grid-template-columns:1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;align-items:center;gap:0}
.process-step{padding:25px 12px 25px 0;border-top:2px solid #d7dce1;min-height:165px}
.process-step span{display:grid;place-items:center;width:37px;height:37px;border-radius:50%;background:var(--ink);color:#fff;font-size:10px;font-weight:900;margin-bottom:23px}
.process-step b{font-size:15px;letter-spacing:.04em}.process-step p{font-size:12px;color:var(--muted);margin-top:8px}.process-line-premium>i{font-style:normal;color:var(--red);font-size:22px;text-align:center}
.tech-photo-section{background:#09111a}
.tech-photo-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:70px;align-items:center}
.tech-pills{display:flex;flex-wrap:wrap;gap:7px;margin:28px 0}
.tech-pills span{font-size:10px;font-weight:900;letter-spacing:.06em;padding:9px 11px;border:1px solid #303b46;border-radius:7px;color:#e8edf1;background:#101a24}
.tech-copy small{display:block;color:#87929d;line-height:1.5;max-width:600px}
.tech-dashboard{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.4);border:1px solid rgba(255,255,255,.12)}
.tech-dashboard>img{display:block;width:100%;height:auto;transition:transform .45s ease}.tech-dashboard:hover>img{transform:scale(1.01)}
.dashboard-overlay{position:absolute;left:6%;right:6%;top:8%;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.dashboard-overlay>div{padding:12px 10px;background:rgba(8,16,24,.75);border:1px solid rgba(255,255,255,.14);border-radius:9px;backdrop-filter:blur(8px)}
.dashboard-overlay b{display:block;font-size:8px;letter-spacing:.08em;color:#b9c4ce}.dashboard-overlay strong{display:block;color:#fff;font-size:18px;margin-top:4px}
.client-ready{background:#fff}
.why-photo{background:#0c1219}
.why-photo-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}
.why-points-premium{display:grid;grid-template-columns:1fr 1fr}.why-points-premium div{display:flex;gap:15px;padding:21px 0;border-bottom:1px solid #2c343d}.why-points-premium b{color:var(--red);font-size:11px}.why-points-premium span{color:#fff;font-weight:700}
.split-photo-cta{padding-top:78px;padding-bottom:78px}
.split-photo-card{position:relative;min-height:470px;border-radius:22px;overflow:hidden;background:#111;box-shadow:0 25px 70px rgba(10,18,25,.14)}
.split-photo-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.split-photo-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,10,15,.91) 0%,rgba(5,10,15,.72) 44%,rgba(5,10,15,.14) 100%)}
.split-photo-copy{position:absolute;z-index:2;left:7%;top:50%;transform:translateY(-50%);max-width:650px;color:#fff}.split-photo-copy h2{font-size:clamp(32px,4vw,55px);margin:10px 0 15px}.split-photo-copy p{font-size:16px;color:#e1e6ea;margin-bottom:22px}
.jobseeker-photo .split-photo-overlay{background:linear-gradient(90deg,rgba(5,10,15,.9) 0%,rgba(5,10,15,.68) 43%,rgba(5,10,15,.12) 100%)}
.premium-contact{background:var(--red);padding:82px 0}.premium-contact h2{font-size:clamp(36px,5vw,62px);max-width:900px}.premium-contact .btn-light{border-color:#fff}
.reveal{opacity:0;transform:translateY(26px);transition:opacity .5s ease,transform .5s ease}
.reveal.show{opacity:1;transform:none}
.magnetic{will-change:transform}
@media(max-width:1100px){
 .hero-photo,.hero-photo-inner{min-height:680px}.hero-side-note{right:25px}
 .photo-card-grid{grid-template-columns:repeat(2,1fr)}.category-photo-grid,.industry-photo-grid{grid-template-columns:repeat(2,1fr)}
 .process-line-premium{grid-template-columns:repeat(3,1fr);gap:18px}.process-line-premium>i{display:none}
 .tech-photo-grid,.why-photo-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
 .hero-photo,.hero-photo-inner{min-height:680px}.hero-photo-bg{object-position:62% center}.hero-photo .hero-copy{padding:80px 0 120px}.hero-photo h1{font-size:clamp(42px,12vw,62px)}.hero-photo .hero-sub{font-size:16px}.hero-meta{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:25px}.hero-meta span{padding:0 0 0 12px;border-left:1px solid rgba(255,255,255,.25)}.hero-side-note{display:none}
 .photo-card-grid,.category-photo-grid,.industry-photo-grid{grid-template-columns:1fr}.photo-card{min-height:350px}
 .process-line-premium{grid-template-columns:1fr;gap:0}.process-step{min-height:auto;padding:22px 0}.process-step span{margin-bottom:12px}
 .tech-pills{gap:5px}.dashboard-overlay{position:static;display:grid;padding:8px;background:#0b121a}.dashboard-overlay>div{background:#121d28}.tech-dashboard>img{min-height:230px;object-fit:cover}
 .why-points-premium{grid-template-columns:1fr}.split-photo-card{min-height:560px}.split-photo-copy{left:25px;right:25px;top:auto;bottom:35px;transform:none}.split-photo-overlay{background:linear-gradient(0deg,rgba(5,10,15,.94) 0%,rgba(5,10,15,.62) 56%,rgba(5,10,15,.08) 100%)}
 .jobseeker-photo .split-photo-overlay{background:linear-gradient(0deg,rgba(5,10,15,.94) 0%,rgba(5,10,15,.62) 56%,rgba(5,10,15,.08) 100%)}
}
@media(prefers-reduced-motion:reduce){
 .hero-photo-bg,.photo-card img,.category-photo img,.industry-photo-card img,.tech-dashboard>img{transition:none!important;transform:none!important}
 .reveal{opacity:1;transform:none;transition:none}
}

.photo-card:hover img,.category-photo:hover img,.industry-photo-card:hover img{transform:scale(1.055) translate3d(var(--mx),var(--my),0)}
/* V6 supplied-image system */
.service-text-card{min-height:100%;padding:28px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;justify-content:space-between;gap:28px;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.service-text-card>span{font-size:11px;color:var(--red);font-weight:900;letter-spacing:.12em}.service-text-card h3{font-size:24px;margin:0 0 10px}.service-text-card p{color:var(--muted);font-size:14px}.service-text-card a{font-size:11px;font-weight:900;color:var(--red)}.service-text-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(12,18,28,.09);border-color:#d7dbe0}.category-text-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#2a2f35;border:1px solid #2a2f35}.category-text{padding:28px;background:#11151a;min-height:170px;display:flex;flex-direction:column;gap:9px}.category-text span{color:var(--red);font-size:11px;font-weight:900}.category-text b{font-size:18px;color:#fff}.category-text p{margin:0;color:#aeb6bf;font-size:13px;line-height:1.6}.industry-text-card{min-height:240px;padding:28px;border:1px solid var(--line);display:flex;flex-direction:column;justify-content:end;gap:10px;background:#f7f8f9}.industry-text-card b{font-size:12px;letter-spacing:.12em;color:var(--red)}.industry-text-card span{font-size:16px;line-height:1.55;color:#20252b}.site-image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.site-image-card{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden;display:flex;flex-direction:column}.site-image-preview{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px;background:#f3f4f6}.site-image-preview figure{margin:0}.site-image-preview img{display:block;width:100%;height:125px;object-fit:cover;border-radius:8px;background:#e3e6e9}.site-image-preview figcaption{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#6d747d;margin-top:5px}.site-image-info{padding:15px;display:grid;gap:7px}.site-image-info b{font-size:14px}.site-image-info small{color:var(--muted);line-height:1.4}.site-image-actions{display:flex;gap:7px;flex-wrap:wrap;padding:0 15px 15px}.site-image-actions .btn{font-size:10px}.site-image-status{font-size:10px;font-weight:900;letter-spacing:.08em}.site-image-status.active{color:#17804a}.site-image-status.hidden{color:#9b4b00}@media(max-width:1050px){.site-image-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.category-text-grid{grid-template-columns:1fr}.site-image-grid{grid-template-columns:1fr}.site-image-preview img{height:150px}.service-text-card{min-height:240px}}
.service-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-page-photo{min-height:360px}@media(max-width:900px){.service-page-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.service-page-grid{grid-template-columns:1fr}}


/* =========================================================
   V6.1 FINAL VISUAL POLISH — LOGO / IMAGE / CTA ALIGNMENT
   ========================================================= */

/* Supplied official transparent logo */
.header .logo{
  width:220px;
  height:82px;
  object-fit:contain;
  object-position:center;
  flex:0 0 auto;
}
.footer{
  background:#fff;
  color:var(--ink);
  border-top:1px solid var(--line);
}
.footer-logo{
  width:210px;
  height:auto;
  object-fit:contain;
  background:transparent;
  border-radius:0;
  padding:0;
}
.footer p{color:#5f6871}
.footer h4{color:#20252b}
.footer-links{color:#505961}
.footer-links a:hover{color:var(--red)}
.copyright{border-top-color:#dfe3e7}

/* Content-driven, contained image wrappers */
.media{
  min-height:0;
  aspect-ratio:4 / 3;
  overflow:hidden;
  border-radius:18px;
}
.media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

/* Art-directed focal points */
.hero-photo-bg{object-position:50% 44%}
.media img[data-image="team"]{object-position:52% center}
.media img[data-image="jobseeker"]{object-position:68% center}
.media img[data-image="partnership"]{object-position:56% center}
.photo-card img[data-image="manufacturing"]{object-position:62% center}
.photo-card img[data-image="electronics"]{object-position:50% center}
.photo-card img[data-image="warehouse"]{object-position:50% center}
.photo-card img[data-image="housekeeping"]{object-position:52% center}
.photo-card img[data-image="recruitment"]{object-position:58% center}
.photo-card img[data-image="skilled"]{object-position:62% center}
.photo-card img[data-image="contract"]{object-position:50% center}
.photo-card img[data-image="office"]{object-position:55% center}
.photo-card img[data-image="construction"]{object-position:50% center}
.photo-card img[data-image="security"]{object-position:50% center}
.photo-card img[data-image="payroll"]{object-position:60% center}

/* Home employer/job-seeker CTAs: controlled two-column composition.
   Content is never positioned over the photo, so buttons cannot be clipped. */
.split-photo-card{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  min-height:460px;
  overflow:hidden;
  isolation:isolate;
}
.split-photo-card>img{
  position:static;
  grid-column:2;
  grid-row:1;
  width:100%;
  height:100%;
  min-height:460px;
  object-fit:cover;
  object-position:center;
}
.split-photo-card.employer-photo>img{object-position:68% center}
.split-photo-card.jobseeker-photo>img{object-position:70% center}
.split-photo-overlay{display:none}
.split-photo-copy{
  position:static;
  grid-column:1;
  grid-row:1;
  align-self:center;
  z-index:2;
  max-width:none;
  padding:64px clamp(30px,5vw,68px);
  transform:none;
  color:#fff;
}
.split-photo-copy h2{max-width:600px}
.split-photo-copy p{max-width:560px}
.split-photo-copy .actions{margin-top:26px}

/* Workforce-management image stays clean; labels sit in a dedicated rail. */
.tech-dashboard{
  overflow:hidden;
  min-width:0;
}
.tech-dashboard>img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
  object-position:60% center;
}
.dashboard-overlay{
  position:static;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  padding:10px;
  background:#0b121a;
}
.dashboard-overlay>div{
  min-width:0;
}

/* Prevent grid children from forcing horizontal overflow. */
.tech-photo-grid,
.split-photo-card,
.grid2,
.grid3,
.grid4,
.form-layout,
.footer-grid,
.photo-card-grid,
.category-photo-grid,
.industry-photo-grid,
.service-page-grid{
  min-width:0;
}
.tech-photo-grid>*,
.split-photo-card>*,
.grid2>*,
.grid3>*,
.grid4>*,
.form-layout>*,
.footer-grid>*{
  min-width:0;
}

/* Images in every card remain inside a predictable visual frame. */
.photo-card,
.category-photo,
.industry-photo-card{
  overflow:hidden;
}
.photo-card img,
.category-photo img,
.industry-photo-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* Tablet navigation: do not squeeze nine links beside a larger logo. */
@media(max-width:1050px){
  .nav{min-height:88px}
  .header .logo{width:205px;height:76px}
  .menu{
    display:block;
    flex:0 0 auto;
  }
  .navlinks{
    display:none;
    position:absolute;
    left:14px;
    right:14px;
    top:88px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:12px;
    padding:10px;
    box-shadow:var(--shadow);
    flex-direction:column;
    align-items:stretch;
    max-height:calc(100vh - 102px);
    overflow:auto;
  }
  .navlinks.open{display:flex}
  .navlinks a{padding:10px}
  .tech-photo-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
}

@media(max-width:800px){
  .header .logo{width:185px;height:72px}
  .nav{min-height:80px}
  .navlinks{top:80px}
  .split-photo-card{
    grid-template-columns:minmax(0,1fr);
    min-height:0;
  }
  .split-photo-copy{
    grid-column:1;
    grid-row:1;
    align-self:auto;
    padding:46px 26px 42px;
  }
  .split-photo-card>img{
    grid-column:1;
    grid-row:2;
    min-height:310px;
    height:310px;
  }
  .split-photo-card.employer-photo>img,
  .split-photo-card.jobseeker-photo>img{object-position:center center}
  .dashboard-overlay{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .tech-photo-grid{grid-template-columns:minmax(0,1fr)}
  .media{aspect-ratio:4 / 3}
}

@media(max-width:520px){
  .header .logo{width:172px;height:68px}
  .nav{min-height:76px}
  .navlinks{top:76px}
  .split-photo-copy{padding:40px 22px 36px}
  .split-photo-copy h2{font-size:clamp(31px,10vw,44px)}
  .split-photo-copy .actions{
    flex-direction:column;
    align-items:stretch;
  }
  .split-photo-copy .actions .btn{width:100%}
  .split-photo-card>img{min-height:280px;height:280px}
  .dashboard-overlay{grid-template-columns:1fr}
  .footer-logo{width:190px}
}

/* Accessibility / reduced motion */
@media(prefers-reduced-motion:reduce){
  .split-photo-card>img,
  .media img,
  .photo-card img,
  .category-photo img,
  .industry-photo-card img{transition:none!important}
}


/* =========================================================
   ABOUT US — V6.1.1 COHERENT EXPERIENCE
   Content-driven sections; image overflow is restricted to image wrappers only.
   ========================================================= */
.about-hero{
  background:#0b0c0e;
  color:#fff;
  padding:72px 0;
}
.about-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,.92fr);
  gap:58px;
  align-items:center;
}
.about-hero-copy{min-width:0}
.about-hero-copy h1{
  font-size:clamp(46px,5.8vw,76px);
  line-height:.98;
  max-width:760px;
  margin:18px 0 22px;
}
.about-hero-copy p{
  color:#cbd2d9;
  max-width:690px;
  font-size:18px;
  line-height:1.65;
}
.about-hero-media{
  min-width:0;
  aspect-ratio:4 / 3;
  border-radius:20px;
  overflow:hidden;
  background:#171b20;
  box-shadow:0 28px 80px rgba(0,0,0,.28);
}
.about-hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:52% center;
}
.about-section-heading{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);
  gap:45px;
  align-items:end;
  margin-bottom:38px;
}
.about-section-heading h2{max-width:760px}
.about-section-heading>.lead{justify-self:end;max-width:520px;margin:0}
.about-split{align-items:center}
.about-image-wrap{
  min-width:0;
  aspect-ratio:4 / 3;
  overflow:hidden;
  border-radius:18px;
  background:#e4e7ea;
}
.about-image-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.about-image-wrap img[data-image="recruitment"]{object-position:58% center}

.about-service-grid,
.about-workforce-grid,
.about-industry-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.about-service-card,
.about-workforce-card,
.about-industry-card{
  min-width:0;
  overflow:hidden;
  border-radius:16px;
  border:1px solid var(--line);
  background:#fff;
  display:flex;
  flex-direction:column;
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.about-service-card:hover,
.about-workforce-card:hover,
.about-industry-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 48px rgba(10,18,25,.10);
  border-color:#d5dae0;
}
.about-card-image{
  width:100%;
  aspect-ratio:16 / 10;
  overflow:hidden;
  background:#e8ebee;
  flex:0 0 auto;
}
.about-card-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.about-service-card:nth-child(1) .about-card-image img{object-position:50% center}
.about-service-card:nth-child(2) .about-card-image img{object-position:50% center}
.about-service-card:nth-child(3) .about-card-image img{object-position:58% center}
.about-service-card:nth-child(4) .about-card-image img{object-position:52% center}
.about-service-card:nth-child(5) .about-card-image img{object-position:62% center}
.about-service-card:nth-child(6) .about-card-image img{object-position:62% center}
.about-service-card:nth-child(7) .about-card-image img{object-position:60% center}
.about-service-card:nth-child(8) .about-card-image img{object-position:52% center}
.about-card-body{
  padding:21px 21px 23px;
  min-width:0;
}
.about-card-body>span{
  color:var(--red);
  font-size:10px;
  font-weight:950;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.about-card-body h3{
  font-size:20px;
  margin:6px 0 8px;
}
.about-card-body p{
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
  margin:0;
}
.about-workforce{
  background:#0c1219;
}
.about-workforce .about-section-heading>.lead{color:#c4cbd2}
.about-workforce-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.about-workforce-card{
  background:#11171e;
  border-color:#29313a;
  color:#fff;
}
.about-workforce-card:hover{border-color:#3a444e}
.about-workforce-card .about-card-body p{color:#aeb8c2}
.about-workforce-card .about-card-image{aspect-ratio:16 / 9;background:#141b22}
.about-workforce-card:nth-child(1) .about-card-image img{object-position:62% center}
.about-workforce-card:nth-child(2) .about-card-image img{object-position:50% center}
.about-workforce-card:nth-child(3) .about-card-image img{object-position:50% center}
.about-workforce-card:nth-child(4) .about-card-image img{object-position:62% center}
.about-workforce-card:nth-child(5) .about-card-image img{object-position:50% center}
.about-workforce-card:nth-child(6) .about-card-image img{object-position:52% center}
.about-industries .about-industry-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.about-industry-card .about-card-image{aspect-ratio:16 / 10}
.about-industry-card:nth-child(1) .about-card-image img{object-position:62% center}
.about-industry-card:nth-child(2) .about-card-image img{object-position:50% center}
.about-industry-card:nth-child(3) .about-card-image img{object-position:50% center}
.about-industry-card:nth-child(4) .about-card-image img{object-position:55% center}
.about-industry-card:nth-child(5) .about-card-image img{object-position:50% center}
.about-industry-card:nth-child(6) .about-card-image img{object-position:50% center}

.about-process{
  background:#fff;
}
.about-process-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:0;
  border-top:2px solid #d7dce1;
}
.about-process-step{
  min-width:0;
  padding:28px 20px 18px 0;
  margin-right:20px;
  border-right:1px solid var(--line);
}
.about-process-step:last-child{border-right:0;margin-right:0}
.about-process-step>span{
  display:grid;
  place-items:center;
  width:39px;
  height:39px;
  border-radius:50%;
  background:var(--ink);
  color:#fff;
  font-size:10px;
  font-weight:950;
  margin-bottom:20px;
}
.about-process-step b{
  display:block;
  font-size:13px;
  letter-spacing:.05em;
}
.about-process-step p{
  color:var(--muted);
  font-size:12px;
  line-height:1.55;
  margin:7px 0 0;
}

.about-why{
  background:#0c1219;
}
.about-why .about-section-heading>.lead{color:#c4cbd2}
.about-why-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.about-why-card{
  min-width:0;
  padding:25px;
  border:1px solid #2b333c;
  border-radius:14px;
  background:#11171e;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.about-why-card:hover{
  transform:translateY(-3px);
  border-color:#414b56;
  box-shadow:0 18px 42px rgba(0,0,0,.18);
}
.about-why-card .icon{margin-bottom:14px}
.about-why-card h3{color:#fff;font-size:18px;margin:0 0 8px}
.about-why-card p{color:#aeb8c2;font-size:13px;line-height:1.55;margin:0}

.about-faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:45px;
  align-items:start;
}
.about-faq-group{
  min-width:0;
}
.about-faq-label{
  color:var(--red);
  font-size:11px;
  font-weight:950;
  letter-spacing:.15em;
  text-transform:uppercase;
  margin-bottom:8px;
}
.about-faq details{
  border-top:1px solid var(--line);
  padding:18px 0;
}
.about-faq details:last-child{border-bottom:1px solid var(--line)}
.about-faq summary{
  font-weight:900;
  cursor:pointer;
  list-style:none;
  padding-right:28px;
  position:relative;
}
.about-faq summary::-webkit-details-marker{display:none}
.about-faq summary:after{
  content:"+";
  position:absolute;
  right:0;
  top:-2px;
  color:var(--red);
  font-size:20px;
  line-height:1;
}
.about-faq details[open] summary:after{content:"−"}
.about-faq details p{
  color:var(--muted);
  font-size:13px;
  line-height:1.6;
  margin:9px 0 0;
  max-width:700px;
}

.about-final-cta{padding-top:78px;padding-bottom:86px}
.about-cta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:38px;
  padding:48px clamp(28px,5vw,60px);
  border-radius:20px;
  background:linear-gradient(120deg,#0b0c0e,#252a30);
  color:#fff;
}
.about-cta h2{margin-top:7px;max-width:760px}
.about-cta .lead{color:#c4cbd2;max-width:700px}
.about-cta .actions{
  flex:0 0 auto;
  margin-top:0;
  justify-content:flex-end;
}
.about-cta .btn{white-space:nowrap}

@media(max-width:1100px){
  .about-hero-grid{gap:40px}
  .about-section-heading{grid-template-columns:1fr;gap:12px}
  .about-section-heading>.lead{justify-self:start}
  .about-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-workforce-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-industries .about-industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-process-grid{grid-template-columns:repeat(3,minmax(0,1fr));border-top:0;gap:0 22px}
  .about-process-step{border-top:2px solid #d7dce1;border-right:0;margin-right:0}
  .about-why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-cta{align-items:flex-start}
}
@media(max-width:800px){
  .about-hero{padding:56px 0 64px}
  .about-hero-grid{grid-template-columns:1fr;gap:30px}
  .about-hero-copy h1{font-size:clamp(42px,11vw,62px)}
  .about-hero-copy p{font-size:16px}
  .about-hero-media{aspect-ratio:16 / 11}
  .about-split{gap:32px}
  .about-image-wrap{aspect-ratio:16 / 11}
  .about-workforce-grid,
  .about-industries .about-industry-grid,
  .about-why-grid,
  .about-faq-grid{grid-template-columns:1fr}
  .about-process-grid{grid-template-columns:1fr}
  .about-process-step{padding:22px 0;border-right:0;border-top:1px solid var(--line)}
  .about-process-step:first-child{border-top:2px solid #d7dce1}
  .about-cta{display:grid;grid-template-columns:1fr;gap:24px}
  .about-cta .actions{justify-content:stretch}
}
@media(max-width:620px){
  .about-service-grid{grid-template-columns:1fr}
  .about-card-image{aspect-ratio:16 / 10}
  .about-final-cta{padding-top:58px;padding-bottom:64px}
  .about-cta{padding:34px 22px}
  .about-cta .actions{flex-direction:column;align-items:stretch}
  .about-cta .actions .btn{width:100%}
}
@media(prefers-reduced-motion:reduce){
  .about-service-card,.about-workforce-card,.about-industry-card,.about-why-card{transition:none!important}
}

/* =========================================================
   V6.2 CONTINUOUS PUBLIC EXPERIENCE
   ========================================================= */
html{scroll-behavior:smooth}
section[id]{scroll-margin-top:92px}
.home-bridge{padding-top:34px;padding-bottom:34px;background:#f4f5f6}
.bridge-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.bridge-card{display:flex;flex-direction:column;gap:8px;min-width:0;padding:26px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--ink);text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.bridge-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(10,18,25,.09);border-color:#d4d9de}
.bridge-card strong{font-size:18px;line-height:1.15}
.bridge-card>span:last-child{color:var(--muted);font-size:13px;line-height:1.5}
.continuous-divider{height:1px;background:var(--line)}
/* Homepage embeds the full public journeys; keep each journey content-driven. */
#about-us,#employers,#job-seekers{position:relative}
#employers .page-hero,#job-seekers .page-hero{padding-top:82px}
#request-manpower{scroll-margin-top:92px}
#request-manpower .form-layout{align-items:start}
#request-manpower .form-card{min-width:0}
#job-seekers .media{min-width:0}
#job-seekers .form-card{min-width:0}
/* Never clip form/button content in embedded sections. */
#employers .section,#job-seekers .section{overflow:visible}
#employers .actions,#job-seekers .actions{flex-wrap:wrap}
@media(max-width:900px){
  .bridge-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .bridge-grid{grid-template-columns:1fr}
  #employers .page-hero,#job-seekers .page-hero{padding-top:58px}
}
/* Image-wrapper standard for all card families */
.photo-card,.about-card-image,.about-image-wrap,.about-hero-media,.media,.industry-photo-card,.service-page-photo,.tech-dashboard{min-width:0}
.photo-card{overflow:hidden}
.photo-card img,.industry-photo-card img,.about-card-image img,.about-image-wrap img,.about-hero-media img,.media img,.service-page-photo img,.tech-dashboard>img{display:block;max-width:100%}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .bridge-card{transition:none}
}

/* V6.2: content must never be clipped by CTA image wrappers. */
.split-photo-card{overflow:visible}
.split-photo-card>img{border-radius:22px}

/* =========================================================
   V6.2.1 PUBLIC POLISH — intentional image rhythm + continuous flow
   ========================================================= */
.about-service-card:not(:has(.about-card-image)),
.about-industry-card:not(:has(.about-card-image)){min-height:230px}
.about-service-card:not(:has(.about-card-image)) .about-card-body,
.about-industry-card:not(:has(.about-card-image)) .about-card-body{height:100%;display:flex;flex-direction:column;justify-content:center}
.about-service-card:not(:has(.about-card-image)) .about-card-body>span,
.about-industry-card:not(:has(.about-card-image)) .about-card-body>span{display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid #dfe3e7;border-radius:50%;margin-bottom:10px}
.about-workforce-card:not(:has(.about-card-image)) .about-card-body{min-height:210px;display:flex;flex-direction:column;justify-content:center}
.about-workforce-card:not(:has(.about-card-image)) .about-card-body>span{display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid #3a444e;border-radius:50%;margin-bottom:10px}
.employer-hero{padding:92px 0 84px;background:#f4f5f6}
.employer-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);gap:52px;align-items:center}
.employer-hero-copy{min-width:0}
.employer-hero-copy h1{max-width:780px}
.employer-hero-copy p{max-width:680px;color:var(--muted);font-size:18px;line-height:1.65;margin:18px 0 0}
.employer-hero-media{min-width:0;aspect-ratio:16/10;border-radius:20px;overflow:hidden;background:#dfe3e7}
.employer-hero-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:58% center}
.section-inline-cta{display:flex;justify-content:center;margin-top:28px}
.continuous-jobs [data-jobs-list]{min-width:0}
.continuous-contact{background:#fff}
.contact-quick-grid{margin-top:26px}
.contact-form-section{padding:62px 0 0}
.contact-form-section h3{font-size:28px;margin:7px 0 10px}
.contact-form-section .lead{max-width:560px}

@media(max-width:800px){
  .employer-hero{padding:62px 0 68px}
  .employer-hero-grid{grid-template-columns:1fr;gap:28px}
  .employer-hero-copy p{font-size:16px}
  .employer-hero-media{order:2;aspect-ratio:16/10}
}
@media(max-width:620px){
  .about-service-card:not(:has(.about-card-image)),
  .about-industry-card:not(:has(.about-card-image)){min-height:190px}
  .about-workforce-card:not(:has(.about-card-image)) .about-card-body{min-height:175px}
  .contact-quick-grid{grid-template-columns:1fr}
  .contact-form-section{padding-top:44px}
}

/* V6.2.1: text-led homepage overview sections reduce visual repetition. */
.home-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.home-service-card{display:flex;flex-direction:column;min-width:0;min-height:250px;padding:26px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--ink);text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.home-service-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(10,18,25,.09);border-color:#d4d9de}
.home-service-card>span,.home-industry-card>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;border:1px solid #dfe3e7;color:var(--red);font-size:10px;font-weight:950;letter-spacing:.08em}
.home-service-card h3{font-size:19px;margin:22px 0 9px}
.home-service-card p{color:var(--muted);font-size:13px;line-height:1.55;margin:0}
.home-service-card i{font-style:normal;font-size:20px;margin-top:auto;padding-top:24px;color:var(--red)}
.home-industry-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.home-industry-card{display:flex;flex-direction:column;min-width:0;min-height:205px;padding:25px;border-radius:16px;border:1px solid var(--line);background:#f7f8f9;color:var(--ink);text-decoration:none;transition:transform .25s ease,border-color .25s ease,background .25s ease}
.home-industry-card:hover{transform:translateY(-3px);border-color:#d4d9de;background:#fff}
.home-industry-card b{font-size:16px;line-height:1.25;margin:20px 0 8px}
.home-industry-card small{color:var(--muted);font-size:12px;line-height:1.55}
@media(max-width:1050px){.home-service-grid,.home-industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.home-service-grid,.home-industry-grid{grid-template-columns:1fr}.home-service-card{min-height:215px}.home-industry-card{min-height:175px}}

/* V6.3: visual rhythm and intentional imagery. */
.home-services-intro{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(300px,.68fr);gap:38px;align-items:center;margin-bottom:28px}
.home-services-intro .section-top{margin:0}
.home-services-image{aspect-ratio:16/9;border-radius:18px;overflow:hidden;background:#e4e7ea}
.home-services-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:52% center}
.home-workforce-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.8fr);gap:34px;align-items:stretch}
.home-workforce-copy{min-width:0}
.home-workforce-media{min-width:0;aspect-ratio:4/3;border-radius:18px;overflow:hidden;background:#171b20}
.home-workforce-media img{width:100%;height:100%;display:block;object-fit:cover;object-position:58% center}
.home-workforce-layout .category-text-grid{height:100%}
.about-workforce-layout{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);gap:28px;align-items:stretch}
.about-workforce-media{min-width:0;aspect-ratio:4/3;border-radius:18px;overflow:hidden;background:#171b20}
.about-workforce-media img{width:100%;height:100%;display:block;object-fit:cover;object-position:58% center}
.about-workforce-layout .about-workforce-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#2a2f35;border:1px solid #2a2f35}
.about-workforce-layout .about-workforce-card{border:0;border-radius:0;background:#11151a;color:#fff}
.about-workforce-layout .about-card-body{padding:24px}
.about-workforce-layout .about-card-body h3{color:#fff}
.about-workforce-layout .about-card-body p{color:#aeb6bf}
@media(max-width:900px){
  .home-services-intro,.home-workforce-layout,.about-workforce-layout{grid-template-columns:1fr}
  .home-services-image{max-width:720px}
  .home-workforce-media{order:-1;max-width:720px}
  .about-workforce-media{max-width:720px}
}
@media(max-width:620px){
  .home-services-intro{gap:20px;margin-bottom:22px}
  .home-services-image{aspect-ratio:16/10}
  .home-workforce-layout{gap:20px}
  .home-workforce-media,.about-workforce-media{aspect-ratio:16/10}
  .home-workforce-layout .category-text-grid,
  .about-workforce-layout .about-workforce-grid{grid-template-columns:1fr}
}

/* V6.3 visual restoration: balanced photography + cards */
.photographic-services{background:#fff}
.home-solution-grid .photo-card{min-height:400px}
.home-solution-grid .photo-card:nth-child(1) img{object-position:62% center}
.home-solution-grid .photo-card:nth-child(2) img{object-position:50% center}
.home-solution-grid .photo-card:nth-child(3) img{object-position:50% center}
.home-solution-grid .photo-card:nth-child(4) img{object-position:52% center}
.workforce-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:#2a2f35;border:1px solid #2a2f35}
.category-photo-card{background:#11151a;color:#fff;min-width:0;overflow:hidden}
.category-photo-media{aspect-ratio:16/10;overflow:hidden;background:#171b20}
.category-photo-media img{display:block;width:100%;height:100%;object-fit:cover}
.category-photo-card:nth-child(1) .category-photo-media img{object-position:62% center}
.category-photo-card:nth-child(2) .category-photo-media img{object-position:50% center}
.category-photo-body{padding:22px 24px 25px;display:flex;flex-direction:column;gap:7px;min-height:150px}
.category-photo-body span{color:var(--red);font-size:11px;font-weight:900;letter-spacing:.1em}
.category-photo-body b{font-size:18px;letter-spacing:.02em}
.category-photo-body p{margin:0;color:#aeb6bf;font-size:13px;line-height:1.6}
.category-text{min-width:0}
.industry-visual-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.industry-visual-card{min-height:205px;padding:26px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(145deg,#fff,#f4f6f7);color:var(--ink);display:flex;flex-direction:column;justify-content:space-between;gap:24px;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.industry-visual-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#cfd4d9}
.industry-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;border:1px solid #d7dce1;color:var(--red);font-size:10px;font-weight:900;letter-spacing:.08em}
.industry-visual-card div{display:grid;gap:8px}
.industry-visual-card b{font-size:16px;letter-spacing:.02em}
.industry-visual-card small{color:var(--muted);font-size:13px;line-height:1.55}
.about-who-copy{max-width:900px;margin:0 auto;text-align:center}
.about-who-copy .lead{max-width:780px;margin:18px auto 0}
.about-who-copy>p:not(.lead){max-width:760px;margin:16px auto 0;color:var(--muted)}
.about-workforce-grid-clean{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:1px!important;background:#2a2f35;border:1px solid #2a2f35}
.jobseeker-hero{padding:78px 0;background:#f4f5f6}
.jobseeker-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);gap:52px;align-items:center}
.jobseeker-hero-copy{min-width:0}
.jobseeker-hero-copy h1{max-width:760px}
.jobseeker-hero-copy p{max-width:650px;color:var(--muted);font-size:18px;line-height:1.65;margin:18px 0 0}
.jobseeker-hero-media{min-width:0;aspect-ratio:16/10;border-radius:20px;overflow:hidden;background:#dfe3e7}
.jobseeker-hero-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:70% center}
.footer-contact{display:grid;gap:6px;margin-top:16px}
.footer-contact a{color:#3e464e;font-size:13px}
.footer-contact a:hover{color:var(--red)}
.section[id],.page-hero[id]{scroll-margin-top:92px}
@media(max-width:1050px){.workforce-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.industry-visual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.jobseeker-hero-grid{grid-template-columns:1fr;gap:28px}}
@media(max-width:760px){.photo-card-grid{grid-template-columns:1fr!important}.home-solution-grid .photo-card{min-height:340px}.workforce-card-grid{grid-template-columns:1fr}.industry-visual-grid{grid-template-columns:1fr}.about-workforce-grid-clean{grid-template-columns:1fr!important}.jobseeker-hero{padding:58px 0}.jobseeker-hero-copy p{font-size:16px}.jobseeker-hero-media{aspect-ratio:16/10;order:2}.jobseeker-hero-copy .actions{display:grid;grid-template-columns:1fr}.jobseeker-hero-copy .btn{width:100%;justify-content:center}.about-who-copy{text-align:left}.about-who-copy .lead,.about-who-copy>p:not(.lead){margin-left:0;margin-right:0}}
@media(prefers-reduced-motion:reduce){.industry-visual-card{transition:none!important}.industry-visual-card:hover{transform:none}}
.candidate-process-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line)}
.candidate-process-grid .about-process-step{background:#fff;padding:25px;min-height:190px}
.candidate-process-grid .about-process-step span{display:grid;place-items:center;width:38px;height:38px;border:1px solid #d7dce1;border-radius:50%;color:var(--red);font-size:10px;font-weight:900;margin-bottom:18px}
.candidate-process-grid .about-process-step b{font-size:13px;letter-spacing:.05em}
.candidate-process-grid .about-process-step p{color:var(--muted);font-size:13px;line-height:1.55;margin-top:10px}
@media(max-width:1050px){.candidate-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.candidate-process-grid{grid-template-columns:1fr}.candidate-process-grid .about-process-step{min-height:0}}


/* V6.3 HERO IMAGE FINAL — supplied photograph, unified premium composition */
.hero-photo.hero-premium{
  min-height:0;
  padding:0;
  background:#fff;
  color:var(--ink);
  overflow:hidden;
}
.hero-media-full{
  position:relative;
  width:100%;
  height:min(620px,37.207vw);
  min-height:420px;
  overflow:hidden;
  background:#f1f2f4 url("assets/images/hero/kk-prime-workforce-hero.webp") center center / cover no-repeat;
  line-height:0;
}
.hero-media-full::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(0,0,0,0) 72%,rgba(0,0,0,.10));
}
.hero-media-full .hero-photo-bg{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:center center;
  opacity:1;
  visibility:visible;
  transform:none;
}
.hero-content-panel{
  position:relative;
  z-index:2;
  background:#fff;
  border-top:4px solid var(--red);
  box-shadow:0 -10px 30px rgba(10,12,15,.08);
}
.hero-content-inner{
  min-height:158px;
  padding:24px 0 25px;
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(320px,.72fr);
  gap:42px;
  align-items:center;
}
.hero-copy-clean{padding:0;display:block;}
.hero-copy-clean .eyebrow{margin-bottom:3px}
.hero-copy-clean .eyebrow:before{background:var(--red)}
.hero-copy-clean .hero-tagline{
  font-size:11px;
  letter-spacing:.15em;
  font-weight:850;
  color:#5d646c;
  text-transform:uppercase;
}
.hero-copy-clean h1{
  color:var(--ink);
  font-size:clamp(32px,3.35vw,52px);
  line-height:.98;
  letter-spacing:-.055em;
  margin:8px 0 8px;
  max-width:820px;
}
.hero-copy-clean h1 span{color:var(--red)}
.hero-copy-clean .hero-sub{color:#5e666e;font-size:14px;max-width:620px;margin:0}
.hero-actions-clean{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
}
.hero-actions-clean .actions{margin-top:0}
.hero-actions-clean .btn{min-height:47px;padding-inline:20px}
.hero-actions-clean .btn-outline{color:var(--ink);border-color:#cdd2d7;background:#fff}
.hero-actions-clean .btn-outline:hover{border-color:var(--red);color:var(--red)}
.hero-actions-clean .hero-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 18px;
  margin-top:13px;
  color:#69727b;
  font-size:10px;
  font-weight:750;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.hero-actions-clean .hero-meta span{position:relative}
.hero-actions-clean .hero-meta span+span::before{
  content:"";
  position:absolute;
  left:-10px;
  top:50%;
  width:3px;
  height:3px;
  border-radius:50%;
  background:var(--red);
}
.hero-photo.hero-premium .reveal{opacity:1;transform:none}
@media(max-width:1050px){
  .hero-media-full{height:37.207vw;min-height:300px;max-height:520px}
  .hero-content-inner{
    grid-template-columns:1fr;
    gap:17px;
    min-height:0;
    padding:25px 0 28px;
  }
  .hero-actions-clean{align-items:flex-start}
  .hero-actions-clean .hero-meta{margin-top:12px}
}
@media(max-width:760px){
  .hero-media-full{
    height:auto;
    min-height:0;
    aspect-ratio:2048 / 762;
    background-size:contain;
    background-color:#eef0f2;
  }
  .hero-media-full .hero-photo-bg{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center center;
  }
  .hero-content-panel{
    border-top-width:3px;
    box-shadow:none;
  }
  .hero-content-inner{padding:23px 0 27px;gap:18px}
  .hero-copy-clean .hero-tagline{font-size:9px}
  .hero-copy-clean h1{font-size:clamp(31px,9.5vw,43px);margin:8px 0 9px}
  .hero-copy-clean .hero-sub{font-size:13px}
  .hero-actions-clean .actions{width:100%}
  .hero-actions-clean .btn{flex:1 1 0;min-width:0}
  .hero-actions-clean .hero-meta{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px 12px;
    margin-top:14px;
    width:100%;
  }
  .hero-actions-clean .hero-meta span+span::before{display:none}
}
@media(max-width:390px){
  .hero-content-inner{padding-top:21px;padding-bottom:24px}
  .hero-copy-clean h1{font-size:32px}
  .hero-actions-clean .actions{flex-direction:column;width:100%}
  .hero-actions-clean .btn{width:100%}
}
.hero-section-title{font-size:clamp(42px,5vw,66px);line-height:.98;letter-spacing:-.055em;margin:17px 0;max-width:800px}
.employer-hero-copy .hero-section-title,.jobseeker-hero-copy .hero-section-title{max-width:780px}
@media(max-width:760px){.hero-section-title{font-size:clamp(38px,11vw,58px)}}
