#blazor-error-ui {
    display: none;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
    }

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #242424;
}

.site-header {
    height: 82px;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.site-header-inner {
    height: 100%;
    padding: 0 64px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.brand-logo {
    width: 46px;
    height: 46px;
    object-fit: contain;
    display: block;
}

.location-picker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 12px;
    margin-right: auto;
}

.site-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 42px;
}

    .site-nav a {
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1.7px;
        font-size: 12px;
        font-weight: 700;
        color: #777;
    }

.order-button {
    height: 42px;
    min-width: 142px;
    border: 1px solid #333;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #222 !important;
}

.brand-logo {
    width: 42px;
    height: 42px;
}

.location-picker span {
    font-size: 10px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #9a9a9a;
    font-weight: 700;
}

.location-picker select {
    height: 34px;
    min-width: 124px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    padding: 0 10px;
    font-size: 13px;
    color: #333;
}

.hero-section {
    background: #fff;
    padding: 88px 64px 96px;
}

.hero-inner {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1fr);
    align-items: center;
    gap: 96px;
}

.hero-copy {
    max-width: 430px;
}

.eyebrow {
    margin: 0 0 18px;
    color: #a3a3a3;
    font-size: 11px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    font-weight: 700;
}

.hero-copy h1 {
    margin: 0;
    color: #2c2c2c;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 58px;
    line-height: 0.95;
    letter-spacing: 0;
}

.hero-description {
    margin: 24px 0 0;
    max-width: 360px;
    color: #858585;
    font-size: 14px;
    line-height: 1.8;
}

.hero-actions {
    margin-top: 28px;
    display: flex;
    gap: 12px;
}

.button {
    min-width: 130px;
    height: 40px;
    padding: 0 18px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.8px;
    font-weight: 700;
}

.button-dark {
    background: #262626;
    color: #fff;
}

.button-light {
    border: 1px solid #ececec;
    color: #777;
    background: #fff;
}

