
/* ==========================================================================
   GLOBAL MOBILE SELECTION & TOUCH PHYSICS GUARDS
   ========================================================================== */
*, *::before, *::after {
  -webkit-tap-highlight-color: transparent !important;
}

html, body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

/* Allow text selection only on long-form legal / policy reading passages */
.legal-content,
.privacy-section,
.terms-section,
.selectable-text {
  -webkit-user-select: text;
  user-select: text;
}

/* Strictly disable accidental text-selection & Android search popups on scrolling */
a, button, input, select, textarea,
.btn, .nav-btn, .hero-cta-btn, .audit-booking-btn, .nav-cta-btn,
.nav-link, .drawer-link, .hero-title, .section-title, .hero-heading,
.stream-card, .gallery-card, .metric-card, .faq-card, .pricing-card,
.footer-logo, .badge, .mono-tag, .mono-num, .spec-pill, .tag-pill,
.schematic-card, .hook-tab-btn, .sound-btn, .phone-ad-viewport,
.stream-header, .faq-trigger, .footer-col-heading, .footer-nav-link {
  -webkit-user-select: none !important;
  user-select: none !important;
  -webkit-touch-callout: none !important;
}


/* Touch & Gesture Engine Optimization */
html {
  -webkit-text-size-adjust: 100%;
  touch-action: manipulation;
}

button, a, .btn-primary, .btn-secondary, .stream-card, .gallery-card, .direct-channel-chip, .nav-cta-btn, .btn-dark-grand, .btn-orange-grand {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
/* ==========================================================================
   CREATIVE PUNCH MEDIA — AWWWARDS BESPOKE EDITORIAL SYSTEM & WORK GALLERY
   ========================================================================== */

:root {
  /* Electropop Accents */
  --ep-lime:     #CCFF00;
  --ep-orange:   #FF6B00;
  --ep-magenta:  #F900FF;
  --ep-cobalt:   #5200FF;
  
  /* Canvas & Surface Layers (Locked #222222 Charcoal Base) */
  --bg-main:     #222222;
  --bg-surface:  #161616;
  --bg-card:     #1E1E1E;
  --bg-elevated: #282828;
  
  /* Neo-Brutalist Strokes & Hard 0-Blur Shadows */
  --border-black:   2px solid #000000;
  --border-thick:   2.5px solid #000000;
  --border-white:   2px solid #FFFFFF;
  --border-subtle:  1px solid rgba(255, 255, 255, 0.12);
  --border-lime:    2px solid var(--ep-lime);
  
  --shadow-lime:    4px 4px 0px var(--ep-lime);
  --shadow-orange:  4px 4px 0px var(--ep-orange);
  --shadow-magenta: 4px 4px 0px var(--ep-magenta);
  --shadow-black:   4px 4px 0px #000000;
  --shadow-card:    6px 6px 0px #000000;
  
  /* Typography Tokens (Sora + DM Sans + Space Mono) */
  --font-display:   'Sora', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body:      'DM Sans', sans-serif;
  --font-mono:      'Space Mono', monospace;

  --text-pure:   #FFFFFF;
  --text-muted:  #B8B8C2;
  --text-dim:    #7A7A88;

  /* Physics */
  --ease-mechanical: cubic-bezier(0, 0, 0.2, 1);
  --ease-cinematic:  cubic-bezier(0.76, 0, 0.24, 1);
}

/* Custom 3D Sketch White Cursor */
html, body, body * {
  cursor: url('../assets/cursor/cursor_default_32.png') 2 0, auto;
}

a, button, [role="button"], input, select, textarea, 
.skip-btn, .nav-link, .nav-cta-btn, .btn-primary, .btn-secondary, 
.stream-card, .gallery-card, .filter-btn, .system-card, .pricing-card, .proof-card, .direct-email-link, .cinema-portal-card, .audit-booking-btn {
  cursor: url('../assets/cursor/cursor_pointer_32.png') 1 0, pointer !important;
}

/* Reset & Box Model */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

section[id], footer[id], div[id], [id] {
  scroll-margin-top: 90px;
}

html, body {
  width: 100%;
  min-height: 100%;
  background-color: var(--bg-main);
  color: var(--text-pure);
  font-family: var(--font-body);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  letter-spacing: -0.015em;
  font-optical-sizing: auto;
}

.mono-tag, .mono-index, .mono-num {
  font-family: var(--font-mono);
  font-weight: 700;
}

.highlight-lime { color: var(--ep-lime); }
.highlight-orange { color: var(--ep-orange); }
.highlight-magenta { color: var(--ep-magenta); }

/* Lock document scroll completely while entrance curtain is active */
html.intro-locked,
body.intro-locked {
  overflow: hidden !important;
  height: 100% !important;
  touch-action: none !important;
  overscroll-behavior: none !important;
}

/* ==========================================================================
   SCENE 1: ENTRANCE VIDEO CURTAIN
   ========================================================================== */
.intro-curtain {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: #000000;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition: transform 1.05s cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: transform;
  touch-action: none !important;
  overscroll-behavior: none !important;
  user-select: none;
  -webkit-user-select: none;
}

.intro-curtain.animating {
  will-change: transform;
}

.intro-curtain.revealed {
  transform: translate3d(0, -100%, 0) !important;
  pointer-events: none !important;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}

.entrance-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  background-color: #000000;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

.video-progress-track {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.15);
  z-index: 10;
}

.video-progress-bar {
  width: 100%;
  height: 100%;
  background: var(--ep-lime);
  transform-origin: left center;
  transform: scaleX(0);
}

.video-progress-bar.running {
  animation: progressFill 2.50s linear forwards;
}

@keyframes progressFill {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

/* ==========================================================================
   LANDING ROOT & CLEAN HEADER (NO NUMBERS IN NAV)
   ========================================================================== */
.app-root {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: var(--bg-main);
  display: flex;
  flex-direction: column;
}

/* Top System Status Bar */
.top-status-bar {
  width: 100%;
  background: #111111;
  border-bottom: 2px solid #000000;
  padding: 8px 24px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  overflow: hidden;
}

.status-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--ep-lime);
  box-shadow: 0 0 8px var(--ep-lime);
  margin-right: 4px;
}

/* Brutalist Electric Lime Header - Stabilized Optical Centerline */
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 14px 56px;
  background: var(--ep-lime);
  border-bottom: 3px solid #000000;
  display: flex;
  align-items: center;
}

.nav-container {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  margin-left: 64px;
  transition: transform 0.15s ease;
}

.brand-logo:hover {
  transform: scale(1.02);
}

.logo-img {
  height: 46px;
  width: auto;
  display: block;
  object-fit: contain;
  vertical-align: middle;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  color: #000000;
  text-decoration: none;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
  transition: color 0.15s ease, transform 0.15s ease;
  position: relative;
}

.nav-link:hover {
  color: var(--ep-orange);
  transform: translateY(-1px);
}

.nav-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 22px;
  background: #000000;
  color: var(--ep-lime);
  text-decoration: none;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  border: 2px solid #000000;
  box-shadow: 3px 3px 0px #000000;
  line-height: 1;
  transition: all 0.15s var(--ease-mechanical);
}

.nav-cta-btn:hover {
  background: var(--ep-orange);
  color: #000000;
  box-shadow: 4px 4px 0px #000000;
  transform: translate(-1px, -1px);
}

.nav-cta-btn:active {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0px #000000;
}

/* Mobile 3-Lines Hamburger Menu Button */
.mobile-menu-btn {
  display: none;
  background: transparent;
  border: none;
  box-shadow: none;
  width: 40px;
  height: 40px;
  padding: 8px 6px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  z-index: 100;
  border-radius: 6px;
  transition: background 0.15s ease, transform 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}

.mobile-menu-btn:hover, .mobile-menu-btn:active {
  background: rgba(0, 0, 0, 0.08);
  transform: scale(0.96);
}

