:root {
  --neon: #e719d8;
  --deep: #530743;
  --mid: #860d72;
  --bright: #ba11a3;
  --void: #2e0425;
  --ink: #12010e;
  --foam: #fff4fb;
  --muted: #d4a8c8;
  --line: rgba(231, 25, 216, 0.22);
  --glow: rgba(231, 25, 216, 0.35);
  --radius: 14px;
  --max: 1100px;
  --header: 72px;
  --font: "Figtree", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--foam);
  font-family: var(--font);
  font-size: 1.05rem;
  line-height: 1.7;
  background: var(--void);
  overflow-x: hidden;
  transition: opacity 0.42s ease;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(18, 1, 14, 0.12) 0%, rgba(18, 1, 14, 0.28) 100%),
    url("../images/site-bg.png") center center / cover no-repeat;
  background-color: var(--void);
}

img {
  max-width: 100%;
  display: block;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-touch-callout: none;
}

/* Copy protection */
main {
  -webkit-user-select: none;
  user-select: none;
}

.allow-copy,
.allow-copy * {
  -webkit-user-select: text;
  user-select: text;
}

.portrait-frame::after,
.social-showcase-frame::after,
.setup-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
  background: transparent;
}

a {
  color: inherit;
}

.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--neon);
  color: var(--ink);
  padding: 0.6rem 1rem;
  z-index: 100;
  border-radius: 6px;
  font-weight: 600;
}

.skip:focus {
  top: 1rem;
}

/* Page fade */
html.page-fade-out body,
html.page-fade-in body {
  opacity: 0;
}

html.page-fade-in.page-ready body {
  opacity: 1;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:focus-visible {
  outline: 2px solid var(--neon);
  outline-offset: 3px;
}

.wrap {
  width: min(var(--max), calc(100% - 2rem));
  margin-inline: auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(18, 1, 14, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header);
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  height: 48px;
  width: auto;
  border-radius: 12px;
  filter: drop-shadow(0 0 10px var(--glow));
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--foam);
  border-radius: 8px;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--foam);
  margin: 0 auto;
  position: relative;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }

.nav {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--muted);
  padding-bottom: 0.5rem;
}

.nav-line {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--neon);
  border-radius: 1px;
  transform: scaleX(0);
  transform-origin: center center;
}

.nav a.is-active {
  color: var(--foam);
  font-weight: 600;
}

.nav a.is-active .nav-line {
  transform: scaleX(1);
}

.nav a:not(.is-active):hover,
.nav a:not(.is-active):focus-visible {
  color: var(--foam);
}

/* Hero */
.hero {
  padding: 3rem 0 2.5rem;
}

.hero-home {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hero-lede {
  margin: 0 0 0.75rem;
  max-width: 32rem;
  color: var(--foam);
  font-size: 1.12rem;
  line-height: 1.55;
}

.hero-thanks {
  margin: 0 0 0.25rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 2.5rem;
  align-items: center;
}

.hero-home .hero-grid {
  grid-template-columns: 1fr minmax(240px, 0.78fr);
  gap: 3rem;
  align-items: center;
}

.hero-copy {
  align-self: start;
}

.hero-home .hero-copy {
  align-self: center;
}

.hero-home .portrait-stage {
  justify-self: end;
  margin-right: -0.75rem;
  max-width: 340px;
}

.hero-logo {
  margin: 0 0 1.5rem;
  line-height: 0;
}

.hero-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(300px, 100%);
}

h1, h2, h3 {
  line-height: 1.15;
  margin: 0 0 1rem;
  font-weight: 700;
}

h1 {
  font-size: clamp(2.8rem, 7vw, 4.5rem);
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(1.6rem, 4vw, 2rem);
}

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

.prose p:last-child {
  margin-bottom: 0;
}

.prose strong {
  color: var(--foam);
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
  margin-top: 1.5rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-weight: 600;
  font-family: inherit;
  font-size: 0.95rem;
  border-radius: 8px;
  padding: 0.75rem 1.2rem;
  transition: opacity 0.15s ease;
}

.btn:hover {
  opacity: 0.88;
}

