:root {
  --bg: #09111d;
  --bg-soft: #111d2b;
  --surface: rgba(255, 255, 255, 0.045);
  --surface-strong: rgba(255, 255, 255, 0.085);
  --line: rgba(155, 192, 232, 0.18);
  --text: #edf3ff;
  --muted: #aebdd2;
  --accent: #71d7cb;
  --accent-2: #f1b984;
  --shadow: 0 20px 45px rgba(0, 0, 0, 0.26);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at 15% -5%, rgba(113, 215, 203, 0.16), transparent 35%),
    radial-gradient(circle at 88% 10%, rgba(241, 185, 132, 0.12), transparent 34%),
    linear-gradient(160deg, #09111d 0%, #0f1824 48%, #13212f 100%);
  overflow-x: hidden;
}

.noise-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image: radial-gradient(#ffffff 0.5px, transparent 0.5px);
  background-size: 4px 4px;
}

.bg-orb {
  position: fixed;
  width: 34vw;
  height: 34vw;
  border-radius: 50%;
  filter: blur(78px);
  pointer-events: none;
  opacity: 0.4;
}

.orb-a {
  top: -13vw;
  left: -10vw;
  background: #29d2cb;
  animation: floatA 12s ease-in-out infinite alternate;
}

.orb-b {
  right: -12vw;
  bottom: -14vw;
  background: #ef8e4f;
  animation: floatB 15s ease-in-out infinite alternate;
}

.site {
  width: min(1120px, 92vw);
  margin: 1.4rem auto 2.8rem;
  position: relative;
  z-index: 1;
}

.topbar {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(9, 17, 29, 0.6);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0.8rem;
  z-index: 10;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--text);
  font-family: "Sora", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.logo-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--accent), #a6fff9);
  box-shadow: 0 0 16px rgba(78, 208, 200, 0.7);
}

.nav {
  display: flex;
  gap: 1rem;
}

.nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
}

.nav a:hover {
  color: var(--text);
}

.top-cta {
  margin-left: auto;
  text-decoration: none;
  color: #032a2a;
  background: linear-gradient(120deg, var(--accent), #9efaf4);
  border-radius: 999px;
  padding: 0.58rem 1rem;
  font-weight: 700;
  font-size: 0.92rem;
}

.hero {
  margin-top: 2rem;
  padding: 2.4rem;
  border-radius: 28px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at var(--mx, 70%) var(--my, 18%), rgba(113, 215, 203, 0.12), transparent 26%),
    linear-gradient(125deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    linear-gradient(145deg, rgba(113, 215, 203, 0.08), rgba(241, 185, 132, 0.06));
  box-shadow: var(--shadow);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.hero-copy {
  display: grid;
  align-content: start;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: #a9bbd7;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.79rem;
}

.hero h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(2.25rem, 5vw, 4.5rem);
  line-height: 0.98;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  letter-spacing: -0.055em;
  text-wrap: balance;
  color: #f4f8ff;
  text-shadow: 0 10px 34px rgba(8, 14, 24, 0.42);
}

.hero h1::after {
  content: "";
  display: block;
  width: 88px;
  height: 4px;
  margin-top: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(113, 215, 203, 0.95), rgba(241, 185, 132, 0.7));
  box-shadow: 0 0 24px rgba(113, 215, 203, 0.22);
}

.subtext {
  margin: 1rem 0 1.2rem;
  max-width: 60ch;
  color: var(--muted);
  line-height: 1.75;
  font-size: 0.98rem;
}

.btn-primary,
.btn-secondary {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.72rem 1.08rem;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.btn-primary {
  color: #06201f;
  background: linear-gradient(120deg, var(--accent), #a7fef8);
}

.btn-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--line);
}

.btn-primary:hover,
.btn-secondary:hover {
  transform: translateY(-1px);
}

.btn-primary:hover {
  box-shadow: 0 10px 24px rgba(113, 215, 203, 0.18);
}

.btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.22);
}

