/* ════════════════════════════════════ INDUSTRY LANDING PAGES (Digidop-style layout) ════════════════════════════════════ */

/* ── Hero ── */
.ind-hero{padding-bottom:clamp(88px,12vh,136px)}
.ind-hero .slp-hero-inner{padding-bottom:clamp(16px,3vh,32px)}
.ind-hero .slp-hero-h1{max-width:none;font-size:clamp(32px,4.6vw,56px);line-height:1.22;text-wrap:pretty}
.ind-hero .slp-hero-sub{max-width:520px}
.ind-hero-stack{
  position:relative;
  height:clamp(300px,38vw,460px);
  min-height:280px;
  width:100%;
  max-width:100%;
  margin:0 auto;
}
.ind-hero-card{
  position:absolute;
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 28px 64px rgba(0,0,0,.45);
  background:rgba(255,255,255,.04);
  transition:transform .5s var(--ease);
}
.ind-hero-card .vph{border:none;border-radius:0;aspect-ratio:16/10;min-height:100%}
.ind-hero-card:nth-child(1){top:0;left:0;width:88%;z-index:3;transform:rotate(-2.5deg)}
.ind-hero-card:nth-child(2){top:10%;right:-2%;width:78%;z-index:2;transform:rotate(2.5deg)}
.ind-hero-card:nth-child(3){bottom:0;left:8%;width:72%;z-index:1;transform:rotate(-1deg)}
.ind-hero:hover .ind-hero-card:nth-child(1){transform:rotate(-1deg) translateY(-4px)}
.ind-hero:hover .ind-hero-card:nth-child(2){transform:rotate(1.5deg) translateY(-6px)}
.ind-hero:hover .ind-hero-card:nth-child(3){transform:rotate(0) translateY(-3px)}

/* ── Specialization (who we help + image) ── */
.ind-spec-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:clamp(36px,5vw,56px);
  align-items:start;
}
.ind-spec-copy h2{font-family:var(--fd);font-size:clamp(28px,3.5vw,40px);font-weight:800;letter-spacing:-.03em;line-height:1.14;margin-bottom:clamp(16px,2vw,22px);color:var(--ink)}
.ind-spec-copy .sh-sub{margin-bottom:0;max-width:520px}
.ind-spec-list{display:flex;flex-direction:column;gap:10px;margin-top:clamp(28px,3.5vw,36px)}
.ind-spec-item{
  display:flex;align-items:center;gap:14px;
  padding:18px 20px;
  background:var(--white);
  border:1px solid var(--border2);
  border-radius:var(--rl);
  transition:border-color .3s,transform .35s var(--ease);
}
.ind-spec-item:hover{border-color:rgba(13,13,13,.14);transform:translateX(4px)}
.ind-spec-item::before{content:'';width:8px;height:8px;background:var(--accent);border-radius:50%;flex-shrink:0}
.ind-spec-item h3{font-family:var(--fd);font-size:15px;font-weight:700;letter-spacing:-.01em;color:var(--ink);margin:0}
.ind-spec-visual .vph{aspect-ratio:4/5;border-radius:20px;min-height:360px}
.ind-spec-foot{
  margin-top:clamp(40px,5vw,56px);
  padding-top:clamp(32px,4vw,44px);
  border-top:1px solid var(--border2);
}
.ind-spec-foot p{font-size:15px;color:var(--ink2);line-height:1.7;max-width:720px;margin-bottom:clamp(24px,3vw,32px)}
.ind-spec-acts{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.ind-trust-badges{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
.ind-trust-badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 16px;
  background:var(--paper2);
  border:1px solid var(--border2);
  border-radius:999px;
  font-size:12px;font-weight:600;color:var(--ink2);
}
.ind-trust-badge svg{width:14px;height:14px;stroke:var(--accent2);fill:none;stroke-width:2}

/* Logo marquee */
.ind-logos{
  display:flex;flex-wrap:wrap;gap:20px 28px;
  align-items:center;
  margin-top:clamp(36px,4vw,48px);
  padding:clamp(24px,3vw,32px) 0;
  border-top:1px solid var(--border2);
  border-bottom:1px solid var(--border2);
}
.ind-logo-ph{
  height:32px;
  padding:0 18px;
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--paper2);
  border:1px solid var(--border2);
  border-radius:8px;
  font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink3);
  opacity:.65;
}

