/*
 * Normstudio visual refresh — 2026-07-25
 * A focused design layer for the central hub and shared page components.
 */

:root {
  --ns-ink: #102338;
  --ns-ink-2: #19344f;
  --ns-ink-3: #27496b;
  --ns-blue: #4aaee8;
  --ns-blue-soft: #d9f1ff;
  --ns-gold: #caa957;
  --ns-gold-soft: #f5ecd3;
  --ns-mint: #8fd7bd;
  --ns-paper: #f5f7f8;
  --ns-white: #ffffff;
  --ns-text: #4d5d6d;
  --ns-line: #dce3e8;
  --ns-shadow: 0 24px 70px -42px rgba(16, 35, 56, .42);
  --ns-radius: 24px;
  --ns-radius-sm: 15px;
}

html {
  scroll-behavior: smooth;
}

body.norm-page {
  background: var(--ns-paper);
  color: var(--ns-text);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

.norm-page h1,
.norm-page h2,
.norm-page h3,
.norm-page h4,
.norm-page h5,
.norm-page h6 {
  color: var(--ns-ink);
  font-family: "Manrope", "DM Sans", Arial, sans-serif;
  font-weight: 720;
  letter-spacing: -.035em;
  line-height: 1.14;
}

.norm-page p {
  color: var(--ns-text);
}

.norm-page a {
  text-underline-offset: 4px;
}

.norm-page a[href^="mailto:"],
.norm-page a[href^="tel:"] {
  white-space: nowrap;
}

.norm-page .container {
  max-width: 1320px;
}

/* Shared header */
.norm-binfox-header {
  min-height: 94px;
  background: rgba(14, 34, 53, .98) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.norm-binfox-header .row {
  min-height: 94px;
}

.norm-header-logo {
  padding: 0;
  border: 0;
}

.norm-header-logo .norm-wordmark {
  max-width: 235px;
}

.norm-main-menu #mobile-menu > ul > li {
  margin: 0 3px;
}

.norm-main-menu #mobile-menu > ul > li > a {
  position: relative;
  min-height: 50px;
  padding: 15px 13px !important;
  border-radius: 12px;
  color: rgba(255, 255, 255, .82);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 20px;
  transition: color .2s ease, background .2s ease;
}

.norm-main-menu #mobile-menu > ul > li > a:hover,
.norm-main-menu #mobile-menu > ul > li > a.active,
.norm-main-menu #mobile-menu > ul > li > a.active-group {
  color: #fff;
  background: rgba(255, 255, 255, .075);
}

.norm-main-menu #mobile-menu > ul > li > a.active::after,
.norm-main-menu #mobile-menu > ul > li > a.active-group::after {
  position: absolute;
  right: 13px;
  bottom: 7px;
  left: 13px;
  height: 2px;
  border-radius: 2px;
  background: var(--ns-gold);
  content: "";
}

.norm-binfox-header .header-search .search-toggle {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 13px;
  background: rgba(255, 255, 255, .04);
  color: #fff;
}

.norm-binfox-header .header-btn .tp-btn,
.norm-page .tp-btn,
.norm-page a.tp-btn {
  min-height: 50px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 13px;
  background: #315f8d;
  box-shadow: 0 16px 30px -20px rgba(49, 95, 141, .8);
  color: #fff;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: none;
}

.norm-page .tp-btn:hover,
.norm-page a.tp-btn:hover {
  background: #3a6f9f;
  color: #fff;
  transform: translateY(-2px);
}

/* Shared page rhythm */
.norm-page .section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.norm-page .section-title {
  margin: 0;
  font-size: clamp(2.15rem, 4vw, 4.2rem);
  line-height: 1.1;
}

.norm-page .section-eyebrow,
.norm-page .sec-wrapper h5,
.norm-page .hub-intro > span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #9a7726;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.norm-page .section-text,
.norm-page .lead-copy {
  max-width: 760px;
  font-size: 1.04rem;
  line-height: 1.75;
}

/* Shared inner-page hero */
.norm-page-hero {
  min-height: 480px !important;
  overflow: hidden;
  border-bottom: 1px solid rgba(16, 35, 56, .1);
  background-color: var(--ns-ink);
  background-position: center;
  background-size: cover;
}

.norm-page-hero::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(10, 28, 44, .94) 0%, rgba(10, 28, 44, .82) 48%, rgba(10, 28, 44, .36) 100%),
    radial-gradient(circle at 82% 15%, rgba(74, 174, 232, .22), transparent 34%);
  content: "";
}

.norm-page-hero .container {
  position: relative;
  z-index: 2;
}

.norm-page-hero .page__title-content {
  max-width: 900px;
  padding: 72px 0 68px;
}

.norm-page-hero .page__title-content h1 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(2.8rem, 5.4vw, 5.4rem);
  letter-spacing: -.05em;
  line-height: 1.07;
  text-transform: none;
}

.norm-page-hero .page__title-content p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.7;
}

