/* ==========================================================================
   WilliamDanialArthur.me - Early 2000s Portal Theme (Inspired by Nick.com 2002)
   Bespoke, high-energy, authentic retro web styling
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@600;700;800&family=Plus+Jakarta+Sans:wght@500;600;700;800&family=Space+Mono:wght@700&display=swap');

:root {
  --bg-color: #f3f6f9;
  --portal-border: 2.5px solid #111111;
  --shadow-retro: 3px 3px 0px #111111;
  --shadow-retro-lg: 5px 5px 0px #111111;
  --slime-green: #9be500;
  --slime-green-dark: #7ec200;
  --portal-yellow: #ffea00;
  --portal-orange: #ff6a00;
  --portal-orange-light: #ff8c2b;
  --portal-cyan: #00d2ff;
  --portal-blue: #0088ff;
  --portal-pink: #ff2a85;
  --portal-purple: #9d2bff;
  --dark-frame: #18191c;
  --font-display: 'Fredoka', 'Arial Rounded MT Bold', sans-serif;
  --font-body: 'Plus Jakarta Sans', Tahoma, sans-serif;
  --font-mono: 'Space Mono', monospace;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #e5e9f0;
  background-image: 
    radial-gradient(#cbd5e1 1.5px, transparent 1.5px),
    linear-gradient(to bottom, #dbe4ee 0%, #f1f5f9 100%);
  background-size: 16px 16px, 100% 100%;
  font-family: var(--font-body);
  color: #1a1a1a;
  line-height: 1.4;
  padding: 12px 6px 30px;
}

/* Master Portal Wrapper */
.portal-container {
  max-width: 1040px;
  margin: 0 auto;
  background: #ffffff;
  border: var(--portal-border);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.16), var(--shadow-retro-lg);
}

/* TOP SLIM BAR */
.top-network-bar {
  background: #202226;
  color: #ffffff;
  padding: 6px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 700;
  border-bottom: 2px solid #000;
}

.top-network-bar .network-brand {
  color: var(--portal-yellow);
  font-family: var(--font-display);
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.top-network-bar .network-date {
  color: #a0aec0;
  font-family: var(--font-mono);
  font-size: 0.72rem;
}

/* HERO BRAND & BANNER */
.header-hero {
  background: linear-gradient(180deg, #ff8400 0%, #ff5500 100%);
  padding: 16px 20px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: var(--portal-border);
  position: relative;
  overflow: hidden;
}

.header-hero::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -5%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 70%);
  pointer-events: none;
}

.logo-bubble {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.splat-icon {
  width: 64px;
  height: 64px;
  background: #ffffff;
  border: var(--portal-border);
  border-radius: 50% 40% 55% 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-retro);
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--portal-orange);
  transform: rotate(-5deg);
  transition: transform 0.2s ease;
}

.logo-bubble:hover .splat-icon {
  transform: rotate(5deg) scale(1.05);
}

.logo-text-group h1 {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 3px 3px 0px #000000, -1px -1px 0px #000000;
  letter-spacing: -0.5px;
  line-height: 1;
}

.logo-text-group .logo-domain {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--portal-yellow);
  text-shadow: 2px 2px 0px #000;
  display: inline-block;
  background: #000000;
  padding: 2px 10px;
  border-radius: 12px;
  margin-top: 4px;
}

.header-badges {
  display: flex;
  gap: 8px;
  align-items: center;
}

