/*
 * Tailwind CSS Compiled - Otimizado para Performance
 * Gerado a partir das classes usadas no projeto
 * Substitui o CDN cdn.tailwindcss.com (~124KB -> ~25KB)
 */

/* ============================================
   CSS RESET (Preflight)
   ============================================ */
*,
::before,
::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-feature-settings: normal;
}

body {
    margin: 0;
    line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button,
[type="button"] {
    -webkit-appearance: button;
    appearance: button;
    background-color: transparent;
    background-image: none;
}

img,
video {
    max-width: 100%;
    height: auto;
}

img,
svg,
video,
canvas {
    display: block;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

/* ============================================
   CUSTOM PROPERTIES (Design Tokens)
   ============================================ */
:root {
    --color-cream: #FDF8F3;
    --color-terracotta: #C4785C;
    --color-terracotta-dark: #A65D42;
    --color-sage: #9CAF88;
    --color-sage-dark: #7A9166;
    --color-charcoal: #2D2926;
    --color-warm-gray: #6B5B4F;
    --color-gold: #D4A854;
    --color-gold-dark: #B8923E;
    --color-blush: #E8C4B8;
    --font-display: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;
}

/* ============================================
   LAYOUT & CONTAINER
   ============================================ */
.container {
    width: 100%;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.max-w-2xl {
    max-width: 42rem;
}

.max-w-3xl {
    max-width: 48rem;
}

.max-w-4xl {
    max-width: 56rem;
}

.max-w-5xl {
    max-width: 64rem;
}

.max-w-6xl {
    max-width: 72rem;
}

.max-w-7xl {
    max-width: 80rem;
}

.max-w-full {
    max-width: 100%;
}

.max-w-none {
    max-width: none;
}

.max-w-xs {
    max-width: 20rem;
}

.min-h-screen {
    min-height: 100vh;
}

.w-full {
    width: 100%;
}

.w-4 {
    width: 1rem;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-7 {
    width: 1.75rem;
}

.w-8 {
    width: 2rem;
}

.w-10 {
    width: 2.5rem;
}

.w-14 {
    width: 3.5rem;
}

.w-16 {
    width: 4rem;
}

.w-20 {
    width: 5rem;
}

.w-32 {
    width: 8rem;
}

.h-1 {
    height: 0.25rem;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-7 {
    height: 1.75rem;
}

.h-8 {
    height: 2rem;
}

.h-10 {
    height: 2.5rem;
}

.h-14 {
    height: 3.5rem;
}

.h-16 {
    height: 4rem;
}

.h-20 {
    height: 5rem;
}

.h-32 {
    height: 8rem;
}

.h-40 {
    height: 10rem;
}

.h-56 {
    height: 14rem;
}

.h-auto {
    height: auto;
}

.h-px {
    height: 1px;
}

.h-full {
    height: 100%;
}

.min-w-\[70px\] {
    min-width: 70px;
}

.min-w-\[85px\] {
    min-width: 85px;
}

/* ============================================
   FLEXBOX
   ============================================ */
.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.flex-col {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.flex-1 {
    flex: 1 1 0%;
}

.items-start {
    align-items: flex-start;
}

.items-center {
    align-items: center;
}

.items-baseline {
    align-items: baseline;
}

.justify-start {
    justify-content: flex-start;
}

.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-12 {
    gap: 3rem;
}

/* ============================================
   GRID
   ============================================ */
.grid {
    display: grid;
}

/* ============================================
   SPACING (Padding & Margin)
   ============================================ */
.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.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-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.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 {
    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-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

.m-0 {
    margin: 0;
}

.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;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.ml-0\.5 {
    margin-left: 0.125rem;
}

.ml-1 {
    margin-left: 0.25rem;
}

.ml-16 {
    margin-left: 4rem;
}

.-space-x-2> :not([hidden])~ :not([hidden]) {
    margin-left: -0.5rem;
}

.-space-x-3> :not([hidden])~ :not([hidden]) {
    margin-left: -0.75rem;
}

.space-y-1> :not([hidden])~ :not([hidden]) {
    margin-top: 0.25rem;
}

.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;
}

.space-y-8> :not([hidden])~ :not([hidden]) {
    margin-top: 2rem;
}

/* ============================================
   POSITIONING
   ============================================ */
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.top-0 {
    top: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.left-0 {
    left: 0px;
}

.right-0 {
    right: 0px;
}

.left-2 {
    left: 0.5rem;
}

.bottom-2 {
    bottom: 0.5rem;
}

.left-4 {
    left: 1rem;
}

.bottom-4 {
    bottom: 1rem;
}

.-top-2 {
    top: -0.5rem;
}

.-right-2 {
    right: -0.5rem;
}

.-top-4 {
    top: -1rem;
}

.left-1\/2 {
    left: 50%;
}

.-translate-x-1\/2 {
    transform: translateX(-50%);
}

.inset-0 {
    inset: 0px;
}

.-inset-1 {
    inset: -0.25rem;
}

.z-10 {
    z-index: 10;
}

.z-50 {
    z-index: 50;
}

/* ============================================
   DISPLAY
   ============================================ */
.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.hidden {
    display: none;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

/* ============================================
   TYPOGRAPHY
   ============================================ */
.font-display {
    font-family: var(--font-display);
}

.font-body {
    font-family: var(--font-body);
}

.font-sans {
    font-family: var(--font-body);
}

.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;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-black {
    font-weight: 900;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.leading-tight {
    line-height: 1.25;
}

.leading-relaxed {
    line-height: 1.625;
}

.tracking-tight {
    letter-spacing: -0.025em;
}

.tracking-wide {
    letter-spacing: 0.025em;
}

.tracking-wider {
    letter-spacing: 0.05em;
}

.uppercase {
    text-transform: uppercase;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.line-through {
    text-decoration-line: line-through;
}

/* ============================================
   COLORS - TEXT
   ============================================ */
.text-white {
    color: #ffffff;
}

.text-white\/40 {
    color: rgb(255 255 255 / 0.4);
}

.text-white\/50 {
    color: rgb(255 255 255 / 0.5);
}

.text-white\/60 {
    color: rgb(255 255 255 / 0.6);
}

.text-white\/70 {
    color: rgb(255 255 255 / 0.7);
}

.text-white\/80 {
    color: rgb(255 255 255 / 0.8);
}

.text-white\/90 {
    color: rgb(255 255 255 / 0.9);
}

.text-charcoal {
    color: var(--color-charcoal);
}

.text-warm-gray {
    color: var(--color-warm-gray);
}

.text-terracotta {
    color: var(--color-terracotta);
}

.text-sage {
    color: var(--color-sage);
}

.text-sage-dark {
    color: var(--color-sage-dark);
}

.text-gold {
    color: var(--color-gold);
}

.text-gold-dark {
    color: var(--color-gold-dark);
}

.text-green-400 {
    color: #4ade80;
}

.text-red-500 {
    color: #ef4444;
}

.text-transparent {
    color: transparent;
}

/* ============================================
   COLORS - BACKGROUND
   ============================================ */
.bg-white {
    background-color: #ffffff;
}

.bg-white\/5 {
    background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/90 {
    background-color: rgb(255 255 255 / 0.9);
}

.bg-cream {
    background-color: var(--color-cream);
}

.bg-charcoal {
    background-color: var(--color-charcoal);
}

.bg-terracotta {
    background-color: var(--color-terracotta);
}

.bg-terracotta\/10 {
    background-color: rgb(196 120 92 / 0.1);
}

.bg-sage {
    background-color: var(--color-sage);
}

.bg-sage\/10 {
    background-color: rgb(156 175 136 / 0.1);
}

.bg-sage\/20 {
    background-color: rgb(156 175 136 / 0.2);
}

.bg-gold {
    background-color: var(--color-gold);
}

.bg-gold\/10 {
    background-color: rgb(212 168 84 / 0.1);
}

.bg-gold\/20 {
    background-color: rgb(212 168 84 / 0.2);
}

.bg-gold\/30 {
    background-color: rgb(212 168 84 / 0.3);
}

.bg-blush {
    background-color: var(--color-blush);
}

.bg-blush\/20 {
    background-color: rgb(232 196 184 / 0.2);
}

.bg-blush\/50 {
    background-color: rgb(232 196 184 / 0.5);
}

.bg-charcoal\/10 {
    background-color: rgb(45 41 38 / 0.1);
}

.bg-charcoal\/30 {
    background-color: rgb(45 41 38 / 0.3);
}

.bg-charcoal\/40 {
    background-color: rgb(45 41 38 / 0.4);
}

.bg-transparent {
    background-color: transparent;
}

.bg-\[\#1f1c1a\] {
    background-color: #1f1c1a;
}

.bg-\[\#a65d42\] {
    background-color: #a65d42;
}

/* ============================================
   GRADIENTS
   ============================================ */
.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.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));
}

.from-cream {
    --tw-gradient-from: var(--color-cream);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(253 248 243 / 0));
}

.from-terracotta {
    --tw-gradient-from: var(--color-terracotta);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(196 120 92 / 0));
}

.from-terracotta\/20 {
    --tw-gradient-from: rgb(196 120 92 / 0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(196 120 92 / 0));
}

.from-terracotta\/50 {
    --tw-gradient-from: rgb(196 120 92 / 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(196 120 92 / 0));
}

.from-gold {
    --tw-gradient-from: var(--color-gold);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(212 168 84 / 0));
}

.from-gold\/10 {
    --tw-gradient-from: rgb(212 168 84 / 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(212 168 84 / 0));
}

.from-gold\/20 {
    --tw-gradient-from: rgb(212 168 84 / 0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(212 168 84 / 0));
}

.from-white\/15 {
    --tw-gradient-from: rgb(255 255 255 / 0.15);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0));
}

.from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent);
}

.from-yellow-300 {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(253 224 71 / 0));
}

