

@font-face{font-family:"Baron Neue";src:url("/static/fonts/baron_neue.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Baron Neue";src:url("/static/fonts/baron_neue_italic.woff2") format("woff2");font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:"Baron Neue";src:url("/static/fonts/baron_neue_bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"Baron Neue";src:url("/static/fonts/baron_neue_black.woff2") format("woff2");font-weight:900;font-style:normal;font-display:swap}


:root{
    --bg:#0b0b0b; --panel:rgba(20,20,20,.75); --text:#f5f5f5; --muted:#a3a3a3;
    --card:#111; --border:#262626; --accent:#c7f36b; --link:#e5e5e5;
    --maxw:920px; --brand-font:"Baron Neue",Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;

    --brandbar-h:56px;
    --navbar-h:44px;
    --sticky-h:calc(var(--brandbar-h) + var(--navbar-h));

    --hero-x: clamp(24px, 8vw, 96px);
    --hero-y: clamp(24px, 18vh, 160px);
    --hero-card-w: clamp(300px, 32vw, 520px);
}




*{box-sizing:border-box}
html,body{height:100%}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.55}
a{color:var(--link);text-decoration:none}
a:hover{opacity:.9}



.container{max-width:var(--maxw);margin:0 auto;padding:0 16px}


header{
    position:sticky;top:0;z-index:50;
    background:rgba(11,11,11,.6);
    backdrop-filter:saturate(120%) blur(6px);
    border-bottom:1px solid var(--border);
}

.topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px}

.topbar{display:flex;align-items:center}

.topbar--brand{justify-content:space-between;padding:10px 16px;min-height:var(--brandbar-h)}
.brand{display:flex;align-items:center;gap:10px}
.brand .logo{width:28px;height:28px;border-radius:50%;background:#000;display:grid;place-items:center;font-weight:800;letter-spacing:.5px}
.brand .name{font-family:var(--brand-font);font-weight:800;letter-spacing:.5px}

.topbar--nav{justify-content:center;padding:6px 0;min-height:var(--navbar-h);border-top:1px solid var(--border)}
.topbar--nav .container{display:flex;align-items:center;justify-content:center}

.brand{display:flex;align-items:center;gap:10px}
.brand .logo{width:28px;height:28px;border-radius:50%;background:#000;display:grid;place-items:center;font-weight:800;letter-spacing:.5px}
.brand .name{font-family:var(--brand-font);font-weight:800;letter-spacing:.5px}

.anchors{display:flex;gap:10px;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap}
.anchors a{padding:8px 12px;border:1px solid var(--border);border-radius:999px;font-size:.95rem}

section{padding:48px 0;border-top:1px solid var(--border);scroll-margin-top:calc(var(--sticky-h) + 12px)}


.hero-container{padding:0 16px;max-width:1100px;margin:16px auto}
.hero{
    background:none!important;padding:0!important;border-top:0!important;
    position:relative;overflow:hidden;height:52vh;min-height:360px;border-radius:14px;
}
.hero-media{position:absolute;inset:0;z-index:0}
.hero-media img{width:100%;height:100%;object-fit:cover;display:block}
.hero::after{
    content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.45),rgba(0,0,0,.55));
    z-index:1;pointer-events:none;border-radius:inherit;
}
.hero-overlay{
    position:relative;z-index:2;display:grid;gap:8px;padding:16px;height:100%;
    align-content:start;justify-items:start;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.6);text-align:left;
}
.overlay-card{
    border-radius:12px;padding:12px 14px;max-width:90vw;box-shadow:0 6px 16px rgba(0,0,0,.25);
    backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);
}
.overlay-card--dark{background:rgba(0,0,0,.55);color:#fff}

@media (max-width:480px){.hero-media img{object-position:center 35%}}
@media (max-width:767px){
    .hero{height:52vh;min-height:360px}
    .hero-overlay{padding:12px;align-content:start;justify-items:start}
    .overlay-card{max-width:320px;padding:10px 12px}
}
@media (min-width:768px){
    .hero{height:60vh;min-height:400px}
    .hero-overlay{padding:20px;align-content:start;justify-items:start}
    .overlay-card{max-width:380px;padding:12px 14px}
}


.h-top{display:flex;align-items:center;gap:10px;margin-bottom:2px}
.monogram{
    font-family:var(--brand-font);width:36px;height:36px;border-radius:50%;background:#000;
    display:grid;place-items:center;font-weight:800;font-size:.9rem;
}
.title h1 {
    font-family: var(--brand-font);
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    margin: 0;
    letter-spacing: .3px;
    line-height: 1.2;
    font-weight: 900;

}
.subtitle{font-weight:900;font-size: clamp(0.8rem, 0.9vw, 2rem);}
.detail{margin-top:6px;font-size:.9rem}
.detail .label{color:rgba(255,255,255,0.8)}


.status{
    margin:10px 0 12px;background:rgba(18,18,18,.85);border:1px dashed rgba(255,255,255,.2);
    border-radius:10px;padding:8px 10px;font-size:.85rem;
}
.status b{margin-right:4px}
.dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--muted);margin-right:6px;position:relative;top:-1px}
.dot.live{background:var(--accent)}
.updated{color:rgba(255,255,255,0.7);font-size:.8rem;margin-top:4px}

