/* ══════════════════════════════════════════════════════════════════
   Corbit — Home page
   Ported 1:1 from the "Home page-Final" canvas.
   Section order: hero · axes · approach · products · sectors ·
                  security · resources · final CTA
   ══════════════════════════════════════════════════════════════════ */

/* ── Shared section furniture ─────────────────────────────────────── */
.sec-title {
  font-size: 46px;
  line-height: 1.42;
  font-weight: var(--fw-black);
  letter-spacing: -.03em;
  color: var(--black);
}
.sec-lead {
  font-size: 16.5px;
  line-height: 2.05;
  color: var(--gray-1000);
}
.sec-head {
  display: grid;
  gap: 64px;
  align-items: end;
}

.eyebrow-label {
  font-size: 12.5px;
  font-weight: var(--fw-semibold);
  color: var(--gray-800);
  margin-bottom: 18px;
}

/* ═══════════ 01 · HERO ═══════════ */
.hero {
  position: relative;
  height: calc(100vh - 66px);
  min-height: 620px;
  max-height: 880px;
  background: var(--blue-10);
  overflow: hidden;
}

.hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.1s ease;
}
.hero__slide.is-active { opacity: 1; }
.hero__slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  animation: nhDrift 16s ease-in-out infinite alternate;
}
.hero__slide:nth-child(1) img { object-position: 24% center; }
.hero__slide:nth-child(2) img { object-position: 35% center; }
.hero__slide:nth-child(3) img { object-position: 40% center; }
.hero__slide:nth-child(4) img { object-position: 45% center; }

/* cyan light that follows the pointer across the photograph */
.hero__lens {
  position: absolute;
  top: 0;
  left: 0;
  width: 620px;
  height: 620px;
  margin: -310px 0 0 -310px;
  background: radial-gradient(circle,
    rgba(1, 233, 197, .20) 0%,
    rgba(1, 233, 197, .06) 42%,
    rgba(1, 233, 197, 0) 66%);
  pointer-events: none;
  opacity: 0;
  transition: opacity .45s ease;
  mix-blend-mode: screen;
  z-index: 1;
}

.hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left,
    rgba(0, 19, 75, .95) 0%,
    rgba(0, 19, 75, .86) 30%,
    rgba(0, 19, 75, .4) 62%,
    rgba(0, 19, 75, .14) 100%);
  pointer-events: none;
}
.hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}

.hero__body {
  position: relative;
  height: 100%;
  max-width: var(--container-site);
  margin: 0 auto;
  padding: 0 var(--gutter) 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
}
.hero__copy { max-width: 660px; }

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 32px;
  font-size: 13px;
  font-weight: var(--fw-semibold);
  color: var(--mint-7);
}

.hero__title {
  margin: 0 0 26px;
  font-size: 68px;
  line-height: 1.24;
  font-weight: var(--fw-black);
  letter-spacing: -.035em;
  color: var(--white);
}
.hero__title span {
  font-weight: var(--fw-medium);
  color: rgba(255, 255, 255, .5);
}

.hero__text {
  margin: 0 0 44px;
  font-size: 17.5px;
  line-height: 2.05;
  color: rgba(255, 255, 255, .72);
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  pointer-events: auto;
}

/* sector rail — proves the breadth without a word of extra copy */
.hero__rail {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.hero__rail-inner {
  max-width: var(--container-site);
  margin: 0 auto;
  padding: 0 var(--gutter) 30px;
}
.hero__tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .16);
  pointer-events: auto;
}
.hero__tab {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 18px 18px 16px 14px;
  text-align: right;
  transition: opacity .3s ease;
}
.hero__tab-bar {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, .16);
}
.hero__tab-fill {
  position: absolute;
  inset: 0;
  background: var(--mint-7);
  transform: scaleX(0);
  transform-origin: right;
}
.hero__tab-label {
  font-size: 13px;
  font-weight: var(--fw-medium);
  line-height: 1.6;
  color: rgba(255, 255, 255, .5);
  transition: color .4s ease;
}
.hero__tab.is-active .hero__tab-label {
  font-weight: var(--fw-bold);
  color: var(--white);
}

/* ═══════════ 02 · SERVICE AXES ═══════════ */
.axes {
  background: var(--gray-50);
  border-top: 1px solid var(--border-main);
}
.axes__inner { padding: 104px var(--gutter) 110px; }
.axes__head {
  grid-template-columns: 1.15fr 1fr;
  margin-bottom: 52px;
}

