:root {
  --bg: #0b0d18;
  --panel: rgba(22, 25, 43, .82);
  --text: #f8f7ff;
  --muted: #aaaec1;
  --accent: #9e8cff;
  --accent-two: #52e2c2;
  --border: rgba(255, 255, 255, .11);
}
body.do-hub-polish[data-do-site="socialmedia"] .do-domain-orbit-host{overflow:visible!important}

html { scroll-behavior: smooth; }
body { min-width: 320px; overflow-x: hidden; background: var(--bg); }
a:focus-visible { outline: 3px solid var(--accent-two); outline-offset: 4px; border-radius: 6px; }
.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  padding: .75rem 1rem;
  background: #fff;
  color: #111;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }
.page-glow { position: fixed; z-index: -1; border-radius: 50%; filter: blur(110px); opacity: .18; pointer-events: none; }
.glow-one { width: 430px; height: 430px; top: -130px; left: -100px; background: #754cff; }
.glow-two { width: 400px; height: 400px; right: -150px; top: 40%; background: #13d9bd; }
.site-frame { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.site-header {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid var(--border);
}
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; font-weight: 650; letter-spacing: -.02em; }
.brand strong { color: var(--accent-two); }
.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-two));
  color: #0b0d18;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
}
.home-link { color: var(--muted); font-size: .9rem; text-decoration: none; }
.home-link:hover { color: var(--text); }
.hero { max-width: 940px; padding: clamp(5.5rem, 12vw, 10rem) 0 8rem; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin: 0 0 1.4rem;
  color: var(--muted);
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--accent-two); box-shadow: 0 0 20px var(--accent-two); }
.hero h1 { margin: 0; font-size: clamp(4rem, 10.5vw, 8.8rem); line-height: .82; letter-spacing: -.07em; }
.hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(248, 247, 255, .55); }
.hero > p:not(.eyebrow) { max-width: 640px; margin: 2.6rem 0 0; color: var(--muted); font-size: clamp(1rem, 2vw, 1.2rem); }
.quick-nav { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2.4rem; }
.quick-nav a {
  padding: .65rem 1rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255,255,255,.025);
  color: var(--text);
  font-size: .86rem;
  text-decoration: none;
}
.quick-nav a:hover { border-color: var(--accent); background: rgba(158,140,255,.09); }
.channel-section { padding: 6rem 0; border-top: 1px solid var(--border); scroll-margin-top: 1rem; }
.section-intro {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 1.5rem;
  align-items: start;
  margin-bottom: 2.5rem;
}
.section-number { margin: .65rem 0 0; color: var(--accent-two); font: 700 .76rem ui-monospace, monospace; }
.section-intro h2 { margin: 0; font-size: clamp(2.6rem, 6vw, 5.4rem); line-height: 1; letter-spacing: -.055em; }
.section-intro div p { max-width: 580px; margin: .9rem 0 0; color: var(--muted); }
.link-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-left: 80px; }
.compact-grid { grid-template-columns: repeat(2, 1fr); }
.profile-card {
  --profile-color: var(--accent);
  position: relative;
  display: grid;
  grid-template-columns: 50px 1fr auto;
  gap: 1rem;
  align-items: center;
  min-width: 0;
  min-height: 104px;
  padding: 1rem 1.15rem;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: linear-gradient(140deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.profile-card::after {
  content: "";
  position: absolute;
  inset: auto 10% -1px;
  height: 1px;
  background: var(--profile-color);
  opacity: 0;
  box-shadow: 0 0 18px var(--profile-color);
  transition: opacity .2s ease;
}
.profile-card:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--profile-color) 55%, transparent); background: rgba(255,255,255,.055); }
.profile-card:hover::after { opacity: .8; }
.profile-mark {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 14px;
  background: color-mix(in srgb, var(--profile-color) 18%, transparent);
  color: color-mix(in srgb, var(--profile-color) 75%, white);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .04em;
}
.profile-card > span:nth-child(2) { min-width: 0; }
.profile-card strong, .profile-card small { display: block; }
.profile-card strong { font-size: 1rem; }
.profile-card small { overflow: hidden; margin-top: .2rem; color: var(--muted); font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.arrow { color: var(--muted); transition: transform .2s ease; }
.profile-card:hover .arrow { color: var(--text); transform: translate(2px, -2px); }
.youtube { --profile-color: #ff4d5e; }
.rumble { --profile-color: #78e36d; }
.dailymotion { --profile-color: #55a8ff; }
.vimeo { --profile-color: #44c7f4; }
.x-social { --profile-color: #d9dbe5; }
.facebook { --profile-color: #6e9eff; }
.instagram { --profile-color: #fa6fbd; }
.mastodon { --profile-color: #8c8dff; }
.bluesky { --profile-color: #5ab2ff; }
.pinterest { --profile-color: #ff5c68; }
.linkedin { --profile-color: #5ab0ef; }
.tumblr { --profile-color: #92a9c2; }
.truth { --profile-color: #55d6c2; }
.github { --profile-color: #c9cad4; }
.etsy { --profile-color: #f29b62; }
.itch { --profile-color: #ff707b; }
.gumroad { --profile-color: #ff97ed; }
.payhip { --profile-color: #8fbcff; }
.tpt { --profile-color: #74d17a; }
.kofi { --profile-color: #67c5ff; }
.coffee { --profile-color: #ffd365; }
.contact-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 3rem 0 6rem;
  padding: 2rem;
  border-radius: 22px;
  background: linear-gradient(115deg, var(--accent), #6b5fd1 50%, #317f82);
}
.contact-strip p { margin: 0; }
.contact-strip a { overflow-wrap: anywhere; font-weight: 750; }
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 0 3.5rem;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: .86rem;
}
.site-footer p { margin: 0; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem; }

@media (max-width: 800px) {
  .link-grid { grid-template-columns: 1fr; }
  .contact-strip { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .site-frame { width: min(100% - 28px, 1120px); }
  .site-header { min-height: 74px; }
  .home-link { font-size: 0; }
  .home-link span { font-size: 1.2rem; }
  .hero { padding: 5.5rem 0 5rem; }
  .hero h1 { font-size: clamp(3.4rem, 18vw, 5.6rem); }
  .channel-section { padding: 4.5rem 0; }
  .section-intro { grid-template-columns: 1fr; gap: .4rem; }
  .section-number { margin: 0; }
  .link-grid { margin-left: 0; }
  .profile-card { min-height: 92px; grid-template-columns: 44px minmax(0, 1fr) auto; padding: .85rem; }
  .profile-mark { width: 44px; height: 44px; border-radius: 12px; }
  .site-footer { flex-direction: column; }
  .site-footer nav { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
.hero{padding-top:clamp(5.5rem,10vw,8rem);padding-bottom:clamp(2rem,5vw,3.5rem)}
.channel-section{padding-top:clamp(2.5rem,5vw,4rem);padding-bottom:clamp(2.5rem,5vw,4rem)}

/* Keep the statement and network orbit as two comfortable desktop columns. */
@media (min-width: 1181px) {
  body.do-hub-polish[data-do-site="socialmedia"] .site-frame {
    width: min(1680px, calc(100% - 80px));
  }

  body.do-hub-polish[data-do-site="socialmedia"] .hero.do-domain-orbit-host {
    max-width: none;
    min-height: 620px;
    padding-top: clamp(40px, 4vw, 60px);
    padding-right: clamp(500px, 37vw, 600px) !important;
    padding-bottom: clamp(40px, 4vw, 60px);
  }

  body.do-hub-polish[data-do-site="socialmedia"] .hero.do-domain-orbit-host h1 {
    max-width: 940px;
    font-size: clamp(5rem, 6.5vw, 7.6rem);
    line-height: .88;
  }

  body.do-hub-polish[data-do-site="socialmedia"] .hero.do-domain-orbit-host > .do-domain-orbit {
    right: clamp(72px, 5vw, 104px);
    width: clamp(440px, 34vw, 520px);
  }
}