.btn-primary {
  background: linear-gradient(135deg, var(--neon), var(--bright));
  color: #fff;
  box-shadow: 0 4px 20px rgba(231, 25, 216, 0.25);
}

.btn-ghost {
  background: transparent;
  color: var(--foam);
  border: 1px solid var(--line);
}

.btn-chunky {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 1.25rem;
  padding: 0.95rem 1.75rem;
  font-weight: 700;
  font-size: 1rem;
  font-family: inherit;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  background: linear-gradient(180deg, #f03de8 0%, var(--neon) 45%, var(--bright) 100%);
  transform: translateY(-4px);
  box-shadow:
    0 4px 0 #5c084f,
    0 8px 24px rgba(0, 0, 0, 0.35);
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
}

.btn-chunky::before {
  content: "";
  position: absolute;
  inset: 2px 2px auto;
  height: 42%;
  border-radius: 12px 12px 8px 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.btn-chunky:hover {
  filter: brightness(1.06);
  transform: translateY(-6px);
  box-shadow:
    0 6px 0 #5c084f,
    0 12px 28px rgba(0, 0, 0, 0.4);
}

.btn-chunky:active {
  transform: translateY(-1px);
  box-shadow:
    0 1px 0 #5c084f,
    0 4px 14px rgba(0, 0, 0, 0.3);
}

.text-link {
  color: var(--neon);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
}

.text-link:hover {
  text-decoration: underline;
}

/* Portrait carousel — 1080×1920 (9:16) */
.portrait-stage {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin-inline: auto;
}

.portrait-frame {
  position: relative;
  aspect-ratio: 9 / 16;
  margin: 0;
  border-radius: 16px 16px 48px 16px;
  overflow: hidden;
  transform: rotate(-2.5deg);
  background: var(--deep);
  border: 1px solid var(--line);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.45),
    0 0 40px rgba(231, 25, 216, 0.12);
}

.portrait-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  z-index: 1;
  transition: opacity 1.2s ease-in-out;
}

.portrait-frame img.is-active {
  opacity: 1;
  z-index: 1;
}

.portrait-frame img.is-leaving {
  opacity: 0;
  z-index: 2;
}

/* Sections */
section {
  padding: 3rem 0;
}

.about-block {
  max-width: 44rem;
}

.panel-soft {
  padding: 1.75rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(32, 2, 25, 0.55);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.about-section {
  padding: 1.5rem 0 0.5rem;
}

.support-section {
  padding: 1rem 0 3rem;
}

.support-panel {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem 1.5rem;
  align-items: start;
  max-width: 44rem;
  border-left: 3px solid #e500ff;
}

.support-icon {
  width: 4.75rem;
  height: auto;
}

.support-panel h2 {
  margin: 0 0 0.5rem;
}

.support-panel .btn-chunky {
  margin-top: 1.15rem;
}

.socials-section {
  padding-top: 0.5rem;
  padding-bottom: 3rem;
}

.socials-layout {
  display: grid;
  grid-template-columns: minmax(0, 20rem) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: stretch;
}

.social-stack {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  gap: 0.55rem;
  align-self: center;
  width: 100%;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.7rem 0.95rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(32, 2, 25, 0.55);
  text-decoration: none;
  color: var(--foam);
  transition: border-color 0.15s ease, background 0.15s ease;
}

.social-link:hover {
  border-color: rgba(231, 25, 216, 0.45);
  background: rgba(46, 4, 37, 0.72);
}

.social-link:hover strong {
  color: var(--neon);
}

.social-link-icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  color: var(--neon);
}

.social-link-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
  flex: 1;
}

.social-link-text strong {
  font-size: 0.98rem;
  font-weight: 600;
  transition: color 0.15s ease;
}

.social-link-text span {
  color: var(--muted);
  font-size: 0.84rem;
}

.social-link-arrow {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  color: var(--muted);
  opacity: 0.55;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.social-link:hover .social-link-arrow {
  opacity: 1;
  transform: translateX(2px);
}

.social-showcase {
  width: 100%;
  display: flex;
  justify-content: center;
}

.social-showcase-frame {
  position: relative;
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
  aspect-ratio: 9 / 16;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0a0008;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}

.social-showcase-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background: #0a0008;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.social-showcase-frame img.is-active {
  opacity: 1;
  z-index: 1;
}