.norm-page-hero--tech {
  background:
    radial-gradient(circle at 82% 20%, rgba(74, 174, 232, .2), transparent 28%),
    linear-gradient(135deg, #0c2135, #142f49 55%, #0e2438);
}

.norm-page-hero--tech::before {
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: linear-gradient(to left, #000, transparent 72%);
}

/* Generic cards used throughout inner pages */
.norm-page .service__item,
.norm-page .service-card,
.norm-page .service-group-summary,
.norm-page .capability-group,
.norm-page .audience-card,
.norm-page .info-card,
.norm-page .content-card {
  border: 1px solid var(--ns-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--ns-shadow);
}

.norm-page .service__item,
.norm-page .service-card {
  height: 100%;
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.norm-page .service__item:hover,
.norm-page .service-card:hover {
  border-color: rgba(74, 174, 232, .42);
  box-shadow: 0 30px 80px -46px rgba(16, 35, 56, .52);
  transform: translateY(-5px);
}

.norm-page .service-group-block {
  margin-bottom: 95px;
}

.norm-page .service-group-block__head {
  margin-bottom: 34px;
}

.norm-page .service-group-summary {
  margin-top: 16px;
  padding: 30px;
}

.norm-page .compact-list li,
.norm-page .capability-group li {
  line-height: 1.5;
}

/* Homepage */
.ns3-home {
  position: relative;
  background: var(--ns-paper);
}

.ns3-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #e0bd65;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ns3-kicker::before {
  width: 32px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
}

.ns3-kicker--dark {
  color: #a17b23;
}

.ns3-hero {
  position: relative;
  overflow: hidden;
  padding: 104px 0 0;
  background:
    linear-gradient(135deg, #0b2033 0%, #102b43 58%, #183c57 100%);
}

.ns3-hero::before {
  position: absolute;
  inset: 0;
  opacity: .17;
  background-image:
    linear-gradient(rgba(255, 255, 255, .065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .065) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  mask-image: linear-gradient(115deg, #000, transparent 68%);
}

.ns3-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.ns3-hero__glow--one {
  top: -260px;
  right: -140px;
  width: 640px;
  height: 640px;
  background: radial-gradient(circle, rgba(74, 174, 232, .24), transparent 68%);
}

.ns3-hero__glow--two {
  bottom: -300px;
  left: -180px;
  width: 580px;
  height: 580px;
  background: radial-gradient(circle, rgba(202, 169, 87, .14), transparent 70%);
}

.ns3-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(520px, 1.06fr);
  gap: clamp(54px, 7vw, 108px);
  align-items: center;
  padding-bottom: 88px;
}

.ns3-hero__copy h1 {
  max-width: 720px;
  margin: 22px 0 28px;
  color: #fff;
  font-size: clamp(3.15rem, 5.4vw, 6.1rem);
  letter-spacing: -.06em;
  line-height: 1.02;
}

.ns3-hero__copy h1 span {
  color: #83c8ed;
}

.ns3-hero__copy > p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  line-height: 1.78;
}

.ns3-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.ns3-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: .96rem;
  font-weight: 800;
  line-height: 22px;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.ns3-btn:hover {
  transform: translateY(-2px);
}

.ns3-btn--primary {
  background: #5bb5e8;
  box-shadow: 0 18px 34px -20px rgba(91, 181, 232, .9);
  color: #092035;
}

.ns3-btn--primary:hover {
  background: #78c5ef;
  color: #092035;
}

.ns3-btn--ghost {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .06);
  color: #fff;
}

.ns3-btn--ghost:hover {
  border-color: rgba(255, 255, 255, .48);
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.ns3-btn--dark {
  background: var(--ns-ink);
  color: #fff;
}

.ns3-btn--dark:hover {
  background: #1d4264;
  color: #fff;
}

.ns3-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 42px 0 0;
}

.ns3-hero__facts > div {
  min-width: 145px;
  padding: 0 25px;
  border-left: 1px solid rgba(255, 255, 255, .16);
}

.ns3-hero__facts > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.ns3-hero__facts dt {
  margin: 0 0 2px;
  color: #fff;
  font-family: "Manrope", "DM Sans", Arial, sans-serif;
  font-size: 1.03rem;
  font-weight: 800;
}

.ns3-hero__facts dd {
  margin: 0;
  color: rgba(255, 255, 255, .5);
  font-size: .78rem;
  line-height: 1.4;
}

.ns3-hero__visual {
  position: relative;
  display: grid;
  grid-template-columns: 1.22fr .78fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  min-height: 520px;
}

.ns3-hero__visual figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  background: #122b41;
  box-shadow: 0 34px 70px -40px rgba(0, 0, 0, .8);
}

.ns3-hero__visual-main {
  grid-row: 1 / 3;
}

.ns3-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.22, .61, .36, 1);
}

.ns3-hero__visual figure:hover img {
  transform: scale(1.035);
}

.ns3-hero__visual figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 18, 29, .86), transparent 52%);
  content: "";
}

.ns3-hero__visual figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.ns3-hero__visual figcaption span {
  font-family: "Manrope", "DM Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.ns3-hero__visual figcaption small {
  color: rgba(255, 255, 255, .58);
  font-size: .72rem;
  letter-spacing: .03em;
}

.ns3-hero__badge {
  position: absolute;
  right: 36px;
  bottom: -28px;
  z-index: 2;
  display: flex;
  max-width: 270px;
  align-items: center;
  gap: 13px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 24px 60px -34px rgba(0, 0, 0, .72);
  color: var(--ns-ink);
  backdrop-filter: blur(12px);
}

.ns3-hero__badge i {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 12px;
  background: var(--ns-blue-soft);
  color: #287dae;
  font-size: 1.1rem;
}

.ns3-hero__badge span {
  display: flex;
  flex-direction: column;
  font-size: .82rem;
  line-height: 1.35;
}

.ns3-hero__badge strong {
  font-size: .94rem;
}

.ns3-hero__route {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .7fr repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(18px);
}

.ns3-hero__route > * {
  display: flex;
  min-height: 76px;
  align-items: center;
  padding: 20px 24px;
  border-left: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .78);
  font-size: .9rem;
  font-weight: 700;
}

