/*
 * TVK Archive — Pre-compiled Tailwind CSS
 * Generated to replace the Tailwind CDN (cdn.tailwindcss.com) dependency.
 * Contains all utility classes used across every page + JS-injected classes.
 *
 * Design Tokens (from tailwind.config.js):
 *   background: #F9F8F6
 *   surface: #FFFFFF
 *   primary: #B51D2A
 *   primary-dark: #8A141F
 *   secondary: #D69F27
 *   on-background: #111110
 *   on-surface-variant: #6B6A68
 *   outline: rgba(17,17,16,0.1)
 *   outline-strong: rgba(17,17,16,0.2)
 *
 *   font-sans: 'Plus Jakarta Sans', sans-serif
 *   font-serif: 'Playfair Display', serif
 *   font-mono: 'IBM Plex Mono', monospace
 */

/* ========================================
   CSS RESET (Tailwind Preflight)
   ======================================== */
*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: rgba(17,17,16,0.1);
}
::before, ::after { --tw-content: ''; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; -moz-tab-size: 4; tab-size: 4; }
body { margin: 0; line-height: inherit; }
hr { height: 0; color: inherit; border-top-width: 1px; }
abbr:where([title]) { text-decoration: underline dotted; }
h1,h2,h3,h4,h5,h6 { font-size: inherit; font-weight: inherit; }
a { color: inherit; text-decoration: inherit; }
b, strong { font-weight: bolder; }
code, kbd, samp, pre { font-family: 'IBM Plex Mono', monospace; font-size: 1em; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
table { text-indent: 0; border-color: inherit; border-collapse: collapse; }
button, input, optgroup, select, textarea { font-family: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; }
button, select { text-transform: none; }
button, [type='button'], [type='reset'], [type='submit'] { -webkit-appearance: button; background-color: transparent; background-image: none; }
:-moz-focusring { outline: auto; }
:-moz-ui-invalid { box-shadow: none; }
progress { vertical-align: baseline; }
::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; }
[type='search'] { -webkit-appearance: textfield; outline-offset: -2px; }
::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
summary { display: list-item; }
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre { margin: 0; }
fieldset { margin: 0; padding: 0; }
legend { padding: 0; }
ol, ul, menu { list-style: none; margin: 0; padding: 0; }
dialog { padding: 0; }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { opacity: 1; color: #9ca3af; }
button, [role="button"] { cursor: pointer; }
:disabled { cursor: default; }
img, svg, video, canvas, audio, iframe, embed, object { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }
[hidden] { display: none; }

/* ========================================
   FORMS PLUGIN (@tailwindcss/forms)
   Restores sensible default styling stripped by preflight.
   ======================================== */
[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
[type='text']:focus,
[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='search']:focus,
[type='tel']:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color: #B51D2A;
  box-shadow: 0 0 0 1px #B51D2A;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  print-color-adjust: exact;
}

/* ========================================
   LAYOUT & POSITIONING
   ======================================== */
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.sticky { position: sticky; }
.static { position: static; }

.inset-0 { inset: 0; }
.top-0 { top: 0; }
.top-4 { top: 1rem; }
.top-20 { top: 5rem; }
.top-1\/2 { top: 50%; }
.-top-20 { top: -5rem; }
.-top-64 { top: -16rem; }
.right-4 { right: 1rem; }
.-right-20 { right: -5rem; }
.-right-64 { right: -16rem; }
.bottom-0 { bottom: 0; }
.-bottom-64 { bottom: -16rem; }
.left-0 { left: 0; }
.left-3 { left: 0.75rem; }
.-left-64 { left: -16rem; }

.z-0 { z-index: 0; }
.z-10 { z-index: 10; }
.z-40 { z-index: 40; }
.z-50 { z-index: 50; }

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

/* ========================================
   FLEXBOX
   ======================================== */
.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.flex-wrap { flex-wrap: wrap; }
.flex-grow { flex-grow: 1; }
.shrink-0 { flex-shrink: 0; }

.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }

.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }

.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; }
.gap-x-12 { column-gap: 3rem; }
.gap-y-10 { row-gap: 2.5rem; }

/* ========================================
   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)); }
.col-span-2 { grid-column: span 2 / span 2; }

/* ========================================
   SIZING
   ======================================== */
