/* A small presentation layer over the existing Bootstrap theme. */
:root { --navy: #27324a; --gold: #d5af69; --cream: #f6f2e9; }
html { scroll-padding-top: 24px; }
body { background: var(--navy); color: var(--navy); font-family: Lato, Arial, sans-serif; }
a { color: #72501c; }
a:hover, a:focus { color: #523710; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
h1, h2, h3 { line-height: 1.15; }
h2 { font-size: 36px; }
h3 { font-size: 23px; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 1100; padding: 12px; background: white; }
.skip-link:focus { top: 12px; }
.desktop-nav { padding: 12px 0; }
.desktop-nav .row { display: flex; align-items: center; justify-content: space-between; margin: 0; }
.desktop-nav .desktop-nav-logo { height: 116px; width: auto; }
.desktop-nav .nav-right { margin-left: 24px; }
.desktop-nav .heading { font-family: Lobster, Georgia, serif; font-size: 30px; margin: 0; color: var(--gold); text-align: right; }
.desktop-nav .nav-center { margin-top: 12px; text-align: right; }
.desktop-nav .nav-pills a { font-family: Lato, Arial, sans-serif; font-size: 16px; padding: 10px 14px !important; }
.desktop-nav .nav-pills a:visited { background: transparent !important; }
.desktop-nav .nav-pills a:hover, .desktop-nav .nav-pills a:focus { background: #43516c !important; }
.happy-hour-strip { text-align: center; background: var(--gold); padding: 10px 16px; }
.happy-hour-strip a { color: #222b3e; font-size: 15px; font-weight: 700; }
.happy-hour-strip span { margin-left: 12px; }
main { background: var(--cream); }
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 18px; }
.home-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding-top: 55px; padding-bottom: 55px; align-items: center; }
.hero-copy h1 { font-family: Georgia, serif; font-weight: 400; font-size: clamp(40px, 4.8vw, 64px); margin: 0 0 24px; letter-spacing: -1px; }
.hero-copy h1 em { color: #92692e; font-family: Lobster, Georgia, serif; font-weight: 400; }
.hero-copy p:not(.eyebrow) { max-width: 460px; line-height: 1.7; }
.hero-photo { width: 100%; height: 420px; object-fit: cover; border-radius: 4px; }
.action-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 24px 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; font-size: 16px; font-weight: 700; border: 1px solid transparent; border-radius: 3px; text-decoration: none; }
.button-gold { background: var(--gold); color: #222b3e !important; }
.button-gold:hover { background: #e4c48d; text-decoration: none; }
.button-outline { border-color: var(--navy); color: var(--navy); }
.button-outline:hover { background: #e8e1d5; text-decoration: none; }
.hero-visit { font-size: 14px; }
.home-welcome { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding-top: 40px; padding-bottom: 48px; border-top: 1px solid #d8d2c5; }
.home-welcome h2 { font-family: Georgia, serif; font-weight: 400; margin-top: 0; }
.home-welcome p:not(.eyebrow) { line-height: 1.75; }
#layout-footer { padding: 54px 0 20px; }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
#layout-footer h2 { color: var(--cream); font-family: Georgia, serif; font-weight: 400; margin: 0 0 24px; }
#layout-footer h3, #layout-footer .eyebrow { color: var(--gold); }
#layout-footer h3 { margin: 28px 0 14px; }
#layout-footer address { font-style: normal; line-height: 1.7; }
.visit-hours { display: grid; grid-template-columns: max-content max-content; gap: 8px 28px; font-size: 16px; }
.visit-hours dt { font-weight: 400; }
.visit-hours dd { margin: 0; }
.visit-map { width: 100%; height: 365px; border: 0; border-radius: 4px; background: #e6e3dc; }
.footer-details { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 35px; padding-top: 10px; border-top: 1px solid #586174; }
.footer-details p, .footer-details a { font-size: 16px; }
.footer-details p { margin: 10px 0; }
.social-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-credit { border-top: 1px solid #586174; margin-top: 35px; padding-top: 20px; font-size: 13px; color: #d9dde4; display: flex; justify-content: space-between; gap: 12px; }
.mobile-shortcuts { display: none; }
.menu-page { padding-top: 45px; padding-bottom: 45px; }
.menu-heading { text-align: center; }
.menu-heading h1 { font-family: Georgia, serif; font-weight: 400; font-size: 52px; margin: 0 0 18px; }
.menu-heading .button { margin: 14px 0 28px; }
.menu-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; border-top: 1px solid #d8d2c5; border-bottom: 1px solid #d8d2c5; padding: 14px 0; }
.menu-links a { display: block; padding: 8px 18px; font-size: 16px; font-weight: 700; color: var(--navy); }
.menu-links a:hover { background: #e8e1d5; border-radius: 3px; }
.menu-help { font-size: 14px; text-align: center; margin: 20px 0 35px; }
.menu-help a { display: inline-block; margin-left: 8px; text-decoration: underline; }
.menu-section { padding: 12px 0 40px; }
.menu-section h2 { font-family: Georgia, serif; font-weight: 400; margin-bottom: 25px; }
.food-menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.menu-sheet { display: block; color: var(--navy); }
.menu-sheet > span { display: block; min-height: 60px; font-size: 15px; font-weight: 700; }
.menu-sheet img { width: 100%; height: auto; border: 1px solid #d8d2c5; }
.drink-section { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; border-top: 1px solid #d8d2c5; padding-top: 35px; }
.drink-section .menu-sheet { max-width: 480px; }
main .main-content { background: var(--cream); box-shadow: none; }
main .about-wrapper { padding-top: 45px; padding-bottom: 45px; }
main .about-wrapper h3 { color: var(--navy); }
main .tubbs-name { color: #72501c; }
.form-control:focus { border-color: #92692e; }
@media (max-width: 991px) {
    .desktop-nav .heading { font-size: 27px; }
    .desktop-nav .nav-pills a { padding: 10px 9px !important; font-size: 15px; }
    .home-hero, .home-welcome, .visit-grid, .footer-details, .drink-section { gap: 28px; }
    .hero-photo { height: 360px; }
    .visit-hours { gap: 8px 15px; font-size: 15px; }
}
@media (max-width: 767px) {
    html { scroll-padding-top: 80px; }
    body { padding-top: 64px; padding-bottom: calc(96px + env(safe-area-inset-bottom)); }
    .navbar { min-height: 64px; margin: 0; background: var(--navy); }
    .navbar-brand { height: 64px; padding: 14px 12px; font-size: 14px; }
    .navbar-toggle { margin: 15px 12px 10px 0; }
    .navbar-collapse { max-height: calc(100vh - 130px); overflow-y: auto; }
    .happy-hour-strip { padding: 10px 8px; }
    .happy-hour-strip a { font-size: 13px; }
    .happy-hour-strip span { margin-left: 6px; }
    .home-hero, .home-welcome, .visit-grid, .footer-details, .drink-section { grid-template-columns: 1fr; }
    .home-hero { padding: 35px 22px; gap: 28px; }
    .hero-copy h1 { font-size: 46px; }
    .hero-photo { height: 290px; }
    .home-welcome { margin: 0 22px; padding: 30px 0; gap: 10px; }
    h2 { font-size: 30px; }
    #layout-footer { padding-top: 35px; }
    #layout-footer > .container { padding: 0 22px; }
    .visit-map { height: 280px; }
    .footer-details { gap: 5px; margin-top: 25px; }
    .footer-credit { flex-direction: column; }
    .mobile-shortcuts { display: flex; align-items: center; gap: 6px; position: fixed; z-index: 1030; bottom: calc(16px + env(safe-area-inset-bottom)); left: 12px; right: 12px; max-width: 480px; margin: 0 auto; padding: 7px; border: 1px solid #647087; border-radius: 19px; background: var(--navy); box-shadow: 0 12px 32px rgba(15, 23, 40, .38), 0 3px 8px rgba(15, 23, 40, .18); transition: transform .22s ease, opacity .22s ease; }
    .mobile-shortcuts a { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; min-width: 0; min-height: 58px; padding: 7px 4px; border-radius: 12px; color: var(--cream); font-size: 12px; font-weight: 700; line-height: 1.2; text-decoration: none; }
    .mobile-shortcuts svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
    .mobile-shortcuts .shortcut-order { flex: 1.3; background: var(--gold); color: #222b3e; }
    .mobile-shortcuts a:hover, .mobile-shortcuts a:focus-visible { background: #43516c; color: white; }
    .mobile-shortcuts .shortcut-order:hover, .mobile-shortcuts .shortcut-order:focus-visible { background: #e4c48d; color: #222b3e; }
    .mobile-shortcuts a:active { transform: translateY(1px); }
    .menu-page { padding: 32px 20px; }
    .menu-heading h1 { font-size: 42px; }
    .menu-links { gap: 0; }
    .menu-links a { padding: 10px 12px; font-size: 14px; }
    .food-menu-grid { grid-template-columns: 1fr; gap: 30px; }
    .menu-sheet > span { min-height: 0; margin-bottom: 12px; }
    .drink-section { gap: 18px; }
    .drink-section .menu-sheet { max-width: none; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; }
    .wow { visibility: visible !important; }
}
/* Bootstrap clearfix pseudo-elements must not become grid/flex children. */
.home-hero::before, .home-hero::after,
.home-welcome::before, .home-welcome::after,
.desktop-nav .row::before, .desktop-nav .row::after { content: none; }
@media (max-width: 767px) {
    .navbar-header { display: flex; align-items: center; justify-content: space-between; min-height: 64px; }
    .navbar-header::before, .navbar-header::after { content: none; }
    .navbar-brand { float: none; line-height: 36px; padding: 14px 12px; }
    .navbar-toggle { float: none; order: 2; margin: 0 12px 0 0; }
}
/* Restore the original texture and use one consistent navigation state. */
body, #layout-footer, .navbar { background: var(--navy) url('/assets/images/background-texture.webp') repeat; }
.desktop-nav .desktop-nav-logo { width: 285px; height: 95px; }
.desktop-nav .nav-pills li:hover, .desktop-nav .nav-pills li.active { background: transparent !important; }
.desktop-nav .nav-pills li > a { color: var(--cream) !important; border-radius: 3px; }
.desktop-nav .nav-pills li > a:hover,
.desktop-nav .nav-pills li > a:focus,
.desktop-nav .nav-pills li > a:active,
.desktop-nav .nav-pills li.active > a,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus { background: var(--gold) !important; color: var(--navy) !important; text-decoration: none; }
.social-links { gap: 12px; }
#layout-footer .social-links a { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border: 1px solid #788194; border-radius: 50%; font-size: 23px; text-decoration: none; }
#layout-footer .social-links a:hover, #layout-footer .social-links a:focus { color: var(--navy); background: var(--gold); border-color: var(--gold); }
.hero-slider { min-width: 0; overflow: hidden; border-radius: 4px; background: var(--navy); }
.hero-slider .carousel-inner { aspect-ratio: 1880 / 1040; }
.hero-slider .carousel-inner > .item img { width: 100%; aspect-ratio: 1880 / 1040; height: auto; object-fit: cover; }
@media (min-width: 768px) and (max-width: 991px) {
    .desktop-nav .desktop-nav-logo { width: 220px; height: 80px; }
    .desktop-nav .nav-right { margin-left: 15px; }
    .desktop-nav .nav-pills a { padding: 10px 7px !important; font-size: 14px; }
}
@media (max-width: 767px) {
    .navbar-brand { padding: 2px 12px; height: 64px; }
    .navbar-brand img { display: block; height: 60px; width: 180px; }
}
.about-page { padding-top: 48px; padding-bottom: 50px; }
.about-heading { text-align: center; margin-bottom: 46px; }
.about-heading h1 { font-family: Georgia, serif; font-size: 52px; font-weight: 400; margin: 0 0 24px; letter-spacing: -1px; }
.about-heading > p:last-child { line-height: 1.7; }
.about-story { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 50px; }
.about-story img { display: block; width: 100%; height: auto; border-radius: 4px; }
.about-story figcaption { font-size: 13px; margin-top: 12px; color: #5c6270; }
.about-story h2, .about-promise h2 { font-family: Georgia, serif; font-weight: 400; margin: 0 0 22px; }
.about-story p:not(.eyebrow), .about-promise p:not(.eyebrow) { line-height: 1.75; }
.about-promise { display: grid; grid-template-columns: 1.1fr 1fr; gap: 50px; border-top: 1px solid #d8d2c5; margin-top: 48px; padding-top: 36px; }
@media (max-width: 767px) {
    .about-page { padding: 32px 22px; }
    .about-heading { margin-bottom: 30px; }
    .about-heading h1 { font-size: 38px; }
    .about-story, .about-promise { grid-template-columns: 1fr; gap: 26px; }
    .about-promise { margin-top: 30px; padding-top: 28px; gap: 8px; }
}

.hero-slider picture { display: block; }

.link-icon { display: inline-block; margin-left: 5px; font-size: .8em; vertical-align: baseline; }

@media (max-width: 767px) {
    .mobile-shortcuts.is-scroll-hidden { transform: translateY(calc(100% + 24px + env(safe-area-inset-bottom))); opacity: 0; pointer-events: none; }
    .mobile-shortcuts:focus-within { transform: none; opacity: 1; pointer-events: auto; }
}