.hero-stats {
  list-style: none;
  padding: 0;
  margin: 1.7rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.hero-stats li {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  padding: 0;
}

.hero-stat-link {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.85rem 1rem;
  color: inherit;
  text-decoration: none;
  min-height: 100%;
}

.hero-stats strong {
  font-size: 1.45rem;
  font-family: "Sora", sans-serif;
}

.hero-stats span {
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-stat-link:hover strong,
.hero-stat-link:hover span {
  color: var(--text);
}

.hero-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0 0 1rem;
}

.hero-ribbon span {
  display: inline-flex;
  align-items: center;
  padding: 0.34rem 0.62rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #d4e7ff;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 0.9rem;
  align-items: stretch;
}

.hero-proof-card {
  display: grid;
  align-content: start;
  gap: 0.22rem;
  min-height: 164px;
  padding: 0.9rem 0.95rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

.hero-proof-card strong {
  display: block;
  margin-top: 0.28rem;
  font-size: 1.02rem;
  line-height: 1.5;
}

.hero-proof-card p {
  margin: 0.22rem 0 0;
  color: #aebfd7;
  line-height: 1.65;
}

.hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.9fr);
  gap: 1rem;
  align-items: stretch;
}

.profile-panel {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 0.95rem;
  background:
    radial-gradient(circle at var(--mx, 75%) var(--my, 18%), rgba(108, 195, 255, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(7, 13, 22, 0.44);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.profile-head {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
}

.profile-avatar {
  width: 88px;
  height: 88px;
  border-radius: 20px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(145deg, rgba(113, 215, 203, 0.2), rgba(241, 185, 132, 0.12));
}

.profile-id {
  margin: 0 0 0.35rem;
  color: #9acfff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.profile-panel h2 {
  margin: 0;
  font-size: 1.2rem;
  font-family: "Sora", sans-serif;
  line-height: 1.35;
}

.profile-role {
  margin: 0.3rem 0 0;
  color: #d3e5ff;
  font-size: 0.88rem;
}

.profile-bio {
  margin: 0.8rem 0 0;
  color: #aac0dd;
  line-height: 1.72;
  font-size: 0.95rem;
}

.profile-bio-sub {
  margin-top: 0.5rem;
  color: #c8d8eb;
}

.profile-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.profile-meta span {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.56rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #d4e7ff;
  font-size: 0.75rem;
}

.profile-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.8rem;
}

.fact-card {
  display: grid;
  gap: 0.2rem;
  padding: 0.72rem 0.82rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

.fact-card strong {
  font-size: 1.15rem;
  font-family: "Sora", sans-serif;
  line-height: 1.35;
}

.fact-card small,
.fact-label {
  color: #93abc9;
  font-size: 0.78rem;
}

.profile-proof {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.8rem;
}

.proof-block {
  padding: 0.82rem 0.92rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.proof-block p {
  margin: 0.28rem 0 0;
  color: #d8e7f7;
  line-height: 1.65;
  font-size: 0.92rem;
}

.proof-list {
  margin: 0.38rem 0 0;
  padding-left: 1rem;
  color: #d8e7f7;
  line-height: 1.65;
  font-size: 0.9rem;
}

.proof-list li + li {
  margin-top: 0.18rem;
}

.proof-kicker {
  color: #90afcf;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section {
  margin-top: 1.35rem;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018));
}

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.section-head h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
}

.section-head a {
  text-decoration: none;
  color: #9dd7ff;
  font-size: 0.92rem;
}

.talks-gate {
  display: grid;
}

.talk-gate-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
  align-items: stretch;
  padding: 1rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 20% 18%, rgba(113, 215, 203, 0.1), transparent 28%),
    radial-gradient(circle at 82% 74%, rgba(241, 185, 132, 0.1), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018));
  text-decoration: none;
  color: inherit;
  transition: transform 180ms ease, border-color 180ms ease;
}