.cta-row{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}
.btn{
    display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;
    border-radius:10px;border:1px solid var(--border);background:#fff;color:#111;font-weight:600;font-size:.9rem;
    flex:1;min-width:fit-content;min-height:40px;
}
.btn.secondary{background:#181818;color:#fafafa;border:2px solid #666}
.btn.secondary:hover{border-color:#888;background:#222}
.btn.ghost{background:linear-gradient(45deg,#8a3ab9,#bc2a8d,#fbad50,#fccc63);color:#fff;border:none;font-weight:600;transition:transform .2s,box-shadow .2s}
.btn.ghost:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(138,58,185,.4)}
.btn[aria-disabled="true"]{opacity:.6;pointer-events:none}
.cta-row .btn:nth-child(3){flex:0 0 100%}



section{padding:48px 0;border-top:1px solid var(--border);scroll-margin-top:calc(var(--sticky-h) + 12px)}
section h2{font-size:1.2rem;letter-spacing:.4px;margin:8px 0 16px}
.card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:14px}

.menu-grid {
    display: grid;
    gap: 12px;
}

.menu-grid--skeleton {
    position: relative;
}

.menu-grid--skeleton[hidden] {
    display: none;
}

.menu-skeleton-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.02);
    min-height: 76px;
    overflow: hidden;
}

.menu-skel-lines {
    display: grid;
    gap: 8px;
    flex: 1;
}

.menu-skel-line {
    display: block;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255,255,255,0.04), rgba(255,255,255,0.08), rgba(255,255,255,0.04));
    background-size: 200% 100%;
    animation: menuSkeletonPulse 1.6s ease-in-out infinite;
}

.menu-skel-line--title {
    width: clamp(140px, 40vw, 240px);
    height: 16px;
}

.menu-skel-line--text {
    width: clamp(180px, 48vw, 320px);
}

.menu-skel-price {
    display: block;
    width: clamp(60px, 14vw, 110px);
    height: 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255,255,255,0.04), rgba(255,255,255,0.08), rgba(255,255,255,0.04));
    background-size: 200% 100%;
    animation: menuSkeletonPulse 1.6s ease-in-out infinite;
}

@keyframes menuSkeletonPulse {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.menu-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 12px;
    background: rgba(255,255,255,.015);
    transition: transform .15s, background .15s, border-color .15s;
    overflow: hidden;
}

.menu-item.has-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    opacity: 0.5;
    z-index: 0;
    transition: opacity .15s;
}

.menu-item.has-image:hover::before {
    opacity: 0.25;
}

.menu-item > * {
    position: relative;
    z-index: 1;
}

.menu-item > div {
    background: rgba(0, 0, 0, 0.75);
    padding: 4px 8px;
    border-radius: 6px;
    width: fit-content;
}

.menu-item > div:last-child {
    padding: 4px 8px;
    background: transparent;
}
.menu-item:hover {
    background: rgba(255,255,255,.035);
    border-color: #2a2a2a;
    transform: translateY(-1px);
}

.menu-item .name {
    font-weight: 600;
}

.menu-item .desc {
    color: var(--muted);
    font-size: .95rem;
}

.menu-item .price {
    color: var(--accent);
    font-weight: 700;
}

.menu-item .price:empty {
    display: none;
}

.menu-item.has-image {
    cursor: pointer;
}

.menu-item.has-image:focus-visible {
    outline: 2px dashed var(--accent);
    outline-offset: 3px;
}

.menu-item .chev {
    margin-left: 8px;
    opacity: 1;
    color: #8a3ab9;
    font-size: 2rem;
    font-weight: 700;
    transition: transform .2s ease;
}

