/* ==========================================================================
   House of Gyro - compiled stylesheet
   Replaces the Tailwind CDN (cdn.tailwindcss.com), which is development-only.
   Contains only the utilities actually used across the four pages, built from
   the same theme tokens the old inline tailwind.config declared.
   ========================================================================== */

:root {
  --ajrak-red: 139 26 26;
  --ajrak-red-dark: 110 20 20;
  --ajrak-indigo: 28 28 46;
  --ajrak-slate: 58 58 68;
  --ajrak-cream: 242 233 220;
  --primary: 28 28 46;
  --primary-container: 42 42 66;
  --on-primary: 255 255 255;
  --on-primary-container: 207 201 216;
  --secondary: 107 99 87;
  --secondary-container: 236 227 215;
  --secondary-fixed: 236 227 215;
  --on-secondary: 255 255 255;
  --background: 250 246 240;
  --on-background: 28 28 46;
  --surface: 250 246 240;
  --surface-bright: 255 253 250;
  --surface-variant: 236 227 215;
  --surface-container-lowest: 255 255 255;
  --surface-container-low: 247 241 232;
  --surface-container: 242 235 224;
  --surface-container-high: 236 228 216;
  --on-surface: 28 28 46;
  --on-surface-variant: 90 83 72;
  --inverse-surface: 42 42 66;
  --inverse-primary: 217 179 179;
  --outline-variant: 216 207 192;
  --error: 186 26 26;
  --white: 255 255 255;
}

/* --------------------------------------------------------------- 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, "Segoe UI", Roboto, sans-serif; }
body { margin: 0; line-height: inherit; }
hr { height: 0; color: inherit; border-top-width: 1px; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; margin: 0; }
p, figure, blockquote, dl, dd { margin: 0; }
ol, ul, menu { list-style: none; margin: 0; padding: 0; }
a { color: inherit; text-decoration: inherit; }
b, strong { font-weight: bolder; }
small { font-size: 80%; }
table { text-indent: 0; border-color: inherit; border-collapse: collapse; }
button, input, optgroup, select, textarea { font-family: inherit; font-feature-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='submit'] { -webkit-appearance: button; background-color: transparent; background-image: none; cursor: pointer; }
:-moz-focusring { outline: auto; }
progress { vertical-align: baseline; }
summary { display: list-item; }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { opacity: 1; color: #9ca3af; }
img, svg, video, canvas, audio, iframe, embed, object { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }
[hidden] { display: none; }

/* form control base (equivalent of the @tailwindcss/forms plugin) */
[type='text'], [type='email'], [type='number'], [type='date'], select, textarea {
  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;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='number']:focus, [type='date']:focus, select:focus, textarea:focus {
  outline: 2px solid transparent; outline-offset: 2px; border-color: #2563eb;
  box-shadow: 0 0 0 1px #2563eb;
}
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;
}

/* ---------------------------------------------------------------- typography
   Custom fontSize tokens carry size + line-height + weight (+ tracking).      */
.font-title-sm, .font-display-lg, .font-display-lg-mobile, .font-headline-md { font-family: Montserrat, ui-sans-serif, system-ui, sans-serif; }
.font-label-caps, .font-body-lg, .font-body-md { font-family: Inter, ui-sans-serif, system-ui, sans-serif; }

.text-title-sm { font-size: 18px; line-height: 1.4; font-weight: 600; }
.text-label-caps { font-size: 12px; line-height: 1; letter-spacing: 0.05em; font-weight: 700; }
.text-body-lg { font-size: 18px; line-height: 1.6; font-weight: 400; }
.text-body-md { font-size: 16px; line-height: 1.5; font-weight: 400; }
.text-headline-md { font-size: 24px; line-height: 1.3; font-weight: 600; }
.text-display-lg-mobile { font-size: 32px; line-height: 1.2; font-weight: 700; }
.text-display-lg { font-size: 48px; line-height: 1.1; letter-spacing: -0.02em; font-weight: 700; }

