/* ============================================================
   hello.css — faithful clean recreation of a hellomagazine.com article
   Real brand facts: Literata (serif) + Montserrat (sans) from their
   own stylesheets; logo red from their inline masthead SVG.
   ============================================================ */
body.hello {
  --brand: #e2071b;            /* HELLO! red (logo fill) */
  --brand-ink: #ffffff;
  --paper: #ffffff;
  --ink: #1a1a1a;
  --muted: #6f6f6f;
  --rule: #e8e8e8;
  --hm-serif: "Literata", Georgia, serif;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
}

/* ---- top bar ---- */
.hm-top {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; gap: 22px;
  padding: 18px 28px 14px;
}
.hm-logo { display: block; }
.hm-logo img { display: block; height: 46px; width: auto; }
.hm-spacer { flex: 1; }
.hm-utils { display: flex; align-items: center; gap: 20px; }
.hm-utils .u {
  display: inline-flex; align-items: center; gap: 7px;
  text-decoration: none; color: var(--ink);
  font-weight: 600; font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
}
.hm-utils .u:hover { color: var(--brand); }
.hm-utils .u svg { width: 15px; height: 15px; }
.hm-utils .caret { font-size: 9px; color: #888; }
.hm-utils .bar { width: 1px; height: 16px; background: #d6d6d6; }
.hm-sub {
  background: #111; color: #fff; text-decoration: none;
  font-weight: 700; font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  padding: 10px 18px;
}
.hm-sub:hover { background: #000; }
.hm-fashion { text-decoration: none; color: #111; font-weight: 800; font-size: 15px; letter-spacing: -.02em; }
.hm-fashion b { font-family: var(--hm-serif); font-weight: 600; letter-spacing: .16em; text-transform: uppercase; font-size: 13.5px; }
.hm-utils .bell { width: 19px; height: 19px; color: #111; }

/* ---- nav ---- */
.hm-nav { border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.hm-nav ul {
  max-width: 1280px; margin: 0 auto; padding: 0 28px;
  list-style: none; display: flex; align-items: center; gap: 26px; height: 48px;
  overflow-x: auto; scrollbar-width: none;
}
.hm-nav ul::-webkit-scrollbar { display: none; }
.hm-nav a {
  text-decoration: none; color: var(--ink); white-space: nowrap;
  font-weight: 600; font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 5px;
}
.hm-nav a:hover { color: var(--brand); }
.hm-nav .caret { font-size: 9px; color: #999; }

/* ---- lead: copy left, hero right ---- */
.hm-main { max-width: 1280px; margin: 0 auto; padding: 34px 28px 70px; }
.hm-lead { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 44px; align-items: start; }
.hm-crumb { margin: 0 0 18px; font-weight: 700; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.hm-crumb a { color: var(--ink); text-decoration: none; }
.hm-crumb a + a { color: var(--brand); }
.hm-crumb a:hover { color: var(--brand); }
.hm-h1 {
  font-family: var(--hm-serif); font-weight: 500;
  font-size: clamp(30px, 3.4vw, 44px); line-height: 1.16; letter-spacing: -.005em;
  margin: 0 0 20px; color: #111;
}
.hm-stand { margin: 0; font-size: 18px; line-height: 1.5; color: #555; font-weight: 400; }
.hm-hero { position: relative; margin: 0; }
.hm-hero img { display: block; width: 100%; height: auto; aspect-ratio: 1.8 / 1; object-fit: cover; object-position: 50% 32%; background: #efefef; }
.hm-credit {
  position: absolute; right: 0; bottom: 0;
  background: rgba(20,20,20,.62); color: #fff;
  font-size: 10.5px; letter-spacing: .02em; padding: 4px 9px;
}

/* ---- byline strip ---- */
.hm-byline { display: flex; align-items: flex-start; gap: 16px; flex-wrap: wrap; margin: 30px 0 0; padding: 0 0 18px; border-bottom: 1px solid var(--rule); max-width: 900px; }
.hm-avatar { width: 52px; height: 52px; border-radius: 50%; overflow: hidden; flex: none; }
.hm-author { display: grid; gap: 4px; }
.hm-author .who { display: flex; align-items: center; gap: 12px; }
.hm-author .who b { font-weight: 700; font-size: 15px; }
.hm-author .follow {
  border: 1px solid var(--brand); color: var(--brand); text-decoration: none;
  font-weight: 700; font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  padding: 4px 11px; border-radius: 3px;
}
.hm-author .follow:hover { background: var(--brand); color: #fff; }
.hm-author .role { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #8a8a8a; font-weight: 600; }
.hm-author .when { font-size: 12px; color: #8a8a8a; }
.hm-author .comment {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 4px;
  color: var(--brand); text-decoration: none;
  font-weight: 700; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase;
}
.hm-author .comment svg { width: 15px; height: 15px; }
.hm-share { display: grid; gap: 10px; justify-items: end; }
.hm-share .lbl { font-weight: 700; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.hm-share .dots { display: inline-flex; gap: 14px; color: #222; }
.hm-share .dots i { display: inline-flex; }
.hm-share .dots svg { width: 18px; height: 18px; }
.hm-share .google {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid #dadce0; border-radius: 4px; padding: 6px 11px;
  text-decoration: none; color: #3c4043; font-weight: 600; font-size: 12px;
}
.hm-share .google b { color: #4285F4; font-weight: 800; }

/* ---- listen bar ---- */
.hm-listen {
  display: flex; align-items: center; gap: 16px;
  background: #f7f7f7; padding: 13px 18px; margin: 26px 0 0; max-width: 900px;
}
.hm-listen .play { width: 44px; height: 44px; border-radius: 50%; background: var(--brand); color: #fff; display: grid; place-items: center; flex: none; }
.hm-listen .play svg { width: 20px; height: 20px; }
.hm-listen .txt { font-weight: 700; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.hm-listen .wave { flex: 1; height: 34px; min-width: 0; }

/* ---- body ---- */
.hm-body { max-width: 900px; padding: 30px 0 0; }
.hm-body p { margin: 0 0 20px; max-width: 820px; }
.hm-body p.lead::first-letter {
  font-family: var(--hm-serif); font-weight: 700; color: var(--brand);
  font-size: 58px; line-height: .8; float: left; padding: 5px 12px 0 0;
}
.hm-body a.strong { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.hm-body a.strong:hover { color: var(--brand); }

/* ---- MORE: panel ---- */
.hm-more { background: #f6f6f6; border-top: 3px solid var(--brand); padding: 18px 20px 8px; margin: 28px 0; max-width: 820px; }
.hm-more h4 { margin: 0 0 12px; font-weight: 800; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.hm-more .m { display: grid; grid-template-columns: 92px 1fr; gap: 15px; align-items: center; padding: 10px 0; text-decoration: none; color: var(--ink); }
.hm-more .m img { width: 92px; height: 60px; object-fit: cover; display: block; }
.hm-more .m span { font-family: var(--hm-serif); font-weight: 700; font-size: 15.5px; line-height: 1.35; }
.hm-more .m:hover span { text-decoration: underline; }

/* ---- rewarded gate, skinned to HELLO!'s design system ---- */
body.hello .gate-eyebrow { color: var(--brand); font-family: "Montserrat", sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
body.hello .reward-locker { border-radius: 6px; }
body.hello .reward-locker .lock-badge { display: none; }
body.hello .reward-locker h3 {
  font-family: var(--hm-serif); font-weight: 500;
  font-size: clamp(26px, 3.2vw, 34px); line-height: 1.18; letter-spacing: -.005em;
  color: #111; margin: 2px 0 10px;
}
body.hello .reward-locker p { font-family: "Montserrat", sans-serif; font-size: 14.5px; line-height: 1.55; color: #555; max-width: none; margin: 0 0 22px; }
body.hello .rv-cta {
  background: #111; color: #fff; border-radius: 3px;
  padding: 16px 24px; font-family: "Montserrat", sans-serif;
  font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase;
  box-shadow: none;
}
body.hello .rv-cta:hover { background: #000; filter: none; transform: none; }
body.hello .rv-cta svg { display: none; }
body.hello .rv-later { font-family: "Montserrat", sans-serif; color: #555; font-weight: 600; font-size: 13px; }
body.hello .reward-locker .rv-foot { display: none; }
body.hello .lk-side h4 { font-family: "Montserrat", sans-serif; text-transform: uppercase; letter-spacing: .1em; font-size: 12px; font-weight: 800; color: #111; }
body.hello .lk-side li { font-family: "Montserrat", sans-serif; font-size: 14.5px; color: #1a1a1a; }
body.hello .lk-side li svg { color: var(--brand); }
body.hello .gate-fine { font-family: "Montserrat", sans-serif; color: #8a8a8a; font-size: 12px; }
body.hello .rv-floating .txt, body.hello .rv-floating button { font-family: "Montserrat", sans-serif; }
body.hello .rv-floating button { background: #fff; color: #111; border-radius: 3px; font-weight: 700; }

/* ---- responsive ---- */
@media (max-width: 920px) {
  .hm-lead { grid-template-columns: 1fr; gap: 24px; }
  .hm-hero { order: -1; }
  .hm-utils .u, .hm-fashion { display: none; }
  .hm-share { justify-items: start; }
}