.menu-item.expanded .chev {
    transform: rotate(90deg);
}

.menu-preview {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: #0f0f0f;
    max-height: 0;
    opacity: 0;
    transition: max-height .3s ease, opacity .3s ease;
}

.menu-item.expanded + .menu-preview {
    max-height: 65vh;
    opacity: 1;
}

.menu-preview img {
    width: 100%;
    display: block;
    border-radius: 12px;
    aspect-ratio: 3/2;
    object-fit: cover;
    background: #111;
}

.menu-category {
    margin-top: 22px;
}

.menu-category:first-child {
    margin-top: 0;
}

.menu-cat-title {
    font-family: var(--brand-font);
    font-weight: 800;
    letter-spacing: .3px;
    font-size: 1.1rem;
    margin: 6px 0 4px;
    color: var(--accent);
}

.menu-cat-divider {
    height: 1px;
    margin: 6px 0 12px;
    opacity: .9;
    background:
    linear-gradient(90deg, var(--accent), rgba(199,243,107,0) 40%),
    linear-gradient(90deg, var(--border), var(--border));
    background-size: 120px 1px, 100% 1px;
    background-repeat: no-repeat;
    background-position: left center, left center;
}

.menu-cat-list {
    display: grid;
    gap: 12px;
}

.events-list{display:grid;gap:10px}
.events-day{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:10px;position:relative;border-left:2px solid rgba(199,243,107,.45)}
.events-day::after{content:"";position:absolute;left:-2px;top:12px;bottom:12px;width:2px;background:linear-gradient(180deg,rgba(199,243,107,.4),transparent);border-radius:2px;pointer-events:none}
.events-day .date{font-weight:600;margin-bottom:6px;display:flex;align-items:baseline;gap:6px}
.events-day .date .dow{opacity:.9}
.events-day .date .md{opacity:.7;font-size:.95em}
.events-cards{display:grid;gap:8px}
.event-card{display:flex;flex-direction:column;gap:4px;background:rgba(255,255,255,.02);border:1px solid var(--border);border-radius:10px;padding:10px}
.event-title{font-weight:600}
.event-where{opacity:.9}
.event-time,.event-notes{font-size:.9em;opacity:.8}
.event-actions{display:flex;gap:8px;margin-top:6px}
.event-actions .btn{padding:8px 10px;border-radius:10px}
@media (min-width:720px){.events-list{gap:14px}.events-day{padding:12px}}


footer{padding:40px 0;color:var(--muted);border-top:1px solid var(--border)}
.small{font-size:.92rem}


.pill{display:inline-block;padding:2px 8px;border:1px solid var(--border);border-radius:999px;font-size:.82rem;color:var(--muted)}
.spacer{height:12px}
.card a{color:#8a3ab9;font-weight:700;text-decoration:none;border-bottom:2px solid #8a3ab9;transition:color .2s,border-color .2s}
.card a:hover{color:#bc2a8d;border-bottom-color:#bc2a8d}
#mapBtn{border:2px solid #666}
#mapBtn:hover{border-color:#888;background:#222}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.review-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8a3ab9, #bc2a8d);
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: #fff;
}

.review-info {
    flex: 1;
}

.review-name {
    font-weight: 600;
    margin-bottom: 2px;
}

.review-stars {
    color: #fbbf24;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.review-text {
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.5;
}

.reviews-cta {
    text-align: center;
    margin-top: 8px;
}

.reviews-cta .btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 10px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.02);
    color: var(--text);
    font-weight: 600;
    font-size: 0.9rem;
    transition: background 0.2s, border-color 0.2s;
}

.reviews-cta .btn:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: #2a2a2a;
}

@media (max-width: 767px) {
    .reviews-grid {
        grid-template-columns: 1fr;
    }
}

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

:root {
    --bg: #0b0b0b;
    --text: #f5f5f5;
    --muted: #a3a3a3;
    --card: #111;
    --border: #262626;
    --accent: #c7f36b;
    --accent-glow: rgba(199, 243, 107, 0.15);
    --purple: #8a3ab9;
    --orange: #f59e0b;
    --maxw: 920px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.55;
    padding: 40px 20px;
}

.container {
    max-width: var(--maxw);
    margin: 0 auto;
}