.talk-gate-card:hover {
  transform: translateY(-2px);
  border-color: rgba(159, 217, 255, 0.28);
}

.talk-gate-visual {
  position: relative;
  min-height: 220px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(14, 24, 37, 0.92), rgba(20, 31, 48, 0.88)),
    radial-gradient(circle at 16% 18%, rgba(113, 215, 203, 0.2), transparent 30%),
    radial-gradient(circle at 84% 80%, rgba(241, 185, 132, 0.16), transparent 34%);
}

.talk-gate-badge {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  display: inline-flex;
  align-items: center;
  padding: 0.36rem 0.62rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #f0f6ff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.talk-gate-lines {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  gap: 0.8rem;
  padding: 1.6rem;
}

.talk-gate-lines span {
  display: block;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
}

.talk-gate-lines span:nth-child(1) {
  width: 84%;
}

.talk-gate-lines span:nth-child(2) {
  width: 72%;
}

.talk-gate-lines span:nth-child(3) {
  width: 58%;
}

.talk-gate-copy {
  display: grid;
  align-content: center;
  gap: 0.7rem;
  padding: 0.2rem 0.2rem 0.2rem 0;
}

.talk-gate-copy h3 {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.45;
}

.talk-gate-copy p {
  margin: 0;
  color: #afc1d8;
  line-height: 1.8;
}

.article-stream {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}

.card {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 0.85rem;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 18%), var(--frame-glow, rgba(113, 215, 203, 0.14)), transparent 20%),
    var(--frame-wash, linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.018)));
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.stream-link {
  display: block;
  grid-column: span 6;
  text-decoration: none;
  color: inherit;
}

.stream-card {
  height: 100%;
}

.stream-link.stream-wide {
  grid-column: span 8;
}

.stream-link.stream-poster {
  grid-column: span 4;
}

.stream-link.stream-regular {
  grid-column: span 6;
}

.stream-link.stream-lead {
  grid-column: 1 / -1;
}

.stream-link.stream-unified {
  grid-column: span 6;
}

.stream-link:hover .card {
  transform: translateY(-2px);
  border-color: var(--frame-edge, rgba(108, 195, 255, 0.45));
}

.card h3 {
  margin: 0.55rem 0 0;
  font-size: 1.08rem;
  line-height: 1.48;
}

.card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.card-excerpt {
  margin-top: 0.72rem;
  color: #9bb1cf;
  font-size: 0.92rem;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-tag {
  margin: 0;
  color: rgba(232, 238, 248, 0.72);
  letter-spacing: 0.03em;
  text-transform: none;
  font-size: 0.74rem;
  padding: 0.26rem 0.52rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  display: inline-flex;
  align-items: center;
}

.stream-lead {
  padding: 0.95rem;
  border-radius: 28px;
  background:
    radial-gradient(circle at var(--mx, 26%) var(--my, 20%), var(--frame-glow, rgba(255, 186, 112, 0.12)), transparent 28%),
    var(--frame-wash, linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)));
}

.stream-lead .article-cover {
  border-radius: 20px;
}

.stream-lead .card-copy {
  padding: 1.05rem 0.22rem 0.15rem;
}

.stream-lead h3 {
  font-size: 1.48rem;
  line-height: 1.38;
}

.stream-lead .card-excerpt {
  -webkit-line-clamp: 3;
  font-size: 0.96rem;
}

.stream-unified-card {
  padding: 0.88rem;
}

.stream-unified .article-cover {
  aspect-ratio: 21 / 9;
  object-fit: cover;
  object-position: center top;
}

.stream-unified .card-copy {
  display: grid;
  gap: 0.5rem;
}

.stream-unified-card h3 {
  font-size: 1.08rem;
  line-height: 1.58;
  min-height: 3.1em;
}

.stream-unified-card .card-excerpt {
  -webkit-line-clamp: 2;
  min-height: 3.3em;
}

