* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: #f7f3ed;
    color: #171717;
    display: flex;
    flex-direction: column;
    font-family: Georgia, "Times New Roman", serif;
    min-height: 100vh;
}

.num,
.money,
.phone-number,
.address-number,
.credential-value,
.step-number,
.order-number,
.table-number,
.quantity-number,
footer div {
    font-family: Arial, sans-serif;
    font-variant-numeric: tabular-nums;
}

a {
    color: inherit;
    text-decoration: none;
}

header {
    background: rgba(247, 243, 237, 0.94);
    border-bottom: 1px solid rgba(23, 23, 23, 0.08);
    position: sticky;
    top: 0;
    z-index: 10;
}

nav {
    align-items: center;
    display: flex;
    gap: 28px;
    justify-content: center;
    min-height: 76px;
    padding: 0 28px;
    position: relative;
}

nav img {
    height: 46px;
    left: 28px;
    position: absolute;
    width: auto;
}

nav a {
    color: #28231f;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

nav a:hover {
    color: #0f8f80;
}

.entry-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 76px;
    padding: 0 clamp(20px, 4vw, 72px);
}

.brand-link {
    align-items: center;
    display: flex;
    gap: 12px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 900;
}

.brand-link img {
    height: 44px;
    width: auto;
}

.entry-switcher {
    background: #eee5dc;
    border: 1px solid #d9ccbf;
    border-radius: 8px;
    display: flex;
    gap: 4px;
    padding: 4px;
}

.entry-switcher a {
    border-radius: 6px;
    color: #28231f;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    padding: 10px 14px;
}

.entry-switcher a.active {
    background: #171717;
    color: white;
}

main {
    flex: 1;
    padding: 42px clamp(18px, 4vw, 72px) 58px;
}

h1 {
    font-family: Arial, sans-serif;
    font-size: clamp(36px, 5vw, 64px);
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 12px;
    text-align: center;
}

h2 {
    color: #665c53;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 26px auto;
    text-align: center;
}

section {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 30px auto;
    max-width: 1220px;
}

.menu-item {
    background: #fffaf4;
    border: 1px solid #dfd2c4;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(38, 28, 20, 0.08);
    display: flex;
    flex-direction: column;
    min-height: 430px;
    overflow: hidden;
}

.menu-item img {
    height: 190px;
    object-fit: cover;
    width: 100%;
}

.menu-item h3 {
    font-family: Arial, sans-serif;
    font-size: 22px;
    line-height: 1.2;
    margin: 20px 20px 8px;
}

.menu-item p {
    color: #665c53;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 20px 20px;
}

.menu-item > span {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: auto 20px 20px;
    min-height: 46px;
}

.address-number,
.phone-number {
    display: inline;
    margin: 0;
}

.menu-card-footer {
    display: grid;
    align-items: center;
    gap: 12px;
    grid-template-columns: 1fr;
    width: calc(100% - 40px);
}

.menu-card-footer form {
    width: 100%;
}

.menu-card-footer button {
    width: 100%;
}

h4 {
    font-family: Arial, sans-serif;
    font-size: 19px;
}

.money {
    align-items: baseline;
    background: transparent;
    border: 0;
    border-radius: 0;
    display: inline-flex;
    gap: 7px;
    justify-self: start;
    line-height: 1;
    padding: 0;
    white-space: nowrap;
}

.currency-symbol {
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1;
}

button {
    background: #0f8f80;
    border: 0;
    border-radius: 8px;
    color: white;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    min-height: 40px;
    min-width: 112px;
    padding: 0 16px;
    text-transform: uppercase;
}

button:hover {
    background: #0b756a;
}

.order-link {
    align-items: center;
    background: #171717;
    border-radius: 8px;
    color: white;
    display: inline-flex;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    min-height: 40px;
    justify-content: center;
    min-width: 0;
    justify-self: stretch;
    padding: 0 14px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.order-link:hover {
    background: #0f8f80;
    color: white;
}

.cart-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 18px;
}

.status-panel {
    background: #ecf8f3;
    border: 1px solid #b9dfcf;
    border-radius: 8px;
    margin: 22px auto;
    max-width: 760px;
    padding: 24px;
    text-align: center;
}

.status-panel h2 {
    color: #0b756a;
    margin: 0 0 10px;
}

.status-panel p {
    color: #4d5d57;
    line-height: 1.5;
    margin: 0;
}

.cart-actions form {
    margin: 0;
}

.danger-button {
    background: #9f2d2d;
}

.danger-button:hover {
    background: #7f2323;
}