.text-\[13px\] { font-size: 13px; }
.text-\[14px\] { font-size: 14px; }
.text-\[15px\] { font-size: 15px; }
.text-\[48px\] { font-size: 48px; }
.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; }

.font-bold { font-weight: 700; }
.uppercase { text-transform: uppercase; }
.tracking-widest { letter-spacing: 0.1em; }
.leading-none { line-height: 1; }
.leading-tight { line-height: 1.25; }
.not-italic { font-style: normal; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.whitespace-nowrap { white-space: nowrap; }
.break-all { word-break: break-all; }

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

.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.sticky { position: sticky; }

.inset-0 { inset: 0; }
.inset-y-0 { top: 0; bottom: 0; }
.top-0 { top: 0; }
.bottom-0 { bottom: 0; }
.left-0 { left: 0; }
.right-0 { right: 0; }
.top-3 { top: 0.75rem; }
.left-3 { left: 0.75rem; }

.z-0 { z-index: 0; }
.z-10 { z-index: 10; }
.z-20 { z-index: 20; }
.z-50 { z-index: 50; }
.z-\[55\] { z-index: 55; }
.z-\[60\] { z-index: 60; }

.flex-col { flex-direction: column; }
.flex-col-reverse { flex-direction: column-reverse; }
.flex-wrap { flex-wrap: wrap; }
.flex-1 { flex: 1 1 0%; }
.flex-grow { flex-grow: 1; }
.shrink-0 { flex-shrink: 0; }
.self-center { align-self: center; }
.order-1 { order: 1; }
.order-2 { order: 2; }

.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-end { justify-content: flex-end; }

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

.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; }
.gap-16 { gap: 4rem; }
.gap-gutter { gap: 24px; }
.gap-x-6 { column-gap: 1.5rem; }
.gap-y-2 { row-gap: 0.5rem; }
.space-x-1 > * + * { margin-left: 0.25rem; }
.space-x-2 > * + * { margin-left: 0.5rem; }

.mx-auto { margin-left: auto; margin-right: auto; }
.mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
.mt-12 { margin-top: 3rem; }
.mt-auto { margin-top: auto; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }

