.index2-page {
  --b2-blue: #0071bc;
  --b2-blue-dark: #00558f;
  --b2-ink: #101416;
  --b2-grey: #f0f3f5;
  --b2-line: rgba(16, 20, 22, .15);
  background: #fff;
  color: var(--b2-ink);
}

.index2-page [id] { scroll-margin-top: 78px; }
.index2-page .container { width: min(calc(100% - 64px), 1370px); }
.index2-page h1,
.index2-page h2,
.index2-page h3 { font-family: "Barlow Semi Condensed", "Arial Narrow", sans-serif; }

.index2-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 60;
  border-bottom: 1px solid rgba(16,20,22,.1);
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(18px);
  transition: box-shadow 240ms ease, transform 240ms ease;
}
.index2-header.is-scrolled { box-shadow: 0 12px 34px rgba(14,28,36,.08); }
.index2-header .nav { min-height: 78px; }
.index2-header .brand-mark { width: 104px; height: 60px; }
.index2-header .nav-links { gap: clamp(18px, 2vw, 34px); }
.index2-header .nav-links a:not(.header-contact) { color: #3b474d; font-size: .9rem; }
.index2-header .nav-links a:not(.header-contact)::after { bottom: -10px; }
.index2-header .header-contact {
  display: inline-flex;
  min-height: 78px;
  align-items: center;
  gap: 34px;
  margin-left: 8px;
  padding: 0 30px;
  color: #fff;
  background: var(--b2-blue);
  transition: background 180ms ease;
}
.index2-header .nav-links a.header-contact { color: #fff; }
.index2-header .nav-links a.header-contact::after { display: none; }
.index2-header .header-contact:hover { background: var(--b2-blue-dark); }

.b2-kicker {
  margin: 0 0 22px;
  color: var(--b2-blue);
  font-family: "Barlow Semi Condensed", "Arial Narrow", sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.b2-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding-top: 78px;
  color: #fff;
  background: #111719;
}
.b2-hero__media { position: absolute; inset: 78px 0 0; margin: 0; }
.b2-hero__media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,13,15,.93) 0%, rgba(8,13,15,.72) 37%, rgba(8,13,15,.18) 70%),
    linear-gradient(0deg, rgba(8,13,15,.76), transparent 48%);
  content: "";
}
.b2-hero__media img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 58% center; animation: b2-hero-in 1.4s cubic-bezier(.2,.75,.2,1) both; }
@keyframes b2-hero-in { from { opacity: .3; transform: scale(1.06); } to { opacity: 1; transform: scale(1.015); } }
.b2-hero__inner { position: relative; z-index: 2; display: grid; min-height: calc(100svh - 78px); grid-template-columns: minmax(0, 1.25fr) minmax(250px, .42fr); align-items: end; gap: 9vw; padding-top: 15vh; padding-bottom: 12vh; }
.b2-hero__copy { max-width: 820px; animation: b2-copy-in .85s cubic-bezier(.2,.75,.2,1) .15s both; }
@keyframes b2-copy-in { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
.b2-hero .b2-kicker { color: #9bd9ff; }
.b2-hero h1 { max-width: 840px; margin: 0 0 30px; font-size: clamp(4rem, 6.2vw, 7rem); font-weight: 600; letter-spacing: -.035em; line-height: .92; }
.b2-hero__copy > p:not(.b2-kicker) { max-width: 670px; margin-bottom: 0; color: rgba(255,255,255,.76); font-size: clamp(1.05rem, 1.4vw, 1.28rem); line-height: 1.55; }
.b2-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.b2-button { display: inline-flex; min-height: 56px; align-items: center; justify-content: space-between; gap: 36px; padding: 0 24px; font-family: "Barlow Semi Condensed", sans-serif; font-size: .95rem; font-weight: 700; transition: color 220ms ease, background 220ms ease; }
.b2-button span { transition: transform 260ms cubic-bezier(.2,.75,.2,1); }
.b2-button:hover span { transform: translate(4px,-3px); }
.b2-button--primary { color: #fff; background: var(--b2-blue); }
.b2-button--primary:hover { background: var(--b2-blue-dark); }
.b2-button--light { color: var(--b2-ink); background: #fff; }
.b2-button--light:hover { color: #fff; background: var(--b2-ink); }
.b2-hero__index { display: grid; align-self: end; grid-template-columns: 38px 1fr; border-top: 1px solid rgba(255,255,255,.45); animation: b2-copy-in .85s cubic-bezier(.2,.75,.2,1) .38s both; }
.b2-hero__index span,
.b2-hero__index strong { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.b2-hero__index span { color: #9bd9ff; font-family: monospace; font-size: .66rem; }
.b2-hero__index strong { font-family: "Barlow Semi Condensed", sans-serif; font-size: .88rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.b2-scroll-cue { position: absolute; z-index: 3; right: 0; bottom: 0; display: flex; width: 210px; height: 64px; align-items: center; justify-content: center; gap: 22px; color: var(--b2-ink); background: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.b2-scroll-cue i { position: relative; width: 1px; height: 24px; overflow: hidden; background: rgba(16,20,22,.25); }
.b2-scroll-cue i::after { position: absolute; top: -100%; left: 0; width: 1px; height: 100%; background: var(--b2-blue); content: ""; animation: b2-scroll 1.8s ease-in-out infinite; }
@keyframes b2-scroll { 0% { transform: translateY(0); } 70%,100% { transform: translateY(200%); } }

.b2-jump { position: sticky; z-index: 35; top: 78px; border-bottom: 1px solid var(--b2-line); background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
.b2-jump__inner { display: flex; min-height: 62px; align-items: center; justify-content: space-between; gap: 40px; }
.b2-jump__inner > span { color: var(--b2-blue); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.b2-jump__inner > div { display: flex; height: 62px; align-items: stretch; gap: 34px; }
.b2-jump a { position: relative; display: inline-flex; align-items: center; color: #59666d; font-size: .76rem; font-weight: 700; }
.b2-jump a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--b2-blue); content: ""; transform: scaleX(0); transition: transform 220ms ease; }
.b2-jump a:hover { color: var(--b2-ink); }
.b2-jump a:hover::after { transform: scaleX(1); }

.b2-section { padding: 130px 0; }
.b2-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .55fr); align-items: end; gap: 10vw; margin-bottom: 74px; }
.b2-heading h2 { margin: 0; font-size: clamp(3.1rem, 5vw, 5.6rem); font-weight: 600; letter-spacing: -.035em; line-height: .94; }
.b2-heading > p { max-width: 520px; margin: 0 0 5px; color: #68757c; font-size: 1.05rem; }

.b2-product-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr); gap: 2px; background: var(--b2-line); }
.b2-product { position: relative; display: flex; min-height: 720px; overflow: hidden; padding: 34px; color: #fff; background: #152023; flex-direction: column; justify-content: space-between; }
.b2-product figure { position: absolute; inset: 0; margin: 0; overflow: hidden; }
.b2-product figure::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,13,16,.2), rgba(7,13,16,.05) 42%, rgba(7,13,16,.88)); content: ""; transition: background 500ms ease; }
.b2-product img { width: 100%; height: 100%; max-width: none; object-fit: cover; transition: transform .8s cubic-bezier(.2,.75,.2,1); }
.b2-product--machine img { object-position: 57% center; }
.b2-product--film img { object-position: 56% center; }
.b2-product:hover img { transform: scale(1.035); }
.b2-product:hover figure::after { background: linear-gradient(180deg, rgba(7,13,16,.1), rgba(7,13,16,.02) 42%, rgba(7,13,16,.93)); }
.b2-product__top,
.b2-product__body { position: relative; z-index: 2; }
.b2-product__top { display: flex; justify-content: space-between; gap: 20px; font-family: monospace; font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.b2-product__top i { display: grid; width: 42px; height: 42px; margin-top: -12px; border: 1px solid rgba(255,255,255,.46); border-radius: 50%; place-items: center; font-style: normal; transition: color 220ms ease, background 220ms ease, transform 220ms ease; }
.b2-product:hover .b2-product__top i { color: var(--b2-ink); background: #fff; transform: rotate(45deg); }
.b2-product__body { max-width: 690px; }
.b2-product__body h3 { margin: 0 0 22px; font-size: clamp(2.7rem, 4vw, 4.6rem); font-weight: 600; letter-spacing: -.025em; line-height: .94; }
.b2-product--film .b2-product__body h3 { font-size: clamp(2.5rem, 3.3vw, 3.8rem); }
.b2-product__body p { max-width: 610px; margin-bottom: 30px; color: rgba(255,255,255,.72); }
.b2-text-link { display: inline-flex; align-items: center; gap: 22px; padding-bottom: 7px; border-bottom: 1px solid currentColor; color: inherit; font-size: .8rem; font-weight: 700; letter-spacing: .04em; }
.b2-text-link i { font-style: normal; transition: transform 220ms ease; }
.b2-product:hover .b2-text-link i,
.b2-text-link:hover i { transform: translateX(5px); }

.b2-process { position: relative; display: grid; min-height: 250vh; grid-template-columns: 56% 44%; background: #f3f5f6; }
.b2-process__visual { position: sticky; top: 0; height: 100vh; overflow: hidden; background: #111719; }
.b2-process__visual figure { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.045); transition: opacity .65s ease, transform 1.1s cubic-bezier(.2,.75,.2,1); }
.b2-process__visual figure.is-active { z-index: 1; opacity: 1; transform: scale(1); }
.b2-process__visual figure::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,10,12,.68), transparent 42%); content: ""; }
.b2-process__visual img { width: 100%; height: 100%; max-width: none; object-fit: cover; }
.b2-process__visual figure:nth-child(1) img { object-position: center; }
.b2-process__visual figure:nth-child(2) img { object-position: 61% center; }
.b2-process__visual figure:nth-child(3) img { object-position: 60% center; }
.b2-process__meter { position: absolute; z-index: 3; right: 34px; bottom: 34px; left: 34px; height: 2px; overflow: hidden; background: rgba(255,255,255,.3); }
.b2-process__meter span { display: block; width: 100%; height: 100%; background: #fff; transform: scaleX(var(--b2-process-progress, 0)); transform-origin: left; }
.b2-process__label { position: absolute; z-index: 3; right: 34px; bottom: 55px; left: 34px; display: flex; align-items: end; justify-content: space-between; color: #fff; }
.b2-process__label span { color: rgba(255,255,255,.6); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.b2-process__label strong { font-family: "Barlow Semi Condensed", sans-serif; font-size: 1.1rem; font-weight: 600; }
.b2-process__story { padding: 18vh clamp(40px, 5vw, 90px) 22vh; }
.b2-process__intro { min-height: 70vh; }
.b2-process__intro h2 { max-width: 620px; margin: 0 0 28px; font-size: clamp(3rem, 4.8vw, 5.2rem); font-weight: 600; letter-spacing: -.035em; line-height: .94; }
.b2-process__intro > p:last-child { max-width: 510px; color: #66737a; font-size: 1.05rem; }
.b2-process__step { display: grid; min-height: 60vh; grid-template-columns: 50px 1fr; align-content: center; gap: 26px; border-top: 1px solid var(--b2-line); opacity: .35; transition: opacity 420ms ease; }
.b2-process__step.is-active { opacity: 1; }
.b2-process__step > span { padding-top: 10px; color: var(--b2-blue); font-family: monospace; font-size: .7rem; }
.b2-process__step h3 { margin: 0 0 18px; font-size: clamp(2.3rem, 3.4vw, 3.8rem); font-weight: 600; letter-spacing: -.025em; line-height: .96; }
.b2-process__step p { max-width: 510px; margin: 0; color: #66737a; }

.b2-capabilities { color: #fff; background: var(--b2-ink); }
.b2-heading--light > p { color: rgba(255,255,255,.58); }
.b2-capabilities .b2-kicker { color: #8fd4ff; }
.b2-capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.b2-capability-grid article { min-height: 310px; padding: 30px 30px 30px 0; border-right: 1px solid rgba(255,255,255,.16); }
.b2-capability-grid article + article { padding-left: 30px; }
.b2-capability-grid article:last-child { border-right: 0; }
.b2-capability-grid span { display: block; margin-bottom: 95px; color: #8fd4ff; font-family: monospace; font-size: .68rem; }
.b2-capability-grid h3 { margin: 0 0 16px; font-size: 1.65rem; font-weight: 600; }
.b2-capability-grid p { margin: 0; color: rgba(255,255,255,.56); font-size: .88rem; }
.b2-engineering { display: grid; min-height: 610px; margin-top: 95px; grid-template-columns: 1.05fr .95fr; background: #fff; color: var(--b2-ink); }
.b2-engineering figure { min-height: 500px; margin: 0; overflow: hidden; }
.b2-engineering figure img { width: 100%; height: 100%; object-fit: cover; }
.b2-engineering > div { padding: clamp(42px, 5vw, 78px); }
.b2-engineering h3 { max-width: 560px; margin: 0 0 40px; font-size: clamp(2.5rem, 3.8vw, 4.1rem); font-weight: 600; letter-spacing: -.03em; line-height: .96; }
.b2-engineering ol { margin: 0 0 42px; padding: 0; list-style: none; }
.b2-engineering li { display: grid; grid-template-columns: 48px 1fr; padding: 13px 0; border-top: 1px solid var(--b2-line); font-size: .86rem; font-weight: 650; }
.b2-engineering li:last-child { border-bottom: 1px solid var(--b2-line); }
.b2-engineering li span { color: var(--b2-blue); font-family: monospace; font-size: .66rem; }

.b2-proof { background: #fff; }
.b2-insights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.b2-insights a { position: relative; display: grid; grid-template-columns: 1fr 26px; padding-top: 22px; border-top: 1px solid var(--b2-ink); }
.b2-insights figure { grid-column: 1 / -1; aspect-ratio: 16 / 10; margin: 0 0 25px; overflow: hidden; background: var(--b2-grey); }
.b2-insights img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.75,.2,1); }
.b2-insights a:hover img { transform: scale(1.04); }
.b2-insights span { grid-column: 1 / -1; margin-bottom: 13px; color: var(--b2-blue); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.b2-insights h3 { margin: 0; font-size: clamp(1.65rem, 2.2vw, 2.35rem); font-weight: 600; line-height: 1.05; }
.b2-insights > a > i { font-style: normal; transition: transform 220ms ease; }
.b2-insights a:hover > i { transform: translate(4px,-4px); }

.b2-contact { position: relative; min-height: 720px; overflow: hidden; color: #fff; background: #0d1518; }
.b2-contact > figure { position: absolute; inset: 0; margin: 0; }
.b2-contact > figure::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,12,14,.96), rgba(7,12,14,.7) 48%, rgba(7,12,14,.15)); content: ""; }
.b2-contact > figure img { width: 100%; height: 100%; object-fit: cover; object-position: 63% center; }
.b2-contact__inner { position: relative; display: flex; min-height: 720px; align-items: center; }
.b2-contact__inner > div { max-width: 710px; }
.b2-contact .b2-kicker { color: #94d6ff; }
.b2-contact h2 { margin: 0 0 28px; font-size: clamp(3.4rem, 5.5vw, 6.2rem); font-weight: 600; letter-spacing: -.035em; line-height: .92; }
.b2-contact__inner p:not(.b2-kicker) { max-width: 570px; color: rgba(255,255,255,.66); font-size: 1.04rem; }
.b2-contact .b2-button { margin-top: 26px; }
.b2-fixed-contact { position: fixed; z-index: 45; top: 48%; right: 0; display: flex; width: 54px; min-height: 184px; align-items: center; justify-content: space-around; padding: 18px 0; color: #fff; background: var(--b2-blue); writing-mode: vertical-rl; font-size: .69rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: width 220ms ease, background 220ms ease; }
.b2-fixed-contact i { font-style: normal; }
.b2-fixed-contact:hover { width: 62px; background: var(--b2-blue-dark); }

.b2-footer { padding-top: 78px; background: #fff; }
.b2-footer .footer-grid { padding-bottom: 66px; }
.b2-footer .footer-grid > div:first-child p { max-width: 390px; margin-top: 24px; }

.js [data-b2-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .7s ease, transform .8s cubic-bezier(.2,.75,.2,1); }
.js [data-b2-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .index2-header .nav-links { gap: 17px; }
  .index2-header .header-contact { gap: 15px; padding: 0 18px; }
  .b2-hero__inner { grid-template-columns: 1fr; }
  .b2-hero__index { display: none; }
  .b2-product-grid { grid-template-columns: 1.15fr .85fr; }
  .b2-capability-grid { grid-template-columns: repeat(2, 1fr); }
  .b2-capability-grid article:nth-child(2) { border-right: 0; }
  .b2-capability-grid article:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.16); }
}

@media (max-width: 980px) {
  .index2-header .nav-links { top: 78px; min-height: calc(100dvh - 78px); }
  .index2-header .header-contact { min-height: 54px; justify-content: space-between; padding: 0 20px; }
  .index2-header .menu-toggle { position: relative; display: grid; width: 42px; height: 42px; padding: 10px; place-content: center; gap: 6px; }
  .index2-header .menu-toggle span { display: block; width: 22px; height: 2px; background: currentColor; }
  .b2-product-grid { grid-template-columns: 1fr; }
  .b2-product { min-height: 650px; }
  .b2-process { display: block; min-height: 0; }
  .b2-process__visual { top: 78px; z-index: 1; height: 58vh; }
  .b2-process__story { position: relative; z-index: 2; padding: 80px 32px 100px; background: #f3f5f6; }
  .b2-process__intro { min-height: 0; margin-bottom: 80px; }
  .b2-process__step { min-height: 420px; }
  .b2-engineering { grid-template-columns: 1fr; }
  .b2-insights { gap: 18px; }
  .b2-fixed-contact { display: none; }
}

@media (max-width: 720px) {
  .index2-page .container { width: min(calc(100% - 30px), 1370px); }
  .index2-header .brand-mark { width: 90px; height: 56px; }
  .b2-hero__media { inset: 78px 0 0; }
  .b2-hero__media img { object-position: 66% center; }
  .b2-hero__media::after { background: linear-gradient(90deg, rgba(8,13,15,.94), rgba(8,13,15,.64)), linear-gradient(0deg, rgba(8,13,15,.8), transparent 55%); }
  .b2-hero__inner { align-items: center; padding-top: 80px; padding-bottom: 95px; }
  .b2-hero h1 { max-width: 100%; font-size: clamp(3rem, 13.2vw, 3.7rem); overflow-wrap: break-word; }
  .b2-hero__copy > p:not(.b2-kicker) { font-size: 1rem; }
  .b2-scroll-cue { display: none; }
  .b2-actions { align-items: stretch; flex-direction: column; }
  .b2-button { width: 100%; }
  .b2-jump__inner { overflow-x: auto; }
  .b2-jump__inner > span { display: none; }
  .b2-jump__inner > div { min-width: max-content; gap: 28px; }
  .b2-section { padding: 90px 0; }
  .b2-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 48px; }
  .b2-heading h2 { font-size: clamp(3rem, 13vw, 4.2rem); }
  .b2-product { min-height: 560px; padding: 24px; }
  .b2-product__body h3,
  .b2-product--film .b2-product__body h3 { font-size: 2.65rem; }
  .b2-product__body p { font-size: .88rem; }
  .b2-process__visual { height: 52vh; }
  .b2-process__label { right: 20px; bottom: 42px; left: 20px; }
  .b2-process__meter { right: 20px; bottom: 24px; left: 20px; }
  .b2-process__story { padding: 66px 20px 80px; }
  .b2-process__step { min-height: 390px; grid-template-columns: 35px 1fr; gap: 14px; }
  .b2-capability-grid { grid-template-columns: 1fr; }
  .b2-capability-grid article,
  .b2-capability-grid article + article { min-height: 0; padding: 28px 0 32px; border-right: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .b2-capability-grid span { margin-bottom: 55px; }
  .b2-engineering { min-height: 0; margin-top: 70px; }
  .b2-engineering figure { min-height: 320px; }
  .b2-engineering > div { padding: 38px 24px 46px; }
  .b2-insights { grid-template-columns: 1fr; gap: 60px; }
  .b2-contact,
  .b2-contact__inner { min-height: 680px; }
  .b2-contact > figure img { object-position: 69% center; }
  .b2-contact > figure::after { background: rgba(7,12,14,.75); }
  .b2-contact h2 { font-size: 3.4rem; }
}

@media (prefers-reduced-motion: reduce) {
  .b2-hero__media img,
  .b2-hero__copy,
  .b2-hero__index { animation: none; }
  .js [data-b2-reveal] { opacity: 1; transform: none; }
  .b2-scroll-cue i::after { animation: none; }
  .b2-process__visual figure { transition: none; }
}
