/* Lightweight stand-in for Tailwind CDN — only utilities used by this site */
*,::before,::after{box-sizing:border-box;border:0 solid #e5e7eb}
html{line-height:1.5;-webkit-text-size-adjust:100%}
body{margin:0;line-height:inherit}
img,svg,video{display:block;vertical-align:middle;max-width:100%;height:auto}
a{color:inherit;text-decoration:inherit}
ul,ol{list-style:none;margin:0;padding:0}
h1,h2,h3,p,figure,address,dl,dd,dt{margin:0}
button{font:inherit;color:inherit;background:transparent;cursor:pointer}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
.focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.not-italic{font-style:normal}
.italic{font-style:italic}
.no-underline{text-decoration:none}
.block{display:block}
.inline-block{display:inline-block}
.inline-flex{display:inline-flex}
.flex{display:flex}
.grid{display:grid}
.hidden{display:none}
.relative{position:relative}
.fixed{position:fixed}
.sticky{position:sticky}
.top-0{top:0}
.top-2{top:.5rem}
.left-2{left:.5rem}
.right-0{right:0}
.z-50{z-index:50}
.z-\[1000\]{z-index:1000}
.mx-auto{margin-left:auto;margin-right:auto}
.m-0{margin:0}
.mt-2{margin-top:.5rem}
.mb-3{margin-bottom:.75rem}
.mb-4{margin-bottom:1rem}
.mb-5{margin-bottom:1.25rem}
.mb-8{margin-bottom:2rem}
.ml-auto{margin-left:auto}
.space-y-1>:not([hidden])~:not([hidden]){margin-top:.25rem}
.space-y-2>:not([hidden])~:not([hidden]){margin-top:.5rem}
.gap-2{gap:.5rem}
.gap-3{gap:.75rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.w-full{width:100%}
.w-auto{width:auto}
.h-auto{height:auto}
.h-8{height:2rem}
.h-12{height:3rem}
.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}
.max-w-5xl{max-width:64rem}
.max-w-6xl{max-width:72rem}
.max-w-7xl{max-width:80rem}
.mb-6{margin-bottom:1.5rem}
.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}
.text-4xl{font-size:2.25rem;line-height:2.5rem}
.tracking-\[0\.3em\]{letter-spacing:.3em}
.self-start{align-self:flex-start}
.items-start{align-items:flex-start}
.items-center{align-items:center}
.items-stretch{align-items:stretch}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.justify-end{justify-content:flex-end}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.overflow-hidden{overflow:hidden}
.rounded-lg{border-radius:.5rem}
.rounded-2xl{border-radius:1rem}
.rounded-full{border-radius:9999px}
.border{border-width:1px}
.border-2{border-width:2px}
.border-\[\#e5d9c5\]{border-color:#e5d9c5}
.border-\[\#aa7d16\]{border-color:#aa7d16}
.border-red-700\/80{border-color:rgba(185,28,28,.8)}
.bg-\[\#f7f1e6\]{background-color:#f7f1e6}
.bg-white\/80{background-color:rgba(255,255,255,.8)}
.bg-white\/60{background-color:rgba(255,255,255,.6)}
.bg-yellow-400{background-color:#facc15}
.bg-yellow-500{background-color:#eab308}
.bg-red-900{background-color:#7f1d1d}
.bg-red-950{background-color:#450a0a}
.bg-\[\#8B1A1A\]{background-color:#8B1A1A}
.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}
.from-red-950{--tw-gradient-from:#450a0a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(69,10,10,0))}
.via-red-900{--tw-gradient-stops:var(--tw-gradient-from),#7f1d1d,var(--tw-gradient-to,rgba(127,29,29,0))}
.to-red-800{--tw-gradient-to:#991b1b}
.object-contain{object-fit:contain}
.p-6{padding:1.5rem}
.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-2{padding-top:.5rem;padding-bottom:.5rem}
.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}
.py-5{padding-top:1.25rem;padding-bottom:1.25rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.py-16{padding-top:4rem;padding-bottom:4rem}
.text-left{text-align:left}
.text-center{text-align:center}
.text-right{text-align:right}
.text-xs{font-size:.75rem;line-height:1rem}
.text-sm{font-size:.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}
.font-bold{font-weight:700}
.font-semibold{font-weight:600}
.uppercase{text-transform:uppercase}
.leading-none{line-height:1}
.leading-relaxed{line-height:1.625}
.tracking-wide{letter-spacing:.025em}
.tracking-widest{letter-spacing:.1em}
.text-white{color:#fff}
.text-gray-500{color:#6b7280}
.text-gray-600{color:#4b5563}
.text-gray-700{color:#374151}
.text-gray-800{color:#1f2937}
.text-\[\#8B1A1A\]{color:#8B1A1A}
.text-\[\#C9A227\]{color:#C9A227}
.text-\[\#e8c9b0\]{color:#e8c9b0}
.text-yellow-100{color:#fef9c3}
.text-yellow-200{color:#fef08a}
.text-red-900{color:#7f1d1d}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}
.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}
.transition-colors{transition-property:color,background-color,border-color;transition-duration:.15s}
.transition-all{transition-property:all;transition-duration:.15s}
.duration-200{transition-duration:.2s}
.hover\:text-white:hover{color:#fff}
.hover\:text-\[\#8B1A1A\]:hover{color:#8B1A1A}
.hover\:underline:hover{text-decoration:underline}
.hover\:bg-yellow-400:hover{background-color:#facc15}
.hover\:bg-red-800:hover{background-color:#991b1b}
.hover\:bg-\[\#5C1010\]:hover{background-color:#5C1010}
.hover\:-translate-y-0\.5:hover{transform:translateY(-.125rem)}
.transform{transform:translateX(0)}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.aspect-\[4\/3\]{aspect-ratio:4/3}
.h-px{height:1px}
.w-16{width:4rem}
.bg-\[var\(--gold\)\]{background-color:var(--gold)}
.absolute{position:absolute}
.top-4{top:1rem}
.right-4{right:1rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.hover\:text-yellow-300:hover{color:#fde047}
@media (min-width:640px){
  .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))}
}
@media (min-width:768px){
  .md\:block{display:block}
  .md\:hidden{display:none}
  .md\:flex-row{flex-direction:row}
  .md\:items-center{align-items:center}
  .md\:justify-between{justify-content:space-between}
  .md\:justify-end{justify-content:flex-end}
  .md\:text-left{text-align:left}
  .md\:text-right{text-align:right}
  .md\:text-base{font-size:1rem;line-height:1.5rem}
  .md\:text-lg{font-size:1.125rem;line-height:1.75rem}
  .md\:text-xl{font-size:1.25rem;line-height:1.75rem}
  .md\:text-2xl{font-size:1.5rem;line-height:2rem}
  .md\:text-4xl{font-size:2.25rem;line-height:2.5rem}
  .md\:text-5xl{font-size:3rem;line-height:1}
  .md\:p-8{padding:2rem}
  .md\:h-16{height:4rem}
  .md\:mx-0{margin-left:0;margin-right:0}
  .md\:gap-4{gap:1rem}
  .md\:gap-8{gap:2rem}
  .md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .md\:grid-cols-\[minmax\(0\,2fr\)_minmax\(0\,3fr\)\]{grid-template-columns:minmax(0,2fr) minmax(0,3fr)}
  .md\:aspect-\[16\/9\]{aspect-ratio:16/9}
}
.focus\:fixed:focus{position:fixed}
.focus\:top-2:focus{top:.5rem}
.focus\:left-2:focus{left:.5rem}
.focus\:z-50:focus{z-index:50}
.focus\:bg-yellow-400:focus{background-color:#facc15}
.focus\:text-red-900:focus{color:#7f1d1d}
.focus\:font-bold:focus{font-weight:700}
.focus\:px-4:focus{padding-left:1rem;padding-right:1rem}
.focus\:py-2:focus{padding-top:.5rem;padding-bottom:.5rem}
.focus\:rounded-lg:focus{border-radius:.5rem}