.p-3 { padding: 0.75rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.p-margin-mobile { padding: 16px; }
.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-gutter { padding-left: 24px; padding-right: 24px; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.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-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-section-padding-mobile { padding-top: 40px; padding-bottom: 40px; }
.py-section-padding-desktop { padding-top: 80px; padding-bottom: 80px; }
.pb-1 { padding-bottom: 0.25rem; }
.pb-4 { padding-bottom: 1rem; }

.w-2 { width: 0.5rem; }
.w-8 { width: 2rem; }
.w-10 { width: 2.5rem; }
.w-64 { width: 16rem; }
.w-auto { width: auto; }
.w-full { width: 100%; }
.h-2 { height: 0.5rem; }
.h-10 { height: 2.5rem; }
.h-14 { height: 3.5rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.h-64 { height: 16rem; }
.h-0\.5 { height: 0.125rem; }
.h-1\.5 { height: 0.375rem; }
.h-px { height: 1px; }
.h-auto { height: auto; }
.h-full { height: 100%; }
.h-\[250px\] { height: 250px; }
.h-\[300px\] { height: 300px; }
.h-\[420px\] { height: 420px; }
.h-\[480px\] { height: 480px; }
.h-\[614px\] { height: 614px; }

.min-h-screen { min-height: 100vh; }
.min-h-\[120px\] { min-height: 120px; }
.min-h-\[320px\] { min-height: 320px; }
.min-h-\[360px\] { min-height: 360px; }
.min-h-\[400px\] { min-height: 400px; }
.min-h-\[600px\] { min-height: 600px; }

.max-w-xs { max-width: 20rem; }
.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-container-max { max-width: 1200px; }
.max-w-\[260px\] { max-width: 260px; }
.max-w-\[400px\] { max-width: 400px; }
.max-w-\[420px\] { max-width: 420px; }
.max-w-\[720px\] { max-width: 720px; }
.max-w-\[800px\] { max-width: 800px; }

.aspect-square { aspect-ratio: 1 / 1; }
.aspect-video { aspect-ratio: 16 / 9; }
.object-cover { object-fit: cover; }

.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }
.overflow-x-hidden { overflow-x: hidden; }
.overflow-y-auto { overflow-y: auto; }
.scroll-mt-32 { scroll-margin-top: 8rem; }

/* -------------------------------------------------------------------- colors */
.bg-transparent { background-color: transparent; }
.bg-white { background-color: rgb(var(--white) / var(--tw-bg-opacity, 1)); }
.bg-ajrak-red { background-color: rgb(var(--ajrak-red) / var(--tw-bg-opacity, 1)); }
.bg-ajrak-indigo { background-color: rgb(var(--ajrak-indigo) / var(--tw-bg-opacity, 1)); }
.bg-ajrak-slate { background-color: rgb(var(--ajrak-slate) / var(--tw-bg-opacity, 1)); }
.bg-ajrak-cream { background-color: rgb(var(--ajrak-cream) / var(--tw-bg-opacity, 1)); }
.bg-primary { background-color: rgb(var(--primary) / var(--tw-bg-opacity, 1)); }
.bg-primary-container { background-color: rgb(var(--primary-container) / var(--tw-bg-opacity, 1)); }
.bg-background { background-color: rgb(var(--background) / var(--tw-bg-opacity, 1)); }
.bg-surface { background-color: rgb(var(--surface) / var(--tw-bg-opacity, 1)); }
.bg-surface-bright { background-color: rgb(var(--surface-bright) / var(--tw-bg-opacity, 1)); }
.bg-surface-variant { background-color: rgb(var(--surface-variant) / var(--tw-bg-opacity, 1)); }
.bg-surface-container { background-color: rgb(var(--surface-container) / var(--tw-bg-opacity, 1)); }
.bg-surface-container-low { background-color: rgb(var(--surface-container-low) / var(--tw-bg-opacity, 1)); }
.bg-surface-container-high { background-color: rgb(var(--surface-container-high) / var(--tw-bg-opacity, 1)); }
.bg-surface-container-lowest { background-color: rgb(var(--surface-container-lowest) / var(--tw-bg-opacity, 1)); }
.bg-ajrak-cream\/20 { background-color: rgb(var(--ajrak-cream) / 0.2); }
.bg-ajrak-red\/10 { background-color: rgb(var(--ajrak-red) / 0.1); }
.bg-ajrak-red\/30 { background-color: rgb(var(--ajrak-red) / 0.3); }
.bg-primary\/50 { background-color: rgb(var(--primary) / 0.5); }
.bg-primary\/80 { background-color: rgb(var(--primary) / 0.8); }
.bg-white\/10 { background-color: rgb(var(--white) / 0.1); }
.bg-outline-variant\/30 { background-color: rgb(var(--outline-variant) / 0.3); }
.bg-opacity-75 { --tw-bg-opacity: 0.75; }

.text-white { color: rgb(var(--white)); }
.text-primary { color: rgb(var(--primary)); }
.text-ajrak-red { color: rgb(var(--ajrak-red)); }
.text-ajrak-indigo { color: rgb(var(--ajrak-indigo)); }
.text-ajrak-slate { color: rgb(var(--ajrak-slate)); }
.text-ajrak-cream { color: rgb(var(--ajrak-cream)); }
.text-on-primary { color: rgb(var(--on-primary)); }
.text-on-primary-container { color: rgb(var(--on-primary-container)); }
.text-on-background { color: rgb(var(--on-background)); }
.text-on-surface { color: rgb(var(--on-surface)); }
.text-on-surface-variant { color: rgb(var(--on-surface-variant)); }
.text-secondary { color: rgb(var(--secondary)); }
.text-error { color: rgb(var(--error)); }
.text-secondary-fixed { color: rgb(var(--secondary-fixed)); }
.text-ajrak-cream\/50 { color: rgb(var(--ajrak-cream) / 0.5); }
.text-ajrak-cream\/60 { color: rgb(var(--ajrak-cream) / 0.6); }
.text-ajrak-cream\/70 { color: rgb(var(--ajrak-cream) / 0.7); }
.text-ajrak-cream\/80 { color: rgb(var(--ajrak-cream) / 0.8); }
.text-ajrak-cream\/90 { color: rgb(var(--ajrak-cream) / 0.9); }

/* ------------------------------------------------------------------- borders */
.border { border-width: 1px; }
.border-0 { border-width: 0; }
.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-y { border-top-width: 1px; border-bottom-width: 1px; }
.border-collapse { border-collapse: collapse; }

.border-primary { border-color: rgb(var(--primary) / var(--tw-border-opacity, 1)); }
.border-secondary { border-color: rgb(var(--secondary) / var(--tw-border-opacity, 1)); }
.border-ajrak-red { border-color: rgb(var(--ajrak-red) / var(--tw-border-opacity, 1)); }
.border-ajrak-indigo { border-color: rgb(var(--ajrak-indigo) / var(--tw-border-opacity, 1)); }
.border-outline-variant { border-color: rgb(var(--outline-variant) / var(--tw-border-opacity, 1)); }
.border-ajrak-cream\/60 { border-color: rgb(var(--ajrak-cream) / 0.6); }
.border-ajrak-slate\/20 { border-color: rgb(var(--ajrak-slate) / 0.2); }
.border-ajrak-slate\/25 { border-color: rgb(var(--ajrak-slate) / 0.25); }
.border-ajrak-slate\/40 { border-color: rgb(var(--ajrak-slate) / 0.4); }
.border-outline-variant\/30 { border-color: rgb(var(--outline-variant) / 0.3); }
.border-outline-variant\/50 { border-color: rgb(var(--outline-variant) / 0.5); }
.border-white\/10 { border-color: rgb(var(--white) / 0.1); }
.border-white\/20 { border-color: rgb(var(--white) / 0.2); }
.border-opacity-20 { --tw-border-opacity: 0.2; }

.rounded { border-radius: 0.125rem; }
.rounded-lg { border-radius: 0.25rem; }
.rounded-xl { border-radius: 0.5rem; }
.rounded-full { border-radius: 0.75rem; }

/* ----------------------------------------------------------------- gradients */
.bg-gradient-to-t { background-image: linear-gradient(to top, var(--tw-gradient-stops)); }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.from-ajrak-indigo { --tw-gradient-from: rgb(var(--ajrak-indigo)); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-primary\/95 { --tw-gradient-from: rgb(var(--primary) / 0.95); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.via-ajrak-indigo\/95 { --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--ajrak-indigo) / 0.95), var(--tw-gradient-to, transparent); }
.via-primary\/40 { --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--primary) / 0.4), var(--tw-gradient-to, transparent); }
.via-primary\/60 { --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--primary) / 0.6), var(--tw-gradient-to, transparent); }
.to-ajrak-red\/40 { --tw-gradient-to: rgb(var(--ajrak-red) / 0.4); }
.to-transparent { --tw-gradient-to: transparent; }

