/* ================= Preflight / reset (replaces Tailwind's base layer) ================= */
*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e5e5; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; -moz-tab-size: 4; tab-size: 4; font-family: 'Outfit', sans-serif; }
body { margin: 0; line-height: inherit; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; margin: 0; }
p { margin: 0; }
ul, ol { list-style: none; margin: 0; padding: 0; }
a { color: inherit; text-decoration: inherit; }
button, input, optgroup, select, textarea { font-family: 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; }
:disabled { cursor: default; }
img, svg, video, canvas, audio, iframe, embed, object { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }
button, textarea, input { border: none; background: none; }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { opacity: 1; color: #9ca3af; }
fieldset { margin: 0; padding: 0; }
legend { padding: 0; }
::-webkit-scrollbar { width: 10px; height: 10px; }
.-bottom-16 {
  bottom: -4rem;
}

.-bottom-8 {
  bottom: -2rem;
}

.-left-4 {
  left: -1rem;
}

.-left-6 {
  left: -1.5rem;
}

.-left-8 {
  left: -2rem;
}

.-right-10 {
  right: -2.5rem;
}

.-right-4 {
  right: -1rem;
}

.-right-6 {
  right: -1.5rem;
}

.-top-10 {
  top: -2.5rem;
}

.-top-6 {
  top: -1.5rem;
}

.-translate-x-1\/2 {
  transform: translateX(-50%);
}

.-z-0 {
  z-index: -0;
}

.\[column-fill\:_balance\] {
  column-fill: balance;
}

.absolute {
  position: absolute;
}

.after\:-bottom-0\.5::after {
  bottom: -0.125rem;
}

.after\:absolute::after {
  position: absolute;
}

.after\:bg-gold-500::after {
  background-color: #c19a2b;
}

.after\:content-\[\'\'\]::after {
  content: '';
}

.after\:h-\[1\.5px\]::after {
  height: 1.5px;
}

.after\:left-0::after {
  left: 0;
}

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

.after\:w-0::after {
  width: 0;
}

.after\:w-full::after {
  width: 100%;
}

.aspect-\[3\/4\] {
  aspect-ratio: 3 / 4;
}

.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);
}

.bg-\[\#25D366\] {
  background-color: #25D366;
}

.bg-cream {
  background-color: #fdf8f0;
}

.bg-cream\/60 {
  background-color: rgba(253, 248, 240, 0.6);
}

.bg-cream\/80 {
  background-color: rgba(253, 248, 240, 0.8);
}

.bg-cream\/90 {
  background-color: rgba(253, 248, 240, 0.9);
}

.bg-gold-100 {
  background-color: #f7ecc5;
}

.bg-gold-100\/40 {
  background-color: rgba(247, 236, 197, 0.4);
}

.bg-gold-400 {
  background-color: #d4af37;
}

.bg-gold-500 {
  background-color: #c19a2b;
}

.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-maroon-200\/50 {
  background-color: rgba(227, 166, 172, 0.5);
}

.bg-maroon-50 {
  background-color: #fbeff0;
}

.bg-maroon-600 {
  background-color: #7a2130;
}

.bg-maroon-700 {
  background-color: #631a27;
}

.bg-maroon-700\/90 {
  background-color: rgba(99, 26, 39, 0.9);
}

.bg-maroon-800 {
  background-color: #4f151f;
}

.bg-maroon-900\/60 {
  background-color: rgba(58, 15, 24, 0.6);
}

.bg-maroon-900\/85 {
  background-color: rgba(58, 15, 24, 0.85);
}

.bg-sand-400 {
  background-color: #dfc48e;
}

.bg-white {
  background-color: #ffffff;
}

.bg-white\/10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-white\/70 {
  background-color: rgba(255, 255, 255, 0.7);
}

.block {
  display: block;
}

.blur-3xl {
  filter: blur(64px);
}

.border {
  border-width: 1px;
  border-style: solid;
}

.border-2 {
  border-width: 2px;
  border-style: solid;
}

.border-b {
  border-bottom-width: 1px;
  border-style: solid;
}

.border-gold-300\/60 {
  border-color: rgba(227, 197, 106, 0.6);
}

