/* ==========================================================================
   Peng Long Guest House — Production Stylesheet
   Compiled utility CSS (replaces Tailwind CDN build) + base reset
   ========================================================================== */

*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: #E8E3DA; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; line-height: inherit; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; margin: 0; }
p, blockquote, dl, dd, figure { margin: 0; }
ul, ol { margin: 0; padding: 0; }
img, video { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font-family: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; }
button { text-transform: none; background-color: transparent; background-image: none; cursor: pointer; }
a { color: inherit; text-decoration: inherit; }
svg { display: block; vertical-align: middle; }

body {
  background-color: #FDFCFA;
  color: #1C272C;
  font-family: 'Inter', system-ui, sans-serif;
}

::selection { background-color: #C8933E; color: #FFFFFF; }

.-top-3\.5 { top: -0.875rem; }
.absolute { position: absolute; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.aspect-\[3\/4\] { aspect-ratio: 3 / 4; }
.aspect-\[4\/3\] { aspect-ratio: 4 / 3; }
.aspect-square { aspect-ratio: 1 / 1; }
.backdrop-blur-md { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.backdrop-blur-sm { backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.backdrop-blur-xl { backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); }
.bg-\[\#1877F2\] { background-color: #1877F2; }
.bg-\[\#1877F2\]\/10 { background-color: rgba(24,119,242,0.1); }
.bg-\[\#229ED9\] { background-color: #229ED9; }
.bg-\[\#25D366\] { background-color: #25D366; }
.bg-\[\#25D366\]\/10 { background-color: rgba(37,211,102,0.1); }
.bg-black { background-color: #000000; }
.bg-black\/60 { background-color: rgba(0,0,0,0.6); }
.bg-black\/75 { background-color: rgba(0,0,0,0.75); }
.bg-brand-canvas { background-color: #FDFCFA; }
.bg-brand-card { background-color: #FFFFFF; }
.bg-brand-gold { background-color: #C8933E; }
.bg-brand-gold\/15 { background-color: rgba(200,147,62,0.15); }
.bg-brand-gold\/20 { background-color: rgba(200,147,62,0.2); }
.bg-brand-sand { background-color: #F4F0E8; }
.bg-brand-sand\/30 { background-color: rgba(244,240,232,0.3); }
.bg-brand-sand\/40 { background-color: rgba(244,240,232,0.4); }
.bg-brand-sand\/50 { background-color: rgba(244,240,232,0.5); }
.bg-brand-sand\/60 { background-color: rgba(244,240,232,0.6); }
.bg-brand-sand\/70 { background-color: rgba(244,240,232,0.7); }
.bg-brand-slate { background-color: #162024; }
.bg-brand-slate\/90 { background-color: rgba(22,32,36,0.9); }
.bg-brand-slate\/95 { background-color: rgba(22,32,36,0.95); }
.bg-brand-slateDeep { background-color: #0F161A; }
.bg-brand-slateDeep\/80 { background-color: rgba(15,22,26,0.8); }
.bg-brand-slateDeep\/85 { background-color: rgba(15,22,26,0.85); }
.bg-brand-slateDeep\/90 { background-color: rgba(15,22,26,0.9); }
.bg-brand-slateDeep\/98 { background-color: rgba(15,22,26,0.98); }
.bg-center { background-position: center; }
.bg-clip-text { background-clip: text; -webkit-background-clip: text; }
.bg-cover { background-size: cover; }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.bg-gradient-to-t { background-image: linear-gradient(to top, var(--tw-gradient-stops)); }
.bg-white { background-color: #FFFFFF; }
.bg-white\/10 { background-color: rgba(255,255,255,0.1); }
.bg-white\/15 { background-color: rgba(255,255,255,0.15); }
.bg-white\/30 { background-color: rgba(255,255,255,0.3); }
.block { display: block; }
.border { border-width: 1px; }
.border-2 { border-width: 2px; }
.border-b { border-bottom-width: 1px; }
.border-brand-border { border-color: #E8E3DA; }
.border-brand-gold { border-color: #C8933E; }
.border-brand-gold\/30 { border-color: rgba(200,147,62,0.3); }
.border-brand-gold\/40 { border-color: rgba(200,147,62,0.4); }
.border-brand-gold\/50 { border-color: rgba(200,147,62,0.5); }
.border-brand-gold\/60 { border-color: rgba(200,147,62,0.6); }
.border-brand-slate { border-color: #162024; }
.border-t { border-top-width: 1px; }
.border-white\/10 { border-color: rgba(255,255,255,0.1); }
.border-white\/15 { border-color: rgba(255,255,255,0.15); }
.border-white\/20 { border-color: rgba(255,255,255,0.2); }
.border-white\/25 { border-color: rgba(255,255,255,0.25); }
.border-white\/5 { border-color: rgba(255,255,255,0.05); }
.border-x { border-left-width: 1px; border-right-width: 1px; }
.border-y { border-top-width: 1px; border-bottom-width: 1px; }
.bottom-4 { bottom: 1rem; }
.cursor-pointer { cursor: pointer; }
.duration-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }
.duration-700 { transition-duration: 700ms; }
.fill-current { fill: currentColor; }
.fixed { position: fixed; }
.flex { display: flex; }
.flex-1 { flex: 1 1 0%; }
.flex-col { flex-direction: column; }
.flex-grow { flex-grow: 1; }
.flex-shrink-0 { flex-shrink: 0; }
.flex-wrap { flex-wrap: wrap; }
.focus\:border-brand-gold:focus { border-color: #C8933E; }
.focus\:outline-none { outline: 2px solid transparent; outline-offset: 2px; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.font-light { font-weight: 300; }
.font-medium { font-weight: 500; }
.font-normal { font-weight: 400; }
.font-sans { font-family: 'Inter', system-ui, sans-serif; }
.font-semibold { font-weight: 600; }
.from-black\/85 { --tw-gradient-from: rgba(0,0,0,0.85); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0,0,0,0)); }
.from-brand-gold { --tw-gradient-from: #C8933E; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0,0,0,0)); }
.from-brand-slate { --tw-gradient-from: #162024; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0,0,0,0)); }
.from-brand-slateDeep { --tw-gradient-from: #0F161A; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0,0,0,0)); }
.from-brand-slateDeep\/90 { --tw-gradient-from: rgba(15,22,26,0.9); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0,0,0,0)); }
.gap-1 { gap: 0.25rem; }
.gap-1\.5 { gap: 0.375rem; }
.gap-10 { gap: 2.5rem; }
.gap-2 { gap: 0.5rem; }
.gap-2\.5 { gap: 0.625rem; }
.gap-3 { gap: 0.75rem; }
.gap-3\.5 { gap: 0.875rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.grid { display: 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)); }
.group-hover\:scale-105 { transform: scale(1.05); }
.group:hover .group-hover\:text-brand-gold { color: #C8933E; }
.h-1 { height: 0.25rem; }
.h-10 { height: 2.5rem; }
.h-12 { height: 3rem; }
.h-2\.5 { height: 0.625rem; }
.h-20 { height: 5rem; }
.h-3\.5 { height: 0.875rem; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-64 { height: 16rem; }
.h-8 { height: 2rem; }
.h-80 { height: 20rem; }
.h-auto { height: auto; }
.h-full { height: 100%; }
.hidden { display: none; }
.hover\:bg-\[\#166fe5\]:hover { background-color: #166fe5; }
.hover\:bg-\[\#1877F2\]:hover { background-color: #1877F2; }
.hover\:bg-\[\#25D366\]:hover { background-color: #25D366; }
.hover\:bg-brand-border:hover { background-color: #E8E3DA; }
.hover\:bg-brand-gold:hover { background-color: #C8933E; }
.hover\:bg-brand-goldLight:hover { background-color: #E0AC59; }
.hover\:bg-brand-slateMuted:hover { background-color: #24343B; }
.hover\:bg-white:hover { background-color: #FFFFFF; }
.hover\:bg-white\/20:hover { background-color: rgba(255,255,255,0.2); }
.hover\:border-brand-goldLight:hover { border-color: #E0AC59; }
.hover\:brightness-105 { filter: brightness(1.05); }
.hover\:brightness-110 { filter: brightness(1.1); }
.hover\:shadow-2xl:hover { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }
.hover\:text-brand-gold:hover { color: #C8933E; }
.hover\:text-brand-slateDeep:hover { color: #0F161A; }
.hover\:text-white:hover { color: #FFFFFF; }
.hover\:underline { text-decoration-line: underline; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-stretch { align-items: stretch; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.justify-end { justify-content: flex-end; }
.justify-start { justify-content: flex-start; }
.leading-\[1\.1\] { line-height: 1.1; }
.leading-normal { line-height: 1.5; }
.leading-relaxed { line-height: 1.625; }
.leading-tight { line-height: 1.25; }
.left-4 { left: 1rem; }
.left-5 { left: 1.25rem; }
.list-disc { list-style-type: disc; }
.m-0 { margin: 0; }
.max-h-\[70vh\] { max-height: 70vh; }
.max-h-\[80vh\] { max-height: 80vh; }
.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-md { max-width: 28rem; }
.max-w-sm { max-width: 24rem; }
.max-w-xl { max-width: 36rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-1\.5 { margin-bottom: 0.375rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.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; }
.min-h-\[300px\] { min-height: 300px; }
.min-h-\[50vh\] { min-height: 50vh; }
.min-h-\[60vh\] { min-height: 60vh; }
.min-h-\[65vh\] { min-height: 65vh; }
.min-h-\[88vh\] { min-height: 88vh; }
.min-h-screen { min-height: 100vh; }
.min-w-\[200px\] { min-width: 200px; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-1\.5 { margin-top: 0.375rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.object-contain { object-fit: contain; }
.object-cover { object-fit: cover; }
.opacity-100 { opacity: 1; }
.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }
.overflow-x-hidden { overflow-x: hidden; }
.p-0 { padding: 0; }
.p-2 { padding: 0.5rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.pb-1 { padding-bottom: 0.25rem; }
.pb-10 { padding-bottom: 2.5rem; }
.pb-12 { padding-bottom: 3rem; }
.pb-14 { padding-bottom: 3.5rem; }
.pb-16 { padding-bottom: 4rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-3 { padding-bottom: 0.75rem; }
.pb-4 { padding-bottom: 1rem; }
.pb-6 { padding-bottom: 1.5rem; }
.pl-1 { padding-left: 0.25rem; }
.pl-5 { padding-left: 1.25rem; }
.pointer-events-none { pointer-events: none; }
.pt-0 { padding-top: 0; }
.pt-1 { padding-top: 0.25rem; }
.pt-16 { padding-top: 4rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-4 { padding-top: 1rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-8 { padding-top: 2rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-2\.5 { padding-left: 0.625rem; padding-right: 0.625rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-3\.5 { padding-left: 0.875rem; padding-right: 0.875rem; }
.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; }
.py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-14 { padding-top: 3.5rem; padding-bottom: 3.5rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.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-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.relative { position: relative; }
.right-3\.5 { right: 0.875rem; }
.right-4 { right: 1rem; }
.right-5 { right: 1.25rem; }
.right-6 { right: 1.5rem; }
.rounded { border-radius: 0.25rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-full { border-radius: 9999px; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.scroll-smooth { scroll-behavior: smooth; }
.scrollbar-none { scrollbar-width: none; -ms-overflow-style: none; }
.selection\:bg-brand-gold::selection { background-color: #C8933E; }
.selection\:text-white::selection { color: #FFFFFF; }
.shadow { box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }
.shadow-gold { box-shadow: 0 10px 25px -5px rgba(200,147,62,0.35); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1); }
.shadow-luxury { box-shadow: 0 20px 40px -15px rgba(22,32,36,0.07), 0 0 1px 1px rgba(22,32,36,0.05); }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1); }
.shadow-menuBook { box-shadow: 0 10px 25px -5px rgba(0,0,0,0.12), 0 0 0 1px rgba(200,147,62,0.25); }
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05); }
.shrink-0 { flex-shrink: 0; }
.space-x-5 > :not([hidden]) ~ :not([hidden]) { margin-left: 1.25rem; }
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.125rem; }
.space-y-1 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.25rem; }
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.375rem; }
.space-y-10 > :not([hidden]) ~ :not([hidden]) { margin-top: 2.5rem; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.5rem; }
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.625rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }
.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.875rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-y-5 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.25rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
.space-y-8 > :not([hidden]) ~ :not([hidden]) { margin-top: 2rem; }
.sticky { position: sticky; }
.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-6xl { font-size: 3.75rem; line-height: 1; }
.text-\[\#1877F2\] { color: #1877F2; }
.text-\[\#25D366\] { color: #25D366; }
.text-\[10px\] { font-size: 10px; }
.text-\[11px\] { font-size: 11px; }
.text-\[8px\] { font-size: 8px; }
.text-\[9px\] { font-size: 9px; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-brand-dark { color: #1C272C; }
.text-brand-dark\/90 { color: rgba(28,39,44,0.9); }
.text-brand-gold { color: #C8933E; }
.text-brand-muted { color: #667780; }
.text-brand-slate { color: #162024; }
.text-brand-slateDeep { color: #0F161A; }
.text-center { text-align: center; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-transparent { color: transparent; }
.text-white { color: #FFFFFF; }
.text-white\/50 { color: rgba(255,255,255,0.5); }
.text-white\/60 { color: rgba(255,255,255,0.6); }
.text-white\/70 { color: rgba(255,255,255,0.7); }
.text-white\/80 { color: rgba(255,255,255,0.8); }
.text-white\/90 { color: rgba(255,255,255,0.9); }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.to-amber-200 { --tw-gradient-to: #FDE68A; }
.to-amber-400 { --tw-gradient-to: #FBBF24; }
.to-amber-500 { --tw-gradient-to: #F59E0B; }
.to-brand-goldLight { --tw-gradient-to: #E0AC59; }
.to-brand-slate\/60 { --tw-gradient-to: rgba(22,32,36,0.6); }
.to-brand-slateDeep { --tw-gradient-to: #0F161A; }
.to-transparent { --tw-gradient-to: transparent; }
.top-0 { top: 0; }
.top-3\.5 { top: 0.875rem; }
.top-4 { top: 1rem; }
.tracking-\[0\.18em\] { letter-spacing: 0.18em; }
.tracking-\[0\.2em\] { letter-spacing: 0.2em; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
.transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; 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; }
.uppercase { text-transform: uppercase; }
.via-black\/20 { --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.2), var(--tw-gradient-to, rgba(0,0,0,0)); }
.via-brand-goldLight { --tw-gradient-stops: var(--tw-gradient-from), #E0AC59, var(--tw-gradient-to, rgba(0,0,0,0)); }
.via-brand-slate { --tw-gradient-stops: var(--tw-gradient-from), #162024, var(--tw-gradient-to, rgba(0,0,0,0)); }
.via-brand-slateDeep\/20 { --tw-gradient-stops: var(--tw-gradient-from), rgba(15,22,26,0.2), var(--tw-gradient-to, rgba(0,0,0,0)); }
.via-brand-slateDeep\/90 { --tw-gradient-stops: var(--tw-gradient-from), rgba(15,22,26,0.9), var(--tw-gradient-to, rgba(0,0,0,0)); }
.via-transparent { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0,0,0,0)); }
.w-16 { width: 4rem; }
.w-2\.5 { width: 0.625rem; }
.w-20 { width: 5rem; }
.w-3\.5 { width: 0.875rem; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-8 { width: 2rem; }
.w-auto { width: auto; }
.w-full { width: 100%; }
.whitespace-nowrap { white-space: nowrap; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }
.z-\[100\] { z-index: 100; }
@media (min-width: 640px) {
  .sm\:flex-row { flex-direction: row; }
  .sm\:gap-10 { gap: 2.5rem; }
  .sm\:gap-12 { gap: 3rem; }
  .sm\:gap-2 { gap: 0.5rem; }
  .sm\:gap-3 { gap: 0.75rem; }
  .sm\:gap-3\.5 { gap: 0.875rem; }
  .sm\:gap-4 { gap: 1rem; }
  .sm\:gap-6 { gap: 1.5rem; }
  .sm\:gap-8 { gap: 2rem; }
  .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\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .sm\:h-12 { height: 3rem; }
  .sm\:h-14 { height: 3.5rem; }
  .sm\:h-6 { height: 1.5rem; }
  .sm\:h-80 { height: 20rem; }
  .sm\:h-96 { height: 24rem; }
  .sm\:inline-block { display: inline-block; }
  .sm\:justify-center { justify-content: center; }
  .sm\:left-6 { left: 1.5rem; }
  .sm\:mb-10 { margin-bottom: 2.5rem; }
  .sm\:mb-12 { margin-bottom: 3rem; }
  .sm\:mb-14 { margin-bottom: 3.5rem; }
  .sm\:mb-16 { margin-bottom: 4rem; }
  .sm\:mt-12 { margin-top: 3rem; }
  .sm\:p-10 { padding: 2.5rem; }
  .sm\:p-12 { padding: 3rem; }
  .sm\:p-14 { padding: 3.5rem; }
  .sm\:p-2\.5 { padding: 0.625rem; }
  .sm\:p-5 { padding: 1.25rem; }
  .sm\:p-6 { padding: 1.5rem; }
  .sm\:p-8 { padding: 2rem; }
  .sm\:pb-16 { padding-bottom: 4rem; }
  .sm\:pb-20 { padding-bottom: 5rem; }
  .sm\:pt-20 { padding-top: 5rem; }
  .sm\:pt-4 { padding-top: 1rem; }
  .sm\:pt-8 { padding-top: 2rem; }
  .sm\:px-3\.5 { padding-left: 0.875rem; padding-right: 0.875rem; }
  .sm\:px-4 { padding-left: 1rem; padding-right: 1rem; }
  .sm\:px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .sm\:px-7 { padding-left: 1.75rem; padding-right: 1.75rem; }
  .sm\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .sm\:py-16 { padding-top: 4rem; padding-bottom: 4rem; }
  .sm\:py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
  .sm\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
  .sm\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
  .sm\:py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
  .sm\:py-3\.5 { padding-top: 0.875rem; padding-bottom: 0.875rem; }
  .sm\:py-4 { padding-top: 1rem; padding-bottom: 1rem; }
  .sm\:right-4 { right: 1rem; }
  .sm\:right-6 { right: 1.5rem; }
  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]) { margin-top: 3rem; }
  .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\:text-7xl { font-size: 4.5rem; line-height: 1; }
  .sm\:text-\[10px\] { font-size: 10px; }
  .sm\:text-\[11px\] { font-size: 11px; }
  .sm\:text-\[9\.5px\] { font-size: 9.5px; }
  .sm\:text-base { font-size: 1rem; line-height: 1.5rem; }
  .sm\:text-left { text-align: left; }
  .sm\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
  .sm\:text-sm { font-size: 0.875rem; line-height: 1.25rem; }
  .sm\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .sm\:text-xs { font-size: 0.75rem; line-height: 1rem; }
  .sm\:top-4 { top: 1rem; }
  .sm\:w-6 { width: 1.5rem; }
}
@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\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .md\:inline { display: inline; }
  .md\:items-end { align-items: flex-end; }
}
@media (min-width: 1024px) {
  .lg\:col-span-2 { grid-column: span 2 / span 2; }
  .lg\:col-span-5 { grid-column: span 5 / span 5; }
  .lg\:col-span-6 { grid-column: span 6 / span 6; }
  .lg\:col-span-7 { grid-column: span 7 / span 7; }
  .lg\:flex { display: flex; }
  .lg\:gap-12 { gap: 3rem; }
  .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .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-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .lg\:hidden { display: none; }
  .lg\:items-end { align-items: flex-end; }
  .lg\:justify-start { justify-content: flex-start; }
  .lg\:mx-0 { margin-left: 0; margin-right: 0; }
  .lg\:p-12 { padding: 3rem; }
  .lg\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
  .lg\:text-7xl { font-size: 4.5rem; line-height: 1; }
  .lg\:text-left { text-align: left; }
  .lg\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
  .lg\:text-right { text-align: right; }
}
@media (min-width: 1280px) {
  .xl\:space-x-7 > :not([hidden]) ~ :not([hidden]) { margin-left: 1.75rem; }
  .xl\:text-xs { font-size: 0.75rem; line-height: 1rem; }
}