/* ==========================================================================
   Printways.co.uk — Designing Services
   Core Design System & Stylesheet
   ========================================================================== */

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

:root {
  /* Brand Palette (matching Printways brand & logo) */
  --brand-navy-950: #06101e;
  --brand-navy-900: #0a192f;
  --brand-navy-850: #0e223f;
  --brand-navy-800: #132e54;
  --brand-navy-700: #1b3d6f;
  --brand-navy-600: #255294;
  
  --brand-yellow: #ffa800;
  --brand-yellow-hover: #ffbe3b;
  --brand-yellow-light: rgba(255, 168, 0, 0.12);
  --brand-yellow-glow: rgba(255, 168, 0, 0.25);
  
  --text-white: #ffffff;
  --text-light: #f1f5f9;
  --text-muted: #94a3b8;
  --text-dim: #64748b;
  --text-dark: #0f172a;
  
  --surface-white: #ffffff;
  --surface-light: #f8fafc;
  --surface-card: #ffffff;
  --surface-card-dark: rgba(14, 34, 63, 0.85);
  --surface-card-hover: rgba(27, 61, 111, 0.45);
  
  --border-dark: rgba(255, 255, 255, 0.1);
  --border-dark-hover: rgba(255, 168, 0, 0.4);
  --border-light: #e2e8f0;
  
  /* Typography */
  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  
  /* Layout */
  --container-max: 1240px;
  --container-wide: 1400px;
  --header-height: 80px;
  --site-header-height: 170px;
  
  /* Shadows */
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 6px 20px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.14);
  --shadow-xl: 0 20px 48px rgba(0, 0, 0, 0.22);
  --shadow-glow: 0 0 35px rgba(255, 168, 0, 0.25);
  
  /* Radii */
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --radius-full: 9999px;
  
  /* Transitions */
  --transition-fast: 0.2s cubic-bezier(0.2, 0.6, 0.2, 1);
  --transition-normal: 0.35s cubic-bezier(0.2, 0.6, 0.2, 1);
  --transition-smooth: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Scoped Reset to protect Site Header and Footer */
body {
  background-color: #082B59 !important;
}

.design-services-page {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text-light);
  background-color: var(--brand-navy-950);
  overflow-x: clip;
}

.design-services-page *, 
.design-services-page *::before, 
.design-services-page *::after,
.modal-overlay *,
.modal-overlay *::before,
.modal-overlay *::after {
  box-sizing: border-box;
}

.design-services-page img, 
.design-services-page svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.design-services-page a {
  text-decoration: none;
  transition: color var(--transition-fast);
}

.design-services-page button {
  font-family: inherit;
  cursor: pointer;
}

.design-services-page ul, 
.design-services-page ol {
  list-style: none;
}

/* Typography Utilities */
.design-services-page h1,
.design-services-page h2,
.design-services-page h3,
.design-services-page h4,
.design-services-page h5,
.design-services-page h6,
main .design-services-page h1,
main .design-services-page h2,
main .design-services-page h3,
main .design-services-page h4,
main .design-services-page h5,
main .design-services-page h6,
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--text-white) !important;
}

h1 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 800;
  line-height: 1.08;
}

.design-services-page h2,
main .design-services-page h2,
main .design-services-page h2:not([class]),
.design-services-page .section-header h2,
.design-services-page .cta-box h2,
.section-header h2,
.cta-box h2,
h2 {
  font-size: clamp(2rem, 3.8vw, 3rem) !important;
  font-weight: 750 !important;
  line-height: 1.15 !important;
  color: #ffffff !important;
}

h3 {
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 700;
}

h4 {
  font-size: 1.15rem;
  font-weight: 650;
}

p {
  color: var(--text-muted);
}

p.lead {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.6;
  color: #cbd5e1;
}

.text-gradient-yellow {
  background: linear-gradient(135deg, #ffffff 0%, #fff0cc 45%, var(--brand-yellow) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-yellow {
  color: var(--brand-yellow);
}

/* Eyebrows / Badges */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-yellow);
  background: var(--brand-yellow-light);
  border: 1px solid rgba(255, 168, 0, 0.25);
  border-radius: var(--radius-full);
  margin-bottom: 1.25rem;
}

.eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--brand-yellow);
  box-shadow: 0 0 8px var(--brand-yellow);
}

/* Layout Containers */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container-wide {
  width: 100%;
  max-width: var(--container-wide);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section-spacing {
  padding-top: clamp(4.5rem, 9vw, 8rem);
  padding-bottom: clamp(4.5rem, 9vw, 8rem);
  position: relative;
  scroll-margin-top: 175px;
}

@media (max-width: 767px) {
  .section-spacing {
    scroll-margin-top: 135px;
  }
}

@media (max-width: 639px) {
  .section-spacing {
    scroll-margin-top: 115px;
  }
}

.design-subnav-bar {
  background: rgba(8, 27, 54, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.28);
}

.hero-quick-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.quick-jump-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9999px;
  text-decoration: none;
  transition: all var(--transition-fast);
}

.quick-jump-chip:hover {
  background: rgba(255, 168, 0, 0.15);
  border-color: rgba(255, 168, 0, 0.4);
  color: #ffa800;
  transform: translateY(-1px);
}

.section-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto clamp(2.5rem, 5vw, 4.5rem);
}

.section-header.text-left {
  text-align: left;
  margin-left: 0;
}

.section-header h2 {
  margin-bottom: 1rem;
}

/* Dot Pattern & Subtle Grids */
.bg-dots-pattern {
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
}

.bg-radial-glow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 600px;
  background: radial-gradient(ellipse at 50% 30%, rgba(37, 82, 148, 0.22) 0%, rgba(6, 16, 30, 0) 70%);
  pointer-events: none;
  z-index: 0;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  font-family: var(--font-heading);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  border-radius: var(--radius-full);
  transition: all var(--transition-normal);
  text-align: center;
  white-space: nowrap;
  position: relative;
}

.btn-primary {
  background-color: var(--brand-yellow);
  color: var(--brand-navy-950);
  box-shadow: 0 4px 18px rgba(255, 168, 0, 0.35);
}

.btn-primary:hover {
  background-color: var(--brand-yellow-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 168, 0, 0.45);
}

.btn-secondary {
  background-color: rgba(255, 255, 255, 0.06);
  color: var(--text-white);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
}

.btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--text-white);
  transform: translateY(-2px);
}

.btn-outline-yellow {
  background: transparent;
  color: var(--brand-yellow);
  border: 1px solid var(--brand-yellow);
}

.btn-outline-yellow:hover {
  background: var(--brand-yellow);
  color: var(--brand-navy-950);
}

.btn-sm {
  padding: 9px 18px;
  font-size: 0.88rem;
}

.btn-lg {
  padding: 16px 36px;
  font-size: 1.05rem;
}

.btn svg {
  transition: transform var(--transition-fast);
}

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

/* ==========================================================================
   1. Header & Navigation
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-height);
  z-index: 100;
  display: flex;
  align-items: center;
  transition: all var(--transition-normal);
  background: rgba(6, 16, 30, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header.scrolled {
  background: rgba(6, 16, 30, 0.92);
  height: 70px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo img {
  height: 38px;
  width: auto;
  object-fit: contain;
}

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

.nav-link {
  font-size: 0.92rem;
  font-weight: 600;
  color: #cbd5e1;
  position: relative;
  padding: 6px 0;
}

.nav-link:hover, .nav-link.active {
  color: var(--text-white);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--brand-yellow);
  transition: width var(--transition-fast);
}

.nav-link:hover::after, .nav-link.active::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-muted);
}

.nav-phone:hover {
  color: var(--brand-yellow);
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-dark);
}

.mobile-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--text-white);
  transition: all var(--transition-fast);
}

/* ==========================================================================
   2. Hero Section
   ========================================================================== */