.hero-media img {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 6 / 7;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

@media (max-width: 860px) {
    .hero-section {
        padding: 54px 24px 64px;
        padding-bottom: 80px;
    }

    .hero-inner {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .hero-copy h1 {
        font-size: 44px;
    }

    .hero-media img {
        max-width: 100%;
    }
    .hero-copy h1 {
        border: 0;
        outline: 0;
        box-shadow: none;
    }
}

.story-section {
    background: #ececea;
    padding: 96px 64px;
}

.story-inner {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 420px minmax(360px, 1fr);
    align-items: center;
    gap: 86px;
}

.story-media img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.story-copy {
    max-width: 500px;
}

    .story-copy h2 {
        margin: 0;
        color: #2d2d2d;
        font-family: Georgia, 'Times New Roman', serif;
        font-size: 38px;
        line-height: 1.05;
        letter-spacing: 0;
    }

.story-quote {
    margin-top: 36px;
    color: #3d3d3d;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 18px;
    line-height: 1.5;
    font-style: italic;
    font-weight: 700;
}

.story-copy p:not(.eyebrow):not(.story-quote) {
    color: #7c7c7c;
    font-size: 14px;
    line-height: 1.8;
}

.story-stats {
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid #d8d8d5;
    display: flex;
    gap: 46px;
}

    .story-stats strong {
        display: block;
        font-size: 30px;
        color: #2c2c2c;
        font-family: Georgia, 'Times New Roman', serif;
    }

    .story-stats span {
        display: block;
        margin-top: 4px;
        color: #969696;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        font-weight: 700;
    }

@media (max-width: 860px) {
    .story-section {
        padding: 64px 24px;
    }

    .story-inner {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .story-copy h2 {
        font-size: 32px;
    }

    .story-stats {
        gap: 28px;
    }

    .story-inner {
        grid-template-columns: 360px minmax(360px, 1fr);
    }

    .story-media img {
        max-height: 430px;
    }
}


.locations-section {
    background: #fff;
    padding: 82px 64px 96px;
}

.locations-inner {
    max-width: 1080px;
    margin: 0 auto;
}

    .locations-inner h2 {
        margin: 0;
        font-family: Georgia, 'Times New Roman', serif;
        font-size: 38px;
    }

.locations-lead {
    color: #8a8a8a;
    margin: 12px 0 42px;
}

.location-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.location-card {
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 28px;
}

    .location-card h3 {
        margin: 0 0 8px;
        font-family: Georgia, 'Times New Roman', serif;
        font-size: 24px;
    }

.location-services {
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.location-meta {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1.3fr 1fr 0.7fr;
    gap: 14px;
    color: #777;
    font-size: 12px;
    line-height: 1.5;
}

.location-actions {
    margin-top: 24px;
    display: flex;
    gap: 10px;
}

.ready-section {
    background: #262626;
    color: #fff;
    padding: 86px 24px;
    text-align: center;
}

.ready-inner {
    max-width: 760px;
    margin: 0 auto;
}

.ready-section .eyebrow {
    color: #a6a6a6;
}

.ready-section h2 {
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 42px;
    line-height: 1;
}

.ready-section p {
    margin: 16px auto 0;
    color: #bdbdbd;
    font-size: 14px;
}

.ready-actions {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.ready-button {
    height: 42px;
    min-width: 180px;
    padding: 0 18px;
    border-radius: 4px;
    background: #fff;
    color: #222;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.9px;
    font-weight: 800;
}

    .ready-button:hover {
        background: #f0f0f0;
    }

.site-footer {
    background: #f5f5f3;
    padding: 54px 64px 24px;
}

.footer-inner {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 48px;
}

.footer-logo {
    width: 42px;
    height: 42px;
}

.site-footer p {
    max-width: 260px;
    color: #888;
    font-size: 13px;
    line-height: 1.7;
}

.site-footer h4 {
    margin: 0 0 16px;
    color: #9a9a9a;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}

.site-footer a {
    display: block;
    margin-bottom: 10px;
    color: #777;
    text-decoration: none;
    font-size: 13px;
}

.footer-bottom {
    max-width: 1080px;
    margin: 42px auto 0;
    padding-top: 22px;
    border-top: 1px solid #e5e5e2;
    display: flex;
    justify-content: space-between;
    color: #aaa;
    font-size: 11px;
}

.login-page {
    min-height: 100vh;
    background: #f5f5f3;
    display: grid;
    place-items: center;
    padding: 32px;
}

.login-card {
    width: min(100%, 420px);
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 42px;
}

.login-logo {
    width: 54px;
    height: 54px;
    display: block;
    margin-bottom: 28px;
}

.login-card h1 {
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 40px;
}

.login-intro {
    color: #777;
    line-height: 1.6;
    margin-bottom: 28px;
}

.login-card form {
    display: grid;
    gap: 12px;
}

.account-type-picker {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0 0 8px;
    padding: 0;
    border: 0;
}

.account-type-picker legend {
    grid-column: 1 / -1;
    margin-bottom: 2px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777;
    font-weight: 700;
}

.account-type-option {
    min-height: 42px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    cursor: pointer;
}

.account-type-option input {
    min-height: auto;
    width: 16px;
    height: 16px;
    padding: 0;
}

.account-type-option span {
    font-size: 13px;
    color: #333;
    font-weight: 700;
}

.login-card label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777;
    font-weight: 700;
}

.login-card input {
    height: 44px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 12px;
}

.login-card button {
    height: 46px;
    margin-top: 12px;
    border: 0;
    border-radius: 5px;
    background: #242424;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
}

.login-card > a {
    display: inline-block;
    margin-top: 22px;
    margin-right: 18px;
    color: #777;
    text-decoration: none;
}

.login-message {
    margin: 16px 0 0;
    color: #8a5a00;
    line-height: 1.5;
}

.portal-page {
    min-height: 100vh;
    background: #f5f5f3;
    padding: 96px 32px;
}

.portal-shell {
    max-width: 860px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 48px;
}

    .portal-shell h1 {
        margin: 0;
        font-family: Georgia, 'Times New Roman', serif;
        font-size: 44px;
        color: #2c2c2c;
    }

    .portal-shell p:not(.eyebrow) {
        color: #777;
        font-size: 16px;
        line-height: 1.7;
    }

.portal-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin-top: 32px;
}

.portal-action-card {
    display: grid;
    gap: 8px;
    padding: 20px;
    border: 1px solid #e5e5e2;
    border-radius: 8px;
    color: #242424;
    text-decoration: none;
    background: #fbfbfa;
}

.portal-action-card span {
    font-weight: 800;
}

.portal-action-card small {
    color: #777;
    line-height: 1.5;
}

.flipbook-toolbar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 28px 0 18px;
    flex-wrap: wrap;
}

.flipbook-page-status {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #e5e5e2;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    color: #777;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: #fff;
}

.flipbook-stage {
    perspective: 1200px;
    margin-top: 16px;
}

.flipbook-page {
    min-height: 520px;
    border: 1px solid #e5e5e2;
    border-radius: 8px;
    padding: 28px 34px;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.06), rgba(255, 255, 255, 0) 22px),
        #fff;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.08);
    transform-origin: left center;
    animation: flipbook-page-in 220ms ease-out;
}

@keyframes flipbook-page-in {
    from {
        opacity: 0.3;
        transform: rotateY(-8deg) translateX(8px);
    }

    to {
        opacity: 1;
        transform: rotateY(0) translateX(0);
    }
}

.flipbook-page-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 18px;
}

