:root {
  --purple: #6d4aff;
  --purple-deep: #5b3df0;
  --pink: #ee45c8;
  --ink: #16141f;
  --muted: #6d7280;
  --line: #ececf3;
  --bg: #fbfbfe;
  --soft: #f4f1ff;
  --card: #ffffff;
  --shadow: 0 18px 50px rgba(48, 24, 90, 0.08);
  --font: "Plus Jakarta Sans", sans-serif;
  --script: "Caveat", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.5;
}
:focus-visible { outline: 2px solid var(--purple); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font-family: inherit; }
img { max-width: 100%; display: block; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(760px, calc(100% - 40px)); }
.center { text-align: center; }
.site { min-height: 100vh; }

.logo { display: inline-flex; align-items: center; text-decoration: none; line-height: 0; }
.logo img { display: block; height: 38px; width: auto; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 0; cursor: pointer; border-radius: 999px; padding: 12px 18px;
  font-weight: 700; font-size: 14.5px; transition: transform .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--purple); color: white; box-shadow: 0 10px 20px rgba(109, 74, 255, 0.25); }
.btn-primary:hover { background: var(--purple-deep); }
.btn-primary:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.btn-ghost { background: white; color: var(--ink); border: 1px solid #e4e4ee; }
.btn-white { background: white; color: var(--purple-deep); }
.btn-block { width: 100%; }
.btn-sm { padding: 8px 14px; }

.header {
  position: sticky; top: 0; z-index: 20; background: #fff;
  border-bottom: 1px solid rgba(236,236,243,.9);
}
.header-inner { position: relative; z-index: 23; height: 74px; display: flex; align-items: center; gap: 28px; background: #fff; }
.nav { display: flex; gap: 22px; color: #5c6170; font-weight: 600; font-size: 14.5px; }
.nav a.active { color: var(--ink); }
.nav-mobile-cta { display: none; }
.header-cta { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.login-link { font-weight: 700; font-size: 14.5px; color: #3a3d48; }
.menu-btn {
  display: none;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  margin: 0;
  padding: 0;
  border: 1px solid #eeedf5;
  border-radius: 999px;
  background: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.menu-btn span {
  display: block;
  width: 16px;
  height: 2px;
  margin: 0;
  padding: 0;
  border: 0;
  background: #1b1f33;
  border-radius: 2px;
  transition: transform .15s ease, opacity .15s ease;
  transform-origin: center;
  flex: 0 0 auto;
}
.menu-btn.on span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-btn.on span:nth-child(2) { opacity: 0; }
.menu-btn.on span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-backdrop, .dash-backdrop { position: fixed; inset: 0; border: 0; background: rgba(16, 12, 28, .4); z-index: 18; }

.hero { padding: 54px 0 20px; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; background: #f3e9ff; color: #7a3dff;
  border-radius: 999px; padding: 7px 12px; font-size: 12px; font-weight: 800; letter-spacing: .08em;
}
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--purple); }
h1 { font-size: clamp(46px, 5.4vw, 74px); line-height: .98; letter-spacing: -0.05em; margin: 18px 0 16px; font-weight: 800; }
h1 span, .banner h2 { color: var(--pink); }
.hero h1 span { color: var(--pink); }
.lede, .sub { color: var(--muted); font-size: 17px; }
.sub { margin-top: -6px; }
.sub.left { text-align: left; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 26px 0 22px; }
.trust { display: flex; flex-wrap: wrap; gap: 16px 18px; padding: 0; margin: 8px 0 0; list-style: none; color: #5d6270; font-size: 13.5px; font-weight: 600; }
.trust li { display: inline-flex; align-items: center; gap: 6px; color: var(--purple); }
.trust li { color: #5c6170; }
.trust svg { color: var(--purple); }

.hero-visual { position: relative; }
.hero-visual img {
  width: 100%; height: 560px; object-fit: cover; object-position: 50% 18%;
  border-radius: 32px; box-shadow: 0 30px 70px rgba(70, 30, 110, 0.16);
}
.hero-visual::before {
  content: ""; position: absolute; inset: 40px -20px auto auto; width: 180px; height: 180px;
  background: #ffd6f2; filter: blur(30px); z-index: -1; border-radius: 50%;
}
.scribble { font-family: var(--script); color: #7b4dff; line-height: .9; font-size: 30px; font-weight: 700; }
.scribble-hero { position: absolute; top: 18px; right: -8px; transform: rotate(-8deg); text-align: left; }
.scribble-arrow { width: 70px; margin-top: 4px; color: #c084fc; }
.float-heart {
  position: absolute; right: 18px; top: 46%; width: 42px; height: 42px; border-radius: 50%;
  background: #ff4fa8; color: white; display: grid; place-items: center; font-size: 20px;
  box-shadow: 0 10px 20px rgba(255, 79, 168, .35);
}
.float-link, .float-real {
  position: absolute; background: white; border-radius: 16px; box-shadow: var(--shadow); font-weight: 800;
}
.float-link { left: -18px; bottom: 86px; padding: 12px 14px; font-size: 14px; border-radius: 999px; }
.float-real { right: -10px; bottom: 28px; display: flex; gap: 10px; align-items: center; padding: 12px 14px; font-size: 14px; }
.float-real span { width: 34px; height: 34px; border-radius: 50%; background: #ffe4f6; color: var(--pink); display: grid; place-items: center; }

.section { padding: 72px 0; }
.section.tight { padding-top: 10px; }
h2 { font-size: clamp(32px, 4vw, 48px); letter-spacing: -0.045em; line-height: 1.05; margin: 0 0 10px; }
h3 { margin: 0 0 8px; letter-spacing: -0.03em; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 36px; }
.steps article { text-align: center; }
.steps .step-icon { margin-left: auto; margin-right: auto; }
.steps article p, .info-card p, .cats article, .prices p { color: var(--muted); }
.step-icon, .soft-icon, .cats article span {
  width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;
  background: var(--soft); color: var(--purple); margin-bottom: 14px;
}
.kinds { display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; align-items: center; }
.cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.cats article {
  background: white; border: 1px solid var(--line); border-radius: 20px; padding: 18px 14px 16px;
  text-align: center; font-weight: 700; color: var(--ink); box-shadow: 0 8px 24px rgba(30, 20, 60, .03);
}
.cats article span { margin: 0 auto 10px; border-radius: 16px; background: #f3eeff; color: #7c4dff; }

.showcase-wrap { background: linear-gradient(#fff, #faf8ff 40%, #fff); }
.showcase { display: grid; grid-template-columns: 280px 320px 1fr; gap: 28px; align-items: center; position: relative; padding-left: 64px; }
.scribble-side { position: absolute; left: 0; bottom: 96px; transform: rotate(-14deg); font-size: 28px; pointer-events: none; z-index: 2; }

.phone {
  width: 270px; background: #111; border-radius: 36px; padding: 10px; color: white;
  box-shadow: 0 30px 60px rgba(20, 10, 40, .18); justify-self: center;
}
.phone-bar { display: flex; justify-content: space-between; font-size: 11px; padding: 6px 12px 8px; font-weight: 700; }
.phone-body { background: white; color: var(--ink); border-radius: 28px; padding: 16px 14px 14px; text-align: center; }
.phone-body .avatar { width: 64px; height: 64px; margin: 0 auto 8px; }
.phone-role, .phone-bio { color: var(--muted); font-size: 12px; margin: 4px 0; }
.phone-body strong { font-size: 15px; }
.phone-body em { display: block; color: #8b90a0; font-style: normal; font-size: 12px; }
.mini-socials { display: flex; gap: 10px; justify-content: center; color: #111; margin: 8px 0; }
.mini-socials svg:nth-child(1) { color: #e1306c; }
.mini-socials svg:nth-child(2) { color: #111; }
.mini-socials svg:nth-child(3) { color: #ff0033; }
.mini-socials svg:nth-child(4) { color: #111; }
.mini-socials.dark { justify-content: flex-start; color: #444; }
.shots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin: 10px 0 12px; }
.shots span {
  display: block; aspect-ratio: 1; border-radius: 8px;
  background-image: url("/images/sophia-gallery.png");
  background-size: 400% 100%;
}
.profile-shots { margin-top: 28px; }
.profile-shots span { aspect-ratio: 1.15; border-radius: 16px; }

.support-card, .info-card, .post-card, .auth-card, .about-card, .panel {
  background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow);
}
.support-card { padding: 22px; }
.support-card h3 { font-size: 22px; }
.amounts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 14px 0; }
.amounts button {
  border: 1px solid #e6e6ee; background: white; border-radius: 999px; padding: 10px 0; font-weight: 800; cursor: pointer; color: #3a3d48;
}
.amounts button.on { background: var(--purple); color: white; border-color: var(--purple); }
.field input, .auth-card input, .prefix-input, .stack-panel input, .stack-panel textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 12px 12px; background: #fafafc; margin-top: 6px;
}
.field { display: block; margin-bottom: 8px; }
.hint { color: #9aa0ad; font-size: 13px; margin: 4px 0 10px; }
.check { display: flex; gap: 8px; align-items: center; font-size: 14px; margin: 8px 0 14px; }
.secure { text-align: center; color: #9aa0ad; font-size: 12px; margin: 10px 0 6px; }
.paymarks { display: flex; gap: 6px; justify-content: center; align-items: center; }
.pm { font-size: 10px; font-weight: 800; border: 1px solid var(--line); border-radius: 4px; padding: 3px 5px; color: #334; letter-spacing: .04em; background: white; }
.pm-visa { color: #1a1f71; }
.pm-amex { color: #1f72c7; }
.pm-gpay b { color: #4285f4; font-weight: 800; }
.pm-apple::before { content: ""; }
.pm-mc { display: inline-flex; }
.pm-mc i { width: 10px; height: 10px; border-radius: 50%; display: block; }
.pm-mc i:first-child { background: #eb001b; }
.pm-mc i:last-child { background: #f79e1b; margin-left: -4px; }
.sent { text-align: center; padding: 12px 0; }
.sent-heart { width: 54px; height: 54px; margin: 0 auto 8px; border-radius: 50%; background: #ffe4f6; color: var(--pink); display: grid; place-items: center; font-size: 24px; }

.style-copy ul { list-style: none; padding: 0; }
.style-copy li { display: flex; gap: 8px; align-items: center; margin: 8px 0; font-weight: 600; }
.style-copy svg { color: var(--purple); }

.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; text-align: left; }
.quotes article {
  background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow);
  padding: 22px; display: flex; flex-direction: column; gap: 12px; min-height: 100%;
}
.quotes p { margin: 0; color: #3a3d48; font-size: 15.5px; line-height: 1.55; }
.quote-mark { color: var(--pink); font-size: 42px; line-height: .7; font-weight: 800; }
.quotes footer { display: flex; align-items: center; gap: 10px; margin-top: auto; padding-top: 8px; }
.quotes footer span {
  width: 42px; height: 42px; border-radius: 50%; background: var(--soft); color: var(--purple);
  display: grid; place-items: center; font-weight: 800; font-size: 13px; flex: none;
}
.quotes footer strong { display: block; font-size: 14.5px; }
.quotes footer em { font-style: normal; color: var(--muted); font-size: 13px; }

.prices { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 28px; }
.prices article { text-align: center; }
.prices article span { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 10px; }
.prices article span, .soft-icon { background: var(--soft); color: var(--purple); }
.prices h3 { font-size: 16px; }

.banner {
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  background: linear-gradient(100deg, #6a45ff 0%, #b14bff 48%, #ff4fa2 100%);
  color: white; border-radius: 28px; padding: 42px 48px; position: relative; overflow: hidden;
}
.banner h2 { color: white; font-size: clamp(28px, 3vw, 40px); }
.banner p { color: rgba(255,255,255,.88); max-width: 560px; }
.scribble-banner { color: white; transform: rotate(-8deg); font-size: 42px; text-align: right; }
.banner.slim { display: block; }

.footer { border-top: 1px solid var(--line); padding: 48px 0 20px; margin-top: 20px; background: white; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); gap: 24px; }
.footer h4 { margin: 0 0 12px; font-size: 14px; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin: 8px 0; }
.footer a { color: var(--muted); font-size: 14px; }
.footer-brand p { color: var(--muted); }
.socials { display: flex; gap: 8px; }
.socials a, .lang {
  width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; background: white;
}
.lang { width: auto; border-radius: 999px; padding: 0 12px; margin-top: 12px; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 12px; color: #9aa0ad; font-size: 13px; padding: 22px 0 8px; }

.page-hero { padding: 64px 0 10px; }
.page-hero h1 { font-size: clamp(40px, 5vw, 64px); }
.cards-4, .blog-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cards-4 { grid-template-columns: repeat(4, 1fr); }
.info-card, .post-card { padding: 22px; display: block; }
.post-card h2 { font-size: 24px; }
.tag { display: inline-block; background: var(--soft); color: var(--purple); border-radius: 999px; padding: 4px 10px; font-size: 12px; font-weight: 800; }
.split-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.split-panel img { border-radius: 24px; height: 360px; width: 100%; object-fit: cover; }
.fan-grid { display: grid; grid-template-columns: 1fr 360px; gap: 32px; align-items: start; }
.fan-list { list-style: none; padding: 0; margin: 0; }
.fan-list li { display: flex; gap: 14px; margin-bottom: 18px; }
.fan-list b { width: 32px; height: 32px; border-radius: 50%; background: var(--purple); color: white; display: grid; place-items: center; flex: none; }
.kicker { color: var(--purple); font-weight: 800; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.article p { font-size: 18px; color: #3c4150; }
.crumbs { color: var(--muted); font-size: 14px; font-weight: 700; margin: 0 0 14px; }
.crumbs a { color: var(--purple); }
.crumbs span { margin: 0 6px; }
.prose h2, .faq h2, .related h2 { font-size: clamp(26px, 3vw, 34px); margin: 34px 0 10px; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li, .faq p { font-size: 17px; color: #343846; line-height: 1.65; }
.prose ul { margin: 8px 0 0; padding-left: 1.15rem; }
.prose li { margin: 8px 0; }
.faq details { border-top: 1px solid var(--line); padding: 14px 0; }
.faq summary { cursor: pointer; font-weight: 800; letter-spacing: -0.02em; }
.faq p { margin: 8px 0 0; }
.related ul { list-style: none; padding: 0; display: grid; gap: 8px; }
.related a { font-weight: 800; color: var(--purple); }
.prose-cards { margin: 8px 0 28px; }
.container.narrow .prose-cards.cards-4 { grid-template-columns: 1fr 1fr; }
.container.narrow .prose-cards.fan-grid { grid-template-columns: 1fr; }
@media (min-width: 720px) {
  .container.narrow .prose-cards.fan-grid { grid-template-columns: 1fr 300px; }
}
.back, .meta { color: var(--muted); }
.auth-wrap { min-height: 68vh; display: grid; place-items: center; padding: 40px 16px 70px; }
.auth-card { width: min(460px, 100%); padding: 28px; }
.auth-card h1 { font-size: 36px; }
.auth-card label, .stack-panel label { display: block; font-weight: 700; font-size: 14px; margin: 12px 0; }
.prefix-input { display: flex; align-items: center; gap: 0; padding: 0 0 0 12px; }
.prefix-input span { color: var(--muted); font-weight: 700; font-size: 14px; white-space: nowrap; }
.prefix-input input { border: 0; background: transparent; margin: 0; }
.ok { color: #128a52; } .bad, .form-error { color: #d12b5b; }
.auth-foot { text-align: center; color: var(--muted); }
.link-preview { font-weight: 800; color: var(--purple); }

.profile-page { background: #f6f5fb; min-height: 100vh; }
.profile-top { width: min(1120px, calc(100% - 40px)); margin: 0 auto; height: 68px; display: flex; align-items: center; justify-content: space-between; }
.profile-top-actions { display: flex; align-items: center; gap: 14px; font-weight: 700; }
.cover img { width: min(1120px, calc(100% - 40px)); height: 280px; object-fit: cover; object-position: center 40%; margin: 0 auto; border-radius: 22px; }
.profile-sheet { margin-top: -58px; position: relative; }
.profile-head { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: start; margin-bottom: 22px; }
.profile-id, .profile-stats { margin-top: 72px; }
.avatar { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; object-position: center 20%; background: white; }
.avatar.lg { width: 112px; height: 112px; border: 4px solid white; box-shadow: var(--shadow); }
.profile-id h1 { font-size: 32px; margin: 0; }
.handle, .role, .bio, .where { margin: 2px 0; color: var(--muted); }
.verified { display: inline-grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: var(--purple); color: white; font-style: normal; font-size: 11px; }
.profile-stats { display: flex; gap: 22px; align-items: center; background: white; border-radius: 18px; padding: 14px 16px; border: 1px solid var(--line); }
.profile-stats strong { display: block; font-size: 22px; letter-spacing: -0.04em; }
.profile-stats span { color: var(--muted); font-size: 12px; }
.profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
.about-card { padding: 22px; position: relative; }
.about-card > p:first-of-type { max-width: 62%; }
.link-list { list-style: none; padding: 0; }
.link-list a { display: flex; gap: 8px; align-items: center; padding: 8px 0; font-weight: 700; border-top: 1px solid var(--line); }
.soc-instagram { color: #e1306c; }
.soc-youtube { color: #ff0033; }
.soc-tiktok, .soc-x { color: #16141f; }
.soc-gift { color: #7c4dff; }
.scribble-about { position: absolute; right: 22px; top: 86px; transform: rotate(-8deg); font-size: 28px; color: var(--pink); text-align: right; }
.supporters { list-style: none; padding: 0; margin: 0; }
.supporters li, .tx li { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; padding: 10px 0; border-top: 1px solid var(--line); }
.dot-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--soft); color: var(--purple); display: grid; place-items: center; font-weight: 800; }
.supporters em, .tx time { color: #9aa0ad; font-style: normal; font-size: 12px; margin-left: 8px; }
.supporters p, .tx p { margin: 0; color: var(--muted); font-size: 13px; }
.missing { padding: 80px 0; }

.modal { position: fixed; inset: 0; z-index: 40; display: grid; place-items: center; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(20, 12, 40, .45); border: 0; }
.share-card { position: relative; background: white; border-radius: 24px; padding: 24px; width: min(360px, calc(100% - 32px)); text-align: center; }
.share-row { display: flex; justify-content: center; gap: 14px; color: var(--purple); margin: 12px 0 16px; }

.dash { min-height: 100vh; display: grid; grid-template-columns: 240px 1fr; background: #f6f5fb; }
.dash aside { background: white; border-right: 1px solid var(--line); padding: 22px 16px; }
.dash aside nav { display: flex; flex-direction: column; gap: 4px; margin-top: 22px; }
.dash aside button, .dash aside a {
  display: flex; gap: 10px; align-items: center; width: 100%; text-align: left;
  border: 0; background: transparent; border-radius: 12px; padding: 10px 12px; font-weight: 700; color: #4d5160; cursor: pointer;
}
.dash aside button.on, .dash aside a:hover, .dash aside button:hover { background: var(--soft); color: var(--purple); }
.dash-main { padding: 28px; }
.dash-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 18px; }
.dash-top h1 { font-size: 28px; margin: 0; }
.dash-top p { margin: 4px 0 0; color: var(--muted); }
.range { background: white; border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; font-weight: 700; font-size: 13px; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.stat-grid article, .panel { padding: 16px 18px; }
.stat-grid article { background: white; border: 1px solid var(--line); border-radius: 18px; }
.stat-grid span, .chart-panel header span { color: var(--muted); font-size: 13px; }
.stat-grid strong { display: block; font-size: 28px; letter-spacing: -0.04em; margin-top: 6px; }
.stat-grid em { color: #128a52; font-style: normal; font-weight: 800; font-size: 13px; }
.chart-total { display: flex; align-items: baseline; gap: 8px; }
.chart-total em { color: #128a52; font-style: normal; font-weight: 800; font-size: 13px; }
.wave { color: var(--purple); font-size: .72em; margin-left: 2px; }
.panel { margin-top: 14px; }
.panel header, .chart-panel header { display: flex; justify-content: space-between; align-items: center; }
.panel h2, .chart-panel h2 { font-size: 18px; }
.text-btn { border: 0; background: transparent; color: var(--purple); font-weight: 800; cursor: pointer; }
.chart { width: 100%; height: 220px; }
.axis { display: flex; justify-content: space-between; color: #9aa0ad; font-size: 12px; }
.tx { list-style: none; padding: 0; margin: 8px 0 0; }
.tx li { grid-template-columns: auto minmax(0, 1fr) auto auto; }
.tx li > div, .supporters li > div { min-width: 0; }
.tx time, .tx b, .supporters b { white-space: nowrap; }
.stack-panel { display: grid; gap: 8px; }
.ok-line { display: flex; align-items: center; gap: 8px; font-weight: 800; }

@media (max-width: 1100px) {
  .showcase { grid-template-columns: 1fr; justify-items: center; padding-left: 0; }
  .scribble-side { display: none; }
  .style-copy, .support-card { width: min(440px, 100%); }
  .prices, .stat-grid, .cards-4 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .profile-head { grid-template-columns: auto 1fr; }
  .profile-stats { grid-column: 1 / -1; margin-top: 8px; justify-content: flex-start; }
  .kinds { gap: 28px; }
}

@media (max-width: 860px) {
  .container, .profile-top, .cover img { width: min(1120px, calc(100% - 32px)); }
  .nav {
    display: none; position: absolute; top: 74px; left: 0; right: 0; z-index: 22;
    background: white; flex-direction: column; gap: 4px; padding: 8px 16px 18px;
    border-bottom: 1px solid var(--line); box-shadow: 0 18px 40px rgba(20, 12, 40, .08);
  }
  .nav.open { display: flex; }
  .nav a { padding: 12px 8px; border-radius: 12px; }
  .nav a.active, .nav a:hover { background: var(--soft); }
  .nav-mobile-cta { display: flex; flex-direction: column; gap: 10px; padding-top: 8px; }
  .header-cta { display: none; }
  .menu-btn { display: flex; margin-left: auto; }
  .hero { padding: 28px 0 8px; }
  .hero-grid, .kinds, .steps, .quotes, .blog-list, .split-panel, .fan-grid, .profile-grid, .dash { grid-template-columns: 1fr; }
  .hero-visual img { height: 420px; border-radius: 24px; }
  .float-link { left: 12px; bottom: 16px; max-width: calc(100% - 24px); }
  .float-real { right: 12px; bottom: 68px; }
  .float-heart { top: 14px; right: 14px; }
  .scribble-hero { display: none; }
  .hero-actions .btn { flex: 1; }
  .section { padding: 48px 0; }
  h1 { font-size: clamp(38px, 11vw, 56px); }
  .page-hero { padding: 36px 0 4px; }
  .page-hero h1 { font-size: clamp(34px, 9vw, 48px); }
  .cats { grid-template-columns: 1fr 1fr; }
  .banner { flex-direction: column; align-items: flex-start; padding: 28px 22px; }
  .scribble-banner { font-size: 34px; }
  .footer-bottom { flex-direction: column; }
  .cover img { height: 200px; border-radius: 18px; }
  .profile-head { grid-template-columns: 1fr; gap: 8px; }
  .profile-sheet { margin-top: -42px; }
  .profile-id, .profile-stats { margin-top: 0; }
  .avatar.lg { width: 92px; height: 92px; }
  .profile-id h1 { font-size: 28px; }
  .profile-stats { width: 100%; }
  .about-card > p:first-of-type { max-width: none; }
  .scribble-about { position: static; display: block; transform: none; margin: 8px 0; text-align: left; }
  .dash aside { display: none; }
  .dash aside.open {
    display: block; position: fixed; inset: 0 auto 0 0; width: min(300px, 86vw);
    z-index: 30; box-shadow: 18px 0 40px rgba(20, 12, 40, .12); overflow: auto;
  }
  .dash-menu { display: flex; margin: 0; }
  .dash-main { padding: 16px; min-width: 0; }
  .dash-top { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 10px; }
  .dash-top h1 { font-size: 22px; }
  .range { margin: 6px 0 0; grid-column: 2; justify-self: start; }
  .stat-grid strong { font-size: 24px; }
  .tx li { grid-template-columns: auto minmax(0, 1fr) auto; }
  .tx time { grid-column: 2 / -1; margin-left: 0; }
  .auth-card { padding: 22px 18px; }
  .auth-card h1 { font-size: 30px; }
  .split-panel img { height: 220px; }
}

@media (max-width: 560px) {
  .container, .profile-top, .cover img { width: min(1120px, calc(100% - 24px)); }
  .trust { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 12px; }
  .hero-actions { flex-direction: column; }
  .hero-visual img { height: 340px; }
  .float-real { display: none; }
  .prices, .cards-4, .stat-grid, .footer-grid, .cats { grid-template-columns: 1fr 1fr; }
  .blog-list { grid-template-columns: 1fr; }
  .amounts { gap: 6px; }
  .amounts button { padding: 10px 0; font-size: 14px; }
  .cover img { height: 168px; }
  .profile-stats { gap: 12px; padding: 12px; }
  .profile-stats strong { font-size: 18px; }
  .profile-top { height: 60px; }
  .shots.profile-shots { gap: 6px; }
  .banner h2 { font-size: 28px; }
  .axis span:nth-child(2), .axis span:nth-child(4) { display: none; }
  .prefix-input span { font-size: 12px; }
  .stack-panel textarea { min-height: 96px; }
  .phone { width: min(270px, 100%); }
}
