/* =====================================================================
   INDUSTRIES group
   /industries/{healthcare,real-estate,logistics,finance}/
   Only what the shared components do not cover. v5 tokens only.
   ===================================================================== */

/* ---------- shared: hero media column ---------- */
.ihero__slot { width: 100%; max-width: 400px; justify-self: end; }
.phero__meta .tag { font-size: var(--fs-xs); }

/* ---------- industries: capability rows ---------- */
.caps { border-top: 1px solid var(--line-2); }
.cap { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.1fr) minmax(0, 1fr); gap: 20px clamp(24px, 4vw, 56px);
  padding: 34px 0; border-bottom: 1px solid var(--line-2); align-items: start; }
.cap__head { display: flex; gap: 16px; align-items: flex-start; }
.cap__head > i { width: 50px; height: 50px; flex: none; border-radius: 50%; display: grid; place-items: center; background: var(--teal); color: #061011; font-size: 24px; }
.cap__kicker { display: block; font-size: var(--fs-xs); font-weight: 600; color: var(--gold-l); margin-bottom: 6px; }
.cap h3 { font-size: var(--fs-h3); line-height: 1.2; font-weight: 700; letter-spacing: -.02em; }
.cap > p { color: var(--ink-2); font-size: var(--fs-body); }
.cap__side { display: grid; gap: 16px; justify-items: start; }
.cap__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.cap__chips span, .chips-d span { font-size: var(--fs-xs); padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.05); border: 1px solid var(--line); color: var(--ink-2); }
.cap .link-arrow { font-size: var(--fs-sm); }

/* ---------- industries: "what stays with a person" panel ---------- */
.keep { padding: clamp(24px, 3vw, 36px); border-radius: var(--r); border: 1px solid rgba(217,163,22,.4);
  background: linear-gradient(145deg, rgba(217,163,22,.1), rgba(255,255,255,.02) 60%); }