.ns3-hero__route > span {
  border-left: 0;
  color: #e0bd65;
  font-size: .75rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ns3-hero__route a {
  position: relative;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

.ns3-hero__route a::after {
  position: absolute;
  right: 22px;
  content: "↗";
}

.ns3-hero__route a:hover {
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.ns3-section {
  padding: 118px 0;
}

.ns3-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 52px;
}

.ns3-section-head h2 {
  max-width: 820px;
  margin: 16px 0 0;
  color: var(--ns-ink);
  font-size: clamp(2.5rem, 4.6vw, 4.8rem);
  letter-spacing: -.055em;
  line-height: 1.08;
}

.ns3-section-head > p {
  margin: 0 0 4px;
  color: #667583;
  font-size: 1.06rem;
  line-height: 1.75;
}

.ns3-section-head--light h2 {
  color: #fff;
}

.ns3-section-head--light > p {
  color: rgba(255, 255, 255, .64);
}

.ns3-focus {
  background:
    radial-gradient(circle at 9% 8%, rgba(74, 174, 232, .1), transparent 25%),
    var(--ns-paper);
}

.ns3-focus__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.ns3-focus-card {
  display: grid;
  min-height: 420px;
  grid-template-columns: minmax(210px, .72fr) minmax(0, 1.28fr);
  overflow: hidden;
  border: 1px solid var(--ns-line);
  border-radius: var(--ns-radius);
  background: #fff;
  box-shadow: var(--ns-shadow);
  transition: transform .28s ease, box-shadow .28s ease;
}

.ns3-focus-card:hover {
  box-shadow: 0 34px 85px -48px rgba(16, 35, 56, .52);
  transform: translateY(-5px);
}

.ns3-focus-card__image {
  position: relative;
  display: block;
  min-height: 100%;
  overflow: hidden;
  background: var(--ns-ink);
}

.ns3-focus-card__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(10, 27, 42, .05), rgba(10, 27, 42, .64));
  content: "";
}

.ns3-focus-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.ns3-focus-card:hover .ns3-focus-card__image img {
  transform: scale(1.045);
}

.ns3-focus-card__image > span {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 1;
  color: rgba(255, 255, 255, .88);
  font-family: "Manrope", "DM Sans", Arial, sans-serif;
  font-size: 2.15rem;
  font-weight: 800;
  letter-spacing: -.05em;
}

.ns3-focus-card__body {
  position: relative;
  padding: 34px;
}

.ns3-focus-card__icon {
  position: absolute;
  top: 30px;
  right: 30px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: var(--ns-blue-soft);
  color: #277dad;
  font-size: 1.15rem;
}

.ns3-focus-card--digitization .ns3-focus-card__icon {
  background: var(--ns-gold-soft);
  color: #9a7726;
}

.ns3-focus-card--production .ns3-focus-card__icon {
  background: #e5f4ed;
  color: #388166;
}

.ns3-focus-card--media .ns3-focus-card__icon {
  background: #ece8f8;
  color: #6c59a0;
}

.ns3-focus-card__eyebrow {
  display: block;
  max-width: calc(100% - 64px);
  margin-bottom: 12px;
  color: #85909a;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.ns3-focus-card h3 {
  max-width: 360px;
  margin: 0 0 14px;
  color: var(--ns-ink);
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.18;
}

.ns3-focus-card p {
  margin: 0 0 20px;
  color: #64717d;
  font-size: .94rem;
  line-height: 1.65;
}

.ns3-focus-card ul,
.ns3-solution-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.ns3-focus-card li,
.ns3-solution-card li {
  padding: 7px 10px;
  border: 1px solid #e0e6ea;
  border-radius: 999px;
  background: #f7f9fa;
  color: #62707c;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1;
}

.ns3-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ns-ink);
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
}

.ns3-text-link i {
  transition: transform .2s ease;
}

.ns3-text-link:hover {
  color: #267fb3;
}

.ns3-text-link:hover i {
  transform: translateX(4px);
}

.ns3-architecture {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 15%, rgba(74, 174, 232, .2), transparent 27%),
    linear-gradient(135deg, #0c2134, #132f48);
}

.ns3-architecture::before {
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, #000);
}

.ns3-architecture .container {
  position: relative;
  z-index: 1;
}

.ns3-architecture__path {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 18px;
  align-items: center;
}

.ns3-architecture__path > i {
  color: rgba(255, 255, 255, .34);
  font-size: 1.5rem;
}

.ns3-architecture__path article {
  display: grid;
  min-height: 250px;
  grid-template-columns: auto 1fr;
  gap: 20px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 20px;
  background: rgba(255, 255, 255, .055);
  backdrop-filter: blur(10px);
}

.ns3-architecture__path article > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 14px;
  color: #e0bd65;
  font-family: "Manrope", "DM Sans", Arial, sans-serif;
  font-weight: 800;
}

.ns3-architecture__path small {
  color: #8cc9ec;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ns3-architecture__path h3 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.22;
}

.ns3-architecture__path p {
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: .9rem;
  line-height: 1.65;
}

.ns3-sites {
  margin-top: 70px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.ns3-sites__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ns3-sites__intro span {
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ns3-sites__intro a {
  color: #e0bd65;
  font-size: .84rem;
  font-weight: 800;
  text-decoration: none;
}

.ns3-sites__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.ns3-sites__grid a {
  position: relative;
  display: flex;
  min-height: 112px;
  flex-direction: column;
  justify-content: center;
  padding: 18px 42px 18px 18px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 14px;
  background: rgba(255, 255, 255, .045);
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.ns3-sites__grid a:hover {
  border-color: rgba(131, 200, 237, .48);
  background: rgba(255, 255, 255, .09);
  transform: translateY(-3px);
}

.ns3-sites__grid strong {
  margin-bottom: 5px;
  color: #fff;
  font-size: .9rem;
}

.ns3-sites__grid span {
  overflow: hidden;
  color: rgba(255, 255, 255, .48);
  font-size: .74rem;
  line-height: 1.45;
}

.ns3-sites__grid i {
  position: absolute;
  top: 19px;
  right: 18px;
  color: #e0bd65;
}

.ns3-solutions {
  background: #fff;
}

.ns3-solutions__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ns3-solution-card {
  overflow: hidden;
  border: 1px solid var(--ns-line);
  border-radius: var(--ns-radius);
  background: #fff;
  box-shadow: var(--ns-shadow);
}

.ns3-solution-card__image {
  position: relative;
  display: block;
  height: 240px;
  overflow: hidden;
  background: var(--ns-ink);
}

.ns3-solution-card__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11, 31, 48, .6), transparent 58%);
  content: "";
}

.ns3-solution-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.ns3-solution-card:hover .ns3-solution-card__image img {
  transform: scale(1.04);
}