.w-full { width: 100%; }
.w-4 { width: 1rem; }
.w-7 { width: 1.75rem; }
.w-8 { width: 2rem; }
.w-10 { width: 2.5rem; }
.w-12 { width: 3rem; }
.w-14 { width: 3.5rem; }
.w-16 { width: 4rem; }
.w-40 { width: 10rem; }
.w-48 { width: 12rem; }
.w-64 { width: 16rem; }
.w-\[800px\] { width: 800px; }

.h-full { height: 100%; }
.h-px { height: 1px; }
.h-7 { height: 1.75rem; }
.h-8 { height: 2rem; }
.h-10 { height: 2.5rem; }
.h-12 { height: 3rem; }
.h-14 { height: 3.5rem; }
.h-16 { height: 4rem; }
.h-40 { height: 10rem; }
.h-64 { height: 16rem; }
.h-fit { height: fit-content; }
.h-\[300px\] { height: 300px; }
.h-\[400px\] { height: 400px; }
.h-\[800px\] { height: 800px; }

.min-h-screen { min-height: 100vh; }
.min-h-\[85vh\] { min-height: 85vh; }
.min-w-\[250px\] { min-width: 250px; }
.min-w-\[800px\] { min-width: 800px; }

.max-w-none { max-width: none; }
.max-w-md { max-width: 28rem; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-\[800px\] { max-width: 800px; }
.max-w-\[1000px\] { max-width: 1000px; }
.max-w-\[1200px\] { max-width: 1200px; }
.max-w-\[1400px\] { max-width: 1400px; }

.aspect-square { aspect-ratio: 1 / 1; }

/* ========================================
   SPACING (Margin)
   ======================================== */
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.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; }
.mb-auto { margin-bottom: auto; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
.mt-12 { margin-top: 3rem; }
.mt-20 { margin-top: 5rem; }
.mt-32 { margin-top: 8rem; }
.mt-auto { margin-top: auto; }
.ml-4 { margin-left: 1rem; }

/* ========================================
   SPACING (Padding)
   ======================================== */
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.p-16 { padding: 4rem; }
.px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.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; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-32 { padding-top: 8rem; padding-bottom: 8rem; }
.pt-3 { padding-top: 0.75rem; }
.pt-4 { padding-top: 1rem; }
.pt-8 { padding-top: 2rem; }
.pt-10 { padding-top: 2.5rem; }
.pt-12 { padding-top: 3rem; }
.pt-16 { padding-top: 4rem; }
.pt-20 { padding-top: 5rem; }
.pt-24 { padding-top: 6rem; }
.pb-1 { padding-bottom: 0.25rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-3 { padding-bottom: 0.75rem; }
.pb-8 { padding-bottom: 2rem; }
.pb-12 { padding-bottom: 3rem; }
.pb-16 { padding-bottom: 4rem; }
.pb-32 { padding-bottom: 8rem; }
.pl-5 { padding-left: 1.25rem; }
.pl-6 { padding-left: 1.5rem; }
.pl-9 { padding-left: 2.25rem; }
.pl-10 { padding-left: 2.5rem; }
.pr-4 { padding-right: 1rem; }

/* ========================================
   TYPOGRAPHY
   ======================================== */
.font-sans { font-family: 'Plus Jakarta Sans', sans-serif; }
.font-serif { font-family: 'Playfair Display', serif; }
.font-mono { font-family: 'IBM Plex Mono', monospace; }

.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; }
/* Arbitrary text sizes */
.text-\[8px\] { font-size: 8px; }
.text-\[9px\] { font-size: 9px; }
.text-\[10px\] { font-size: 10px; }
.text-\[11px\] { font-size: 11px; }
.text-\[56px\] { font-size: 56px; }
.text-\[72px\] { font-size: 72px; }
.text-\[100px\] { font-size: 100px; }

.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }

.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }

.leading-none { line-height: 1; }
.leading-tight { line-height: 1.25; }
.leading-snug { line-height: 1.375; }
.leading-relaxed { line-height: 1.625; }
.leading-\[0\.85\] { line-height: 0.85; }
.leading-\[0\.95\] { line-height: 0.95; }