.article-cover {
  width: 100%;
  aspect-ratio: 21 / 9;
  border-radius: 18px;
  display: block;
  object-fit: cover;
  object-position: center center;
  padding: 0;
  background:
    radial-gradient(circle at 18% 18%, color-mix(in srgb, var(--frame-glow, rgba(113, 215, 203, 0.2)) 72%, transparent), transparent 34%),
    radial-gradient(circle at 84% 76%, color-mix(in srgb, var(--frame-edge, rgba(241, 185, 132, 0.22)) 58%, transparent), transparent 36%),
    linear-gradient(145deg, rgba(12, 18, 29, 0.94), rgba(18, 26, 38, 0.92));
  border: 1px solid var(--frame-edge, rgba(255, 255, 255, 0.12));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 0 6px color-mix(in srgb, var(--frame-glow, rgba(113, 215, 203, 0.2)) 22%, transparent);
}

.article-cover.is-poster {
  aspect-ratio: 3 / 4;
  object-fit: contain;
  object-position: center center;
  padding: 0.5rem;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.24));
}

.article-cover.is-squareish {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center center;
  padding: 0.45rem;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.22));
}

.card-copy {
  padding: 0.88rem 0.2rem 0.1rem;
}

.card-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.card-meta-row span {
  color: #9fb8da;
  font-size: 0.8rem;
  white-space: nowrap;
}

.stream-unified .card-tag {
  max-width: 70%;
}

.show-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.show-item {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1rem;
  background:
    radial-gradient(circle at var(--mx, 70%) var(--my, 20%), var(--frame-glow, rgba(113, 215, 203, 0.14)), transparent 22%),
    var(--frame-wash, linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.018)));
  height: 100%;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.show-item h3 {
  margin: 0;
}

.show-item p {
  margin: 0.6rem 0 0;
  color: var(--muted);
}

.show-shot {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center top;
  padding: 0;
  border-radius: 14px;
  margin-bottom: 0.8rem;
  border: 1px solid var(--frame-edge, rgba(255, 255, 255, 0.12));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 0 6px color-mix(in srgb, var(--frame-glow, rgba(113, 215, 203, 0.2)) 18%, transparent);
}

.show-link:hover .show-item {
  border-color: var(--frame-edge, rgba(108, 195, 255, 0.45));
  transform: translateY(-2px);
}

.show-item.shot-poster .show-shot {
  aspect-ratio: 4 / 5;
}

.show-item.shot-regular .show-shot {
  aspect-ratio: 4 / 3;
}

.list-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}

.article-toolbar {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.tag-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.48rem 0.82rem;
  border-radius: 999px;
  text-decoration: none;
  color: #d4e4f8;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.84rem;
}

.tag-chip.is-active {
  color: #08141d;
  background: linear-gradient(120deg, var(--accent), #d3fff8);
  border-color: transparent;
}

.search-shell {
  display: grid;
  gap: 0.5rem;
  color: #9db2cf;
  font-size: 0.84rem;
}

.article-search {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  border-radius: 14px;
  padding: 0.9rem 1rem;
  font: inherit;
}

.article-search:focus {
  outline: none;
  border-color: rgba(113, 215, 203, 0.44);
  box-shadow: 0 0 0 4px rgba(113, 215, 203, 0.08);
}

.article-results-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 0.9rem;
  color: #92a8c6;
  font-size: 0.84rem;
}

.list-item {
  display: block;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    radial-gradient(circle at var(--mx, 72%) var(--my, 18%), var(--frame-glow, rgba(113, 215, 203, 0.14)), transparent 20%),
    var(--frame-wash, linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0.015)));
  padding: 0.9rem;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.list-item:hover {
  transform: translateY(-1px);
  border-color: var(--frame-edge, rgba(108, 195, 255, 0.42));
}

.list-link {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  color: inherit;
  text-decoration: none;
}

.list-copy {
  min-width: 0;
}

.list-date {
  color: #96afd1;
  font-size: 0.84rem;
  font-family: "Sora", sans-serif;
}