h2 {
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -.5px;
    margin: 0 0 8px;
    background: linear-gradient(135deg, var(--text), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    color: var(--muted);
    font-size: 0.95rem;
    margin-bottom: 24px;
}

.next-event-banner {
    background: linear-gradient(135deg, rgba(138, 58, 185, 0.15), rgba(199, 243, 107, 0.15));
    border: 1px solid rgba(199, 243, 107, 0.3);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
}

.next-event-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--purple), var(--accent), var(--orange));
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

.next-event-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--accent);
    margin-bottom: 8px;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}

.next-event-content {
    display: grid;
    gap: 12px;
}

.next-event-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
}

.next-event-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 0.95rem;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--muted);
}

.countdown {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--accent);
    font-variant-numeric: tabular-nums;
}

.events-grid {
    display: grid;
    gap: 16px;
}

.event-card {
    background: linear-gradient(135deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 18px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.event-card:hover {
    border-color: rgba(199, 243, 107, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(199, 243, 107, 0.1);
}

.event-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--accent), transparent);
}

.event-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.event-main {
    flex: 1;
    min-width: 0;
}

.event-date-badge {
    background: rgba(199, 243, 107, 0.1);
    border: 1px solid rgba(199, 243, 107, 0.3);
    border-radius: 10px;
    padding: 8px 12px;
    text-align: center;
    min-width: 70px;
    flex-shrink: 0;
}

.badge-day {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
    color: var(--accent);
}

.badge-month {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--muted);
    margin-top: 2px;
}

.event-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 6px;
    color: var(--text);
}

.event-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tag.live {
    background: rgba(239, 68, 68, 0.15);
    border-color: rgba(239, 68, 68, 0.4);
    color: #fca5a5;
}

.tag.soon {
    background: rgba(245, 158, 11, 0.15);
    border-color: rgba(245, 158, 11, 0.4);
    color: #fcd34d;
}

.event-details {
    display: grid;
    gap: 8px;
    margin-bottom: 12px;
}

.detail-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: var(--muted);
}

.detail-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.event-notes {
    font-size: 0.9rem;
    color: var(--muted);
    font-style: italic;
    margin-bottom: 12px;
    padding-left: 12px;
    border-left: 2px solid rgba(199, 243, 107, 0.3);
}

.event-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid transparent;
}

.btn-icon {
    width: 16px;
    height: 16px;
}

.btn-primary {
    background: var(--accent);
    color: #000;
}

.btn-primary:hover {
    background: #d4f780;
    transform: translateY(-1px);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--border);
    color: var(--text);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(199, 243, 107, 0.4);
}

.empty-state {
    text-align: center;
    padding: 60px 20px;
    color: var(--muted);
}

.empty-icon {
    font-size: 3rem;
    margin-bottom: 16px;
    opacity: 0.5;
}

@media (min-width: 768px) {
    .events-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .next-event-banner {
        padding: 24px;
    }

    .next-event-content {
        grid-template-columns: 1fr auto;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .event-header {
        flex-direction: column-reverse;
    }

    .event-date-badge {
        align-self: flex-start;
    }
}

a[href^="mailto:"] {
    color: var(--accent);
}
a[href^="mailto:"]:hover {
    opacity: .9;
}

.follow-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 14px;
    margin-bottom: 10px;
    color: var(--text);
}

.follow-card a {
    color: var(--accent);
    font-weight: 600;
    text-decoration: none;
}

.follow-card a:hover {
    opacity: .9;
}

.accent-link { color: var(--accent); font-weight: 700; text-decoration: none; }
.accent-link:hover { opacity: .9; }

.family-photo img{
    width:100%;
    display:block;
    aspect-ratio:3/2;
    object-fit: contain;
    border-radius:10px;
    background:#111;
    height: auto;
}
/*.status-next { margin-top: 8px; line-height: 1.45; }*/
.status-next .head { font-weight: 700; color: rgba(255,255,255,0.9); }
.status-next .line { color: var(--muted); }

/* Avoid clipping the status card on small/short screens */
@media (max-width: 380px), (max-height: 580px) {
    .hero { height: auto; min-height: 0; overflow: visible; }
    .overlay-card { max-width: 100%; }
}

/* If an address/description is long, let it wrap nicely */
.status-next .line { overflow-wrap: anywhere; }

.status-next {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(199,243,107,.25);
}

.status-next .title {
    font-weight: 700;
    font-size: 1.05rem;
    color: #fff;
    line-height: 1.3;
}
.family-photo figcaption {
    text-align: center;
    margin-top: 1rem;
    font-style: italic;
    color: #666;
}



