body .product-grid{grid-template-columns:repeat(2,1fr);gap:16px}
body .product-card{display:flex;flex-direction:row;align-items:flex-start;min-height:225px}
body .product-thumb{width:210px;height:118px;min-height:0;flex:none;margin:20px 0 20px 20px;border-radius:12px}
body .product-content{padding:24px}
body .product-content h2{font-size:19px}
body .product-detail-wrap{grid-template-columns:1fr .85fr}
body .product-detail-media{max-width:620px;justify-self:end}
body .product-detail-media img{max-height:390px}
@media(max-width:980px){body .product-card{display:block}body .product-thumb{width:calc(100% - 40px);height:auto;aspect-ratio:1.78;min-height:0;margin:20px 20px 0}}
@media(max-width:680px){body .product-card{display:flex;flex-direction:row;min-height:205px}body .product-thumb{width:116px;height:auto;aspect-ratio:1.78;min-height:0;margin:18px 0 18px 18px}body .product-content{padding:18px}body .product-content h2{font-size:16px}body .product-content p{font-size:10px}}

.industry-hero{background:radial-gradient(circle at 20% 15%,#e3fbff 0,transparent 24%),linear-gradient(135deg,#fff,#f1f7fd)}
.sector-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.sector-card{position:relative;padding:26px;min-height:260px;border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden;transition:.3s}.sector-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:transparent}.sector-card>b{font-size:8px;color:#9ba8ba}.sector-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;margin-top:25px;background:#e9f4ff;color:var(--blue);font-size:11px;font-weight:800}.sector-card:nth-child(3n+2) .sector-icon{background:#e8faf7;color:#058879}.sector-card:nth-child(3n) .sector-icon{background:#f3edff;color:#6e43c1}.sector-card h3{font-size:19px;margin:22px 0 8px}.sector-card p{font-size:10px;line-height:1.7;color:var(--muted)}.sector-card small{position:absolute;left:26px;bottom:23px;color:var(--blue);font-size:8px;font-weight:800}.industry-solution{display:grid;grid-template-columns:1.15fr .85fr;gap:7vw;align-items:start}.industry-flow{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:28px 0}.industry-flow span{padding:9px 11px;background:#fff;border:1px solid var(--line);border-radius:7px;font-size:8px;font-weight:800}.industry-flow i{font-style:normal;color:var(--cyan)}.solution-panel{background:var(--navy);color:#fff;border-radius:22px;padding:35px}.solution-panel>span{font-size:8px;color:#83eaf2;letter-spacing:.13em}.solution-panel>div{padding:24px 0;border-bottom:1px solid rgba(255,255,255,.12)}.solution-panel>div:last-child{border:0}.solution-panel b{font-size:16px}.solution-panel p{font-size:10px;line-height:1.7;color:#aebdd4;margin-bottom:0}.industry-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.industry-steps div{padding:25px;border-left:1px solid var(--line)}.industry-steps b{font-size:9px;color:var(--cyan)}.industry-steps h3{font-size:17px;margin:35px 0 8px}.industry-steps p{font-size:10px;line-height:1.7;color:var(--muted)}
.insight-hero{background:radial-gradient(circle at 80% 20%,#ede7ff 0,transparent 24%),linear-gradient(135deg,#fff,#f3f8fd)}.insight-feature{display:grid;grid-template-columns:.8fr 1.2fr;gap:5vw;align-items:center;border:1px solid var(--line);border-radius:22px;padding:28px;background:#fff;box-shadow:0 20px 60px rgba(9,40,91,.07)}.insight-feature-image{max-width:430px;border-radius:14px;overflow:hidden;background:var(--ice)}.insight-feature-image img{width:100%;height:235px;object-fit:cover}.insight-feature-copy h2{font-size:clamp(28px,3vw,43px);line-height:1.2;margin:14px 0}.insight-feature-copy p{font-size:12px;line-height:1.8;color:var(--muted)}.knowledge-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.knowledge-card{display:grid;grid-template-columns:150px 1fr;gap:20px;align-items:start;padding:18px;border:1px solid var(--line);border-radius:17px;background:#fff;transition:.3s}.knowledge-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.knowledge-card img{width:150px;height:105px;object-fit:cover;border-radius:10px}.knowledge-card small{font-size:7px;letter-spacing:.1em;color:var(--blue);font-weight:800}.knowledge-card h3{font-size:16px;margin:9px 0}.knowledge-card p{font-size:9px;line-height:1.65;color:var(--muted)}.knowledge-card a{font-size:8px;color:var(--blue);font-weight:800}.insight-topics{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:end}.insight-topics h2{font-size:clamp(34px,4vw,54px);line-height:1.1}.topic-list{display:flex;flex-wrap:wrap;gap:9px}.topic-list span{padding:12px 15px;background:var(--ice);border-radius:30px;color:var(--blue);font-size:9px;font-weight:800}
@media(max-width:900px){.sector-grid{grid-template-columns:repeat(2,1fr)}.industry-solution,.insight-feature,.insight-topics{grid-template-columns:1fr}.industry-steps{grid-template-columns:repeat(2,1fr)}.knowledge-card{grid-template-columns:120px 1fr}.knowledge-card img{width:120px}}
@media(max-width:600px){.sector-grid,.knowledge-grid{grid-template-columns:1fr}.sector-card{min-height:245px}.industry-steps{grid-template-columns:1fr}.industry-steps div{padding:22px}.insight-feature{padding:18px}.insight-feature-image img{height:180px}.knowledge-card{grid-template-columns:95px 1fr;gap:14px}.knowledge-card img{width:95px;height:78px}.knowledge-card p{display:none}}

.sector-card:has(.sector-photo){min-height:335px}.sector-photo{height:118px;margin:18px 0 0;border-radius:12px;overflow:hidden;background:var(--ice)}.sector-photo img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.sector-card:hover .sector-photo img{transform:scale(1.035)}.sector-card:has(.sector-photo) h3{margin:17px 0 8px}@media(max-width:600px){.sector-card:has(.sector-photo){min-height:320px}.sector-photo{height:125px}}

/* Refined product interaction effects */
body .product-card{position:relative;isolation:isolate;transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s,border-color .35s}
body .product-card:before{content:"";position:absolute;z-index:2;left:24px;right:24px;top:0;height:2px;background:linear-gradient(90deg,var(--blue),var(--cyan));transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
body .product-card:hover:before{transform:scaleX(1)}
body .product-card:hover{transform:translateY(-7px);box-shadow:0 24px 60px rgba(9,40,91,.13);border-color:#cfe0f2}
body .product-thumb{position:relative;box-shadow:0 8px 24px rgba(7,46,101,.1)}
body .product-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(7,89,217,.08),transparent 55%);pointer-events:none}
body .product-thumb img{filter:saturate(.96) contrast(1.04);transition:transform .65s cubic-bezier(.2,.8,.2,1),filter .4s}
body .product-card:hover .product-thumb img{transform:scale(1.075);filter:saturate(1.05) contrast(1.06)}
body .product-mini-features span{transition:background .25s,color .25s,transform .25s}
body .product-card:hover .product-mini-features span{background:#e8f3ff;color:var(--blue);transform:translateY(-1px)}
body .product-link{display:inline-flex;align-items:center;transition:gap .25s,color .25s;gap:4px}
body .product-card:hover .product-link{gap:9px;color:#034bb9}
@media(prefers-reduced-motion:reduce){body .product-card,body .product-card:before,body .product-thumb img,body .product-mini-features span,body .product-link{transition:none!important}body .product-card:hover,body .product-card:hover .product-thumb img{transform:none}}

/* Projects: hybrid ERP delivery methodology */
.project-hero{padding:58px 5vw;background:radial-gradient(circle at 10% 25%,#ddfaff 0,transparent 22%),linear-gradient(135deg,#fff,#eef5ff);text-align:left}.project-hero-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:5vw;align-items:center;max-width:1500px;margin:auto}.project-hero h1{font-size:clamp(43px,4.8vw,71px);margin:17px 0 23px}.project-hero p{margin:0;max-width:620px;font-size:13px}.project-hero-media{position:relative;margin:0;height:440px;border-radius:25px;overflow:hidden;box-shadow:0 28px 75px rgba(9,40,91,.16)}.project-hero-media img{width:100%;height:100%;object-fit:cover}.project-hero-media figcaption{position:absolute;left:20px;right:20px;bottom:18px;padding:14px 17px;border:1px solid rgba(255,255,255,.65);border-radius:12px;background:rgba(255,255,255,.89);backdrop-filter:blur(12px)}.project-hero-media figcaption b,.project-hero-media figcaption span{display:block}.project-hero-media figcaption b{font-size:8px;letter-spacing:.13em;color:var(--blue)}.project-hero-media figcaption span{margin-top:4px;font-size:11px;font-weight:700}
.project-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.project-type{position:relative;min-height:448px;padding:25px;border:1px solid var(--line);border-radius:19px;background:#fff;transition:.35s}.project-type:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:#c9dff3}.project-type>b{position:absolute;z-index:2;top:36px;left:36px;display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:rgba(233,244,255,.94);color:var(--blue);font-size:11px;box-shadow:0 6px 18px rgba(6,39,91,.12)}.project-type figure{height:126px;margin:0 0 20px;border-radius:13px;overflow:hidden;background:var(--ice)}.project-type figure img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.project-type:hover figure img{transform:scale(1.04)}.project-type>span{display:block;margin-top:0;color:var(--blue);font-size:8px;font-weight:800;letter-spacing:.13em}.project-type h3{font-size:19px;line-height:1.3;margin:10px 0}.project-type p{font-size:10px;line-height:1.7;color:var(--muted)}.project-type ul{padding-left:16px;font-size:9px;line-height:1.9;color:#4e6079}.project-type:nth-child(3n+2)>b{background:rgba(236,251,248,.95);color:#058879}.project-type:nth-child(3n)>b{background:rgba(245,241,255,.95);color:#7144c5}
.method-photo{position:relative;height:320px;margin:0 0 18px;border-radius:22px;overflow:hidden;background:#dceaf7;box-shadow:0 18px 55px rgba(9,40,91,.09)}.method-photo img{width:100%;height:100%;object-fit:cover}.method-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,27,73,.72),transparent 55%)}.method-photo figcaption{position:absolute;z-index:2;left:35px;bottom:32px;max-width:360px;color:#fff}.method-photo figcaption span,.method-photo figcaption b{display:block}.method-photo figcaption span{font-size:8px;letter-spacing:.14em;color:#7de7ef;font-weight:800}.method-photo figcaption b{margin-top:9px;font-size:24px;line-height:1.25}
.method-diagram{display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:24px;align-items:center;margin:18px 0 0;padding:20px;border:1px solid #d6e4f1;border-radius:20px;background:#fff;box-shadow:0 14px 45px rgba(9,40,91,.06)}.method-diagram a{display:block;overflow:hidden;border-radius:12px;background:#f7faff}.method-diagram img{width:100%;max-height:470px;object-fit:contain;transition:transform .45s ease}.method-diagram a:hover img{transform:scale(1.015)}.method-diagram figcaption span,.method-diagram figcaption b,.method-diagram figcaption small{display:block}.method-diagram figcaption span{font-size:8px;color:var(--blue);font-weight:800;letter-spacing:.14em}.method-diagram figcaption b{font-size:19px;line-height:1.3;margin:10px 0}.method-diagram figcaption small{font-size:9px;line-height:1.65;color:var(--muted)}
.method-shell{padding:34px;border:1px solid #d6e4f1;border-radius:24px;background:#fff;box-shadow:0 22px 65px rgba(9,40,91,.07)}.method-track{display:grid;grid-template-columns:repeat(6,1fr);position:relative;gap:10px}.method-track:before{content:"";position:absolute;left:7%;right:7%;top:31px;height:2px;background:linear-gradient(90deg,var(--blue),var(--cyan));opacity:.35}.method-step{position:relative;z-index:1;text-align:center;padding:0 8px}.method-step i{display:grid;place-items:center;width:62px;height:62px;margin:0 auto 19px;border-radius:50%;background:#fff;border:2px solid #b9d8f5;color:var(--blue);font-style:normal;font-size:10px;font-weight:800;box-shadow:0 7px 20px rgba(7,89,217,.09)}.method-step.sprint-step i{background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:0 0 0 7px #e9f4ff}.method-step b,.method-step span{display:block}.method-step b{font-size:13px}.method-step span{font-size:8px;line-height:1.6;color:var(--muted);margin-top:7px}.sprint-panel{display:grid;grid-template-columns:1fr 1.15fr;gap:35px;align-items:center;margin-top:38px;padding:30px;border-radius:18px;background:linear-gradient(135deg,#061e4e,#0759d9);color:#fff}.sprint-panel small{color:#7be6ef;font-size:8px;letter-spacing:.14em}.sprint-panel h3{font-size:22px;margin:9px 0}.sprint-panel p{font-size:9px;line-height:1.7;color:#c5d5ed}.sprint-cycle{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.sprint-cycle span{position:relative;padding:15px 6px;text-align:center;border:1px solid rgba(255,255,255,.22);border-radius:9px;background:rgba(255,255,255,.08);font-size:8px;font-weight:800}.sprint-cycle span:not(:last-child):after{content:"→";position:absolute;right:-8px;color:#79e5ed}.method-compare{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:16px}.method-compare article{padding:27px;border:1px solid var(--line);border-radius:18px;background:#fff}.method-compare span{font-size:8px;letter-spacing:.12em;color:var(--blue);font-weight:800}.method-compare h3{font-size:18px;margin:10px 0}.method-compare p{font-size:10px;line-height:1.7;color:var(--muted)}.method-compare article:last-child{background:#eaf5ff;border-color:#c7e0f8}.role-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.role-grid article{padding:24px;border-left:3px solid var(--cyan);background:var(--ice);border-radius:0 14px 14px 0}.role-grid b,.role-grid span{display:block}.role-grid b{font-size:14px}.role-grid span{font-size:9px;line-height:1.6;color:var(--muted);margin-top:6px}
.knowledge-card img,.insight-feature-image img{image-rendering:auto;filter:contrast(1.025) saturate(.98)}
.service-grid-compact .service-card{padding:18px;min-height:430px;overflow:hidden}.service-grid-compact .service-visual{height:132px;margin:-18px -18px 18px;border-radius:0;overflow:hidden;background:var(--ice)}.service-grid-compact .service-visual img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-grid-compact .service-card:hover .service-visual img{transform:scale(1.035)}.service-grid-compact .service-icon{width:42px;height:42px;font-size:18px}.service-grid-compact .service-card h3{font-size:18px;margin:16px 0 8px}.service-grid-compact .service-card p{font-size:10px;line-height:1.65}.service-grid-compact .service-card ul{font-size:9px;line-height:1.8}
@media(max-width:900px){.project-hero-layout{grid-template-columns:1fr}.project-hero-media{height:360px}.project-type-grid{grid-template-columns:repeat(2,1fr)}.method-track{grid-template-columns:repeat(3,1fr);gap:28px 10px}.method-track:before{display:none}.sprint-panel{grid-template-columns:1fr}.role-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.project-hero{padding:44px 22px 55px}.project-hero-media{height:255px;border-radius:18px}.project-hero-media figcaption{left:12px;right:12px;bottom:12px}.project-type-grid,.method-compare,.role-grid{grid-template-columns:1fr}.project-type{min-height:auto}.project-type figure{height:145px}.method-photo{height:240px}.method-photo figcaption{left:22px;right:22px;bottom:20px}.method-photo figcaption b{font-size:18px}.method-shell{padding:21px}.method-track{grid-template-columns:repeat(2,1fr)}.sprint-cycle{grid-template-columns:repeat(5,76px);overflow-x:auto;padding-bottom:8px}.sprint-panel{padding:22px}.method-step span{font-size:7px}.method-diagram{grid-template-columns:1fr;padding:12px;gap:14px}.method-diagram img{max-height:none}.method-diagram figcaption{padding:4px 6px 8px}}
@media(max-width:600px){.service-grid-compact .service-card{min-height:0}.service-grid-compact .service-visual{height:150px}}

/* Compact service tiles: keep faces visible without stretching the artwork. */
.service-grid-compact .service-visual{height:180px;aspect-ratio:1.78;margin:0 0 18px;border-radius:12px}
.service-grid-compact .service-visual img{object-position:center 18%}
@media(max-width:600px){.service-grid-compact .service-visual{width:100%;height:auto;aspect-ratio:1.78}}