.hamburger-bar {
  display: block;
  height: 2.2px;
  background: #000000;
  border-radius: 2px;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.hamburger-bar:nth-child(1) { width: 22px; }
.hamburger-bar:nth-child(2) { width: 16px; }
.hamburger-bar:nth-child(3) { width: 22px; }

.mobile-menu-btn:hover .hamburger-bar:nth-child(2),
.mobile-menu-btn:active .hamburger-bar:nth-child(2) {
  width: 22px;
}

/* Mobile Navigation Drawer Overlay */
.mobile-nav-drawer {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  z-index: 999999;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.mobile-nav-drawer.active {
  opacity: 1;
  pointer-events: auto;
}

.drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.drawer-panel {
  position: relative;
  width: 88vw;
  max-width: 360px;
  height: 100%;
  background: #141416;
  border-left: 3px solid #000000;
  box-shadow: -8px 0 40px rgba(0, 0, 0, 0.95);
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-nav-drawer.active .drawer-panel {
  transform: translate3d(0, 0, 0);
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 20px;
}

.drawer-logo {
  height: 38px;
  width: auto;
  filter: invert(1);
}

.drawer-close-btn {
  background: #222222;
  border: 2px solid #000000;
  box-shadow: 2px 2px 0px var(--ep-lime);
  color: #FFFFFF;
  font-family: var(--font-mono);
  font-size: 16px;
  font-weight: 900;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.15s ease;
}

.drawer-close-btn:active {
  transform: translate(1px, 1px);
}

.drawer-nav-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.drawer-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 12px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.15s ease;
}

.drawer-link .drawer-num {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  color: var(--ep-lime);
}

.drawer-link:hover, .drawer-link:active {
  background: var(--ep-lime);
  color: #000000;
}
.drawer-link:hover .drawer-num, .drawer-link:active .drawer-num {
  color: #000000;
}

.drawer-footer {
  margin-top: auto;
  padding-top: 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.drawer-cta-btn {
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 15px 20px;
  font-size: 13.5px;
}

.drawer-fast-track {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.drawer-chip {
  background: #1e1e24;
  border: 1.5px solid #000000;
  color: #CCCCCC;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}

.drawer-chip:hover, .drawer-chip:active {
  background: var(--ep-lime);
  color: #000000;
}

/* ==========================================================================
   SCENE 2: MONOLITHIC AWWWARDS EDITORIAL HERO
   ========================================================================== */
.hero-section {
  position: relative;
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 24px 70px;
  background: var(--bg-main);
}

.hero-container {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.hero-editorial-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.hero-left-editorial {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding-left: 0;
  max-width: 640px;
}


.hero-monolith-title {
  font-family: var(--font-display);
  font-size: clamp(42px, 5.2vw, 76px);
  font-weight: 800;
  line-height: 1.10;
  letter-spacing: -0.035em;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
}

.title-line {
  display: block;
  white-space: nowrap;
}

.punch-lime-highlight {
  color: var(--ep-lime);
  display: inline-block;
}

.title-dot {
  display: inline-block;
  margin-left: 0.08em;
  color: var(--ep-lime);
}

.hero-statement-text {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 540px;
  margin-bottom: 32px;
  font-weight: 400;
  text-wrap: balance;
}

.hero-action-row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

/* Official Partner Lockup under CTA */
.hero-partner-lockup {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 10px 18px;
  background: rgba(18, 18, 22, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.partner-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.partner-icon {
  width: 20px;
  height: 20px;
  color: #FFFFFF;
}

.partner-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.partner-brand {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.01em;
}

.partner-sub {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  color: var(--text-dim);
  text-transform: uppercase;
}

.partner-sep {
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.15);
}

.btn-hero {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 38px;
  font-size: 14px;
}

.btn-arrow {
  transition: transform 0.2s ease;
}

.btn-hero:hover .btn-arrow {
  transform: translateX(4px);
}

.audit-booking-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  background: #141416;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  text-decoration: none;
  font-family: var(--font-mono);
  font-size: 12.5px;
  font-weight: 700;
  box-shadow: 3px 3px 0px #000000;
  transition: all 0.15s var(--ease-mechanical);
}

.audit-dot {
  width: 6px;
  height: 6px;
  background: var(--ep-lime);
  border-radius: 50%;
  box-shadow: 0 0 6px var(--ep-lime);
}

.audit-booking-btn:hover {
  border-color: var(--ep-lime);
  color: var(--ep-lime);
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0px var(--ep-lime);
}

/* ==========================================================================
   RIGHT COLUMN: REFINED CREATIVE MILKSHAKE INSPIRED CONNECTED ECOSYSTEM
   ========================================================================== */
.hero-right-portal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.milkshake-canvas-wrap {
  position: relative;
  width: 100%;
  max-width: 740px;
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Background Connector SVG */
.canvas-connector-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

/* Floating Platform Badges on Wire Nodes */
.wire-badge {
  position: absolute;
  padding: 5px 12px;
  border-radius: 20px;
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 700;
  border: 1.5px solid #000000;
  box-shadow: 2px 2px 0px #000000;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 6;
  transform: translateZ(0);
  transition: transform 0.2s var(--ease-mechanical);
}

.wire-badge:hover {
  transform: scale(1.06) translate(-1px, -1px);
}

.dot-meta {
  width: 6px;
  height: 6px;
  background: #0081FB;
  border-radius: 50%;
}

.dot-tiktok {
  width: 6px;
  height: 6px;
  background: var(--ep-magenta);
  border-radius: 50%;
}

.badge-meta {
  top: 50px;
  left: 30px;
  background: #11141D;
  color: #FFFFFF;
  border-color: #0081FB;
}

.badge-tiktok {
  bottom: 30px;
  left: 25px;
  background: #111114;
  color: #FFFFFF;
  border-color: var(--ep-magenta);
}

/* ==========================================================================
   HERO SCENE: CLEAN ARCHITECTURAL 4-SCREEN SCHEMATIC
   ========================================================================== */
.hero-right-portal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: visible;
}

.hero-creative-schematic {
  position: relative;
  width: 820px;
  min-width: 820px;
  height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Technical Coordinate Matrix Background Grid */
.schematic-grid-bg {
  position: absolute;
  inset: -30px;
  background-image: radial-gradient(rgba(204, 255, 0, 0.16) 1.2px, transparent 1.2px);
  background-size: 28px 28px;
  z-index: 1;
  pointer-events: none;
  mask-image: radial-gradient(circle at 50% 50%, black 80%, transparent 100%);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, black 80%, transparent 100%);
}

/* SVG Blueprint Vector Circuits (Electric Lime Neon) */
.schematic-vector-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 0 6px rgba(204, 255, 0, 0.35));
}

/* Floating Platform Tokens (Neo-Brutalist) */
.platform-token {
  position: absolute;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.token-meta {
  top: 35px;
  left: 148px;
  width: 44px;
  height: 44px;
  background: var(--ep-lime);
  border: 2.5px solid #000000;
  border-radius: 50%;
  box-shadow: 3px 3px 0px #000000;
  animation: floatSlow 4s ease-in-out infinite alternate;
}

.token-yt {
  bottom: 35px;
  left: 30px;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border: 2.5px solid #000000;
  border-radius: 16px;
  box-shadow: 3px 3px 0px #000000;
  animation: floatSlow 5s ease-in-out 1s infinite alternate;
}

.token-tiktok {
  bottom: 35px;
  right: 148px;
  width: 44px;
  height: 44px;
  background: #9D8CFF;
  border: 2.5px solid #000000;
  border-radius: 50%;
  box-shadow: 3px 3px 0px #000000;
  animation: floatSlow 4.5s ease-in-out 0.5s infinite alternate;
}

/* Screen 2: Centerpiece Masterpiece iPhone 15 Pro Frame */
.schematic-masterphone {
  position: absolute;
  left: 270px;
  top: 35px;
  width: 280px;
  height: 550px;
  background: #000000;
  border: 3.5px solid #FFFFFF;
  border-radius: 44px;
  box-shadow: 8px 8px 0px #000000, 0 35px 95px rgba(0, 0, 0, 0.95);
  z-index: 10;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.schematic-masterphone:hover {
  transform: translate(-3px, -3px);
  box-shadow: 12px 12px 0px #000000, 0 45px 120px rgba(0, 0, 0, 1);
}

.phone-dynamic-island {
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  width: 86px;
  height: 19px;
  background: #000000;
  border-radius: 12px;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.island-camera {
  width: 7px;
  height: 7px;
  background: #151518;
  border: 1px solid #252528;
  border-radius: 50%;
}

.island-sensor {
  width: 4px;
  height: 4px;
  background: #101012;
  border-radius: 50%;
}

.phone-status-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 4px;
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 700;
  color: #FFFFFF;
  z-index: 11;
}

.status-right {
  display: flex;
  align-items: center;
  gap: 6px;
}

.status-wifi {
  color: var(--ep-lime);
  font-size: 8.5px;
}

.phone-ad-viewport {
  position: relative;
  width: 100%;
  flex: 1;
  background: #101014;
  overflow: hidden;
}

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

/* In-Ad Hook Subtitle */
.phone-hook-caption {
  position: absolute;
  top: 55px;
  left: 14px;
  right: 14px;
  z-index: 7;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.caption-tag-pov {
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 900;
  padding: 2.5px 7px;
  border-radius: 4px;
}

.caption-hl {
  display: inline-block;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  padding: 7px 11px;
  border-radius: 8px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 4px 14px rgba(0,0,0,0.55);
}

/* In-Video Social Actions */
.phone-social-actions {
  position: absolute;
  right: 12px;
  bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 7;
  pointer-events: none;
}

.social-icon-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.btn-glyph {
  font-size: 17px;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.95));
}

.btn-count {
  font-family: var(--font-mono);
  font-size: 8.5px;
  font-weight: 700;
  color: #FFFFFF;
  text-shadow: 0 1px 3px rgba(0,0,0,0.95);
}

/* Native App Bottom Bar */
.phone-native-appbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(12px);
  z-index: 10;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 6px;
}

.p-nav-glyph {
  color: #FFFFFF;
  font-size: 13px;
  opacity: 0.75;
}

.phone-home-indicator {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3.5px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  z-index: 12;
}

/* Asymmetric Schematic Cards (Neo-Brutalist 4-Screen Ecosystem) */
.schematic-card {
  position: absolute;
  background: #111116;
  border-radius: 18px;
  overflow: visible;
  border: 2.5px solid #000000;
  box-shadow: 6px 6px 0px #000000;
  z-index: 5;
  transition: transform 0.25s var(--ease-mechanical), box-shadow 0.25s ease, border-color 0.25s ease;
}

.schematic-card:hover {
  transform: translate(-3px, -3px);
  border-color: var(--ep-lime);
  box-shadow: 9px 9px 0px var(--ep-lime);
}

.schematic-card-media {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

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

.card-caption-overlay {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 4;
}

.cap-tag {
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 900;
  color: #000000;
  background: var(--ep-lime);
  border: 1.5px solid #000000;
  padding: 3.5px 9px;
  border-radius: 4px;
  box-shadow: 2px 2px 0px #000000;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Screen 1: Hook Agitation Demo (Left Wing) */
.card-hook-left {
  left: 20px;
  top: 135px;
  width: 200px;
  height: 350px;
}

/* Screen 3: ProRes Studio BTS (Top-Right Wing) */
.card-studio-right {
  right: 20px;
  top: 35px;
  width: 200px;
  height: 255px;
}

/* Screen 4: DTC Unboxing & Prep Routine (Bottom-Right Wing) */
.card-unboxing-right {
  right: 20px;
  top: 330px;
  width: 200px;
  height: 255px;
}

/* Neo-Brutalist Schematic Metric Pills (Crisp Foreground) */
.schematic-pill {
  position: absolute;
  top: -14px;
  left: 14px;
  background: #FFFFFF;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 6px;
  padding: 5px 12px;
  font-family: var(--font-mono);
  font-size: 8.5px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  z-index: 25;
  box-shadow: 3px 3px 0px #000000;
  white-space: nowrap;
  pointer-events: none;
}

.pill-cpa {
  background: #FFFFFF;
}

.pill-cvr {
  background: #FFFFFF;
}

.pill-roi {
  background: var(--ep-lime);
}

.pill-bold {
  font-size: 9.5px;
  font-weight: 900;
  color: #000000;
}

.pill-label {
  font-weight: 900;
  color: #000000;
  letter-spacing: 0.04em;
}

/* Animations */
@keyframes floatSlow {
  0% { transform: translateY(0px); }
  100% { transform: translateY(-8px); }
}

/* ==========================================================================
   MATTERS.SG DIAGNOSTIC GAUGE STRIP
   ========================================================================== */
.diagnostic-gauge-strip {
  width: 100%;
  background: var(--bg-surface);
  border: 2px solid #000000;
  box-shadow: 6px 6px 0px #000000;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  padding: 24px 32px;
  gap: 16px;
}

.gauge-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.gauge-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

.gauge-dot {
  width: 6px;
  height: 6px;
  background: var(--ep-lime);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--ep-lime);
}

.gauge-title {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--text-dim);
  letter-spacing: 0.06em;
}

.gauge-val {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.gauge-sub {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-muted);
}

.gauge-divider {
  width: 1px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
}

/* ==========================================================================
   SCENE 3: CONTINUOUS INFINITE 8-REEL KINETIC CAROUSEL (60FPS STREAM)
   ========================================================================== */
.section-infinite-reel {
  position: relative;
  width: 100%;
  padding: 80px 0 90px;
  background-color: #141416;
  /* Tactical Architectural Grey Grid Base */
  background-image: 
    linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  border-top: 2px solid #000000;
  overflow: hidden;
  transition: background-image 0.25s var(--ease-mechanical);
}

/* Brutalist Electric Orange Blueprint Grid Illumination on Hover */
.section-infinite-reel:hover {
  background-image: 
    linear-gradient(to right, rgba(255, 107, 0, 0.16) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 107, 0, 0.16) 1px, transparent 1px);
  background-size: 40px 40px;
}

.reel-section-header {
  margin-bottom: 36px;
  position: relative;
  z-index: 2;
}

.reel-header-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.btn-gallery-link {
  font-family: var(--font-mono);
  font-size: 12.5px;
  padding: 12px 24px;
}

/* Infinite Marquee Track */
.infinite-reel-stream-wrap {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  position: relative;
  z-index: 2;
}

.infinite-reel-track {
  display: inline-flex;
  align-items: stretch;
  gap: 32px;
  -webkit-animation: reelStreamScroll 36s linear infinite;
  animation: reelStreamScroll 36s linear infinite;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

@-webkit-keyframes reelStreamScroll {
  0% { -webkit-transform: translate3d(0, 0, 0); }
  100% { -webkit-transform: translate3d(-50%, 0, 0); }
}

@keyframes reelStreamScroll {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}

.stream-card {
  width: 320px;
  flex-shrink: 0;
  background: var(--bg-surface);
  border: 2.5px solid #000000;
  box-shadow: 6px 6px 0px #000000;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transition: transform 0.2s var(--ease-mechanical), box-shadow 0.2s ease, border-color 0.2s ease;
}

.stream-card:hover {
  transform: translate(-3px, -3px);
  border-color: var(--ep-orange);
  box-shadow: 8px 8px 0px var(--ep-orange);
}

.stream-media-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 13;
  background: #000000;
  overflow: hidden;
}

.stream-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.stream-pill {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 10px;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.04em;
  box-shadow: 2px 2px 0px #000000;
  z-index: 5;
}

.stream-pill.bg-lime { background: var(--ep-lime); }
.stream-pill.bg-orange { background: var(--ep-orange); }
.stream-pill.bg-magenta { background: var(--ep-magenta); }
.stream-pill.bg-cobalt { background: var(--ep-cobalt); color: #FFFFFF; }

.stream-roas-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.88);
  border: 1px solid var(--ep-lime);
  color: var(--ep-lime);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 900;
  padding: 6px 12px;
  box-shadow: 3px 3px 0px #000000;
  text-align: center;
  z-index: 5;
}

.stream-meta {
  padding: 16px 18px;
  background: #111111;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stream-client {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}

.stream-sub {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-dim);
}

/* ==========================================================================
   DEDICATED WORK GALLERY PAGE STYLES (work.html)
   ========================================================================== */
.gallery-page-layout {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.gallery-hero-section {
  padding: 70px 24px 50px;
  background: var(--bg-main);
  border-bottom: 3px solid #000000;
  position: relative;
}

.gallery-header-block {
  max-width: 980px;
  margin-bottom: 40px;
}

/* ==========================================================================
   WORK GALLERY SHOWROOM (.gallery-top-bar-sleek)
   ========================================================================== */
.gallery-grid-section {
  padding: 50px 24px 90px;
}

.gallery-top-bar-sleek {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2.5px solid #000000;
  padding-bottom: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 16px;
}

.gallery-live-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #000000;
  color: var(--ep-lime);
  font-family: var(--font-mono);
  font-size: 11.5px;
  font-weight: 800;
  padding: 5px 12px;
  border: 1.5px solid #000000;
  box-shadow: 2px 2px 0px #000000;
}

.tag-pulse-dot {
  width: 8px;
  height: 8px;
  background: var(--ep-lime);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--ep-lime);
}

.gallery-title-minimal {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.8vw, 42px);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0;
}