.ns3-solution-card__image span {
  position: absolute;
  bottom: 18px;
  left: 20px;
  z-index: 1;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
  background: rgba(11, 31, 48, .54);
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.ns3-solution-card__body {
  padding: 30px;
}

.ns3-solution-card h3 {
  margin: 0 0 14px;
  font-size: 1.5rem;
  line-height: 1.22;
}

.ns3-solution-card p {
  min-height: 110px;
  margin: 0 0 20px;
  font-size: .92rem;
  line-height: 1.65;
}

.ns3-proof {
  padding: 112px 0;
  background:
    radial-gradient(circle at 12% 100%, rgba(202, 169, 87, .13), transparent 24%),
    #0c2134;
}

.ns3-proof__top {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .65fr);
  gap: 90px;
  align-items: end;
}

.ns3-proof__top h2 {
  margin: 17px 0 0;
  color: #fff;
  font-size: clamp(2.5rem, 4.3vw, 4.6rem);
  line-height: 1.09;
}

.ns3-proof__top > p {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, .63);
  font-size: 1.02rem;
  line-height: 1.75;
}

.ns3-proof__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 58px 0 44px;
  border-top: 1px solid rgba(255, 255, 255, .13);
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.ns3-proof__stats div {
  padding: 30px 26px;
  border-left: 1px solid rgba(255, 255, 255, .13);
}

.ns3-proof__stats div:first-child {
  border-left: 0;
}

.ns3-proof__stats dt {
  color: #fff;
  font-family: "Manrope", "DM Sans", Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -.04em;
}

.ns3-proof__stats dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, .48);
  font-size: .8rem;
  line-height: 1.4;
}

.ns3-proof__references {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.ns3-proof__references span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  background: rgba(255, 255, 255, .04);
  color: rgba(255, 255, 255, .68);
  font-size: .8rem;
  line-height: 1.2;
}

.ns3-text-link--light {
  color: #e0bd65;
}

.ns3-text-link--light:hover {
  color: #fff;
}

.ns3-process {
  background:
    radial-gradient(circle at 86% 18%, rgba(74, 174, 232, .09), transparent 24%),
    var(--ns-paper);
}

.ns3-process__grid {
  display: grid;
  grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr);
  gap: 100px;
  align-items: start;
}

.ns3-process__intro {
  position: sticky;
  top: 130px;
}

.ns3-process__intro h2 {
  margin: 16px 0 22px;
  font-size: clamp(2.4rem, 4vw, 4.25rem);
  line-height: 1.1;
}

.ns3-process__intro p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.75;
}

.ns3-process__intro .ns3-btn {
  margin-top: 28px;
}

.ns3-process__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ns3-process__list li {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 24px;
  padding: 30px 0;
  border-top: 1px solid var(--ns-line);
}

.ns3-process__list li:last-child {
  border-bottom: 1px solid var(--ns-line);
}

.ns3-process__list > li > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid #bdd8e8;
  border-radius: 16px;
  background: #e9f5fb;
  color: #287fae;
  font-family: "Manrope", "DM Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.ns3-process__list h3 {
  margin: 2px 0 8px;
  font-size: 1.35rem;
  line-height: 1.25;
}

.ns3-process__list p {
  margin: 0;
  font-size: .95rem;
  line-height: 1.68;
}

.ns3-final-cta {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  background: var(--ns-ink);
}

.ns3-final-cta__image,
.ns3-final-cta__overlay {
  position: absolute;
  inset: 0;
}

.ns3-final-cta__image {
  background-position: center;
  background-size: cover;
}

.ns3-final-cta__overlay {
  background:
    linear-gradient(90deg, rgba(7, 23, 36, .97) 0%, rgba(7, 23, 36, .9) 46%, rgba(7, 23, 36, .36) 100%),
    linear-gradient(to top, rgba(7, 23, 36, .5), transparent);
}

.ns3-final-cta .container {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 660px;
  align-items: center;
}

.ns3-final-cta__copy {
  max-width: 800px;
  padding: 80px 0;
}

.ns3-final-cta h2 {
  margin: 18px 0 24px;
  color: #fff;
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  line-height: 1.07;
}

.ns3-final-cta p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 1.08rem;
  line-height: 1.75;
}

/* Footer refinement */
.norm-footer {
  background: #081b2b;
}

.norm-footer__links {
  padding-top: 80px;
  padding-bottom: 70px;
}

.norm-footer__cols {
  gap: 50px;
}

.norm-footer__col-title {
  margin-bottom: 22px;
  color: #fff;
  font-size: 1rem;
  letter-spacing: -.01em;
  line-height: 1.3;
}

.norm-footer__col a,
.norm-footer__legal-btn {
  color: rgba(255, 255, 255, .57);
  line-height: 1.55;
}

.norm-footer__col a:hover,
.norm-footer__legal-btn:hover {
  color: #fff;
}

.norm-footer__bottom {
  border-top-color: rgba(255, 255, 255, .1);
  background: #0b2234;
}

.norm-footer__contact-info a {
  white-space: nowrap;
}

