.page {
  padding: clamp(16px, 3vw, 28px);
  max-width: 1120px;
  margin: 0 auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 4px 14px;
}

.section--hero {
  justify-content: flex-start;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.brand__mark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: none;
  object-fit: contain;
  display: block;
  padding: 0;
}

.topnav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
  justify-content: flex-start;
}

.topnav a {
  color: var(--color-black);
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid transparent;
  transition: color 0.12s ease, border-color 0.12s ease, background 0.12s ease;
}

.topnav a:hover {
  color: var(--color-red);
  border-color: rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
}

.hero {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: var(--gap);
  align-items: flex-start;
  padding: clamp(10px, 2vw, 18px) 4px 4px;
}

.hero__copy {
  display: flex;
  flex-direction: column;
}

.hero__copy .btn {
  align-self: flex-start;
}

.pill {
  align-self: flex-start;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 12px;
  border-radius: var(--r-pill);
  background: var(--color-white);
  color: var(--color-red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid rgba(128, 11, 29, 0.2);
}

.h1__mark {
  font-size: 0.22em;
  font-weight: 700;
  opacity: 0.75;
  vertical-align: super;
  margin-left: 0.12em;
}

h1 {
  margin: var(--block-gap) 0 var(--block-gap);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.92;
  font-size: clamp(44px, 6.4vw, 84px);
  color: var(--color-black);
}

.headline__name {
  color: var(--color-red);
}

.lead {
  margin: 0 0 18px;
  max-width: 48ch;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.55);
}

.cluster {
  display: grid;
  gap: 16px;
  width: 100%;
}

.cluster__row {
  display: grid;
  gap: 16px;
}

.cluster__row--top {
  grid-template-columns: 1fr;
}

.cluster__row--bottom {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: start;
  gap: 8px;
}

.card {
  background: #fff;
  border-radius: var(--r-card);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.profile {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.profile__portrait {
  display: none;
  width: 100%;
  height: 120px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.02));
}

.profile__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.profile__name {
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 2px 0 4px;
}

.profile__loc {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
  margin: 0 0 10px;
}

.profile__thumb {
  height: auto;
  flex: 1;
  min-height: 280px;
  border-radius: 16px;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.02));
  background-size: cover;
  background-position: center;
  border: none;
}

.profile__thumb--standalone {
  min-height: 320px;
}

.profile__tagrow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  flex-wrap: wrap;
}

.price {
  margin-left: auto;
  font-size: 11px;
  font-weight: 800;
  color: var(--color-red);
}

.portrait {
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 24px;
  margin: 0;
}

.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brandbar {
  padding: 14px 16px;
  border-radius: 18px;
  color: var(--color-white);
  background: linear-gradient(135deg, var(--color-red), var(--color-cream));
  box-shadow: var(--shadow-md);
}

.brandbar__text {
  font-size: 12px;
  font-weight: 600;
  opacity: 0.92;
  margin-bottom: 10px;
}

.logos {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  opacity: 0.92;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.logos span {
  font-size: 13px;
  opacity: 0.95;
}

.logos .muted {
  opacity: 0.75;
  font-weight: 700;
}

.social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 8px 8px 10px;
}

.iconbtn {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--color-white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: var(--shadow-sm);
  display: grid;
  place-items: center;
  font-weight: 800;
  color: var(--color-red);
  font-size: 12px;
  text-decoration: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.iconbtn:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

.iconbtn svg {
  width: 18px;
  height: 18px;
}

.iconbtn__icon img,
.iconbtn__icon svg {
  width: 18px;
  height: 18px;
  display: block;
  filter: invert(10%) sepia(74%) saturate(3040%) hue-rotate(331deg) brightness(82%) contrast(97%);
}

@media (max-width: 860px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .cluster__row--top,
  .cluster__row--bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .page {
    padding: 12px;
  }

  .topbar {
    flex-wrap: wrap;
    gap: 10px;
  }

  h1 {
    font-size: clamp(34px, 10vw, 52px);
  }

  .cluster {
    gap: 12px;
  }

  .profile {
    height: auto;
  }

  .social {
    justify-content: flex-start;
  }
}