.via-terracotta {
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-terracotta), var(--tw-gradient-to, rgb(196 120 92 / 0));
}

.via-terracotta\/30 {
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 120 92 / 0.3), var(--tw-gradient-to, rgb(196 120 92 / 0));
}

.via-gold {
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-gold), var(--tw-gradient-to, rgb(212 168 84 / 0));
}

.via-gold\/30 {
    --tw-gradient-stops: var(--tw-gradient-from), rgb(212 168 84 / 0.3), var(--tw-gradient-to, rgb(212 168 84 / 0));
}

.via-cream {
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-cream), var(--tw-gradient-to, rgb(253 248 243 / 0));
}

.via-blush\/20 {
    --tw-gradient-stops: var(--tw-gradient-from), rgb(232 196 184 / 0.2), var(--tw-gradient-to, rgb(232 196 184 / 0));
}

.via-charcoal {
    --tw-gradient-stops: var(--tw-gradient-from), var(--color-charcoal), var(--tw-gradient-to, rgb(45 41 38 / 0));
}

.via-white\/10 {
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1), var(--tw-gradient-to, rgb(255 255 255 / 0));
}

.via-white\/30 {
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.3), var(--tw-gradient-to, rgb(255 255 255 / 0));
}

.via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgb(253 224 71 / 0));
}

