/* Web Kai — hero left signature block only (no card frame; loads last) */

.section--hero .hero-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: center;
  width: auto;
  max-width: 200px;
  padding: 0 !important;
  margin: 0;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
}

.section--hero .hero-side::before,
.section--hero .hero-side::after {
  display: none !important;
}

.section--hero .brand-mark--hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  width: auto;
  filter: none;
}

.section--hero .brand-logo--hero {
  width: 88px !important;
  height: 88px !important;
  margin: 0;
}

.section--hero .trade-name {
  margin: 0 !important;
  padding: 0;
  font-size: clamp(1.08rem, 2vw, 1.22rem) !important;
  line-height: 1.15 !important;
  letter-spacing: 0.04em;
  text-align: left;
  white-space: nowrap;
}

.section--hero .owner-name {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.4em;
  width: auto;
  margin: 10px 0 0 2px !important;
  padding: 0 !important;
  padding-left: 0 !important;
  text-align: left;
  border: none !important;
  border-top: none !important;
  font-size: 0.82rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.05em;
  color: rgba(176, 214, 204, 0.82) !important;
}

.section--hero .owner-role {
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: rgba(148, 192, 182, 0.75) !important;
}

.section--hero .owner-name-text {
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(188, 226, 216, 0.9) !important;
}

@media (max-width: 900px) {
  .section--hero .hero-side {
    max-width: none;
    width: 100%;
  }

  .section--hero .brand-mark--hero {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .section--hero .owner-name {
    margin-top: 10px !important;
    margin-left: 0 !important;
    width: 100%;
  }
}