/* ── Solutions framework (light section, icon pillars) ── */
.ind-solutions-head{text-align:center;max-width:640px;margin:0 auto clamp(40px,5vw,56px)}
.ind-solutions-head .sh-h2{max-width:none}
.ind-solutions-head .sh-sub{margin-left:auto;margin-right:auto}
.ind-sol-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(16px,2vw,24px)}
.ind-sol-item{
  padding:clamp(24px,3vw,32px) clamp(18px,2vw,24px);
  background:var(--white);
  border:1px solid var(--border2);
  border-radius:var(--rl);
  text-align:center;
  transition:border-color .3s,transform .35s var(--ease),box-shadow .35s;
}
.ind-sol-item:hover{border-color:rgba(13,13,13,.14);transform:translateY(-5px);box-shadow:0 16px 48px rgba(13,13,13,.08)}
.ind-sol-icon{
  width:52px;height:52px;margin:0 auto 18px;
  border-radius:50%;
  background:var(--paper2);
  border:1px solid var(--border2);
  display:flex;align-items:center;justify-content:center;
}
.ind-sol-icon svg{width:22px;height:22px;stroke:var(--ink);fill:none;stroke-width:1.6}
.ind-sol-item h3{font-family:var(--fd);font-size:15px;font-weight:700;line-height:1.35;letter-spacing:-.02em;margin-bottom:10px;color:var(--ink)}
.ind-sol-item p{font-size:13px;color:var(--ink2);line-height:1.65}
.sec-paper2 .ind-sol-item{background:var(--paper)}

/* ── Project showcase (case study cards) ── */
.ind-proj-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(20px,2.5vw,28px)}
.ind-proj-card{
  display:block;
  background:var(--white);
  border:1px solid var(--border2);
  border-radius:20px;
  overflow:hidden;
  transition:border-color .3s,transform .4s var(--ease),box-shadow .4s;
}
a.ind-proj-card:hover{border-color:rgba(13,13,13,.14);transform:translateY(-6px);box-shadow:0 20px 56px rgba(13,13,13,.1)}
.ind-proj-visual{
  position:relative;
  aspect-ratio:16/10;
  background:var(--paper2);
  overflow:hidden;
}
.ind-proj-visual .vph-main{border:none;border-radius:0;aspect-ratio:16/10;height:100%}
.ind-proj-visual--solo img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}
.ind-proj-visual--solo .vph{width:100%;height:100%;border:none;border-radius:0;aspect-ratio:16/10}
.ind-proj-visual--solo .vph img{object-position:top center}
.ind-proj-body{padding:clamp(22px,2.5vw,28px) clamp(24px,3vw,32px) clamp(26px,3vw,32px)}
.ind-proj-tags{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ink3);margin-bottom:12px;line-height:1.5}
.ind-proj-q{font-family:var(--fd);font-size:clamp(17px,2vw,20px);font-weight:700;letter-spacing:-.02em;line-height:1.35;color:var(--ink);margin-bottom:16px}
.ind-proj-metric-row{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:12px}
.ind-proj-metric{font-family:var(--fd);font-size:clamp(26px,3vw,34px);font-weight:800;letter-spacing:-.03em;color:var(--accent2);line-height:1}
.ind-proj-metric-lbl{font-size:13px;font-weight:600;color:var(--ink2);line-height:1.4;max-width:200px}
.ind-proj-client{font-size:13px;font-weight:600;color:var(--ink);display:flex;align-items:center;gap:6px}
.ind-proj-client span{color:var(--accent2)}
.sec-paper2 .ind-proj-card{background:var(--paper)}

/* ── Industry screenshot gallery ── */
.ind-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(14px,2vw,18px)}
.ind-gallery-item{margin:0;border-radius:16px;overflow:hidden;border:1px solid var(--border2);aspect-ratio:16/10;background:var(--paper2)}
.ind-gallery-item--wide{grid-column:span 2}
.ind-gallery-item img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}
@media(max-width:860px){.ind-gallery{grid-template-columns:1fr}.ind-gallery-item--wide{grid-column:span 1}}