/* Responsive */
@media (max-width: 1399px) {
  .ns3-hero__grid {
    grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
    gap: 58px;
  }

  .ns3-focus-card {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .ns3-focus-card__body {
    padding: 28px;
  }
}

@media (max-width: 1199px) {
  .norm-binfox-header,
  .norm-binfox-header .row {
    min-height: 82px;
  }

  .norm-header-logo .norm-wordmark {
    max-width: 220px;
  }

  .ns3-hero {
    padding-top: 76px;
  }

  .ns3-hero__grid {
    grid-template-columns: 1fr;
  }

  .ns3-hero__copy {
    max-width: 850px;
  }

  .ns3-hero__visual {
    min-height: 560px;
  }

  .ns3-focus-card {
    grid-template-columns: 1fr;
  }

  .ns3-focus-card__image {
    min-height: 230px;
  }

  .ns3-architecture__path {
    grid-template-columns: 1fr;
  }

  .ns3-architecture__path > i {
    justify-self: center;
    transform: rotate(90deg);
  }

  .ns3-architecture__path article {
    min-height: 0;
  }

  .ns3-sites__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .ns3-section,
  .ns3-proof {
    padding: 92px 0;
  }

  .ns3-section-head,
  .ns3-proof__top,
  .ns3-process__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .ns3-section-head {
    margin-bottom: 40px;
  }

  .ns3-focus__grid,
  .ns3-solutions__grid {
    grid-template-columns: 1fr;
  }

  .ns3-focus-card {
    grid-template-columns: 260px minmax(0, 1fr);
  }

  .ns3-solution-card {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
  }

  .ns3-solution-card__image {
    height: 100%;
    min-height: 330px;
  }

  .ns3-solution-card p {
    min-height: 0;
  }

  .ns3-proof__stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .ns3-proof__stats div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .13);
  }

  .ns3-proof__stats div:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, .13);
  }

  .ns3-process__intro {
    position: static;
  }
}