.list-tag {
  margin-top: 0.45rem;
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.48rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(230, 236, 246, 0.68);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  text-transform: none;
}

.list-title {
  margin: 0.5rem 0 0;
  color: var(--text);
  line-height: 1.6;
  font-size: 1rem;
}

.list-excerpt {
  margin: 0.45rem 0 0;
  color: #99afcd;
  line-height: 1.7;
  font-size: 0.92rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-cover {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center center;
  padding: 0.3rem;
  background:
    radial-gradient(circle at 22% 18%, color-mix(in srgb, var(--frame-glow, rgba(113, 215, 203, 0.2)) 64%, transparent), transparent 34%),
    radial-gradient(circle at 82% 80%, color-mix(in srgb, var(--frame-edge, rgba(241, 185, 132, 0.18)) 56%, transparent), transparent 38%),
    linear-gradient(145deg, rgba(12, 18, 29, 0.94), rgba(18, 26, 38, 0.92));
  border-radius: 14px;
  border: 1px solid var(--frame-edge, rgba(255, 255, 255, 0.12));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 0 5px color-mix(in srgb, var(--frame-glow, rgba(113, 215, 203, 0.2)) 18%, transparent);
}

.article-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
  margin-top: 1.1rem;
}

.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  padding: 0.62rem 0.82rem;
  border-radius: 12px;
  text-decoration: none;
  color: #d7e6fb;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.page-link.is-active {
  color: #08141d;
  background: linear-gradient(120deg, var(--accent), #d3fff8);
  border-color: transparent;
}

.page-link.is-disabled {
  opacity: 0.42;
  pointer-events: none;
}

.empty-state {
  padding: 1.2rem;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  color: #9eb2cd;
  text-align: center;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.about {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 1rem;
  align-items: start;
}

.about p {
  color: var(--muted);
  line-height: 1.8;
}

.contact-intro {
  display: grid;
  gap: 1rem;
}

.contact-intro > p {
  margin: 0;
  max-width: 58ch;
}

.contact-offers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.contact-offer-card:nth-child(3) {
  grid-column: 1 / -1;
}

.contact-offer-card {
  padding: 1rem 1.05rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 84% 16%, rgba(113, 215, 203, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018));
}

.contact-offer-card strong {
  display: block;
  margin-top: 0.28rem;
  font-size: 1rem;
  color: #edf5ff;
  line-height: 1.55;
}

.contact-offer-card p {
  margin: 0.38rem 0 0;
  color: #aec1d9;
}

.contact-meta {
  display: grid;
  gap: 1rem;
}

.contact-copy {
  display: grid;
  gap: 0.45rem;
}

.contact-copy p {
  margin: 0;
}

.contact-copy a {
  color: #dbf6ef;
  text-decoration-color: rgba(219, 246, 239, 0.45);
}

.contact-qrs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.qr-block {
  display: grid;
  gap: 0.45rem;
}

.qr-block p {
  margin: 0;
}

.qr-placeholder {
  margin-top: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  width: min(260px, 100%);
  color: #8ea6c7;
  font-size: 0.86rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  padding: 10px;
}

.qr-placeholder.qr-square {
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
}

.qr-placeholder.qr-portrait {
  display: block;
}

.qr-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}

.footer {
  margin: 1.1rem 0 0;
  text-align: center;
  color: #95abc9;
  font-size: 0.86rem;
}

.article-detail {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.article-hero {
  width: 100%;
  aspect-ratio: 21 / 9;
  object-fit: cover;
  object-position: center top;
  padding: 0;
  background:
    radial-gradient(circle at 18% 18%, color-mix(in srgb, var(--frame-glow, rgba(113, 215, 203, 0.2)) 72%, transparent), transparent 34%),
    radial-gradient(circle at 84% 76%, color-mix(in srgb, var(--frame-edge, rgba(241, 185, 132, 0.22)) 58%, transparent), transparent 36%),
    linear-gradient(145deg, rgba(12, 18, 29, 0.94), rgba(18, 26, 38, 0.92));
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 0 6px rgba(113, 215, 203, 0.08);
  margin: 1rem 0 1.2rem;
}

.article-hero.is-poster {
  aspect-ratio: 3 / 4;
  object-fit: contain;
  object-position: center center;
  padding: 0.5rem;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.24));
}