.counter-card {
    min-height: 360px;
}

.counter-card form {
    margin: auto 20px 20px;
}

.counter-card form button {
    width: 100%;
}

.review-page {
    padding-top: 34px;
}

.contact-hero {
    display: block;
    margin: 0 auto 26px;
    max-width: 940px;
    text-align: center;
}

.contact-hero h1 {
    margin-bottom: 8px;
}

.contact-hero p {
    color: #5f554d;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.5;
}

.review-eyebrow {
    color: #0f8f80;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.contact-band {
    align-items: start;
    background: #f1eee9;
    border: 1px solid #dfd2c4;
    border-radius: 8px;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    margin: 0 auto 46px;
    max-width: 1120px;
    padding: 26px clamp(26px, 4vw, 48px);
}

.contact-band div {
    display: grid;
    justify-content: stretch;
}

.contact-info-block {
    align-content: start;
    background: #fffaf4;
    border: 1px solid #e2d6ca;
    border-radius: 8px;
    gap: 8px;
    min-height: 126px;
    padding: 22px;
    text-align: left;
}

.contact-band h3 {
    font-family: Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.contact-band strong,
.contact-band p {
    color: #171717;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.phone-number {
    letter-spacing: 0.01em;
}

.contact-band div:last-child {
    justify-self: stretch;
    margin-left: 0;
    text-align: left;
}

.review-layout {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(300px, 460px) minmax(300px, 1fr);
    max-width: 1120px;
}

.review-form-card,
.review-list {
    background: #fffaf4;
    border: 1px solid #dfd2c4;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(38, 28, 20, 0.08);
    padding: 28px;
}

.review-form-card h2,
.review-list h2 {
    color: #171717;
    font-size: 26px;
    margin: 0 0 18px;
    text-align: center;
}

.review-form {
    display: grid;
    gap: 12px;
}

.review-form input,
.review-form textarea {
    border: 1px solid #cfc5b9;
    border-radius: 6px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 12px;
    width: 100%;
}

.review-form textarea {
    min-height: 110px;
    resize: vertical;
}

.review-form button {
    justify-self: center;
    min-width: 150px;
}

.review-list {
    display: grid;
    gap: 14px;
}

.review-card {
    background: white;
    border: 1px solid #eadfd4;
    border-radius: 8px;
    padding: 16px;
}

.review-card strong {
    display: block;
    font-family: Arial, sans-serif;
    margin-bottom: 8px;
}

.review-card p,
.empty-review {
    color: #635951;
    line-height: 1.5;
    margin: 0;
}

.about-page {
    padding-top: 46px;
}

.about-hero {
    align-items: stretch;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    max-width: 1240px;
}

.about-hero-copy {
    background: #171717;
    border-radius: 8px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 460px;
    padding: clamp(30px, 4vw, 54px);
}

.about-hero-copy h1 {
    color: white;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 0.98;
    margin-bottom: 22px;
    text-align: left;
}

.about-hero-copy p:last-child {
    color: #efe6dc;
    font-size: 19px;
    line-height: 1.55;
    margin: 0;
    max-width: 680px;
}

.about-hero-image {
    background-image: linear-gradient(180deg, rgba(23, 23, 23, 0.05), rgba(23, 23, 23, 0.3)), url("/bg.webp");
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    min-height: 460px;
}

.about-detail {
    align-items: stretch;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    max-width: 1120px;
}

.about-detail > div,
.about-info-card,
.creator-band {
    background: #fffaf4;
    border: 1px solid #dfd2c4;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(38, 28, 20, 0.08);
    padding: 28px;
}

.about-detail h2,
.creator-band h2 {
    color: #171717;
    font-size: clamp(30px, 4vw, 48px);
    margin: 0 0 16px;
    text-align: left;
}

.about-detail p,
.about-info-card p,
.about-card p,
.creator-band p {
    color: #635951;
    font-size: 16px;
    line-height: 1.55;
    margin: 0 0 12px;
}

.about-info-card h3,
.creator-contact h3 {
    font-family: Arial, sans-serif;
    font-size: 22px;
    margin-bottom: 14px;
}

.about-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 1240px;
}

.about-card {
    background: white;
    border: 1px solid #e4dace;
    border-radius: 8px;
    min-height: 230px;
    padding: 24px;
}

.about-card span {
    color: #0f8f80;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 900;
    margin: 0 0 34px;
}

.about-card h3 {
    font-family: Arial, sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
}

.creator-band {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    max-width: 1120px;
}

