/* ThinkBox Custom CSS - Generated from Tailwind classes */

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

/* === BASE === */
.scroll-smooth { scroll-behavior: smooth; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* === DISPLAY === */
.block { display: block; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }

/* === FLEX === */
.flex-1 { flex: 1 1 0%; }
.flex-col { flex-direction: column; }
.flex-shrink-0 { flex-shrink: 0; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }

/* === GRID === */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* === POSITION === */
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.top-0 { top: 0; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }
.left-0 { left: 0; }
.top-6 { top: 1.5rem; }
.right-6 { right: 1.5rem; }
.bottom-8 { bottom: 2rem; }
.top-\[10\%\] { top: 10%; }
.top-\[20\%\] { top: 20%; }
.top-\[30\%\] { top: 30%; }
.top-\[40\%\] { top: 40%; }
.top-\[50\%\] { top: 50%; }
.top-\[60\%\] { top: 60%; }
.bottom-\[10\%\] { bottom: 10%; }
.bottom-\[25\%\] { bottom: 25%; }
.left-\[5\%\] { left: 5%; }
.left-\[15\%\] { left: 15%; }
.left-\[60\%\] { left: 60%; }
.right-\[10\%\] { right: 10%; }
.right-\[20\%\] { right: 20%; }
.right-\[25\%\] { right: 25%; }
.-top-4 { top: -1rem; }
.-top-6 { top: -1.5rem; }
.-bottom-4 { bottom: -1rem; }
.-left-4 { left: -1rem; }
.-right-6 { right: -1.5rem; }
.-top-\[50px\] { top: -50px; }
.-top-\[200px\] { top: -200px; }
.-bottom-\[100px\] { bottom: -100px; }
.-left-\[100px\] { left: -100px; }
.-left-\[250px\] { left: -250px; }
.-right-\[100px\] { right: -100px; }
.-right-\[150px\] { right: -150px; }
.-right-\[200px\] { right: -200px; }
.left-1\/2 { left: 50%; }
.top-1\/2 { top: 50%; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }
.-z-10 { z-index: -10; }
.overflow-hidden { overflow: hidden; }

/* === TRANSFORMS === */
.-translate-x-1\/2 { transform: translateX(-50%); }
.-translate-y-1\/2 { transform: translateY(-50%); }

/* === SIZING === */
.w-auto { width: auto; }
.w-full { width: 100%; }
.w-px { width: 1px; }
.w-2 { width: 0.5rem; }
.w-3 { width: 0.75rem; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-10 { width: 2.5rem; }
.w-12 { width: 3rem; }
.w-16 { width: 4rem; }
.w-24 { width: 6rem; }
.w-28 { width: 7rem; }
.w-32 { width: 8rem; }
.w-40 { width: 10rem; }
.w-\[300px\] { width: 300px; }
.w-\[400px\] { width: 400px; }
.w-\[500px\] { width: 500px; }
.w-\[600px\] { width: 600px; }
.w-\[800px\] { width: 800px; }
.h-full { height: 100%; }
.h-px { height: 1px; }
.h-2 { height: 0.5rem; }
.h-3 { height: 0.75rem; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-8 { height: 2rem; }
.h-10 { height: 2.5rem; }
.h-12 { height: 3rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.h-24 { height: 6rem; }
.h-28 { height: 7rem; }
.h-32 { height: 8rem; }
.h-40 { height: 10rem; }
.h-\[300px\] { height: 300px; }
.h-\[400px\] { height: 400px; }
.h-\[500px\] { height: 500px; }
.h-\[600px\] { height: 600px; }
.min-h-screen { min-height: 100vh; }
.max-w-sm { max-width: 24rem; }
.max-w-md { max-width: 28rem; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-7xl { max-width: 80rem; }
.aspect-\[4\/5\] { aspect-ratio: 4/5; }
.object-cover { object-fit: cover; }

/* === SPACING - PADDING === */
.p-2 { padding: 0.5rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.pb-20 { padding-bottom: 5rem; }
.pt-8 { padding-top: 2rem; }
.pt-24 { padding-top: 6rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }

/* === SPACING - MARGIN === */
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }
.mb-20 { margin-bottom: 5rem; }
.ml-4 { margin-left: 1rem; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }

/* === SPACING - GAP === */
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }
.gap-16 { gap: 4rem; }

/* === SPACING - SPACE === */
.space-y-3 > * + * { margin-top: 0.75rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }

/* === TYPOGRAPHY === */
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.text-7xl { font-size: 4.5rem; line-height: 1; }
.text-8xl { font-size: 6rem; line-height: 1; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.font-display { font-family: "DM Sans", sans-serif; }
.font-body { font-family: "Inter", sans-serif; }
.text-center { text-align: center; }
.uppercase { text-transform: uppercase; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
.leading-relaxed { line-height: 1.625; }
.leading-\[0\.95\] { line-height: 0.95; }

/* === COLORS - TEXT === */
.text-white { color: #ffffff; }
.text-brand-cream { color: #F2F2EE; }
.text-brand-red { color: #C62828; }
.text-brand-blue { color: #2053F9; }
.text-brand-cream\/20 { color: rgba(242, 242, 238, 0.2); }
.text-brand-cream\/30 { color: rgba(242, 242, 238, 0.3); }
.text-brand-cream\/40 { color: rgba(242, 242, 238, 0.4); }
.text-brand-cream\/50 { color: rgba(242, 242, 238, 0.5); }
.text-brand-cream\/60 { color: rgba(242, 242, 238, 0.6); }
.text-brand-cream\/70 { color: rgba(242, 242, 238, 0.7); }
.text-brand-cream\/80 { color: rgba(242, 242, 238, 0.8); }

/* === COLORS - BACKGROUND === */
.bg-black\/98 { background-color: rgba(0, 0, 0, 0.98); }
.bg-brand-dark-card { background-color: #0A0A0A; }
.bg-brand-red { background-color: #C62828; }
.bg-brand-red\/3 { background-color: rgba(198, 40, 40, 0.03); }
.bg-brand-red\/5 { background-color: rgba(198, 40, 40, 0.05); }
.bg-brand-red\/10 { background-color: rgba(198, 40, 40, 0.1); }
.bg-brand-red\/20 { background-color: rgba(198, 40, 40, 0.2); }
.bg-brand-red\/40 { background-color: rgba(198, 40, 40, 0.4); }
.bg-brand-blue\/10 { background-color: rgba(32, 83, 249, 0.1); }
.bg-brand-blue\/20 { background-color: rgba(32, 83, 249, 0.2); }
.bg-brand-blue\/30 { background-color: rgba(32, 83, 249, 0.3); }
.bg-brand-cream\/10 { background-color: rgba(242, 242, 238, 0.1); }

/* === GRADIENTS === */
.bg-gradient-to-b { background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.bg-gradient-to-l { background-image: linear-gradient(to left, var(--tw-gradient-stops)); }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.bg-gradient-to-t { background-image: linear-gradient(to top, var(--tw-gradient-stops)); }
.from-black { --tw-gradient-from: #000000; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-black\/60 { --tw-gradient-from: rgba(0,0,0,0.6); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-transparent { --tw-gradient-from: transparent; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-brand-red\/15 { --tw-gradient-from: rgba(198,40,40,0.15); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-brand-blue\/15 { --tw-gradient-from: rgba(32,83,249,0.15); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.via-brand-red\/30 { --tw-gradient-via: rgba(198,40,40,0.3); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-via), var(--tw-gradient-to, transparent); }
.via-brand-red\/5 { --tw-gradient-via: rgba(198,40,40,0.05); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-via), var(--tw-gradient-to, transparent); }
.via-transparent { --tw-gradient-via: transparent; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-via), var(--tw-gradient-to, transparent); }
.to-black { --tw-gradient-to: #000000; }
.to-transparent { --tw-gradient-to: transparent; }

/* === SVG FILL === */
.fill-brand-red { fill: #C62828; }

/* === BORDERS === */
.border { border-width: 1px; border-style: solid; }
.border-2 { border-width: 2px; border-style: solid; }
.border-t { border-top-width: 1px; border-top-style: solid; }
.border-brand-dark-border { border-color: #1A1A1A; }
.border-brand-cream\/20 { border-color: rgba(242, 242, 238, 0.2); }
.border-brand-red\/5 { border-color: rgba(198, 40, 40, 0.05); }
.border-brand-red\/10 { border-color: rgba(198, 40, 40, 0.1); }
.border-brand-red\/20 { border-color: rgba(198, 40, 40, 0.2); }
.border-brand-red\/30 { border-color: rgba(198, 40, 40, 0.3); }
.border-brand-blue\/6 { border-color: rgba(32, 83, 249, 0.06); }
.border-brand-blue\/8 { border-color: rgba(32, 83, 249, 0.08); }
.border-brand-blue\/10 { border-color: rgba(32, 83, 249, 0.1); }
.rounded-sm { border-radius: 0.125rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }
.rounded-t-full { border-top-left-radius: 9999px; border-top-right-radius: 9999px; }

/* === EFFECTS === */
.blur-3xl { filter: blur(64px); }
.blur-\[100px\] { filter: blur(100px); }
.opacity-40 { opacity: 0.4; }
.opacity-50 { opacity: 0.5; }
.grayscale { filter: grayscale(100%); }

/* === TRANSITIONS === */
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-opacity { transition-property: opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-300 { transition-duration: 300ms; }

/* === ANIMATIONS === */
@keyframes bounce {
  0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
  50% { transform: translateY(0); animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
.animate-bounce { animation: bounce 1s infinite; }
.animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
.animate-spin { animation: spin 1s linear infinite; }

/* === COLUMNS === */
.col-span-2 { grid-column: span 2 / span 2; }

/* === HOVER STATES === */
.hover\:bg-brand-cream\/5:hover { background-color: rgba(242, 242, 238, 0.05); }
.hover\:bg-brand-red-glow:hover { background-color: #E53935; }
.hover\:border-brand-red\/30:hover { border-color: rgba(198, 40, 40, 0.3); }
.hover\:text-brand-cream:hover { color: #F2F2EE; }
.hover\:text-brand-red:hover { color: #C62828; }
.hover\:opacity-100:hover { opacity: 1; }
.hover\:grayscale-0:hover { filter: grayscale(0%); }

/* === RESPONSIVE === */
@media (min-width: 640px) {
  .sm\:block { display: block; }
  .sm\:flex-row { flex-direction: row; }
  .sm\:gap-16 { gap: 4rem; }
  .sm\:text-6xl { font-size: 3.75rem; line-height: 1; }
}
@media (min-width: 768px) {
  .md\:col-span-2 { grid-column: span 2 / span 2; }
  .md\:flex-row { flex-direction: row; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .md\:h-10 { height: 2.5rem; }
  .md\:mb-20 { margin-bottom: 5rem; }
  .md\:py-32 { padding-top: 8rem; padding-bottom: 8rem; }
  .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .md\:text-5xl { font-size: 3rem; line-height: 1; }
  .md\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .md\:text-7xl { font-size: 4.5rem; line-height: 1; }
  .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
}
@media (min-width: 1024px) {
  .lg\:flex { display: flex; }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:hidden { display: none; }
  .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .lg\:text-7xl { font-size: 4.5rem; line-height: 1; }
  .lg\:text-8xl { font-size: 6rem; line-height: 1; }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
