/** Shopify CDN: Minification failed

Line 281:0 Unexpected "}"

**/
/**
 * IntelWink - Base Design System & CSS Tokens
 * Brand: IntelWink (intelwink.com)
 */

:root {
  /* Color Palette - V2 Luxury Editorial */
  --iw-color-bg: #F7F8FA;
  --iw-color-surface: #FFFFFF;
  --iw-color-surface-translucent: rgba(255, 255, 255, 0.78);
  --iw-color-surface-dark: #0B0D12;
  --iw-color-surface-dark-translucent: rgba(11, 13, 18, 0.78);
  --iw-color-text: #0E1015;
  --iw-color-text-muted: #5E6573;
  --iw-color-border: rgba(14, 16, 21, 0.08);
  --iw-color-border-light: rgba(14, 16, 21, 0.04);
  
  /* Brand Accents */
  --iw-color-primary: #5B5FEF;
  --iw-color-primary-hover: #484BD0;
  --iw-color-primary-subtle: rgba(91, 95, 239, 0.08);
  --iw-color-secondary: #8B7CFF;
  --iw-color-accent-amber: #D97706;

  /* Ambient Glow & Lighting */
  --iw-glow-primary: rgba(91, 95, 239, 0.18);
  --iw-glow-subtle: rgba(139, 124, 255, 0.12);
  --iw-glow-warm: rgba(245, 158, 11, 0.08);

  /* Glass System Tokens (70% solid, 20% translucent, 10% special glass) */
  --iw-glass-bg: rgba(255, 255, 255, 0.75);
  --iw-glass-bg-dark: rgba(11, 13, 18, 0.82);
  --iw-glass-border: rgba(255, 255, 255, 0.6);
  --iw-glass-border-dark: rgba(255, 255, 255, 0.12);
  --iw-glass-blur: blur(20px);
  --iw-glass-reflection: linear-gradient(120deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.05) 45%, transparent 60%);

  /* Semantic Feedback */
  --iw-color-success: #107C53;
  --iw-color-warning: #B7791F;
  --iw-color-error: #D64545;

  /* Typography */
  --iw-font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --iw-font-size-base: 16px;
  --iw-font-size-sm: 13.5px;
  --iw-font-size-xs: 12px;
  --iw-font-weight-regular: 400;
  --iw-font-weight-medium: 500;
  --iw-font-weight-semibold: 600;
  --iw-font-weight-bold: 700;
  --iw-line-height-base: 1.55;
  --iw-line-height-tight: 1.15;

  /* Layout & Spacing */
  --iw-container: 1320px;
  --iw-container-narrow: 920px;
  --iw-gutter: 24px;
  
  --iw-space-4: 4px;
  --iw-space-8: 8px;
  --iw-space-12: 12px;
  --iw-space-16: 16px;
  --iw-space-20: 20px;
  --iw-space-24: 24px;
  --iw-space-32: 32px;
  --iw-space-40: 40px;
  --iw-space-48: 48px;
  --iw-space-64: 64px;
  --iw-space-80: 80px;
  --iw-space-120: 120px;

  /* Corners */
  --iw-radius-sm: 8px;
  --iw-radius-md: 14px;
  --iw-radius-lg: 22px;
  --iw-radius-xl: 32px;
  --iw-radius-full: 9999px;

  /* V2 Multi-Layer Depth & Physical Shadows */
  --iw-shadow-sm: 0 2px 6px rgba(11, 13, 18, 0.04);
  --iw-shadow-md: 0 8px 20px -4px rgba(11, 13, 18, 0.06), 0 3px 8px -2px rgba(11, 13, 18, 0.03);
  --iw-shadow-lg: 0 16px 36px -8px rgba(11, 13, 18, 0.08), 0 6px 16px -4px rgba(11, 13, 18, 0.04);
  --iw-shadow-floating: 0 24px 60px -12px rgba(11, 13, 18, 0.12), 0 8px 20px -4px rgba(11, 13, 18, 0.06);
  --iw-shadow-product: 0 32px 80px -16px rgba(11, 13, 18, 0.18), 0 16px 36px -8px rgba(91, 95, 239, 0.15);
  --iw-shadow-glow: 0 0 45px rgba(91, 95, 239, 0.22);

  /* Transitions & Motion */
  --iw-transition-fast: 160ms cubic-bezier(0.16, 1, 0.3, 1);
  --iw-transition-normal: 280ms cubic-bezier(0.16, 1, 0.3, 1);
  --iw-transition-slow: 450ms cubic-bezier(0.16, 1, 0.3, 1);
  --iw-transition-bounce: 500ms cubic-bezier(0.34, 1.56, 0.64, 1);

  /* Z-Indices */
  --iw-z-header: 100;
  --iw-z-bottom-nav: 150;
  --iw-z-sticky-atc: 140;
  --iw-z-drawer: 200;
  --iw-z-modal: 300;
  --iw-z-toast: 400;
}

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--iw-font-family);
  font-size: var(--iw-font-size-base);
  line-height: var(--iw-line-height-base);
  color: var(--iw-color-text);
  background-color: var(--iw-color-bg);
  /* Layer 2: Ambient background lighting */
  background-image: 
    radial-gradient(ellipse 65% 50% at 50% 0%, rgba(91, 95, 239, 0.06) 0%, transparent 70%),
    radial-gradient(circle 35% at 90% 15%, rgba(139, 124, 255, 0.04) 0%, transparent 60%),
    radial-gradient(circle 40% at 10% 45%, rgba(91, 95, 239, 0.03) 0%, transparent 60%);
  background-attachment: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--iw-transition-fast);
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

