* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #1f241f;
    background: #fffaf0;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    border: 0;
    font: inherit;
    cursor: pointer;
}

.landing-page {
    background: #ffffff;
}

.landing-hero {
    position: relative;
    min-height: 100vh;
    background: #fffaf0;
    overflow: hidden;
}

.landing-hero::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 12px;
    background: #f7c600;
}

.landing-shell {
    width: min(100%, 1180px);
    min-height: 100vh;
    margin: 0 auto;
    padding: 64px 20px;
    display: grid;
    align-items: center;
    gap: 44px;
}

.landing-copy {
    display: grid;
    gap: 28px;
}

.badge {
    display: inline-flex;
    width: max-content;
    align-items: center;
    border-radius: 999px;
    background: #ffffff;
    color: #17452f;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 8px 24px rgba(23, 69, 47, 0.08);
    border: 1px solid #f1df9a;
}

.eyebrow {
    margin: 0;
    color: #17452f;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.landing-title {
    max-width: 780px;
    margin: 18px 0 0;
    color: #191919;
    font-size: clamp(44px, 8vw, 78px);
    line-height: 0.95;
    font-weight: 950;
    letter-spacing: -0.06em;
}

.landing-text {
    max-width: 660px;
    margin: 20px 0 0;
    color: #4b4b42;
    font-size: 18px;
    line-height: 1.7;
}