.axes__tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid var(--border-strong);
  border-bottom: 1px solid var(--border-strong);
  background: var(--white);
}
.axes__tab {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  padding: 22px 20px 24px;
  text-align: right;
  background: var(--gray-50);
  border-left: 1px solid var(--border-main);
  transition: background .2s ease;
}
.axes__tab:last-child { border-left: 0; }
.axes__tab.is-active { background: var(--white); }
.axes__tab-bar {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 2px;
  background: transparent;
  transition: background .25s ease;
}
.axes__tab.is-active .axes__tab-bar { background: var(--mint-7); }
.axes__tab-num {
  direction: ltr;
  font-family: var(--font-fa);
  font-size: 10.5px;
  letter-spacing: .08em;
  color: var(--gray-700);
}
.axes__tab.is-active .axes__tab-num { color: var(--blue-8); }
.axes__tab-name {
  font-size: 16px;
  font-weight: var(--fw-bold);
  letter-spacing: -.01em;
  color: var(--gray-1000);
  transition: color .2s ease;
}
.axes__tab.is-active .axes__tab-name { color: var(--black); }
.axes__tab-hint {
  font-size: 12px;
  line-height: 1.7;
  color: var(--gray-800);
}
.axes__tab.is-active .axes__tab-hint { color: var(--gray-1000); }

.axes__panel {
  background: var(--white);
  border: 1px solid var(--border-strong);
  border-top: none;
  padding: 48px 46px 44px;
  display: none;
}
.axes__panel.is-active {
  display: block;
  animation: axFade .32s cubic-bezier(.22, .61, .36, 1);
}
@keyframes axFade {
  from { opacity: .4; transform: translateY(6px); }
  to   { opacity: 1;  transform: translateY(0); }
}
.axes__panel-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: start;
}
.axes__question {
  font-size: 30px;
  line-height: 1.58;
  font-weight: var(--fw-black);
  letter-spacing: -.025em;
  color: var(--black);
  margin-bottom: 34px;
}
.axes__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 26px;
  border-top: 1px solid var(--border-main);
}
.axes__chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 6px 13px;
  background: var(--gray-50);
  border: 1px solid var(--border-main);
  font-size: 12.5px;
  font-weight: var(--fw-semibold);
  color: var(--gray-1100);
}
.axes__chip::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--mint-7);
}
.axes__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
.axes__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.axes__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  font-size: 14px;
  line-height: 1.95;
  color: var(--gray-1100);
}
.axes__item::before { content: ""; }
.axes__list--work .axes__item::before {
  width: 13px;
  height: 1.5px;
  background: var(--gray-500);
  margin-top: 11px;
}
.axes__list--out .axes__item::before {
  width: 6px;
  height: 6px;
  background: var(--mint-7);
  margin-top: 9px;
}

.axes__note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
  align-items: center;
  margin-top: 16px;
  padding: 36px 42px;
  background: var(--blue-10);
}
.axes__note::before {
  content: "";
  width: 3px;
  align-self: stretch;
  background: var(--mint-7);
}
.axes__note-title {
  font-size: 26px;
  line-height: 1.6;
  font-weight: var(--fw-black);
  letter-spacing: -.02em;
  color: var(--white);
  margin-bottom: 10px;
}
.axes__note-text {
  font-size: 15.5px;
  line-height: 2;
  color: rgba(255, 255, 255, .66);
  max-width: 720px;
}

/* ═══════════ 03 · APPROACH ═══════════ */
.approach { background: var(--white); }
.approach__inner { padding: 120px var(--gutter) 104px; }
.approach__title {
  max-width: 920px;
  margin: 0 0 30px;
}
.approach__lead {
  font-size: 18px;
  line-height: 2.05;
  color: var(--gray-1000);
}

.stages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 78px;
}
.stage {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 26px 34px 0;
  border-right: 1px solid var(--border-main);
}
.stage:first-child {
  padding: 26px 0 0 34px;
  border-right: 0;
}
.stage:last-child { padding: 26px 34px 0 0; }
.stage__bar {
  position: absolute;
  top: 0;
  right: 34px;
  left: 34px;
  height: 2px;
  background: var(--blue-8);
}
.stage:first-child .stage__bar { right: 0; }
.stage:last-child .stage__bar { left: 0; background: var(--mint-7); }

.stage__head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 18px;
}
.stage__title {
  font-size: 20px;
  font-weight: var(--fw-bold);
  letter-spacing: -.015em;
  color: var(--black);
}
.stage__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.stage__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  font-size: 14.5px;
  line-height: 1.95;
  color: var(--gray-1000);
}
.stage__item::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--mint-8);
  margin-top: 9px;
}