/* ------------------------------------------------------ effects & transitions */
.shadow { box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); }
.shadow-sm { box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); }
.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-xl { box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); }
.drop-shadow-sm { filter: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05)); }
.drop-shadow-md { filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06)); }
.drop-shadow-lg { filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1)); }
.drop-shadow-2xl { filter: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15)); }
.blur-3xl { filter: blur(64px); }

.opacity-0 { opacity: 0; }
.opacity-25 { opacity: 0.25; }
.opacity-30 { opacity: 0.3; }
.opacity-60 { opacity: 0.6; }

.transform { transform: translate(0, 0); }
.translate-x-full { transform: translateX(100%); }
.scale-90 { transform: scale(0.9); }

.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, 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; }
.transition-shadow { transition-property: box-shadow; 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; }
.duration-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }
.duration-700 { transition-duration: 700ms; }

.outline-none { outline: 2px solid transparent; outline-offset: 2px; }

@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
.animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }

/* ---------------------------------------------------------------- selection */
.selection\:bg-surface-variant ::selection { background-color: rgb(var(--surface-variant)); }
.selection\:text-on-surface-variant ::selection { color: rgb(var(--on-surface-variant)); }
.selection\:bg-primary-container ::selection { background-color: rgb(var(--primary-container)); }
.selection\:text-on-primary-container ::selection { color: rgb(var(--on-primary-container)); }