.gallery-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.gallery-card {
  background: var(--bg-surface);
  border: 2.5px solid #000000;
  box-shadow: 6px 6px 0px #000000;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: transform 0.22s var(--ease-mechanical), box-shadow 0.22s ease, border-color 0.22s ease;
}

.gallery-card:hover {
  border-color: var(--ep-lime);
  box-shadow: 10px 10px 0px var(--ep-lime);
  transform: translate3d(-3px, -4px, 0);
}

.gallery-media-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 14;
  background: #0C0C0E;
  overflow: hidden;
  border-bottom: 2.5px solid #000000;
}

.gallery-video-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: translate3d(0, 0, 0);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-card:hover .gallery-video-preview {
  transform: scale(1.03);
}

.gallery-badge-top {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--ep-lime);
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 4px 8px;
  border-radius: 3px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 5;
  pointer-events: none;
}

.gallery-card-caption {
  padding: 14px 16px;
  background: #18181B;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.gallery-brand-name {
  font-family: var(--font-display);
  font-size: 14.5px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.01em;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gallery-vertical-tag {
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 700;
  color: #AAAAAA;
  background: #0A0A0C;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 3px 7px;
  border-radius: 2px;
  white-space: nowrap;
  letter-spacing: 0.04em;
}

/* ==========================================================================
   SCENE 4: 2-ROW HIGH-VELOCITY BRAND & PLATFORM STREAM (EXPANDED & BOLD)
   ========================================================================== */
.section-brand-marquee {
  width: 100%;
  overflow: hidden;
  background: #09090D;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  padding: 34px 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.brand-track-wrap {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  position: relative;
}

.brand-track-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 68px;
  flex-shrink: 0;
  white-space: nowrap !important;
  animation: brandMarqueeScroll 35s linear infinite;
  will-change: transform;
}

.brand-track-inner.reverse {
  animation: brandMarqueeScrollReverse 44s linear infinite;
}

@keyframes brandMarqueeScroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@keyframes brandMarqueeScrollReverse {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

.brand-logo-item {
  display: inline-flex;
  align-items: center;
  opacity: 0.78;
  transition: opacity 0.2s ease, transform 0.2s ease;
  user-select: none;
}

.brand-logo-item:hover {
  opacity: 1;
  transform: scale(1.08);
}

.brand-txt {
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
}

/* Individual Brand Typographic Identity (Bold & Scaled) */
.txt-aura {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}

.txt-maelys {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.22em;
  font-size: 21px;
}

.txt-spoiled {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 23px;
  letter-spacing: -0.03em;
  text-transform: none;
}

.txt-apex {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.04em;
}

.txt-nectar {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 23px;
  letter-spacing: -0.04em;
  text-transform: lowercase;
}

.brand-sq {
  color: var(--ep-lime);
  font-size: 13px;
}

.txt-lumina {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 23px;
  letter-spacing: 0.08em;
}

.txt-vortex {
  font-family: var(--font-mono);
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0.06em;
}

.txt-skinnyfit {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  text-transform: lowercase;
}

.txt-trueclassic {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0.12em;
}

.txt-fiverr {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 25px;
  letter-spacing: -0.03em;
  text-transform: lowercase;
}

.fiverr-dot {
  color: var(--ep-lime);
}

/* Row 2: Ad Ecosystem Platforms */
.txt-meta {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 23px;
  letter-spacing: -0.02em;
}

.txt-tiktok {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 23px;
  letter-spacing: 0.02em;
}

.txt-shopify {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 23px;
  letter-spacing: 0.04em;
}

.txt-youtube {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 23px;
  letter-spacing: -0.01em;
}

.txt-mixtiles {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 21px;
  letter-spacing: 0.08em;
}

.txt-triple {
  font-family: var(--font-mono);
  font-weight: 900;
  font-size: 21px;
  letter-spacing: 0.06em;
}

.txt-monday {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -0.02em;
  text-transform: lowercase;
}

.brand-sub {
  font-family: var(--font-mono);
  font-size: 16px;
  font-weight: 600;
  color: var(--text-muted);
}

.txt-klaviyo {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 23px;
  letter-spacing: 0.04em;
}

.txt-snap {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 23px;
  letter-spacing: 0.06em;
}

.txt-nordic {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 23px;
  letter-spacing: 0.08em;
}

/* ==========================================================================
   SCENE 5: THE SYSTEM / THE 3-STAGE PIPELINE (3-Column Architecture)
   ========================================================================== */
.section-system, .section-contact {
  padding: 100px 24px;
  border-top: 2px solid #000000;
}

.section-pricing {
  padding: 100px 0 0 0;
  border-top: 2px solid #000000;
  background: var(--bg-main);
  position: relative;
}

.section-pricing > .section-container {
  padding: 0 24px 80px;
}

.section-container {
  max-width: 1320px;
  margin: 0 auto;
}

.section-header-block {
  margin-bottom: 56px;
  text-align: left;
}

.section-header-block.header-right {
  text-align: right;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.section-header-block.header-right .section-desc {
  margin-left: auto;
  text-align: right;
}

.section-tag-badge {
  display: inline-block;
  padding: 6px 14px;
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--ep-lime);
  border-radius: 4px;
}

/* ==========================================================================
   SCENE 5-8: BESPOKE SECTION HEADERS & EDITORIAL TYPOGRAPHY
   ========================================================================== */
.section-header-block {
  margin-bottom: 52px;
}

.section-header-block.header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 5px 12px;
  border-radius: 4px;
  margin-bottom: 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--ep-lime);
  text-transform: uppercase;
}