.hero-section {
  position: relative;
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
  padding-bottom: clamp(3.5rem, 6vw, 5.5rem);
  background: radial-gradient(ellipse at 80% 20%, rgba(27, 61, 111, 0.35) 0%, transparent 60%),
              radial-gradient(ellipse at 20% 70%, rgba(11, 30, 54, 0.6) 0%, transparent 65%),
              var(--brand-navy-950);
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 650px;
}

.hero-content h1 {
  margin-bottom: 1.4rem;
}

.hero-content .lead {
  margin-bottom: 2.2rem;
  max-width: 580px;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.hero-trust-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.trust-item svg {
  color: var(--brand-yellow);
}

/* Hero Visual Composition */
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-card-composition {
  position: relative;
  width: 100%;
  max-width: 480px;
  height: 480px;
  perspective: 1000px;
}

.mockup-main {
  position: absolute;
  top: 10%;
  left: 8%;
  width: 84%;
  height: 80%;
  background: linear-gradient(145deg, #0e223f 0%, #081527 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow-xl), 0 0 50px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: rotate(-2deg);
  transition: transform var(--transition-normal);
}

.mockup-main:hover {
  transform: rotate(0deg) scale(1.02);
}

.mockup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 12px;
}

.mockup-dots {
  display: flex;
  gap: 6px;
}

.mockup-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.mockup-dots span:nth-child(1) { background: #ef4444; }
.mockup-dots span:nth-child(2) { background: #f59e0b; }
.mockup-dots span:nth-child(3) { background: #10b981; }

.mockup-tag {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--brand-yellow);
  text-transform: uppercase;
}

.mockup-art-preview {
  flex: 1;
  margin: 14px 0;
  background: radial-gradient(circle at center, rgba(37, 82, 148, 0.3) 0%, rgba(6, 16, 30, 0.8) 100%);
  border-radius: var(--radius-md);
  border: 1px dashed rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.mockup-art-preview::before {
  content: '300 DPI • CMYK • VECTOR BLEED 3MM';
  position: absolute;
  top: 8px;
  left: 10px;
  font-size: 0.65rem;
  font-family: monospace;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.05em;
}

.mockup-print-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  background: var(--brand-yellow-light);
  color: var(--brand-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.mockup-art-preview h4 {
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.mockup-art-preview p {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.mockup-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  font-size: 0.75rem;
  color: var(--text-muted);
}

.status-indicator {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #10b981;
  font-weight: 600;
}

.status-indicator::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 8px #10b981;
}

/* Floating Badges */
.floating-chip {
  position: absolute;
  background: rgba(10, 25, 47, 0.95);
  border: 1px solid rgba(255, 168, 0, 0.35);
  backdrop-filter: blur(12px);
  padding: 10px 16px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: var(--shadow-lg), 0 0 20px rgba(0, 0, 0, 0.4);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-white);
  z-index: 2;
}

.floating-chip svg {
  color: var(--brand-yellow);
}

.chip-1 {
  top: 4%;
  right: 2%;
  animation: floatSlow 4s ease-in-out infinite alternate;
}

.chip-2 {
  bottom: 8%;
  left: -4%;
  animation: floatSlow 5s ease-in-out infinite alternate-reverse;
}

.chip-3 {
  bottom: 2%;
  right: 10%;
  animation: floatSlow 4.5s ease-in-out infinite alternate;
}

@keyframes floatSlow {
  0% { transform: translateY(0px) rotate(0deg); }
  100% { transform: translateY(-10px) rotate(1deg); }
}

/* ==========================================================================
   3. Quick Value Strip
   ========================================================================== */
.value-strip {
  background: var(--brand-navy-900);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2.2rem 0;
  position: relative;
  z-index: 10;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.value-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.5rem;
}

.value-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  background: rgba(255, 168, 0, 0.1);
  border: 1px solid rgba(255, 168, 0, 0.2);
  color: var(--brand-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
}

.value-text h3 {
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
  color: var(--text-white);
}

.value-text p {
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--text-muted);
}

/* ==========================================================================
   4. Design Services Section
   ========================================================================== */
.services-section {
  background: var(--brand-navy-950);
}

.studio-overview-banner {
  background: linear-gradient(135deg, rgba(14, 34, 63, 0.75) 0%, rgba(10, 25, 47, 0.95) 100%);
  border: 1px solid rgba(255, 168, 0, 0.3);
  border-left: 4px solid var(--brand-yellow);
  border-radius: var(--radius-lg);
  padding: 1.6rem 2.2rem;
  margin: 0 auto 3rem auto;
  max-width: 980px;
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
}

.studio-overview-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand-yellow);
  margin-bottom: 0.65rem;
}

.studio-overview-badge svg {
  color: var(--brand-yellow);
}

.studio-overview-banner p {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #cbd5e1;
  margin: 0;
}

.studio-overview-banner strong {
  color: #ffffff;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.service-card {
  background: var(--brand-navy-900);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: all var(--transition-normal);
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: transparent;
  transition: background var(--transition-normal);
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 168, 0, 0.4);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4), 0 0 25px rgba(255, 168, 0, 0.12);
  background: var(--brand-navy-850);
}