/* ----------------------------------------------------------- state variants */
.hover\:bg-ajrak-red:hover { background-color: rgb(var(--ajrak-red)); }
.hover\:bg-ajrak-red-dark:hover { background-color: rgb(var(--ajrak-red-dark)); }
.hover\:bg-ajrak-indigo:hover { background-color: rgb(var(--ajrak-indigo)); }
.hover\:bg-ajrak-cream:hover { background-color: rgb(var(--ajrak-cream)); }
.hover\:bg-ajrak-slate:hover { background-color: rgb(var(--ajrak-slate)); }
.hover\:bg-secondary:hover { background-color: rgb(var(--secondary)); }
.hover\:bg-surface-container-high:hover { background-color: rgb(var(--surface-container-high)); }
.hover\:bg-surface-container-low:hover { background-color: rgb(var(--surface-container-low)); }
.hover\:bg-opacity-90:hover { --tw-bg-opacity: 0.9; }
.hover\:text-white:hover { color: rgb(var(--white)); }
.hover\:text-ajrak-red:hover { color: rgb(var(--ajrak-red)); }
.hover\:text-ajrak-indigo:hover { color: rgb(var(--ajrak-indigo)); }
.hover\:text-on-secondary:hover { color: rgb(var(--on-secondary)); }
.hover\:border-ajrak-red:hover { border-color: rgb(var(--ajrak-red)); }
.hover\:border-ajrak-slate:hover { border-color: rgb(var(--ajrak-slate)); }
.hover\:shadow-md:hover { box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); }
.hover\:underline:hover { text-decoration-line: underline; }
.hover\:-translate-y-0\.5:hover { transform: translateY(-0.125rem); }
.hover\:opacity-100:hover { opacity: 1; }

.focus\:border-ajrak-red:focus { border-color: rgb(var(--ajrak-red)); }
.focus\:ring-1:focus { box-shadow: 0 0 0 1px var(--tw-ring-color, rgb(var(--ajrak-red))); }
.focus\:ring-ajrak-red:focus { --tw-ring-color: rgb(var(--ajrak-red)); }

.group:hover .group-hover\:scale-105 { transform: scale(1.05); }

.dark .dark\:bg-inverse-surface { background-color: rgb(var(--inverse-surface)); }
.dark .dark\:bg-primary-container { background-color: rgb(var(--primary-container)); }
.dark .dark\:text-inverse-primary { color: rgb(var(--inverse-primary)); }
.dark .dark\:text-on-primary-container { color: rgb(var(--on-primary-container)); }

/* ------------------------------------------------------------- page loader */
#page-loader {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.75rem;
  background-color: rgb(var(--ajrak-indigo));
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
#page-loader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
#page-loader img {
  width: min(260px, 58vw); height: auto;
  filter: drop-shadow(0 20px 30px rgb(0 0 0 / 0.35));
  animation: loader-breathe 1.6s ease-in-out infinite alternate;
}
@keyframes loader-breathe {
  from { transform: scale(0.95); opacity: 0.85; }
  to   { transform: scale(1);    opacity: 1; }
}
.loader-bar {
  width: min(200px, 46vw); height: 3px; overflow: hidden;
  border-radius: 0.75rem; background-color: rgb(var(--ajrak-cream) / 0.2);
}
.loader-bar span {
  display: block; height: 100%; width: 40%;
  border-radius: 0.75rem; background-color: rgb(var(--ajrak-red));
  animation: loader-slide 1.2s ease-in-out infinite;
}
@keyframes loader-slide {
  0%   { transform: translateX(-110%); }
  100% { transform: translateX(360%); }
}
@media (prefers-reduced-motion: reduce) {
  #page-loader img, .loader-bar span { animation: none; }
  .loader-bar span { width: 100%; }
}