.section-kicker.kicker-right {
  align-self: flex-end;
}

.kicker-index {
  color: var(--ep-lime);
  font-weight: 800;
}

.kicker-divider {
  color: var(--text-dim);
}

.kicker-label {
  color: var(--text-pure);
}

.section-main-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.4vw, 52px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.highlight-lime {
  color: var(--ep-lime);
}

.highlight-orange {
  color: var(--ep-orange);
}

.title-dot {
  display: inline-block;
  margin-left: 0.08em;
  color: var(--ep-lime);
}

.section-desc {
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 860px;
  font-weight: 400;
}

.section-header-block.header-right .section-desc {
  max-width: 860px;
}

/* ==========================================================================
   SCENE 5: CORE DTC CREATIVE SERVICES (Brutalist Theme-Matched Grid)
   ========================================================================== */
.services-visual-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.service-visual-card {
  background: var(--bg-surface);
  border: 2.5px solid #000000;
  box-shadow: 6px 6px 0px #000000;
  padding: 38px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.2s var(--ease-mechanical), box-shadow 0.2s ease, border-color 0.2s ease;
}

/* Card Theme Variations (Orange, Lime, Magenta, Cobalt) */
.card-orange:hover {
  transform: translate(-3px, -3px);
  border-color: var(--ep-orange);
  box-shadow: 8px 8px 0px var(--ep-orange);
}

.card-lime:hover {
  transform: translate(-3px, -3px);
  border-color: var(--ep-lime);
  box-shadow: 8px 8px 0px var(--ep-lime);
}

.card-magenta:hover {
  transform: translate(-3px, -3px);
  border-color: var(--ep-magenta);
  box-shadow: 8px 8px 0px var(--ep-magenta);
}

.card-cobalt:hover {
  transform: translate(-3px, -3px);
  border-color: #9D8CFF;
  box-shadow: 8px 8px 0px #9D8CFF;
}

.svc-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.svc-num-badge {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 900;
  padding: 4px 10px;
  border: 2px solid #000000;
  box-shadow: 2px 2px 0px #000000;
}

.card-orange .svc-num-badge { background: var(--ep-orange); color: #000000; }
.card-lime .svc-num-badge { background: var(--ep-lime); color: #000000; }
.card-magenta .svc-num-badge { background: var(--ep-magenta); color: #000000; }
.card-cobalt .svc-num-badge { background: #9D8CFF; color: #000000; }

.svc-pill {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.card-orange .svc-pill { color: var(--ep-orange); }
.card-lime .svc-pill { color: var(--ep-lime); }
.card-magenta .svc-pill { color: var(--ep-magenta); }
.card-cobalt .svc-pill { color: #9D8CFF; }

.svc-giant-stat {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 12px;
}

.stat-number {
  font-family: var(--font-display);
  font-size: 58px;
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.card-orange .stat-number { color: var(--ep-orange); }
.card-lime .stat-number { color: var(--ep-lime); }
.card-magenta .stat-number { color: var(--ep-magenta); }
.card-cobalt .stat-number { color: #9D8CFF; }

.stat-unit {
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: 0.04em;
}

.svc-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.svc-formula-pill {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 5px 12px;
  border-radius: 4px;
  margin-bottom: 20px;
  width: fit-content;
}

.card-orange .svc-formula-pill {
  color: var(--ep-orange);
  background: rgba(255, 107, 0, 0.08);
  border: 1px solid rgba(255, 107, 0, 0.28);
}

.card-lime .svc-formula-pill {
  color: var(--ep-lime);
  background: rgba(204, 255, 0, 0.08);
  border: 1px solid rgba(204, 255, 0, 0.28);
}

.card-magenta .svc-formula-pill {
  color: var(--ep-magenta);
  background: rgba(249, 0, 255, 0.08);
  border: 1px solid rgba(249, 0, 255, 0.28);
}

.card-cobalt .svc-formula-pill {
  color: #9D8CFF;
  background: rgba(157, 140, 255, 0.08);
  border: 1px solid rgba(157, 140, 255, 0.28);
}

.svc-feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 18px;
  margin-bottom: 24px;
  flex: 1;
}

.svc-feature-list li {
  font-family: var(--font-body);
  font-size: 14.5px;
  font-weight: 600;
  color: var(--text-pure);
  display: flex;
  align-items: center;
  gap: 10px;
}

.card-orange .f-dot { color: var(--ep-orange); font-size: 13px; }
.card-lime .f-dot { color: var(--ep-lime); font-size: 13px; }
.card-magenta .f-dot { color: var(--ep-magenta); font-size: 13px; }
.card-cobalt .f-dot { color: #9D8CFF; font-size: 13px; }

.svc-tags-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
  padding-top: 16px;
}

.v-tag {
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 800;
  background: #0A0A0C;
  padding: 4px 10px;
  border-radius: 3px;
  letter-spacing: 0.05em;
}

.card-orange .v-tag { color: var(--ep-orange); border: 1px solid rgba(255, 107, 0, 0.25); }
.card-lime .v-tag { color: var(--ep-lime); border: 1px solid rgba(204, 255, 0, 0.25); }
.card-magenta .v-tag { color: var(--ep-magenta); border: 1px solid rgba(249, 0, 255, 0.25); }
.card-cobalt .v-tag { color: #9D8CFF; border: 1px solid rgba(157, 140, 255, 0.25); }

/* ==========================================================================
   SCENE 6: ANTI-AGENCY COMPARISON TABLE (High-Impact Electric Lime Soul Touch)
   ========================================================================== */
.section-comparison {
  background: var(--ep-lime);
  color: #000000;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  padding: 100px 24px 110px;
  position: relative;
}

.comp-header-block {
  max-width: 1300px;
  margin-bottom: 44px;
  text-align: left;
}

.comp-main-title {
  color: #000000;
  font-family: var(--font-display);
  font-size: clamp(28px, 4.2vw, 50px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 16px;
}

.comp-title-line {
  color: #000000;
  display: inline-block;
}

.comp-vs-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  color: var(--ep-lime);
  font-family: var(--font-mono);
  font-size: clamp(12px, 1.4vw, 15px);
  font-weight: 900;
  letter-spacing: 0.12em;
  padding: 4px 12px;
  border-radius: 4px;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  line-height: 1;
}

.comp-punch-logo-img {
  height: clamp(49px, 6.6vw, 76px);
  max-width: 330px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-3px);
  filter: none;
}

.comp-desc {
  color: #111111;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 600;
  max-width: 820px;
}

.comparison-table-wrap {
  background: #111114;
  border: 3px solid #000000;
  box-shadow: 8px 8px 0px #000000;
  overflow-x: auto;
}

.comparison-grid {
  min-width: 860px;
  display: flex;
  flex-direction: column;
}

.comp-row {
  display: grid;
  grid-template-columns: 1.1fr 1.3fr 1.3fr 1.4fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 24px;
  align-items: center;
  transition: background 0.15s ease;
}

.comp-row:hover:not(.comp-header) {
  background: rgba(255, 255, 255, 0.03);
}

.comp-row:last-child { border-bottom: none; }

.comp-header {
  background: #000000;
  border-bottom: 2.5px solid #000000;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 18px 24px;
}

.col-brand { color: #A0A0AA; font-size: 13.5px; font-weight: 500; }
.col-inhouse { color: #B4B4BA; font-size: 13.5px; font-weight: 500; }
.col-punch { font-weight: 800; font-size: 14px; color: var(--ep-lime); }

.comp-col.col-metric {
  font-family: var(--font-mono);
  font-size: 12.5px;
  font-weight: 800;
  color: #FFFFFF;
}

/* ==========================================================================
   SCENE 7: PROOF & KIND WORDS
   ========================================================================== */
.proof-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

.proof-card {
  background: var(--bg-surface);
  border: 2px solid #000000;
  box-shadow: 4px 4px 0px #000000;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.2s var(--ease-mechanical);
}

.proof-card:hover {
  border-color: var(--ep-lime);
  box-shadow: 6px 6px 0px var(--ep-magenta);
  transform: translate(-2px, -2px);
}

.proof-stars {
  color: var(--ep-lime);
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 16px;
}

.proof-quote {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-pure);
  margin-bottom: 24px;
  font-weight: 400;
}

.proof-author {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 14px;
}

.author-name {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 2px;
}

.author-role {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-dim);
}

/* ==========================================================================
   SCENE 8: PRICING & SPRINTS
   ========================================================================== */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}

.pricing-card {
  background: var(--bg-surface);
  border: 2px solid #000000;
  box-shadow: 6px 6px 0px #000000;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.2s var(--ease-mechanical);
}

.pricing-card.featured {
  background: var(--bg-card);
  border-color: var(--ep-lime);
  box-shadow: 8px 8px 0px var(--ep-orange);
}

.featured-badge {
  position: absolute;
  top: -14px;
  left: 28px;
  background: var(--ep-orange);
  color: #000000;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  letter-spacing: 0.04em;
  border: 1.5px solid #000000;
  box-shadow: 2px 2px 0px #000000;
}

.plan-tag {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  color: var(--ep-lime);
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 8px;
}

.plan-name {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 14px;
}

.plan-price .currency {
  font-family: var(--font-mono);
  font-size: 24px;
  font-weight: 700;
  color: var(--ep-lime);
}

.plan-price .amount {
  font-family: var(--font-display);
  font-size: 50px;
  font-weight: 900;
  color: #FFFFFF;
}

.plan-price .period {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--text-dim);
  margin-left: 6px;
}

.plan-summary {
  font-size: 14.5px;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 28px;
  min-height: 42px;
}

.plan-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
  flex: 1;
}

.feature-item {
  font-size: 14.5px;
  color: var(--text-pure);
  font-weight: 500;
}

.pricing-header-block {
  max-width: 1000px;
  margin: 0 auto 44px;
  text-align: center;
}

.pricing-main-title {
  color: #FFFFFF;
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: inline-block;
}

.pricing-desc {
  color: var(--text-muted);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  max-width: 680px;
  margin: 0 auto;
}

/* ==========================================================================
   UNIVERSAL DELIVERABLES ARCHITECTURE STRIP (Full Viewport Edge-to-Edge Length)
   ========================================================================== */
.universal-guarantee-strip {
  width: 100%;
  background: var(--bg-surface);
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  padding: 60px 24px 72px;
  position: relative;
}

.universal-guarantee-strip .section-container {
  max-width: 1400px;
  margin: 0 auto;
}

.guarantee-header-block {
  margin-bottom: 32px;
  text-align: left;
}

.guarantee-strip-title {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.guarantee-strip-desc {
  font-family: var(--font-body);
  font-size: 15.5px;
  color: var(--text-muted);
  max-width: 760px;
}

.guarantee-cards-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 32px;
}

.guarantee-card {
  background: var(--bg-card);
  border: 2.5px solid #000000;
  box-shadow: 6px 6px 0px #000000;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.2s var(--ease-mechanical), box-shadow 0.2s ease, border-color 0.2s ease;
}

.guarantee-card:hover {
  transform: translate(-3px, -3px);
  border-color: var(--ep-lime);
  box-shadow: 8px 8px 0px var(--ep-lime);
}

.g-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.g-num {
  font-family: var(--font-mono);
  font-size: 16px;
  font-weight: 900;
  color: var(--ep-lime);
}

.g-pill {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 800;
  color: #000000;
  background: var(--ep-lime);
  padding: 3px 8px;
  border: 1.5px solid #000000;
  box-shadow: 2px 2px 0px #000000;
}

.g-card-icon-wrap {
  width: 32px;
  height: 32px;
  background: #000000;
  border: 2px solid var(--ep-lime);
  box-shadow: 3px 3px 0px #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.g-check-symbol {
  color: var(--ep-lime);
  font-weight: 900;
  font-size: 16px;
}

.g-card-title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.3;
  margin-bottom: 12px;
}

.g-card-body {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
  margin-bottom: 20px;
  flex: 1;
}

.g-card-footer {
  border-top: 1px dashed rgba(255, 255, 255, 0.15);
  padding-top: 12px;
}

.g-meta-tag {
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 700;
  color: var(--text-dim);
  letter-spacing: 0.06em;
}

/* ==========================================================================
   SCENE 9: FREQUENTLY ASKED QUESTIONS (FAQ - Electric Lime Theme with Motion)
   ========================================================================== */
.section-faq {
  padding: 110px 24px 120px;
  background: var(--ep-lime);
  color: #000000;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  position: relative;
  overflow: hidden;
}

.section-faq .section-header-block {
  margin-bottom: 48px;
}

.section-faq .section-main-title {
  color: #000000;
  font-family: var(--font-display);
  font-size: clamp(32px, 4.4vw, 52px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-faq .highlight-lime {
  color: var(--ep-lime);
  background: #000000;
  padding: 2px 14px;
  border: 2.5px solid #000000;
  box-shadow: 4px 4px 0px #000000;
  display: inline-block;
  margin-left: 4px;
}

.section-faq .section-desc {
  color: #000000;
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.6;
  font-weight: 600;
  max-width: 860px;
  opacity: 0.9;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.faq-card {
  background: #111114;
  border: 3px solid #000000;
  box-shadow: 6px 6px 0px #000000;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  transition: transform 0.2s var(--ease-mechanical), box-shadow 0.2s ease, border-color 0.2s ease;
}

.faq-card:hover {
  transform: translate(-3px, -3px);
  border-color: var(--ep-orange);
  box-shadow: 8px 8px 0px #000000;
  background: #18181D;
}

.faq-q-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.faq-q-badge {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 900;
  background: var(--ep-lime);
  color: #000000;
  border: 2px solid #000000;
  box-shadow: 2px 2px 0px #000000;
  padding: 3px 9px;
  border-radius: 3px;
  flex-shrink: 0;
  margin-top: 2px;
}

.faq-question {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.faq-answer {
  border-top: 1px dashed rgba(255, 255, 255, 0.15);
  padding-top: 16px;
  padding-left: 38px;
}

.faq-answer p {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: #B8B8C2;
  margin: 0;
}

/* ==========================================================================
   SCENE 10: FULL-SCALE AGENCY FOOTER (Charcoal CTA Masthead + Electric Lime Directory)
   ========================================================================== */
.site-footer {
  width: 100%;
  background: #09090D;
  border-top: 2px solid #000000;
  display: flex;
  flex-direction: column;
}

.footer-container {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 48px;
}

/* 1. Top High-Impact Growth CTA Masthead (STRICTLY CHARCOAL GREY) */
.footer-cta-masthead {
  padding: 110px 0 80px;
  background: radial-gradient(ellipse at 50% 0%, rgba(204, 255, 0, 0.06) 0%, transparent 65%), #0C0C10;
  border-bottom: 3px solid #000000;
}

.cta-masthead-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cta-kicker-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(204, 255, 0, 0.08);
  border: 1px solid rgba(204, 255, 0, 0.3);
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 24px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--ep-lime);
}

.cta-dot-pulse {
  width: 6px;
  height: 6px;
  background: var(--ep-lime);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--ep-lime);
  animation: recBlink 1.4s infinite;
}

.cta-masthead-title {
  font-family: var(--font-display);
  font-size: clamp(38px, 5.8vw, 72px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.footer-cta-masthead .highlight-lime {
  color: var(--ep-lime);
}

.cta-masthead-desc {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 680px;
  margin-bottom: 38px;
  font-weight: 400;
  text-wrap: balance;
}

.cta-masthead-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 48px;
}

.btn-cta-grand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 44px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 5px 5px 0px #000000;
}

.cta-direct-email {
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 700;
  color: var(--ep-lime);
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.15s ease;
}

.cta-direct-email:hover {
  color: var(--ep-orange);
}

.cta-credibility-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  width: 100%;
  max-width: 900px;
}

.cred-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--text-muted);
}

.cred-icon {
  color: var(--ep-lime);
  font-size: 13px;
}

/* 2. 4-Column Agency Sitemap Directory (STRICTLY ELECTRIC LIME) */
.footer-directory-section {
  padding: 80px 0 60px;
  background: var(--ep-lime);
  color: #000000;
  border-top: 3px solid #000000;
}

.footer-columns-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: 52px;
}