.service-card:hover::before {
  background: linear-gradient(90deg, var(--brand-yellow), var(--brand-yellow-hover));
}

.service-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--brand-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.4rem;
  transition: all var(--transition-normal);
}

.service-card:hover .service-icon-wrap {
  background: var(--brand-yellow);
  color: var(--brand-navy-950);
  transform: scale(1.06);
}

.service-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.service-card p {
  font-size: 0.9rem;
  line-height: 1.55;
  margin-bottom: 1.5rem;
}

.service-deliverables {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.deliverable-pill {
  font-size: 0.74rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.05);
  color: #cbd5e1;
}

/* ==========================================================================
   5. "From Idea to Print" Interactive Scrollytelling Process Showcase
   ========================================================================== */
.process-section {
  background: radial-gradient(ellipse at 50% 30%, rgba(27, 61, 111, 0.3) 0%, var(--brand-navy-950) 75%);
  position: relative;
  overflow: visible;
}

/* Phase Quick Selector Tabs */
.process-phase-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 3.5rem;
}

.phase-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-muted);
  background: rgba(10, 25, 47, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.phase-tab-btn .tab-num {
  font-size: 0.75rem;
  padding: 2px 7px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-white);
}

.phase-tab-btn:hover, .phase-tab-btn.active {
  color: var(--brand-navy-950);
  background: var(--brand-yellow);
  border-color: var(--brand-yellow);
  box-shadow: 0 4px 18px rgba(255, 168, 0, 0.35);
}

.phase-tab-btn:hover .tab-num, .phase-tab-btn.active .tab-num {
  background: var(--brand-navy-950);
  color: var(--brand-yellow);
}

/* Scrollytelling 2-Column Grid Layout */
.process-scrolly-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: start;
  position: relative;
}

/* ── Left Column: Sticky Studio Artboard Stage ── */
.sticky-artboard-column {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--site-header-height, 170px) + 20px);
  z-index: 20;
  align-self: start;
}

.studio-artboard-container {
  background: #081628;
  border: 1px solid rgba(255, 168, 0, 0.35);
  border-radius: var(--radius-xl);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 35px rgba(255, 168, 0, 0.1);
  overflow: hidden;
  position: relative;
}

/* Studio Window Chrome */
.studio-toolbar-header {
  background: #050e1b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--text-muted);
}

.studio-dots {
  display: flex;
  gap: 6px;
}

