@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800;900&display=swap');

/* One homepage header and footer, independent of individual page palettes. */
.lb-header, body footer.lb-footer { --lb-ink: #101010; --lb-yellow: #fbb515; font-family: 'Poppins', Arial, sans-serif; color: var(--lb-ink); line-height: 1.45; }
.lb-header *, .lb-footer * { box-sizing: border-box; }
.lb-header a, body footer.lb-footer a { color: inherit; text-decoration: none; }
.lb-header { position: fixed; top: 0; left: 50%; transform: translateX(-50%); z-index: 100; display: grid; grid-template-columns: 190px minmax(0, 1fr); align-items: center; gap: 20px; width: min(1440px, calc(100% - 64px)); min-height: 100px; padding: 12px; border: 1px solid transparent; border-radius: 0 0 22px 22px; background: transparent; transition: background .25s, box-shadow .25s; }
.lb-header.lb-scrolled { min-height: 82px; background: #fbfaf6e0; border-color: #081b3d14; box-shadow: 0 10px 30px #081b3d1f; backdrop-filter: blur(16px); }
.lb-logo { display: flex; align-items: center; }
.lb-logo img { width: 185px; max-width: 100%; height: auto; display: block; }
.lb-navigation { display: flex; align-items: center; gap: 20px; min-width: 0; }
.lb-nav-links { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px 18px; flex: 1; font-size: 12px; font-weight: 700; }
.lb-nav-links a { position: relative; display: inline-flex; align-items: center; gap: 3px; padding: 9px 0; }
.lb-nav-links a:hover { color: #ff6b00; }
.lb-nav-links [aria-current="page"]::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 6px; border-radius: 999px; background: var(--lb-yellow); }
.lb-chevron { width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-2px) rotate(45deg); }
.lb-actions { display: flex; gap: 8px; }
.lb-action { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 10px; min-height: 44px; border-radius: 7px; text-align: center; font-size: 11px; font-weight: 900; transition: transform .2s; }
.lb-action:hover { transform: translateY(-4px); }
.lb-action.lb-yellow { background: var(--lb-yellow); }
.lb-header .lb-action.lb-orange, .lb-header .lb-action.lb-blue { background: #ff6b00; color: white; }
.lb-header .lb-action.lb-green { background: #43a047; color: white; }
.lb-icon { display: inline-block; width: 20px; height: 20px; flex-shrink: 0; background: currentColor; mask: var(--lb-icon) center / contain no-repeat; -webkit-mask: var(--lb-icon) center / contain no-repeat; }
.lb-icon-ticket { --lb-icon: url('../assets/icons/book-tickets.svg'); }
.lb-icon-cake { --lb-icon: url('../assets/icons/birthday-cake.svg'); }
.lb-icon-groups { --lb-icon: url('../assets/icons/membership.svg'); }
.lb-icon-waiver { --lb-icon: url('../assets/icons/waiver.svg'); }
.lb-icon-location { --lb-icon: url('../assets/icons/location.svg'); }
.lb-icon-phone { --lb-icon: url('../assets/icons/phone.svg'); }
.lb-icon-email { --lb-icon: url('../assets/icons/email.svg'); }
.lb-icon-hours { --lb-icon: url('../assets/icons/hours.svg'); }
.lb-menu-button { display: none; }
.lb-header a:focus-visible, .lb-header button:focus-visible, .lb-footer a:focus-visible { outline: 3px solid #168bd0; outline-offset: 4px; }
body footer.lb-footer { width: 100%; margin: 0; padding: 0; border-radius: 0; background: #fbfaf6 url('../assets/backgrounds/footer-bg.png') center -550px / cover no-repeat; }
body footer.lb-footer .lb-footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); width: min(1440px, calc(100% - 64px)); margin: auto; gap: 30px; padding: 35px 0 45px; }
body footer.lb-footer img { width: 180px; max-width: 100%; height: auto; margin: 0 0 12px; display: block; }
body footer.lb-footer p, body footer.lb-footer a { font-size: 14px; line-height: 1.45; color: var(--lb-ink); }
body footer.lb-footer p { margin: 0; }
body footer.lb-footer nav { display: grid; align-content: start; gap: 7px; }
body footer.lb-footer b { font-size: 16px; font-weight: 700; }
body footer.lb-footer .lb-contact-links a { display: flex; align-items: center; gap: 8px; }
body footer.lb-footer .lb-icon { width: 18px; height: 18px; color: var(--lb-yellow); }
body.pricing-page > main { padding-top: 110px; }
@media (max-width: 1440px) { body footer.lb-footer { background-position: center bottom; } }
@media (min-width: 1181px) and (max-width: 1500px) {
    .lb-header { width: calc(100% - 60px); grid-template-columns: 185px minmax(0, 1fr); gap: clamp(12px, 1.35vw, 20px); padding: 12px 0; }
    .lb-navigation { gap: clamp(12px, 1.35vw, 20px); }
    .lb-nav-links { flex-wrap: nowrap; gap: clamp(10px, 1.05vw, 18px); font-size: clamp(10px, .84vw, 12px); }
    .lb-action { min-width: clamp(90px, 7vw, 108px); min-height: 60px; padding: 8px; white-space: nowrap; }
}
@media (max-width: 1180px) {
    body.lb-nav-open { overflow: hidden; }
    .lb-header, .lb-header.lb-scrolled { left: 0; right: 0; width: 100%; transform: none; min-height: 82px; max-height: 82px; grid-template-columns: minmax(0, 1fr); align-content: start; gap: 0; padding: 12px 24px; overflow: hidden; border-radius: 0 0 16px 16px; background: #fbfaf6f0; box-shadow: 0 8px 24px #1010101a; backdrop-filter: blur(16px); }
    .lb-header.lb-menu-open { max-height: 100dvh; overflow-y: auto; background: #fbfaf6; }
    .lb-logo { min-height: 56px; }
    .lb-logo img { width: 150px; max-height: 58px; object-fit: contain; }
    .lb-navigation { display: none; flex-direction: column; align-items: stretch; gap: 4px; }
    .lb-menu-open .lb-navigation { display: flex; }
    .lb-nav-links { flex-direction: column; gap: 8px; margin-top: 10px; padding: 10px 18px; background: #fffffff0; border: 1px solid #081b3d1f; border-radius: 18px; font-size: 14px; }
    .lb-actions { flex-wrap: wrap; padding: 12px 0 18px; }
    .lb-action { flex: 1 1 calc(25% - 9px); min-width: 130px; min-height: 76px; }
    .lb-menu-button { display: block; position: absolute; top: 15px; right: 14px; width: 42px; height: 42px; border: 0; border-radius: 10px; background: linear-gradient(#101010,#101010) center 14px / 22px 3px no-repeat, linear-gradient(#101010,#101010) center 20px / 22px 3px no-repeat, linear-gradient(#101010,#101010) center 26px / 22px 3px no-repeat, var(--lb-yellow); box-shadow: 0 10px 22px #081b3d24; cursor: pointer; }
    .lb-menu-open .lb-menu-button { border-radius: 50%; background: linear-gradient(45deg,transparent calc(50% - 2px),#101010 calc(50% - 2px),#101010 calc(50% + 2px),transparent calc(50% + 2px)),linear-gradient(-45deg,transparent calc(50% - 2px),#101010 calc(50% - 2px),#101010 calc(50% + 2px),transparent calc(50% + 2px)),var(--lb-yellow); }
    body.pricing-page > main { padding-top: 82px; }
}
@media (max-width: 760px) {
    body footer.lb-footer { background-position: left bottom; }
    body footer.lb-footer .lb-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); width: calc(100% - 36px); gap: 25px 18px; }
    body footer.lb-footer a { overflow-wrap: anywhere; }
}
@media (max-width: 560px) { .lb-action { flex-basis: calc(50% - 5px); min-width: 0; } }
@media (prefers-reduced-motion: reduce) { .lb-header, .lb-action { transition: none; } }

/* Asset-based excavator loader, on a plain white background. */
.lb-loader[hidden] { display: none; }
.lb-loader { position: fixed; inset: 0; z-index: 10000; display: grid; place-items: center; background: #fff; opacity: 1; transition: opacity .25s ease; }
.lb-loader-art { width: min(320px, 55vw, 60svh); }
.lb-loader-scene { position: relative; aspect-ratio: 1.94; }
.lb-loader-excavator { position: absolute; bottom: -1%; left: 1%; width: 81%; height: auto; transform-origin: 22% 100%; animation: lb-excavator-work 1.5s ease-in-out infinite; }
.lb-loader-sand { position: absolute; right: 9%; bottom: -2%; width: 31%; height: auto; }
.lb-loader-dirt { position: absolute; right: 24%; bottom: 4%; width: 6%; height: 28%; }
.lb-loader-dirt i { position: absolute; top: 0; width: 18%; aspect-ratio: 1; border-radius: 35%; background: #96612e; box-shadow: inset -2px -2px 0 #70411f; animation: lb-falling-dirt .85s linear infinite; opacity: 0; }
.lb-loader-dirt i:nth-child(2) { left: 45%; animation-delay: .3s; }
.lb-loader-dirt i:nth-child(3) { left: 80%; animation-delay: .55s; }
.lb-loader-track { position: relative; width: 100%; border-radius: 999px; overflow: hidden; }
.lb-loader-track > img { display: block; width: 100%; height: auto; }
.lb-loader-track .lb-loader-fill { position: absolute; inset: 0; height: 100%; clip-path: inset(0 92% 0 0); animation: lb-loading-fill 4.5s ease-out forwards; }
.lb-loader-text { display: block; width: 32%; height: auto; margin: 5px auto 0; }
.lb-loader-ready .lb-loader-fill { animation: none; clip-path: inset(0); }
.lb-loader.lb-loader-exit { opacity: 0; pointer-events: none; }
@keyframes lb-excavator-work { 0%, 100% { transform: rotate(0); } 50% { transform: rotate(-.7deg) translateY(-2px); } }
@keyframes lb-falling-dirt { 0% { opacity: 0; transform: translateY(0) rotate(0); } 15% { opacity: 1; } 85% { opacity: 1; } 100% { opacity: 0; transform: translateY(70px) rotate(150deg); } }
@keyframes lb-loading-fill { from { clip-path: inset(0 92% 0 0); } to { clip-path: inset(0 8% 0 0); } }
@media (max-width: 560px) { .lb-loader-dirt i { animation-name: lb-falling-dirt-small; } }
@keyframes lb-falling-dirt-small { 0% { opacity: 0; transform: translateY(0); } 15%, 85% { opacity: 1; } 100% { opacity: 0; transform: translateY(32px) rotate(150deg); } }
@media (prefers-reduced-motion: reduce) { .lb-loader, .lb-loader * { animation: none !important; transition: none !important; } .lb-loader-track .lb-loader-fill { clip-path: inset(0 40% 0 0); } }