/* --------------------------------------------- compact menu cards on phones
   Two per row with tightened internals, so roughly four items are visible
   on a 414x896 screen instead of one and a half.                            */
@media (max-width: 639px) {
  .menu-section .gap-gutter { gap: 0.75rem; }
  .menu-section article .p-5 { padding: 0.625rem 0.75rem 0.875rem; }
  /* stack name above price - side by side is too cramped at half width */
  .menu-section article .justify-between {
    flex-direction: column; align-items: flex-start; gap: 0.125rem; margin-bottom: 0.25rem;
  }
  .menu-section article .text-title-sm { font-size: 14px; line-height: 1.25; }
  .menu-section article .text-\[14px\] { font-size: 12px; line-height: 1.4; }
  .menu-section article .text-label-caps { font-size: 9px; }
  .menu-section article .px-3 { padding-left: 0.375rem; padding-right: 0.375rem; }
  .menu-section article .py-2 { padding-top: 0.1875rem; padding-bottom: 0.1875rem; }
  .menu-section article .top-3 { top: 0.375rem; }
  .menu-section article .left-3 { left: 0.375rem; }
}

/* ------------------------------------------------------------- sm (>=640px) */
@media (min-width: 640px) {
  .sm\:col-span-2 { grid-column: span 2 / span 2; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:flex-row { flex-direction: row; }
  .sm\:items-start { align-items: flex-start; }
  .sm\:text-left { text-align: left; }
}

/* ------------------------------------------------------------- md (>=768px) */
@media (min-width: 768px) {
  .md\:block { display: block; }
  .md\:flex { display: flex; }
  .md\:hidden { display: none; }
  .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\:col-span-3 { grid-column: span 3 / span 3; }
  .md\:auto-rows-\[300px\] { grid-auto-rows: 300px; }
  .md\:order-1 { order: 1; }
  .md\:order-2 { order: 2; }
  .md\:justify-start { justify-content: flex-start; }
  .md\:gap-gutter { gap: 24px; }
  .md\:gap-24 { gap: 6rem; }
  .md\:mx-0 { margin-left: 0; margin-right: 0; }
  .md\:mb-0 { margin-bottom: 0; }
  .md\:p-12 { padding: 3rem; }
  .md\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
  .md\:py-section-padding-desktop { padding-top: 80px; padding-bottom: 80px; }
  .md\:w-1\/2 { width: 50%; }
  .md\:w-auto { width: auto; }
  .md\:h-16 { height: 4rem; }
  .md\:h-auto { height: auto; }
  .md\:h-full { height: 100%; }
  .md\:min-h-\[720px\] { min-height: 720px; }
  .md\:aspect-\[4\/3\] { aspect-ratio: 4 / 3; }
  .md\:text-left { text-align: left; }
  .md\:text-\[64px\] { font-size: 64px; }
  .md\:font-display-lg { font-family: Montserrat, ui-sans-serif, system-ui, sans-serif; }
  .md\:text-display-lg { font-size: 48px; line-height: 1.1; letter-spacing: -0.02em; font-weight: 700; }
}

/* ------------------------------------------------------------ lg (>=1024px) */
@media (min-width: 1024px) {
  .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\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .lg\:col-span-1 { grid-column: span 1 / span 1; }
  .lg\:col-span-2 { grid-column: span 2 / span 2; }
  .lg\:col-span-3 { grid-column: span 3 / span 3; }
  .lg\:col-span-4 { grid-column: span 4 / span 4; }
  .lg\:gap-gutter { gap: 24px; }
}