.via-\[\#d4855c\] {
    --tw-gradient-stops: var(--tw-gradient-from), #d4855c, var(--tw-gradient-to, rgb(212 133 92 / 0));
}

.to-cream {
    --tw-gradient-to: var(--color-cream);
}

.to-gold {
    --tw-gradient-to: var(--color-gold);
}

.to-gold\/20 {
    --tw-gradient-to: rgb(212 168 84 / 0.2);
}

.to-terracotta {
    --tw-gradient-to: var(--color-terracotta);
}

.to-terracotta\/10 {
    --tw-gradient-to: rgb(196 120 92 / 0.1);
}

.to-terracotta\/50 {
    --tw-gradient-to: rgb(196 120 92 / 0.5);
}

.to-terracotta-dark {
    --tw-gradient-to: var(--color-terracotta-dark);
}

.to-sage-dark {
    --tw-gradient-to: var(--color-sage-dark);
}

.to-gold-dark {
    --tw-gradient-to: var(--color-gold-dark);
}

.to-blush {
    --tw-gradient-to: var(--color-blush);
}

.to-white {
    --tw-gradient-to: #ffffff;
}

.to-white\/5 {
    --tw-gradient-to: rgb(255 255 255 / 0.05);
}

.to-transparent {
    --tw-gradient-to: transparent;
}

