/* Homepage hero/header staged visual layer. Scope: front page hero + header only. */
.home .site-header {
  border-bottom-color: rgba(216, 221, 226, 0.14);
  background: linear-gradient(180deg, rgba(7, 17, 28, 0.98), rgba(7, 17, 28, 0.9));
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.16);
}

.home .site-header__inner {
  min-height: 82px;
}

.home .brand img {
  display: block;
  width: 240px;
}

.home .brand {
  min-width: 240px;
}

.home .site-nav {
  gap: 20px;
  color: rgba(244, 241, 234, 0.78);
}

.home .site-nav a {
  position: relative;
  padding: 6px 0;
}

.home .site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--nord-gold);
  transition: transform 160ms ease;
}

.home .site-nav a:hover::after {
  transform: scaleX(1);
}

.home .header-actions .button {
  min-height: 48px;
  padding-inline: 22px;
  font-weight: 850;
}

.home .header-actions .button--ghost {
  min-width: 132px;
  background: rgba(255, 255, 255, 0.025);
  border-color: rgba(216, 221, 226, 0.24);
  color: #fff;
}

.home .hero.nord-hero-plus {
  min-height: 680px;
  background:
    radial-gradient(circle at 78% 18%, rgba(184, 164, 111, 0.13), transparent 28%),
    linear-gradient(180deg, #07111c 0%, #091623 100%);
}

.home .hero.nord-hero-plus::before {
  display: none;
}

.home .hero.nord-hero-plus::after {
  display: none;
}

.home .nord-hero-plus__inner {
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 480px);
  gap: clamp(36px, 5vw, 64px);
  align-items: center;
  padding: clamp(76px, 8vw, 104px) 0 clamp(70px, 7vw, 94px);
}

.home .nord-hero-plus__content {
  padding-top: 10px;
}

.home .nord-hero-plus__eyebrow {
  margin-bottom: 18px;
  color: #d3bd7e;
  font-size: 0.88rem;
  font-weight: 900;
}

.home .hero h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 5.6vw, 5.05rem);
  line-height: 1.01;
}

.home .hero .lead {
  max-width: 780px;
  margin-bottom: 30px;
  color: rgba(244, 241, 234, 0.86);
  font-size: clamp(1.08rem, 1.35vw, 1.22rem);
  line-height: 1.74;
}

.home .hero__actions {
  gap: 12px;
  margin-bottom: 30px;
}

.home .hero__actions .button {
  min-height: 52px;
  padding: 13px 22px;
  font-weight: 900;
}

.home .hero__actions .button:first-child {
  min-width: 206px;
  box-shadow: 0 16px 34px rgba(184, 164, 111, 0.18);
}

.home .hero__actions .button--ghost {
  min-width: 152px;
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(216, 221, 226, 0.24);
}

.home .nord-proof-strip {
  max-width: 850px;
  margin-top: 0;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(216, 221, 226, 0.17);
  border-radius: var(--nord-radius);
  background: rgba(16, 24, 32, 0.54);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
}

.home .nord-proof-strip div {
  min-height: 84px;
  padding: 17px 18px;
  border: 0;
  border-right: 1px solid rgba(216, 221, 226, 0.13);
  border-radius: 0;
  background: transparent;
}

.home .nord-proof-strip div:last-child {
  border-right: 0;
}

.home .nord-proof-strip dt {
  color: #fff;
  font-size: 1.06rem;
  letter-spacing: 0;
}

.home .nord-proof-strip dd {
  color: rgba(216, 221, 226, 0.78);
}

.home .nord-hero-card {
  align-self: center;
  padding: 0;
  border-color: rgba(216, 221, 226, 0.18);
  background: rgba(7, 17, 28, 0.7);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
}

.home .nord-hero-card__media {
  position: relative;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 1.25 / 1;
  background: #07111c;
  border-bottom: 1px solid rgba(216, 221, 226, 0.12);
}

.home .nord-hero-card__media img {
  object-position: 58% 44%;
}

.home .nord-hero-card__role,
.home .nord-hero-card p:not(.nord-hero-card__role),
.home .nord-hero-card a {
  margin-left: 24px;
  margin-right: 24px;
}

.home .nord-hero-card__role {
  display: inline-flex;
  margin-top: 18px;
  margin-bottom: 10px;
  padding: 8px 12px;
  background: rgba(16, 24, 32, 0.84);
  color: #fff;
}