.social-showcase-frame img.is-leaving {
  opacity: 0;
  z-index: 2;
}

.highlights-section {
  padding-top: 0.5rem;
  padding-bottom: 3rem;
}

.tiktok-grid--highlights {
  grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
}

.tiktok-board--highlights {
  gap: 0;
}

/* Legacy social tiles (unused) */
.socials-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.social-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  padding: 1.35rem 1rem;
  text-decoration: none;
  color: var(--foam);
  text-align: center;
  transition: border-color 0.15s ease;
}

.social-tile:hover {
  border-color: rgba(231, 25, 216, 0.45);
}

.social-tile:hover .social-tile-name {
  color: var(--neon);
}

.social-tile-icon {
  margin-bottom: 0.2rem;
  color: var(--foam);
  opacity: 0.92;
}

.social-tile-name {
  font-weight: 700;
  font-size: 1rem;
  transition: color 0.15s ease;
}

.social-tile-handle {
  color: var(--muted);
  font-size: 0.88rem;
}

/* TikTok */
.tiktok-section {
  padding-top: 1rem;
}

.tiktok-board {
  display: grid;
  gap: 2rem;
}

.tiktok-loading,
.tiktok-error {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
  text-align: center;
  padding: 2rem;
}

.tiktok-error code {
  font-size: 0.88em;
  padding: 0.1em 0.35em;
  border-radius: 4px;
  background: rgba(231, 25, 216, 0.12);
  color: var(--foam);
}

.tiktok-row-title {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--neon);
  margin: 0 0 0.75rem;
}

.tiktok-row-note {
  text-transform: none;
  letter-spacing: 0;
  color: var(--muted);
  font-weight: 500;
  font-size: 0.78rem;
}

.tiktok-row {
  margin: 0;
}

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

.section-head-simple h2 {
  margin: 0;
}

.page-intro {
  padding-top: 2rem;
  padding-bottom: 0.5rem;
}

.page-intro .lede {
  color: var(--muted);
  max-width: 36rem;
  margin: 0;
}

/* TikTok — zelfde verhouding als TikTok-thumbnail (~155 × 205) */
.tiktok-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.tiktok-card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 154.9 / 205.47;
  border-radius: 10px;
  overflow: hidden;
  background: var(--ink);
  border: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tiktok-card:hover {
  border-color: rgba(231, 25, 216, 0.45);
  box-shadow: 0 10px 24px rgba(231, 25, 216, 0.12);
}

.tiktok-card-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #000;
}

.tiktok-card iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  min-height: 0;
}

.tiktok-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  aspect-ratio: 154.9 / 205.47;
  min-height: unset;
  background:
    linear-gradient(160deg, rgba(186, 17, 163, 0.12), rgba(18, 1, 14, 0.9)),
    center / cover no-repeat url("../images/romz3.jpg");
  text-align: center;
  padding: 1rem;
}

.tiktok-placeholder-label {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--foam);
}

.tiktok-placeholder p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

/* Playlists */
.playlist-stack {
  display: grid;
  gap: 1.25rem;
}

.playlists-section .playlist-item {
  padding: 1.25rem 1.25rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(18, 1, 14, 0.5);
}

.playlist-item {
  scroll-margin-top: 90px;
}

.playlist-item h2 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}

.playlist-item .spotify-link {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}

.spotify-frame {
  --playlist-accent: var(--line);
  border: 4px solid var(--playlist-accent);
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 152px;
  background: #121212;
  box-shadow: 0 0 18px color-mix(in srgb, var(--playlist-accent) 28%, transparent);
}

.spotify-frame iframe {
  width: 100%;
  height: 152px;
  border: 0;
}

.spotify-empty {
  min-height: 80px;
  display: grid;
  place-items: center;
  color: var(--muted);
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  padding: 1rem;
}

/* Setup */
.setup-section {
  padding-bottom: 3rem;
}

.setup-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) 1fr;
  gap: 2.5rem;
  align-items: start;
}