.creator-contact {
    background: #f4ece3;
    border-radius: 8px;
    display: grid;
    gap: 16px;
    padding: 22px;
}

.creator-contact strong {
    color: #171717;
    font-family: Arial, sans-serif;
}

.contact-row {
    display: grid;
    gap: 6px;
}

.contact-row > strong {
    font-size: 14px;
}

.contact-row > span,
.contact-row > p {
    color: #544b44;
    line-height: 1.5;
    margin: 0;
}

.staff-page {
    display: flex;
    padding: 54px clamp(22px, 5vw, 88px);
}

.staff-shell {
    align-items: stretch;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
    margin: auto;
    max-width: 1180px;
    width: 100%;
}

.staff-copy {
    background: #171717;
    border-radius: 8px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 560px;
    overflow: hidden;
    padding: clamp(28px, 4vw, 52px);
    position: relative;
}

.staff-copy::after {
    background-image: linear-gradient(90deg, rgba(23, 23, 23, 0.96), rgba(23, 23, 23, 0.5)), url("/bg.webp");
    background-position: center;
    background-size: cover;
    content: "";
    inset: 0;
    opacity: 0.42;
    position: absolute;
}

.staff-copy > * {
    position: relative;
    z-index: 1;
}

.staff-eyebrow {
    color: #5be0c4;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.staff-copy h1 {
    color: white;
    font-size: clamp(42px, 5.6vw, 72px);
    max-width: 760px;
    text-align: left;
}

.staff-lead {
    color: #f1e7dd;
    font-size: 19px;
    line-height: 1.55;
    margin: 22px 0 0;
    max-width: 590px;
}

.role-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 42px;
}

.role-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    padding: 20px;
}

.role-card span {
    color: #5be0c4;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 900;
    margin: 0 0 28px;
}

.role-card h3 {
    font-family: Arial, sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
}

.role-card p {
    color: #efe6dc;
    line-height: 1.45;
    margin: 0;
}

.staff-card {
    background: #fffaf4;
    border: 1px solid #dfd2c4;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(38, 28, 20, 0.12);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.staff-card-image {
    background-image: url("/bg.webp");
    background-position: center;
    background-size: cover;
    min-height: 210px;
}

.staff-card-body {
    padding: 28px;
}

.staff-card-body h2 {
    color: #171717;
    font-size: 32px;
    margin: 0 0 8px;
    text-align: left;
}

.staff-card-body p {
    color: #665c53;
    line-height: 1.5;
    margin-bottom: 22px;
}

.staff-form {
    display: grid;
    gap: 16px;
}

.staff-form label {
    color: #312b25;
    display: grid;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
}

.staff-form input {
    background: white;
    border: 1px solid #d6cabe;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    min-height: 48px;
    padding: 0 14px;
    width: 100%;
}

.staff-form button {
    min-height: 48px;
    width: 100%;
}

.credential-panel {
    border-top: 1px solid #e3d7cb;
    display: grid;
    gap: 10px;
    margin-top: 22px;
    padding-top: 20px;
}

.credential-panel h3 {
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 2px;
}

.credential-card {
    background: #f4ece3;
    border: 1px solid #ded1c4;
    border-radius: 8px;
    display: grid;
    gap: 5px;
    padding: 12px;
}

.credential-card strong {
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.credential-card span {
    color: #5d534b;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 13px;
    margin: 0;
}

.menu-item:hover {
    transform: translateY(-3px);
    transition: transform 160ms ease, box-shadow 160ms ease;
    box-shadow: 0 22px 54px rgba(38, 28, 20, 0.13);
}

footer {
    background: #171717;
    color: white;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.18;
    padding: 26px 20px;
    text-align: center;
}

@media (max-width: 760px) {
    .entry-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        padding-bottom: 16px;
        padding-top: 16px;
    }

    .entry-switcher {
        width: 100%;
    }

    .entry-switcher a {
        flex: 1;
        text-align: center;
    }

    nav {
        justify-content: flex-end;
        gap: 14px;
        overflow-x: auto;
        padding-left: 92px;
    }

    nav a {
        font-size: 12px;
    }

    .menu-item {
        min-height: 380px;
    }

    .staff-page {
        padding: 28px 18px;
    }

    .staff-shell,
    .role-grid,
    .contact-band,
    .review-layout,
    .about-hero,
    .about-detail,
    .about-grid,
    .creator-band {
        grid-template-columns: 1fr;
    }

    .contact-band div:last-child {
        justify-self: stretch;
        margin-left: 0;
    }

    .staff-copy {
        min-height: auto;
    }
}