.col-brand-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-brand-logo {
  display: inline-block;
  margin-bottom: 18px;
}

.footer-logo-img {
  height: 44px;
  width: auto;
  display: block;
  object-fit: contain;
}

.footer-brand-desc {
  font-family: var(--font-body);
  font-size: 14.5px;
  line-height: 1.6;
  color: #111111;
  font-weight: 600;
  margin-bottom: 24px;
  max-width: 320px;
}

.footer-partner-badges {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.f-partner-badge {
  display: flex;
  flex-direction: column;
  padding: 6px 12px;
  background: #000000;
  border: 2px solid #000000;
  box-shadow: 2px 2px 0px #000000;
  border-radius: 4px;
}

.f-partner-brand {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  color: var(--ep-lime);
}

.f-partner-type {
  font-family: var(--font-mono);
  font-size: 8.5px;
  font-weight: 700;
  color: #CCCCCC;
}

.footer-col-heading {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-nav-link {
  color: #111111;
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 14.5px;
  font-weight: 700;
  transition: all 0.15s ease;
  display: inline-block;
}

.footer-nav-link:hover {
  color: #000000;
  text-decoration: underline;
  transform: translateX(3px);
}

.footer-contact-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-entry {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.entry-label {
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #222222;
}

.entry-val {
  font-family: var(--font-mono);
  font-size: 13.5px;
  font-weight: 800;
  color: #000000;
  text-decoration: none;
}

.entry-val.text-lime {
  color: var(--ep-lime);
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
  display: block;
}

/* 3. Bottom Legal Strip */
.footer-bottom-bar {
  padding: 24px 0;
  background: #000000;
  border-top: 3px solid #000000;
}

.bottom-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: 11px;
  color: #A0A0AA;
}

.copyright-txt {
  font-weight: 700;
  color: #FFFFFF;
}

.legal-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.legal-link {
  color: #A0A0AA;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.15s ease;
}

.legal-link:hover {
  color: var(--ep-lime);
}

.footer-tagline {
  color: var(--ep-lime);
  font-weight: 800;
}

.legal-sep {
  color: rgba(255, 255, 255, 0.2);
}

.footer-tagline {
  font-weight: 700;
  color: var(--ep-lime);
  letter-spacing: 0.05em;
}

/* ==========================================================================
   BUTTONS (Neo-Brutalist Mechanical System)
   ========================================================================== */
.btn-primary {
  padding: 16px 36px;
  background: var(--ep-orange);
  color: #000000;
  text-decoration: none;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 2px solid #000000;
  box-shadow: var(--shadow-lime);
  transition: all 0.15s var(--ease-mechanical);
  display: inline-block;
}

.btn-primary:hover {
  background: var(--ep-lime);
  box-shadow: 6px 6px 0px var(--ep-magenta);
  transform: translate(-2px, -2px);
}

.btn-primary:active {
  transform: translate(3px, 3px);
  box-shadow: 1px 1px 0px #000000;
}

.btn-secondary {
  padding: 16px 36px;
  background: #181818;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  text-decoration: none;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: var(--shadow-magenta);
  transition: all 0.15s var(--ease-mechanical);
  display: inline-block;
}

.btn-secondary:hover {
  background: var(--ep-magenta);
  color: #000000;
  border-color: #000000;
  box-shadow: 6px 6px 0px var(--ep-lime);
  transform: translate(-2px, -2px);
}

.btn-secondary:active {
  transform: translate(3px, 3px);
  box-shadow: 1px 1px 0px #000000;
}

.btn-large {
  padding: 18px 34px;
  font-size: 13.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

/* ==========================================================================
   WORK GALLERY CTA CARD (work.html)
   ========================================================================== */
.section-contact {
  padding: 80px 24px 100px;
  background: var(--bg-main);
  border-top: 2px solid #000000;
}

.contact-box {
  background: var(--bg-surface);
  border: 3px solid #000000;
  box-shadow: 8px 8px 0px var(--ep-lime);
  padding: 48px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  flex-wrap: wrap;
}

.contact-top {
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0;
}

.contact-desc {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}

.contact-action-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* ==========================================================================
   BOOK GROWTH CALL PAGE (book.html - Spacious 2-Panel Booking Terminal)
   ========================================================================== */
.book-page-layout {
  padding-bottom: 0;
}

.book-terminal-section {
  padding: 60px 24px 96px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 240px);
}

.book-terminal-card {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  background: var(--bg-surface);
  border: 3px solid #000000;
  box-shadow: 10px 10px 0px var(--ep-lime);
  padding: 38px 40px 44px;
  position: relative;
}

/* Terminal Masthead */
.terminal-masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #000000;
  padding-bottom: 20px;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 16px;
}

.terminal-title-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.terminal-dot-pulse {
  width: 11px;
  height: 11px;
  background: var(--ep-lime);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--ep-lime);
  display: inline-block;
}

