/* Erubisu Studio - Static Compiled CSS */
:root {
  --color-background: #fafaf5;
  --color-on-background: #2e342d;
  --color-surface: #fafaf5;
  --color-on-surface: #2e342d;
  --color-surface-container-low: #f3f4ee;
  --color-surface-container: #ecefe7;
  --color-surface-container-high: #e5eae0;
  --color-surface-container-highest: #dee4da;
  --color-on-surface-variant: #5b6159;
  --color-outline-variant: #aeb4aa;
  --color-outline: #767c74;
  --color-primary: #576246;
  --color-primary-dim: #4b563b;
  --color-on-primary: #effdd8;
  --color-primary-container: #dae7c3;
  --color-on-primary-container: #4a563a;
  --font-headline: 'Noto Serif', serif;
  --font-body: 'Manrope', sans-serif;
  --font-label: 'Manrope', sans-serif;
}

*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: var(--font-body);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  line-height: inherit;
  background-color: #fafaf5;
  color: #2e342d;
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

/* Color utilities */
.bg-background { background-color: #fafaf5; }
.bg-surface { background-color: #fafaf5; }
.bg-surface-container { background-color: #ecefe7; }
.bg-surface-container-low { background-color: #f3f4ee; }
.bg-surface-container-high { background-color: #e5eae0; }
.bg-surface-container-highest { background-color: #dee4da; }
.bg-surface-container-highest\/90 { background-color: rgba(222, 228, 218, 0.9); }
.bg-primary { background-color: #576246; }
.bg-primary-dim { background-color: #4b563b; }
.bg-primary-container { background-color: #dae7c3; }
.bg-gray-300 { background-color: #d1d5db; }
.bg-gray-400 { background-color: #9ca3af; }
.bg-gray-800 { background-color: #1f2937; }
.bg-white { background-color: #ffffff; }
.bg-black\/40 { background-color: rgba(0, 0, 0, 0.4); }
.bg-\[\#fafaf5\]\/70 { background-color: rgba(250, 250, 245, 0.7); }
.bg-\[\#fafaf5\]\/95 { background-color: rgba(250, 250, 245, 0.95); }
.bg-\[\#f3f4ee\] { background-color: #f3f4ee; }

.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.from-primary { --tw-gradient-from: #576246; --tw-gradient-to: rgba(87, 98, 70, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-primary-dim { --tw-gradient-to: #4b563b; }

.text-on-background { color: #2e342d; }
.text-on-surface { color: #2e342d; }
.text-on-surface-variant { color: #5b6159; }
.text-on-primary { color: #effdd8; }
.text-on-primary-container { color: #4a563a; }
.text-primary { color: #576246; }
.text-\[\#5b6159\] { color: #5b6159; }
.text-\[\#576246\] { color: #576246; }

/* Font family & typography */
.font-headline { font-family: var(--font-headline); }
.font-body { font-family: var(--font-body); }
.font-label { font-family: var(--font-label); }
.antialiased { -webkit-font-smoothing: antialiased; }

::selection {
  background-color: #dae7c3;
  color: #4a563a;
}

.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-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-\[10px\] { font-size: 10px; }

.font-medium { font-weight: 500; }
.font-bold { font-weight: 700; }

.tracking-tight { letter-spacing: -0.025em; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-widest { letter-spacing: 0.1em; }
.tracking-\[0\.05em\] { letter-spacing: 0.05em; }
.tracking-\[0\.08em\] { letter-spacing: 0.08em; }
.tracking-\[0\.1em\] { letter-spacing: 0.1em; }
.uppercase { text-transform: uppercase; }
.italic { font-style: italic; }
.text-center { text-align: center; }
.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }

/* Layout & Positioning */
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.top-0 { top: 0; }
.left-0 { left: 0; }
.right-0 { right: 0; }
.bottom-6 { bottom: 1.5rem; }
.top-full { top: 100%; }
.top-4 { top: 1rem; }
.right-4 { right: 1rem; }
.top-6 { top: 1.5rem; }
.right-6 { right: 1.5rem; }
.left-1\/2 { left: 50%; }
.-translate-x-1\/2 { transform: translateX(-50%); }
.translate-y-0 { transform: translateY(0); }
.translate-y-10 { transform: translateY(2.5rem); }
.scale-95 { transform: scale(0.95); }

.z-10 { z-index: 10; }
.z-50 { z-index: 50; }
.z-\[100\] { z-index: 100; }
.z-\[200\] { z-index: 200; }

/* Sizing */
.w-full { width: 100%; }
.h-full { height: 100%; }
.min-h-screen { min-height: 100vh; }
.max-w-\[1440px\] { max-width: 1440px; }
.max-w-\[800px\] { max-width: 800px; }
.max-w-\[880px\] { max-width: 880px; }
.max-w-\[500px\] { max-width: 500px; }
.max-w-md { max-width: 28rem; }
.max-w-sm { max-width: 24rem; }
.w-\[90vw\] { width: 90vw; }
.w-\[110\%\] { width: 110%; }
.w-\[85px\] { width: 85px; }
.h-\[85px\] { height: 85px; }
.w-\[320px\] { width: 320px; }
.h-\[320px\] { height: 320px; }
.w-12 { width: 3rem; }
.h-12 { height: 3rem; }
.w-64 { width: 16rem; }
.h-64 { height: 16rem; }
.w-5 { width: 1.25rem; }
.h-5 { height: 1.25rem; }
.w-1\/4 { width: 25%; }
.h-1 { height: 0.25rem; }
.h-2 { height: 0.5rem; }
.h-4 { height: 1rem; }
.aspect-\[16\/10\] { aspect-ratio: 16 / 10; }

/* Spacing */
.mx-auto { margin-left: auto; margin-right: auto; }
.-mt-20 { margin-top: -5rem; }
.-mr-20 { margin-right: -5rem; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-8 { margin-top: 2rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-24 { margin-bottom: 6rem; }
.mr-2 { margin-right: 0.5rem; }

.pt-2 { padding-top: 0.5rem; }
.pt-4 { padding-top: 1rem; }
.pt-24 { padding-top: 6rem; }
.pb-12 { padding-bottom: 3rem; }
.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-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-3\.5 { padding-top: 0.875rem; padding-bottom: 0.875rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-32 { padding-top: 8rem; padding-bottom: 8rem; }
.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; }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.px-\[5vw\] { padding-left: 5vw; padding-right: 5vw; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.p-10 { padding: 2.5rem; }

/* Flex & Grid Systems */
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.hidden { display: none; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.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; }
.justify-end { justify-content: flex-end; }
.justify-start { justify-content: flex-start; }

.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-24 { gap: 6rem; }
.gap-32 { gap: 8rem; }

.grid { display: grid; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }

/* Border radius */
.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; }
.rounded-t-xl { border-top-left-radius: 0.75rem; border-top-right-radius: 0.75rem; }
.rounded-b-xl { border-bottom-left-radius: 0.75rem; border-bottom-right-radius: 0.75rem; }
.rounded-b-md { border-bottom-left-radius: 0.375rem; border-bottom-right-radius: 0.375rem; }
.rounded-sm { border-radius: 0.125rem; }

.border { border-width: 1px; }
.border-t { border-top-width: 1px; }
.border-\[8px\] { border-width: 8px; }
.border-\[12px\] { border-width: 12px; }
.border-surface-container { border-color: #ecefe7; }
.border-outline { border-color: #767c74; }
.border-outline-variant\/20 { border-color: rgba(174, 180, 170, 0.2); }
.border-outline-variant\/30 { border-color: rgba(174, 180, 170, 0.3); }
.border-gray-400 { border-color: #9ca3af; }
.border-gray-800 { border-color: #1f2937; }

/* Visual effects & shadows */
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.shadow-\[0_20px_40px_rgba\(46\,52\,45\,0\.06\)\] { box-shadow: 0 20px 40px rgba(46, 52, 45, 0.06); }
.shadow-\[0_20px_40px_rgba\(46\,52\,45\,0\.04\)\] { box-shadow: 0 20px 40px rgba(46, 52, 45, 0.04); }
.shadow-\[0_24px_48px_rgba\(46\,52\,45\,0\.12\)\] { box-shadow: 0 24px 48px rgba(46, 52, 45, 0.12); }
.shadow-\[0_24px_48px_rgba\(0\,0\,0\,0\.2\)\] { box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2); }

.backdrop-blur-xl { backdrop-filter: blur(24px); }
.backdrop-blur-md { backdrop-filter: blur(12px); }
.backdrop-blur-sm { backdrop-filter: blur(4px); }
.blur-3xl { filter: blur(64px); }
.opacity-0 { opacity: 0; }
.opacity-30 { opacity: 0.3; }
.opacity-50 { opacity: 0.5; }
.object-contain { object-fit: contain; }
.object-cover { object-fit: cover; }
.object-center { object-position: center; }
.object-top { object-position: top; }
.overflow-hidden { overflow: hidden; }
.select-all { user-select: all; }
.cursor-pointer { cursor: pointer; }

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

/* Hover effects */
.hover\:opacity-80:hover { opacity: 0.8; }
.hover\:bg-primary-dim:hover { background-color: #4b563b; }
.hover\:bg-surface-container:hover { background-color: #ecefe7; }
.hover\:bg-surface-container-highest:hover { background-color: #dee4da; }
.hover\:text-\[\#2e342d\]:hover { color: #2e342d; }
.hover\:text-on-surface:hover { color: #2e342d; }
.hover\:text-primary:hover { color: #576246; }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }

.group:hover .group-hover\:opacity-100 { opacity: 1; }

/* Breakpoints */
@media (min-width: 640px) {
  .sm\:flex-row { flex-direction: row; }
  .sm\:justify-center { justify-content: center; }
  .sm\:w-auto { width: auto; }
  .sm\:gap-8 { gap: 2rem; }
}

@media (min-width: 768px) {
  .md\:flex { display: flex; }
  .md\:inline-flex { display: inline-flex; }
  .md\:hidden { display: none; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .md\:col-span-4 { grid-column: span 4 / span 4; }
  .md\:col-span-8 { grid-column: span 8 / span 8; }
  .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .md\:text-7xl { font-size: 4.5rem; line-height: 1; }
  .md\:text-base { font-size: 1rem; line-height: 1.5rem; }
  .md\:w-\[460px\] { width: 460px; }
  .md\:h-\[460px\] { height: 460px; }
  .md\:h-6 { height: 1.5rem; }
  .md\:border-\[12px\] { border-width: 12px; }
  .md\:rounded-t-2xl { border-top-left-radius: 1rem; border-top-right-radius: 1rem; }
  .md\:rounded { border-radius: 0.25rem; }
  .md\:ml-12 { margin-left: 3rem; }
  .md\:p-16 { padding: 4rem; }
  .md\:flex-row { flex-direction: row; }
  .md\:items-center { align-items: center; }
  .md\:justify-end { justify-content: flex-end; }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:col-span-5 { grid-column: span 5 / span 5; }
  .lg\:col-span-7 { grid-column: span 7 / span 7; }
  .lg\:w-\[540px\] { width: 540px; }
  .lg\:h-\[540px\] { height: 540px; }
  .lg\:mt-12 { margin-top: 3rem; }
  .lg\:order-1 { order: 1; }
  .lg\:order-2 { order: 2; }
  .lg\:pl-12 { padding-left: 3rem; }
  .lg\:pr-12 { padding-right: 3rem; }
}

/* Dark mode classes */
.dark .dark\:bg-\[\#2e342d\]\/70 { background-color: rgba(46, 52, 45, 0.7); }
.dark .dark\:bg-\[\#2e342d\]\/95 { background-color: rgba(46, 52, 45, 0.95); }
.dark .dark\:bg-\[\#1a1d1a\] { background-color: #1a1d1a; }
.dark .dark\:text-\[\#aeb4aa\] { color: #aeb4aa; }
.dark .dark\:text-\[\#fafaf5\] { color: #fafaf5; }
.dark .dark\:text-\[\#effdd8\] { color: #effdd8; }
.dark .dark\:text-outline-variant { color: #aeb4aa; }
.dark .dark\:bg-gray-700 { background-color: #374151; }
.dark .dark\:bg-gray-800 { background-color: #1f2937; }
.dark .dark\:border-gray-600 { border-color: #4b5563; }
.dark .dark\:hover\:text-\[\#fafaf5\]:hover { color: #fafaf5; }

/* GPU-Accelerated Scroll Animations & Micro-interactions */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.animate-on-scroll.fade-in-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .animate-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
}