.tracking-tight { letter-spacing: -0.025em; }
.tracking-tighter { letter-spacing: -0.05em; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
.tracking-\[0\.2em\] { letter-spacing: 0.2em; }

.text-left { text-align: left; }
.text-center { text-align: center; }

.align-top { vertical-align: top; }
.align-middle { vertical-align: middle; }

.text-balance { text-wrap: balance; }

/* ========================================
   TEXT COLORS
   ======================================== */
.text-on-background { color: #111110; }
.text-on-surface-variant { color: #6B6A68; }
.text-primary { color: #B51D2A; }
.text-secondary { color: #D69F27; }
.text-surface { color: #FFFFFF; }
.text-outline-strong { color: rgba(17,17,16,0.2); }
.text-green-700 { color: #15803d; }
.text-green-400 { color: #4ade80; }
/* Opacity variants */
.text-primary\/50 { color: rgba(181,29,42,0.5); }
.text-surface\/35 { color: rgba(255,255,255,0.35); }
.text-surface\/40 { color: rgba(255,255,255,0.4); }
.text-surface\/60 { color: rgba(255,255,255,0.6); }
.text-surface\/80 { color: rgba(255,255,255,0.8); }

/* ========================================
   BACKGROUND COLORS
   ======================================== */
.bg-background { background-color: #F9F8F6; }
.bg-surface { background-color: #FFFFFF; }
.bg-primary { background-color: #B51D2A; }
.bg-on-background { background-color: #111110; }
.bg-transparent { background-color: transparent; }
.bg-green-50 { background-color: #f0fdf4; }
.bg-red-50 { background-color: #fef2f2; }
.bg-\[\#111110\] { background-color: #111110; }
/* Opacity variants */
.bg-background\/90 { background-color: rgba(249,248,246,0.9); }
.bg-primary\/20 { background-color: rgba(181,29,42,0.2); }
.bg-primary\/30 { background-color: rgba(181,29,42,0.3); }
.bg-secondary\/10 { background-color: rgba(214,159,39,0.1); }
.bg-surface\/5 { background-color: rgba(255,255,255,0.05); }
.bg-surface\/15 { background-color: rgba(255,255,255,0.15); }

/* Gradient */
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.from-primary\/5 { --tw-gradient-from: rgba(181,29,42,0.05) var(--tw-gradient-from-position); --tw-gradient-to: rgba(181,29,42,0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-transparent { --tw-gradient-to: transparent var(--tw-gradient-to-position); }

/* ========================================
   BORDERS
   ======================================== */
.border { border-width: 1px; }
.border-2 { border-width: 2px; }
.border-t { border-top-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-b-2 { border-bottom-width: 2px; }
.border-r { border-right-width: 1px; }

.border-outline { border-color: rgba(17,17,16,0.1); }
.border-on-background { border-color: #111110; }
.border-outline\/50 { border-color: rgba(17,17,16,0.05); }
.border-surface\/15 { border-color: rgba(255,255,255,0.15); }
.border-surface\/20 { border-color: rgba(255,255,255,0.2); }
.border-surface\/30 { border-color: rgba(255,255,255,0.3); }
.border-t-primary { border-top-color: #B51D2A; }

.border-collapse { border-collapse: collapse; }

.rounded { border-radius: 0.25rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }

/* ========================================
   SHADOWS & EFFECTS
   ======================================== */
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }

.opacity-0 { opacity: 0; }

.backdrop-blur-md { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.blur-\[80px\] { filter: blur(80px); }
.blur-\[120px\] { filter: blur(120px); }

/* ========================================
   OVERFLOW
   ======================================== */
.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }

/* ========================================
   OBJECT FIT
   ======================================== */
.object-contain { object-fit: contain; }
.object-cover { object-fit: cover; }

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

/* ========================================
   TRANSITIONS & ANIMATIONS
   ======================================== */
.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-all { transition-property: all; 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; }

.animate-spin { animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ========================================
   CURSOR
   ======================================== */
.cursor-pointer { cursor: pointer; }

/* ========================================
   SPACE BETWEEN (space-y-*)
   ======================================== */
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.5rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }

/* ========================================
   LIST
   ======================================== */
.list-disc { list-style-type: disc; }

/* ========================================
   TABLE
   ======================================== */
.text-left { text-align: left; }

/* ========================================
   SELECTION
   ======================================== */
.selection\:bg-primary\/20 ::selection, .selection\:bg-primary\/20::selection { background-color: rgba(181,29,42,0.2); }
.selection\:text-primary ::selection, .selection\:text-primary::selection { color: #B51D2A; }

/* ========================================
   HOVER STATE
   ======================================== */
.hover\:bg-primary:hover { background-color: #B51D2A; }
.hover\:bg-background\/50:hover { background-color: rgba(249,248,246,0.5); }
.hover\:text-on-background:hover { color: #111110; }
.hover\:text-primary:hover { color: #B51D2A; }
.hover\:underline:hover { text-decoration-line: underline; }
.hover\:border-outline-strong:hover { border-color: rgba(17,17,16,0.2); }
.hover\:border-primary:hover { border-color: #B51D2A; }
.hover\:bg-primary-dark:hover { background-color: #8A141F; }

/* ========================================
   FOCUS STATE
   ======================================== */
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:border-primary:focus { border-color: #B51D2A; }

/* ========================================
   GROUP HOVER
   ======================================== */
.group:hover .group-hover\:bg-primary { background-color: #B51D2A; }
.group:hover .group-hover\:bg-surface { background-color: #FFFFFF; }
.group:hover .group-hover\:text-primary { color: #B51D2A; }
.group:hover .group-hover\:text-surface { color: #FFFFFF; }
.group:hover .group-hover\:text-\[\#111110\] { color: #111110; }
.group:hover .group-hover\:opacity-100 { opacity: 1; }

/* ========================================
   DISABLED STATE
   ======================================== */
.disabled\:opacity-50:disabled { opacity: 0.5; }
.disabled\:cursor-not-allowed:disabled { cursor: not-allowed; }

/* ========================================
   LAST CHILD
   ======================================== */
.last\:border-0:last-child { border-width: 0; }

/* ========================================
   PROSE (Typography Plugin — minimal subset)
   ======================================== */
.prose { color: #374151; max-width: 65ch; }
.prose p { margin-top: 1.25em; margin-bottom: 1.25em; }
.prose h2 { margin-top: 2em; margin-bottom: 1em; font-weight: 700; }
.prose h3 { margin-top: 1.6em; margin-bottom: 0.6em; font-weight: 600; }
.prose ul { margin-top: 1.25em; margin-bottom: 1.25em; }
.prose ol { margin-top: 1.25em; margin-bottom: 1.25em; }
.prose li { margin-top: 0.5em; margin-bottom: 0.5em; }
.prose strong { font-weight: 700; }
.prose-lg { font-size: 1.125rem; line-height: 1.778; }
.prose-lg p { margin-top: 1.333em; margin-bottom: 1.333em; }
.prose-neutral { --tw-prose-body: #404040; --tw-prose-headings: #171717; }
.prose-p\:text-on-surface-variant p { color: #6B6A68; }
.prose-headings\:text-on-background :is(h1,h2,h3,h4,h5,h6) { color: #111110; }

/* ========================================
   RESPONSIVE: md (768px+)
   ======================================== */
@media (min-width: 768px) {
  .md\:block { display: block; }
  .md\:flex { display: flex; }
  .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\:col-span-2 { grid-column: span 2 / span 2; }
  .md\:col-span-4 { grid-column: span 4 / span 4; }
  .md\:gap-12 { gap: 3rem; }
  .md\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .md\:items-start { align-items: flex-start; }
  .md\:text-left { text-align: left; }
  .md\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
  .md\:text-5xl { font-size: 3rem; line-height: 1; }
  .md\:text-7xl { font-size: 4.5rem; line-height: 1; }
  .md\:text-8xl { font-size: 6rem; line-height: 1; }
  .md\:w-56 { width: 14rem; }
  .md\:h-56 { height: 14rem; }
}

/* ========================================
   RESPONSIVE: lg (1024px+)
   ======================================== */
@media (min-width: 1024px) {
  .lg\:flex { display: flex; }
  .lg\:hidden { display: none; }
  .lg\:flex-row { flex-direction: row; }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:col-span-1 { grid-column: span 1 / span 1; }
  .lg\:sticky { position: sticky; }
  .lg\:top-24 { top: 6rem; }
  .lg\:w-1\/3 { width: 33.333333%; }
  .lg\:w-2\/3 { width: 66.666667%; }
  .lg\:p-8 { padding: 2rem; }
  .lg\:p-10 { padding: 2.5rem; }
  .lg\:text-\[120px\] { font-size: 120px; }
}

/* ========================================
   RESPONSIVE: xl (1280px+)
   ======================================== */
@media (min-width: 1280px) {
  .xl\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* ========================================
   CSS CUSTOM PROPERTY DEFAULTS (for gradients)
   ======================================== */
*, ::before, ::after {
  --tw-gradient-from-position: ;
  --tw-gradient-to-position: ;
  --tw-gradient-stops: ;
}