.terminal-main-title {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.8vw, 28px);
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin: 0;
}

.terminal-status-pill {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  background: var(--ep-orange);
  color: #000000;
  padding: 5px 12px;
  border: 1.5px solid #000000;
  box-shadow: 2px 2px 0px #000000;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* 2-Panel Form Architecture */
.terminal-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}

.form-panel {
  background: var(--bg-card);
  border: 2px solid #000000;
  box-shadow: 4px 4px 0px #000000;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
}

.panel-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1.5px solid #000000;
}

.step-badge {
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 900;
  color: #000000;
  background: var(--ep-lime);
  padding: 3px 8px;
  border: 1px solid #000000;
  box-shadow: 2px 2px 0px #000000;
}

.panel-title {
  font-family: var(--font-display);
  font-size: 15.5px;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.01em;
  margin: 0;
  text-transform: uppercase;
}

.form-fields-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 1;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.field-label {
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: 0.05em;
}

.field-label .req {
  color: var(--ep-lime);
}

.field-input, .field-select {
  width: 100%;
  padding: 12px 15px;
  background: #111114;
  border: 2px solid #000000;
  box-shadow: 3px 3px 0px #000000;
  color: #FFFFFF;
  font-family: var(--font-body);
  font-size: 14px;
  outline: none;
  transition: all 0.15s ease;
}

.field-input:focus, .field-select:focus {
  border-color: var(--ep-lime);
  box-shadow: 4px 4px 0px var(--ep-lime);
}

.field-micro-note {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--text-dim);
  letter-spacing: 0.02em;
  margin-top: -2px;
}

.spend-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.spend-btn {
  padding: 10px 8px;
  background: #111114;
  border: 1.5px solid #000000;
  color: #FFFFFF;
  font-family: var(--font-mono);
  font-size: 11.5px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 2px 2px 0px #000000;
  transition: all 0.15s var(--ease-mechanical);
  text-align: center;
}

.spend-btn:hover {
  background: var(--ep-orange);
  color: #000000;
}

.spend-btn.active {
  background: var(--ep-lime);
  color: #000000;
  border-color: #000000;
  box-shadow: 3px 3px 0px var(--ep-orange);
  transform: translate(-1px, -1px);
}

.slots-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.slot-btn {
  padding: 9px 10px;
  background: #111114;
  border: 1.5px solid #000000;
  color: #FFFFFF;
  font-family: var(--font-mono);
  cursor: pointer;
  box-shadow: 2px 2px 0px #000000;
  transition: all 0.15s var(--ease-mechanical);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.slot-day {
  font-size: 9px;
  font-weight: 800;
  opacity: 0.65;
  letter-spacing: 0.05em;
}

.slot-hour {
  font-size: 11.5px;
  font-weight: 800;
}

.slot-btn:hover {
  background: var(--ep-orange);
  color: #000000;
}

.slot-btn.active {
  background: var(--ep-lime);
  color: #000000;
  border-color: #000000;
  box-shadow: 3px 3px 0px var(--ep-orange);
  transform: translate(-1px, -1px);
}

.slot-btn.active .slot-day {
  color: #000000;
  opacity: 0.9;
}

.btn-submit-grand {
  padding: 16px 20px;
  font-size: 13.5px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  margin-top: 8px;
}

.panel-security-note {
  text-align: center;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--text-dim);
  margin-top: 4px;
}

/* Success Confirmation State */
.terminal-success-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 44px 20px;
  gap: 16px;
}

.success-icon-badge {
  width: 52px;
  height: 52px;
  background: var(--ep-lime);
  color: #000000;
  border: 2.5px solid #000000;
  box-shadow: 4px 4px 0px #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 900;
  border-radius: 4px;
}

.success-title {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 900;
  color: #FFFFFF;
}

.success-msg {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 440px;
}

.success-details-box {
  width: 100%;
  max-width: 480px;
  background: #111114;
  border: 2px solid #000000;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
  font-family: var(--font-mono);
  font-size: 11px;
}

.success-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--text-dim);
}

.success-row strong {
  color: #FFFFFF;
}

.success-actions {
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}