@media (max-width: 767px) {
  body.norm-page {
    font-size: 15px;
  }

  .norm-page .section,
  .ns3-section,
  .ns3-proof {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .norm-page-hero {
    min-height: 400px !important;
  }

  .norm-page-hero .page__title-content {
    padding: 58px 0;
  }

  .norm-page-hero .page__title-content h1 {
    font-size: clamp(2.35rem, 12vw, 3.5rem);
    line-height: 1.08;
  }

  .ns3-hero {
    padding-top: 58px;
  }

  .ns3-hero__grid {
    gap: 48px;
    padding-bottom: 60px;
  }

  .ns3-hero__copy h1 {
    margin-top: 18px;
    font-size: clamp(2.75rem, 13vw, 4.1rem);
    line-height: 1.04;
  }

  .ns3-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ns3-btn {
    width: 100%;
  }

  .ns3-hero__facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .ns3-hero__facts > div {
    min-width: 0;
    padding: 0 12px;
  }

  .ns3-hero__facts dt {
    font-size: .9rem;
  }

  .ns3-hero__facts dd {
    font-size: .66rem;
  }

  .ns3-hero__visual {
    grid-template-columns: 1fr 1fr;
    min-height: 440px;
  }

  .ns3-hero__visual-main {
    grid-row: 1;
    grid-column: 1 / 3;
  }

  .ns3-hero__badge {
    right: 14px;
    bottom: -28px;
  }

  .ns3-hero__route {
    grid-template-columns: 1fr;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .ns3-hero__route > * {
    min-height: 58px;
    padding: 14px 18px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-left: 0;
  }

  .ns3-section-head h2,
  .ns3-proof__top h2,
  .ns3-process__intro h2 {
    font-size: clamp(2.25rem, 10vw, 3.35rem);
    line-height: 1.1;
  }

  .ns3-focus-card {
    grid-template-columns: 1fr;
  }

  .ns3-focus-card__image {
    min-height: 210px;
  }

  .ns3-focus-card__body {
    padding: 26px;
  }

  .ns3-architecture__path article {
    grid-template-columns: 1fr;
  }

  .ns3-sites__grid {
    grid-template-columns: 1fr;
  }

  .ns3-solution-card {
    display: block;
  }

  .ns3-solution-card__image {
    min-height: 230px;
  }

  .ns3-proof__top {
    gap: 22px;
  }

  .ns3-proof__stats {
    grid-template-columns: 1fr 1fr;
  }

  .ns3-proof__stats div {
    padding: 22px 16px;
  }

  .ns3-proof__stats dt {
    font-size: 1.35rem;
  }

  .ns3-process__list li {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
  }

  .ns3-process__list > li > span {
    width: 48px;
    height: 48px;
    border-radius: 13px;
  }

  .ns3-final-cta,
  .ns3-final-cta .container {
    min-height: 600px;
  }

  .ns3-final-cta h2 {
    font-size: clamp(2.55rem, 11vw, 4rem);
    line-height: 1.08;
  }

  .norm-footer__links {
    padding-top: 64px;
  }
}

@media (max-width: 479px) {
  .ns3-kicker {
    font-size: .68rem;
    letter-spacing: .11em;
  }

  .ns3-hero__visual {
    grid-template-columns: 1fr;
    grid-template-rows: 240px 160px;
    min-height: 420px;
  }

  .ns3-hero__visual-main {
    grid-column: 1;
  }

  .ns3-hero__visual figure:last-of-type {
    display: none;
  }

  .ns3-hero__badge {
    left: 14px;
  }

  .ns3-hero__facts {
    gap: 18px 0;
  }

  .ns3-hero__facts > div {
    padding: 0 8px;
  }

  .ns3-focus-card__icon {
    top: 24px;
    right: 24px;
  }

  .ns3-focus-card h3 {
    padding-right: 34px;
  }

  .ns3-sites__intro {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .ns3-proof__stats {
    grid-template-columns: 1fr;
  }

  .ns3-proof__stats div {
    border-top: 1px solid rgba(255, 255, 255, .13);
    border-left: 0;
  }

  .ns3-proof__stats div:first-child {
    border-top: 0;
  }
}

/* English landing: preserve contrast inside dark editorial sections */
.en-hub-hero h1 {
  color: #fff;
  line-height: 1.06;
}

.en-hub-hero__copy > p {
  color: rgba(255, 255, 255, .76);
}

.en-hub-process .en-hub-heading h2,
.en-hub-process .en-hub-process__grid h3 {
  color: #fff;
}

.en-hub-process .en-hub-heading p,
.en-hub-process .en-hub-process__grid p {
  color: rgba(255, 255, 255, .66);
}

/* International Normstudio landing pages */
.intl-hub {
  --intl-line: #dce4eb;
}

.intl-hub-jump {
  position: relative;
  z-index: 4;
  border-bottom: 1px solid var(--intl-line);
  background: #fff;
  box-shadow: 0 14px 34px rgba(13, 37, 54, .06);
}

.intl-hub-jump .container {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  gap: 36px;
}

.intl-hub-jump a {
  position: relative;
  padding: 25px 0 23px;
  color: #455c6d;
  font-size: 13px;
  font-weight: 800;
}

.intl-hub-jump a::after {
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;
  height: 2px;
  background: #c9a24b;
  content: "";
  opacity: 0;
  transform: scaleX(.45);
  transition: opacity .2s ease, transform .2s ease;
}

.intl-hub-jump a:hover::after,
.intl-hub-jump a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.intl-hub-faq {
  padding: 106px 0;
  scroll-margin-top: 120px;
  background: #fff;
}

.intl-hub-faq__grid {
  display: grid;
  max-width: 980px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.intl-hub-faq details {
  align-self: start;
  border: 1px solid var(--intl-line);
  border-radius: 12px;
  background: #f8fafb;
  overflow: hidden;
}

.intl-hub-faq summary {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  color: #172a3a;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  list-style: none;
}

.intl-hub-faq summary::-webkit-details-marker {
  display: none;
}

.intl-hub-faq summary i {
  flex: 0 0 auto;
  color: #b28b32;
  transition: transform .2s ease;
}

.intl-hub-faq details[open] summary i {
  transform: rotate(45deg);
}

.intl-hub-faq details p {
  margin: 0;
  padding: 0 24px 24px;
  color: #637480;
  font-size: 14px;
  line-height: 1.75;
}

.intl-hub .en-hub-contact__actions a {
  gap: 20px;
}

.intl-hub .en-hub-contact__actions a span {
  color: #657682;
  font-size: 12px;
  font-weight: 700;
}

.intl-hub .en-hub-contact__actions a strong {
  color: #0d2536;
  font-size: 14px;
  white-space: nowrap;
}

.page-de .en-hub-hero h1,
.page-it .en-hub-hero h1,
.page-mk .en-hub-hero h1 {
  font-size: clamp(2.75rem, 4.15vw, 4.35rem);
  line-height: 1.08;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .page-de .norm-main-menu #mobile-menu > ul > li > a,
  .page-it .norm-main-menu #mobile-menu > ul > li > a,
  .page-hr .norm-main-menu #mobile-menu > ul > li > a,
  .page-sr .norm-main-menu #mobile-menu > ul > li > a,
  .page-mk .norm-main-menu #mobile-menu > ul > li > a {
    padding-inline: 8px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .intl-hub-jump {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .intl-hub-jump::-webkit-scrollbar {
    display: none;
  }

  .intl-hub-jump .container {
    width: max-content;
    min-width: 100%;
    min-height: 60px;
    justify-content: flex-start;
    gap: 26px;
    padding-inline: 20px;
  }

  .intl-hub-jump a {
    padding-block: 20px 18px;
    white-space: nowrap;
  }

  .intl-hub-jump a::after {
    bottom: 12px;
  }

  .intl-hub-faq {
    padding-block: 76px;
  }

  .intl-hub-faq__grid {
    grid-template-columns: 1fr;
  }

  .intl-hub .en-hub-contact__actions a {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .intl-hub .en-hub-contact__actions a strong {
    max-width: 100%;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .page-de .en-hub-hero h1,
  .page-it .en-hub-hero h1,
  .page-mk .en-hub-hero h1 {
    font-size: clamp(2.2rem, 9.7vw, 3.25rem);
  }
}

/* Imenik strani: mirnejši naslov z več prostora med vrsticami. */
.norm-page .norm-network-intro__copy h2 {
  max-width: 740px;
  font-family: "DM Sans", "Manrope", Arial, sans-serif;
  font-size: clamp(2.15rem, 3.45vw, 3.15rem);
  font-weight: 620;
  line-height: 1.24;
  letter-spacing: -.024em;
  color: #f7fbff;
  text-wrap: balance;
}

.norm-page .norm-network-intro__copy > p {
  color: rgba(247, 251, 255, .78);
}

@media (max-width: 767px) {
  .norm-page .norm-network-intro__copy h2 {
    font-size: clamp(2rem, 10vw, 2.7rem);
    line-height: 1.22;
    letter-spacing: -.02em;
  }
}

/* Homepage v4: jasen hub, štiri enakovredna področja in bolj usklajen ritem. */
.ns3-home {
  --ns3-blue: #64b9e8;
  --ns3-gold: #ddb75a;
}

.ns3-home .ns3-hero {
  padding-top: 96px;
  background:
    radial-gradient(circle at 82% 18%, rgba(83, 180, 231, .19), transparent 26%),
    radial-gradient(circle at 16% 88%, rgba(221, 183, 90, .11), transparent 25%),
    linear-gradient(132deg, #081d2f 0%, #0e2a42 53%, #163b55 100%);
}

.ns3-home .ns3-hero__grid {
  grid-template-columns: minmax(0, .93fr) minmax(520px, 1.07fr);
  gap: clamp(48px, 6vw, 92px);
  padding-bottom: 76px;
}

.ns3-home .ns3-hero__copy h1 {
  max-width: 760px;
  margin: 20px 0 26px;
  font-size: clamp(3.05rem, 4.85vw, 5.55rem);
  font-weight: 720;
  letter-spacing: -.052em;
  line-height: 1.045;
  text-wrap: balance;
}

.ns3-home .ns3-hero__copy h1 span {
  color: #86cfef;
}

.ns3-home .ns3-hero__copy > p {
  max-width: 700px;
  color: rgba(255, 255, 255, .76);
  line-height: 1.72;
}

.ns3-home .ns3-hero__facts {
  margin-top: 38px;
}

.ns3-home .ns3-hero__visual {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-height: 520px;
}

.ns3-home .ns3-hero__visual figure,
.ns3-home .ns3-hero__visual-main {
  grid-row: auto;
  grid-column: auto;
}

.ns3-home .ns3-hero__visual figure:nth-of-type(1) {
  border-radius: 28px 16px 16px 16px;
}

.ns3-home .ns3-hero__visual figure:nth-of-type(2) {
  border-radius: 16px 28px 16px 16px;
}

.ns3-home .ns3-hero__visual figure:nth-of-type(3) {
  border-radius: 16px 16px 16px 28px;
}

.ns3-home .ns3-hero__visual figure:nth-of-type(4) {
  border-radius: 16px 16px 28px 16px;
}

.ns3-home .ns3-hero__visual figcaption {
  right: 16px;
  bottom: 14px;
  left: 16px;
}

.ns3-home .ns3-hero__visual figcaption span {
  font-size: .94rem;
}

.ns3-home .ns3-hero__visual figcaption small {
  margin-top: 2px;
}

.ns3-home .ns3-hero__badge {
  right: 24px;
  bottom: -25px;
}

.ns3-home .ns3-hero__route {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ns3-home .ns3-hero__route > * {
  min-height: 82px;
  gap: 13px;
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.ns3-home .ns3-hero__route > *:first-child {
  border-left: 0;
}

.ns3-home .ns3-hero__route a {
  padding-right: 42px;
}

.ns3-home .ns3-hero__route a > i {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border: 1px solid rgba(132, 205, 239, .25);
  border-radius: 10px;
  background: rgba(132, 205, 239, .08);
  color: #85cff0;
  font-size: .95rem;
}

.ns3-home .ns3-hero__route a > span {
  color: rgba(255, 255, 255, .84);
  line-height: 1.35;
}

.ns3-home .ns3-section-head h2 {
  font-weight: 680;
  letter-spacing: -.046em;
}

.ns3-home .ns3-focus {
  background:
    radial-gradient(circle at 5% 6%, rgba(91, 181, 232, .08), transparent 23%),
    #f8fafc;
}

.ns3-home .ns3-focus-card {
  min-height: 410px;
  border-color: #d9e4ec;
}

.ns3-home .ns3-focus-card__body {
  display: flex;
  flex-direction: column;
}

.ns3-home .ns3-focus-card__body .ns3-text-link {
  margin-top: auto;
  padding-top: 22px;
}

.ns3-home .ns3-architecture__path {
  gap: 14px;
}

.ns3-home .ns3-architecture__path article {
  min-height: 238px;
  align-items: start;
  padding: 28px;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.ns3-home .ns3-architecture__path article:hover {
  border-color: rgba(132, 205, 239, .35);
  background: rgba(255, 255, 255, .085);
  transform: translateY(-4px);
}

.ns3-home .ns3-architecture__path article > span {
  height: 58px;
  align-content: center;
  gap: 2px;
}

.ns3-home .ns3-architecture__path article > span i {
  font-size: 1.02rem;
}

.ns3-home .ns3-architecture__path article > span small {
  color: rgba(255, 255, 255, .52);
  font-size: .56rem;
  letter-spacing: .06em;
}

.ns3-home .ns3-solutions__grid {
  align-items: stretch;
}

.ns3-home .ns3-solution-card {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.ns3-home .ns3-solution-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.ns3-home .ns3-solution-card__body .ns3-text-link {
  margin-top: auto;
  padding-top: 18px;
}

.ns3-home .ns3-process__list {
  position: relative;
}

.ns3-home .ns3-process__list::before {
  position: absolute;
  top: 38px;
  bottom: 38px;
  left: 29px;
  width: 1px;
  background: linear-gradient(#a9d6ec, #d9e8f0);
  content: "";
}

.ns3-home .ns3-process__list > li > span {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 8px var(--ns-paper);
}

.ns3-home .ns3-final-cta,
.ns3-home .ns3-final-cta .container {
  min-height: 590px;
}

.ns3-home .ns3-final-cta h2 {
  max-width: 850px;
  font-weight: 680;
  letter-spacing: -.048em;
  text-wrap: balance;
}

@media (max-width: 1199px) {
  .ns3-home .ns3-hero {
    padding-top: 78px;
  }

  .ns3-home .ns3-hero__grid {
    grid-template-columns: 1fr;
  }

  .ns3-home .ns3-hero__visual {
    min-height: 620px;
  }
}

@media (max-width: 991px) {
  .ns3-home .ns3-solution-card {
    display: grid;
    height: auto;
    grid-template-columns: .85fr 1.15fr;
  }

  .ns3-home .ns3-architecture__path article {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .ns3-home .ns3-hero {
    /* Mobilna glava je absolutna; vsebino začnemo šele pod njo. */
    padding-top: 154px;
  }

  .ns3-home .ns3-hero__grid {
    gap: 42px;
    padding-bottom: 54px;
  }

  .ns3-home .ns3-hero__copy h1 {
    margin-top: 16px;
    font-size: clamp(2.55rem, 11.5vw, 3.6rem);
    letter-spacing: -.045em;
    line-height: 1.075;
  }

  .ns3-home .ns3-hero__copy > p {
    line-height: 1.66;
  }

  .ns3-home .ns3-hero__visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, 170px);
    min-height: 352px;
  }

  .ns3-home .ns3-hero__visual figure:nth-of-type(n) {
    display: block;
    border-radius: 14px;
  }

  .ns3-home .ns3-hero__visual figcaption {
    right: 11px;
    bottom: 10px;
    left: 11px;
  }

  .ns3-home .ns3-hero__visual figcaption span {
    font-size: .8rem;
  }

  .ns3-home .ns3-hero__visual figcaption small {
    display: none;
  }

  .ns3-home .ns3-hero__badge {
    right: 12px;
    bottom: -30px;
    max-width: 235px;
    padding: 12px 14px;
  }

  .ns3-home .ns3-hero__route {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ns3-home .ns3-hero__route > * {
    min-height: 74px;
    padding: 13px 36px 13px 14px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-left: 1px solid rgba(255, 255, 255, .1);
    font-size: .78rem;
  }

  .ns3-home .ns3-hero__route > *:nth-child(odd) {
    border-left: 0;
  }

  .ns3-home .ns3-hero__route a > i {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .ns3-home .ns3-focus-card {
    min-height: 0;
  }

  .ns3-home .ns3-architecture__path article {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .ns3-home .ns3-solution-card {
    display: block;
  }

  .ns3-home .ns3-process__list::before {
    left: 24px;
  }

  .ns3-home .ns3-process__list > li > span {
    box-shadow: 0 0 0 6px var(--ns-paper);
  }

  .ns3-home .ns3-final-cta,
  .ns3-home .ns3-final-cta .container {
    min-height: 560px;
  }
}

@media (max-width: 479px) {
  .ns3-home .ns3-hero__route {
    grid-template-columns: 1fr;
  }

  .ns3-home .ns3-hero__route > * {
    border-left: 0;
  }

  .ns3-home .ns3-hero__facts {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ns3-home .ns3-hero__facts > div {
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
    border-left: 0;
  }

  .ns3-home .ns3-hero__facts > div:first-child {
    border-top: 0;
  }

  .ns3-home .ns3-hero__visual {
    grid-template-rows: repeat(2, 150px);
    min-height: 312px;
  }

  .ns3-home .ns3-architecture__path article {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ns3-home *,
  .norm-page * {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Homepage hero v5: enoten studijski prizor namesto razdrobljenega mozaika. */
.ns3-home .ns3-hero {
  background:
    radial-gradient(circle at 84% 20%, rgba(83, 180, 231, .16), transparent 27%),
    radial-gradient(circle at 15% 86%, rgba(221, 183, 90, .1), transparent 26%),
    linear-gradient(132deg, #071a2a 0%, #0d2940 56%, #173a50 100%);
}

.ns3-home .ns3-hero__grid {
  grid-template-columns: minmax(0, .9fr) minmax(540px, 1.1fr);
  gap: clamp(50px, 6vw, 96px);
}

.ns3-home .ns3-hero__copy h1 {
  max-width: 760px;
  font-size: clamp(3rem, 4.55vw, 5.25rem);
  font-weight: 690;
  line-height: 1.075;
  letter-spacing: -.046em;
}

.ns3-home .ns3-hero__copy h1 span {
  color: #8fd2ee;
}

.ns3-home .ns3-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  max-width: 620px;
}

.ns3-home .ns3-hero__facts > div {
  min-width: 0;
  padding: 0 18px;
}

.ns3-home .ns3-hero__visual--scene {
  display: block;
  min-height: 540px;
  isolation: isolate;
}

.ns3-home .ns3-hero__scene {
  position: absolute;
  inset: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 30px 30px 42px 30px;
  background: #0a1d2b;
  box-shadow:
    0 44px 90px -46px rgba(0, 0, 0, .92),
    0 0 0 1px rgba(111, 197, 237, .05) inset;
}

.ns3-home .ns3-hero__scene::after {
  background:
    linear-gradient(to top, rgba(4, 16, 26, .92) 0%, rgba(4, 16, 26, .18) 42%, transparent 66%),
    linear-gradient(110deg, rgba(4, 16, 26, .22), transparent 55%);
}

.ns3-home .ns3-hero__scene img {
  transform: scale(1.015);
}

.ns3-home .ns3-hero__scene:hover img {
  transform: scale(1.045);
}

.ns3-home .ns3-hero__scene figcaption {
  right: 28px;
  bottom: 88px;
  left: 28px;
}

.ns3-home .ns3-hero__scene figcaption span {
  font-size: 1.08rem;
}

.ns3-home .ns3-hero__scene figcaption small {
  margin-top: 3px;
  color: rgba(255, 255, 255, .67);
  font-size: .76rem;
}

.ns3-home .ns3-hero__services {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  background: rgba(4, 17, 27, .76);
  backdrop-filter: blur(14px);
}

.ns3-home .ns3-hero__services span {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 10px;
  border-left: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .88);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: .73rem;
  font-weight: 700;
  white-space: nowrap;
}

.ns3-home .ns3-hero__services span:first-child {
  border-left: 0;
}

.ns3-home .ns3-hero__services i {
  color: #87cff0;
  font-size: .86rem;
}

.ns3-home .ns3-hero__visual--scene .ns3-hero__badge {
  top: 24px;
  right: -24px;
  bottom: auto;
}

@media (max-width: 1199px) {
  .ns3-home .ns3-hero__grid {
    grid-template-columns: 1fr;
  }

  .ns3-home .ns3-hero__visual--scene {
    min-height: clamp(470px, 62vw, 650px);
  }
}

@media (max-width: 767px) {
  .ns3-home .ns3-hero__copy h1 {
    font-size: clamp(2.45rem, 10.8vw, 3.45rem);
    line-height: 1.1;
  }

  .ns3-home .ns3-hero__visual--scene {
    display: block;
    min-height: 440px;
  }

  .ns3-home .ns3-hero__scene {
    inset: 0;
    border-radius: 20px 20px 28px 20px;
  }

  .ns3-home .ns3-hero__scene figcaption {
    right: 18px;
    bottom: 126px;
    left: 18px;
  }

  .ns3-home .ns3-hero__scene figcaption span {
    font-size: .92rem;
  }

  .ns3-home .ns3-hero__scene figcaption small {
    display: block;
  }

  .ns3-home .ns3-hero__services {
    right: 12px;
    bottom: 12px;
    left: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ns3-home .ns3-hero__services span {
    justify-content: flex-start;
    padding: 12px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    font-size: .7rem;
  }

  .ns3-home .ns3-hero__services span:nth-child(odd) {
    border-left: 0;
  }

  .ns3-home .ns3-hero__services span:nth-child(-n + 2) {
    border-top: 0;
  }

  .ns3-home .ns3-hero__visual--scene .ns3-hero__badge {
    top: -22px;
    right: 10px;
  }
}

@media (max-width: 479px) {
  .ns3-home .ns3-hero__visual--scene {
    min-height: 390px;
  }

  .ns3-home .ns3-hero__scene figcaption {
    bottom: 120px;
  }
}