.article-hero.is-squareish {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center center;
  padding: 0.45rem;
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.22));
}

.article-body {
  color: var(--text);
  line-height: 1.9;
  font-size: 1.02rem;
}

.article-body p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.article-body img {
  width: 100%;
  display: block;
  border-radius: 14px;
  margin: 1rem 0;
}

.article-gallery-wrap {
  margin: 1rem 0 1.25rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.014));
}

.article-gallery-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.article-gallery-head span {
  color: rgba(227, 235, 246, 0.62);
  font-size: 0.84rem;
}

.gallery-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 34vw);
  gap: 0.8rem;
  overflow-x: auto;
  padding-bottom: 0.3rem;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.gallery-track::-webkit-scrollbar {
  height: 8px;
}

.gallery-track::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.gallery-frame {
  margin: 0;
  min-width: 0;
  scroll-snap-align: start;
}

.gallery-shot {
  width: 100%;
  aspect-ratio: 3 / 4;
  display: block;
  object-fit: contain;
  object-position: center center;
  padding: 0.45rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(145deg, rgba(113, 215, 203, 0.14), rgba(241, 185, 132, 0.12)),
    rgba(10, 16, 25, 0.88);
}

.gallery-range {
  width: 100%;
  margin-top: 0.9rem;
  accent-color: #90dacc;
}

.article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.3rem;
}

.article-neighbors {
  margin-top: 1.6rem;
}

.neighbor-head {
  margin-bottom: 0.8rem;
  color: #9db3d1;
  font-size: 0.85rem;
}

.neighbor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.neighbor-card {
  display: grid;
  gap: 0.38rem;
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  text-decoration: none;
  color: var(--text);
}

.neighbor-card strong {
  line-height: 1.6;
}

.neighbor-card.is-empty {
  opacity: 0.58;
}

.neighbor-label {
  color: #90a7c7;
  font-size: 0.8rem;
}

.article-note {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border: 1px dashed var(--line);
  border-radius: 14px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: transform 620ms ease, opacity 620ms ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

.hero:hover,
.profile-panel:hover {
  border-color: rgba(255, 255, 255, 0.24);
}

@keyframes floatA {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(7vw, 4vw);
  }
}

@keyframes floatB {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-6vw, -3vw);
  }
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .hero-main {
    grid-template-columns: 1fr;
  }

  .stream-link,
  .stream-link.stream-wide,
  .stream-link.stream-poster,
  .stream-link.stream-regular,
  .stream-link.stream-lead,
  .stream-link.stream-unified {
    grid-column: span 6;
  }

  .stream-link.stream-lead {
    grid-column: 1 / -1;
  }

  .about {
    grid-template-columns: 1fr;
  }

  .hero-proof-grid,
  .profile-facts {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .site {
    width: 94vw;
  }

  .hero {
    padding: 1.4rem;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-ribbon {
    margin-bottom: 0.85rem;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .article-stream {
    grid-template-columns: 1fr;
  }

  .talk-gate-card {
    grid-template-columns: 1fr;
  }

  .hero-proof-grid,
  .profile-facts {
    grid-template-columns: 1fr;
  }

  .contact-offers {
    grid-template-columns: 1fr;
  }

  .list-item {
    padding: 0.75rem;
  }

  .list-link {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 0.7rem;
  }

  .neighbor-grid {
    grid-template-columns: 1fr;
  }

  .contact-meta {
    justify-items: stretch;
  }

  .contact-qrs {
    grid-template-columns: 1fr;
  }

  .gallery-track {
    grid-auto-columns: 72vw;
  }

  .top-cta {
    display: none;
  }
}