.hero-pill-badge {
  background: #ffffff;
  border: var(--portal-border);
  padding: 6px 14px;
  border-radius: 20px;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: 2px 2px 0px #000;
  color: #111;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* NAVIGATION PILL TABS */
.nav-tab-strip {
  background: var(--dark-frame);
  padding: 8px 12px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  border-bottom: var(--portal-border);
  scrollbar-width: thin;
}

.nav-tab {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  border-radius: 14px;
  border: 2px solid #000;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 700;
  color: #111111;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 2px 2px 0px #000;
  transition: all 0.15s ease;
  user-select: none;
}

.nav-tab:hover {
  transform: translateY(-2px);
  box-shadow: 3px 3px 0px #000;
}

.nav-tab:active, .nav-tab.active {
  transform: translateY(1px);
  box-shadow: 1px 1px 0px #000;
  filter: brightness(1.08);
}

.nav-tab.tab-home { background: var(--portal-yellow); }
.nav-tab.tab-code { background: var(--portal-cyan); }
.nav-tab.tab-3d { background: var(--slime-green); }
.nav-tab.tab-music { background: var(--portal-pink); color: #fff; text-shadow: 1px 1px 0px #000; }
.nav-tab.tab-about { background: #ffaa00; }
.nav-tab.tab-contact { background: #ffffff; }

/* 3-COLUMN MAIN GRID */
.portal-main {
  display: grid;
  grid-template-columns: 240px 1fr 220px;
  gap: 14px;
  padding: 16px;
  background: #fbfcfe;
}

/* LEFT COLUMN WIDGETS */
.portal-left-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.retro-widget {
  border: var(--portal-border);
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: var(--shadow-retro);
}

.widget-header {
  padding: 8px 12px;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 800;
  border-bottom: var(--portal-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-profile { background: var(--slime-green); color: #111; }
.header-specs { background: var(--portal-cyan); color: #111; }
.header-bio { background: var(--portal-yellow); color: #111; }

.widget-body {
  padding: 12px;
}

/* Maker ID / Profile Card */
.profile-card {
  text-align: center;
}

.profile-avatar-frame {
  width: 90px;
  height: 90px;
  margin: 0 auto 10px;
  border: 2.5px solid #000;
  border-radius: 50%;
  background: #fff0d4;
  overflow: hidden;
  box-shadow: var(--shadow-retro);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}

.profile-name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  color: #111;
}

.profile-tagline {
  font-size: 0.75rem;
  color: #555;
  font-weight: 600;
  margin-bottom: 10px;
}

.profile-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  margin-bottom: 12px;
}

.mini-badge {
  background: #f1f5f9;
  border: 1.5px solid #111;
  border-radius: 8px;
  padding: 2px 6px;
  font-size: 0.68rem;
  font-weight: 700;
}

.download-resume-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--portal-yellow);
  color: #111;
  text-decoration: none;
  border: 2px solid #000;
  border-radius: 12px;
  padding: 8px 10px;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 800;
  box-shadow: var(--shadow-retro);
  transition: all 0.15s;
}

.download-resume-btn:hover {
  background: #fff14d;
  transform: translateY(-2px);
  box-shadow: 4px 4px 0px #000;
}

/* ==========================================================================
   CENTER COLUMN (THE MAIN STAGE)
   ========================================================================== */
.portal-center-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Big Hero Feature Box */
.hero-feature-box {
  background: #ffffff;
  border: var(--portal-border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-retro-lg);
  position: relative;
}

.hero-feature-header {
  background: linear-gradient(90deg, #111111 0%, #292d34 100%);
  color: #ffffff;
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-feature-header .feature-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--portal-yellow);
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-feature-header .feature-pill {
  background: var(--portal-orange);
  color: #fff;
  border-radius: 12px;
  padding: 2px 10px;
  font-size: 0.72rem;
  font-weight: 800;
  font-family: var(--font-display);
}

.hero-feature-body {
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: center;
  background: linear-gradient(135deg, #fff9e6 0%, #ffffff 100%);
}

.hero-media-wrapper {
  border: 2.5px solid #000;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-retro);
  background: #000;
  position: relative;
  aspect-ratio: 16 / 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-feature-content h2 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 6px;
  line-height: 1.2;
}

.hero-feature-content p {
  font-size: 0.85rem;
  color: #444;
  margin-bottom: 12px;
  font-weight: 600;
}

.hero-tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.hero-tech-tags span {
  background: #ffffff;
  border: 1.5px solid #111;
  border-radius: 10px;
  padding: 3px 8px;
  font-size: 0.72rem;
  font-weight: 700;
  box-shadow: 1px 1px 0px #000;
}

.hero-actions {
  display: flex;
  gap: 10px;
}

.action-btn-primary {
  background: var(--portal-orange);
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #000;
  border-radius: 14px;
  padding: 8px 16px;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: var(--shadow-retro);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.15s;
}

.action-btn-primary:hover {
  background: var(--portal-orange-light);
  transform: translateY(-2px);
  box-shadow: 4px 4px 0px #000;
}

.action-btn-secondary {
  background: #ffffff;
  color: #111;
  text-decoration: none;
  border: 2px solid #000;
  border-radius: 14px;
  padding: 8px 14px;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: var(--shadow-retro);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.15s;
}

.action-btn-secondary:hover {
  background: #f1f5f9;
  transform: translateY(-2px);
  box-shadow: 4px 4px 0px #000;
}

/* SECTION HEADER BARS */
.section-banner-header {
  background: #111;
  color: #fff;
  border: var(--portal-border);
  border-radius: 14px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  box-shadow: var(--shadow-retro);
}

.filter-pills {
  display: flex;
  gap: 6px;
}

.filter-btn {
  background: #2b2e35;
  color: #fff;
  border: 1.5px solid #fff;
  border-radius: 10px;
  padding: 2px 8px;
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.1s;
}

.filter-btn.active, .filter-btn:hover {
  background: var(--portal-yellow);
  color: #111;
  border-color: #000;
}

/* STACKED PROJECT CATEGORY STRIPS (EXACT NICK.COM 2002 STRIP LAYOUT) */
.project-strip-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.project-strip {
  border: var(--portal-border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-retro);
  background: #ffffff;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.project-strip:hover {
  transform: translateY(-2px);
  box-shadow: 4px 4px 0px #000;
}

/* Category header colors */
.strip-software .strip-bar-header { background: var(--portal-cyan); }
.strip-3d .strip-bar-header { background: var(--slime-green); }
.strip-music .strip-bar-header { background: #d946ef; color: #fff; }
.strip-hardware .strip-bar-header { background: #ff9800; }

.strip-bar-header {
  padding: 6px 14px;
  border-bottom: 2px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  color: #111;
}

.strip-bar-header .strip-tag {
  font-size: 0.72rem;
  background: #000000;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.strip-content {
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.strip-thumbnail-box {
  width: 100px;
  height: 75px;
  border: 2px solid #000;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: #111;
  position: relative;
  box-shadow: 2px 2px 0px #000;
  cursor: pointer;
}

.strip-thumbnail-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.strip-details {
  flex: 1;
}

.strip-details h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.strip-details p {
  font-size: 0.8rem;
  color: #444;
  margin-bottom: 6px;
  font-weight: 600;
}

.strip-meta {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.strip-meta span {
  background: #f1f5f9;
  border: 1px solid #111;
  border-radius: 6px;
  padding: 1px 6px;
  font-size: 0.68rem;
  font-weight: 700;
  color: #333;
}

/* THE FAMOUS NICK "GO!" BUTTON */
.go-btn {
  background: #111111;
  color: var(--portal-yellow);
  text-decoration: none;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 6px 16px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.88rem;
  font-weight: 800;
  box-shadow: 2px 2px 0px #444;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.1s ease;
}

.go-btn:hover {
  background: #252830;
  color: #ffffff;
  transform: scale(1.05);
}

/* AUDIO WAVEFORM PLAYER STRIP */
.audio-player-strip {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #20132b;
  border: 1.5px solid #000;
  border-radius: 10px;
  padding: 6px 10px;
  margin-top: 6px;
}

.play-toggle-btn {
  background: var(--portal-pink);
  border: 1.5px solid #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.75rem;
  cursor: pointer;
  flex-shrink: 0;
}

.mini-equalizer {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 20px;
  flex: 1;
}

.eq-bar {
  width: 4px;
  background: var(--portal-cyan);
  border-radius: 2px;
  height: 30%;
  transition: height 0.2s ease;
}

.eq-playing .eq-bar:nth-child(1) { animation: eqBounce 0.4s infinite alternate; }
.eq-playing .eq-bar:nth-child(2) { animation: eqBounce 0.7s infinite alternate 0.1s; }
.eq-playing .eq-bar:nth-child(3) { animation: eqBounce 0.5s infinite alternate 0.2s; }
.eq-playing .eq-bar:nth-child(4) { animation: eqBounce 0.8s infinite alternate 0.15s; }
.eq-playing .eq-bar:nth-child(5) { animation: eqBounce 0.6s infinite alternate 0.05s; }

@keyframes eqBounce {
  0% { height: 20%; }
  100% { height: 100%; }
}

/* ==========================================================================
   RIGHT COLUMN (SKYSCRAPER SPOTLIGHT & STATS)
   ========================================================================== */
.portal-right-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.retro-ad-tower {
  border: var(--portal-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-retro);
  background: linear-gradient(180deg, #0088ff 0%, #0044bb 100%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
}

.ad-label-bar {
  background: #111;
  color: #fff;
  padding: 4px 8px;
  font-size: 0.68rem;
  font-family: var(--font-display);
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.ad-hero-content {
  padding: 14px 12px;
  text-align: center;
}

.ad-hero-content .ad-badge {
  background: var(--portal-yellow);
  color: #111;
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.72rem;
  padding: 2px 8px;
  border-radius: 8px;
  border: 1.5px solid #000;
  box-shadow: 1px 1px 0px #000;
  margin-bottom: 8px;
}

.ad-image-box {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 2px solid #000;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 2px 2px 0px #000;
  background: #ffffff;
}

.ad-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ad-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 4px;
  text-shadow: 1px 1px 0px #000;
}

.ad-desc {
  font-size: 0.75rem;
  margin-bottom: 12px;
  opacity: 0.95;
  line-height: 1.3;
}

.ad-click-here {
  background: var(--portal-yellow);
  color: #111;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 6px 14px;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
  box-shadow: 2px 2px 0px #000;
  transition: all 0.1s;
}

.ad-click-here:hover {
  background: #fff;
  transform: scale(1.05);
}

/* Hardware Telemetry / Live Stats */
.stats-list {
  list-style: none;
  font-size: 0.76rem;
  font-weight: 600;
}

.stats-list li {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px dashed #cbd5e1;
}

.stats-list li:last-child {
  border-bottom: none;
}

.stat-key {
  color: #64748b;
}

.stat-val {
  font-family: var(--font-mono);
  font-weight: 700;
  color: #111;
}

/* ==========================================================================
   BOTTOM SHELF & FOOTER (NICK.COM SHOW RIBBON)
   ========================================================================== */
.bottom-shelf {
  background: var(--slime-green);
  border-top: var(--portal-border);
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.shelf-title {
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 800;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tools-ribbon {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}

.tool-chip {
  background: #ffffff;
  border: 2px solid #000;
  border-radius: 12px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 2px 2px 0px #000;
}

.portal-footer {
  background: #111111;
  color: #ffffff;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 600;
}

.portal-footer a {
  color: var(--portal-yellow);
  text-decoration: none;
  font-weight: 700;
}

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

.back-to-top-btn {
  background: #2b2e35;
  color: #fff;
  border: 1.5px solid #fff;
  border-radius: 8px;
  padding: 4px 10px;
  font-family: var(--font-display);
  font-size: 0.75rem;
  cursor: pointer;
}

.back-to-top-btn:hover {
  background: var(--portal-orange);
  border-color: #000;
}

/* ==========================================================================
   INTERACTIVE MODAL (SCREENSHOT ENLARGEMENT)
   ========================================================================== */
.modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.modal-window {
  background: #ffffff;
  border: 3.5px solid #000;
  border-radius: 20px;
  max-width: 680px;
  width: 100%;
  overflow: hidden;
  box-shadow: 8px 8px 0px #000;
  animation: popIn 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes popIn {
  0% { transform: scale(0.9); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

.modal-header-bar {
  background: var(--portal-orange);
  color: #fff;
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2.5px solid #000;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.1rem;
}

.modal-close-btn {
  background: #111;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 800;
}

.modal-body {
  padding: 16px;
}

.modal-preview-img {
  width: 100%;
  max-height: 380px;
  object-fit: contain;
  border: 2px solid #000;
  border-radius: 12px;
  margin-bottom: 12px;
  background: #18191c;
}

.modal-desc {
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 14px;
  font-weight: 600;
}

.modal-actions {
  display: flex;
  gap: 10px;
}

/* ==========================================================================
   RESPONSIVE LAYOUT
   ========================================================================== */
@media (max-width: 900px) {
  .portal-main {
    grid-template-columns: 1fr;
  }
  .portal-left-col {
    order: 2;
  }
  .portal-center-col {
    order: 1;
  }
  .portal-right-col {
    order: 3;
  }
  .hero-feature-body {
    grid-template-columns: 1fr;
  }
}
/* Additional category specific colors for Games & Mobile Apps */
.strip-games .strip-bar-header { 
  background: #b829e3; 
  color: #ffffff; 
  text-shadow: 1px 1px 0px #000;
}
.strip-mobile .strip-bar-header { 
  background: #ff2a85; 
  color: #ffffff; 
  text-shadow: 1px 1px 0px #000;
}
.nav-tab.tab-games { background: #b829e3; color: #fff; text-shadow: 1px 1px 0px #000; }
.nav-tab.tab-mobile { background: #ff2a85; color: #fff; text-shadow: 1px 1px 0px #000; }
/* Camelot Web Tools Flagship Strip */
.strip-cwt .strip-bar-header {
  background: linear-gradient(90deg, #0088ff 0%, #0055dd 100%);
  color: #ffffff;
  text-shadow: 1px 1px 0px #000;
}

/* In Development Strip Styling */
.strip-dev .strip-bar-header {
  background: #ffaa00;
  color: #111111;
}

.section-label-banner {
  background: #111111;
  color: var(--portal-yellow);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  padding: 8px 14px;
  border-radius: 12px;
  border: 2px solid #000;
  margin: 12px 0 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 2px 2px 0px #000;
}
