.site-header {
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 5px 24px rgba(45, 18, 60, .06);
}

.identity-wrap {
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.identity-wrap .brand {
  gap: 20px;
  max-width: 820px;
}

.brand-copy {
  display: block;
}

.identity-wrap .brand strong {
  display: block;
  margin: 1px 0 3px;
  color: var(--primary);
  font: 700 27px/1.05 Outfit, Sarabun;
}

.brand-eyebrow {
  display: block;
  max-width: 760px;
  margin-top: 3px;
  color: #a57b19;
  font: 700 8.5px/1.35 Outfit;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.brand-full-name {
  display: block;
  max-width: 720px;
  color: #4c4650;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.identity-note {
  padding-left: 25px;
  border-left: 1px solid var(--line);
  text-align: right;
  white-space: nowrap;
}

.identity-note span,
.identity-note strong {
  display: block;
}

.identity-note span {
  color: var(--primary);
  font: 700 9px Outfit;
  letter-spacing: .12em;
}

.identity-note strong {
  margin-top: 4px;
  color: var(--muted);
  font: 500 10px Outfit;
  letter-spacing: .04em;
}

.nav-bar {
  border-top: 1px solid #eeeaf1;
  background: linear-gradient(90deg, #fff, #faf7fc, #fff);
}

.nav-bar .nav-wrap {
  min-height: 52px;
  justify-content: center;
}

.nav-bar .site-nav {
  width: 100%;
  justify-content: center;
  gap: 4px;
}

.nav-bar .site-nav a {
  padding: 9px 13px;
}

.nav-bar .site-nav .admin-link {
  margin-left: auto;
}

.identity-wrap .brand-logo {
  width: 72px;
  height: 98px;
  filter: drop-shadow(0 7px 12px rgba(74, 28, 97, .12));
}

.hero-card {
  min-height: 410px;
  padding: 48px 45px;
  border-radius: 30px;
}

.hero-card-brand {
  position: absolute;
  top: 34px;
  left: 40px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero-card-brand img {
  width: 66px;
  height: 104px;
  padding: 5px;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, .2);
}

.hero-card-brand span,
.hero-card-brand small {
  display: block;
  margin: 0;
}

.hero-card-brand span {
  color: var(--gold);
  font: 700 22px Outfit;
  letter-spacing: .16em;
}

.hero-card-brand small {
  color: #d4c6dc;
  font: 600 8px Outfit;
  letter-spacing: .28em;
}

.hero-card > small {
  margin-top: 25px;
}

@media (max-width: 1000px) {
  .identity-wrap {
    min-height: 88px;
  }

  .identity-wrap .brand {
    gap: 12px;
  }

  .identity-wrap .brand-logo {
    width: 48px;
    height: 68px;
  }

  .identity-wrap .brand strong {
    font-size: 18px;
  }

  .brand-full-name {
    max-width: 650px;
    font-size: 10px;
  }

  .identity-note {
    display: none;
  }

  .nav-bar {
    height: 0;
    border: 0;
  }

  .nav-bar .nav-wrap {
    min-height: 0;
  }

  .nav-bar .site-nav {
    top: 88px;
  }

  .nav-bar .site-nav .admin-link {
    margin-left: 0;
  }
}

@media (max-width: 650px) {
  .identity-wrap {
    min-height: 82px;
  }

  .identity-wrap .brand {
    min-width: 0;
    gap: 9px;
  }

  .identity-wrap .brand-logo {
    width: 42px;
    height: 60px;
  }

  .brand-copy {
    min-width: 0;
  }

  .identity-wrap .brand strong {
    font-size: 16px;
  }

  .brand-eyebrow {
    display: block !important;
    max-width: 255px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 6px;
    letter-spacing: .04em;
  }

  .brand-full-name {
    display: block;
    max-width: 255px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 9px;
  }

  .nav-bar .site-nav {
    top: 82px;
  }
}