.approach__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 44px;
  padding-top: 26px;
  border-top: 1px solid var(--border-main);
}
.approach__foot-note {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  line-height: 1.9;
  color: var(--gray-1100);
}
.approach__foot-note::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--mint-7);
  flex-shrink: 0;
}
.approach__foot .qlink { font-size: 15px; }
.approach__foot .arrow { font-size: 16px; }

/* ═══════════ 04 · PRODUCTS (sticky stack) ═══════════ */
.products {
  border-top: 1px solid var(--border-main);
  background: var(--gray-50);
  padding-bottom: 84px;
}
.products__head { padding: 100px var(--gutter) 0; }
.products__title {
  margin: 0 0 16px;
  font-size: 44px;
  line-height: 1.4;
  font-weight: var(--fw-black);
  letter-spacing: -.02em;
  color: var(--black);
  max-width: 780px;
}
.products__lead {
  margin: 0 0 60px;
  font-size: 19px;
  line-height: 2.05;
  color: var(--gray-1000);
}
.products__stack { padding: 0 var(--gutter); }

.product {
  position: sticky;
  z-index: 1;
  height: calc(100vh - 240px);
  min-height: 520px;
  max-height: 700px;
  background: var(--white);
  border: 1px solid var(--border-strong);
  box-shadow: 0 -12px 40px rgba(0, 19, 75, .08);
  display: flex;
  flex-direction: column;
  margin-bottom: 36px;
}
.product:nth-of-type(1) { top: 50px;  z-index: 1; }
.product:nth-of-type(2) { top: 100px; z-index: 2; }
.product:nth-of-type(3) { top: 150px; z-index: 3; margin-bottom: 0; }

.product__bar {
  height: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 26px;
  border-bottom: 1px solid var(--border-main);
  background: var(--white);
}
.product__problem {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  font-weight: var(--fw-bold);
  color: var(--black);
}
.product__problem::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--mint-7);
  flex-shrink: 0;
}
.product__code {
  direction: ltr;
  font-family: var(--font-fa);
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--gray-800);
  white-space: nowrap;
}

.product__body {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  overflow: hidden;
}
.product__text {
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product:nth-of-type(1) .product__text { padding: 64px 40px; }
.product__name {
  margin: 0 0 6px;
  direction: ltr;
  text-align: right;
  font-size: 38px;
  line-height: 1.2;
  font-weight: var(--fw-black);
  letter-spacing: -.02em;
  color: var(--blue-8);
}
.product__desc {
  margin: 14px 0 24px;
  font-size: 15.5px;
  line-height: 2;
  color: var(--gray-1000);
}
.product__points {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}
.product__points li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14.5px;
  color: var(--gray-1100);
}
.product__points li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--mint-7);
  flex-shrink: 0;
}
.product__text .qlink { font-size: 15px; align-self: flex-start; }
.product__text .arrow { font-size: 16px; }

.product__media {
  background: var(--blue-10);
  padding: 34px;
  display: flex;
  align-items: center;
  border-right: 1px solid var(--border-main);
}
.product__media img {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .14);
}

.products__tail { height: 16vh; }

/* ═══════════ 05 · SECTORS ═══════════ */
.sectors { background: var(--white); }
.sectors__inner { padding: 104px var(--gutter); }
.sectors__head {
  grid-template-columns: 1.2fr 1fr;
  margin-bottom: 50px;
}
.sectors__title {
  font-size: 44px;
  line-height: 1.42;
  font-weight: var(--fw-black);
  letter-spacing: -.03em;
  color: var(--black);
}
.sectors__lead {
  font-size: 16px;
  line-height: 2.05;
  color: var(--gray-1000);
  padding-bottom: 16px;
}

.sectors__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}
.sector {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 252px;
  /* 22px card padding + the 22px gap the design leaves above the name */
  padding: 44px 20px 22px;
  background: var(--white);
  border: 1px solid var(--border-strong);
  will-change: transform, opacity;
  transition: transform .42s cubic-bezier(.22, .61, .36, 1),
              opacity .32s ease, border-color .25s ease, box-shadow .35s ease;
}
.sector__edge {
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  height: 3px;
  background: var(--mint-7);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s cubic-bezier(.22, .61, .36, 1);
}
.sector__name {
  display: block;
  font-size: 18px;
  font-weight: var(--fw-bold);
  line-height: 1.65;
  letter-spacing: -.01em;
  color: var(--black);
  margin-bottom: 14px;
  text-align: center;
  transition: color .25s ease;
}
.sector__need {
  display: block;
  font-size: 13.5px;
  line-height: 1.95;
  color: var(--gray-1000);
  text-align: center;
}
.sector__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 38px;
  flex-shrink: 0;
  margin-top: auto;
  padding: 0 16px;
  background: var(--blue-8);
  color: var(--white);
  font-size: 13.5px;
  font-weight: var(--fw-semibold);
  white-space: nowrap;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .24s ease, transform .28s cubic-bezier(.22, .61, .36, 1);
}