.border-gold-400\/20 {
  border-color: rgba(212, 175, 55, 0.2);
}

.border-gold-400\/25 {
  border-color: rgba(212, 175, 55, 0.25);
}

.border-gold-400\/30 {
  border-color: rgba(212, 175, 55, 0.3);
}

.border-gold-400\/40 {
  border-color: rgba(212, 175, 55, 0.4);
}

.border-gold-400\/50 {
  border-color: rgba(212, 175, 55, 0.5);
}

.border-gold-500 {
  border-color: #c19a2b;
}

.border-gold-500\/20 {
  border-color: rgba(193, 154, 43, 0.2);
}

.border-maroon-700\/10 {
  border-color: rgba(99, 26, 39, 0.1);
}

.border-maroon-700\/15 {
  border-color: rgba(99, 26, 39, 0.15);
}

.border-maroon-700\/20 {
  border-color: rgba(99, 26, 39, 0.2);
}

.border-t {
  border-top-width: 1px;
  border-style: solid;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.break-all {
  word-break: break-all;
}

.break-inside-avoid {
  break-inside: avoid;
}

.break-words {
  overflow-wrap: break-word;
}

.columns-2 {
  columns: 2;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-zoom-in {
  cursor: zoom-in;
}

.duration-700 {
  transition-duration: 700ms;
}

.fixed {
  position: fixed;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.focus\:border-gold-500:focus {
  border-color: #c19a2b;
}

.focus\:ring-2:focus {
  --tw-ring-shadow: 0 0 0 2px var(--tw-ring-color, rgba(212,175,55,.5));
  box-shadow: var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-gold-300\/40:focus {
  --tw-ring-color: rgba(227, 197, 106, 0.4);
}

.font-accent {
  font-family: "Cinzel", serif;
}

.font-body {
  font-family: "Outfit", sans-serif;
}

.font-display {
  font-family: "Playfair Display", serif;
}

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

.font-semibold {
  font-weight: 600;
}

.font-serif {
  font-family: "Cormorant Garamond", serif;
}

.from-maroon-900\/50 {
  --tw-gradient-stops: rgba(58, 15, 24, 0.5), var(--tw-gradient-to, rgba(255,255,255,0));
  --tw-gradient-from: rgba(58, 15, 24, 0.5);
}

.from-maroon-900\/70 {
  --tw-gradient-stops: rgba(58, 15, 24, 0.7), var(--tw-gradient-to, rgba(255,255,255,0));
  --tw-gradient-from: rgba(58, 15, 24, 0.7);
}

.from-maroon-900\/85 {
  --tw-gradient-stops: rgba(58, 15, 24, 0.85), var(--tw-gradient-to, rgba(255,255,255,0));
  --tw-gradient-from: rgba(58, 15, 24, 0.85);
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.grid {
  display: grid;
}

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

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

.group:hover .group-hover\:ring-gold-400\/70 {
  --tw-ring-color: rgba(212, 175, 55, 0.7);
}

.group:hover .group-hover\:scale-110 {
  transform: scale(1.1);
}

.group:hover .group-hover\:text-gold-600 {
  color: #a37f1f;
}

.group:hover .group-hover\:translate-y-0 {
  transform: translateY(0);
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-20 {
  height: 5rem;
}

.h-28 {
  height: 7rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-52 {
  height: 13rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[600px\] {
  height: 600px;
}

.h-full {
  height: 100%;
}

.hidden {
  display: none;
}

.hover\:after\:w-full:hover::after {
  width: 100%;
}

.hover\:bg-cream:hover {
  background-color: #fdf8f0;
}

.hover\:bg-gold-400:hover {
  background-color: #d4af37;
}

.hover\:bg-gold-500:hover {
  background-color: #c19a2b;
}

.hover\:bg-maroon-100:hover {
  background-color: #f3d3d6;
}

.hover\:bg-maroon-700:hover {
  background-color: #631a27;
}

.hover\:bg-maroon-800:hover {
  background-color: #4f151f;
}

.hover\:bg-white\/10:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.hover\:bg-white\/20:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.hover\:border-gold-500:hover {
  border-color: #c19a2b;
}

.hover\:brightness-95:hover {
  filter: brightness(0.95);
}

.hover\:scale-110:hover {
  transform: scale(1.1);
}

.hover\:shadow-glow:hover {
  --tw-shadow: 0 0 60px -10px rgba(212,175,55,0.4);
  box-shadow: var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow, 0 0 #0000);
}

.hover\:text-gold-600:hover {
  color: #a37f1f;
}

.hover\:text-gold-700:hover {
  color: #7c6119;
}

.hover\:text-maroon-900:hover {
  color: #3a0f18;
}

.inline-block {
  display: inline-block;
}

.inline-flex {
  display: inline-flex;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.italic {
  font-style: italic;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.items-stretch {
  align-items: stretch;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.leading-\[1\.08\] {
  line-height: 1.08;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.left-1\/2 {
  left: 50%;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.max-h-\[75vh\] {
  max-height: 75vh;
}

.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-none {
  max-width: none;
}

.max-w-xl {
  max-width: 36rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.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-9 {
  margin-bottom: 2.25rem;
}

.min-h-\[420px\] {
  min-height: 420px;
}

.min-h-\[50vh\] {
  min-height: 50vh;
}

.min-h-\[86vh\] {
  min-height: 86vh;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

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

.opacity-0 {
  opacity: 0.0;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-\[0\.06\] {
  opacity: 0.06;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

.overflow-hidden {
  overflow: hidden;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.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-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.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-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.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;
}

.relative {
  position: relative;
}

.resize-none {
  resize: none;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.ring-1 {
  --tw-ring-shadow: 0 0 0 1px var(--tw-ring-color, rgba(212,175,55,.5));
  box-shadow: var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow, 0 0 #0000);
}

.ring-gold-400\/20 {
  --tw-ring-color: rgba(212, 175, 55, 0.2);
}

.ring-gold-400\/30 {
  --tw-ring-color: rgba(212, 175, 55, 0.3);
}

.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;
}

.select-none {
  user-select: none;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
  box-shadow: var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow, 0 0 #0000);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
  box-shadow: var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow, 0 0 #0000);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);
  box-shadow: var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow, 0 0 #0000);
}

.shrink-0 {
  flex-shrink: 0;
}

.space-y-2\.5 > * + * {
  margin-top: 0.625rem;
}

.space-y-4 > * + * {
  margin-top: 1rem;
}

.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-\[10px\] {
  font-size: 10px;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-center {
  text-align: center;
}

.text-cream {
  color: #fdf8f0;
}

.text-cream\/90 {
  color: rgba(253, 248, 240, 0.9);
}

.text-gold-100 {
  color: #f7ecc5;
}

.text-gold-100\/70 {
  color: rgba(247, 236, 197, 0.7);
}

.text-gold-100\/75 {
  color: rgba(247, 236, 197, 0.75);
}

.text-gold-100\/80 {
  color: rgba(247, 236, 197, 0.8);
}

.text-gold-100\/85 {
  color: rgba(247, 236, 197, 0.85);
}

.text-gold-200 {
  color: #efdb96;
}

.text-gold-300 {
  color: #e3c56a;
}

.text-gold-50 {
  color: #fdf8ea;
}

.text-gold-500 {
  color: #c19a2b;
}

.text-gold-600 {
  color: #a37f1f;
}

.text-ink\/45 {
  color: rgba(43, 27, 18, 0.45);
}

.text-ink\/55 {
  color: rgba(43, 27, 18, 0.55);
}

.text-ink\/60 {
  color: rgba(43, 27, 18, 0.6);
}

.text-ink\/65 {
  color: rgba(43, 27, 18, 0.65);
}

.text-ink\/70 {
  color: rgba(43, 27, 18, 0.7);
}

.text-ink\/75 {
  color: rgba(43, 27, 18, 0.75);
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-maroon-500 {
  color: #8f2632;
}

.text-maroon-700 {
  color: #631a27;
}

.text-maroon-700\/70 {
  color: rgba(99, 26, 39, 0.7);
}

.text-maroon-700\/80 {
  color: rgba(99, 26, 39, 0.8);
}

.text-maroon-800 {
  color: #4f151f;
}

.text-maroon-900 {
  color: #3a0f18;
}

.text-maroon-900\/40 {
  color: rgba(58, 15, 24, 0.4);
}

.text-maroon-900\/60 {
  color: rgba(58, 15, 24, 0.6);
}

.text-maroon-900\/80 {
  color: rgba(58, 15, 24, 0.8);
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-white {
  color: #ffffff;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.to-maroon-800\/20 {
  --tw-gradient-to: rgba(79, 21, 31, 0.2);
}

.to-transparent {
  --tw-gradient-to: transparent;
}

.top-0 {
  top: 0;
}

.top-10 {
  top: 2.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-full {
  top: 100%;
}

.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.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-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-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;
}

.translate-y-2 {
  transform: translateY(0.5rem);
}

.underline {
  text-decoration-line: underline;
}

.uppercase {
  text-transform: uppercase;
}

.via-maroon-900\/0 {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(58, 15, 24, 0.0), var(--tw-gradient-to, rgba(255,255,255,0));
}

.via-maroon-900\/55 {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(58, 15, 24, 0.55), var(--tw-gradient-to, rgba(255,255,255,0));
}

.via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(255,255,255,0));
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-14 {
  width: 3.5rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-20 {
  width: 5rem;
}

.w-28 {
  width: 7rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

.w-52 {
  width: 13rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[360px\] {
  width: 360px;
}

.w-\[600px\] {
  width: 600px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.z-\[60\] {
  z-index: 60;
}

.z-\[70\] {
  z-index: 70;
}

.z-\[80\] {
  z-index: 80;
}

@media (min-width: 640px) {
.sm\:flex-row {
  flex-direction: row;
}
}

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

@media (min-width: 768px) {
.md\:columns-3 {
  columns: 3;
}
}

@media (min-width: 768px) {
.md\:flex-row {
  flex-direction: row;
}
}

@media (min-width: 768px) {
.md\:gap-10 {
  gap: 2.5rem;
}
}

@media (min-width: 768px) {
.md\:gap-4 {
  gap: 1rem;
}
}

@media (min-width: 768px) {
.md\:gap-6 {
  gap: 1.5rem;
}
}

@media (min-width: 768px) {
.md\:gap-7 {
  gap: 1.75rem;
}
}

@media (min-width: 768px) {
.md\:gap-8 {
  gap: 2rem;
}
}

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

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

@media (min-width: 768px) {
.md\:h-16 {
  height: 4rem;
}
}

@media (min-width: 768px) {
.md\:h-24 {
  height: 6rem;
}
}

@media (min-width: 768px) {
.md\:mb-4 {
  margin-bottom: 1rem;
}
}

@media (min-width: 768px) {
.md\:p-10 {
  padding: 2.5rem;
}
}

@media (min-width: 768px) {
.md\:p-7 {
  padding: 1.75rem;
}
}

@media (min-width: 768px) {
.md\:p-9 {
  padding: 2.25rem;
}
}

@media (min-width: 768px) {
.md\:px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
}

@media (min-width: 768px) {
.md\:py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
}

@media (min-width: 768px) {
.md\:py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
}

@media (min-width: 768px) {
.md\:py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
}

@media (min-width: 768px) {
.md\:py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
}

@media (min-width: 768px) {
.md\:text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
}

@media (min-width: 768px) {
.md\:text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
}

@media (min-width: 768px) {
.md\:text-5xl {
  font-size: 3rem;
  line-height: 1;
}
}

@media (min-width: 768px) {
.md\:text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
}

@media (min-width: 768px) {
.md\:text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
}

@media (min-width: 768px) {
.md\:text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
}

@media (min-width: 768px) {
.md\:text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
}

@media (min-width: 768px) {
.md\:w-\[360px\] {
  width: 360px;
}
}

@media (min-width: 1024px) {
.lg\:columns-4 {
  columns: 4;
}
}

@media (min-width: 1024px) {
.lg\:flex {
  display: flex;
}
}

@media (min-width: 1024px) {
.lg\:gap-16 {
  gap: 4rem;
}
}

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

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

@media (min-width: 1024px) {
.lg\:hidden {
  display: none;
}
}

@media (min-width: 1024px) {
.lg\:order-1 {
  order: 1;
}
}

@media (min-width: 1024px) {
.lg\:order-2 {
  order: 2;
}
}