.studio-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.studio-dots span:nth-child(1) { background: #ef4444; }
.studio-dots span:nth-child(2) { background: #f59e0b; }
.studio-dots span:nth-child(3) { background: #10b981; }

.studio-filename {
  font-family: monospace;
  font-weight: 600;
  color: #cbd5e1;
  letter-spacing: 0.02em;
}

.studio-mode-pill {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--brand-yellow);
  background: var(--brand-yellow-light);
  padding: 3px 8px;
  border-radius: 4px;
  text-transform: uppercase;
}

/* Dynamic Artboard Viewport */
.studio-canvas-viewport {
  height: 420px;
  position: relative;
  overflow: hidden;
  background: #091a30;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

/* Scene Stages (Layered) */
.artboard-scene {
  position: absolute;
  inset: 0;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.96) translateY(12px);
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.artboard-scene.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

/* Scene 1: Wireframe & Brief */
.scene-grid-bg {
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 20px 20px;
  border-radius: var(--radius-md);
  border: 1px dashed rgba(255, 255, 255, 0.15);
  flex: 1;
  padding: 1.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wireframe-box {
  width: 80%;
  height: 120px;
  border: 2px dashed #64748b;
  border-radius: var(--radius-sm);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(14, 34, 63, 0.4);
}

.wireframe-line {
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.15);
}

.sticky-brief-note {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fef08a;
  color: #713f12;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
  font-size: 0.75rem;
  font-weight: 600;
  transform: rotate(3deg);
  max-width: 170px;
  line-height: 1.35;
}

/* Scene 2: Vector Creation & Bezier */
.vector-workspace {
  background: #0a1f38;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 168, 0, 0.3);
  flex: 1;
  padding: 1.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.vector-art-mock {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  position: relative;
}

.bezier-path-svg {
  width: 100%;
  height: 100%;
}

.bezier-path {
  stroke: var(--brand-yellow);
  stroke-dasharray: 400;
  stroke-dashoffset: 0;
  animation: drawPath 3s ease-in-out infinite alternate;
}

@keyframes drawPath {
  0% { stroke-dashoffset: 400; }
  100% { stroke-dashoffset: 0; }
}

.swatches-strip {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  background: rgba(6, 16, 30, 0.7);
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.swatch {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.swatch-label {
  font-size: 0.72rem;
  font-family: monospace;
  color: var(--text-muted);
}

/* Scene 3: Refine & Finishes */
.render-preview-card {
  background: linear-gradient(135deg, #0e2442 0%, #071526 100%);
  border: 1px solid rgba(255, 168, 0, 0.4);
  border-radius: var(--radius-md);
  flex: 1;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.foil-sweep-text {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 800;
  background: linear-gradient(110deg, #ffffff 15%, #ffd700 40%, #ffffff 60%, #ffa800 80%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: foilShine 3.5s ease-in-out infinite;
  margin-bottom: 8px;
  text-align: center;
}

@keyframes foilShine {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.revision-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid #10b981;
  color: #10b981;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  margin-top: 10px;
}

/* Scene 4: Certified Print Master */
.prepress-plate {
  background: #06111f;
  border: 2px solid #ec4899; /* 3mm Bleed Line Indicator */
  border-radius: var(--radius-md);
  flex: 1;
  padding: 1.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bleed-label {
  position: absolute;
  top: 6px;
  left: 8px;
  font-family: monospace;
  font-size: 0.65rem;
  color: #ec4899;
  font-weight: 700;
}

.crop-mark {
  position: absolute;
  width: 12px;
  height: 12px;
  border-color: #ffffff;
  border-style: solid;
}
.crop-tl { top: -2px; left: -2px; border-width: 1px 0 0 1px; }
.crop-tr { top: -2px; right: -2px; border-width: 1px 1px 0 0; }
.crop-bl { bottom: -2px; left: -2px; border-width: 0 0 1px 1px; }
.crop-br { bottom: -2px; right: -2px; border-width: 0 1px 1px 0; }

.prepress-success-box {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.35);
  border-radius: var(--radius-sm);
  padding: 12px;
  text-align: center;
  margin: auto 0;
}

.prepress-success-box h4 {
  color: #10b981;
  font-size: 1rem;
  margin-bottom: 4px;
}

.prepress-success-box p {
  font-size: 0.78rem;
  color: #cbd5e1;
}

/* Studio Status Bar */
.studio-status-bar {
  background: #050e1b;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.76rem;
  color: var(--text-muted);
}

.status-active-step {
  color: var(--brand-yellow);
  font-weight: 700;
}

/* ── Right Column: Narrative Step Cards ── */
.narrative-steps-column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
}

.process-narrative-card {
  background: var(--brand-navy-900);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  padding: 2.2rem 2rem;
  position: relative;
  transition: all var(--transition-normal);
  cursor: pointer;
}

.process-narrative-card.active {
  border-color: rgba(255, 168, 0, 0.6) !important;
  background: rgba(14, 34, 63, 0.95) !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45), 0 0 25px rgba(255, 168, 0, 0.18) !important;
  transform: translateX(8px) !important;
}

.step-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.step-number-badge {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.2);
  transition: color var(--transition-fast);
}

.process-narrative-card.active .step-number-badge {
  color: var(--brand-yellow);
}

.step-duration-chip {
  font-size: 0.75rem;
  font-weight: 700;
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.06);
  padding: 4px 10px;
  border-radius: var(--radius-full);
}

.process-narrative-card h3 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}

.process-narrative-card p {
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.step-features-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 1.25rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.step-feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  color: #cbd5e1;
}

.step-feature-item svg {
  color: var(--brand-yellow);
  flex-shrink: 0;
}

.step-action-hint {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--brand-yellow);
}

@media (max-width: 960px) {
  .process-scrolly-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .sticky-artboard-column {
    position: relative;
    top: 0;
  }
  .process-narrative-card.active {
    transform: none;
  }
}


/* ==========================================================================
   6. Industries We Serve Section
   ========================================================================== */
.industries-section {
  background: var(--brand-navy-900);
}

.industry-filter-bar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 3rem;
}

.filter-btn {
  padding: 8px 18px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-full);
  transition: all var(--transition-fast);
}

.filter-btn:hover, .filter-btn.active {
  color: var(--brand-navy-950);
  background: var(--brand-yellow);
  border-color: var(--brand-yellow);
  font-weight: 700;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.industry-card {
  background: var(--brand-navy-950);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all var(--transition-normal);
  position: relative;
  overflow: hidden;
}

.industry-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 168, 0, 0.45);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4), 0 0 25px rgba(255, 168, 0, 0.1);
  background: #08172c;
}