/* ── Video testimonials ── */
.ind-testi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(20px,2.5vw,28px)}
.ind-testi-card{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:20px;
  overflow:hidden;
  transition:border-color .3s,transform .35s var(--ease);
}
.ind-testi-card:hover{border-color:rgba(204,255,51,.2);transform:translateY(-4px)}
.ind-testi-thumb{
  position:relative;
  aspect-ratio:16/9;
  background:rgba(255,255,255,.06);
  overflow:hidden;
}
.ind-testi-thumb .vph{border:none;border-radius:0;aspect-ratio:16/9;height:100%}
.ind-testi-play{
  position:absolute;inset:0;
  display:flex;align-items:center;justify-content:center;
  background:rgba(13,13,13,.25);
  pointer-events:none;
}
.ind-testi-play span{
  width:56px;height:56px;border-radius:50%;
  background:rgba(255,255,255,.92);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 8px 24px rgba(0,0,0,.3);
}
.ind-testi-play svg{width:18px;height:18px;fill:var(--ink);margin-left:3px}
.ind-testi-body{padding:clamp(22px,2.5vw,28px)}
.ind-testi-lbl{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:12px}
.ind-testi-q{font-size:15px;color:rgba(255,255,255,.78);line-height:1.7;font-style:italic;margin-bottom:18px}
.ind-testi-author{font-size:13px;font-weight:600;color:var(--white)}
.ind-testi-role{font-size:12px;color:rgba(255,255,255,.4);margin-top:2px}

/* ── Extra services (split rows) ── */
.ind-extra-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  border-radius:20px;
  overflow:hidden;
  border:1px solid var(--border2);
  margin-bottom:20px;
  background:var(--white);
}
.ind-extra-row:last-child{margin-bottom:0}
.ind-extra-copy{padding:clamp(32px,4vw,48px);display:flex;flex-direction:column;justify-content:center}
.ind-extra-copy h3{font-family:var(--fd);font-size:clamp(22px,2.5vw,28px);font-weight:800;letter-spacing:-.03em;margin-bottom:12px;line-height:1.14;color:var(--ink)}
.ind-extra-copy>p{font-size:14px;color:var(--ink2);line-height:1.7;margin-bottom:24px}
.ind-extra-sub{margin-bottom:20px}
.ind-extra-sub:last-of-type{margin-bottom:28px}
.ind-extra-sub h4{font-family:var(--fd);font-size:14px;font-weight:700;margin-bottom:6px;color:var(--ink)}
.ind-extra-sub p{font-size:13px;color:var(--ink2);line-height:1.6;margin:0}
.ind-extra-visual{min-height:280px;background:var(--paper2)}
.ind-extra-visual .vph{border:none;border-radius:0;aspect-ratio:auto;height:100%;min-height:280px}
.ind-extra-row.reverse .ind-extra-copy{order:2}
.ind-extra-row.reverse .ind-extra-visual{order:1}
.sec-paper2 .ind-extra-row{background:var(--paper)}

/* ── Split contact CTA ── */
.ind-contact-split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:clamp(40px,6vw,72px);
  align-items:center;
}
.ind-contact-copy h2{font-family:var(--fd);font-size:clamp(28px,3.5vw,42px);font-weight:800;letter-spacing:-.03em;line-height:1.12;color:var(--white);margin-bottom:16px}
.ind-contact-copy p{font-size:15px;color:rgba(255,255,255,.55);line-height:1.7;margin-bottom:28px;max-width:440px}
.ind-contact-alt{font-size:14px;color:rgba(255,255,255,.45);margin-top:20px}
.ind-contact-alt a{color:var(--accent);font-weight:600;text-decoration:underline;text-underline-offset:3px}
.ind-contact-quote{
  padding:clamp(28px,3.5vw,40px);
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1);
  border-radius:20px;
}
.ind-contact-quote blockquote{font-size:16px;color:rgba(255,255,255,.82);line-height:1.7;font-style:italic;margin-bottom:20px}
.ind-contact-quote cite{font-style:normal;font-size:13px;font-weight:600;color:var(--white);display:block}
.ind-contact-quote cite span{display:block;font-weight:500;color:rgba(255,255,255,.4);font-size:12px;margin-top:2px}

/* ── Credentials strip ── */
.ind-creds{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  text-align:center;
}
.ind-cred{
  padding:clamp(28px,3vw,36px) clamp(20px,2vw,28px);
  background:var(--white);
  border:1px solid var(--border2);
  border-radius:var(--rl);
}
.ind-cred-n{font-family:var(--fd);font-size:clamp(32px,4vw,44px);font-weight:800;letter-spacing:-.03em;color:var(--ink);line-height:1;margin-bottom:8px}
.ind-cred-n em{font-style:normal;color:var(--accent2);font-size:.55em;vertical-align:super;margin-left:2px}
.ind-cred p{font-size:13px;color:var(--ink2);line-height:1.5;max-width:200px;margin:0 auto}
.sec-paper2 .ind-cred{background:var(--paper)}

