.brand img { width: auto; height: 36px; }
.hero-art { min-height: 560px; }
.design-photo {
  inset: 18px 28px 0 56px;
  border-radius: 38px;
  background:
    linear-gradient(to top, rgba(20, 16, 45, .18), transparent 46%),
    url("/assets/photos/hero-creator.jpg") center 18% / cover;
}
.scribble {
  right: 88px;
  top: 42px;
  font-family: "Comic Sans MS", "Segoe Print", cursive;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  color: #343752;
  transform: rotate(-8deg);
}
.hero-card.linkchip { left: 0; right: auto; top: auto; bottom: 108px; transform: rotate(-3deg); font-size: 14px; }
.hero-card.linkchip span { color: var(--purple); }
.hero-card.heartfloat { left: auto; right: 10px; top: 102px; bottom: auto; transform: none; color: var(--pink); font-size: 22px; padding: 10px 13px; }
.hero-card.supportnote { left: auto; right: 0; top: auto; bottom: 42px; transform: rotate(3deg); font-size: 13px; }
.hero-card.supportnote span { display: block; color: #7b8093; font-weight: 600; }
.phone-rich { width: min(340px, 100%); }
.design-cover { height: 128px; background: url("/assets/photos/cover-coast.jpg") center / cover; }
.design-avatar { background: url("/assets/photos/hero-creator.jpg") center 15% / cover; }
.profile .handle, .profile .bio { color: #8b90a3; font-size: 12px; }
.profile .bio { color: #63697c; margin: 6px 0 0; }
.support-box { margin-top: 12px; border: 1px solid var(--line); border-radius: 16px; padding: 14px; text-align: left; }
.support-box strong { display: block; font-family: Sora, sans-serif; font-size: 15px; margin-bottom: 10px; }
.fake-field { margin-top: 8px; border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; color: #8b90a3; font-size: 12px; font-weight: 600; }
.fake-field.tall { min-height: 58px; color: #43475c; }
.anon-row, .total-row { display: flex; align-items: center; gap: 8px; margin-top: 10px; font-size: 12px; color: #5d6275; font-weight: 700; }
.anon-row .box { width: 14px; height: 14px; border: 1px solid #d7d8e2; border-radius: 3px; background: #fff; }
.total-row { justify-content: space-between; background: #f7f7fb; border-radius: 10px; padding: 10px 12px; }
.support-box .support-btn { margin-top: 10px; text-align: center; }
.avatar-letter {
  display: grid;
  place-items: center;
  background: #f3efff;
  color: var(--purple);
  font-family: Sora, sans-serif;
  font-weight: 700;
}
.comparison { display: block; overflow-x: auto; }

@media (max-width: 980px) {
  .site-header.open .nav-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 8px 22px 18px;
    gap: 14px;
    box-shadow: 0 18px 40px rgba(37, 31, 89, .08);
  }
}

@media (max-width: 640px) {
  .site-header.open .nav-actions .btn-primary { display: inline-flex; }
  .brand img { height: 30px; }
  .hero-card { max-width: 168px; padding: 10px 12px; font-size: 12px; }
  .hero-card.two { top: 72px; }
  .hero-card.three { bottom: 18px; }
  .scribble { font-size: 20px; }
  .phone { width: min(260px, 100%); }
}

.auth-form { max-width: 480px; margin: 28px auto 10px; }
.auth-form h1 { font-family: Sora, sans-serif; letter-spacing: -.04em; font-size: 36px; line-height: 1.05; margin: 0 0 8px; }
.auth-form > p { margin: 0 0 8px; color: var(--text); }
.auth-form label { display: block; font-weight: 800; font-size: 13px; margin: 14px 0 0; }
.auth-form input[type="text"],
.auth-form input[type="email"],
.auth-form input[type="password"],
.auth-form input:not([type="checkbox"]) {
  width: 100%;
  margin-top: 6px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
}
.auth-form .prefix-input {
  display: flex;
  align-items: center;
  margin-top: 6px;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.auth-form .prefix-input span { padding: 0 12px; color: #8b90a3; font-size: 13px; font-weight: 700; white-space: nowrap; }
.auth-form .prefix-input input { margin: 0; border: 0; border-radius: 0; }
.auth-form .check { display: flex; align-items: center; gap: 8px; font-weight: 700; }
.auth-form .check input { width: auto; margin: 0; }
.auth-form .btn { width: 100%; margin-top: 18px; }
.auth-foot { margin: 16px 0 0; font-size: 14px; color: var(--text); }
.auth-foot a { color: var(--purple); font-weight: 800; }
.form-error { color: #d12b5a; font-size: 13px; font-weight: 700; margin: 6px 0 0; }
.ok { background: #f3efff; border-radius: 12px; padding: 12px 14px; font-size: 14px; color: var(--ink); }

.article-grid a.article-card-link {
  display: contents;
  color: inherit;
  text-decoration: none;
}
.article-grid article:has(> a.article-card-link) { cursor: pointer; }
.blog-article { max-width: 760px; margin: 0 auto; }
.blog-body { font-size: 17px; line-height: 1.65; color: var(--text, #2b2f42); }
.blog-body img { width: 100%; border-radius: 18px; margin: 0 0 22px; }
.blog-body p { margin: 0 0 1.1em; }
.blog-body h2, .blog-body h3 { font-family: Sora, sans-serif; letter-spacing: -.03em; margin: 1.4em 0 .5em; }
.page-head .eyebrow a { color: inherit; text-decoration: none; }