.industry-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.industry-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: rgba(255, 168, 0, 0.1);
  color: var(--brand-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
}

.industry-badge {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-muted);
  background: rgba(255, 255, 255, 0.05);
  padding: 4px 10px;
  border-radius: var(--radius-full);
}

.industry-card h3 {
  font-size: 1.22rem;
  margin-bottom: 0.65rem;
}

.industry-card p {
  font-size: 0.88rem;
  line-height: 1.55;
  margin-bottom: 1.5rem;
}

.industry-services-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 1.5rem;
}

.industry-services-tags span {
  font-size: 0.73rem;
  color: #94a3b8;
  background: rgba(255, 255, 255, 0.04);
  padding: 3px 8px;
  border-radius: 4px;
}

.industry-link-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--brand-yellow);
  margin-top: auto;
  transition: gap var(--transition-fast);
}

.industry-card:hover .industry-link-cta {
  gap: 12px;
}

/* ==========================================================================
   7. Design Showcase / Portfolio Section
   ========================================================================== */
.portfolio-section {
  background: var(--brand-navy-950);
}

.portfolio-categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 2.5rem;
}

.portfolio-filter-btn {
  padding: 8px 20px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-muted);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-full);
  transition: all var(--transition-fast);
}

.portfolio-filter-btn:hover, .portfolio-filter-btn.active {
  color: var(--brand-navy-950);
  background: var(--brand-yellow);
  border-color: var(--brand-yellow);
  font-weight: 700;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.portfolio-card {
  background: var(--brand-navy-900);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all var(--transition-normal);
}

.portfolio-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 168, 0, 0.4);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.portfolio-thumb {
  height: 230px;
  position: relative;
  background: linear-gradient(135deg, #0f2544 0%, #081525 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 1.5rem;
}

.portfolio-visual-mock {
  width: 100%;
  height: 100%;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: radial-gradient(circle at 30% 30%, rgba(37, 82, 148, 0.4) 0%, rgba(11, 30, 54, 0.85) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  position: relative;
  transition: transform var(--transition-normal);
}

.portfolio-card:hover .portfolio-visual-mock {
  transform: scale(1.04);
}

.portfolio-visual-mock .art-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 750;
  color: var(--text-white);
  margin-bottom: 4px;
}

.portfolio-visual-mock .art-subtitle {
  font-size: 0.75rem;
  color: var(--brand-yellow);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.portfolio-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(6, 16, 30, 0.85);
  border: 1px solid rgba(255, 168, 0, 0.3);
  backdrop-filter: blur(8px);
  color: var(--brand-yellow);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  text-transform: uppercase;
}

.portfolio-info {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.portfolio-info h3 {
  font-size: 1.18rem;
  margin-bottom: 0.4rem;
}

.portfolio-info p {
  font-size: 0.86rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.portfolio-specs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
}

.spec-chip {
  font-size: 0.72rem;
  font-family: monospace;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-muted);
  padding: 3px 8px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* ==========================================================================
   8. Why Printways Section
   ========================================================================== */
.why-section {
  background: var(--brand-navy-900);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.why-card {
  background: var(--brand-navy-950);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all var(--transition-normal);
}

.why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 168, 0, 0.35);
  background: #09172b;
}

.why-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: var(--brand-yellow-light);
  color: var(--brand-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.why-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}

.why-card p {
  font-size: 0.88rem;
  line-height: 1.55;
}

/* ==========================================================================
   9. FAQ Section
   ========================================================================== */
.faq-section {
  background: var(--brand-navy-950);
}

.faq-accordion {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background: var(--brand-navy-900);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all var(--transition-fast);
}

.faq-item.active {
  border-color: rgba(255, 168, 0, 0.35);
  background: var(--brand-navy-850);
}

.faq-button {
  width: 100%;
  text-align: left;
  padding: 1.4rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  font-family: var(--font-heading);
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--text-white);
  cursor: pointer;
}