.flipbook-page-header h2 {
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 34px;
}

.flipbook-page-header span {
    color: #999;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.flipbook-table-wrap {
    overflow-x: auto;
}

.flipbook-table input.level-input {
    width: 62px;
}

.admin-page {
    max-width: 1100px;
    margin: 80px auto;
    padding: 0 24px;
}

.admin-intro {
    color: #777;
    max-width: 560px;
}

.admin-card {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 24px;
    margin-top: 24px;
    background: #fff;
}

.food-form h2 {
    margin-top: 0;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr 140px auto;
    gap: 16px;
    align-items: end;
}

    .form-row label {
        display: grid;
        gap: 8px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #777;
    }

input {
    min-height: 40px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 12px;
    font: inherit;
}

.admin-toolbar {
    margin-top: 24px;
    display: flex;
    align-items: end;
    gap: 12px;
    flex-wrap: wrap;
}

.level-bulk-panel {
    margin: 18px 0 16px;
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fafafa;
    display: flex;
    align-items: end;
    gap: 12px;
    flex-wrap: wrap;
}

.level-bulk-panel .level-input {
    width: 76px;
}

.check-row {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
}

    .admin-table th,
    .admin-table td {
        border-bottom: 1px solid #eee;
        padding: 14px 12px;
        text-align: left;
    }

    .admin-table th {
        font-size: 12px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #777;
    }

.actions-column {
    width: 220px;
    white-space: nowrap;
}

.primary-button,
.ghost-button,
.danger-button {
    min-height: 38px;
    border-radius: 6px;
    padding: 0 16px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
}

.primary-button {
    border: 1px solid #222;
    background: #222;
    color: #fff;
}

.ghost-button {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}

.danger-button {
    border: 1px solid #b42318;
    background: #b42318;
    color: #fff;
}

.small {
    min-height: 32px;
    padding: 0 12px;
    margin-right: 6px;
}

.form-message {
    margin-bottom: 0;
    color: #555;
}

.compact-field {
    display: grid;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #777;
}

.compact-field select {
    min-height: 38px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 10px;
    font: inherit;
    min-width: 132px;
    letter-spacing: 0;
    text-transform: none;
    color: #222;
}

@media (max-width: 800px) {
    .form-row {
        grid-template-columns: 1fr;
    }

    .admin-card {
        overflow-x: auto;
    }

    .level-bulk-panel {
        align-items: stretch;
    }

    .level-bulk-panel .compact-field,
    .level-bulk-panel button {
        width: 100%;
    }
}

.level-input {
    width: 72px;
    min-height: 38px;
    text-align: right;
}

.location-levels-table input.level-input {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    min-height: 34px;
    padding: 0 4px;
    text-align: right;
}

.location-levels-table th,
.location-levels-table td {
    padding-left: 8px;
    padding-right: 8px;
}

.location-levels-table .actions-column {
    width: 92px;
}

.admin-tabs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 28px 0;
}

.admin-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid #dedede;
    border-radius: 6px;
    color: #222;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: #fff;
}

.admin-page h1:focus {
    outline: none;
}

.food-form,
.staff-form {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

    .food-form input,
    .staff-form input,
    .staff-form select,
    .admin-table input,
    .admin-table select {
        min-height: 38px;
        padding: 0 10px;
        border: 1px solid #ddd;
        border-radius: 6px;
        background: #fff;
    }

.checkbox-field {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.small-button {
    min-height: 34px;
    padding: 0 14px;
    border: 0;
    border-radius: 6px;
    background: #222;
    color: white;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

    .small-button.secondary,
    .admin-button.secondary {
        background: white;
        color: #222;
        border: 1px solid #ddd;
    }