.setup-photo {
  position: relative;
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  line-height: 0;
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.45),
    0 0 40px rgba(231, 25, 216, 0.12);
}

.setup-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.setup-details {
  min-width: 0;
}

.spec-categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem 2rem;
}

.spec-block h2 {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
  color: var(--neon);
}

.spec-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.spec-list li {
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.95rem;
}

.spec-list li:last-child {
  border-bottom: 0;
}

.setup-playlists {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.setup-playlists p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.setup-playlists a {
  color: var(--neon);
  text-decoration: none;
  font-weight: 500;
}

.setup-playlists a:hover {
  text-decoration: underline;
}

/* Contact */
.contact-hero {
  text-align: center;
  padding: 4rem 1rem 2rem;
  max-width: 36rem;
  margin-inline: auto;
}

.contact-hero .lede {
  color: var(--muted);
}

.mail-giant {
  display: block;
  font-size: clamp(1.4rem, 5vw, 2.2rem);
  text-decoration: none;
  font-weight: 700;
  word-break: break-word;
  margin: 1rem 0;
}

.mail-giant:hover {
  color: var(--neon);
}

.contact-actions {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.ideas-section {
  padding: 2rem 0 3.5rem;
}

.ideas-panel {
  max-width: 32rem;
  margin-inline: auto;
  padding: 1.5rem 1.35rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(32, 2, 25, 0.55);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.ideas-panel h2 {
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
}

.ideas-panel .ideas-lede {
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 1.15rem;
  line-height: 1.5;
}

.ideas-form {
  display: grid;
  gap: 0.85rem;
}

.ideas-field label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.35rem;
}

.ideas-field input,
.ideas-field textarea {
  width: 100%;
  padding: 0.7rem 0.85rem;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: rgba(10, 0, 8, 0.65);
  color: var(--foam);
  font: inherit;
  resize: vertical;
}

.ideas-field input:focus,
.ideas-field textarea:focus {
  outline: none;
  border-color: rgba(231, 25, 216, 0.5);
}

.ideas-field textarea {
  min-height: 6.5rem;
}

.ideas-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.ideas-status {
  min-height: 1.25rem;
  font-size: 0.88rem;
  color: var(--muted);
}

.ideas-status.is-success {
  color: #8ce88c;
}

.ideas-status.is-error {
  color: #ff8a8a;
}

/* Links */
.links-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 32rem;
}

.link-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: var(--foam);
}

.link-row:hover strong {
  color: var(--neon);
}

.link-row strong {
  font-weight: 600;
  font-size: 1.05rem;
}

.link-row span {
  color: var(--muted);
  font-size: 0.9rem;
}

/* Footer */
.site-footer {
  margin-top: 2rem;
  border-top: 1px solid var(--line);
  padding: 1.5rem 0 2rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.footer-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--foam);
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.site-footer a {
  color: var(--foam);
}

/* Toast */
.toast {
  position: fixed;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  background: var(--foam);
  color: var(--ink);
  padding: 0.7rem 1rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  opacity: 0;
  transition: 0.25s ease;
  z-index: 80;
}

.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 880px) {
  .nav-toggle { display: grid; place-items: center; }
  .nav {
    position: absolute;
    top: var(--header);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 1rem;
    background: rgba(18, 1, 14, 0.98);
    border-bottom: 1px solid var(--line);
  }
  .nav.is-open { display: flex; }
  .hero-grid,
  .setup-grid {
    grid-template-columns: 1fr;
  }
  .setup-photo {
    max-width: 420px;
    margin-inline: auto;
  }
  .portrait-frame { transform: none; }
  .hero-home .portrait-stage {
    max-width: 320px;
    margin-inline: auto;
    margin-right: auto;
    justify-self: center;
  }
  .socials-layout {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    align-items: start;
  }
  .social-stack {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    align-self: auto;
  }
  .social-showcase-frame {
    aspect-ratio: 9 / 16;
    max-width: min(100%, 20rem);
  }
  .socials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .support-panel {
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .support-icon {
    width: 4rem;
  }
}

@media (max-width: 600px) {
  .spec-categories {
    grid-template-columns: 1fr;
  }
  .tiktok-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body {
    transition: none;
  }
}