.keep__ico { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: #1a1300; font-size: 24px; margin-bottom: 20px; }
.keep h3 { font-size: var(--fs-h3); font-weight: 700; letter-spacing: -.01em; }
.keep > p { color: var(--ink-2); font-size: var(--fs-body); margin-top: 10px; }
.dots-d { margin: 18px 0 24px; display: grid; gap: 10px; }
.dots-d li { position: relative; padding-left: 20px; color: var(--ink-2); font-size: var(--fs-sm); }
.dots-d li::before { content: ""; position: absolute; left: 2px; top: 9px; width: 7px; height: 7px; border-radius: 50%; background: var(--teal-l); }

/* ---------- industries: example workflow cards (v5 pastel + .flow) ---------- */
.xgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start; }
.xcard { padding: clamp(24px, 3vw, 40px); border-radius: 28px; color: #0e1718; background: #cfe6e6; }
.xcard--sand { background: #f4e6b8; }
.xcard--stone { background: #ebe3d5; }
.xcard--grey { background: #dfe3ea; }
.xcard h3 { font-size: var(--fs-h3); line-height: 1.15; letter-spacing: -.03em; font-weight: 800; margin: 16px 0 10px; }
.xcard > p { color: #2a3537; }
.xcard .flow__title, .flow__title { font-size: var(--fs-xs); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #3b4648; margin: 22px 0 12px; }
.xcard .flow { margin: 0; }

/* ---------- industries: blueprint callout + sibling links ---------- */
.xblue { margin-top: clamp(48px, 6vw, 72px); }
.callout__kicker { font-size: var(--fs-xs); font-weight: 600; color: var(--teal-l); margin-bottom: 4px; }
.callout .callout__kicker { margin-top: 0; }
.sibs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; align-items: center; }
.sibs__lbl { color: var(--ink-3); font-size: var(--fs-sm); margin-right: 6px; }

/* ---------- industries (round 2): capability tabs panel ---------- */
.icap { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.icap__kicker { display: block; font-size: var(--fs-xs); font-weight: 600; color: var(--gold-l); margin-bottom: 8px; }
.icap .body { margin: 12px 0 20px; max-width: 60ch; }
.icap__side { padding: 24px; border-radius: var(--r); border: 1px solid var(--line-2); background: var(--card); }
.icap__lbl { font-size: var(--fs-xs); text-transform: uppercase; letter-spacing: .08em; color: var(--ink-3); font-weight: 600; margin-bottom: 14px; }

/* ---------- industries (round 2): automation candidates above the workflows ---------- */
.xauto { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(28px, 5vw, 64px); align-items: start; margin-bottom: clamp(40px, 5vw, 64px); }
.xauto .body { margin: 10px 0 18px; }
.stackc .stackc__body > .checks { margin: 16px 0 0; }

/* ---------- industries (round 2): other industries row above the CTA ---------- */
.sibs--row { margin-top: 0; padding-bottom: var(--sec-y-tight); justify-content: center; }

/* ---------- solutions: hero jump panel ---------- */
.jump { padding: 26px; border-radius: var(--r); border: 1px solid var(--line-2); background: linear-gradient(135deg, #1b1b1c, #131314); }
.jump h2 { font-size: var(--fs-xs); text-transform: uppercase; letter-spacing: .08em; color: var(--ink-3); font-weight: 600; margin-bottom: 8px; }
.jump a { display: flex; align-items: center; gap: 14px; padding: 14px 4px; border-top: 1px solid var(--line); text-decoration: none; color: var(--ink); transition: color .25s; }
.jump a:first-of-type { border-top: 0; }
.jump a > i:first-child { width: 40px; height: 40px; flex: none; border-radius: 12px; display: grid; place-items: center; font-size: 20px; color: var(--teal-l); background: rgba(255,255,255,.05); border: 1px solid var(--line-2); }
.jump a span { flex: 1; display: grid; }
.jump a b { font-weight: 600; font-size: var(--fs-body); }
.jump a small { color: var(--ink-3); font-size: var(--fs-xs); line-height: 1.45; }
.jump a > i:last-child { color: var(--teal-l); transition: transform .3s var(--ease); }
.jump a:hover b { color: var(--teal-l); }
.jump a:hover > i:last-child { transform: translateY(3px); }

/* ---------- solutions: signals ---------- */
.signals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; counter-reset: sg; }
.signals li { counter-increment: sg; position: relative; padding: 28px 28px 30px; border-radius: var(--r); border: 1px solid var(--line-2); background: var(--card); }
.signals li::before { content: "0" counter(sg); display: block; font-size: var(--fs-xs); font-weight: 700; letter-spacing: .06em; color: var(--gold-l); margin-bottom: 14px; }
.signals p { font-size: var(--fs-h4); line-height: 1.45; font-weight: 600; color: var(--ink); text-wrap: pretty; }

/* ---------- solutions: offering rows ---------- */
.offers { display: grid; gap: clamp(64px, 8vw, 112px); }
.offer { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: center; scroll-margin-top: 110px; }
.offer--rev > :first-child { order: 2; }
.offer__kicker { display: inline-flex; align-items: center; gap: 8px; font-size: var(--fs-xs); font-weight: 600; color: var(--gold-l); margin-bottom: 12px; }
.offer__kicker i { color: var(--teal-l); font-size: 18px; }
.offer .body { margin-top: 14px; }
.offer .checks { margin: 22px 0 0; }
.offer .btns { margin-top: 26px; }
.offer__card { padding: 28px; border-radius: var(--r); border: 1px solid var(--line-2); background: var(--card); }
.offer__card h4 { font-size: var(--fs-xs); text-transform: uppercase; letter-spacing: .08em; color: var(--ink-3); font-weight: 600; margin-bottom: 14px; }
.offer__card * + h4 { margin-top: 26px; }
.offer__card > p { color: var(--ink-2); font-size: var(--fs-body); }
.chips-d { display: flex; flex-wrap: wrap; gap: 8px; }
.offer__rule { display: flex; gap: 12px; margin-top: 22px; padding: 16px 18px; border-radius: var(--r-s); border-left: 2px solid var(--gold); background: linear-gradient(90deg, rgba(217,163,22,.08), rgba(255,255,255,.02)); color: var(--ink-2); font-size: var(--fs-sm); }
.offer__rule i { color: var(--gold-l); font-size: 20px; flex: none; }
.offer__rule b { color: var(--ink); font-weight: 600; }
.offer .shot { padding: 22px; border-radius: 24px; }
.offer .shot img { display: block; width: 100%; height: auto; }
.offer .xcard .tag { margin-bottom: 4px; }
.offer .xcard .flow__title { margin-top: 12px; }

/* ---------- solutions: outcomes ---------- */
.outs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.out { padding: 28px; border-radius: var(--r); border: 1px solid var(--line-2); background: var(--card); }
.out i { font-size: 28px; color: var(--teal-l); }
.out p { margin-top: 16px; font-size: var(--fs-lead); font-weight: 600; line-height: 1.45; color: var(--ink); text-wrap: pretty; }
.card--pastel h3 { color: #0e1718; }
.card--pastel .card__kicker { color: #6b5519; }
.reading { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 28px; }

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  .cap { grid-template-columns: 1fr 1fr; }
  .cap__side { grid-column: 2; }
}
@media (max-width: 960px) {
  .icap, .xauto { grid-template-columns: 1fr; }
  .ihero__slot { max-width: 100%; justify-self: stretch; aspect-ratio: 16 / 9; }
  .offer, .xgrid { grid-template-columns: 1fr; }
  .offer--rev > :first-child { order: 0; }
  .signals, .outs { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .cap { grid-template-columns: 1fr; gap: 14px; padding: 26px 0; }
  .cap__side { grid-column: auto; }
  .cap__head > i { width: 44px; height: 44px; font-size: 21px; }
  .signals li, .out { padding: 22px; }
  .offer__card { padding: 22px; }
  .offer .shot { padding: 12px; border-radius: 18px; }
  .xcard { border-radius: 22px; }
  .flow--layers li:nth-child(odd) { margin-right: 16px; }
  .flow--layers li:nth-child(even) { margin-left: 16px; }
}
.offer__card .dots-d:last-child { margin-bottom: 0; }

/* ---------- industries: image round (photo per section) ---------- */
.imed { position: relative; margin: 0; overflow: hidden; border-radius: var(--r); border: 1px solid var(--line-2); background: #151516; }
.imed img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.85); }
.imed::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(15,15,16,0) 55%, rgba(15,15,16,.3)), rgba(15,15,16,.06); }
.ichal { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: stretch; }
.ichal .feats--1 { gap: 28px; align-content: center; }
.imed--chal { min-height: 380px; }
.imed--wide { aspect-ratio: 21 / 8; margin-bottom: clamp(28px, 4vw, 44px); }
.imed--wide[data-ipar] img { position: absolute; left: 0; top: -9%; height: 118%; will-change: transform; }
.ihead { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(28px, 5vw, 64px); align-items: center; margin-bottom: clamp(32px, 4vw, 48px); }
.ihead .sec-head { margin-bottom: 0; }
.imed--head { aspect-ratio: 16 / 10; }
.keep--img { padding-top: 0; overflow: hidden; }
.imed--keep { aspect-ratio: 16 / 9; margin: 0 calc(-1 * clamp(24px, 3vw, 36px)) clamp(22px, 2.6vw, 30px); border: 0; border-bottom: 1px solid rgba(217,163,22,.3); border-radius: 0; }
.keep--img .keep__ico { margin-top: -50px; position: relative; z-index: 2; box-shadow: 0 0 0 6px #17150f; }
.iprot { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.iprot .feats--1 { gap: 26px; }
.imed--prot { aspect-ratio: 4 / 3; }
.imed--faq { aspect-ratio: 4 / 3; margin-top: 28px; }
@media (max-width: 960px) {
  .ichal, .ihead, .iprot { grid-template-columns: 1fr; }
  .imed--chal { min-height: 0; aspect-ratio: 16 / 10; }
  .imed--wide { aspect-ratio: 16 / 9; }
}
@media (max-width: 767px) {
  .imed--faq { display: none; }
}

/* ---------- industries: visual round (cinematic hero, collage split, marquee, tab photos, photo cards) ---------- */
.bigsplit__txt > .feats--1 { margin-top: 30px; gap: 22px; }
.ichal2 .bigsplit__media [data-collage] { --u: clamp(40px, 3.9vw, 58px); }
.imq-band { padding: clamp(8px, 1.5vw, 16px) 0 clamp(8px, 2vw, 24px); }
.iwide { aspect-ratio: 21 / 9; margin-bottom: clamp(32px, 4vw, 52px); }
.iwide > img { filter: saturate(.85); }
.utabs__panel--media { margin-top: 8px; }
.icap2 .icap__kicker { margin-bottom: 8px; }
.icap2 .body { margin: 12px 0 22px; max-width: 58ch; }
.icap2 .cap__chips { margin-bottom: 24px; }
.utabs__panel--media .utabs__media { aspect-ratio: 5 / 4; }
.isibs { padding-bottom: var(--sec-y-tight); }
.isibs .sibs__lbl { display: block; text-align: center; margin: 0 0 18px; }
.isibs .pcard--bg { min-height: clamp(220px, 20vw, 280px); }
.isibs .pcard--bg h3 { font-size: var(--fs-h3); display: flex; align-items: center; gap: 10px; }
.isibs .pcard--bg h3 i { color: var(--teal-l); font-size: .8em; transition: transform .3s var(--ease); }
.isibs .pcard--bg:hover h3 i { transform: translateX(4px); }
@media (max-width: 960px) {
  .iwide { aspect-ratio: 16 / 9; }
  .utabs__panel--media .utabs__media { aspect-ratio: 16 / 10; }
}
@media (max-width: 767px) {
  .isibs__grid { grid-template-columns: 1fr; }
  .isibs .pcard--bg { min-height: 180px; }
}