/* the hovered card comes forward, its neighbours recede */
.sectors__grid:hover .sector {
  transform: scale(.975);
  opacity: .55;
}
.sectors__grid .sector:hover {
  transform: scale(1.045) translateY(-6px);
  opacity: 1;
  z-index: 2;
  border-color: var(--blue-8);
  box-shadow: 0 22px 48px rgba(0, 19, 75, .16);
}
.sector:hover .sector__edge { transform: scaleX(1); }
.sector:hover .sector__name { color: var(--blue-8); }
.sector:hover .sector__cta { opacity: 1; transform: translateY(0); }

/* ═══════════ 06 · SECURITY ═══════════ */
.security {
  background: var(--gray-50);
  border-top: 1px solid var(--border-main);
}
.security__inner { padding: 88px var(--gutter) 92px; }
.security__head {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
}
.security__title {
  font-size: 38px;
  line-height: 1.45;
  font-weight: var(--fw-black);
  letter-spacing: -.025em;
  color: var(--black);
  max-width: 520px;
}
.security__aside {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.security__text {
  font-size: 15.5px;
  line-height: 2.05;
  color: var(--gray-1000);
}
.security__badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  align-self: flex-start;
  padding: 7px 14px;
  border: 1px solid rgba(1, 233, 197, .45);
  background: rgba(1, 233, 197, .09);
  font-size: 12.5px;
  font-weight: var(--fw-bold);
  color: var(--mint-11);
}

.security__cells {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--border-strong);
}
.security__cell {
  position: relative;
  padding: 28px 26px 30px;
  border-left: 1px solid var(--border-main);
  background: transparent;
  transition: background .3s ease;
}
.security__cell:last-child { border-left: 0; }
.security__cell.is-active { background: var(--white); }
.security__cell-bar {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 2px;
  background: transparent;
  transition: background .3s ease;
}
.security__cell.is-active .security__cell-bar { background: var(--mint-7); }
.security__icon {
  color: var(--blue-8);
  margin-bottom: 16px;
}
.security__cell-title {
  font-size: 15.5px;
  font-weight: var(--fw-bold);
  color: var(--black);
  margin-bottom: 8px;
}
.security__cell-text {
  font-size: 13.5px;
  line-height: 1.9;
  color: var(--gray-1000);
}

/* ═══════════ 07 · RESOURCES ═══════════ */
.resources {
  background: var(--white);
  border-top: 1px solid var(--border-main);
}
.resources__inner { padding: 96px var(--gutter) 100px; }
.resources__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.resources__title {
  font-size: 38px;
  line-height: 1.42;
  font-weight: var(--fw-black);
  letter-spacing: -.025em;
  color: var(--black);
}
.resources__head .qlink { font-size: 16px; }

.resources__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.post {
  display: flex;
  flex-direction: column;
  padding: 26px 24px 24px;
  background: var(--white);
  border: 1px solid var(--border-strong);
  transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}
.post__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.post__kind {
  font-size: 11.5px;
  font-weight: var(--fw-semibold);
  color: var(--mint-10);
}
.post__meta-sep {
  width: 1px;
  height: 11px;
  background: var(--border-strong);
}
.post__date {
  font-size: 11.5px;
  color: var(--gray-800);
}
.post__title {
  display: block;
  font-size: 17px;
  font-weight: var(--fw-bold);
  line-height: 1.75;
  letter-spacing: -.01em;
  color: var(--black);
  margin-bottom: 14px;
  transition: color .22s ease;
}
.post__excerpt {
  display: block;
  font-size: 13.5px;
  line-height: 1.95;
  color: var(--gray-1000);
  margin-bottom: 26px;
  flex: 1;
}
.post__btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-top: 18px;
  border-top: 1px solid var(--border-main);
  color: var(--blue-8);
  font-size: 14.5px;
  font-weight: var(--fw-bold);
  align-self: stretch;
  transition: color .2s ease;
}
.post:hover {
  border-color: var(--blue-8);
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 19, 75, .12);
}
.post:hover .post__title { color: var(--blue-8); }
.post:hover .post__btn { color: var(--blue-7); }
.post:hover .arrow { transform: translateX(-5px); }

