/* Alignment and hierarchy refinements for the homepage, services, and CSR sections. */
.hero-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}
.hero-meta b{min-height:34px;font-size:21px;line-height:1.05}
.hero-meta span{display:block;max-width:190px;line-height:1.35}
.service-intro{align-items:flex-start}
.csr-intro .csr-opening>div{padding-top:0;padding-bottom:0}
.hero:before{background:linear-gradient(90deg,rgba(3,15,35,.98) 0%,rgba(3,15,35,.82) 38%,rgba(3,15,35,.18) 78%)}
.hero-catalog{position:absolute;z-index:-2;inset:0;overflow:hidden;background:var(--navy)}
.hero-catalog img{width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .2s ease,transform 6s ease}
.hero-catalog img.fade{opacity:.35;transform:scale(1.025)}
.hero-catalog:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,15,35,.28),transparent 70%)}
.hero-catalog .dots{position:absolute;z-index:1;right:28px;bottom:28px;display:flex;gap:7px}
.hero-catalog .dots button{width:28px;height:3px;padding:0;border:0;background:rgba(255,255,255,.4);cursor:pointer}
.hero-catalog .dots button.active{background:#fff}
.hero-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}
.hero-meta b{min-height:34px;font-size:21px;line-height:1.05}
.hero-meta span{display:block;max-width:190px;line-height:1.35}
.service-intro{align-items:flex-start}
.hero-split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);height:640px;min-height:640px;align-items:stretch;background:var(--navy)}
.hero-split:before,.hero-split:after{display:none}
.hero-split .wrap{grid-column:1;grid-row:1;width:auto;height:640px;min-height:0;margin:0;padding:58px clamp(32px,5vw,76px);display:flex;flex-direction:column;justify-content:center;align-self:stretch}
.hero-split h1{max-width:610px;margin:14px 0 20px;font-size:clamp(42px,3.2vw,60px);line-height:.98;letter-spacing:-.065em}
.hero-split p{font-size:16px;line-height:1.45}
.hero-split .hero-actions{margin-top:27px}
.hero-split .hero-meta{margin-top:36px}
.hero-split .hero-meta{position:relative;padding-top:20px}
.hero-split .hero-meta:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:rgba(255,255,255,.23)}
.hero-split .hero-value{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.hero-split .hero-meta span:not(.hero-icon){font-size:10px;font-weight:800;line-height:1.25;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.78)}
.hero-split .hero-icon{display:grid;position:relative;place-items:center;width:29px;height:29px;color:#fff}
.hero-split .hero-icon:after{content:"";position:absolute;left:6px;bottom:-4px;width:17px;height:2px;background:var(--red)}
.hero-split .hero-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.service-flow .service-intro{border-bottom:1px solid var(--line)}
.service-story{box-shadow:0 10px 30px rgba(7,30,64,.045)}
.service-panel .step{display:flex;align-items:center;gap:9px}
.service-panel .step:before{content:"";width:22px;height:2px;background:currentColor}
.contact-next{margin-top:58px;padding:34px 0 0;border-top:1px solid var(--line)}
.contact-next h2{max-width:560px;margin:12px 0 24px;color:var(--navy);font-size:clamp(28px,3.5vw,46px);line-height:.98;letter-spacing:-.06em}
.contact-next-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}
.contact-next-grid>div{display:flex;flex-direction:column;gap:16px;min-height:128px;padding:20px;background:#fff}
.contact-next-grid b{color:var(--red);font-size:11px;letter-spacing:.12em}
.contact-next-grid span{max-width:190px;color:var(--muted);font-size:13px;line-height:1.4}
.hero-split .hero-catalog{grid-column:2;grid-row:1;position:relative;z-index:0;inset:auto;height:640px;min-height:0;background:#eef2f7}
.hero-split .hero-catalog img{object-fit:contain;object-position:center;padding:28px;background:#eef2f7}
.hero-split .hero-catalog:after{display:none}
.hero-split .hero-catalog .dots{right:24px;bottom:24px}
@media(max-width:720px){
  .hero-meta{grid-template-columns:1fr 1fr;gap:22px 18px}
  .hero-meta b{min-height:0;font-size:18px}
  .hero-meta span{font-size:10px}
  .hero-catalog img{object-position:62% center}
  .hero-catalog .dots{right:16px;bottom:16px}
  .hero-split{display:grid;grid-template-columns:1fr;height:auto;min-height:0}
  .hero-split .wrap{grid-column:1;grid-row:1;height:auto;padding:70px 16px 52px}
  .hero-split .hero-catalog{grid-column:1;grid-row:2;height:390px;min-height:390px}
  .hero-split .hero-catalog img{padding:18px}
  .hero-split .hero-meta{padding-top:16px}
  .hero-split .hero-value{gap:8px}
  .hero-split .hero-icon{width:25px;height:25px}
  .hero-split .hero-icon svg{width:22px;height:22px}
  .hero-split .hero-meta span:not(.hero-icon){font-size:10px}
  .contact-next{margin-top:42px;padding-top:28px}
  .contact-next-grid{grid-template-columns:1fr}
  .contact-next-grid>div{min-height:0}
}