.faq-icon-indicator {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--brand-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--transition-normal);
}

.faq-item.active .faq-icon-indicator {
  transform: rotate(180deg);
  background: var(--brand-yellow);
  color: var(--brand-navy-950);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.2, 0.6, 0.2, 1), padding 0.4s ease;
  padding: 0 1.75rem;
}

.faq-item.active .faq-content {
  max-height: 300px;
  padding: 0 1.75rem 1.5rem;
}

.faq-content p {
  font-size: 0.92rem;
  line-height: 1.65;
  color: #cbd5e1;
}

/* ==========================================================================
   10. Closing High-Contrast CTA Section
   ========================================================================== */
.final-cta-section {
  background: radial-gradient(circle at center, rgba(37, 82, 148, 0.4) 0%, var(--brand-navy-950) 70%);
  position: relative;
  text-align: center;
  overflow: hidden;
}

.cta-box {
  background: linear-gradient(135deg, rgba(14, 34, 63, 0.95) 0%, rgba(10, 25, 47, 0.98) 100%);
  border: 1px solid rgba(255, 168, 0, 0.35);
  border-radius: var(--radius-xl);
  padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 5vw, 4rem);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 168, 0, 0.15);
  position: relative;
  z-index: 1;
}

.cta-box h2 {
  max-width: 800px;
  margin: 0 auto 1.25rem;
}

.cta-box .lead {
  max-width: 620px;
  margin: 0 auto 2.5rem;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

/* ==========================================================================
   11. Site Footer
   ========================================================================== */
.site-footer {
  background: #040a14;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 5rem 0 2rem;
  color: var(--text-muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 3.5rem;
  margin-bottom: 4rem;
}

.footer-brand p {
  font-size: 0.88rem;
  line-height: 1.6;
  margin-top: 1.2rem;
  max-width: 320px;
}

.footer-col h4 {
  font-size: 0.88rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-white);
  margin-bottom: 1.4rem;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-col a {
  font-size: 0.88rem;
  color: var(--text-muted);
}

.footer-col a:hover {
  color: var(--brand-yellow);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.82rem;
}

.footer-bottom-links {
  display: flex;
  gap: 1.5rem;
}

/* ==========================================================================
   12. Project Kickoff Modal / Drawer
   ========================================================================== */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(4, 10, 20, 0.85);
  backdrop-filter: blur(8px);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-normal);
}

.modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.modal-dialog {
  background: var(--brand-navy-900);
  border: 1px solid rgba(255, 168, 0, 0.35);
  border-radius: var(--radius-xl);
  max-width: 640px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 2.5rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
  position: relative;
  transform: translateY(20px) scale(0.96);
  transition: transform var(--transition-normal);
}

.modal-overlay.open .modal-dialog {
  transform: translateY(0) scale(1);
}

.modal-close-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: background var(--transition-fast);
}

.modal-close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.modal-dialog h3 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

.modal-dialog p.modal-desc {
  font-size: 0.9rem;
  margin-bottom: 1.75rem;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-group label {
  display: block;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--text-white);
  margin-bottom: 0.4rem;
}

.form-control {
  width: 100%;
  padding: 12px 16px;
  background: rgba(6, 16, 30, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  color: var(--text-white);
  font-family: inherit;
  font-size: 0.92rem;
  transition: border-color var(--transition-fast);
}

.form-control:focus {
  outline: none;
  border-color: var(--brand-yellow);
  box-shadow: 0 0 0 3px var(--brand-yellow-light);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.service-checkbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.service-checkbox-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 0.82rem;
  color: #cbd5e1;
}

.service-checkbox-item input {
  accent-color: var(--brand-yellow);
}

/* ==========================================================================
   13. Dedicated Industry Page Template Specifics
   ========================================================================== */
.breadcrumbs-bar {
  padding-top: 1.25rem;
  padding-bottom: 1rem;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.breadcrumbs a {
  color: var(--text-muted);
}

.breadcrumbs a:hover {
  color: var(--brand-yellow);
}

.breadcrumbs-sep {
  color: rgba(255, 255, 255, 0.3);
}

.industry-hero-section {
  padding-top: 2rem;
  padding-bottom: 4.5rem;
  background: radial-gradient(ellipse at 80% 20%, rgba(27, 61, 111, 0.35) 0%, transparent 60%),
              var(--brand-navy-950);
}

.industry-needs-box {
  background: var(--brand-navy-900);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  margin-bottom: 3.5rem;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.solution-card {
  background: var(--brand-navy-950);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  transition: all var(--transition-normal);
}

.solution-card:hover {
  border-color: rgba(255, 168, 0, 0.35);
  transform: translateY(-4px);
}

.solution-card h4 {
  font-size: 1.12rem;
  margin-bottom: 0.5rem;
  color: var(--text-white);
}

.solution-card p {
  font-size: 0.86rem;
  line-height: 1.5;
}

/* ==========================================================================
   14. Responsive Breakpoints
   ========================================================================== */
@media (max-width: 1100px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 860px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .hero-visual {
    order: -1;
  }
  .hero-card-composition {
    max-width: 420px;
    height: 420px;
  }
  .nav-links, .nav-phone {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .process-track {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .process-line-bg {
    display: none;
  }
  .solutions-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .services-grid,
  .industries-grid,
  .portfolio-grid,
  .why-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }
  .studio-overview-banner {
    padding: 1.25rem 1.4rem;
    margin-bottom: 2rem;
  }
  .form-row,
  .service-checkbox-grid {
    grid-template-columns: 1fr;
  }
  .hero-card-composition {
    max-width: 320px;
    height: 350px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .process-scrolly-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .sticky-artboard-column {
    position: sticky;
    top: calc(var(--site-header-height, 120px) + 12px);
    z-index: 20;
    margin-bottom: 1rem;
  }
  .studio-canvas-viewport {
    height: 320px;
    padding: 1rem;
  }
}

@media (max-width: 767px) {
  :root {
    --site-header-height: 115px;
  }
  .process-narrative-card.active {
    transform: none !important;
  }
}

@media (max-width: 639px) {
  :root {
    --site-header-height: 112px;
  }
  .studio-canvas-viewport {
    height: 270px;
    padding: 0.75rem;
  }
  .foil-sweep-text {
    font-size: 1.25rem;
  }
}