/* Section 08 · FINAL CTA lives in main.css — the About page uses it too. */

/* ══════════════════════════════════════════════════════════════════
   Responsive
   ══════════════════════════════════════════════════════════════════ */
@media (max-width: 1180px) {
  .hero__title { font-size: 54px; }
  .sec-title, .sectors__title, .products__title { font-size: 38px; }
  .sectors__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .resources__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* six axes: three per row on mid widths, a swipeable strip below that */
@media (min-width: 981px) and (max-width: 1180px) {
  .axes__tabs { grid-template-columns: repeat(3, 1fr); }
  .axes__tab:nth-child(3n) { border-left: 0; }
  .axes__tab:nth-child(-n+3) { border-bottom: 1px solid var(--border-main); }
}

@media (max-width: 980px) {
  .sec-head { grid-template-columns: 1fr !important; gap: 24px; align-items: start; }

  .hero { height: auto; max-height: none; }
  .hero__body { padding: 96px var(--gutter) 44px; }
  .hero__title { font-size: 40px; }
  /* the sector rail joins the flow instead of floating over the buttons */
  .hero__rail { position: static; }
  .hero__rail-inner { padding: 0 var(--gutter) 32px; }
  .hero__tabs { grid-template-columns: repeat(2, 1fr); }

  .axes__inner { padding: 72px var(--gutter) 76px; }
  /* six axes become a swipeable tab strip — same cell design as desktop */
  .axes__tabs {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }
  .axes__tab {
    flex: 0 0 auto;
    min-width: 170px;
    scroll-snap-align: start;
  }
  .axes__tab:last-child { border-left: 0; }
  .axes__panel { padding: 32px 24px; }
  .axes__panel-grid { grid-template-columns: 1fr; gap: 36px; }
  .axes__note { padding: 28px 24px; }
  .axes__note-title { font-size: 22px; }

  .approach__inner { padding: 76px var(--gutter) 72px; }
  .stages { grid-template-columns: 1fr; gap: 36px; }
  .stage,
  .stage:first-child,
  .stage:last-child {
    padding: 26px 0 0;
    border-right: 0;
  }
  .stage__bar,
  .stage:first-child .stage__bar,
  .stage:last-child .stage__bar { right: 0; left: 0; }

  .products__head { padding: 72px var(--gutter) 0; }
  .products__lead { font-size: 16.5px; margin-bottom: 40px; }
  .product {
    position: static;
    height: auto;
    max-height: none;
    min-height: 0;
  }
  .product__bar { height: auto; padding: 14px 20px; flex-wrap: wrap; gap: 8px; }
  .product__problem { font-size: 14.5px; }
  .product__body { grid-template-columns: 1fr; }
  .product__text,
  .product:nth-of-type(1) .product__text { padding: 32px 24px; }
  .product__media { border-right: 0; padding: 24px; }
  .products__tail { display: none; }

  .sectors__inner { padding: 72px var(--gutter); }
  .sectors__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sectors__grid:hover .sector { transform: none; opacity: 1; }
  .sectors__grid .sector:hover { transform: none; }
  .sector__cta { opacity: 1; transform: none; }

  .security__inner { padding: 64px var(--gutter) 68px; }
  .security__title { font-size: 30px; }
  .security__cells { grid-template-columns: repeat(2, 1fr); }
  .security__cell:nth-child(2n) { border-left: 0; }
  .security__cell:nth-child(-n+2) { border-bottom: 1px solid var(--border-main); }

  .resources__inner { padding: 72px var(--gutter) 76px; }
  .resources__title { font-size: 30px; }
}

@media (max-width: 620px) {
  .hero__title { font-size: 32px; }
  .hero__text { font-size: 16px; }
  .hero__tabs { grid-template-columns: 1fr; }
  .hero__tab { padding: 14px 12px; }

  .sec-title, .sectors__title, .products__title { font-size: 28px; }
  .axes__question { font-size: 22px; }
  .axes__cols { grid-template-columns: 1fr; gap: 32px; }

  .sectors__grid,
  .resources__grid { grid-template-columns: 1fr; }

  .security__cells { grid-template-columns: 1fr; }
  .security__cell { border-left: 0; border-bottom: 1px solid var(--border-main); }
}