.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.button-primary,
.button-secondary {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 28px;
    font-size: 16px;
    font-weight: 950;
    transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button-primary {
    background: #f7c600;
    color: #151515;
    box-shadow: 0 16px 36px rgba(247, 198, 0, 0.28);
}

.button-primary:hover,
.button-secondary:hover {
    transform: translateY(-2px);
}

.button-secondary {
    border: 2px solid #17452f;
    color: #17452f;
    background: transparent;
}

.button-secondary:hover {
    background: #17452f;
    color: #ffffff;
}

.phone-card {
    width: min(100%, 430px);
    margin: 0 auto;
    border-radius: 36px;
    background: #17452f;
    padding: 16px;
    box-shadow: 0 28px 80px rgba(23, 69, 47, 0.28);
}

.phone-screen {
    border-radius: 28px;
    background: #ffffff;
    padding: 20px;
}

.phone-hero {
    border-radius: 24px;
    background: #f7c600;
    color: #171717;
    padding: 28px;
}

.phone-hero p,
.phone-hero h2 {
    margin: 0;
}

.phone-hero p {
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.phone-hero h2 {
    margin-top: 24px;
    font-size: 38px;
    line-height: 0.95;
    font-weight: 950;
    letter-spacing: -0.05em;
}

.phone-list {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.phone-item {
    border-radius: 20px;
    border: 1px solid #ece7d3;
    padding: 16px;
}

.phone-item.strong {
    background: #17452f;
    color: #ffffff;
}

.phone-item p {
    margin: 0;
    font-weight: 950;
}

.phone-item span {
    display: block;
    margin-top: 4px;
    color: #626256;
    font-size: 14px;
}

.phone-item.strong span {
    color: rgba(255, 255, 255, 0.78);
}

.steps {
    background: #ffffff;
    padding: 64px 20px;
}

.steps-grid {
    width: min(100%, 1180px);
    margin: 0 auto;
    display: grid;
    gap: 18px;
}

.step-card {
    border-radius: 28px;
    background: #fffaf0;
    border: 1px solid #f1df9a;
    padding: 28px;
}

.step-number {
    color: #f7c600;
    font-size: 42px;
    font-weight: 950;
}

.step-card h2,
.step-card p {
    margin: 0;
}

.step-card h2 {
    margin-top: 16px;
    color: #191919;
    font-size: 22px;
    font-weight: 950;
}

.step-card p {
    margin-top: 10px;
    color: #606055;
    line-height: 1.6;
}

.landing-menu-preview,
.landing-info {
    background: #ffffff;
    padding: 64px 20px;
}

.landing-info {
    background: #fffaf0;
}

.landing-section-shell {
    width: min(100%, 1180px);
    margin: 0 auto;
}

.landing-section-heading h2,
.info-card h2,
.info-card p,
.featured-card strong,
.featured-card span {
    margin: 0;
}

.landing-section-heading h2 {
    max-width: 680px;
    margin-top: 10px;
    color: #191919;
    font-size: clamp(32px, 6vw, 58px);
    line-height: 0.98;
    font-weight: 950;
    letter-spacing: -0.05em;
}

.featured-grid,
.info-grid {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.featured-card,
.info-card {
    display: grid;
    gap: 10px;
    border-radius: 28px;
    border: 1px solid #f1df9a;
    background: #fffaf0;
    padding: 16px;
    box-shadow: 0 16px 42px rgba(23, 69, 47, 0.07);
}

.info-card {
    align-content: start;
    background: #ffffff;
    padding: 24px;
}

.featured-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 22px;
    object-fit: cover;
}

.featured-card strong,
.info-card h2 {
    color: #191919;
    font-size: 22px;
    font-weight: 950;
}

.featured-card span,
.info-card p {
    color: #646457;
    line-height: 1.6;
}

.info-card .button-secondary {
    width: max-content;
    margin-top: 10px;
}

.store-page {
    padding-bottom: 124px;
}

.store-shell {
    width: min(100%, 720px);
    min-height: 100vh;
    margin: 0 auto;
}

.store-header {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 18px;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #f1df9a;
    backdrop-filter: blur(12px);
}

.store-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.brand-link {
    color: #17452f;
    font-size: 14px;
    font-weight: 950;
}

.pickup-pill {
    border-radius: 999px;
    background: #f7c600;
    color: #151515;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 950;
}

.store-heading {
    margin-top: 26px;
}

.store-heading h1,
.store-heading p {
    margin: 0;
}

.store-heading h1 {
    margin-top: 8px;
    color: #191919;
    font-size: 40px;
    line-height: 0.98;
    font-weight: 950;
    letter-spacing: -0.05em;
}

.category-nav {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 16px;
}

.category-link,
.option-chip {
    flex: 0 0 auto;
    border-radius: 999px;
    background: #ffffff;
    color: #17452f;
    border: 1px solid #f1df9a;
    padding: 9px 14px;
    font-size: 13px;
    font-weight: 950;
    box-shadow: 0 8px 24px rgba(23, 69, 47, 0.05);
}

.category-section {
    padding: 0 16px 32px;
    scroll-margin-top: 150px;
}

.category-section h2 {
    margin: 0 0 16px;
    color: #191919;
    font-size: 26px;
    font-weight: 950;
}

.product-grid {
    display: grid;
    gap: 16px;
}

.product-card {
    overflow: hidden;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid #f1df9a;
    box-shadow: 0 16px 42px rgba(23, 69, 47, 0.07);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.product-card-added {
    border-color: #17452f;
    box-shadow: 0 18px 48px rgba(23, 69, 47, 0.18);
    transform: translateY(-2px);
}

.product-main {
    display: grid;
    grid-template-columns: 1fr 112px;
    gap: 14px;
    padding: 16px;
}

.product-card h3,
.product-card p {
    margin: 0;
}

.product-card h3 {
    color: #191919;
    font-size: 21px;
    font-weight: 950;
}

.product-description {
    margin-top: 6px !important;
    color: #646457;
    font-size: 14px;
    line-height: 1.6;
}

.label {
    margin-top: 16px !important;
    color: #17452f;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ingredients {
    margin-top: 6px !important;
    color: #646457;
    font-size: 14px;
}

.product-image-placeholder {
    display: grid;
    min-height: 112px;
    place-items: center;
    border-radius: 20px;
    background: #f7c600;
    color: #191919;
    text-align: center;
    font-size: 13px;
    font-weight: 950;
}

.product-image {
    width: 112px;
    height: 112px;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 12px 28px rgba(25, 25, 25, 0.12);
}

.options {
    border-top: 1px solid #f1df9a;
    padding: 12px 16px;
}

.option-group {
    padding: 8px 0;
}

.option-title {
    color: #191919;
    font-size: 14px;
    font-weight: 950;
}

.option-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.option-chip {
    background: #fffaf0;
    box-shadow: none;
}

.option-chip-selectable {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}

.option-chip-selectable input {
    accent-color: #17452f;
}

.option-chip-selectable:has(input:checked) {
    border-color: #17452f;
    background: #ecf8f1;
}

.option-chip-selectable:has(input:disabled) {
    opacity: 0.72;
    cursor: not-allowed;
}

.product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid #f1df9a;
    padding: 16px;
}

.price-label {
    color: #646457;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.price {
    margin-top: 2px;
    color: #191919;
    font-size: 24px;
    font-weight: 950;
}

.add-to-cart {
    border-radius: 999px;
    background: #17452f;
    color: #ffffff;
    padding: 13px 20px;
    font-size: 14px;
    font-weight: 950;
    box-shadow: 0 16px 32px rgba(23, 69, 47, 0.16);
    transition: background 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.add-to-cart:hover {
    transform: translateY(-1px);
}

.add-to-cart-confirmed {
    background: #f7c600;
    color: #151515;
    box-shadow: 0 16px 32px rgba(247, 198, 0, 0.28);
}

.cart-bar {
    position: fixed;
    inset: auto 0 0;
    z-index: 30;
    border-top: 1px solid #f1df9a;
    background: #ffffff;
    padding: 14px 16px;
    box-shadow: 0 -18px 40px rgba(23, 69, 47, 0.1);
}

.cart-inner {
    width: min(100%, 720px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.cart-title,
.cart-total {
    margin: 0;
    color: #191919;
    font-weight: 950;
}

.cart-meta {
    margin: 3px 0 0;
    color: #646457;
    font-size: 12px;
}

.cart-feedback {
    margin-top: 8px;
    border-radius: 14px;
    background: #ecf8f1;
    color: #17452f;
    padding: 8px 10px;
    font-size: 12px;
    transition: background 180ms ease, transform 180ms ease;
}

.cart-feedback-title {
    margin: 0;
    font-weight: 950;
}

.cart-feedback p:last-child {
    margin: 2px 0 0;
}

.cart-feedback-empty {
    background: #fffaf0;
    color: #646457;
}

.cart-feedback-empty .cart-feedback-title {
    display: none;
}

.cart-feedback-active {
    animation: feedback-pop 260ms ease;
}

@keyframes feedback-pop {
    0% {
        transform: scale(0.98);
    }

    100% {
        transform: scale(1);
    }
}

.checkout-button {
    margin-top: 4px;
    border-radius: 999px;
    background: #f7c600;
    color: #151515;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 950;
}

.checkout-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.empty-state {
    padding: 40px 16px;
}

.empty-card {
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid #f1df9a;
    padding: 28px;
    text-align: center;
}

.empty-card h2,
.empty-card p {
    margin: 0;
}

.empty-card h2 {
    color: #191919;
    font-size: 24px;
    font-weight: 950;
}

.empty-card p {
    margin-top: 8px;
    color: #646457;
}

.checkout-shell {
    padding-bottom: 40px;
}

.checkout-header {
    position: static;
}

.checkout-content {
    padding: 18px 16px 40px;
}

.checkout-card {
    display: grid;
    gap: 22px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid #f1df9a;
    padding: 18px;
    box-shadow: 0 16px 42px rgba(23, 69, 47, 0.07);
}

.checkout-label {
    display: block;
    margin-top: 8px;
    color: #191919;
    font-size: 20px;
    font-weight: 950;
}

.checkout-input {
    width: 100%;
    min-height: 56px;
    margin-top: 10px;
    border-radius: 18px;
    border: 1px solid #f1df9a;
    background: #fffaf0;
    color: #191919;
    padding: 0 16px;
    font: inherit;
    font-size: 18px;
    font-weight: 800;
    outline: none;
}

.checkout-input:focus {
    border-color: #17452f;
    box-shadow: 0 0 0 4px rgba(23, 69, 47, 0.1);
}

.checkout-summary {
    display: grid;
    gap: 12px;
    border-radius: 22px;
    background: #fffaf0;
    border: 1px solid #f1df9a;
    padding: 14px;
}

.checkout-summary-heading,
.checkout-total-row,
.checkout-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.checkout-link {
    color: #17452f;
    font-size: 13px;
    font-weight: 950;
}

.checkout-items {
    display: grid;
    gap: 10px;
}

.checkout-item {
    border-radius: 18px;
    background: #ffffff;
    padding: 12px;
}

.checkout-item strong,
.checkout-item span {
    display: block;
}

.checkout-item strong {
    color: #191919;
}

.checkout-item span {
    margin-top: 2px;
    color: #646457;
    font-size: 13px;
}

.checkout-empty {
    margin: 0;
    color: #646457;
}

.checkout-total-row {
    border-top: 1px solid #f1df9a;
    padding-top: 12px;
    color: #191919;
    font-size: 20px;
    font-weight: 950;
}

.checkout-submit,
.checkout-secondary-action {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #17452f;
    color: #ffffff;
    padding: 0 22px;
    font-size: 16px;
    font-weight: 950;
    box-shadow: 0 16px 32px rgba(23, 69, 47, 0.16);
}

.checkout-submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.checkout-secondary-action {
    background: #f7c600;
    color: #151515;
    box-shadow: 0 16px 32px rgba(247, 198, 0, 0.28);
}

.checkout-error {
    margin: 8px 0 0;
    color: #b42318;
    font-size: 13px;
    font-weight: 800;
}

.checkout-success h2,
.checkout-success p {
    margin: 0;
}

.checkout-success h2 {
    margin-top: 6px;
    color: #191919;
    font-size: 28px;
    font-weight: 950;
}

.checkout-success p:last-child {
    margin-top: 10px;
    color: #646457;
    line-height: 1.6;
}

.admin-report-shell {
    width: min(100%, 1080px);
    margin: 0 auto;
    padding: 28px 16px 48px;
}

.admin-report-card {
    display: grid;
    gap: 14px;
    margin-top: 16px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #f1df9a;
    padding: 20px;
    box-shadow: 0 16px 42px rgba(23, 69, 47, 0.07);
}

.admin-report-card h1,
.admin-report-card h2,
.admin-report-card p {
    margin: 0;
}

.admin-report-card h1 {
    color: #191919;
    font-size: 34px;
    font-weight: 950;
}

.admin-filter-grid {
    display: grid;
    gap: 12px;
}

.admin-filter-grid label {
    color: #191919;
    font-weight: 900;
}

.admin-table {
    display: grid;
    gap: 8px;
}

.admin-table-row {
    display: grid;
    gap: 8px;
    border-radius: 16px;
    background: #fffaf0;
    padding: 12px;
}

.admin-table-subrow {
    margin-left: 16px;
    background: #ffffff;
    border: 1px solid #f1df9a;
}

@media (min-width: 760px) {
    .landing-shell {
        grid-template-columns: 1.05fr 0.95fr;
        padding-inline: 32px;
    }

    .steps-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .featured-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-filter-grid,
    .admin-table-row {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        align-items: end;
    }
}

@media (max-width: 520px) {
    .actions {
        flex-direction: column;
    }

    .button-primary,
    .button-secondary {
        width: 100%;
    }

    .product-main {
        grid-template-columns: 1fr 96px;
    }

    .product-image {
        width: 96px;
        height: 96px;
    }
}