/* ── Services grid (compact) ── */
#services.sec-ink{padding-top:var(--pad)}
#services > .wrap > .sh{margin-bottom:clamp(40px,5vw,64px)}
#services .sh-tag{margin-bottom:clamp(16px,2vw,22px)}
#services .sh-h2{margin-top:0}
.ind-svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.ind-svc{
  display:block;padding:24px 22px;
  background:var(--white);border:1px solid var(--border2);border-radius:var(--rl);
  transition:border-color .3s,transform .35s var(--ease),box-shadow .35s;
}
.ind-svc:hover{border-color:rgba(13,13,13,.14);transform:translateY(-4px);box-shadow:0 12px 40px rgba(13,13,13,.07)}
.ind-svc h3{font-family:var(--fd);font-size:16px;font-weight:700;margin-bottom:8px;letter-spacing:-.02em;color:var(--ink)}
.ind-svc p{font-size:13px;color:var(--ink2);line-height:1.6;margin-bottom:12px}
.ind-svc-link{font-size:12px;font-weight:600;color:var(--accent2);letter-spacing:.04em}
.sec-paper2 .ind-svc,.sec-ink .ind-svc{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.08)}
.sec-ink .ind-svc h3{color:var(--white)}
.sec-ink .ind-svc p{color:rgba(255,255,255,.48)}

/* ── Hub page ── */
.ind-hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.ind-hub-card{
  display:block;padding:32px 28px;
  background:var(--paper);border:1px solid var(--border2);border-radius:var(--rl);
  transition:border-color .3s,transform .35s var(--ease),box-shadow .35s;
}
.ind-hub-card:hover{border-color:rgba(13,13,13,.14);transform:translateY(-5px);box-shadow:0 12px 40px rgba(13,13,13,.07)}
.ind-hub-card h3{font-family:var(--fd);font-size:20px;font-weight:700;margin-bottom:8px;letter-spacing:-.02em;color:var(--ink)}
.ind-hub-card p{font-size:14px;color:var(--ink2);line-height:1.65;margin-bottom:16px}
.ind-hub-card span{font-size:12px;font-weight:600;color:var(--accent2)}

/* ── Legacy helpers (proof-case still used in work) ── */
.ind-types-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.ind-type{padding:22px 20px;background:var(--white);border:1px solid var(--border2);border-radius:var(--rl);font-size:14px;font-weight:600;color:var(--ink);display:flex;align-items:center;gap:12px}
.ind-type::before{content:'';width:8px;height:8px;background:var(--accent);border-radius:50%;flex-shrink:0}

@media(max-width:960px){
  .ind-spec-grid,.ind-contact-split,.ind-extra-row,.ind-proj-grid,.ind-testi-grid{grid-template-columns:1fr}
  .ind-extra-row.reverse .ind-extra-copy,.ind-extra-row.reverse .ind-extra-visual{order:unset}
  .ind-sol-grid{grid-template-columns:repeat(2,1fr)}
  .ind-svc-grid,.ind-creds{grid-template-columns:repeat(2,1fr)}
  .ind-hero-stack{height:clamp(260px,50vw,360px);margin-top:24px}
  .ind-hero-card:nth-child(2){right:0}
}
@media(max-width:600px){
  .ind-sol-grid,.ind-svc-grid,.ind-creds,.ind-hub-grid{grid-template-columns:1fr}
  .ind-hero-card:nth-child(3){display:none}
}

/* ── Government page: challenges, solutions, workflow ── */
.ind-challenge-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(14px,2vw,20px)}
.ind-challenge-card{
  padding:clamp(22px,2.5vw,28px) clamp(20px,2.2vw,24px);
  background:var(--white);
  border:1px solid var(--border2);
  border-radius:var(--rl);
  transition:border-color .3s,transform .35s var(--ease),box-shadow .35s;
}
.ind-challenge-card:hover{border-color:rgba(13,13,13,.14);transform:translateY(-4px);box-shadow:0 12px 40px rgba(13,13,13,.07)}
.ind-challenge-icon{
  width:44px;height:44px;margin-bottom:16px;
  border-radius:50%;
  background:var(--paper2);
  border:1px solid var(--border2);
  display:flex;align-items:center;justify-content:center;
}
.ind-challenge-icon svg{width:18px;height:18px;stroke:var(--accent2);fill:none;stroke-width:1.8}
.ind-challenge-card h3{font-family:var(--fd);font-size:15px;font-weight:700;line-height:1.35;letter-spacing:-.02em;margin-bottom:8px;color:var(--ink)}
.ind-challenge-card p{font-size:13px;color:var(--ink2);line-height:1.6;margin:0}
.sec-paper2 .ind-challenge-card{background:var(--paper)}

