/* Tailwind CSS Output - Generated for EJS Templates */
/* This file includes core Tailwind utilities for the Lombok Reflections website */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(17, 24, 39);
  background-color: white;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.5rem;
}

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

/* Layout Utilities */
.relative { position: relative; }
.absolute { position: absolute; }
.inset-0 { inset: 0; }
.top-0 { top: 0; }
.left-0 { left: 0; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }

.flex { display: flex; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }

.w-full { width: 100%; }
.h-full { height: 100%; }
.h-screen { height: 100vh; }
.h-\[80vh\] { height: 80vh; }
.h-\[60vh\] { height: 60vh; }
.h-\[50vh\] { height: 50vh; }
.h-\[40vh\] { height: 40vh; }
.h-64 { height: 16rem; }

.max-w-full { max-width: 100%; }
.max-w-2xl { max-width: 42rem; }
.max-w-7xl { max-width: 80rem; }

.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }

.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.p-8 { padding: 2rem; }

.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }
.mt-8 { margin-top: 2rem; }

.text-center { text-align: center; }
.text-white { color: white; }
.text-white\/90 { color: rgb(255 255 255 / 0.9); }
.text-teal-100 { color: rgb(204 251 241); }
.text-teal-500 { color: rgb(20 184 166); }
.text-teal-600 { color: rgb(13 148 136); }
.text-teal-900 { color: rgb(19 78 74); }
.text-teal-950 { color: rgb(4 47 46); }

.bg-white { background-color: white; }
.bg-white\/10 { background-color: rgb(255 255 255 / 0.1); }
.bg-amber-500 { background-color: rgb(245 158 11); }
.bg-orange-600 { background-color: rgb(234 88 12); }
.bg-teal-500 { background-color: rgb(20 184 166); }
.bg-teal-600 { background-color: rgb(13 148 136); }
.bg-teal-900 { background-color: rgb(19 78 74); }
.bg-teal-950 { background-color: rgb(4 47 46); }
.bg-emerald-600 { background-color: rgb(5 150 105); }
.bg-cover { background-size: cover; }
.bg-center { background-position: center; }

.rounded-full { border-radius: 9999px; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-xl { border-radius: 0.75rem; }

.shadow-lg { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1); }

.font-serif { font-family: 'Playfair Display', serif; }
.font-light { font-weight: 300; }
.font-bold { font-weight: 700; }
.font-semibold { font-weight: 600; }

.text-xl { font-size: 1.25rem; }
.text-2xl { font-size: 1.5rem; }
.text-3xl { font-size: 1.875rem; }
.text-4xl { font-size: 2.25rem; }
.text-5xl { font-size: 3rem; }
.text-6xl { font-size: 3.75rem; }
.text-8xl { font-size: 6rem; }

.drop-shadow-xl { filter: drop-shadow(0 20px 25px rgb(0 0 0 / 0.1)); }

.italic { font-style: italic; }

.transition { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-500 { transition-duration: 500ms; }
.duration-700 { transition-duration: 700ms; }

.hover\:scale-105:hover { transform: scale(1.05); }
.hover\:scale-110:hover { transform: scale(1.1); }
.hover\:-translate-y-2:hover { transform: translateY(-0.5rem); }
.hover\:shadow-2xl:hover { box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); }

.group:hover .group-hover\:scale-110 { transform: scale(1.1); }
.group:hover .group-hover\:text-teal-600 { color: rgb(13 148 136); }

.backdrop-blur-md { backdrop-filter: blur(12px); }

.border { border-width: 1px; border-color: rgb(229 231 235); }
.border-slate-400\/50 { border-color: rgb(148 163 184 / 0.5); }
.border-orange-500\/50 { border-color: rgb(249 115 22 / 0.5); }
.border-yellow-500\/50 { border-color: rgb(234 179 8 / 0.5); }
.border-cyan-400 { border-color: rgb(34 211 238); }
.border-none { border: none; }

/* Gradient Utilities */
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-teal-900 {
  --tw-gradient-from: rgb(19 78 74);
  --tw-gradient-to: rgb(19 78 74 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-500 {
  --tw-gradient-from: rgb(20 184 166);
  --tw-gradient-to: rgb(20 184 166 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-500 {
  --tw-gradient-from: rgb(245 158 11);
  --tw-gradient-to: rgb(245 158 11 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-teal-950 {
  --tw-gradient-to: rgb(4 47 46);
}

.to-teal-600 {
  --tw-gradient-to: rgb(13 148 136);
}

.to-emerald-600 {
  --tw-gradient-to: rgb(5 150 105);
}

.to-orange-600 {
  --tw-gradient-to: rgb(234 88 12);
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-clip-text {
  background-clip: text;
}

.-webkit-background-clip-text {
  -webkit-background-clip: text;
}

.-webkit-text-fill-transparent {
  -webkit-text-fill-color: transparent;
}

/* Scroll Utilities */
.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }
.scroll-smooth { scroll-behavior: smooth; }

/* Flex Utilities */
.flex-none { flex: none; }
.flex-1 { flex: 1 1 0%; }
.flex-grow { flex-grow: 1; }

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

@media (min-width: 768px) {
  .md\:flex-row { flex-direction: row; }
  .md\:w-96 { width: 24rem; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:text-8xl { font-size: 6rem; }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* Sticky positioning */
.sticky { position: sticky; }

/* Snap utilities for scrolling */
.snap-x { scroll-snap-type: x mandatory; }
.snap-center { scroll-snap-align: center; }

/* Width utilities for responsive */
.w-\[85vw\] { width: 85vw; }

/* Utility for scale */
.scale-105 { transform: scale(1.05); }
.scale-110 { transform: scale(1.1); }

.object-cover { object-fit: cover; }

.uppercase { text-transform: uppercase; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }

.line-height-tight { line-height: 1.2; }
