/*
 * Everglow Christmas Lighting — static stylesheet
 * Generated to replace the Tailwind CDN runtime compiler.
 * Contains: (1) a minimal Preflight-equivalent reset, (2) every
 * utility class actually used across the site's HTML, and (3) the
 * site's hand-written custom CSS (fonts, snow effect, mobile menu, etc).
 */

/* Minimal Preflight-equivalent reset (mirrors Tailwind's base layer) */
*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: currentColor; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; -moz-tab-size: 4; tab-size: 4; }
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; }
img, svg, video, canvas { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }
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; }
:focus { outline-offset: 2px; }
input::placeholder, textarea::placeholder { opacity: 1; color: #9ca3af; }
table { border-collapse: collapse; }
b, strong { font-weight: bolder; }
small { font-size: 80%; }

/* ---- Utility classes (mobile-first order) ---- */
.\[text-shadow\:0_1px_10px_rgba\(0\,0\,0\,0\.5\)\] { text-shadow: 0 1px 10px rgba(0,0,0,0.5); }
.\[text-shadow\:0_1px_4px_rgba\(0\,0\,0\,0\.9\)\,0_2px_10px_rgba\(0\,0\,0\,0\.6\)\] { text-shadow: 0 1px 4px rgba(0,0,0,0.9),0 2px 10px rgba(0,0,0,0.6); }
.\[text-shadow\:0_1px_4px_rgba\(0\,0\,0\,0\.9\)\,0_2px_14px_rgba\(0\,0\,0\,0\.6\)\] { text-shadow: 0 1px 4px rgba(0,0,0,0.9),0 2px 14px rgba(0,0,0,0.6); }
.\[text-shadow\:0_1px_4px_rgba\(0\,0\,0\,0\.9\)\,0_2px_18px_rgba\(0\,0\,0\,0\.6\)\] { text-shadow: 0 1px 4px rgba(0,0,0,0.9),0 2px 18px rgba(0,0,0,0.6); }
.\[text-shadow\:0_2px_16px_rgba\(0\,0\,0\,0\.55\)\] { text-shadow: 0 2px 16px rgba(0,0,0,0.55); }
.absolute { position: absolute; }
.antialiased { font-smooth: antialiased; -webkit-font-smoothing: antialiased; }
.aspect-\[4\/3\] { aspect-ratio: 4 / 3; }
.bg-burgundy-dark { background-color: #12331F; }
.bg-burgundy\/10 { background-color: rgba(29, 74, 46, 0.1); }
.bg-char\/10 { background-color: rgba(43, 36, 30, 0.1); }
.bg-evergreen { background-color: #7A121C; }
.bg-evergreen-dark { background-color: #4A0B12; }
.bg-gold { background-color: #C6952E; }
.bg-gold-pale { background-color: #F1E3C4; }
.bg-gold\/40 { background-color: rgba(198, 149, 46, 0.4); }
.bg-ivory { background-color: #FAF6EC; }
.bg-white { background-color: #FFFFFF; }
.block { display: block; }
.border-2 { border-width: 2px; }
.border-4 { border-width: 4px; }
.border-b-2 { border-bottom-width: 2px; }
.border-char\/10 { border-color: rgba(43, 36, 30, 0.1); }
.border-char\/20 { border-color: rgba(43, 36, 30, 0.2); }
.border-gold\/20 { border-color: rgba(198, 149, 46, 0.2); }
.border-gold\/25 { border-color: rgba(198, 149, 46, 0.25); }
.border-gold\/30 { border-color: rgba(198, 149, 46, 0.3); }
.border-ivory\/10 { border-color: rgba(250, 246, 236, 0.1); }
.border-ivory\/40 { border-color: rgba(250, 246, 236, 0.4); }
.border-t { border-top-width: 1px; }
.border-t-2 { border-top-width: 2px; }
.border-white { border-color: #FFFFFF; }
.border-y-2 { border-top-width: 2px; border-bottom-width: 2px; }
.break-all { word-break: break-all; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.focus\:border-gold:focus { border-color: #C6952E; }
.font-bold { font-weight: 700; }
.font-display { font-family: "Playfair Display", serif; }
.font-medium { font-weight: 500; }
.font-sans { font-family: Inter, sans-serif; }
.font-semibold { font-weight: 600; }
.gap-0\.5 { gap: 0.125rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }
.gap-14 { gap: 3.5rem; }
.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-7 { gap: 1.75rem; }
.gap-9 { gap: 2.25rem; }
.gap-x-6 { column-gap: 1.5rem; }
.gap-x-8 { column-gap: 2rem; }
.gap-y-12 { row-gap: 3rem; }
.gap-y-3 { row-gap: 0.75rem; }
.gap-y-4 { row-gap: 1rem; }
.gap-y-5 { row-gap: 1.25rem; }
.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)); }
.h-0\.5 { height: 0.125rem; }
.h-14 { height: 3.5rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.h-48 { height: 12rem; }
.h-72 { height: 18rem; }
.h-auto { height: auto; }
.h-full { height: 100%; }
.hidden { display: none; }
.hover\:bg-evergreen-light:hover { background-color: #96222C; }
.hover\:bg-gold-light:hover { background-color: #DDB151; }
.hover\:border-gold:hover { border-color: #C6952E; }
.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\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); }
.hover\:text-evergreen:hover { color: #7A121C; }
.hover\:text-gold:hover { color: #C6952E; }
.hover\:text-gold-light:hover { color: #DDB151; }
.hover\:underline:hover { text-decoration-line: underline; }
.inline-block { display: inline-block; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.leading-\[1\.05\] { line-height: 1.05; }
.leading-\[1\.08\] { line-height: 1.08; }
.leading-relaxed { line-height: 1.625; }
.leading-tight { line-height: 1.25; }
.left-\[12\.5\%\] { left: 12.5%; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-\[1320px\] { max-width: 1320px; }
.max-w-none { max-width: none; }
.max-w-xl { max-width: 36rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-14 { margin-bottom: 3.5rem; }
.mb-16 { margin-bottom: 4rem; }
.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; }
.min-h-\[70vh\] { min-height: 70vh; }
.min-w-0 { min-width: 0px; }
.mt-1 { margin-top: 0.25rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-12 { margin-top: 3rem; }
.mt-16 { margin-top: 4rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.object-contain { object-fit: contain; }
.object-cover { object-fit: cover; }
.opacity-20 { opacity: 0.2; }
.opacity-25 { opacity: 0.25; }
.overflow-hidden { overflow: hidden; }
.p-1\.5 { padding-top: 0.375rem; padding-right: 0.375rem; padding-bottom: 0.375rem; padding-left: 0.375rem; }
.p-2 { padding-top: 0.5rem; padding-right: 0.5rem; padding-bottom: 0.5rem; padding-left: 0.5rem; }
.p-6 { padding-top: 1.5rem; padding-right: 1.5rem; padding-bottom: 1.5rem; padding-left: 1.5rem; }
.p-7 { padding-top: 1.75rem; padding-right: 1.75rem; padding-bottom: 1.75rem; padding-left: 1.75rem; }
.p-8 { padding-top: 2rem; padding-right: 2rem; padding-bottom: 2rem; padding-left: 2rem; }
.pb-3 { padding-bottom: 0.75rem; }
.pb-6 { padding-bottom: 1.5rem; }
.pb-7 { padding-bottom: 1.75rem; }
.px-10 { padding-left: 2.5rem; padding-right: 2.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-7 { padding-left: 1.75rem; padding-right: 1.75rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.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-24 { padding-top: 6rem; padding-bottom: 6rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.relative { position: relative; }
.right-6 { right: 1.5rem; }
.right-\[12\.5\%\] { right: 12.5%; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-md { border-radius: 0.375rem; }
.rounded-xl { border-radius: 0.75rem; }
.scroll-mt-56 { scroll-margin-top: 14rem; }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); }
.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-md { box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); }
.shadow-sm { box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); }
.shrink-0 { flex-shrink: 0; }
.space-y-16 > :not([hidden]) ~ :not([hidden]) { margin-top: 4rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }
.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-7 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.75rem; }
.sticky { position: sticky; }
.text-2xl { font-size: 1.35rem; line-height: 1.8rem; }
.text-3xl { font-size: 1.7rem; line-height: 2.05rem; }
.text-4xl { font-size: 2.025rem; line-height: 2.3rem; }
.text-5xl { font-size: 2.7rem; line-height: 1; }
.text-6xl { font-size: 3.4rem; line-height: 1; }
.text-7xl { font-size: 4.05rem; line-height: 1; }
.text-\[0\.7rem\] { font-size: 0.7rem; }
.text-balance { text-wrap: balance; }
.text-base { font-size: 0.925rem; line-height: 1.375rem; }
.text-burgundy { color: #1D4A2E; }
.text-center { text-align: center; }
.text-char { color: #2B241E; }
.text-char\/60 { color: rgba(43, 36, 30, 0.6); }
.text-char\/70 { color: rgba(43, 36, 30, 0.7); }
.text-char\/75 { color: rgba(43, 36, 30, 0.75); }
.text-char\/80 { color: rgba(43, 36, 30, 0.8); }
.text-evergreen { color: #7A121C; }
.text-evergreen-dark { color: #4A0B12; }
.text-gold { color: #C6952E; }
.text-gold-pale { color: #F1E3C4; }
.text-ivory { color: #FAF6EC; }
.text-ivory\/50 { color: rgba(250, 246, 236, 0.5); }
.text-ivory\/70 { color: rgba(250, 246, 236, 0.7); }
.text-ivory\/75 { color: rgba(250, 246, 236, 0.75); }
.text-ivory\/80 { color: rgba(250, 246, 236, 0.8); }
.text-ivory\/85 { color: rgba(250, 246, 236, 0.85); }
.text-ivory\/90 { color: rgba(250, 246, 236, 0.9); }
.text-lg { font-size: 1.025rem; line-height: 1.6rem; }
.text-sm { font-size: 0.8rem; line-height: 1.15rem; }
.text-xl { font-size: 1.125rem; line-height: 1.6rem; }
.top-0 { top: 0px; }
.top-10 { top: 2.5rem; }
.top-20 { top: 5rem; }
.top-6 { top: 1.5rem; }
.tracking-\[0\.1em\] { letter-spacing: 0.1em; }
.tracking-\[0\.25em\] { letter-spacing: 0.25em; }
.tracking-wide { letter-spacing: 0.025em; }
.transition-colors { transition-property: color, background-color, border-color; 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; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.uppercase { text-transform: uppercase; }
.w-14 { width: 3.5rem; }
.w-16 { width: 4rem; }
.w-20 { width: 5rem; }
.w-full { width: 100%; }
.z-10 { z-index: 10; }
.z-30 { z-index: 30; }
.z-50 { z-index: 50; }
@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: 640px) { .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 640px) { .sm\:h-52 { height: 13rem; } }
@media (min-width: 640px) { .sm\:inline-block { display: inline-block; } }
@media (min-width: 640px) { .sm\:mb-7 { margin-bottom: 1.75rem; } }
@media (min-width: 640px) { .sm\:mt-4 { margin-top: 1rem; } }
@media (min-width: 640px) { .sm\:p-8 { padding-top: 2rem; padding-right: 2rem; padding-bottom: 2rem; padding-left: 2rem; } }
@media (min-width: 640px) { .sm\:py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; } }
@media (min-width: 640px) { .sm\:text-2xl { font-size: 1.35rem; line-height: 1.8rem; } }
@media (min-width: 640px) { .sm\:text-4xl { font-size: 2.025rem; line-height: 2.3rem; } }
@media (min-width: 640px) { .sm\:text-5xl { font-size: 2.7rem; line-height: 1; } }
@media (min-width: 640px) { .sm\:text-6xl { font-size: 3.4rem; line-height: 1; } }
@media (min-width: 640px) { .sm\:text-sm { font-size: 0.8rem; line-height: 1.15rem; } }
@media (min-width: 640px) { .sm\:text-xl { font-size: 1.125rem; line-height: 1.6rem; } }
@media (min-width: 768px) { .md\:block { display: block; } }
@media (min-width: 768px) { .md\:gap-6 { gap: 1.5rem; } }
@media (min-width: 768px) { .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@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-60 { height: 15rem; } }
@media (min-width: 768px) { .md\:h-80 { height: 20rem; } }
@media (min-width: 768px) { .md\:mt-14 { margin-top: 3.5rem; } }
@media (min-width: 768px) { .md\:p-10 { padding-top: 2.5rem; padding-right: 2.5rem; padding-bottom: 2.5rem; padding-left: 2.5rem; } }
@media (min-width: 768px) { .md\:p-12 { padding-top: 3rem; padding-right: 3rem; padding-bottom: 3rem; padding-left: 3rem; } }
@media (min-width: 768px) { .md\:p-8 { padding-top: 2rem; padding-right: 2rem; padding-bottom: 2rem; padding-left: 2rem; } }
@media (min-width: 768px) { .md\:px-8 { padding-left: 2rem; padding-right: 2rem; } }
@media (min-width: 768px) { .md\:py-16 { padding-top: 4rem; padding-bottom: 4rem; } }
@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\:text-2xl { font-size: 1.35rem; line-height: 1.8rem; } }
@media (min-width: 768px) { .md\:text-3xl { font-size: 1.7rem; line-height: 2.05rem; } }
@media (min-width: 768px) { .md\:text-4xl { font-size: 2.025rem; line-height: 2.3rem; } }
@media (min-width: 768px) { .md\:text-5xl { font-size: 2.7rem; line-height: 1; } }
@media (min-width: 768px) { .md\:text-6xl { font-size: 3.4rem; line-height: 1; } }
@media (min-width: 768px) { .md\:text-7xl { font-size: 4.05rem; line-height: 1; } }
@media (min-width: 768px) { .md\:text-base { font-size: 0.925rem; line-height: 1.375rem; } }
@media (min-width: 768px) { .md\:text-xl { font-size: 1.125rem; line-height: 1.6rem; } }
@media (min-width: 1024px) { .lg\:block { display: block; } }
@media (min-width: 1024px) { .lg\:flex { display: flex; } }
@media (min-width: 1024px) { .lg\:gap-12 { gap: 3rem; } }
@media (min-width: 1024px) { .lg\:gap-16 { gap: 4rem; } }
@media (min-width: 1024px) { .lg\:gap-4 { gap: 1rem; } }
@media (min-width: 1024px) { .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .lg\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .lg\:grid-cols-\[1\.15fr_1fr\] { grid-template-columns: 1.15fr 1fr; } }
@media (min-width: 1024px) { .lg\:h-28 { height: 7rem; } }
@media (min-width: 1024px) { .lg\:h-36 { height: 9rem; } }
@media (min-width: 1024px) { .lg\:h-96 { height: 24rem; } }
@media (min-width: 1024px) { .lg\:hidden { display: none; } }
@media (min-width: 1024px) { .lg\:items-center { align-items: center; } }
@media (min-width: 1024px) { .lg\:justify-start { justify-content: flex-start; } }
@media (min-width: 1024px) { .lg\:min-h-\[90vh\] { min-height: 90vh; } }
@media (min-width: 1024px) { .lg\:mx-0 { margin-left: 0; margin-right: 0; } }
@media (min-width: 1024px) { .lg\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; } }
@media (min-width: 1024px) { .lg\:py-16 { padding-top: 4rem; padding-bottom: 4rem; } }
@media (min-width: 1024px) { .lg\:py-4 { padding-top: 1rem; padding-bottom: 1rem; } }
@media (min-width: 1024px) { .lg\:text-5xl { font-size: 2.7rem; line-height: 1; } }
@media (min-width: 1024px) { .lg\:text-8xl { font-size: 5.4rem; line-height: 1; } }
@media (min-width: 1024px) { .lg\:text-base { font-size: 0.925rem; line-height: 1.375rem; } }
@media (min-width: 1024px) { .lg\:text-left { text-align: left; } }
@media (min-width: 1024px) { .lg\:text-lg { font-size: 1.025rem; line-height: 1.6rem; } }
@media (min-width: 1024px) { .lg\:top-36 { top: 9rem; } }
@media (min-width: 1024px) { .lg\:tracking-\[0\.2em\] { letter-spacing: 0.2em; } }
@media (min-width: 1024px) { .lg\:w-28 { width: 7rem; } }

/* ---- Site-specific custom CSS ---- */
html { font-size: 18px; }
    body { background:#FAF6EC; }
    .glow-dots {
      background-image: radial-gradient(circle, rgba(230,196,138,0.55) 1px, transparent 1.6px);
      background-size: 26px 26px;
    }
    .text-balance { text-wrap: balance; }
    .divider-flourish::before {
      content: "";
      display: block;
      width: 72px;
      height: 3px;
      margin: 0 auto 20px auto;
      background: linear-gradient(90deg, transparent, #C6952E, transparent);
    }
    @media (prefers-reduced-motion: no-preference) {
      .glow-pulse { animation: glowPulse 4.5s ease-in-out infinite; }
    }
    @keyframes glowPulse { 0%,100% { opacity:.55; } 50% { opacity:1; } }
    .snow-layer { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
    .snowflake {
      position: absolute;
      top: -12px;
      border-radius: 50%;
      background: rgba(255,255,255,0.9);
      opacity: 0;
    }
    @media (prefers-reduced-motion: no-preference) {
      .snowflake { animation-name: snowfall; animation-timing-function: linear; animation-iteration-count: infinite; }
    }
    @keyframes snowfall {
      0% { transform: translate(0, 0); opacity: 0; }
      8% { opacity: .9; }
      92% { opacity: .7; }
      100% { transform: translate(var(--drift, 20px), 520px); opacity: 0; }
    }
    .mobile-menu {
      display: none;
      position: fixed;
      top: 0; right: 0; bottom: 0; left: 0;
      z-index: 999;
      background-color: rgba(74, 11, 18, 0.98);
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 1.75rem;
      padding: 1.5rem;
      overflow-y: auto;
    }
    .mobile-menu:target { display: flex; }
    body:has(.mobile-menu:target) { overflow: hidden; }
    input:focus, select:focus, textarea:focus, a:focus, button:focus { outline: 3px solid #C6952E; outline-offset: 2px; }
    #siteHeader { transition: transform 0.3s ease; }
    #siteHeader.header-hidden { transform: translateY(-100%); }
.lightbox-overlay {
  display: none;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 1000;
  background-color: rgba(20, 10, 8, 0.94);
  align-items: center;
  justify-content: center;
  padding: 24px;
  cursor: zoom-out;
}
.lightbox-overlay.active { display: flex; }
.lightbox-overlay img {
  max-width: 95vw;
  max-height: 88vh;
  width: auto;
  height: auto;
  border-radius: 0.75rem;
  box-shadow: 0 25px 60px rgba(0,0,0,0.5);
  cursor: default;
}
.lightbox-close {
  position: fixed;
  top: 20px;
  right: 24px;
  z-index: 1001;
  color: #FAF6EC;
  background: rgba(0,0,0,0.4);
  border-radius: 9999px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.zoomable-img { cursor: zoom-in; }

/* Legal nav dropdown */
.nav-dropdown { position: relative; }
.nav-dropdown-toggle { cursor: pointer; display: inline-flex; align-items: center; gap: 4px; background: none; border: none; font: inherit; padding: 0; }
.nav-dropdown-caret { font-size: 0.7em; transition: transform 0.15s ease; }
.nav-dropdown:hover .nav-dropdown-caret, .nav-dropdown:focus-within .nav-dropdown-caret { transform: rotate(180deg); }
.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  background: #12331F;
  border: 1px solid rgba(198,149,46,0.3);
  border-radius: 10px;
  padding: 8px;
  min-width: 190px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease;
  z-index: 60;
  box-shadow: 0 12px 28px rgba(0,0,0,0.35);
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu { opacity: 1; visibility: visible; }
.nav-dropdown-menu a {
  display: block;
  padding: 10px 14px;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 1.125rem;
  font-weight: 500;
}
.nav-dropdown-menu a:hover { background: rgba(198,149,46,0.15); }

/* List utilities (privacy policy / terms pages) */
.list-disc { list-style-type: disc; }
.pl-6 { padding-left: 1.5rem; }
.space-y-1 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.25rem; }
