
/* QMAX V139.1 — Premium hero copy refinement.
   Copy and typography only. No structural or functional changes. */

.hmc-premium-welcome-copy {
  width: min(980px, calc(100% - 48px));
  margin-inline: auto;
  padding: clamp(22px, 3.1vw, 42px) clamp(20px, 3vw, 42px) clamp(20px, 2.8vw, 34px);
  text-align: center;
}

.hmc-premium-welcome-copy__headline {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(5px, .6vw, 9px);
  color: #f7f1e8;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -.027em;
  text-wrap: balance;
  text-shadow:
    0 3px 18px rgba(0,0,0,.52),
    0 1px 2px rgba(0,0,0,.42);
}

.hmc-premium-welcome-copy__headline span,
.hmc-premium-welcome-copy__headline strong {
  display: block;
  max-width: 100%;
}

.hmc-premium-welcome-copy__headline span {
  font-size: clamp(33px, 3.8vw, 63px);
  line-height: 1;
  font-weight: 700;
}

.hmc-premium-welcome-copy__headline strong {
  color: #fffaf2;
  font-size: clamp(38px, 4.35vw, 72px);
  line-height: .98;
  font-weight: 800;
  text-shadow:
    0 3px 22px rgba(0,0,0,.55),
    0 1px 2px rgba(0,0,0,.45),
    0 0 20px rgba(255,220,176,.09);
}

.hmc-premium-welcome-copy__support {
  max-width: 850px;
  margin: clamp(17px, 2vw, 27px) auto 0;
}

.hmc-premium-welcome-copy__welcome {
  margin: 0;
  color: rgba(255,252,247,.98);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(15px, 1.22vw, 19px);
  line-height: 1.3;
  font-weight: 760;
  letter-spacing: .005em;
  text-shadow: 0 1px 10px rgba(0,0,0,.50);
}

.hmc-premium-welcome-copy__definition {
  max-width: 820px;
  margin: 9px auto 0;
  color: rgba(248,244,239,.93);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.52;
  font-weight: 530;
  letter-spacing: .001em;
  text-wrap: pretty;
  text-shadow: 0 1px 10px rgba(0,0,0,.47);
}

.hmc-premium-welcome-copy__invitation {
  margin: clamp(15px, 1.8vw, 22px) auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px 13px;
  color: rgba(255,252,248,.99);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.35;
  font-weight: 690;
  letter-spacing: .006em;
  text-shadow: 0 1px 10px rgba(0,0,0,.50);
}

.hmc-premium-welcome-copy__invitation span {
  white-space: nowrap;
}

.hmc-premium-welcome-copy__invitation span:not(:last-child)::after {
  content: "•";
  margin-left: 13px;
  color: rgba(223,198,239,.78);
  font-size: .72em;
  vertical-align: .12em;
}

@media (max-width: 900px) {
  .hmc-premium-welcome-copy {
    width: min(94%, 760px);
    padding-inline: 18px;
  }

  .hmc-premium-welcome-copy__headline span {
    font-size: clamp(31px, 6vw, 52px);
  }

  .hmc-premium-welcome-copy__headline strong {
    font-size: clamp(35px, 6.7vw, 59px);
  }
}

@media (max-width: 620px) {
  .hmc-premium-welcome-copy {
    width: calc(100% - 20px);
    padding: 18px 10px 17px;
  }

  .hmc-premium-welcome-copy__headline span {
    font-size: clamp(28px, 8.8vw, 42px);
    line-height: 1.02;
  }

  .hmc-premium-welcome-copy__headline strong {
    font-size: clamp(31px, 9.5vw, 46px);
    line-height: 1;
  }

  .hmc-premium-welcome-copy__support {
    margin-top: 15px;
  }

  .hmc-premium-welcome-copy__definition {
    max-width: 34ch;
    line-height: 1.46;
  }

  .hmc-premium-welcome-copy__invitation {
    max-width: 30ch;
    flex-direction: column;
    gap: 4px;
  }

  .hmc-premium-welcome-copy__invitation span:not(:last-child)::after {
    content: "";
    margin: 0;
  }
}