.home .nord-hero-card p:not(.nord-hero-card__role) {
  margin-bottom: 18px;
  color: rgba(244, 241, 234, 0.82);
  line-height: 1.65;
}

.home .nord-hero-card a {
  display: inline-flex;
  margin-bottom: 24px;
  color: #d3bd7e;
}

@media (max-width: 1020px) {
  .home .nord-hero-plus__inner {
    grid-template-columns: 1fr;
  }

  .home .nord-hero-card {
    max-width: 620px;
  }
}

@media (max-width: 880px) {
  .home .site-header__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 0.9fr);
    gap: 12px 16px;
    align-items: center;
    padding: 12px 0;
  }

  .home .brand img {
    display: block;
    width: min(210px, calc(100vw - 28px));
  }

  .home .brand {
    min-width: 210px;
  }

  .home .site-nav {
    grid-column: 1 / -1;
    order: 3;
    gap: 8px 14px;
    font-size: 0.88rem;
  }

  .home .header-actions {
    justify-self: end;
  }

  .home .header-actions .button {
    min-height: 42px;
    padding: 9px 13px;
  }

  .home .hero.nord-hero-plus {
    min-height: auto;
  }

  .home .hero.nord-hero-plus::before {
    opacity: 0.42;
    background-image:
      linear-gradient(180deg, rgba(7, 17, 28, 0.98) 0%, rgba(7, 17, 28, 0.9) 58%, rgba(7, 17, 28, 0.72) 100%);
  }

  .home .nord-hero-plus__inner {
    padding: 44px 0 42px;
  }

  .home .hero h1 {
    font-size: clamp(2.45rem, 10vw, 3.65rem);
  }

  .home .hero .lead {
    font-size: 1.02rem;
    line-height: 1.66;
  }

  .home .nord-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home .nord-proof-strip div:nth-child(2) {
    border-right: 0;
  }

  .home .nord-proof-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(216, 221, 226, 0.13);
  }

  .home .nord-hero-card {
    margin-bottom: 0;
  }

  .home .nord-hero-card__media {
    aspect-ratio: 16 / 10;
  }

  .home .nord-hero-card a {
    display: none;
  }
}

@media (max-width: 520px) {
  .home .site-header__inner {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px 0;
  }

  .home .brand img {
    display: block;
    width: min(205px, calc(100vw - 28px));
  }

  .home .brand {
    min-width: 205px;
  }

  .home .header-actions {
    width: 100%;
    justify-self: stretch;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .home .header-actions .button {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 0.92rem;
  }

  .home .site-nav {
    font-size: 0.82rem;
    line-height: 1.2;
  }

  .home .nord-hero-plus__inner {
    padding: 30px 0 32px;
  }

  .home .nord-hero-plus__eyebrow {
    margin-bottom: 12px;
    font-size: 0.78rem;
  }

  .home .hero h1 {
    margin-bottom: 14px;
    font-size: 2.16rem;
  }

  .home .hero .lead {
    margin-bottom: 20px;
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .home .hero__actions {
    margin-bottom: 18px;
    gap: 8px;
  }

  .home .hero__actions .button {
    min-height: 46px;
    padding: 10px 14px;
  }

  .home .nord-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home .nord-proof-strip div,
  .home .nord-proof-strip div:nth-child(2) {
    min-height: 68px;
    padding: 12px 14px;
    border-right: 1px solid rgba(216, 221, 226, 0.13);
    border-bottom: 1px solid rgba(216, 221, 226, 0.13);
  }

  .home .nord-proof-strip div:nth-child(2),
  .home .nord-proof-strip div:nth-child(4) {
    border-right: 0;
  }

  .home .nord-proof-strip div:nth-child(3),
  .home .nord-proof-strip div:nth-child(4) {
    border-bottom: 0;
  }

  .home .nord-proof-strip dt {
    font-size: 0.98rem;
  }

  .home .nord-proof-strip dd {
    font-size: 0.82rem;
  }

  .home .nord-hero-card__media {
    aspect-ratio: 16 / 10;
  }

  .home .nord-hero-card__role,
  .home .nord-hero-card p:not(.nord-hero-card__role) {
    margin-left: 16px;
    margin-right: 16px;
  }

  .home .nord-hero-card__role {
    margin-top: 14px;
  }

  .home .nord-hero-card p:not(.nord-hero-card__role) {
    margin-bottom: 16px;
    font-size: 0.96rem;
  }
}