ul, ol {
  list-style: none;
}

/* Accessible Focus States */
:focus-visible {
  outline: 2px solid var(--iw-color-primary);
  outline-offset: 3px;
  border-radius: var(--iw-radius-sm);
}

.skip-to-content-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 1000;
  background: var(--iw-color-primary);
  color: #FFFFFF;
  padding: 12px 20px;
  border-radius: var(--iw-radius-md);
  font-weight: var(--iw-font-weight-semibold);
  transition: top var(--iw-transition-fast);
}
.skip-to-content-link:focus {
  top: 16px;
}

/* Typography Hierarchy - V2 Expressive Editorial */
.iw-hero-title {
  font-size: clamp(3.2rem, 6.5vw, 5.8rem);
  font-weight: var(--iw-font-weight-bold);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--iw-color-text);
}

.iw-display {
  font-size: clamp(2.4rem, 4.8vw, 4.2rem);
  font-weight: var(--iw-font-weight-bold);
  line-height: 1.1;
  letter-spacing: -0.035em;
  color: var(--iw-color-text);
}

h1, .iw-h1 {
  font-size: clamp(2.25rem, 4vw, 3.6rem);
  font-weight: var(--iw-font-weight-bold);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--iw-color-text);
}

h2, .iw-h2 {
  font-size: clamp(1.85rem, 3.2vw, 2.6rem);
  font-weight: var(--iw-font-weight-bold);
  line-height: 1.18;
  letter-spacing: -0.025em;
  color: var(--iw-color-text);
}

h3, .iw-h3 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: var(--iw-font-weight-semibold);
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: var(--iw-color-text);
}

h4, .iw-h4 {
  font-size: 1.15rem;
  font-weight: var(--iw-font-weight-semibold);
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.iw-micro-label {
  font-size: 0.72rem;
  font-weight: var(--iw-font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--iw-color-text-muted);
}

.iw-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: var(--iw-font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--iw-color-primary);
  background: var(--iw-color-primary-subtle);
  padding: 6px 14px;
  border-radius: var(--iw-radius-full);
  margin-bottom: 16px;
}

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

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

.iw-text-lead {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.6;
  color: var(--iw-color-text-muted);
}
}

.iw-text-sm {
  font-size: var(--iw-font-size-sm);
}

.iw-text-xs {
  font-size: var(--iw-font-size-xs);
}

/* Layout Utilities */
.iw-container {
  width: 100%;
  max-width: var(--iw-container);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--iw-gutter);
  padding-right: var(--iw-gutter);
}

.iw-container--narrow {
  max-width: var(--iw-container-narrow);
}

.iw-section {
  padding-top: var(--iw-space-64);
  padding-bottom: var(--iw-space-64);
  position: relative;
}

.iw-section--dark {
  background-color: var(--iw-color-surface-dark);
  color: #FFFFFF;
}
.iw-section--dark p {
  color: #D1D5DB;
}
.iw-section--dark h1,
.iw-section--dark h2,
.iw-section--dark h3 {
  color: #FFFFFF;
}

.iw-section--surface {
  background-color: var(--iw-color-surface);
}

.iw-section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto var(--iw-space-48) auto;
}
.iw-section-header.text-left {
  text-align: left;
  margin-left: 0;
}
.iw-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--iw-font-size-xs);
  font-weight: var(--iw-font-weight-bold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--iw-color-primary);
  margin-bottom: var(--iw-space-12);
  background: var(--iw-color-primary-subtle);
  padding: 4px 12px;
  border-radius: var(--iw-radius-full);
}
.iw-section--dark .iw-section-eyebrow {
  background: rgba(139, 124, 255, 0.15);
  color: var(--iw-color-secondary);
}

/* 3D Perspective Foundations */
.iw-perspective-container {
  perspective: 1200px;
  perspective-origin: center center;
}

.iw-3d-tilt-element {
  transform-style: preserve-3d;
  transition: transform var(--iw-transition-normal), box-shadow var(--iw-transition-normal);
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .iw-3d-tilt-element, .iw-perspective-container {
    transform: none !important;
    perspective: none !important;
  }
}