/* Direct Channels Fast-Track Bar */
.direct-channels-bar {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 2px dashed rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.channels-title {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  color: var(--text-dim);
  letter-spacing: 0.05em;
}

.channels-links-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.direct-channel-chip {
  background: #111114;
  border: 1.5px solid #000000;
  box-shadow: 2px 2px 0px #000000;
  padding: 8px 14px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.15s var(--ease-mechanical);
}

.direct-channel-chip:hover {
  background: var(--ep-lime);
  color: #000000;
  border-color: #000000;
  box-shadow: 3px 3px 0px var(--ep-orange);
  transform: translate(-1px, -1px);
}

.channel-icon {
  font-size: 13px;
}

.active-nav-cta {
  background: var(--ep-lime) !important;
  color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 3px 3px 0px var(--ep-orange) !important;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS (Mobile-First Optimization Engine)
   ========================================================================== */

/* Tablet Breakpoint (<= 992px) */
@media (max-width: 992px) {
  .hero-editorial-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-left-editorial {
    align-items: flex-start;
    text-align: left;
    padding-left: 0;
    max-width: 100%;
  }
  .hero-statement-text {
    max-width: 100%;
  }
  .hero-action-row {
    justify-content: flex-start;
  }
  .hero-right-portal {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    height: 480px;
  }
  .hero-creative-schematic {
    transform: scale(0.82);
    transform-origin: center top;
  }
  .diagnostic-gauge-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .gauge-divider {
    display: none;
  }
  .services-visual-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .pricing-cards-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .guarantee-cards-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .terminal-form-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .gallery-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .cta-lime-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .footer-columns-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}

/* Mobile & Phablet Breakpoint (<= 768px) */
@media (max-width: 768px) {
  .top-status-bar,
  .cta-credibility-row {
    display: none !important;
  }

  /* Header & Navigation */
  .site-header {
    padding: 12px 18px;
  }
  .nav-container {
    gap: 12px;
  }
  .brand-logo {
    margin-left: 0;
  }
  .logo-img {
    height: 36px;
  }
  .main-nav {
    display: none !important;
  }
  .mobile-menu-btn {
    display: flex !important;
  }

  /* Hero Section */
  .hero-section {
    padding: 24px 16px 40px;
    min-height: auto;
    width: 100%;
    overflow: hidden;
  }
  .hero-container {
    padding: 0;
    gap: 24px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .hero-editorial-layout {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 24px !important;
  }
  .hero-left-editorial {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }
  .hero-monolith-title {
    font-size: clamp(28px, 8vw, 38px) !important;
    line-height: 1.05 !important;
    margin: 0 auto 16px !important;
    text-align: center !important;
    width: 100% !important;
  }
  .title-line {
    white-space: normal !important;
    word-break: break-word !important;
    display: block !important;
  }
  .hero-statement-text {
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin: 0 auto 20px !important;
    text-align: center !important;
    max-width: 100% !important;
  }
  .hero-action-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 10px !important;
    margin: 0 auto 16px !important;
    box-sizing: border-box !important;
  }
  .btn-hero, .audit-booking-btn {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 15px 16px !important;
    font-size: 13px !important;
    box-sizing: border-box !important;
  }
  .hero-partner-lockup {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 8px 12px !important;
    gap: 14px !important;
    margin: 0 auto !important;
  }
  .partner-sub {
    font-size: 8.5px;
  }

  /* Layered Tri-Card Agency Showcase (Center iPhone + Peeking Side Creatives) */
  .schematic-vector-canvas,
  .schematic-grid-bg,
  .card-studio-right,
  .platform-token {
    display: none !important;
  }
  .hero-right-portal {
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 16px 0 10px !important;
    margin: 0 auto !important;
  }
  .hero-creative-schematic {
    position: relative !important;
    width: 320px !important;
    max-width: 95vw !important;
    height: 520px !important;
    transform: none !important;
    margin: 0 auto !important;
    display: block !important;
    overflow: visible !important;
  }
  .schematic-masterphone {
    position: absolute !important;
    left: 50% !important;
    top: 10px !important;
    transform: translateX(-50%) !important;
    width: 245px !important;
    height: 495px !important;
    max-width: 85vw !important;
    z-index: 10 !important;
    border-radius: 38px !important;
    border: 3px solid #FFFFFF !important;
    box-shadow: 8px 8px 0px #000000, 0 25px 75px rgba(0, 0, 0, 0.95) !important;
  }
  .card-hook-left {
    display: block !important;
    position: absolute !important;
    left: -6px !important;
    top: 65px !important;
    width: 135px !important;
    height: 235px !important;
    transform: rotate(-8deg) !important;
    z-index: 4 !important;
    opacity: 0.9 !important;
    border: 2px solid #000000 !important;
    border-radius: 16px !important;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.8) !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }
  .card-unboxing-right {
    display: block !important;
    position: absolute !important;
    right: -6px !important;
    top: 130px !important;
    width: 135px !important;
    height: 235px !important;
    transform: rotate(8deg) !important;
    z-index: 4 !important;
    opacity: 0.9 !important;
    border: 2px solid #000000 !important;
    border-radius: 16px !important;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.8) !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }
  .card-hook-left .schematic-pill,
  .card-unboxing-right .schematic-pill {
    padding: 3px 8px !important;
    font-size: 8.5px !important;
    top: 8px !important;
    left: 8px !important;
    right: auto !important;
  }
  .card-hook-left .card-caption-overlay,
  .card-unboxing-right .card-caption-overlay {
    padding: 6px 8px !important;
  }
  .card-hook-left .cap-tag,
  .card-unboxing-right .cap-tag {
    font-size: 7.5px !important;
  }

  /* Diagnostic Gauge Strip (Pruned on Mobile for Ultra-Clean Mockup Focus) */
  .diagnostic-gauge-strip {
    display: none !important;
  }

  /* Carousel Section (Guaranteed Mobile Continuous Scroll) */
  .section-infinite-reel {
    padding: 50px 0 60px;
  }
  .reel-section-header {
    margin-bottom: 24px;
    padding: 0 16px;
  }
  .reel-header-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .btn-gallery-link {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .infinite-reel-stream-wrap {
    overflow-x: hidden;
    width: 100%;
    display: flex;
    -webkit-overflow-scrolling: touch;
  }
  .infinite-reel-track {
    display: inline-flex !important;
    gap: 16px !important;
    -webkit-animation: reelStreamScroll 28s linear infinite !important;
    animation: reelStreamScroll 28s linear infinite !important;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  .stream-card {
    width: 220px;
  }

  /* Brand Marquee */
  .section-brand-marquee {
    padding: 24px 0;
    gap: 16px;
  }
  .brand-track-inner {
    gap: 40px;
  }
  .brand-txt {
    font-size: 18px;
  }

  /* Comparison Section */
  .section-comparison {
    padding: 60px 16px 70px;
  }
  .comp-header-block {
    margin-bottom: 28px;
  }
  .comp-main-title {
    font-size: clamp(22px, 6.5vw, 32px);
    gap: 8px 10px;
  }
  .comp-punch-logo-img {
    height: clamp(34px, 8.8vw, 48px);
    max-width: 230px;
    transform: translateY(-2px);
  }
  .comp-desc {
    font-size: 14.5px;
    line-height: 1.5;
  }

  /* Pricing Section */
  .section-pricing {
    padding: 60px 16px 70px;
  }
  .pricing-card {
    padding: 28px 20px;
  }
  .pricing-val-large {
    font-size: 40px;
  }

  /* Universal Guarantee Strip */
  .universal-guarantee-strip {
    padding: 36px 16px 44px;
  }
  .guarantee-card {
    padding: 24px 20px;
  }

  /* FAQ Section */
  .section-faq {
    padding: 60px 16px 70px;
  }
  .faq-card {
    padding: 22px 18px;
  }

  /* Work Gallery Page */
  .gallery-grid-section {
    padding: 28px 16px 48px;
  }
  .gallery-top-bar-sleek {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 28px;
  }
  .gallery-title-minimal {
    font-size: 26px;
  }
  .gallery-cards-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer-cta-masthead-lime {
    padding: 48px 18px 56px;
  }
  .cta-lime-title {
    font-size: clamp(24px, 7vw, 34px);
    line-height: 1.1;
  }
  .cta-lime-desc {
    font-size: 14.5px;
  }
  .cta-lime-actions {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
  .btn-dark-grand, .btn-orange-grand {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 15px 20px;
  }

  /* Booking Page */
  .book-hero-section {
    padding: 30px 14px 50px;
  }
  .book-terminal-card {
    padding: 22px 16px;
    box-shadow: 6px 6px 0px var(--ep-lime);
  }
  .terminal-masthead {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 22px;
  }
  .terminal-main-title {
    font-size: 20px;
  }
  .form-panel {
    padding: 20px 16px;
  }
  .spend-grid {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .direct-channels-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .channels-links-row {
    width: 100%;
    flex-direction: column;
    gap: 8px;
  }
  .direct-channel-chip {
    width: 100%;
    justify-content: center;
  }

  /* Legal Pages & 404 */
  .legal-doc-section, .error-section {
    padding: 30px 14px 50px;
  }
  .legal-card-terminal, .error-card-terminal {
    padding: 24px 16px;
    box-shadow: 6px 6px 0px var(--ep-lime);
  }
  .legal-main-title {
    font-size: 22px;
  }
  .error-code-huge {
    font-size: 68px;
  }

  /* Apple-Style Mobile Collapsible Accordion Footer */
  .footer-directory-section {
    padding: 36px 16px 28px !important;
  }
  .footer-columns-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 100% !important;
  }
  .col-brand-info {
    align-items: flex-start !important;
    width: 100% !important;
    padding-bottom: 8px !important;
  }
  .footer-brand-desc {
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin-bottom: 14px !important;
    max-width: 100% !important;
  }
  .footer-partner-badges {
    margin-bottom: 8px !important;
  }
  
  /* Collapsible Accordion Rows */
  .footer-accordion {
    width: 100% !important;
    border-top: 1.5px solid rgba(0, 0, 0, 0.2) !important;
    padding-top: 10px !important;
  }
  summary.footer-col-heading {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    cursor: pointer !important;
    margin-bottom: 8px !important;
    padding: 6px 0 !important;
    font-size: 12.5px !important;
    letter-spacing: 0.08em !important;
    user-select: none !important;
    -webkit-tap-highlight-color: transparent !important;
  }
  summary::-webkit-details-marker {
    display: none !important;
  }
  summary {
    list-style: none !important;
  }
  .accordion-toggle-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: var(--font-mono) !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    color: #000000 !important;
    width: 24px !important;
    height: 24px !important;
    background: rgba(0, 0, 0, 0.08) !important;
    border-radius: 50% !important;
  }
  details.footer-accordion[open] .accordion-toggle-icon::before {
    content: "−" !important;
  }
  details.footer-accordion:not([open]) .accordion-toggle-icon::before {
    content: "+" !important;
  }
  .footer-nav-list {
    padding: 4px 0 14px !important;
    gap: 10px !important;
  }
  .footer-nav-link {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #111111 !important;
  }
  .footer-contact-block {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    padding: 4px 0 14px !important;
  }
  .contact-entry {
    background: #000000 !important;
    border: 2px solid #000000 !important;
    padding: 12px 14px !important;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.25) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
  }
  .contact-entry .entry-label {
    font-size: 9px !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    color: var(--ep-lime) !important;
  }
  .contact-entry .entry-val {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    word-break: break-all !important;
  }
  .contact-entry .entry-val.text-lime {
    color: var(--ep-lime) !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
  }
  .footer-bottom-bar {
    padding: 18px 16px !important;
  }
  .bottom-bar-inner {
    flex-direction: column !important;
    text-align: center !important;
    gap: 10px !important;
  }
  .copyright-txt, .legal-links, .footer-tagline {
    font-size: 10.5px !important;
  }
}

/* Small Phones Breakpoint (<= 480px) */
@media (max-width: 480px) {
  .hero-right-portal {
    height: auto !important;
    padding: 12px 0 10px !important;
  }
  .hero-creative-schematic {
    width: 290px !important;
    max-width: 95vw !important;
    height: 480px !important;
    transform: none !important;
  }
  .schematic-masterphone {
    width: 225px !important;
    height: 455px !important;
    border-radius: 34px !important;
  }
  .card-hook-left {
    left: -4px !important;
    top: 55px !important;
    width: 120px !important;
    height: 210px !important;
  }
  .card-unboxing-right {
    right: -4px !important;
    top: 110px !important;
    width: 120px !important;
    height: 210px !important;
  }
  .btn-primary, .btn-secondary, .btn-hero, .audit-booking-btn, .btn-dark-grand, .btn-orange-grand {
    min-height: 48px;
  }
}

/* ==========================================================================
   ELECTRIC LIME WATERFALL WIPE TRANSITION
   ========================================================================== */
/* Skip intro when returning */
.skip-intro #intro-curtain {
  display: none !important;
}

.lime-transition-wipe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  z-index: 99999999;
  pointer-events: none;
  overflow: hidden;
  transform: translate3d(0, -100%, 0);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.lime-wipe-slab {
  width: 100%;
  height: 100%;
  background: var(--ep-lime);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 6px solid #000000;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.9);
}

.lime-wipe-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  transform: scale(0.96);
  opacity: 0.8;
  transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.22s ease;
}

.lime-transition-wipe.wipe-active .lime-wipe-content {
  transform: scale(1);
  opacity: 1;
}

.lime-wipe-logo-img {
  width: clamp(220px, 30vw, 380px);
  height: auto;
  object-fit: contain;
  display: block;
}

.lime-wipe-tag {
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #000000;
  text-transform: uppercase;
}

/* ==========================================================================
   BACKGROUND KINETIC MOTION LAYER (Zero Distraction Stacking)
   ========================================================================== */
.bg-motion-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.hero-section,
.section-streams,
.section-diagnostic,
.section-system,
.section-services,
.section-comparison,
.section-pricing,
.section-faq,
.footer-cta-masthead,
.footer-directory-section {
  position: relative;
  overflow: hidden;
}

.hero-container,
.streams-container,
.diagnostic-container,
.services-container,
.comparison-container,
.pricing-container,
.faq-container,
.cta-masthead-inner,
.footer-container {
  position: relative;
  z-index: 2;
}

/* ==========================================================================
   PERFORMANCE & RENDERING OPTIMIZATIONS
   ========================================================================== */
.section-brand-marquee,
.section-system,
.section-comparison,
.section-pricing,
.section-faq,
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: 0 650px;
}

img, video {
  max-width: 100%;
  height: auto;
}

/* Reduced Motion Override */
@media (prefers-reduced-motion: reduce) {
  .bg-motion-canvas { display: none !important; }
  .lime-transition-wipe { display: none !important; }
  .intro-curtain {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: #000000;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition: transform 1.05s cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: transform;
  touch-action: none !important;
  overscroll-behavior: none !important;
  user-select: none;
  -webkit-user-select: none;
}

.intro-curtain.animating {
  will-change: transform;
}

.intro-curtain.revealed {
  transform: translate3d(0, -100%, 0) !important;
  pointer-events: none !important;
}
  .video-progress-bar.running { animation: none; transform: scaleX(1); }
  .marquee-inner { animation: none; }
  .hud-center-eq .eq-bar { animation: none; height: 60%; }
}

/* ==========================================================================
   LEGAL & 404 PAGES (privacy.html, terms.html, 404.html)
   ========================================================================== */
.legal-page-layout, .error-page-layout {
  padding-bottom: 0;
}

