/* Newon Studio hub — Creative + Product + Experimental Lab */
.ns-hero {
  padding: calc(var(--header-h, 64px) + 4.5rem) 0 3.5rem;
  border-bottom: 1px solid var(--border, #e7e7e7);
  background: #fff;
}
html[data-newon-shell-theme="dark"] .ns-hero {
  background: #090909;
  border-color: rgba(255, 255, 255, 0.12);
  color: #f5f5f5;
}
.ns-inner {
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto;
}
.ns-kicker {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-soft, #6e6e73);
}
.ns-title {
  margin: 0 0 1.1rem;
  max-width: 16ch;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.12;
  word-break: keep-all;
}
.ns-lead {
  margin: 0 0 1.75rem;
  max-width: 38rem;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--text-muted, #3a3a3c);
  word-break: keep-all;
}
.ns-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.ns-note {
  margin: 1.75rem 0 0;
  font-size: 0.75rem;
  font-weight: 550;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-soft, #6e6e73);
}

/* Studio menu — Business hub pillar layout */
.ns-studio-menu.bz-page {
  --bz-ink: #0a0a0a;
  --bz-paper: #fff;
  --bz-line: #e6e6e6;
  --bz-mute: #5a5a5a;
  --bz-soft: #8a8a8a;
  background: var(--bz-paper);
  color: var(--bz-ink);
}
html[data-newon-shell-theme="dark"] .ns-studio-menu.bz-page {
  --bz-ink: #f4f4f4;
  --bz-paper: #090909;
  --bz-line: rgba(255, 255, 255, 0.14);
  --bz-mute: #b0b0b0;
  --bz-soft: #888;
}
.ns-studio-menu .bz-inner {
  width: min(1200px, calc(100% - clamp(1.25rem, 4vw, 3rem) * 2));
  margin: 0 auto;
}
.ns-studio-menu .bz-pillar {
  scroll-margin-top: calc(var(--header-h, 64px) + 18px);
}
.ns-studio-menu .bz-pillar__item-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}
.ns-studio-menu .studio-status {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
  border-color: var(--bz-line);
  color: var(--bz-soft);
  background: rgba(0, 0, 0, 0.02);
}
html[data-newon-shell-theme="dark"] .ns-studio-menu .studio-status {
  background: rgba(255, 255, 255, 0.04);
}
.ns-studio-menu .studio-status--building {
  color: var(--bz-ink);
  border-color: var(--bz-ink);
}
.ns-studio-menu .studio-status--exploring,
.ns-studio-menu .studio-status--coming-soon {
  opacity: 1;
  color: var(--bz-mute);
}

/* Closing fold */
.ns-close--fold {
  padding: 0;
  border-top: 0;
  background: #0a0a0a;
  color: #fff;
}
html[data-newon-shell-theme="dark"] .ns-close--fold {
  background: #f5f5f5;
  color: #0a0a0a;
}
.ns-close__stage {
  display: grid;
  gap: 2.5rem;
  padding: clamp(4.5rem, 10vw, 7rem) 0 clamp(3rem, 6vw, 4rem);
}
@media (min-width: 880px) {
  .ns-close__stage {
    grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.85fr);
    gap: 3rem 4rem;
    align-items: end;
  }
}
.ns-close__kicker {
  margin: 0 0 1rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}
html[data-newon-shell-theme="dark"] .ns-close__kicker {
  color: rgba(10, 10, 10, 0.45);
}
.ns-close__title {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(2.25rem, 5.5vw, 3.75rem);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.08;
  word-break: keep-all;
}
.ns-close__lead {
  margin: 1.15rem 0 0;
  max-width: 28rem;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.62);
  word-break: keep-all;
}
html[data-newon-shell-theme="dark"] .ns-close__lead {
  color: rgba(10, 10, 10, 0.62);
}
.ns-close__aside {
  display: grid;
  gap: 1rem;
  padding: 1.35rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
}
html[data-newon-shell-theme="dark"] .ns-close__aside {
  border-color: rgba(10, 10, 10, 0.12);
  background: rgba(10, 10, 10, 0.03);
}
.ns-close__actions {
  display: grid;
  gap: 0.65rem;
}
.ns-close__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1.25rem;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}
.ns-close__cta--primary {
  background: #fff;
  color: #0a0a0a;
}
.ns-close__cta--primary:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}
.ns-close__cta--ghost {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  background: transparent;
}
.ns-close__cta--ghost:hover {
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-1px);
}
html[data-newon-shell-theme="dark"] .ns-close__cta--primary {
  background: #0a0a0a;
  color: #fff;
}
html[data-newon-shell-theme="dark"] .ns-close__cta--ghost {
  border-color: rgba(10, 10, 10, 0.22);
  color: #0a0a0a;
}
.ns-close__note {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}
html[data-newon-shell-theme="dark"] .ns-close__note {
  color: rgba(10, 10, 10, 0.4);
}
.ns-close__mail {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-variant-numeric: tabular-nums;
}
.ns-close__mail:hover {
  color: #fff;
}
html[data-newon-shell-theme="dark"] .ns-close__mail {
  color: rgba(10, 10, 10, 0.72);
}
html[data-newon-shell-theme="dark"] .ns-close__mail:hover {
  color: #0a0a0a;
}
.ns-close__bar {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.ns-close__bar-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  padding: 0.85rem 0 1rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.32);
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}
html[data-newon-shell-theme="dark"] .ns-close__bar {
  border-top-color: rgba(10, 10, 10, 0.1);
}
html[data-newon-shell-theme="dark"] .ns-close__bar-inner {
  color: rgba(10, 10, 10, 0.35);
}
.ns-close__bar-inner span:last-child {
  letter-spacing: 0.08em;
}
.ns-close {
  padding: 4.5rem 0;
  border-top: 1px solid var(--border, #e7e7e7);
  background: #fff;
}
.ns-close__title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  word-break: keep-all;
}
@media (max-width: 639px) {
  .ns-hero { padding: calc(var(--header-h, 64px) + 3rem) 0 2.75rem; }
  .ns-close__stage { padding-top: 3.25rem; padding-bottom: 2.5rem; }
}