.ind-gov-sol-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(16px,2vw,20px)}
.ind-gov-sol-card{
  padding:clamp(26px,3vw,32px) clamp(24px,2.5vw,28px);
  background:var(--white);
  border:1px solid var(--border2);
  border-radius:var(--rl);
  transition:border-color .3s,transform .35s var(--ease);
}
.ind-gov-sol-card:hover{border-color:rgba(13,13,13,.14);transform:translateY(-4px)}
.ind-gov-sol-card h3{font-family:var(--fd);font-size:clamp(17px,2vw,19px);font-weight:700;letter-spacing:-.02em;margin-bottom:14px;color:var(--ink);display:flex;align-items:center;gap:12px}
.ind-gov-sol-card h3 .ind-sol-icon{width:40px;height:40px;margin:0;flex-shrink:0}
.ind-gov-sol-card h3 .ind-sol-icon svg{width:18px;height:18px}
.ind-gov-sol-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.ind-gov-sol-list li{
  font-size:13px;color:var(--ink2);line-height:1.5;
  padding-left:18px;position:relative;
}
.ind-gov-sol-list li::before{
  content:'';position:absolute;left:0;top:.55em;
  width:6px;height:6px;border-radius:50%;background:var(--accent);
}
.sec-paper2 .ind-gov-sol-card{background:var(--paper)}
.sec-ink .ind-gov-sol-card{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.08)}
.sec-ink .ind-gov-sol-card h3{color:var(--white)}
.sec-ink .ind-gov-sol-list li{color:rgba(255,255,255,.55)}

.ind-workflow{
  display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;
  gap:0;
}
.ind-workflow-step{
  flex:1 1 0;min-width:100px;max-width:140px;
  padding:clamp(18px,2vw,24px) clamp(12px,1.5vw,16px);
  text-align:center;
}
.ind-workflow-step .ind-workflow-n{
  font-family:var(--fd);font-size:10px;font-weight:700;letter-spacing:.12em;
  color:var(--accent2);margin-bottom:10px;
}
.ind-workflow-step h3{
  font-family:var(--fd);font-size:13px;font-weight:700;letter-spacing:-.01em;
  line-height:1.35;color:var(--ink);margin:0;
}
.ind-workflow-arrow{
  display:flex;align-items:center;justify-content:center;
  flex:0 0 20px;color:var(--ink3);font-size:14px;padding-top:20px;
}
.sec-ink .ind-workflow-step h3{color:var(--white)}
.sec-ink .ind-workflow-arrow{color:rgba(255,255,255,.25)}

.ind-position-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.ind-position-item{
  padding:22px 20px;
  background:var(--white);
  border:1px solid var(--border2);
  border-radius:var(--rl);
  transition:border-color .3s,transform .35s var(--ease);
}
.ind-position-item:hover{border-color:rgba(13,13,13,.14);transform:translateY(-3px)}
.ind-position-item h3{font-family:var(--fd);font-size:14px;font-weight:700;letter-spacing:-.01em;color:var(--ink);margin:0 0 6px;display:flex;align-items:center;gap:10px}
.ind-position-item h3::before{content:'';width:7px;height:7px;background:var(--accent);border-radius:50%;flex-shrink:0}
.ind-position-item p{font-size:12.5px;color:var(--ink2);line-height:1.55;margin:0}
.sec-paper2 .ind-position-item{background:var(--paper)}

@media(max-width:960px){
  .ind-challenge-grid{grid-template-columns:repeat(2,1fr)}
  .ind-gov-sol-grid{grid-template-columns:1fr}
  .ind-position-grid{grid-template-columns:repeat(2,1fr)}
  .ind-workflow{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;justify-content:flex-start;padding-bottom:8px;scrollbar-width:none}
  .ind-workflow::-webkit-scrollbar{display:none}
  .ind-workflow-step{flex:0 0 auto;min-width:110px}
  .ind-workflow-arrow{flex:0 0 16px}
}
@media(max-width:600px){
  .ind-challenge-grid,.ind-position-grid{grid-template-columns:1fr}
}