.to-\[\#1f1c1a\] {
    --tw-gradient-to: #1f1c1a;
}

.to-\[\#a65d42\] {
    --tw-gradient-to: #a65d42;
}

.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
}

/* ============================================
   BORDERS
   ============================================ */
.border {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-white {
    border-color: #ffffff;
}

.border-white\/10 {
    border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
    border-color: rgb(255 255 255 / 0.2);
}

.border-terracotta\/10 {
    border-color: rgb(196 120 92 / 0.1);
}

.border-sage\/10 {
    border-color: rgb(156 175 136 / 0.1);
}

.border-gold\/20 {
    border-color: rgb(212 168 84 / 0.2);
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.rounded-\[2rem\] {
    border-radius: 2rem;
}

/* ============================================
   SHADOWS
   ============================================ */
.shadow-md {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.shadow-xl {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.shadow-terracotta\/30 {
    --tw-shadow-color: rgb(196 120 92 / 0.3);
}

.shadow-gold\/30 {
    --tw-shadow-color: rgb(212 168 84 / 0.3);
}

.drop-shadow-2xl {
    filter: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
}

/* ============================================
   FILTERS & EFFECTS
   ============================================ */
.blur {
    filter: blur(8px);
}

.blur-lg {
    filter: blur(16px);
}

.blur-3xl {
    filter: blur(64px);
}

.backdrop-blur {
    backdrop-filter: blur(8px);
}

.backdrop-blur-xl {
    backdrop-filter: blur(24px);
}

.opacity-10 {
    opacity: 0.1;
}

.opacity-30 {
    opacity: 0.3;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-75 {
    opacity: 0.75;
}

.opacity-90 {
    opacity: 0.9;
}

/* ============================================
   TRANSFORMS
   ============================================ */
.transform {
    transform: translateX(var(--tw-translate-x, 0)) translateY(var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) skewX(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1));
}

.rotate-12 {
    --tw-rotate: 12deg;
    transform: rotate(12deg);
}

.scale-105 {
    transform: scale(1.05);
}

.scale-110 {
    transform: scale(1.1);
}

.scale-\[1\.02\] {
    transform: scale(1.02);
}

/* ============================================
   TRANSITIONS & ANIMATIONS
   ============================================ */
.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-transform {
    transition-property: transform;
    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;
}

.duration-500 {
    transition-duration: 500ms;
}

@keyframes pulse {
    50% {
        opacity: .5;
    }
}

@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);
    }
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce {
    animation: bounce 1s infinite;
}

/* ============================================
   OBJECT FIT
   ============================================ */
.object-cover {
    object-fit: cover;
}

.object-contain {
    object-fit: contain;
}

.aspect-video {
    aspect-ratio: 16 / 9;
}

/* ============================================
   CURSOR & INTERACTION
   ============================================ */
.cursor-pointer {
    cursor: pointer;
}

.self-center {
    align-self: center;
}

/* ============================================
   DECORATION
   ============================================ */
.decoration-red-500 {
    text-decoration-color: #ef4444;
}

.decoration-\[3px\] {
    text-decoration-thickness: 3px;
}

/* ============================================
   LIST STYLES
   ============================================ */
.list-disc {
    list-style-type: disc;
}

.list-inside {
    list-style-position: inside;
}

/* ============================================
   PROSE (Content Styles)
   ============================================ */
.prose {
    color: var(--color-charcoal);
    max-width: 65ch;
}

.prose-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

/* ============================================
   HOVER STATES
   ============================================ */
.hover\:text-terracotta:hover {
    color: var(--color-terracotta);
}

.hover\:scale-105:hover {
    transform: scale(1.05);
}

.hover\:scale-110:hover {
    transform: scale(1.1);
}

.hover\:scale-\[1\.02\]:hover {
    transform: scale(1.02);
}

.hover\:-translate-y-1:hover {
    transform: translateY(-0.25rem);
}

.hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.hover\:shadow-gold\/30:hover {
    --tw-shadow-color: rgb(212 168 84 / 0.3);
}

.hover\:opacity-100:hover {
    opacity: 1;
}

.hover\:opacity-75:hover {
    opacity: 0.75;
}

.hover\:bg-charcoal\/40:hover {
    background-color: rgb(45 41 38 / 0.4);
}

.group:hover .group-hover\:scale-105 {
    transform: scale(1.05);
}

.group:hover .group-hover\:scale-110 {
    transform: scale(1.1);
}

.group:hover .group-hover\:bg-charcoal\/40 {
    background-color: rgb(45 41 38 / 0.4);
}

.group:hover .group-hover\:opacity-75 {
    opacity: 0.75;
}

/* ============================================
   FILL & STROKE (SVG)
   ============================================ */
[fill="currentColor"] {
    fill: currentColor;
}

[stroke="currentColor"] {
    stroke: currentColor;
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */

/* SM (640px) */
@media (min-width: 640px) {
    .sm\:block {
        display: block;
    }

    .sm\:flex-row {
        flex-direction: row;
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .sm\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .sm\:pt-20 {
        padding-top: 5rem;
    }

    .sm\:pb-12 {
        padding-bottom: 3rem;
    }

    .sm\:p-4 {
        padding: 1rem;
    }

    .sm\:p-6 {
        padding: 1.5rem;
    }

    .sm\:gap-6 {
        gap: 1.5rem;
    }

    .sm\:-space-x-3> :not([hidden])~ :not([hidden]) {
        margin-left: -0.75rem;
    }

    .sm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .sm\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .sm\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .sm\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .sm\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .sm\:w-auto {
        width: auto;
    }

    .sm\:w-10 {
        width: 2.5rem;
    }

    .sm\:w-20 {
        width: 5rem;
    }

    .sm\:w-40 {
        width: 10rem;
    }

    .sm\:h-10 {
        height: 2.5rem;
    }

    .sm\:h-20 {
        height: 5rem;
    }

    .sm\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .sm\:mb-8 {
        margin-bottom: 2rem;
    }

    .sm\:ml-1 {
        margin-left: 0.25rem;
    }

    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .sm\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .sm\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }

    .sm\:rounded-2xl {
        border-radius: 1rem;
    }

    .sm\:shadow-2xl {
        box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    }

    .sm\:bottom-4 {
        bottom: 1rem;
    }

    .sm\:left-4 {
        left: 1rem;
    }

    .sm\:min-w-\[85px\] {
        min-width: 85px;
    }

    .sm\:max-w-\[250px\] {
        max-width: 250px;
    }

    .sm\:max-w-xs {
        max-width: 20rem;
    }
}

/* MD (768px) */
@media (min-width: 768px) {
    .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\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .md\:h-20 {
        height: 5rem;
    }

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

/* LG (1024px) */
@media (min-width: 1024px) {
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .lg\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .lg\:p-8 {
        padding: 2rem;
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .lg\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }
}