/* Services page sections */
.nd .hero{margin-top:var(--nav-h);padding:90px 60px 70px;border-bottom:1px solid var(--gray-mid);display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:end}
.nd .hero h1{font-size:clamp(44px,6.5vw,88px);font-weight:200;line-height:1.0;letter-spacing:-.03em}
.nd .hero h1 em{font-style:normal;color:var(--red)}
.nd .hero-right{font-size:15px;font-weight:300;color:var(--gray-text);line-height:1.8;padding-bottom:8px}
.nd .hero-right strong{font-weight:400;color:var(--black)}
.nd .service-nav{position:sticky;top:var(--nav-h);z-index:50;background:var(--white);border-bottom:1px solid var(--gray-mid);display:flex;gap:0;overflow-x:auto}
.nd .service-nav a{flex-shrink:0;font-size:11px;font-weight:400;letter-spacing:.14em;text-transform:uppercase;padding:18px 28px;text-decoration:none;color:var(--gray-text);border-bottom:2px solid transparent;transition:color .2s,border-color .2s;white-space:nowrap}
.nd .service-nav a:hover{color:var(--black)}
.nd .service-nav a.active{color:var(--red);border-bottom-color:var(--red)}
.nd .svc-section{padding:80px 60px;border-bottom:1px solid var(--gray-mid)}
.nd .svc-section:last-of-type{border-bottom:none}
.nd .svc-header{display:grid;grid-template-columns:1fr 2fr;gap:80px;margin-bottom:56px;align-items:start}
.nd .svc-label{font-size:11px;font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:var(--red);margin-bottom:16px;display:flex;align-items:center;gap:12px}
.nd .svc-label::after{content:'';height:1px;background:var(--gray-mid);width:48px}
.nd .svc-title{font-size:clamp(28px,4vw,48px);font-weight:200;letter-spacing:-.02em;line-height:1.1}
.nd .svc-title em{font-style:normal;color:var(--red)}
.nd .svc-desc{font-size:14px;font-weight:300;color:var(--gray-text);line-height:1.85}
.nd .svc-desc + .svc-desc{margin-top:14px}
.nd .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--gray-mid)}
.nd .product-card{background:var(--white);padding:32px 28px;display:flex;flex-direction:column;gap:10px;position:relative;overflow:hidden;transition:background .2s;cursor:default}
.nd .product-card::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--red);transition:width .35s}
.nd .product-card:hover{background:var(--gray-light)}
.nd .product-card:hover::after{width:100%}
.nd .prod-name{font-size:14px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--black)}
.nd .prod-tag{font-size:10px;font-weight:400;letter-spacing:.16em;text-transform:uppercase;color:var(--red)}
.nd .prod-desc{font-size:12px;font-weight:300;color:var(--gray-text);line-height:1.65;margin-top:4px}
.nd .prod-meta{margin-top:12px;padding-top:12px;border-top:1px solid var(--gray-mid)}
.nd .prod-meta p{font-size:11px;font-weight:300;color:var(--gray-text);margin-bottom:4px}
.nd .prod-meta strong{font-weight:400;color:var(--black)}
.nd .key-product{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--gray-mid);margin-bottom:1px}
.nd .key-product .kp-text{background:var(--white);padding:48px;display:flex;flex-direction:column;justify-content:center}
.nd .key-product .kp-img{background:var(--black);background-position:center;min-height:280px;display:flex;align-items:flex-end;padding:28px;position:relative;overflow:hidden}
.nd .kp-img span{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.25)}
.nd .kp-title{font-size:22px;font-weight:300;letter-spacing:-.01em;margin-bottom:12px}
.nd .kp-title em{font-style:normal;color:var(--red)}
.nd .kp-body{font-size:13px;font-weight:300;color:var(--gray-text);line-height:1.75}
.nd .kp-specs{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.nd .kp-spec{font-size:10px;font-weight:400;letter-spacing:.14em;text-transform:uppercase;padding:5px 12px;border:1px solid var(--gray-mid);color:var(--gray-text)}
.nd .sector-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--gray-mid);margin-top:48px}
.nd .sector-item{background:var(--white);padding:28px;transition:background .2s}
.nd .sector-item:hover{background:var(--gray-light)}
.nd .sector-dot{width:6px;height:6px;background:var(--red);border-radius:50%;margin-bottom:12px}
.nd .sector-name{font-size:13px;font-weight:400;letter-spacing:.06em;text-transform:uppercase;margin-bottom:6px}
.nd .sector-clients{font-size:12px;font-weight:300;color:var(--gray-text);line-height:1.6}
.nd .highlight{background:var(--black);padding:64px 60px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.nd .highlight h3{font-size:clamp(22px,3vw,36px);font-weight:200;color:var(--white);letter-spacing:-.01em;max-width:480px}
.nd .highlight h3 em{font-style:normal;color:var(--red)}
.nd .highlight-link{flex-shrink:0;font-size:11px;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--white);text-decoration:none;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:2px;transition:border-color .2s,color .2s}
.nd .highlight-link:hover{color:var(--red);border-color:var(--red)}
@media(max-width:1100px){.nd .product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){
  .nd .hero{grid-template-columns:1fr}
  .nd .svc-header{grid-template-columns:1fr}
  .nd .product-grid{grid-template-columns:repeat(2,1fr)}
  .nd .key-product{grid-template-columns:1fr}
  .nd .sector-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .nd .hero,.nd .svc-section,.nd .highlight{padding-left:24px;padding-right:24px}
  .nd .svc-header{gap:32px;margin-bottom:36px}
  .nd .product-grid{grid-template-columns:1fr 1fr}
  .nd .sector-grid{grid-template-columns:1fr}
  .nd .highlight{flex-direction:column;align-items:flex-start}
  .nd .key-product .kp-text{padding:32px 24px}
}
@media(max-width:480px){.nd .product-grid{grid-template-columns:1fr}}

/* Key product is a real <img> now (background-image cannot carry srcset). */
.nd .kp-img img.kp-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
/* Product card photo — bleeds to the card edge, above the tag. */
.nd .prod-img{margin:-32px -28px 6px;aspect-ratio:4/3;overflow:hidden;background:var(--gray-light)}
.nd .prod-img img{width:100%;height:100%;object-fit:cover;display:block}