.legal-doc-section, .error-section {
  padding: 60px 24px 96px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 240px);
}

.legal-card-terminal, .error-card-terminal {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background: var(--bg-surface);
  border: 3px solid #000000;
  box-shadow: 10px 10px 0px var(--ep-lime);
  padding: 40px 44px;
  position: relative;
}

.legal-content-body {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 24px;
}

.legal-section-block {
  background: var(--bg-card);
  border: 2px solid #000000;
  box-shadow: 4px 4px 0px #000000;
  padding: 24px 28px;
}

.legal-heading {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 900;
  color: var(--ep-lime);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.legal-section-block p {
  font-family: var(--font-body);
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--text-muted);
}

.legal-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.legal-list li {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
  padding-left: 20px;
  position: relative;
}

.legal-list li::before {
  content: "⚡";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 11px;
}

.legal-footer-nav {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  border-top: 2px solid #000000;
  padding-top: 24px;
}

/* 404 Error Card */
.error-card-terminal {
  max-width: 680px;
  text-align: center;
  padding: 56px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.error-badge-strip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.error-code-badge {
  background: var(--ep-orange);
  color: #000000;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 900;
  padding: 4px 10px;
  border: 1.5px solid #000000;
  box-shadow: 2px 2px 0px #000000;
}

.error-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  color: var(--text-dim);
}

.error-headline {
  font-family: var(--font-display);
  font-size: clamp(24px, 3.5vw, 36px);
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}

.error-subtext {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 480px;
  margin-bottom: 32px;
}

.error-actions-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* ==========================================================================
   WORK GALLERY ELECTRIC LIME FOOTER MASTHEAD (.footer-cta-masthead-lime)
   ========================================================================== */
.footer-cta-masthead-lime {
  width: 100%;
  background: var(--ep-lime);
  border-top: 3px solid #000000;
  border-bottom: none;
  padding: 88px 36px 96px;
  position: relative;
  margin-bottom: 0;
  margin-top: 30px;
}

.cta-lime-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}

.cta-lime-content {
  flex: 1;
  min-width: 320px;
  max-width: 700px;
}

.cta-kicker-pill-dark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #000000;
  color: var(--ep-lime);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  padding: 5px 12px;
  border: 1.5px solid #000000;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 18px;
}

.cta-dot-pulse-lime {
  width: 8px;
  height: 8px;
  background: var(--ep-lime);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--ep-lime);
}

.cta-lime-title {
  color: #000000;
  font-family: var(--font-display);
  font-size: clamp(30px, 4.2vw, 52px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.cta-lime-desc {
  color: #111111;
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.6;
  font-weight: 600;
  max-width: 620px;
}

.cta-lime-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-dark-grand {
  background: #000000;
  color: var(--ep-lime);
  border: 2px solid #000000;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.3);
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 900;
  padding: 16px 26px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.15s var(--ease-mechanical);
}

.btn-dark-grand:hover {
  background: #FFFFFF;
  color: #000000;
  box-shadow: 6px 6px 0px #000000;
  transform: translate(-2px, -2px);
}

.btn-orange-grand {
  background: var(--ep-orange);
  color: #000000;
  border: 2px solid #000000;
  box-shadow: 4px 4px 0px #000000;
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 900;
  padding: 16px 26px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.15s var(--ease-mechanical);
}

.btn-orange-grand:hover {
  background: #000000;
  color: #FFFFFF;
  box-shadow: 6px 6px 0px #000000;
  transform: translate(-2px, -2px);
}

@media (max-width: 992px) {
  .cta-lime-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .footer-cta-masthead-lime {
    padding: 60px 20px 68px;
  }
}



/* ==========================================================================
   SCENE 11: BLOG DIRECTORY & ARTICLE READER (NEO-BRUTALIST STANDARD)
   ========================================================================== */
.blog-directory-section {
  padding: 80px 24px 100px;
  max-width: 1300px;
  margin: 0 auto;
}

.blog-hero-block {
  margin-bottom: 56px;
  text-align: left;
}

.blog-main-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-top: 14px;
  margin-bottom: 16px;
  line-height: 1.1;
}

.blog-desc {
  font-family: var(--font-body);
  font-size: 17px;
  color: var(--text-muted);
  max-width: 720px;
  line-height: 1.6;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 32px;
}

.blog-card {
  background: var(--bg-card);
  border: 2.5px solid #000000;
  box-shadow: 6px 6px 0px #000000;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s var(--ease-mechanical), box-shadow 0.2s ease, border-color 0.2s ease;
  overflow: hidden;
  position: relative;
}

.blog-card:hover {
  transform: translate(-3px, -3px);
  border-color: var(--ep-lime);
  box-shadow: 8px 8px 0px var(--ep-lime);
}

.blog-thumb {
  height: 200px;
  background: linear-gradient(135deg, #1A1A1E 0%, #111114 100%);
  border-bottom: 2.5px solid #000000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow: hidden;
}

.blog-thumb-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(204, 255, 0, 0.15) 1.5px, transparent 1.5px);
  background-size: 16px 16px;
  opacity: 0.7;
}

.blog-thumb-icon {
  font-size: 48px;
  position: relative;
  z-index: 2;
  filter: drop-shadow(2px 2px 0px #000000);
}

.blog-category-pill {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--ep-lime);
  color: #000000;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border: 1.5px solid #000000;
  box-shadow: 2px 2px 0px #000000;
  z-index: 3;
}

.blog-read-pill {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #000000;
  color: #FFFFFF;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 3;
}

.blog-card-body {
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card-title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  color: #FFFFFF;
  margin-bottom: 12px;
  transition: color 0.2s ease;
}

.blog-card:hover .blog-card-title {
  color: var(--ep-lime);
}

.blog-card-summary {
  font-family: var(--font-body);
  font-size: 14.5px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 24px;
  flex: 1;
}

.blog-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1.5px solid rgba(255, 255, 255, 0.08);
  padding-top: 14px;
}

.blog-card-cta {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: var(--ep-lime);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ==========================================================================
   ARTICLE READER LAYOUT
   ========================================================================== */
.article-reader-section {
  padding: 60px 24px 100px;
  max-width: 900px;
  margin: 0 auto;
}

.article-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--text-dim);
  margin-bottom: 24px;
}

.article-breadcrumb a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.15s ease;
}

.article-breadcrumb a:hover {
  color: var(--ep-lime);
}

.article-header {
  border-bottom: 2px solid #000000;
  padding-bottom: 32px;
  margin-bottom: 40px;
}

.article-meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.article-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 4.2vw, 46px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.article-author-card {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.author-avatar-chip {
  width: 36px;
  height: 36px;
  background: var(--ep-lime);
  color: #000000;
  border-radius: 50%;
  border: 1.5px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-family: var(--font-mono);
  font-size: 14px;
}

.author-details {
  display: flex;
  flex-direction: column;
}

.author-name-text {
  font-family: var(--font-mono);
  font-size: 12.5px;
  font-weight: 800;
  color: #FFFFFF;
}

.author-role-text {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-dim);
}

.article-body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.75;
  color: #E2E2E8;
}

.article-body p {
  margin-bottom: 24px;
}

.article-body strong {
  color: #FFFFFF;
  font-weight: 700;
}

.article-body h2 {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 48px 0 20px;
  padding-bottom: 10px;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.1);
}

.article-body h3 {
  font-family: var(--font-display);
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 800;
  color: var(--ep-lime);
  letter-spacing: -0.015em;
  margin: 36px 0 16px;
}

.article-body h4 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  color: #FFFFFF;
  margin: 24px 0 12px;
}

.article-body ul, .article-body ol {
  margin: 0 0 28px 24px;
}

.article-body li {
  margin-bottom: 10px;
  line-height: 1.65;
}

.article-body blockquote {
  background: var(--bg-surface);
  border-left: 4px solid var(--ep-lime);
  border-top: 1.5px solid #000000;
  border-right: 1.5px solid #000000;
  border-bottom: 1.5px solid #000000;
  box-shadow: 4px 4px 0px #000000;
  padding: 20px 24px;
  margin: 32px 0;
  font-style: italic;
  color: #FFFFFF;
}

.article-table-container {
  overflow-x: auto;
  margin: 32px 0 40px;
  border: 2px solid #000000;
  box-shadow: 6px 6px 0px #000000;
  background: #111114;
}

.article-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  font-family: var(--font-body);
  font-size: 14.5px;
}

.article-table th {
  background: #000000;
  color: var(--ep-lime);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 18px;
  text-align: left;
  border-bottom: 2px solid #000000;
}

.article-table td {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #E2E2E8;
}

.article-table tr:hover {
  background: rgba(255, 255, 255, 0.03);
}

.article-code-block {
  background: #0A0A0C;
  border: 2px solid #000000;
  box-shadow: 4px 4px 0px #000000;
  padding: 18px 20px;
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--ep-lime);
  overflow-x: auto;
  margin: 28px 0;
  line-height: 1.6;
}

.article-cta-box {
  background: var(--bg-surface);
  border: 3px solid var(--ep-lime);
  box-shadow: 8px 8px 0px var(--ep-orange);
  padding: 36px 32px;
  margin: 48px 0 32px;
  position: relative;
}

.article-cta-box .cta-pill {
  display: inline-block;
  background: var(--ep-lime);
  color: #000000;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 4px 12px;
  border: 1.5px solid #000000;
  box-shadow: 2px 2px 0px #000000;
  margin-bottom: 16px;
}

.article-cta-box h3 {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 900;
  color: #FFFFFF;
  margin: 0 0 12px;
}

.article-cta-box p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.article-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 768px) {
  .blog-directory-section, .article-reader-section {
    padding: 40px 16px 60px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .article-cta-box {
    padding: 24px 18px;
  }
}


/* ==========================================================================
   GLOBAL BUTTON TYPOGRAPHY UPGRADE (BOLD DISPLAY STANDARD)
   ========================================================================== */
button, .btn-primary, .btn-secondary, .nav-cta-btn, .btn-hero, 
.audit-booking-btn, .btn-dark-grand, .btn-orange-grand, .btn-large, 
.drawer-cta-btn, .claim-sprint-btn, .gallery-filter-btn {
  font-family: var(--font-display) !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}
