:root {
    --warm-brown: #7a4b24;
    --olive-green: #556b2f;
    --warm-cream: #f8f5ef;
    --warm-orange: #e89a3d;
    --dark-espresso: #2f241d;
    --light-beige: #e9dfc8;
    --white: #ffffff;
    --page-width: 1240px;
}

/* Public information, policy, and FAQ pages */
.info-page {
    background: #fffdf8;
    color: #30271f;
}

.info-page__hero {
    padding: clamp(46px, 7vw, 82px) max(24px, calc((100% - 1120px) / 2));
    background:
        radial-gradient(circle at 88% 18%, rgba(232, 154, 61, 0.18), transparent 32%),
        linear-gradient(135deg, #f6f0e5 0%, #fffaf2 100%);
    text-align: center;
}

.info-page__kicker {
    margin: 0 0 12px;
    color: #66833c;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.18em;
}

.info-page__hero h1 {
    max-width: 900px;
    margin: 0 auto 14px;
    font-size: clamp(34px, 5vw, 60px);
    line-height: 1.05;
    text-wrap: balance;
}

.info-page__hero > p:last-child {
    max-width: 760px;
    margin: 0 auto;
    color: #655b52;
    font-size: clamp(15px, 1.6vw, 18px);
    line-height: 1.7;
}

.info-page__content {
    width: min(880px, calc(100% - 40px));
    margin: 0 auto;
    padding: clamp(38px, 6vw, 72px) 0;
}

.info-page__content section {
    padding: 0 0 32px;
    margin: 0 0 32px;
    border-bottom: 1px solid rgba(48, 39, 31, 0.11);
}

.info-page__content section:last-child {
    border-bottom: 0;
}

.info-page__content h2 {
    margin: 0 0 14px;
    color: #425827;
    font-size: clamp(23px, 3vw, 32px);
    line-height: 1.2;
}

.info-page__content p,
.info-page__content li {
    color: #5d544c;
    font-size: 16px;
    line-height: 1.8;
}

.info-page__content a,
.site-footer .footer-main a[href^="mailto:"],
.site-footer .footer-legal a {
    color: #526f30;
    font-weight: 800;
    text-decoration: none;
}

.info-page__content a:hover,
.site-footer .footer-main a[href^="mailto:"]:hover,
.site-footer .footer-legal a:hover {
    text-decoration: underline;
}

.info-page__content ul,
.info-page__content ol {
    padding-left: 24px;
}

.info-callout,
.info-contact-box {
    padding: 22px 24px;
    margin: 22px 0;
    border: 1px solid rgba(232, 154, 61, 0.34);
    border-radius: 18px;
    background: #fff7e9;
}

.info-callout strong {
    display: block;
    margin-bottom: 6px;
    color: #8a5521;
    font-size: 17px;
}

.info-callout p:last-child,
.info-contact-box p:last-child {
    margin-bottom: 0;
}

.faq-item {
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid rgba(48, 39, 31, 0.12);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(55, 39, 26, 0.05);
}

.faq-item summary {
    position: relative;
    padding: 20px 56px 20px 22px;
    color: #3e5128;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    color: #e89a3d;
    font-size: 26px;
}

.faq-item[open] summary::after {
    content: "−";
}

.faq-item div {
    padding: 0 22px 20px;
}

.faq-item div p {
    margin: 0;
}

.footer-legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 18px;
    width: 100%;
    font-size: 12px;
}

@media (max-width: 640px) {
    .info-page__hero {
        padding: 40px 20px;
    }

    .info-page__content {
        width: min(100% - 28px, 880px);
        padding: 34px 0;
    }

    .info-page__content section {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    .info-page__content p,
    .info-page__content li {
        font-size: 15px;
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--warm-cream);
    color: var(--dark-espresso);
    font-family: Arial, Helvetica, sans-serif;
}

img {
    display: block;
    max-width: 100%;
}

/* HEADER */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(248, 245, 239, 0.97);
    border-bottom: 1px solid rgba(47, 36, 29, 0.1);
    backdrop-filter: blur(8px);
}

.header-container {
    width: min(var(--page-width), 92%);
    min-height: 100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 190px 1fr auto;
    align-items: center;
    gap: 35px;
}

.brand {
    display: inline-flex;
    align-items: center;
    width: fit-content;
}

.brand-logo {
    width: auto;
    height: 78px;
    object-fit: contain;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 2.3vw, 34px);
}

.main-nav a {
    position: relative;
    padding: 38px 0 34px;
    color: var(--dark-espresso);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.main-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 27px;
    left: 0;
    height: 2px;
    background: var(--warm-orange);
    transform: scaleX(0);
    transition: transform 0.2s ease;
}

.main-nav a:hover,
.main-nav a.active {
    color: var(--warm-brown);
}

.main-nav a:hover::after,
.main-nav a.active::after {
    transform: scaleX(1);
}

/* ORDER BUTTONS */

.header-order-button,
.hero-order-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    border-radius: 999px;
    background: var(--warm-orange);
    color: var(--white);
    font-weight: 800;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 10px 25px rgba(232, 154, 61, 0.3);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.header-order-button {
    min-width: 155px;
    padding: 14px 22px;
    font-size: 14px;
    animation: orderPulse 1.6s infinite;
}

.hero-order-button {
    min-width: 210px;
    padding: 17px 28px;
    font-size: 16px;
}

.header-order-button:hover,
.hero-order-button:hover {
    transform: translateY(-2px);
}

/* HERO SLIDER */

.hero-slider {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 74% 48%,
            rgba(232, 154, 61, 0.16),
            transparent 32%
        ),
        linear-gradient(
            110deg,
            #fffdf8 0%,
            var(--warm-cream) 55%,
            var(--light-beige) 100%
        );
}

.hero-slide {
    position: absolute;
    inset: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition:
        opacity 0.8s ease,
        visibility 0.8s ease;
}

.hero-slide.active {
    position: relative;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.hero-container {
    width: min(var(--page-width), 90%);
    min-height: 610px;
    margin: 0 auto;
    padding: 45px 0 65px;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(410px, 0.8fr);
    align-items: center;
    gap: 75px;
}

.hero-content {
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(18px);
}

.hero-slide.active .hero-content {
    animation: heroContentIn 0.75s ease 0.15s forwards;
}

.hero-product-name {
    margin: 0 0 13px;
    color: var(--warm-orange);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero-content h1,
.hero-content h2 {
    max-width: 670px;
    margin: 0;
    color: var(--olive-green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(51px, 5vw, 75px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -2px;
}

.hero-description {
    max-width: 580px;
    margin: 25px 0 30px;
    color: rgba(47, 36, 29, 0.86);
    font-size: 18px;
    line-height: 1.65;
}

.hero-image-area {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image-area::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0 30px 60px rgba(122, 75, 36, 0.1);
}

.hero-food-image {
    position: relative;
    z-index: 1;
    width: auto;
    max-width: 100%;
    height: 480px;
    border-radius: 28px;
    object-fit: contain;
    opacity: 0;
    transform: translateX(25px) scale(0.98);
    filter: drop-shadow(0 24px 22px rgba(47, 36, 29, 0.2));
}

.hero-slide.active .hero-food-image {
    animation: heroImageIn 0.85s ease 0.1s forwards;
}

/* SLIDER CONTROLS */

.slider-arrow{

    position:absolute;

    top:50%;

    width:58px;
    height:58px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:0;

    border:none;
    border-radius:50%;

    background:#fff;

    color:var(--warm-brown);

    box-shadow:0 10px 30px rgba(0,0,0,.10);

    cursor:pointer;

    transform:translateY(-50%);

    transition:.25s;

    z-index:20;

}

.slider-arrow svg{

    width:22px;
    height:22px;

    display:block;

}

.slider-arrow:hover{

    background:var(--warm-orange);

    color:#fff;

    transform:translateY(-50%) scale(1.08);

}

.slider-previous{

    left:28px;

}

.slider-next{

    right:28px;

}
.slider-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 9px;
    transform: translateX(-50%);
}

.slider-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(122, 75, 36, 0.28);
    cursor: pointer;
    transition:
        width 0.25s ease,
        border-radius 0.25s ease,
        background 0.25s ease;
}

.slider-dot.active {
    width: 29px;
    border-radius: 999px;
    background: var(--warm-orange);
}

/* THREE BENEFITS */

.hero-benefits-section {
    position: relative;
    z-index: 30;
    padding: 0 0 38px;
    background: var(--warm-cream);
}

.hero-benefits {
    width: min(950px, 90%);
    margin: -24px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.benefit-item {
    min-height: 105px;
    padding: 21px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid rgba(122, 75, 36, 0.09);
    border-radius: 18px;
    background: var(--white);
    box-shadow: 0 13px 35px rgba(47, 36, 29, 0.08);
}

.benefit-icon {
    width: 49px;
    height: 49px;
    flex: 0 0 49px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(85, 107, 47, 0.12);
}

.benefit-icon svg {
    width: 25px;
    height: 25px;
    fill: var(--olive-green);
}

.benefit-item strong {
    display: block;
    margin-bottom: 4px;
    color: var(--warm-brown);
    font-size: 15px;
}

.benefit-item span {
    color: rgba(47, 36, 29, 0.67);
    font-size: 12px;
}

/* ANIMATIONS */

@keyframes orderPulse {
    0%,
    100% {
        box-shadow:
            0 10px 25px rgba(232, 154, 61, 0.3),
            0 0 0 0 rgba(232, 154, 61, 0.44);
    }

    50% {
        box-shadow:
            0 10px 25px rgba(232, 154, 61, 0.3),
            0 0 0 12px rgba(232, 154, 61, 0);
    }
}

@keyframes heroContentIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroImageIn {
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

/* TABLET */

@media (max-width: 1050px) {
    .header-container {
        grid-template-columns: 155px 1fr auto;
        gap: 20px;
    }

    .brand-logo {
        height: 67px;
    }

    .main-nav {
        gap: 17px;
    }

    .main-nav a {
        font-size: 12px;
    }

    .header-order-button {
        min-width: 132px;
        padding: 13px 16px;
        font-size: 11px;
    }

    .hero-container {
        grid-template-columns: 1fr 0.75fr;
        gap: 35px;
    }

    .hero-image-area {
        height: 450px;
    }

    .hero-food-image {
        height: 420px;
    }
}

/* MOBILE */

@media (max-width: 820px) {
    .header-container {
        grid-template-columns: 1fr auto;
        padding: 12px 0;
    }

    .main-nav {
        grid-column: 1 / -1;
        order: 3;
        width: 100%;
        padding: 12px 0 3px;
        justify-content: flex-start;
        gap: 22px;
        overflow-x: auto;
        border-top: 1px solid rgba(47, 36, 29, 0.08);
        scrollbar-width: none;
    }

    .main-nav::-webkit-scrollbar {
        display: none;
    }

    .main-nav a {
        flex: 0 0 auto;
        padding: 4px 0 10px;
        font-size: 13px;
    }

    .main-nav a::after {
        bottom: 3px;
    }

    .hero-container {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 50px 0 75px;
        text-align: center;
    }

    .hero-content h1,
    .hero-content h2,
    .hero-description {
        margin-right: auto;
        margin-left: auto;
    }

    .hero-image-area {
        height: 410px;
    }

    .hero-food-image {
        height: 390px;
    }

    .slider-arrow {
        top: 67%;
        width: 42px;
        height: 42px;
    }

    .slider-previous {
        left: 12px;
    }

    .slider-next {
        right: 12px;
    }

    .hero-benefits {
        grid-template-columns: 1fr;
        max-width: 520px;
    }
}

/* SMALL MOBILE */

@media (max-width: 520px) {
    .header-container {
        width: 94%;
    }

    .brand-logo {
        height: 56px;
    }

    .header-order-button {
        min-width: 116px;
        padding: 11px 13px;
        font-size: 10px;
    }

    .hero-container {
        width: 88%;
        padding: 40px 0 70px;
    }

    .hero-product-name {
        font-size: 12px;
    }

    .hero-content h1,
    .hero-content h2 {
        font-size: clamp(42px, 12vw, 58px);
        letter-spacing: -1px;
    }

    .hero-description {
        margin: 20px auto 25px;
        font-size: 16px;
        line-height: 1.55;
    }

    .hero-image-area {
        height: 350px;
    }

    .hero-image-area::before {
        width: 295px;
        height: 295px;
    }

    .hero-food-image {
        height: 330px;
        border-radius: 20px;
    }

    .slider-arrow {
        top: 70%;
        width: 38px;
        height: 38px;
        font-size: 29px;
    }

    .slider-dots {
        bottom: 20px;
    }
}

/* Remove the circle behind hero images */
.hero-image-area::before {
    display: none;
}

/* OUR MENU */

.menu-preview {
    padding: 95px 0 105px;
    background: #fffdf8;
}

.section-title {
    width: min(760px, 88%);
    margin: 0 auto 48px;
    text-align: center;
}

.section-title > span {
    display: block;
    margin-bottom: 10px;
    color: var(--warm-orange);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
}

.section-title h2 {
    margin: 0;
    color: var(--warm-brown);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4.5vw, 58px);
    line-height: 1.1;
}

.section-title p {
    max-width: 650px;
    margin: 18px auto 0;
    color: rgba(47, 36, 29, 0.72);
    font-size: 17px;
    line-height: 1.65;
}

.menu-grid {
    width: min(var(--page-width), 90%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.menu-card {
    display:flex;
    flex-direction:column;

    overflow:hidden;
    border:1px solid rgba(122,75,36,.08);
    border-radius:24px;
    background:#fff;
    box-shadow:0 15px 38px rgba(47,36,29,.08);
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.menu-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 48px rgba(47, 36, 29, 0.14);
}

.menu-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.menu-card-body{
    display:flex;
    flex-direction:column;
    flex:1;
    padding:24px 24px 27px;
}

.menu-card h3 {
    margin: 0;
    color: var(--warm-brown);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    line-height: 1.2;
}

.menu-card p {
    margin: 11px 0 0;
    color: rgba(47, 36, 29, 0.68);
    font-size: 14px;
    line-height: 1.55;
}

.menu-button {
    margin-top: 45px;
    text-align: center;
}

.menu-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 16px 28px;
    border: 2px solid var(--olive-green);
    border-radius: 999px;
    color: var(--olive-green);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.7px;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.menu-button a:hover {
    background: var(--olive-green);
    color: var(--white);
    transform: translateY(-2px);
}

@media (max-width: 900px) {
    .menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .menu-preview {
        padding: 70px 0 80px;
    }

    .section-title {
        margin-bottom: 35px;
    }

    .section-title p {
        font-size: 15px;
    }

    .menu-grid {
        width: 88%;
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .menu-card-body {
        padding: 21px;
    }

    .menu-card h3 {
        font-size: 23px;
    }
}

/* WEBSITE GRAPHIC SECTIONS */

.heat-eat-enjoy,
.locked-in-freshness {
    padding: 70px 0;
    background: var(--warm-cream);
}

.locked-in-freshness {
    padding-top: 20px;
}

.heat-eat-enjoy .container,
.locked-in-freshness .container {
    width: min(1500px, 94%);
    margin: 0 auto;
}

.heat-eat-enjoy img,
.locked-in-freshness img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(47, 36, 29, 0.1);
}

@media (max-width: 600px) {
    .heat-eat-enjoy,
    .locked-in-freshness {
        padding: 40px 0;
    }

    .heat-eat-enjoy .container,
    .locked-in-freshness .container {
        width: 94%;
    }

    .heat-eat-enjoy img,
    .locked-in-freshness img {
        border-radius: 14px;
    }
}

/* ==========================================
   WEBSITE BANNERS
========================================== */

.website-banner{
    width:min(1500px,94%);
    margin:70px auto;
}

.website-banner img{
    width:100%;
    display:block;
    border-radius:24px;
    box-shadow:0 18px 45px rgba(0,0,0,.10);
}

/* ==========================================
   REVIEWS SECTION
========================================== */

.reviews-section {
    padding: 95px 0 110px;
    overflow: hidden;
    background: #fffdf8;
}

.reviews-heading {
    width: min(760px, 88%);
    margin: 0 auto 55px;
    text-align: center;
}

.reviews-heading > span {
    display: block;
    margin-bottom: 10px;
    color: var(--warm-orange);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
}

.reviews-heading h2 {
    margin: 0;
    color: var(--warm-brown);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4.5vw, 58px);
    line-height: 1.1;
}

.reviews-heading p {
    margin: 18px auto 0;
    color: rgba(47, 36, 29, 0.72);
    font-size: 17px;
}

.reviews-slider {
    position: relative;
    width: min(1450px, 100%);
    height: 600px;
    margin: 0 auto;
}

.reviews-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.review-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.65);
    transition:
        transform 0.55s ease,
        opacity 0.55s ease,
        filter 0.55s ease;
}

.review-slide img {
    width: 100%;
    height: auto;
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(47, 36, 29, 0.16);
}

.review-position-center {
    z-index: 5;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    filter: none;
}

.review-position-minus-1 {
    z-index: 4;
    opacity: 0.78;
    transform: translate(calc(-50% - 330px), -50%) scale(0.82);
    filter: brightness(0.94);
}

.review-position-plus-1 {
    z-index: 4;
    opacity: 0.78;
    transform: translate(calc(-50% + 330px), -50%) scale(0.82);
    filter: brightness(0.94);
}

.review-position-minus-2 {
    z-index: 3;
    opacity: 0.48;
    transform: translate(calc(-50% - 570px), -50%) scale(0.68);
    filter: brightness(0.88);
}

.review-position-plus-2 {
    z-index: 3;
    opacity: 0.48;
    transform: translate(calc(-50% + 570px), -50%) scale(0.68);
    filter: brightness(0.88);
}

.review-hidden {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.55);
}

.review-arrow {
    position: absolute;
    top: 50%;
    z-index: 20;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    color: var(--warm-brown);
    box-shadow: 0 10px 30px rgba(47, 36, 29, 0.12);
    cursor: pointer;
    transform: translateY(-50%);
}

.review-arrow svg {
    width: 22px;
    height: 22px;
}

.review-previous {
    left: 24px;
}

.review-next {
    right: 24px;
}

.review-dots {
    display: flex;
    justify-content: center;
    gap: 9px;
    margin-top: 18px;
}

.review-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(122, 75, 36, 0.25);
    cursor: pointer;
}

.review-dot.active {
    width: 28px;
    border-radius: 999px;
    background: var(--warm-orange);
}

.website-review-box {
    width: min(1000px, 90%);
    margin: 70px auto 0;
    padding: 42px;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 45px;
    border-radius: 26px;
    background: var(--warm-cream);
    box-shadow: 0 18px 45px rgba(47, 36, 29, 0.08);
}

.website-review-copy > span {
    color: var(--warm-orange);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.8px;
}

.website-review-copy h3 {
    margin: 12px 0 14px;
    color: var(--warm-brown);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    line-height: 1.1;
}

.website-review-copy p {
    margin: 0;
    color: rgba(47, 36, 29, 0.7);
    line-height: 1.6;
}

.review-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.review-field {
    margin-bottom: 17px;
}

.review-field label {
    display: block;
    margin-bottom: 7px;
    color: var(--dark-espresso);
    font-size: 13px;
    font-weight: 700;
}

.review-field input,
.review-field select,
.review-field textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid rgba(122, 75, 36, 0.18);
    border-radius: 12px;
    background: #ffffff;
    color: var(--dark-espresso);
    font: inherit;
}

.review-submit-button {
    min-width: 180px;
    padding: 14px 24px;
    border: none;
    border-radius: 999px;
    background: var(--warm-orange);
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

@media (max-width: 900px) {
    .review-position-minus-2,
    .review-position-plus-2 {
        opacity: 0;
    }

    .review-position-minus-1 {
        transform: translate(calc(-50% - 220px), -50%) scale(0.78);
    }

    .review-position-plus-1 {
        transform: translate(calc(-50% + 220px), -50%) scale(0.78);
    }

    .website-review-box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .reviews-slider {
        height: 500px;
    }

    .review-slide {
        width: 250px;
    }

    .review-position-minus-1,
    .review-position-plus-1,
    .review-position-minus-2,
    .review-position-plus-2 {
        opacity: 0;
    }

    .review-arrow {
        width: 42px;
        height: 42px;
    }

    .review-previous {
        left: 10px;
    }

    .review-next {
        right: 10px;
    }

    .website-review-box {
        padding: 28px 22px;
    }

    .review-form-row {
        grid-template-columns: 1fr;
    }
}

/* ==========================================
   SUGGESTION BOX
========================================== */

.suggestion-section {
    padding: 100px 0;
    background:
        linear-gradient(
            135deg,
            var(--olive-green),
            #435629
        );
}

.suggestion-container {
    width: min(1050px, 90%);
    margin: 0 auto;
    padding: 50px;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    align-items: center;
    gap: 55px;
    border-radius: 28px;
    background: var(--warm-cream);
    box-shadow: 0 24px 55px rgba(47, 36, 29, 0.22);
}

.suggestion-copy > span {
    display: block;
    margin-bottom: 12px;
    color: var(--warm-orange);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
}

.suggestion-copy h2 {
    margin: 0;
    color: var(--warm-brown);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4vw, 54px);
    line-height: 1.08;
}

.suggestion-copy p {
    margin: 20px 0 0;
    color: rgba(47, 36, 29, 0.72);
    font-size: 16px;
    line-height: 1.7;
}

.suggestion-form {
    padding: 30px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(47, 36, 29, 0.08);
}

.suggestion-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.suggestion-field {
    margin-bottom: 18px;
}

.suggestion-field label {
    display: block;
    margin-bottom: 7px;
    color: var(--dark-espresso);
    font-size: 13px;
    font-weight: 700;
}

.suggestion-field input,
.suggestion-field textarea {
    width: 100%;
    padding: 13px 15px;
    border: 1px solid rgba(122, 75, 36, 0.2);
    border-radius: 12px;
    outline: none;
    background: #fffdf8;
    color: var(--dark-espresso);
    font: inherit;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.suggestion-field textarea {
    resize: vertical;
    min-height: 120px;
}

.suggestion-field input:focus,
.suggestion-field textarea:focus {
    border-color: var(--warm-orange);
    box-shadow: 0 0 0 4px rgba(232, 154, 61, 0.13);
}

.suggestion-submit-button {
    min-width: 190px;
    padding: 15px 25px;
    border: 0;
    border-radius: 999px;
    background: var(--warm-orange);
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(232, 154, 61, 0.28);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.suggestion-submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(232, 154, 61, 0.38);
}

@media (max-width: 820px) {
    .suggestion-container {
        grid-template-columns: 1fr;
        padding: 38px;
    }

    .suggestion-copy {
        text-align: center;
    }
}

@media (max-width: 560px) {
    .suggestion-section {
        padding: 70px 0;
    }

    .suggestion-container {
        width: 92%;
        padding: 25px 18px;
        gap: 30px;
        border-radius: 20px;
    }

    .suggestion-form {
        padding: 22px 17px;
    }

    .suggestion-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .suggestion-submit-button {
        width: 100%;
    }
}

/* ==========================================
   FOOTER
==========================================*/

.site-footer{

    background:#2f241d;

    color:#fff;

}

.footer-cta{

    text-align:center;

    padding:90px 20px;

    background:linear-gradient(
        135deg,
        var(--olive-green),
        #435629
    );

}

.footer-cta h2{

    margin:0;

    font-family:Georgia,serif;

    font-size:clamp(42px,5vw,62px);

}

.footer-cta p{

    margin:20px auto 35px;

    max-width:620px;

    color:rgba(255,255,255,.80);

    line-height:1.7;

}

.footer-order-button{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:18px 40px;

    border-radius:999px;

    background:var(--warm-orange);

    color:#fff;

    text-decoration:none;

    font-weight:800;

    text-transform:uppercase;

}

.footer-main{

    width:min(1200px,90%);

    margin:auto;

    padding:70px 0;

    display:grid;

    grid-template-columns:2fr 1fr 1fr 1fr;

    gap:40px;

}

.footer-brand img {
    width: 170px;
    height: auto;
    padding: 14px;
    border-radius: 18px;
    background: var(--warm-cream);
    object-fit: contain;
}

.footer-brand p{

    margin-top:20px;

    color:rgba(255,255,255,.70);

    line-height:1.7;

}

.footer-links h4{

    margin-bottom:20px;

}

.footer-links a,
.footer-links p{

    display:block;

    margin-bottom:12px;

    color:rgba(255,255,255,.70);

    text-decoration:none;

}

.footer-links a:hover{

    color:#fff;

}

.footer-bottom{

    padding:25px;

    text-align:center;

    border-top:1px solid rgba(255,255,255,.08);

    color:rgba(255,255,255,.55);

}

@media(max-width:900px){

.footer-main{

grid-template-columns:1fr 1fr;

}

}

@media(max-width:600px){

.footer-main{

grid-template-columns:1fr;

text-align:center;

}

.footer-brand img{

margin:auto;

}

}

/* ==========================================
   SCROLL REVEAL
========================================== */

.reveal-section {
    opacity: 0;
    transform: translateY(70px) scale(0.97);
    transition:
        opacity 1s ease,
        transform 1s ease;
}

.reveal-section.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
    .reveal-section {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* ==========================================
   FULL MENU PAGE
========================================== */

.full-menu-page {
    min-height: 100vh;
    background: #fffdf8;
}

.menu-page-hero {
    padding: 90px 20px 70px;
    background:
        linear-gradient(
            135deg,
            rgba(85, 107, 47, 0.96),
            rgba(67, 86, 41, 0.96)
        );
    color: #ffffff;
    text-align: center;
}

.menu-page-hero-content {
    width: min(800px, 92%);
    margin: 0 auto;
}

.menu-page-kicker {
    margin: 0 0 12px;
    color: #f2b56d;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
}

.menu-page-hero h1 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
}

.menu-page-hero p:last-child {
    max-width: 650px;
    margin: 22px auto 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    line-height: 1.7;
}

.menu-category-filter {
    position: sticky;
    top: var(--menu-sticky-top, 100px);
    z-index: 100;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px 20px;
    overflow-x: auto;
    background: rgba(255, 253, 248, 0.96);
    border-bottom: 1px solid rgba(122, 75, 36, 0.08);
    backdrop-filter: blur(8px);
}

.category-filter-button {
    flex: 0 0 auto;
    padding: 11px 22px;
    border: 1px solid rgba(85, 107, 47, 0.22);
    border-radius: 999px;
    background: #ffffff;
    color: var(--olive-green);
    font-weight: 800;
    cursor: pointer;
}

.category-filter-button.active,
.category-filter-button:hover {
    background: var(--olive-green);
    color: #ffffff;
}

.full-menu-container {
    width: min(var(--page-width), 90%);
    margin: 0 auto;
    padding: 70px 0 110px;
}

.menu-category-group + .menu-category-group {
    margin-top: 85px;
}

.menu-category-heading {
    margin-bottom: 30px;
}

.menu-category-heading p {
    margin: 0 0 6px;
    color: var(--warm-orange);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.8px;
}

.menu-category-heading h2 {
    margin: 0;
    color: var(--warm-brown);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 43px;
}

.full-menu-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.full-menu-card {
    overflow: hidden;
    border: 1px solid rgba(122, 75, 36, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 15px 38px rgba(47, 36, 29, 0.08);
}

.full-menu-image-wrap {
    position: relative;
}

.full-menu-image-wrap img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.product-status {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 8px 13px;
    border-radius: 999px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.product-status.sold-out {
    background: #8b3a32;
}

.product-status.low-stock {
    background: var(--warm-orange);
}

.full-menu-card-body {
    padding: 24px;
}

.full-menu-card-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.full-menu-card h3 {
    margin: 0;
    color: var(--warm-brown);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
}

.product-price {
    flex: 0 0 auto;
    color: var(--olive-green);
    font-size: 19px;
}

.product-serving {
    margin: 9px 0 0;
    color: var(--warm-orange);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.product-description {
    min-height: 66px;
    margin: 14px 0 22px;
    color: rgba(47, 36, 29, 0.68);
    font-size: 14px;
    line-height: 1.55;
}

.product-order-row {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 12px;
}

.product-quantity {
    width: 100%;
    height: 47px;
    padding: 0 10px;
    border: 1px solid rgba(122, 75, 36, 0.2);
    border-radius: 12px;
    text-align: center;
    font: inherit;
}

.product-cart-button {
    width: 100%;
    min-height: 50px;
    padding: 12px 20px;

    border: 2px solid var(--olive-green);
    border-radius: 999px;

    background: #ffffff;
    color: var(--olive-green);

    font-size: 14px;
    font-weight: 800;
    letter-spacing: .4px;
    text-transform: uppercase;

    cursor: pointer;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .2s ease,
        box-shadow .25s ease;
}

.product-cart-button:hover:not(.disabled):not(:disabled) {
    background: var(--warm-orange);
    border-color: var(--warm-orange);
    color: #ffffff;

    transform: translateY(-2px);

    box-shadow: 0 10px 24px rgba(232,154,61,.28);
}

.product-cart-button:active:not(.disabled):not(:disabled) {
    transform: translateY(0);
}

.product-cart-button.disabled,
.product-cart-button:disabled {
    background: #ececec;
    border-color: #cfcfcf;
    color: #888888;
    cursor: not-allowed;
    box-shadow: none;
}

.menu-empty-state {
    padding: 120px 20px;
    text-align: center;
}

.menu-empty-state h2 {
    color: var(--warm-brown);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 950px) {
    .full-menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .menu-category-filter {
        top: var(--menu-sticky-top, 128px);
        justify-content: flex-start;
    }
}

@media (max-width: 590px) {
    .menu-page-hero {
        padding: 65px 18px 55px;
    }

    .menu-category-filter {
        top: var(--menu-sticky-top, 118px);
        padding: 10px 15px;
    }

    .full-menu-container {
        width: 88%;
        padding: 50px 0 80px;
    }

    .full-menu-grid {
        grid-template-columns: 1fr;
    }

    .menu-category-heading h2 {
        font-size: 36px;
    }
}
/* ======================================================
   COMING SOON SECTION
====================================================== */

.coming-soon-section {
    padding: 90px 20px;
    background: #faf8f4;
}

.coming-soon-section .section-title {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}

.coming-soon-section .section-title > span {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 18px;
    border-radius: 999px;
    background: #556b2f;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.coming-soon-section .section-title h2 {
    margin: 0 0 14px;
    color: #3d2b1f;
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.15;
}

.coming-soon-section .section-title p {
    margin: 0 auto;
    max-width: 650px;
    color: #666666;
    font-size: 1rem;
    line-height: 1.75;
}

.coming-soon-grid {
    display: grid;
    grid-template-columns: repeat(
        auto-fit,
        minmax(280px, 1fr)
    );
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.coming-soon-card {
    overflow: hidden;
    border: 1px solid rgba(85, 107, 47, 0.12);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(30, 30, 20, 0.08);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.coming-soon-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 26px 60px rgba(30, 30, 20, 0.13);
}

.coming-soon-image-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #eeeeea;
}

.coming-soon-image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.coming-soon-card:hover .coming-soon-image-wrap img {
    transform: scale(1.05);
}

.coming-soon-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 8px 15px;
    border-radius: 999px;
    background: rgba(85, 107, 47, 0.94);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
}

.coming-soon-card-body {
    padding: 26px;
}

.coming-soon-card-body h3 {
    margin: 0 0 10px;
    color: #3d2b1f;
    font-size: 1.45rem;
    line-height: 1.25;
}

.coming-soon-card-body p {
    margin: 0 0 18px;
    color: #666666;
    line-height: 1.7;
}

.coming-soon-date {
    display: inline-flex;
    align-items: center;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(85, 107, 47, 0.1);
    color: #556b2f;
    font-size: 0.9rem;
    font-weight: 700;
}

@media (max-width: 768px) {
    .coming-soon-section {
        padding: 65px 18px;
    }

    .coming-soon-section .section-title {
        margin-bottom: 32px;
    }

    .coming-soon-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .coming-soon-card-body {
        padding: 22px;
    }
}

/* ======================================================
   COMING SOON PREMIUM DETAILS
====================================================== */

.coming-soon-badge {
    overflow: hidden;
    isolation: isolate;
}

.coming-soon-badge::before {
    content: "";
    position: absolute;
    top: -40%;
    left: -70%;
    width: 45%;
    height: 180%;
    background: linear-gradient(
        110deg,
        transparent,
        rgba(255, 255, 255, 0.55),
        transparent
    );
    transform: rotate(12deg);
    animation: comingSoonShimmer 3.8s ease-in-out infinite;
    pointer-events: none;
}

@keyframes comingSoonShimmer {
    0% {
        left: -70%;
    }

    45%,
    100% {
        left: 140%;
    }
}

.coming-soon-date {
    position: relative;
    gap: 7px;
    border: 1px solid rgba(85, 107, 47, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.coming-soon-date::before {
    content: "";
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #f39c12;
    box-shadow: 0 0 0 5px rgba(243, 156, 18, 0.12);
}

.coming-soon-card {
    position: relative;
}

.coming-soon-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    pointer-events: none;
    transition: border-color 0.3s ease;
}

.coming-soon-card:hover::after {
    border-color: rgba(85, 107, 47, 0.22);
}
/* ==========================================
   BEST SELLER BADGE — PREMIUM
========================================== */

.best-seller-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 5;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 36px;
    padding: 9px 17px;

    overflow: hidden;
    isolation: isolate;

    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;

    background:
        linear-gradient(
            135deg,
            #d9a62e,
            #f0be43
        );

    color: #ffffff;

    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.9px;
    text-transform: uppercase;

    box-shadow:
        0 10px 24px rgba(217, 166, 46, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.34);

    animation:
        bestSellerFloat 2.8s ease-in-out infinite,
        bestSellerGlow 2.8s ease-in-out infinite;
}

/* Shimmer effect */

.best-seller-badge::before {
    content: "";

    position: absolute;
    top: -50%;
    left: -70%;

    width: 38%;
    height: 200%;

    background:
        linear-gradient(
            110deg,
            transparent,
            rgba(255, 255, 255, 0.65),
            transparent
        );

    transform: rotate(15deg);

    animation: bestSellerShimmer 3.8s ease-in-out infinite;

    pointer-events: none;
}

/* Small decorative dot */

.best-seller-badge::after {
    content: "";

    width: 6px;
    height: 6px;
    margin-left: 9px;

    flex: 0 0 6px;

    border-radius: 50%;

    background: #ffffff;

    box-shadow:
        0 0 0 4px rgba(255, 255, 255, 0.16);
}

/* Hover */

.menu-card:hover .best-seller-badge,
.full-menu-card:hover .best-seller-badge,
.related-product-card:hover .best-seller-badge {
    transform: translateY(-2px) scale(1.03);

    box-shadow:
        0 14px 30px rgba(217, 166, 46, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.menu-card-image-wrap,
.full-menu-image-wrap,
.related-product-image {
    position: relative;
}

/* Animations */

@keyframes bestSellerFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }
}

@keyframes bestSellerGlow {
    0%,
    100% {
        box-shadow:
            0 10px 24px rgba(217, 166, 46, 0.30),
            inset 0 1px 0 rgba(255, 255, 255, 0.34);
    }

    50% {
        box-shadow:
            0 14px 30px rgba(217, 166, 46, 0.44),
            0 0 0 6px rgba(217, 166, 46, 0.09),
            inset 0 1px 0 rgba(255, 255, 255, 0.4);
    }
}

@keyframes bestSellerShimmer {
    0% {
        left: -70%;
    }

    40%,
    100% {
        left: 145%;
    }
}

/* ==========================================
   VIEW MEAL PILL BUTTON
========================================== */

.menu-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;

    margin-top: 14px;
    padding: 11px 22px;

    border: 2px solid var(--olive-green);
    border-radius: 999px;

    background: var(--olive-green);
    color: var(--white);

    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-decoration: none;

    box-shadow: 0 8px 18px rgba(85, 107, 47, 0.18);

    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.menu-card-link:hover {
    background: var(--warm-orange);
    border-color: var(--warm-orange);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 11px 22px rgba(232, 154, 61, 0.25);
}

/* ======================================================
   PRODUCT DETAILS PAGE
====================================================== */

.product-details-page {
    min-height: 100vh;
    background: #fffdf8;
}

.product-details-section {
    padding: 80px 0 110px;
}

.product-details-container {
    width: min(1200px, 90%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.85fr);
    align-items: start;
    gap: 65px;
}

.product-details-image {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: #f0ece3;
    box-shadow: 0 22px 55px rgba(47, 36, 29, 0.12);
}

.product-details-image img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
}

.product-details-status {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #8b3a32;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(0,0,0,.16);
}

.product-details-status.low-stock {
    background: var(--warm-orange);
}

.product-details-content {
    padding-top: 8px;
}

.product-details-back-link {
    display: inline-flex;
    margin-bottom: 30px;
    color: var(--olive-green);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.product-details-back-link:hover {
    text-decoration: underline;
}

.product-details-kicker {
    margin: 0 0 10px;
    color: var(--warm-orange);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
}

.product-details-content h1 {
    margin: 0;
    color: var(--warm-brown);
    font-family: Georgia, serif;
    font-size: clamp(42px,5vw,65px);
    line-height: 1.05;
}

.product-details-price {
    margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.product-details-price strong {
    color: var(--olive-green);
    font-size: 30px;
}

.product-old-price {
    color: rgba(47,36,29,.45);
    font-size: 18px;
    text-decoration: line-through;
}

.product-details-serving {
    width: fit-content;
    margin-top: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(232,154,61,.12);
    color: var(--warm-brown);
    font-size: 13px;
    font-weight: 700;
}

.product-details-description {
    margin-top: 34px;
}

.product-details-description h2 {
    margin: 0 0 12px;
    color: var(--warm-brown);
    font-family: Georgia, serif;
    font-size: 24px;
}

.product-details-description p {
    margin: 0;
    color: rgba(47,36,29,.72);
    line-height: 1.8;
}

.product-details-highlights {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
}

.product-details-highlights div {
    padding: 18px;
    border-radius: 18px;
    background: var(--warm-cream);
    border: 1px solid rgba(85,107,47,.12);
}

.product-details-highlights strong {
    display: block;
    margin-bottom: 6px;
    color: var(--warm-brown);
}

.product-details-highlights span {
    color: rgba(47,36,29,.62);
    font-size: 13px;
}

.product-details-order {
    margin-top: 36px;
    padding-top: 30px;
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 18px;
    align-items: end;
    border-top: 1px solid rgba(122,75,36,.12);
}

.product-details-quantity label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 800;
}

.quantity-control {
    display: grid;
    grid-template-columns: 42px 1fr 42px;
    height: 52px;
    overflow: hidden;
    border: 1px solid rgba(122,75,36,.15);
    border-radius: 14px;
    background: #fff;
}

.quantity-button {
    border: none;
    background: transparent;
    color: var(--olive-green);
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    transition: .2s;
}

.quantity-button:hover {
    background: rgba(85,107,47,.08);
}

.quantity-control input {
    border: none;
    outline: none;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    background: transparent;
}

.product-details-cart-button {
    height: 52px;

    border: 2px solid var(--olive-green);
    border-radius: 999px;

    background: #ffffff;
    color: var(--olive-green);

    font-size: 14px;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: uppercase;

    cursor: pointer;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .2s ease,
        box-shadow .25s ease;
}

.product-details-cart-button:hover {
    background: var(--warm-orange);
    border-color: var(--warm-orange);
    color: #ffffff;

    transform: translateY(-2px);

    box-shadow: 0 10px 24px rgba(232,154,61,.28);
}

.product-details-cart-button:active {
    transform: translateY(0);
}

.product-details-cart-button:disabled {
    background: #ececec;
    border-color: #cfcfcf;
    color: #888888;
    cursor: not-allowed;
    box-shadow: none;
}

.product-details-note {
    margin-top: 12px;
    color: rgba(47,36,29,.45);
    font-size: 12px;
    text-align: right;
}

.product-not-found {
    padding: 120px 20px;
    text-align: center;
}

.product-not-found-content {
    max-width: 600px;
    margin: auto;
}

.product-back-button {
    display: inline-flex;
    padding: 14px 24px;
    border-radius: 999px;
    background: var(--olive-green);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

@media (max-width:900px){

    .product-details-container{
        grid-template-columns:1fr;
        gap:40px;
    }

    .product-details-highlights{
        grid-template-columns:1fr;
    }

    .product-details-order{
        grid-template-columns:1fr;
    }

    .product-details-note{
        text-align:left;
    }

}

@media (max-width:600px){

    .product-details-section{
        padding:50px 0 70px;
    }

    .product-details-container{
        width:90%;
    }

    .product-details-content h1{
        font-size:42px;
    }

}

/* ======================================================
   UNIFIED READY IN 3 FOOTER
====================================================== */

.site-footer {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    background: #2f241d;
    color: #ffffff;
}

.site-footer .footer-main {
    width: min(1200px, 90%);
    margin: 0 auto;
    padding: 70px 0;

    display: grid;
    grid-template-columns: 1.35fr repeat(3, 0.8fr);
    gap: 55px;
}

.site-footer .footer-brand img {
    display: block;
    width: 155px;
    height: auto;
    margin: 0;
    padding: 12px;

    border-radius: 16px;
    background: #f8f5ef;
    object-fit: contain;
}

.site-footer .footer-brand p {
    max-width: 310px;
    margin: 17px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.7;
}

.site-footer .footer-brand .footer-tagline {
    margin-top: 22px;
    color: #ffffff;
}

.site-footer .footer-socials {
    margin-top: 23px;

    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.site-footer .footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: fit-content;
    margin: 0;
    padding: 8px 13px;

    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;

    background: transparent;
    color: rgba(255, 255, 255, 0.78);

    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;

    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        color 0.2s ease;
}

.site-footer .footer-socials a:hover {
    border-color: #e89a3d;
    background: rgba(232, 154, 61, 0.12);
    color: #ffffff;
}

.site-footer .footer-links h4 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 14px;
}

.site-footer .footer-links a,
.site-footer .footer-links p {
    display: block;
    margin: 0 0 13px;

    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.6;
    text-decoration: none;
}

.site-footer .footer-links a:hover {
    color: #e89a3d;
}

.site-footer .footer-bottom {
    display: block;
    width: 100%;
    margin: 0;
    padding: 24px 20px;

    border-top: 1px solid rgba(255, 255, 255, 0.09);
    text-align: center;
}

.site-footer .footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.53);
    font-size: 12px;
}

@media (max-width: 900px) {
    .site-footer .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 45px;
    }
}

@media (max-width: 600px) {
    .site-footer .footer-main {
        width: 88%;
        padding: 55px 0;

        grid-template-columns: 1fr;
        gap: 38px;

        text-align: center;
    }

    .site-footer .footer-brand img {
        margin: 0 auto;
    }

    .site-footer .footer-brand p {
        margin-right: auto;
        margin-left: auto;
    }

    .site-footer .footer-socials {
        justify-content: center;
    }
}

/* ======================================================
   MERGED SHARED SITE STYLES
   Source: former /assets/css/style.css
   Legacy compressed global starter block removed to preserve
   the current Home page foundation from the root stylesheet.
====================================================== */

/* ======================================================
   PRODUCT DETAILS PAGE
====================================================== */

.product-details-page {
    min-height: 100vh;
    background: #fffdf8;
}

.product-details-section {
    padding: 80px 0 110px;
}

.product-details-container {
    width: min(1200px, 90%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.85fr);
    align-items: start;
    gap: 65px;
}

.product-details-image {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: #f0ece3;
    box-shadow: 0 22px 55px rgba(47, 36, 29, 0.12);
}

.product-details-image img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
}

.product-details-status {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #8b3a32;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(0,0,0,.16);
}

.product-details-status.low-stock {
    background: var(--warm-orange);
}

.product-details-content {
    padding-top: 8px;
}

.product-details-back-link {
    display: inline-flex;
    margin-bottom: 30px;
    color: var(--olive-green);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.product-details-back-link:hover {
    text-decoration: underline;
}

.product-details-kicker {
    margin: 0 0 10px;
    color: var(--warm-orange);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
}

.product-details-content h1 {
    margin: 0;
    color: var(--warm-brown);
    font-family: Georgia, serif;
    font-size: clamp(42px,5vw,65px);
    line-height: 1.05;
}

.product-details-price {
    margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.product-details-price strong {
    color: var(--olive-green);
    font-size: 30px;
}

.product-old-price {
    color: rgba(47,36,29,.45);
    font-size: 18px;
    text-decoration: line-through;
}

.product-details-serving {
    width: fit-content;
    margin-top: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(232,154,61,.12);
    color: var(--warm-brown);
    font-size: 13px;
    font-weight: 700;
}

.product-details-description {
    margin-top: 34px;
}

.product-details-description h2 {
    margin: 0 0 12px;
    color: var(--warm-brown);
    font-family: Georgia, serif;
    font-size: 24px;
}

.product-details-description p {
    margin: 0;
    color: rgba(47,36,29,.72);
    line-height: 1.8;
}

.product-details-highlights {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
}

.product-details-highlights div {
    padding: 18px;
    border-radius: 18px;
    background: var(--warm-cream);
    border: 1px solid rgba(85,107,47,.12);
}

.product-details-highlights strong {
    display: block;
    margin-bottom: 6px;
    color: var(--warm-brown);
}

.product-details-highlights span {
    color: rgba(47,36,29,.62);
    font-size: 13px;
}

.product-details-order {
    margin-top: 36px;
    padding-top: 30px;
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 18px;
    align-items: end;
    border-top: 1px solid rgba(122,75,36,.12);
}

.product-details-quantity label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 800;
}

.quantity-control {
    display: grid;
    grid-template-columns: 42px 1fr 42px;
    height: 52px;
    overflow: hidden;
    border: 1px solid rgba(122,75,36,.15);
    border-radius: 14px;
    background: #fff;
}

.quantity-button {
    border: none;
    background: transparent;
    color: var(--olive-green);
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    transition: .2s;
}

.quantity-button:hover {
    background: rgba(85,107,47,.08);
}

.quantity-control input {
    border: none;
    outline: none;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    background: transparent;
}

.product-details-cart-button {
    height: 52px;
    border: none;
    border-radius: 999px;
    background: var(--warm-orange);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(232,154,61,.28);
    transition: .25s;
}

.product-details-cart-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(232,154,61,.35);
}

.product-details-note {
    margin-top: 12px;
    color: rgba(47,36,29,.45);
    font-size: 12px;
    text-align: right;
}

.product-not-found {
    padding: 120px 20px;
    text-align: center;
}

.product-not-found-content {
    max-width: 600px;
    margin: auto;
}

.product-back-button {
    display: inline-flex;
    padding: 14px 24px;
    border-radius: 999px;
    background: var(--olive-green);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

@media (max-width:900px){

    .product-details-container{
        grid-template-columns:1fr;
        gap:40px;
    }

    .product-details-highlights{
        grid-template-columns:1fr;
    }

    .product-details-order{
        grid-template-columns:1fr;
    }

    .product-details-note{
        text-align:left;
    }

}

@media (max-width:600px){

    .product-details-section{
        padding:50px 0 70px;
    }

    .product-details-container{
        width:90%;
    }

    .product-details-content h1{
        font-size:42px;
    }

}

/* ======================================================
   PRODUCT DETAILS PAGE — REFINEMENTS
====================================================== */

/* Slightly larger image area */
.product-details-container {
    grid-template-columns: minmax(0, 1.12fr) minmax(400px, 0.78fr);
}

/* Smaller, cleaner title */
.product-details-content h1 {
    font-size: clamp(42px, 4.2vw, 56px);
    line-height: 1.04;
}

/* Divider above About this meal */
.product-details-description {
    position: relative;
    margin-top: 34px;
    padding-top: 26px;
}

.product-details-description::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 2px;
    border-radius: 999px;
    background: var(--warm-orange);
}

/* Highlight cards */
.product-details-highlights div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 175px;
    padding: 20px 18px;
}

.product-highlight-icon {
    width: 46px;
    height: 46px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 50%;
    background: rgba(85, 107, 47, 0.09);
}

.product-highlight-icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: var(--olive-green);
    stroke-width: 2.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Smaller quantity area */
.product-details-order {
    grid-template-columns: 125px 1fr;
}

.quantity-control {
    height: 46px;
    grid-template-columns: 36px 1fr 36px;
    border-radius: 12px;
}

.quantity-button {
    font-size: 19px;
}

.quantity-control input {
    font-size: 14px;
}

/* Olive Add to Cart */
.product-details-cart-button {
    height: 48px;
    background: var(--olive-green);
    box-shadow: 0 12px 27px rgba(85, 107, 47, 0.24);
}

.product-details-cart-button:hover {
    background: #465d26;
    box-shadow: 0 17px 34px rgba(85, 107, 47, 0.32);
}

/* Category label */
.product-details-kicker {
    color: var(--olive-green);
}

/* Keep mobile layout safe */
@media (max-width: 900px) {
    .product-details-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .product-details-content h1 {
        font-size: 40px;
    }

    .product-details-highlights div {
        min-height: auto;
    }

    .product-details-order {
        grid-template-columns: 1fr;
    }
}

/* ======================================================
   PRODUCT DETAILS PAGE — PREMIUM FOOD LAYOUT
====================================================== */

.product-details-section {
    padding: 70px 0 100px;
}

.product-details-container {
    width: min(1280px, 91%);
    grid-template-columns: minmax(0, 1.2fr) minmax(390px, 0.8fr);
    gap: 72px;
}

/* Larger image presentation */
.product-details-image {
    min-height: 610px;
    border-radius: 30px;
}

.product-details-image img {
    width: 100%;
    height: 100%;
    min-height: 610px;
    aspect-ratio: auto;
    object-fit: cover;
}

/* Cleaner product information */
.product-details-content {
    padding-top: 4px;
}

.product-details-back-link {
    margin-bottom: 34px;
}

.product-details-kicker {
    margin-bottom: 14px;
    color: var(--olive-green);
    font-size: 12px;
    letter-spacing: 2.6px;
}

.product-details-content h1 {
    max-width: 620px;
    font-size: clamp(42px, 4vw, 56px);
    line-height: 1.03;
}

.product-details-price {
    margin-top: 25px;
}

.product-details-price strong {
    font-size: 31px;
}

/* Smaller serving bubble */
.product-details-serving {
    margin-top: 16px;
    padding: 7px 13px;
    font-size: 12px;
}

/* Divider before About section */
.product-details-description {
    position: relative;
    margin-top: 34px;
    padding-top: 27px;
}

.product-details-description::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 76px;
    height: 2px;
    border-radius: 999px;
    background: var(--warm-orange);
}

.product-details-description h2 {
    font-size: 26px;
}

.product-details-description p {
    max-width: 620px;
}

/* Uniform line-style feature cards */
.product-details-highlights {
    margin-top: 32px;
    gap: 12px;
}

.product-details-highlights > div {
    min-height: 170px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 19px 17px;
}

.product-highlight-icon {
    width: 44px;
    height: 44px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 50%;
    background: rgba(85, 107, 47, 0.08);
}

.product-highlight-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: var(--olive-green);
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-details-highlights strong {
    font-size: 14px;
    line-height: 1.35;
}

.product-details-highlights span:not(.product-highlight-icon) {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.5;
}

/* Compact quantity and action */
.product-details-order {
    margin-top: 32px;
    padding-top: 26px;
    grid-template-columns: 120px 1fr;
    gap: 14px;
}

.quantity-button {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    padding: 0;
    border: none;
    background: transparent;

    color: var(--olive-green);

    font-size: 18px;
    font-weight: 700;
    line-height: 1;

    cursor: pointer;

    transition:
        background .2s ease,
        color .2s ease;
}

.quantity-button:hover {
    background: rgba(85,107,47,.08);
}

.quantity-button{
    display:flex;
    align-items:center;
    justify-content:center;

    padding:0;
    margin:0;

    width:100%;
    height:100%;

    border:none;
    background:transparent;

    color:var(--olive-green);

    font-size:24px;
    font-weight:700;

    line-height:0;

    cursor:pointer;
}

.quantity-button span {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.quantity-button[data-action="increase"] span {
    transform: translateX(-1px);
}

.product-details-cart-button {
    height: 47px;
    background: var(--olive-green);
    box-shadow: 0 12px 25px rgba(85, 107, 47, 0.24);
}

.product-details-cart-button:hover {
    background: #465d26;
    box-shadow: 0 16px 31px rgba(85, 107, 47, 0.32);
}

.product-details-note {
    margin-top: 10px;
    font-size: 11px;
}

/* Mobile */
@media (max-width: 980px) {
    .product-details-container {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .product-details-image,
    .product-details-image img {
        min-height: 480px;
    }
}

@media (max-width: 600px) {
    .product-details-section {
        padding: 45px 0 75px;
    }

    .product-details-image,
    .product-details-image img {
        min-height: 360px;
    }

    .product-details-content h1 {
        font-size: 39px;
    }

    .product-details-highlights {
        grid-template-columns: 1fr;
    }

    .product-details-highlights > div {
        min-height: auto;
    }

    .product-details-order {
        grid-template-columns: 1fr;
    }
}

/* ======================================================
   PRODUCT DETAILS — FINAL CLEAN REFINEMENTS
====================================================== */

.product-details-section {
    padding: 70px 0 100px;
}

.product-details-container {
    width: min(1280px, 91%);
    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(390px, 0.85fr);
    gap: 70px;
}

.product-details-image {
    min-height: 590px;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    border-radius: 30px;
}

.product-details-image img {
    width: 100%;
    height: 100%;
    min-height: 590px;
    object-fit: cover;
}

.product-image-placeholder {
    width: 100%;
    min-height: 590px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    border: 2px dashed rgba(85, 107, 47, 0.22);
    border-radius: inherit;
    background:
        radial-gradient(
            circle at center,
            rgba(255, 255, 255, 0.75),
            rgba(240, 236, 227, 0.65)
        );
    text-align: center;
}

.product-placeholder-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 50%;
    background: rgba(85, 107, 47, 0.1);
}

.product-placeholder-icon svg {
    width: 51px;
    height: 51px;
    fill: none;
    stroke: var(--olive-green);
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-image-placeholder strong {
    color: var(--warm-brown);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
}

.product-image-placeholder > span {
    margin-top: 9px;
    color: rgba(47, 36, 29, 0.56);
    font-size: 13px;
}

.product-details-content h1 {
    max-width: 610px;
    font-size: clamp(40px, 3.8vw, 53px);
    line-height: 1.04;
}

.product-details-kicker {
    color: var(--olive-green);
    letter-spacing: 2.6px;
}

.product-details-description {
    position: relative;
    margin-top: 34px;
    padding-top: 28px;
}

.product-details-description::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 76px;
    height: 2px;
    border-radius: 999px;
    background: var(--warm-orange);
}

.product-details-highlights {
    margin-top: 34px;
    gap: 12px;
}

.product-highlight-card {
    min-height: 185px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 17px !important;
}

.product-highlight-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 50%;
    background: rgba(85, 107, 47, 0.09);
}

.product-highlight-icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: var(--olive-green);
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-highlight-card strong {
    display: block;
    color: var(--warm-brown);
    font-size: 14px;
    line-height: 1.35;
}

.product-highlight-card > span:last-child {
    display: block;
    margin-top: 6px;
    color: rgba(47, 36, 29, 0.62);
    font-size: 12px;
    line-height: 1.5;
}

.product-details-order {
    grid-template-columns: 120px 1fr;
    gap: 14px;
}

.quantity-control {
    height: 45px;
    grid-template-columns: 35px 1fr 35px;
    border-radius: 12px;
}

.quantity-button {
    font-size: 18px;
}

.quantity-control input {
    font-size: 14px;
}

.product-details-cart-button {
    height: 47px;
    background: var(--olive-green);
    box-shadow: 0 12px 26px rgba(85, 107, 47, 0.24);
}

.product-details-cart-button:hover {
    background: #465d26;
    box-shadow: 0 16px 33px rgba(85, 107, 47, 0.32);
}

@media (max-width: 980px) {
    .product-details-container {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .product-details-image,
    .product-details-image img,
    .product-image-placeholder {
        min-height: 470px;
    }
}

@media (max-width: 600px) {
    .product-details-section {
        padding: 45px 0 75px;
    }

    .product-details-image,
    .product-details-image img,
    .product-image-placeholder {
        min-height: 350px;
    }

    .product-details-content h1 {
        font-size: 39px;
    }

    .product-details-highlights {
        grid-template-columns: 1fr;
    }

    .product-highlight-card {
        min-height: auto;
    }

    .product-details-order {
        grid-template-columns: 1fr;
    }
}
/* ======================================================
   PRODUCT DETAILS — DESKTOP FIT ADJUSTMENT
====================================================== */

.product-details-section {
    padding: 45px 0 70px;
}

.product-details-container {
    width: min(1220px, 90%);
    grid-template-columns:
        minmax(0, 0.95fr)
        minmax(390px, 0.85fr);
    gap: 55px;
    align-items: start;
}

.product-details-image,
.product-details-image img,
.product-image-placeholder {
    min-height: 430px;
    max-height: 500px;
}

.product-details-image {
    height: 500px;
}

.product-details-image img,
.product-image-placeholder {
    height: 100%;
}

.product-details-back-link {
    margin-bottom: 22px;
}

.product-details-kicker {
    margin-bottom: 10px;
}

.product-details-content h1 {
    font-size: clamp(38px, 3.3vw, 48px);
    line-height: 1.02;
}

.product-details-price {
    margin-top: 18px;
}

.product-details-price strong {
    font-size: 28px;
}

.product-details-serving {
    margin-top: 12px;
}

.product-details-description {
    margin-top: 24px;
    padding-top: 20px;
}

.product-details-description h2 {
    margin-bottom: 8px;
    font-size: 23px;
}

.product-details-description p {
    line-height: 1.6;
}

.product-details-highlights {
    margin-top: 24px;
}

.product-highlight-card {
    min-height: 145px;
    padding: 16px 14px !important;
}

.product-highlight-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    margin-bottom: 10px;
}

.product-highlight-icon svg {
    width: 24px;
    height: 24px;
}

.product-highlight-card strong {
    font-size: 13px;
}

.product-highlight-card > span:last-child {
    font-size: 11px;
}

.product-details-order {
    margin-top: 22px;
    padding-top: 20px;
}

.product-details-note {
    display: none;
}

@media (max-width: 980px) {
    .product-details-image {
        height: auto;
    }

    .product-details-image,
    .product-details-image img,
    .product-image-placeholder {
        min-height: 420px;
        max-height: none;
    }
}

/* HEADER — ACTUAL READY IN 3 LOGO */

.site-header .brand-image {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
}

.site-header .brand-image img {
    display: block;
    width: 125px;
    height: 64px;
    object-fit: contain;
}

/* ======================================================
   HEADER — FINAL IMAGE LOGO FIX
====================================================== */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(248, 245, 239, 0.97);
    border-bottom: 1px solid rgba(47, 36, 29, 0.1);
    backdrop-filter: blur(8px);
}

.site-header .header-container {
    width: min(var(--page-width), 92%);
    min-height: 100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 190px 1fr auto;
    align-items: center;
    gap: 35px;
}

.site-header .brand {
    display: flex;
    align-items: center;
    width: 150px;
    height: 90px;
    overflow: hidden;
}

.site-header .brand-logo {
    display: block;
    width: 145px !important;
    height: 78px !important;
    max-width: 145px !important;
    max-height: 78px !important;
    object-fit: contain;
}

.site-header .main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 2.3vw, 34px);
}

.site-header .main-nav a {
    position: relative;
    padding: 38px 0 34px;
    color: var(--dark-espresso);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.site-header .cart-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--dark-espresso);
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

/* ======================================================
   SHARED PUBLIC HEADER — FINAL
====================================================== */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;

    width: 100%;
    height: auto;
    padding: 0;

    display: block;

    background: rgba(248, 245, 239, 0.97);
    border-bottom: 1px solid rgba(47, 36, 29, 0.10);
    backdrop-filter: blur(8px);
}

.site-header .header-container {
    width: min(1240px, 92%);
    min-height: 100px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) 260px;
    align-items: center;
    gap: 30px;
}

/* LOGO */

.site-header .brand {
    display: inline-flex;
    align-items: center;

    width: fit-content;
    height: auto;

    color: inherit;
    line-height: normal;
    text-decoration: none;
}

.site-header .brand-logo {
    display: block;

    width: auto !important;
    height: 78px !important;

    max-width: 150px !important;
    max-height: 78px !important;

    object-fit: contain;
}

/* NAVIGATION */

.site-header .main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 2vw, 30px);
}

.site-header .main-nav a {
    position: relative;

    padding: 38px 0 34px;

    color: #2f241d;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.site-header .main-nav a::after {
    content: "";

    position: absolute;
    right: 0;
    bottom: 27px;
    left: 0;

    height: 2px;

    background: #e89a3d;

    transform: scaleX(0);
    transform-origin: center;

    transition: transform 0.2s ease;
}

.site-header .main-nav a:hover,
.site-header .main-nav a.active {
    color: #7a4b24;
}

.site-header .main-nav a:hover::after,
.site-header .main-nav a.active::after {
    transform: scaleX(1);
}

/* RIGHT-SIDE ACTIONS */

.site-header .header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;

    width: 260px;
}

.site-header .cart-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    color: #2f241d;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.site-header .cart-link b {
    min-width: 25px;
    height: 25px;
    padding: 0 7px;

    display: inline-grid;
    place-items: center;

    border-radius: 999px;

    background: #556b2f;
    color: #ffffff;

    font-size: 12px;
}

.site-header .header-order-button {
    min-width: 150px;
    min-height: 54px;
    padding: 0 22px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    border-radius: 999px;

    background: #e89a3d;
    color: #ffffff;

    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.4px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;

    box-shadow:
        0 10px 25px rgba(232, 154, 61, 0.30),
        0 0 0 0 rgba(232, 154, 61, 0.40);

    animation: sharedOrderPulse 1.6s infinite;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.site-header .header-order-button:hover {
    transform: translateY(-2px);
}

@keyframes sharedOrderPulse {
    0%,
    100% {
        box-shadow:
            0 10px 25px rgba(232, 154, 61, 0.30),
            0 0 0 0 rgba(232, 154, 61, 0.40);
    }

    50% {
        box-shadow:
            0 10px 25px rgba(232, 154, 61, 0.30),
            0 0 0 11px rgba(232, 154, 61, 0);
    }
}

/* TABLET */

@media (max-width: 1100px) {

    .site-header .header-container {
        width: 94%;
        grid-template-columns: 150px minmax(0, 1fr) 225px;
        gap: 18px;
    }

    .site-header .brand-logo {
        height: 67px !important;
        max-height: 67px !important;
    }

    .site-header .main-nav {
        gap: 15px;
    }

    .site-header .main-nav a {
        font-size: 12px;
    }

    .site-header .header-actions {
        width: 225px;
        gap: 10px;
    }

    .site-header .header-order-button {
        min-width: 125px;
        padding: 0 15px;
        font-size: 11px;
    }
}

/* MOBILE */

@media (max-width: 820px) {

    .site-header .header-container {
        width: 94%;
        padding: 10px 0;

        grid-template-columns: 1fr auto;
        gap: 10px 18px;
    }

    .site-header .brand-logo {
        height: 60px !important;
        max-height: 60px !important;
    }

    .site-header .header-actions {
        width: auto;
    }

    .site-header .cart-link span {
        display: none;
    }

    .site-header .header-order-button {
        min-width: 116px;
        min-height: 46px;
        padding: 0 14px;
        font-size: 10px;
    }

    .site-header .main-nav {
        grid-column: 1 / -1;

        width: 100%;
        padding: 11px 0 3px;

        justify-content: flex-start;
        gap: 22px;

        overflow-x: auto;

        border-top: 1px solid rgba(47, 36, 29, 0.08);

        scrollbar-width: none;
    }

    .site-header .main-nav::-webkit-scrollbar {
        display: none;
    }

    .site-header .main-nav a {
        flex: 0 0 auto;
        padding: 5px 0 10px;
        font-size: 12px;
    }

    .site-header .main-nav a::after {
        bottom: 3px;
    }
}

/* ======================================================
   SHARED PUBLIC FOOTER — FINAL
====================================================== */

.site-footer {
    width: 100%;
    background: #2f241d;
    color: #ffffff;
}

.footer-cta {
    padding: 85px 20px;
    text-align: center;
    background:
        linear-gradient(
            135deg,
            #556b2f,
            #435629
        );
}

.footer-cta-content {
    width: min(1500px, 94%);
    margin: 0 auto;
}

.footer-cta-content > span {
    display: block;
    margin-bottom: 12px;
    color: #f2b76d;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2.3px;
}

.footer-cta h2 {
    margin: 0;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 5vw, 60px);
    line-height: 1.08;
    white-space: nowrap;
}

.footer-cta p {
    max-width: 620px;
    margin: 20px auto 32px;
    color: rgba(255, 255, 255, 0.79);
    font-size: 16px;
    line-height: 1.7;
}

.footer-order-button {
    min-width: 190px;
    min-height: 54px;
    padding: 0 28px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    border-radius: 999px;
    background: #e89a3d;
    color: #ffffff;

    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;

    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.footer-order-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 17px 34px rgba(0, 0, 0, 0.24);
}

.footer-main {
    width: min(1200px, 90%);
    margin: 0 auto;
    padding: 70px 0;

    display: grid;
    grid-template-columns: 1.35fr repeat(3, 0.8fr);
    gap: 55px;
}

.footer-brand img {
    width: 155px;
    height: auto;
    padding: 12px;

    border-radius: 16px;
    background: #f8f5ef;
    object-fit: contain;
}

.footer-brand p {
    max-width: 310px;
    margin: 17px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.7;
}

.footer-brand .footer-tagline {
    margin-top: 22px;
    color: #ffffff;
}

.footer-socials {
    margin-top: 23px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-socials a {
    padding: 8px 12px;

    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;

    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;

    transition:
        border-color 0.2s ease,
        color 0.2s ease,
        background 0.2s ease;
}

.footer-socials a:hover {
    border-color: #e89a3d;
    background: rgba(232, 154, 61, 0.12);
    color: #ffffff;
}

.footer-links h4 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.footer-links a,
.footer-links p {
    display: block;
    margin: 0 0 13px;

    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.6;
    text-decoration: none;
}

.footer-links a:hover {
    color: #e89a3d;
}

.footer-bottom {
    padding: 24px 20px;

    border-top: 1px solid rgba(255, 255, 255, 0.09);

    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.53);
    font-size: 12px;
}

/* TABLET */

@media (max-width: 900px) {

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 45px;
    }

}

/* MOBILE */

@media (max-width: 600px) {

    .footer-cta {
        padding: 65px 20px;
    }

    .footer-cta h2 {
        font-size: 38px;
    }

    .footer-main {
        width: 88%;
        padding: 55px 0;

        grid-template-columns: 1fr;
        gap: 38px;

        text-align: center;
    }

    .footer-brand img {
        margin: 0 auto;
    }

    .footer-brand p {
        margin-right: auto;
        margin-left: auto;
    }

    .footer-socials {
        justify-content: center;
    }

}

/* ======================================================
   FOOTER LAYOUT CONFLICT FIX
====================================================== */

.site-footer {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 0 !important;
    background: #2f241d;
    color: #ffffff;
}

.site-footer .footer-cta {
    display: block;
    width: 100%;
    margin: 0;
}

.site-footer .footer-main {
    width: min(1200px, 90%);
    margin: 0 auto;
    padding: 70px 0;

    display: grid;
    grid-template-columns: 1.35fr repeat(3, 0.8fr);
    gap: 55px;
}

.site-footer .footer-bottom {
    display: block;
    width: 100%;
    margin: 0;
    padding: 24px 20px;

    border-top: 1px solid rgba(255, 255, 255, 0.09);
    text-align: center;
}

@media (max-width: 900px) {
    .site-footer .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 45px;
    }
}

@media (max-width: 600px) {
    .site-footer .footer-main {
        width: 88%;
        grid-template-columns: 1fr;
        gap: 38px;
        text-align: center;
    }
}

/* PRODUCT PAGE FOOTER CTA */

.site-footer.product-page-footer .footer-cta {
    text-align: center;
}

.site-footer.product-page-footer .footer-cta-content {
    width: min(1500px, 94%);
    margin: 0 auto;
}

.site-footer.product-page-footer .footer-cta h2 {
    max-width: none;
    white-space: nowrap;
}

.site-footer.product-page-footer .footer-cta p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1250px) {
    .site-footer.product-page-footer .footer-cta h2 {
        white-space: normal;
    }
}

/* ======================================================
   PRODUCT DETAILS — RESTORE DESKTOP FIT
====================================================== */

@media (min-width: 981px) {

    .product-details-section {
        padding: 28px 0 45px;
    }

    .product-details-container {
        width: min(1260px, 90%);
        grid-template-columns:
            minmax(0, 1fr)
            minmax(420px, 0.92fr);
        align-items: start;
        gap: 48px;
    }

    .product-details-image {
        height: 500px;
        min-height: 500px;
        max-height: 500px;
    }

    .product-details-image img,
    .product-image-placeholder {
        width: 100%;
        height: 100%;
        min-height: 500px;
        max-height: 500px;
    }

    .product-details-back-link {
        margin-bottom: 18px;
    }

    .product-details-kicker {
        margin-bottom: 8px;
    }

    .product-details-content h1 {
        font-size: clamp(38px, 3vw, 48px);
        line-height: 1;
    }

    .product-details-price {
        margin-top: 16px;
    }

    .product-details-serving {
        margin-top: 10px;
    }

    .product-details-description {
        margin-top: 20px;
        padding-top: 17px;
    }

    .product-details-description h2 {
        margin-bottom: 6px;
        font-size: 22px;
    }

    .product-details-description p {
        margin: 0;
    }

    .product-details-highlights {
        margin-top: 20px;
        gap: 12px;
    }

    .product-highlight-card {
        min-height: 132px;
        padding: 14px !important;
    }

    .product-highlight-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        margin-bottom: 8px;
    }

    .product-details-order {
        margin-top: 18px;
        padding-top: 16px;
    }
}

/* ADD TO CART — STANDARD BUTTON STYLE */

.product-details-cart-button {
    width: 100%;
    height: 50px;
    padding: 12px 20px;

    border: 2px solid var(--olive-green) !important;
    border-radius: 999px;

    background-color: #ffffff !important;
    color: var(--olive-green) !important;

    font-size: 14px;
    font-weight: 800;
    letter-spacing: .4px;
    text-transform: uppercase;

    cursor: pointer;
    box-shadow: none;

    transition:
        background-color .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .2s ease,
        box-shadow .25s ease;
}

.product-details-cart-button:hover:not(:disabled) {
    background-color: var(--warm-orange) !important;
    border-color: var(--warm-orange) !important;
    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow: 0 10px 24px rgba(232, 154, 61, .28);
}

.product-details-cart-button:active:not(:disabled) {
    transform: translateY(0);
}

/* =========================================================
   RELATED PRODUCTS
   ========================================================= */

.related-products-section {
    padding: 56px 20px 64px;
    background: #fffaf4;
}

.related-products-container {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.related-products-heading {
    text-align: center;
    margin-bottom: 30px;
}

.related-products-kicker {
    margin: 0 0 8px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: #6f8b3d;
}

.related-products-heading h2 {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1.1;
    color: #24311f;
}

.related-products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.related-product-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #ffffff;
    border: 1px solid rgba(36, 49, 31, 0.1);
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(36, 49, 31, 0.08);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.related-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 42px rgba(36, 49, 31, 0.15);
}

.related-product-image-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.related-product-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #f1eadf;
}

.related-product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.related-product-card:hover .related-product-image img {
    transform: scale(1.05);
}

.related-product-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 24px;
    text-align: center;
    color: #5d704c;
}

.related-product-placeholder strong {
    margin-bottom: 6px;
    font-size: 1.15rem;
}

.related-product-placeholder span {
    font-size: 0.9rem;
}

.related-product-status {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 6;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(36, 49, 31, 0.92);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.related-product-status--stacked {
    top: 62px;
}

@media (max-width: 520px) {
    .related-product-status--stacked { top: 58px; }
}

.related-product-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

.related-product-content h3 {
    margin: 0 0 10px;
    font-size: 1.25rem;
    line-height: 1.25;
}

.related-product-content h3 a {
    color: #24311f;
    text-decoration: none;
}

.related-product-content h3 a:hover {
    color: #6f8b3d;
}

.related-product-price {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin-bottom: 9px;
}

.related-product-price strong {
    font-size: 1.25rem;
    color: #24311f;
}

.related-product-old-price {
    color: #99958e;
    font-size: 0.9rem;
    text-decoration: line-through;
}

.related-product-serving {
    margin: 0 0 18px;
    color: #6c7068;
    font-size: 0.92rem;
    line-height: 1.5;
}

.related-product-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 46px;
    margin-top: auto;
    padding: 12px 20px;

    border: 2px solid var(--olive-green);
    border-radius: 999px;

    background: #ffffff;
    color: var(--olive-green);

    font-size: 14px;
    font-weight: 800;
    letter-spacing: .4px;
    text-transform: uppercase;
    text-decoration: none;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .2s ease,
        box-shadow .25s ease;
}

.related-product-button:hover {
    background: var(--warm-orange);
    border-color: var(--warm-orange);
    color: #ffffff;

    transform: translateY(-2px);

    box-shadow: 0 10px 24px rgba(232,154,61,.28);
}

.related-product-button.sold-out {
    background: #ececec;
    border-color: #cfcfcf;
    color: #888888;
    cursor: not-allowed;
    box-shadow: none;
}

/* Tablet */
@media (max-width: 900px) {
    .related-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .related-product-card:last-child {
        grid-column: 1 / -1;
        width: min(520px, 100%);
        justify-self: center;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .related-products-section {
        padding: 42px 16px 50px;
    }

    .related-products-heading {
        margin-bottom: 24px;
    }

    .related-products-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .related-product-card:last-child {
        grid-column: auto;
        width: 100%;
    }

    .related-product-content {
        padding: 18px;
    }
}

.cart-page-heading {
    margin-bottom: 28px;
}

.cart-page-heading h1 {
    margin-bottom: 8px;
}

.cart-page-heading p {
    margin: 0;
    color: #6f685f;
    font-size: 17px;
    line-height: 1.6;
}

.cart-empty-state h2 {
    margin: 0 0 10px;
    font-size: 24px;
}

.cart-empty-state p {
    margin: 0 0 20px;
    color: #6f685f;
    font-size: 17px;
    line-height: 1.6;
}

/* =========================================
   PREMIUM ADD TO CART
========================================= */

.cart-toast {
    position: fixed;
    top: 105px;
    right: 24px;
    z-index: 9999;

    display: flex;
    align-items: center;
    gap: 14px;

    width: min(360px, calc(100vw - 32px));
    padding: 17px 19px;

    background: #ffffff;
    border: 1px solid rgba(30, 76, 52, 0.14);
    border-radius: 16px;

    box-shadow:
        0 18px 45px rgba(23, 45, 33, 0.18);

    opacity: 0;
    visibility: hidden;

    transform: translateY(-14px)
        translateX(20px);

    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        visibility 0.25s ease;
}

.cart-toast.is-visible {
    opacity: 1;
    visibility: visible;

    transform: translateY(0)
        translateX(0);
}

.cart-toast-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 38px;
    width: 38px;
    height: 38px;

    border-radius: 50%;

    color: #ffffff;
    background: #1f6b43;

    font-size: 21px;
    font-weight: 800;
}

.cart-toast.is-error .cart-toast-icon {
    background: #b94135;
}

.cart-toast-content {
    display: flex;
    flex-direction: column;
    gap: 3px;

    min-width: 0;
}

.cart-toast-title {
    color: #173d2a;
    font-size: 16px;
    line-height: 1.25;
}

.cart-toast-message {
    overflow: hidden;

    color: #6f685f;
    font-size: 14px;
    line-height: 1.4;

    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-details-cart-button {
    transition:
        transform 0.2s ease,
        opacity 0.2s ease,
        background-color 0.2s ease;
}

.product-details-cart-button.is-loading {
    cursor: wait;
    opacity: 0.75;
}

.product-details-cart-button.is-added {
    background: #1f6b43;
    transform: scale(1.02);
}

.product-details-cart-button:disabled {
    cursor: wait;
}

.cart-link b {
    transition:
        transform 0.25s ease,
        background-color 0.25s ease;
}

.cart-link b.is-updated {
    transform: scale(1.35);
}

@media (max-width: 640px) {
    .cart-toast {
        top: auto;
        right: 16px;
        bottom: 20px;
        left: 16px;

        width: auto;

        transform: translateY(20px);
    }

    .cart-toast.is-visible {
        transform: translateY(0);
    }
}

.footer-verse,
.footer-copyright {
    text-align: center;
}

.footer-verse span,
.footer-copyright span {
    display: block;
}

.footer-copyright {
    margin-top: 20px;
}

.footer-verse {
    margin: 0 0 32px;
    text-align: center;
}

.footer-copyright {
    margin: 0;
    text-align: center;
}

.full-menu-image-link {
    display: block;
    width: 100%;
    height: 100%;
}

.full-menu-image-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full-menu-title-link {
    color: inherit;
    text-decoration: none;
}

.full-menu-title-link:hover {
    text-decoration: underline;
}

.product-details-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #556b2f;
    font-weight: 700;
    text-decoration: none;
}

.product-details-link:hover {
    text-decoration: underline;
}

/* =========================================
   CART PAGE — PREMIUM TABLE
========================================= */

.cart-page {
    min-height: 70vh;
    padding: 64px 20px 100px;
    background: linear-gradient(180deg, #fffdf8 0%, var(--warm-cream) 100%);
}

.cart-container {
    width: min(1240px, 100%);
    margin: 0 auto;
}

.cart-page-heading {
    margin-bottom: 34px;
    text-align: center;
}

.cart-page-heading::before {
    content: "READY IN 3";
    display: block;
    margin-bottom: 10px;
    color: var(--warm-orange);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
}

.cart-page-heading h1 {
    margin: 0;
    color: var(--warm-brown);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 62px);
    line-height: 1.05;
}

.cart-page-heading p {
    margin: 15px 0 0;
    color: rgba(47, 36, 29, 0.68);
    font-size: 17px;
    line-height: 1.6;
}

.cart-page .table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(122, 75, 36, 0.1);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(47, 36, 29, 0.09);
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.cart-table th,
.cart-table td {
    padding: 18px 22px;
    text-align: left;
    vertical-align: middle;
}

.cart-table thead {
    background: linear-gradient(135deg, var(--olive-green), #435629);
    color: #ffffff;
}

.cart-table thead th {
    border: 0;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.cart-table thead th:first-child { width: 39%; }
.cart-table thead th:nth-child(2) { width: 15%; }
.cart-table thead th:nth-child(3) { width: 19%; }
.cart-table thead th:nth-child(4) { width: 15%; }
.cart-table thead th:last-child { width: 12%; }

.cart-product-row {
    border-bottom: 1px solid rgba(122, 75, 36, 0.09);
    transition: background 0.2s ease;
}

.cart-product-row:last-child {
    border-bottom: 0;
}

.cart-product-row:hover {
    background: rgba(248, 245, 239, 0.64);
}

.cart-product {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 250px;
}

.cart-product-image {
    width: 76px;
    height: 64px;
    flex: 0 0 76px;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(122, 75, 36, 0.1);
    border-radius: 13px;
    background: var(--warm-cream);
    text-decoration: none;
}

.cart-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.cart-product-image:hover img {
    transform: scale(1.06);
}

.cart-product-placeholder {
    width: 100%;
    height: 100%;
    padding: 8px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(85, 107, 47, 0.12), rgba(232, 154, 61, 0.14));
    color: var(--olive-green);
    text-align: center;
}

.cart-product-placeholder strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
    line-height: 1.15;
}

.cart-product-info {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.cart-product-name {
    color: var(--dark-espresso);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none;
}

.cart-product-name:hover {
    color: var(--olive-green);
}

.cart-product-serving {
    color: rgba(47, 36, 29, 0.58);
    font-size: 12px;
    line-height: 1.35;
}

.cart-low-stock {
    display: inline-flex;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(232, 154, 61, 0.13);
    color: #a85d0d;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.cart-price,
.cart-line-total {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    white-space: nowrap;
}

.cart-price strong,
.cart-line-total strong {
    color: var(--olive-green);
    font-size: 16px;
    font-weight: 900;
}

.cart-old-price {
    color: rgba(47, 36, 29, 0.4);
    font-size: 12px;
    text-decoration: line-through;
}

.cart-line-total span {
    color: var(--warm-orange);
    font-size: 11px;
    font-weight: 800;
}

.cart-quantity-control {
    width: 126px;
    height: 44px;
    display: grid;
    grid-template-columns: 38px 1fr 38px;
    overflow: hidden;
    border: 1px solid rgba(122, 75, 36, 0.19);
    border-radius: 13px;
    background: #fffdf8;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cart-quantity-control:focus-within {
    border-color: var(--warm-orange);
    box-shadow: 0 0 0 4px rgba(232, 154, 61, 0.13);
}

.cart-quantity-button {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--olive-green);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.cart-quantity-button:hover:not(:disabled) {
    background: rgba(85, 107, 47, 0.1);
}

.cart-quantity-button:disabled {
    color: rgba(47, 36, 29, 0.25);
    cursor: not-allowed;
}

.cart-quantity-input {
    width: 100%;
    min-width: 0;
    height: 100%;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--dark-espresso);
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    appearance: textfield;
    -moz-appearance: textfield;
}

.cart-quantity-input::-webkit-inner-spin-button,
.cart-quantity-input::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
}

.cart-remove-cell {
    text-align: right !important;
}

.cart-remove-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 10px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: rgba(139, 58, 50, 0.76);
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.cart-remove-button svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
}

.cart-remove-button:hover {
    background: rgba(139, 58, 50, 0.09);
    color: #8b3a32;
    transform: translateY(-1px);
}

.cart-summary-bar {
    margin-top: 22px;
    padding: 20px 24px;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(122, 75, 36, 0.1);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(47, 36, 29, 0.07);
}

.cart-summary-item {
    min-width: 145px;
    padding: 2px 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    border-left: 1px solid rgba(122, 75, 36, 0.11);
}

.cart-summary-item:first-child {
    border-left: 0;
}

.cart-summary-item span {
    color: rgba(47, 36, 29, 0.58);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.cart-summary-item strong {
    color: var(--dark-espresso);
    font-size: 14px;
    line-height: 1.3;
}

.cart-summary-savings strong {
    color: var(--warm-orange);
}

.cart-summary-delivery {
    min-width: 220px;
}

.cart-summary-total {
    min-width: 175px;
}

.cart-summary-total strong {
    color: var(--olive-green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    line-height: 1;
}

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

.cart-page .btn {
    min-height: 50px;
    padding: 14px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.4px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.cart-page .btn:hover {
    transform: translateY(-2px);
}

.cart-page .btn.outline {
    border-color: var(--olive-green);
    background: transparent;
    color: var(--olive-green);
}

.cart-page .btn.outline:hover {
    background: var(--olive-green);
    color: #ffffff;
}

.cart-page .btn.orange {
    background: var(--warm-orange);
    color: #ffffff;
    box-shadow: 0 11px 25px rgba(232, 154, 61, 0.28);
}

.cart-page .btn.orange:hover {
    box-shadow: 0 15px 32px rgba(232, 154, 61, 0.4);
}

.cart-page .cart-empty-state {
    width: min(700px, 100%);
    margin: 0 auto;
    padding: 60px 30px;
    border: 1px solid rgba(122, 75, 36, 0.1);
    border-radius: 26px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 18px 50px rgba(47, 36, 29, 0.08);
}

.cart-page .cart-empty-state::before {
    content: "🛒";
    display: block;
    margin-bottom: 20px;
    font-size: 48px;
}

.cart-page .cart-empty-state h2 {
    margin: 0 0 12px;
    color: var(--warm-brown);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
}

.cart-page .cart-empty-state p {
    margin: 0 0 25px;
    color: rgba(47, 36, 29, 0.68);
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 980px) {
    .cart-table {
        min-width: 930px;
    }

    .cart-summary-bar {
        justify-content: flex-start;
        overflow-x: auto;
    }

    .cart-summary-item {
        flex: 0 0 auto;
    }
}

@media (max-width: 760px) {
    .cart-page {
        padding: 48px 14px 75px;
    }

    .cart-page-heading {
        margin-bottom: 27px;
    }

    .cart-page-heading p {
        font-size: 15px;
    }

    .cart-page .table-wrap {
        border-radius: 18px;
    }

    .cart-table th,
    .cart-table td {
        padding: 15px 16px;
    }

    .cart-product-image {
        width: 68px;
        height: 58px;
        flex-basis: 68px;
    }

    .cart-summary-bar {
        padding: 17px;
        border-radius: 17px;
    }

    .cart-summary-item {
        min-width: 135px;
        padding: 2px 17px;
    }

    .cart-actions {
        justify-content: stretch;
    }

    .cart-page .btn {
        flex: 1 1 100%;
        width: 100%;
    }
}

/* MENU PLACEHOLDER SIZE */

.full-menu-image-wrap .product-image-placeholder{
    width:100%;
    height:100%;

    min-height:0;

    padding:24px;
    border-radius:0;
}

.full-menu-image-wrap{
    aspect-ratio:16/9;
}

.full-menu-image-wrap .product-image-placeholder{
    display:flex;
    align-items:center;
    justify-content:center;
}

.full-menu-image-wrap .product-placeholder-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 16px;
}

.full-menu-image-wrap .product-placeholder-icon svg {
    width: 34px;
    height: 34px;
}

.full-menu-image-wrap .product-image-placeholder strong {
    font-size: 18px;
    margin-bottom: 6px;
}

.full-menu-image-wrap .product-image-placeholder span {
    font-size: 13px;
}

.related-product-placeholder{
    width:100%;
    height:100%;
    min-height:100%;
    padding:24px;

    border:0;
    border-radius:0;
}

.related-product-placeholder .product-placeholder-icon{
    width:68px;
    height:68px;
    margin-bottom:16px;
}

.related-product-placeholder .product-placeholder-icon svg{
    width:34px;
    height:34px;
}

.related-product-placeholder strong{
    font-size:18px;
}

.related-product-placeholder span{
    font-size:13px;
}
/* =========================================================
   CHECKOUT FLOW — ORDER REVIEW
========================================================= */

.checkout-flow-page {
    min-height: 70vh;
    padding: 64px 20px 90px;
    background: #fffdf8;
}

.checkout-flow-container {
    width: min(1160px, 100%);
    margin: 0 auto;
}

.checkout-stepper {
    width: min(940px, 100%);
    margin: 0 auto 50px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.checkout-step {
    min-width: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    color: rgba(47, 36, 29, 0.42);
    text-align: center;
}

.checkout-step-number {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(47, 36, 29, 0.18);
    border-radius: 50%;
    background: #fffdf8;
    font-size: 12px;
    font-weight: 600;
}

.checkout-step-label {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
}

.checkout-step-line {
    width: 72px;
    height: 1px;
    margin-top: 17px;
    background: rgba(47, 36, 29, 0.14);
}

.checkout-step.completed,
.checkout-step.active {
    color: var(--olive-green);
}

.checkout-step.completed .checkout-step-number {
    border-color: var(--olive-green);
    background: var(--olive-green);
    color: #fff;
}

.checkout-step.active .checkout-step-number {
    border: 2px solid var(--warm-orange);
    background: #fff;
    color: var(--warm-orange);
}

.checkout-flow-heading {
    max-width: 700px;
    margin: 0 auto 42px;
    text-align: center;
}

.checkout-flow-heading > span,
.checkout-card-kicker {
    color: var(--warm-orange);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.checkout-flow-heading h1 {
    margin: 12px 0 10px;
    color: var(--warm-brown);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 5vw, 56px);
    font-weight: 600;
    letter-spacing: -1.2px;
    line-height: 1.05;
}

.checkout-flow-heading p {
    margin: 0;
    color: rgba(47, 36, 29, 0.62);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.order-review-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.75fr);
    gap: 24px;
    align-items: start;
}

.checkout-card {
    border: 1px solid rgba(122, 75, 36, 0.1);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(47, 36, 29, 0.07);
}

.order-review-products {
    padding: 30px;
}

.checkout-card-heading {
    padding-bottom: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid rgba(122, 75, 36, 0.1);
}

.checkout-card h2 {
    margin: 5px 0 0;
    color: var(--warm-brown);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.2;
}

.checkout-edit-link {
    color: var(--olive-green);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.checkout-edit-link:hover {
    text-decoration: underline;
}

.order-review-list {
    display: flex;
    flex-direction: column;
}

.order-review-item {
    padding: 22px 0;
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    border-bottom: 1px solid rgba(122, 75, 36, 0.09);
}

.order-review-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.order-review-image {
    width: 86px;
    height: 72px;
    overflow: hidden;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #f5efe5;
    color: var(--olive-green);
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.order-review-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.order-review-details {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.order-review-name {
    overflow: hidden;
    color: var(--dark-espresso);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-review-serving,
.order-review-quantity {
    color: rgba(47, 36, 29, 0.54);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}

.order-review-price {
    min-width: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
    text-align: right;
}

.order-review-price span {
    color: rgba(47, 36, 29, 0.42);
    font-size: 12px;
    text-decoration: line-through;
}

.order-review-price strong {
    color: var(--dark-espresso);
    font-size: 15px;
    font-weight: 600;
}

.order-review-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.order-total-card,
.delivery-information-card {
    padding: 28px;
}

.order-total-card h2,
.delivery-information-card h2 {
    margin-bottom: 22px;
}

.order-total-row {
    padding: 9px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    color: rgba(47, 36, 29, 0.66);
    font-size: 13px;
}

.order-total-row strong {
    color: var(--dark-espresso);
    font-weight: 500;
    text-align: right;
}

.order-total-savings strong {
    color: var(--warm-orange);
}

.order-total-note {
    max-width: 120px;
    color: var(--olive-green) !important;
    font-size: 12px;
    line-height: 1.4;
}

.order-total-divider {
    height: 1px;
    margin: 15px 0 10px;
    background: rgba(122, 75, 36, 0.12);
}

.order-total-grand {
    align-items: center;
    color: var(--dark-espresso);
    font-size: 15px;
}

.order-total-grand strong {
    color: var(--olive-green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 600;
}

.order-total-caption {
    margin: 15px 0 0;
    color: rgba(47, 36, 29, 0.5);
    font-size: 11px;
    line-height: 1.5;
}

.delivery-information-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.delivery-information-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(85, 107, 47, 0.09);
    color: var(--olive-green);
}

.delivery-information-icon svg {
    width: 24px;
    height: 24px;
}

.delivery-information-card h2 {
    margin-bottom: 13px;
    font-size: 22px;
}

.delivery-information-card p {
    margin: 0 0 11px;
    color: rgba(47, 36, 29, 0.62);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.65;
}

.delivery-information-card p:last-child {
    margin-bottom: 0;
}

.checkout-flow-actions {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.checkout-button {
    min-height: 52px;
    padding: 14px 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease,
        background 0.2s ease, color 0.2s ease;
}

.checkout-button:hover {
    transform: translateY(-2px);
}

.checkout-button.secondary {
    border-color: var(--olive-green);
    color: var(--olive-green);
}

.checkout-button.secondary:hover {
    background: var(--olive-green);
    color: #fff;
}

.checkout-button.primary {
    background: var(--warm-orange);
    color: #fff;
    box-shadow: 0 11px 25px rgba(232, 154, 61, 0.25);
}

.checkout-button.primary:hover {
    box-shadow: 0 15px 30px rgba(232, 154, 61, 0.36);
}

@media (max-width: 980px) {
    .checkout-step-line {
        width: 38px;
    }

    .order-review-layout {
        grid-template-columns: 1fr;
    }

    .order-review-sidebar {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 760px) {
    .checkout-flow-page {
        padding: 42px 14px 72px;
    }

    .checkout-stepper {
        margin-bottom: 38px;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .checkout-step {
        min-width: 78px;
        flex: 0 0 78px;
    }

    .checkout-step-line {
        width: 25px;
        flex: 0 0 25px;
    }

    .checkout-step-label {
        font-size: 10px;
    }

    .checkout-flow-heading {
        margin-bottom: 30px;
    }

    .checkout-flow-heading p {
        font-size: 14px;
    }

    .order-review-products,
    .order-total-card,
    .delivery-information-card {
        padding: 22px;
        border-radius: 19px;
    }

    .order-review-sidebar {
        display: flex;
    }

    .order-review-item {
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 14px;
    }

    .order-review-image {
        width: 68px;
        height: 60px;
    }

    .order-review-price {
        grid-column: 2;
        min-width: 0;
        align-items: flex-start;
        text-align: left;
    }

    .checkout-flow-actions {
        flex-direction: column-reverse;
    }

    .checkout-button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .checkout-card-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .delivery-information-card {
        flex-direction: column;
    }
}

/* ==========================================================================
   CUSTOMER DETAILS CHECKOUT
   Append this section to the END of style.css
   ========================================================================== */

.customer-details-page .checkout-flow-heading {
    margin-bottom: 34px;
}

.customer-details-page .checkout-stepper {
    margin-bottom: 42px;
}

.customer-details-form {
    display: block;
}

.customer-details-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.85fr);
    gap: 30px;
    align-items: start;
}

.customer-details-main {
    min-width: 0;
}

.customer-details-sidebar {
    display: grid;
    gap: 20px;
    position: sticky;
    top: 112px;
}

.checkout-form-card {
    padding: 32px;
}

.checkout-secure-note {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 7px 11px;
    border: 1px solid rgba(85, 107, 47, 0.22);
    border-radius: 999px;
    background: rgba(85, 107, 47, 0.07);
    color: #556b2f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.checkout-secure-note::before {
    content: "✓";
    margin-right: 6px;
}

.checkout-privacy-note {
    margin: -2px 0 28px;
    padding: 13px 15px;
    border-left: 3px solid #87995f;
    background: #f7f8f2;
    color: rgba(47, 36, 29, 0.72);
    font-size: 14px;
    line-height: 1.65;
}

.checkout-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
}

.checkout-field {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.checkout-field-full {
    grid-column: 1 / -1;
}

.checkout-field label {
    color: #2f241d;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.checkout-field label > span {
    color: #a64b3c;
}

.checkout-field label small {
    margin-left: 5px;
    color: rgba(47, 36, 29, 0.52);
    font-size: 12px;
    font-weight: 600;
}

.checkout-field input,
.checkout-field textarea {
    width: 100%;
    border: 1px solid rgba(47, 36, 29, 0.18);
    border-radius: 13px;
    background: #fff;
    color: #2f241d;
    font: inherit;
    font-size: 15px;
    line-height: 1.5;
    outline: none;
    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        background-color 0.18s ease;
}

.checkout-field input {
    min-height: 52px;
    padding: 0 15px;
}

.checkout-field textarea {
    min-height: 112px;
    padding: 14px 15px;
    resize: vertical;
}

.checkout-field input::placeholder,
.checkout-field textarea::placeholder {
    color: rgba(47, 36, 29, 0.4);
}

.checkout-field input:focus,
.checkout-field textarea:focus {
    border-color: #6f8246;
    box-shadow: 0 0 0 4px rgba(111, 130, 70, 0.11);
}

.checkout-field input.has-error,
.checkout-field textarea.has-error {
    border-color: #b64d42;
    background: #fffafa;
}

.checkout-field input.has-error:focus,
.checkout-field textarea.has-error:focus {
    box-shadow: 0 0 0 4px rgba(182, 77, 66, 0.1);
}

.checkout-field-error {
    color: #a13f36;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.45;
}

.checkout-error-summary {
    margin: 0 0 24px;
    padding: 16px 18px;
    border: 1px solid rgba(166, 75, 60, 0.24);
    border-radius: 14px;
    background: #fff8f6;
    color: #7f332c;
}

.checkout-error-summary strong {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
}

.checkout-error-summary p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
}

.checkout-order-summary {
    padding: 25px;
}

.checkout-mini-products {
    display: grid;
    gap: 0;
    margin-top: 5px;
    border-top: 1px solid rgba(47, 36, 29, 0.1);
}

.checkout-mini-product {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(47, 36, 29, 0.1);
}

.checkout-mini-product-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.checkout-mini-product-copy strong {
    overflow: hidden;
    color: #2f241d;
    font-size: 14px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checkout-mini-product-copy span {
    color: rgba(47, 36, 29, 0.58);
    font-size: 12px;
}

.checkout-mini-product-price {
    flex: 0 0 auto;
    color: #2f241d;
    font-size: 14px;
    line-height: 1.35;
}

.checkout-summary-lines {
    display: grid;
    gap: 13px;
    padding-top: 19px;
}

.checkout-summary-lines > div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    color: rgba(47, 36, 29, 0.68);
    font-size: 13px;
    line-height: 1.45;
}

.checkout-summary-lines > div strong {
    color: #2f241d;
    text-align: right;
}

.checkout-summary-lines .checkout-savings-line strong {
    color: #60743a;
}

.checkout-delivery-separate {
    max-width: 145px;
    font-size: 12px;
}

.checkout-summary-lines .checkout-summary-total {
    margin-top: 3px;
    padding-top: 16px;
    border-top: 1px solid rgba(47, 36, 29, 0.15);
    align-items: center;
    color: #2f241d;
    font-size: 15px;
    font-weight: 700;
}

.checkout-summary-total strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
}

.checkout-summary-caption {
    margin: 15px 0 0;
    color: rgba(47, 36, 29, 0.52);
    font-size: 11px;
    line-height: 1.55;
}

.checkout-delivery-notice {
    display: flex;
    gap: 13px;
    padding: 19px;
    border: 1px solid rgba(85, 107, 47, 0.18);
    border-radius: 17px;
    background: #f6f7f0;
}

.checkout-delivery-icon {
    display: inline-grid;
    flex: 0 0 33px;
    width: 33px;
    height: 33px;
    place-items: center;
    border-radius: 50%;
    background: #556b2f;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.checkout-delivery-notice strong {
    display: block;
    margin: 2px 0 7px;
    color: #2f241d;
    font-size: 14px;
}

.checkout-delivery-notice p {
    margin: 0;
    color: rgba(47, 36, 29, 0.67);
    font-size: 12px;
    line-height: 1.6;
}

.checkout-delivery-notice p + p {
    margin-top: 8px;
}

.customer-details-main .checkout-flow-actions {
    margin-top: 22px;
}

.customer-details-main .checkout-button {
    border: 0;
    cursor: pointer;
    font: inherit;
}

@media (max-width: 980px) {
    .customer-details-layout {
        grid-template-columns: 1fr;
    }

    .customer-details-sidebar {
        position: static;
        grid-row: 1;
    }

    .customer-details-main {
        grid-row: 2;
    }
}

@media (max-width: 680px) {
    .customer-details-page .checkout-flow-heading {
        margin-bottom: 26px;
    }

    .customer-details-page .checkout-stepper {
        margin-bottom: 30px;
    }

    .checkout-form-card,
    .checkout-order-summary {
        padding: 21px 18px;
    }

    .checkout-form-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .checkout-field-full {
        grid-column: auto;
    }

    .checkout-secure-note {
        display: none;
    }

    .checkout-privacy-note {
        margin-bottom: 23px;
    }

    .checkout-mini-product-copy strong {
        white-space: normal;
    }

    .customer-details-main .checkout-flow-actions {
        flex-direction: column-reverse;
    }

    .customer-details-main .checkout-button {
        width: 100%;
    }
}

/* ==========================================================================
   CHECKOUT FLOW CONSISTENCY UPDATE
   Add this to the very END of /assets/css/style.css
   ========================================================================== */

/* Smaller and consistent page titles across Cart, Order Review and Checkout. */
.checkout-flow-heading {
    margin-bottom: 30px;
}

.checkout-flow-heading h1 {
    margin: 9px 0 8px;
    font-size: clamp(34px, 4vw, 46px);
    letter-spacing: -0.8px;
}

.checkout-flow-heading p {
    font-size: 15px;
    line-height: 1.6;
}

/* The progress navigation appears below every checkout page heading. */
.checkout-flow-heading + .checkout-stepper {
    margin-top: 0;
    margin-bottom: 38px;
}

/* Cart uses the same checkout page spacing, without doubling old padding. */
.cart-page.checkout-flow-page {
    padding: 52px 20px 90px;
}

.cart-checkout-page .cart-container {
    width: min(1240px, 100%);
}

/* Old cart heading styles are no longer needed, but this protects any cache. */
.cart-checkout-page .cart-page-heading {
    display: none;
}

/* Slightly easier-to-read step labels. */
.checkout-step-label {
    font-size: 12px;
}

/* Prevent page-specific rules from creating oversized gaps. */
.customer-details-page .checkout-flow-heading,
.customer-details-page .checkout-stepper {
    margin-bottom: 30px;
}

.customer-details-page .checkout-flow-heading + .checkout-stepper {
    margin-bottom: 38px;
}

@media (max-width: 680px) {
    .checkout-flow-page,
    .cart-page.checkout-flow-page {
        padding-top: 38px;
    }

    .checkout-flow-heading {
        margin-bottom: 24px;
    }

    .checkout-flow-heading h1 {
        font-size: clamp(30px, 10vw, 38px);
    }

    .checkout-flow-heading p {
        font-size: 14px;
    }

    .checkout-flow-heading + .checkout-stepper,
    .customer-details-page .checkout-flow-heading + .checkout-stepper {
        margin-bottom: 30px;
    }

    .checkout-step-label {
        font-size: 10px;
    }
}

/* ==========================================================
   FOOD SAFETY — CHECKOUT PAGE
   Used by checkout-food-safety.php
========================================================== */

.food-safety-checkout-form {
    display: block;
}

.food-safety-checkout-card {
    padding: 22px;
}

.food-safety-notice {
    margin-bottom: 16px;
    padding: 18px 20px;
    background: #f3f8ef;
    border: 1px solid #dbe8d3;
    border-radius: 16px;
}

.food-safety-notice h2 {
    margin: 4px 0 7px;
    color: #2e241e;
    font-size: 23px;
    line-height: 1.15;
}

.food-safety-notice p {
    margin: 0;
    color: #5d544e;
    font-size: 13px;
    line-height: 1.55;
}

.food-safety-checkout-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 14px;
}

.food-safety-checkout-panel {
    min-width: 0;
    min-height: 0;
    height: auto;
    padding: 16px;
    background: #fffdfa;
    border: 1px solid #ebe3dc;
    border-radius: 14px;
}

.food-safety-panel-heading {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 9px;
}

.food-safety-panel-heading > span:first-child {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #f5eee7;
    border-radius: 50%;
    color: #9a5a24;
    font-size: 13px;
    font-weight: 900;
}

.food-safety-panel-heading h3 {
    margin: 2px 0 0;
    color: #2d231d;
    font-size: 16px;
    line-height: 1.2;
}

.food-safety-checkout-panel p,
.food-safety-panel-intro {
    margin: 0 0 9px;
    color: #5e554f;
    font-size: 11.8px;
    line-height: 1.45;
}

.food-safety-check-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.food-safety-check-list li {
    position: relative;
    padding-left: 17px;
    color: #4d453f;
    font-size: 11.2px;
    line-height: 1.4;
}

.food-safety-check-list li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: #647f38;
    font-weight: 900;
}

.food-safety-heating-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.food-safety-heating-method {
    padding: 10px 11px;
    background: #ffffff;
    border: 1px solid #ece4dd;
    border-radius: 11px;
}

.food-safety-heating-method h4 {
    margin: 0 0 6px;
    color: #75471f;
    font-size: 12px;
}

.food-safety-heating-method ol {
    margin: 0;
    padding-left: 16px;
}

.food-safety-heating-method li {
    margin-bottom: 3px;
    color: #504842;
    font-size: 10.4px;
    line-height: 1.35;
}

.food-safety-heating-method li:last-child {
    margin-bottom: 0;
}

.food-safety-allergens {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0 0 9px;
}

.food-safety-allergens span {
    padding: 5px 8px;
    background: #f4eee8;
    border: 1px solid #e8ddd2;
    border-radius: 999px;
    color: #694b35;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.food-safety-contact-note {
    margin-bottom: 0 !important;
    color: #3f3833 !important;
    font-weight: 700;
}

.food-safety-acknowledgement {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    min-height: 0;
    height: auto;
    margin-bottom: 8px;
    padding: 9px 10px;
    background: #ffffff;
    border: 1px solid #e9e1d9;
    border-radius: 10px;
    cursor: pointer;
}

.food-safety-acknowledgement.has-error {
    border-color: #c85d4a;
    background: #fff8f6;
}

.food-safety-acknowledgement input {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 1px 0 0;
    accent-color: #647f38;
}

.food-safety-acknowledgement span {
    min-height: 0;
    height: auto;
    color: #4d453f;
    font-size: 11px;
    line-height: 1.4;
}

.food-safety-acknowledgement-note {
    margin: 4px 0 0 !important;
    color: #776e67 !important;
    font-size: 10.2px !important;
    font-style: italic;
}


/* ==========================================================
   FOOD SAFETY — PUBLIC PAGE
   Used by food-safety.php
   Hero uses the existing Menu page classes.
========================================================== */

.public-food-safety-page {
    padding: 0;
}

.public-food-safety-content {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 60px 20px 80px;
    background: #fffdf9;
}

.public-food-safety-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(920px, 100%);
    margin: 0 auto;
}

.public-food-safety-guide {
    display: block;
    width: min(850px, 100%);
    height: auto;
    margin: 0 auto;
    border-radius: 14px;
    box-shadow: 0 14px 38px rgba(41, 31, 24, 0.08);
}


/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width: 820px) {

    .food-safety-checkout-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {

    .food-safety-checkout-card {
        padding: 14px;
    }

    .food-safety-notice {
        padding: 15px;
    }

    .food-safety-check-list,
    .food-safety-heating-grid {
        grid-template-columns: 1fr;
    }

    .public-food-safety-content {
        padding: 30px 10px 45px;
    }

    .public-food-safety-image-wrap {
        width: 100%;
    }

    .public-food-safety-guide {
        width: 100%;
        border-radius: 9px;
    }
}

/* ==========================================================
   ORDER CONFIRMATION PAGE
========================================================== */

.confirmation-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    align-items: start;
    gap: 24px;
}

.confirmation-main {
    display: grid;
    gap: 18px;
}

.confirmation-sidebar {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 16px;
}

.confirmation-order-card,
.confirmation-details-card,
.confirmation-agreement-card,
.confirmation-summary-card {
    padding: 24px;
}

.confirmation-products {
    display: grid;
    gap: 0;
}

.confirmation-product {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) auto;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #eee7e0;
}

.confirmation-product:last-child {
    border-bottom: 0;
}

.confirmation-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    aspect-ratio: 1;
    overflow: hidden;
    background: #f3eee8;
    border-radius: 13px;
    color: #657d3c;
    font-size: 13px;
    font-weight: 900;
}

.confirmation-product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.confirmation-product-copy h3 {
    margin: 0 0 4px;
    color: #2d231d;
    font-size: 16px;
}

.confirmation-product-copy p {
    margin: 0 0 5px;
    color: #766c65;
    font-size: 12px;
    line-height: 1.4;
}

.confirmation-product-copy span {
    color: #655c56;
    font-size: 12px;
    font-weight: 700;
}

.confirmation-product-total {
    color: #2f271f;
    font-size: 14px;
    white-space: nowrap;
}

.confirmation-details-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.confirmation-detail {
    padding: 13px 14px;
    background: #fffdfa;
    border: 1px solid #ebe3dc;
    border-radius: 12px;
}

.confirmation-detail-full {
    grid-column: 1 / -1;
}

.confirmation-detail span {
    display: block;
    margin-bottom: 5px;
    color: #8a7f77;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.confirmation-detail strong {
    color: #3d342e;
    font-size: 13px;
    line-height: 1.5;
}

.confirmation-delivery-notice,
.confirmation-safety-status {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 17px 18px;
    background: #f3f8ef;
    border: 1px solid #dae8d3;
    border-radius: 15px;
}

.confirmation-delivery-icon,
.confirmation-safety-status > span {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    background: #667f3b;
    border-radius: 50%;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
}

.confirmation-delivery-notice strong,
.confirmation-safety-status strong {
    color: #31411f;
    font-size: 13px;
}

.confirmation-delivery-notice p,
.confirmation-safety-status p {
    margin: 4px 0 0;
    color: #5e6754;
    font-size: 11.5px;
    line-height: 1.5;
}

.confirmation-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    padding: 11px 12px;
    background: #fffdfa;
    border: 1px solid #e9e1d9;
    border-radius: 11px;
    cursor: pointer;
}

.confirmation-checkbox:last-child {
    margin-bottom: 0;
}

.confirmation-checkbox input {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin: 1px 0 0;
    accent-color: #667f3b;
}

.confirmation-checkbox span {
    color: #4d453f;
    font-size: 11.8px;
    line-height: 1.45;
}

.confirmation-summary-card {
    box-shadow: 0 14px 34px rgba(43, 32, 24, 0.08);
}

@media (max-width: 950px) {

    .confirmation-layout {
        grid-template-columns: 1fr;
    }

    .confirmation-sidebar {
        position: static;
        order: -1;
    }
}

@media (max-width: 620px) {

    .confirmation-order-card,
    .confirmation-details-card,
    .confirmation-agreement-card,
    .confirmation-summary-card {
        padding: 16px;
    }

    .confirmation-product {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .confirmation-product-image {
        width: 58px;
    }

    .confirmation-product-total {
        grid-column: 2;
    }

    .confirmation-details-grid {
        grid-template-columns: 1fr;
    }

    .confirmation-detail-full {
        grid-column: auto;
    }
}
/* ======================================================
   COMING SOON PLACEHOLDER — CARD-SPECIFIC FIX
   Prevent the general product placeholder min-height from
   being clipped inside the smaller Coming Soon image area.
====================================================== */
.coming-soon-image-wrap .coming-soon-placeholder {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    padding: 24px;
    border: 0;
    border-radius: 0;
}

.coming-soon-image-wrap .coming-soon-placeholder .product-placeholder-icon {
    width: 74px;
    height: 74px;
    margin-bottom: 14px;
}

.coming-soon-image-wrap .coming-soon-placeholder .product-placeholder-icon svg {
    width: 42px;
    height: 42px;
}

.coming-soon-image-wrap .coming-soon-placeholder strong {
    font-size: 24px;
}

.coming-soon-image-wrap .coming-soon-placeholder > span {
    margin-top: 6px;
}

/* ======================================================
   READY IN 3 — HOMEPAGE MENU PREVIEW REPAIR
   Add this block at the very end of assets/css/style.css
====================================================== */

.menu-preview .menu-card {
    min-width: 0;
}

.menu-preview .menu-card-image-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #f1eee7;
}

.menu-preview .menu-card-image-link {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.menu-preview .menu-card-image-link > img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
}

.menu-preview .menu-preview-placeholder {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    padding: 24px;
    border-radius: 0;
}

.menu-preview .menu-preview-placeholder .product-placeholder-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 16px;
}

.menu-preview .menu-preview-placeholder .product-placeholder-icon svg {
    width: 34px;
    height: 34px;
}

.menu-preview .menu-preview-placeholder strong {
    font-size: 20px;
}

.menu-preview .menu-preview-placeholder > span {
    font-size: 13px;
}

.menu-preview .menu-card-status {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 4;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(122, 75, 36, 0.94);
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(47, 36, 29, 0.16);
}

.menu-preview .menu-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px 24px 27px;
}

.menu-preview .menu-card h3 a {
    color: var(--warm-brown);
    text-decoration: none;
}

.menu-preview .menu-card h3 a:hover {
    color: var(--warm-orange);
}

.menu-preview .menu-card-footer {
    margin-top: auto;
    padding-top: 18px;
}

.menu-preview .menu-card-price {
    display: inline-block;
    color: var(--olive-green);
    font-size: 19px;
    line-height: 1;
}

.menu-preview .menu-card-link {
    margin-top: 16px;
}

@media (max-width: 560px) {
    .menu-preview .menu-card-body {
        padding: 21px;
    }
}
.site-announcement{position:relative;z-index:1001;width:100%;padding:10px 52px;background:var(--announcement-bg,#1f6b4f);color:var(--announcement-text,#fff);transition:opacity .2s ease,transform .2s ease}.site-announcement.is-closing{opacity:0;transform:translateY(-100%)}.site-announcement__inner{display:flex;align-items:center;justify-content:center;gap:14px;max-width:1200px;margin:0 auto;text-align:center}.site-announcement__inner p{margin:0;font-size:14px;font-weight:700;line-height:1.4}.site-announcement__inner a{display:inline-flex;flex:0 0 auto;padding:5px 11px;border-radius:6px;background:var(--announcement-accent,#f6c453);color:#1e1e1e;text-decoration:none;font-size:12px;font-weight:900}.site-announcement__inner a:hover{filter:brightness(.94)}.site-announcement__close{position:absolute;right:18px;top:50%;transform:translateY(-50%);width:30px;height:30px;padding:0;border:0;background:transparent;color:inherit;font-size:25px;line-height:1;cursor:pointer;opacity:.8}.site-announcement__close:hover{opacity:1}@media(max-width:640px){.site-announcement{padding:9px 42px 9px 14px}.site-announcement__inner{flex-direction:column;gap:6px}.site-announcement__inner p{font-size:12px}.site-announcement__close{right:8px}}
/* Phase 4 — success and payment handoff */
.order-success-page{padding:42px 20px 76px;background:#fbf8f2}.checkout-flow-container{width:min(1180px,100%);margin:0 auto}.order-success-card{margin-top:34px;padding:42px;border:1px solid #e6ded4;border-radius:24px;background:#fff;box-shadow:0 18px 50px rgba(64,43,25,.08)}.order-success-check{display:grid;width:52px;height:52px;margin-bottom:16px;place-items:center;border-radius:50%;background:#58752f;color:#fff;font-size:26px}.order-success-card h2{margin:8px 0 12px;color:#3b2417;font-family:Georgia,serif;font-size:38px}.order-success-intro{color:#6e625a}.order-success-number{display:flex;justify-content:space-between;gap:20px;margin:26px 0 16px;padding:20px 22px;border-radius:14px;background:#f5f0e8}.order-success-number span,.order-success-details span,.order-success-customer-id span{display:block;color:#85766b;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.order-success-number strong{color:#4f682d;font-size:20px}.order-success-customer-id{padding:18px 22px;border:1px solid #e6ded4;border-radius:14px}.order-success-customer-id p{margin:7px 0 0;color:#786b62;font-size:13px}.order-success-details{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:16px 0}.order-success-details>div{padding:16px;border:1px solid #e9e1d8;border-radius:12px}.order-success-details strong{display:block;margin-top:6px}.order-success-reminder{margin:22px 0;padding:20px 22px;border-left:4px solid #e99a38;border-radius:10px;background:#fff7ea}.order-success-reminder p{margin:7px 0;color:#65584e}.success-payment{margin-top:28px;padding:28px;border:1px solid #ddd4c8;border-radius:18px;background:#fcfaf6}.success-payment__head{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;margin-bottom:20px}.success-payment__head h3{margin:5px 0 0;color:#402718;font-family:Georgia,serif;font-size:28px}.success-payment__deadline{padding:12px 16px;border-radius:10px;background:#fff0d9;text-align:right}.success-payment__deadline span{display:block;color:#936329;font-size:11px;font-weight:800;text-transform:uppercase}.success-payment__deadline strong{display:block;margin-top:3px;color:#5c391d}.success-payment__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.success-payment-option{display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:20px;border:1px solid #e5ddd2;border-radius:14px;background:#fff}.success-payment-option__type{margin-bottom:10px;color:#5c7a33;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.success-payment-option>strong{color:#3f2a1c;font-size:18px}.success-payment-option__number{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;margin-top:8px;padding:10px 12px;border:0;border-radius:8px;background:#f2f5ed;color:#334622;font:inherit;font-weight:800;text-align:left;cursor:pointer}.success-payment-option__number small{color:#748363;font-size:10px;white-space:nowrap}.success-payment-option img{width:100%;max-width:220px;aspect-ratio:1;margin:16px auto 0;object-fit:contain;border:1px solid #ece5dc;border-radius:10px}.success-payment__next{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:20px;padding-top:20px;border-top:1px solid #e6ddd2}.success-payment__next p{margin:0;color:#6f6259}.success-payment__empty{padding:18px;border-radius:10px;background:#fff5e6;color:#674b2f}.order-success-actions{display:flex;gap:12px;margin-top:28px}.checkout-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 24px;border:2px solid #597331;border-radius:999px;color:#4d682b;font-weight:900;text-decoration:none}.checkout-button.primary{border-color:#eb9b39;background:#eb9b39;color:#fff}.checkout-button.secondary{background:#fff}@media(max-width:850px){.order-success-details,.success-payment__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.order-success-card{padding:24px 18px}.order-success-number,.success-payment__head,.success-payment__next{flex-direction:column;align-items:stretch}.success-payment__deadline{text-align:left}.order-success-details,.success-payment__grid{grid-template-columns:1fr}.order-success-actions{flex-direction:column}.checkout-button{width:100%}}
/* Phase 7 — payment upload and tracking */
.payment-upload-page,.track-payment-page{padding:56px 20px 80px;background:#fbf8f2}.payment-upload-card,.track-payment-card{width:min(820px,100%);margin:auto;padding:36px;border:1px solid #e5ddd3;border-radius:22px;background:#fff;box-shadow:0 18px 50px rgba(60,42,28,.08)}.payment-upload-card h1,.track-payment-card h1{margin:7px 0 20px;color:#3f281a;font-family:Georgia,serif;font-size:38px}.payment-upload-form,.track-payment-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.payment-upload-form label,.track-payment-form label{display:grid;gap:7px;color:#493a30;font-weight:800}.payment-upload-form input,.track-payment-form input{width:100%;min-height:50px;padding:12px 14px;border:1px solid #ddd3c8;border-radius:10px;font:inherit}.payment-upload-file{grid-column:1/-1}.payment-upload-form .checkout-button,.track-payment-form .checkout-button{align-self:end}.payment-upload-summary,.track-order-head{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0 24px;padding:18px;border-radius:14px;background:#f5f0e8}.payment-upload-summary span,.track-order-head span{display:block;color:#857469;font-size:11px;font-weight:900;text-transform:uppercase}.payment-upload-summary strong,.track-order-head strong{display:block;margin-top:4px}.track-status{align-self:center;padding:10px;border-radius:999px;background:#e9f1df;color:#4f702d;text-align:center}.payment-timeline{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;margin:28px 0;padding:0;list-style:none}.payment-timeline li{position:relative;display:grid;justify-items:center;gap:8px;color:#a59b94;text-align:center}.payment-timeline li:before{content:"";position:absolute;top:18px;right:50%;left:-50%;height:2px;background:#e1d9d1}.payment-timeline li:first-child:before{display:none}.payment-timeline li>span{position:relative;z-index:1;display:grid;width:38px;height:38px;place-items:center;border:2px solid #ddd4cb;border-radius:50%;background:#fff;font-weight:900}.payment-timeline li strong{font-size:11px}.payment-timeline li.is-done,.payment-timeline li.is-current{color:#55762e}.payment-timeline li.is-done:before,.payment-timeline li.is-current:before{background:#6e8c43}.payment-timeline li.is-done>span,.payment-timeline li.is-current>span{border-color:#597a32;background:#597a32;color:#fff}.payment-timeline li.is-current>span{box-shadow:0 0 0 5px rgba(89,122,50,.15)}.track-alert{margin-top:20px;padding:18px;border-radius:12px;background:#fff4df;color:#664923}.track-alert--error{border-left:4px solid #b84f3c;background:#fff0ed;color:#843727}.track-alert p{margin:0 0 12px}@media(max-width:700px){.payment-upload-form,.track-payment-form,.payment-upload-summary,.track-order-head{grid-template-columns:1fr}.payment-upload-file{grid-column:auto}.payment-upload-card,.track-payment-card{padding:25px 18px}.payment-timeline{grid-template-columns:1fr;justify-items:start}.payment-timeline li{grid-template-columns:38px 1fr;align-items:center;justify-items:start}.payment-timeline li:before{top:-50%;bottom:50%;left:18px;width:2px;height:auto}.payment-timeline li strong{font-size:13px}}
/* Balanced public header — wide desktop and compact laptop layouts */
@media (min-width:1501px){.site-header .header-container{width:min(1540px,94%);grid-template-columns:160px minmax(0,1fr) 250px;gap:24px}.site-header .main-nav{gap:clamp(18px,1.35vw,28px)}.site-header .header-actions{width:250px}}
@media (min-width:821px) and (max-width:1500px){.site-header .header-container{width:min(1180px,94%);min-height:auto;padding:10px 0 0;grid-template-columns:1fr auto;grid-template-rows:76px auto;gap:0 24px}.site-header .brand{grid-column:1;grid-row:1}.site-header .brand-logo{height:66px!important;max-height:66px!important}.site-header .header-actions{grid-column:2;grid-row:1;width:auto}.site-header .main-nav{grid-column:1/-1;grid-row:2;width:100%;padding:0 0 3px;justify-content:center;gap:clamp(18px,2.25vw,31px);border-top:1px solid rgba(47,36,29,.08)}.site-header .main-nav a{padding:17px 0 19px;font-size:13px}.site-header .main-nav a::after{bottom:11px}}
@media (min-width:821px) and (max-width:1050px){.site-header .main-nav{justify-content:flex-start;gap:24px;overflow-x:auto;scrollbar-width:none}.site-header .main-nav::-webkit-scrollbar{display:none}.site-header .main-nav a{flex:0 0 auto}}
/* Footer bottom credits — three-column balance */
.site-footer .footer-bottom{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,1.4fr) minmax(0,1fr);align-items:center;gap:24px;padding:24px max(24px,4vw);text-align:initial}.site-footer .footer-bottom p{margin:0}.site-footer .footer-copyright{text-align:left}.site-footer .footer-verse{text-align:center}.site-footer .footer-credit{text-align:right;color:rgba(255,255,255,.53);font-size:12px}@media(max-width:850px){.site-footer .footer-bottom{grid-template-columns:1fr;gap:12px;text-align:center}.site-footer .footer-copyright,.site-footer .footer-verse,.site-footer .footer-credit{text-align:center}.site-footer .footer-verse{grid-row:1}.site-footer .footer-copyright{grid-row:2}.site-footer .footer-credit{grid-row:3}}
/* Essential-only header navigation */
@media (min-width:1001px) and (max-width:1500px){.site-header .header-container{width:min(1320px,94%);min-height:100px;padding:0;grid-template-columns:150px minmax(0,1fr) 240px;grid-template-rows:1fr;gap:24px}.site-header .brand{grid-column:1;grid-row:1}.site-header .brand-logo{height:68px!important;max-height:68px!important}.site-header .main-nav{grid-column:2;grid-row:1;width:auto;padding:0;border-top:0;justify-content:center;gap:clamp(28px,4vw,64px);overflow:visible}.site-header .main-nav a{padding:38px 0 34px;font-size:14px}.site-header .main-nav a::after{bottom:27px}.site-header .header-actions{grid-column:3;grid-row:1;width:240px}}
@media (min-width:821px) and (max-width:1000px){.site-header .header-container{width:94%;min-height:auto;padding:10px 0 0;grid-template-columns:1fr auto;grid-template-rows:72px auto;gap:0 20px}.site-header .brand{grid-column:1;grid-row:1}.site-header .header-actions{grid-column:2;grid-row:1;width:auto}.site-header .main-nav{grid-column:1/-1;grid-row:2;width:100%;padding:0 0 3px;justify-content:center;gap:clamp(28px,6vw,58px);overflow:visible;border-top:1px solid rgba(47,36,29,.08)}.site-header .main-nav a{padding:16px 0 18px;font-size:13px}.site-header .main-nav a::after{bottom:10px}}
/* Equal-width essential navigation */
@media (min-width:1001px){.site-header .main-nav{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));width:min(100%,760px);max-width:760px;margin:0 auto;gap:18px}.site-header .main-nav a{display:flex;align-items:center;justify-content:center;text-align:center}}
@media (min-width:821px) and (max-width:1000px){.site-header .main-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.site-header .main-nav a{display:flex;align-items:center;justify-content:center;text-align:center}}
@media (max-width:820px){.site-header .main-nav a{min-width:145px;text-align:center}}
/* Navigation underline follows text width, not the equal-width grid cell */
.site-header .main-nav a::after{display:none}.site-header .main-nav a:hover,.site-header .main-nav a.active{text-decoration-line:underline;text-decoration-color:#e89a3d;text-decoration-thickness:2px;text-underline-offset:10px;text-decoration-skip-ink:none}
/* Left-aligned essential navigation — regular spacing after the logo */
@media (min-width:1001px){
    .site-header .header-container{grid-template-columns:150px minmax(0,1fr) 240px;gap:22px}
    .site-header .main-nav{display:flex;width:auto;max-width:none;margin:0;justify-content:flex-start;gap:34px}
    .site-header .main-nav a{display:inline-flex;flex:0 0 auto;width:auto;padding-right:0;padding-left:0;text-align:left}
}

/* Slim public header — approximately 25% shorter */
@media (min-width:1001px){
    .site-header .header-container{
        min-height:75px;
        grid-template-columns:120px minmax(0,1fr) 190px;
        gap:18px;
    }
    .site-header .brand-logo{
        height:51px!important;
        max-width:113px!important;
        max-height:51px!important;
    }
    .site-header .main-nav a{
        padding-top:27px;
        padding-bottom:25px;
        font-size:13px;
    }
    .site-header .header-actions{
        width:190px;
        gap:10px;
    }
    .site-header .cart-link{
        font-size:12px;
    }
    .site-header .cart-link b{
        min-width:22px;
        height:22px;
        padding:0 6px;
        font-size:11px;
    }
    .site-header .header-order-button{
        min-width:113px;
        min-height:41px;
        padding:0 16px;
        gap:8px;
        font-size:11px;
    }
}

@media (min-width:821px) and (max-width:1000px){
    .site-header .header-container{
        padding-top:7px;
        grid-template-rows:54px auto;
    }
    .site-header .brand-logo{
        height:50px!important;
        max-height:50px!important;
    }
    .site-header .header-order-button{
        min-width:94px;
        min-height:35px;
        padding:0 11px;
        font-size:10px;
    }
    .site-header .main-nav a{
        padding-top:12px;
        padding-bottom:13px;
    }
}

@media (max-width:820px){
    .site-header .header-container{
        padding:7px 0;
    }
    .site-header .brand-logo{
        height:45px!important;
        max-height:45px!important;
    }
    .site-header .header-order-button{
        min-width:87px;
        min-height:35px;
        padding:0 10px;
        font-size:9px;
    }
    .site-header .main-nav{
        padding-top:8px;
    }
    .site-header .main-nav a{
        padding-top:4px;
        padding-bottom:7px;
    }
}

/* Responsive compact homepage hero — keeps the benefit cards in view */
@media (min-width:1051px){
    .hero-slider{
        min-height:clamp(550px,66svh,616px);
    }
    .hero-container{
        min-height:clamp(550px,66svh,616px);
        padding:26px 0 42px;
        grid-template-columns:minmax(0,.95fr) minmax(340px,.72fr);
        gap:clamp(38px,5vw,68px);
    }
    .hero-content h1,
    .hero-content h2{
        font-size:clamp(46px,4.5vw,68px);
    }
    .hero-description{
        margin:18px 0 21px;
        font-size:clamp(15px,1.15vw,17px);
        line-height:1.55;
    }
    .hero-image-area{
        height:clamp(440px,55svh,495px);
    }
    .hero-food-image{
        height:clamp(429px,54svh,484px);
        border-radius:24px;
    }
    .hero-order-button{
        min-width:180px;
        padding:14px 23px;
        font-size:14px;
    }
    .slider-arrow{
        width:50px;
        height:50px;
    }
    .slider-dots{
        bottom:15px;
    }
    .hero-benefits{
        margin-top:-18px;
    }
}

@media (min-width:821px) and (max-width:1050px){
    .hero-slider,
    .hero-container{
        min-height:470px;
    }
    .hero-container{
        padding:25px 0 44px;
        grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);
        gap:28px;
    }
    .hero-content h1,
    .hero-content h2{
        font-size:clamp(39px,5vw,54px);
    }
    .hero-description{
        margin:17px 0 20px;
        font-size:15px;
        line-height:1.5;
    }
    .hero-image-area{
        height:350px;
    }
    .hero-food-image{
        height:340px;
    }
    .hero-order-button{
        min-width:170px;
        padding:13px 20px;
        font-size:13px;
    }
    .slider-dots{
        bottom:15px;
    }
}

@media (max-width:820px){
    .hero-slider{
        min-height:0;
    }
    .hero-container{
        min-height:0;
        padding:32px 0 52px;
        gap:16px;
    }
    .hero-content h1,
    .hero-content h2{
        font-size:clamp(36px,10vw,50px);
        line-height:1.04;
    }
    .hero-description{
        margin:16px auto 19px;
        font-size:clamp(14px,3.8vw,16px);
        line-height:1.5;
    }
    .hero-image-area{
        height:clamp(245px,66vw,345px);
    }
    .hero-food-image{
        width:auto;
        max-width:100%;
        height:clamp(235px,64vw,335px);
        border-radius:20px;
    }
    .hero-order-button{
        min-width:165px;
        padding:13px 20px;
        font-size:13px;
    }
    .slider-arrow{
        top:70%;
    }
    .slider-dots{
        bottom:14px;
    }
}

@media (max-width:520px){
    .hero-container{
        padding:28px 0 48px;
    }
    .hero-product-name{
        margin-bottom:8px;
    }
    .hero-image-area{
        height:clamp(220px,72vw,315px);
    }
    .hero-food-image{
        height:clamp(210px,70vw,305px);
    }
    .hero-benefits{
        margin-top:-12px;
    }
}

@media (min-width:821px) and (max-height:800px){
    .hero-slider,
    .hero-container{
        min-height:539px;
    }
    .hero-container{
        padding-top:20px;
        padding-bottom:38px;
    }
    .hero-image-area{
        height:440px;
    }
    .hero-food-image{
        height:429px;
    }
    .hero-content h1,
    .hero-content h2{
        font-size:clamp(42px,4.3vw,60px);
    }
}

/* Compact centered benefit cards — separated from the hero */
.hero-benefits-section{
    padding:18px 0 30px;
}
.hero-benefits{
    width:min(820px,88%);
    margin:0 auto;
    gap:14px;
}
.benefit-item{
    min-height:84px;
    padding:14px 16px;
    gap:12px;
    border-radius:16px;
}
.benefit-icon{
    width:42px;
    height:42px;
    flex-basis:42px;
}
.benefit-icon svg{
    width:21px;
    height:21px;
}
.benefit-item strong{
    margin-bottom:3px;
    font-size:14px;
}
.benefit-item span{
    font-size:11px;
}

@media (max-width:820px){
    .hero-benefits-section{
        padding-top:16px;
    }
    .hero-benefits{
        width:min(480px,88%);
        margin:0 auto;
        gap:12px;
    }
}

/* Compact homepage sections — retain about 25% of prior vertical spacing */
.menu-preview{
    padding-top:48px;
    padding-bottom:53px;
}
.menu-preview .section-title{
    width:min(1000px,94%);
}
.menu-preview .section-title h2{
    white-space:nowrap;
}
.menu-preview .section-title p{
    max-width:none;
    white-space:nowrap;
}

.reviews-section{
    padding-top:48px;
    padding-bottom:55px;
}
.reviews-heading{
    width:min(1000px,94%);
}
.reviews-heading h2{
    white-space:nowrap;
}

.site-footer .footer-cta{
    padding-top:43px;
    padding-bottom:43px;
}
.site-footer .footer-cta p{
    max-width:1100px;
    white-space:nowrap;
}
.site-footer .footer-order-button{
    min-width:160px;
    min-height:44px;
    padding:0 20px;
    gap:9px;
    font-size:12px;
}

@media (max-width:700px){
    .menu-preview{
        padding-top:35px;
        padding-bottom:40px;
    }
    .reviews-section{
        padding-top:35px;
        padding-bottom:44px;
    }
    .menu-preview .section-title h2,
    .reviews-heading h2,
    .menu-preview .section-title p,
    .site-footer .footer-cta p{
        white-space:normal;
    }
    .site-footer .footer-cta{
        padding-top:33px;
        padding-bottom:33px;
    }
    .site-footer .footer-order-button{
        min-width:150px;
        min-height:42px;
        padding:0 18px;
        font-size:11px;
    }
}

/* Floating customer windows — preserve the page behind Cart and portals */
body.ready3-modal-open{overflow:hidden}
.ready3-modal-overlay{position:fixed;z-index:5000;inset:0;display:grid;place-items:center;padding:24px;background:rgba(42,31,22,.46);backdrop-filter:blur(5px);animation:ready3FadeIn .18s ease}
.ready3-modal-window{position:relative;width:min(1180px,94vw);height:min(860px,90vh);overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:28px;background:#fbf8f2;box-shadow:0 30px 90px rgba(35,23,15,.34);animation:ready3FloatIn .22s ease}
.ready3-modal-frame{display:block;width:100%;height:100%;border:0;background:#fbf8f2}
.ready3-modal-close{position:absolute;z-index:3;top:13px;right:16px;display:grid;width:42px;height:42px;padding:0;place-items:center;border:1px solid #ded3c7;border-radius:50%;background:#fff;color:#4b3526;font-size:29px;line-height:1;cursor:pointer;box-shadow:0 8px 20px rgba(43,29,19,.14)}
.ready3-modal-close:hover{background:#f5eee5;color:#9a5723}
html.ready3-modal-embedded,html.ready3-modal-embedded body{background:#fbf8f2}
html.ready3-modal-embedded .site-announcement,html.ready3-modal-embedded .site-header,html.ready3-modal-embedded .site-footer{display:none!important}
html.ready3-modal-embedded .checkout-flow-page,html.ready3-modal-embedded .customer-portal{min-height:100vh;padding:34px 26px 54px}
html.ready3-modal-embedded .checkout-flow-container,html.ready3-modal-embedded .cart-container{width:min(1060px,100%)}
html.ready3-modal-embedded .checkout-flow-heading h1{font-size:clamp(30px,4vw,44px)}
@keyframes ready3FadeIn{from{opacity:0}to{opacity:1}}
@keyframes ready3FloatIn{from{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}
@media(max-width:700px){.ready3-modal-overlay{padding:0}.ready3-modal-window{width:100vw;height:100dvh;border:0;border-radius:0}.ready3-modal-close{top:8px;right:8px}.ready3-modal-embedded .checkout-flow-page,.ready3-modal-embedded .customer-portal{padding:28px 14px 44px}}

/* Adaptive homepage fold: hero + three benefits fit below the existing header */
@media (min-width: 821px) {
    .hero-slider {
        height: var(--hero-stage-height, min(680px, 68svh));
        min-height: 0;
        container-type: size;
    }

    .hero-slider .hero-slide,
    .hero-slider .hero-slide.active {
        height: 100%;
    }

    .hero-slider .hero-container {
        height: 100%;
        min-height: 0;
        padding-top: clamp(16px, 4cqh, 34px);
        padding-bottom: clamp(30px, 7cqh, 50px);
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
        gap: clamp(28px, 5vw, 68px);
    }

    .hero-slider .hero-content h1,
    .hero-slider .hero-content h2 {
        font-size: clamp(38px, 10cqh, 68px);
        line-height: 1.01;
    }

    .hero-slider .hero-product-name {
        margin-bottom: clamp(7px, 2cqh, 13px);
        font-size: clamp(11px, 2.5cqh, 14px);
    }

    .hero-slider .hero-description {
        margin-top: clamp(12px, 3.5cqh, 23px);
        margin-bottom: clamp(14px, 4cqh, 25px);
        font-size: clamp(13px, 3cqh, 17px);
        line-height: 1.48;
    }

    .hero-slider .hero-image-area {
        height: min(78cqh, 510px);
    }

    .hero-slider .hero-food-image {
        width: auto;
        max-width: 100%;
        height: min(76cqh, 495px);
        border-radius: clamp(18px, 4cqh, 26px);
    }

    .hero-slider .hero-order-button {
        min-width: clamp(150px, 26cqh, 185px);
        padding: clamp(10px, 2.5cqh, 14px) clamp(18px, 4cqh, 24px);
        font-size: clamp(11px, 2.6cqh, 14px);
    }

    .hero-slider .slider-dots {
        bottom: clamp(9px, 2.5cqh, 17px);
    }

    .hero-benefits-section {
        min-height: 0;
        padding: clamp(8px, 1.7svh, 18px) 0 clamp(12px, 2.4svh, 26px);
    }

    .hero-benefits {
        width: min(820px, 86%);
        margin: 0 auto;
    }

    .benefit-item {
        min-height: clamp(66px, 10svh, 84px);
        padding: clamp(10px, 1.5svh, 14px) 16px;
    }

    .hero-fold--tight .hero-container {
        padding-top: 12px;
        padding-bottom: 27px;
    }

    .hero-fold--tight .hero-content h1,
    .hero-fold--tight .hero-content h2 {
        font-size: clamp(31px, 10cqh, 44px);
        letter-spacing: -1px;
    }

    .hero-fold--tight .hero-description {
        margin: 9px 0 11px;
        font-size: clamp(11px, 3.2cqh, 14px);
        line-height: 1.38;
    }

    .hero-fold--tight .hero-image-area {
        height: 72cqh;
    }

    .hero-fold--tight .hero-food-image {
        height: 70cqh;
    }

    .hero-fold--tight .hero-order-button {
        min-width: 145px;
        padding: 9px 17px;
        font-size: 11px;
    }

    .hero-fold--tight .slider-arrow {
        width: 42px;
        height: 42px;
    }
}

/* Compact menu banner — half the original vertical spacing */
.menu-page-hero {
    padding-top: 45px;
    padding-bottom: 35px;
}

.menu-page-hero-content {
    width: min(1250px, 94%);
}

.menu-page-hero h1,
.menu-page-hero p:last-child {
    max-width: none;
    white-space: nowrap;
}

@media (max-width: 820px) {
    .menu-page-hero {
        padding: 33px 18px 28px;
    }

    .menu-page-hero h1,
    .menu-page-hero p:last-child {
        white-space: normal;
    }
}
/* Product quantity uses custom minus/plus controls only. */
.quantity-control input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}

.quantity-control input[type="number"]::-webkit-inner-spin-button,
.quantity-control input[type="number"]::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
}

/* Mobile header and footer CTA — keep every item centered and inside the viewport. */
@media (max-width: 820px) {
    .site-header .header-container {
        grid-template-columns: 1fr auto;
        width: min(100% - 24px, 560px);
        margin-inline: auto;
    }

    .site-header .brand {
        justify-self: start;
    }

    .site-header .header-actions {
        justify-self: end;
    }

    .site-header .main-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: center;
        gap: 0 12px;
        width: 100%;
        padding: 8px 0 0;
        overflow: visible;
        text-align: center;
    }

    .site-header .main-nav a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        width: 100%;
        padding: 9px 4px 11px;
        font-size: clamp(10px, 3vw, 12px);
        line-height: 1.2;
        white-space: normal;
    }

    .site-footer .footer-cta-content {
        width: min(100%, 430px);
        padding-inline: 6px;
    }

    .site-footer .footer-cta h2,
    .site-footer.product-page-footer .footer-cta h2 {
        max-width: 100%;
        margin-inline: auto;
        font-size: clamp(26px, 8vw, 36px);
        line-height: 1.08;
        white-space: normal;
        overflow-wrap: normal;
        text-wrap: balance;
    }

    .site-footer .footer-cta p {
        max-width: 360px;
        margin: 14px auto 22px;
        font-size: 13px;
        line-height: 1.55;
        white-space: normal;
        text-wrap: balance;
    }
}

@media (max-width: 380px) {
    .site-header .header-container {
        width: min(100% - 16px, 560px);
    }

    .site-header .main-nav {
        gap: 0 6px;
    }

    .site-header .main-nav a {
        font-size: 10px;
    }

    .site-footer .footer-cta h2,
    .site-footer.product-page-footer .footer-cta h2 {
        font-size: clamp(24px, 8vw, 30px);
    }
}

/* Mobile hamburger navigation */
.mobile-menu-toggle,
.site-header .main-nav .mobile-menu-order-link {
    display: none;
}

@media (max-width: 820px) {
    .site-header .header-container {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        grid-template-rows: auto auto;
        gap: 0 8px;
        min-height: 68px;
        padding: 7px 0;
    }

    .site-header .mobile-menu-toggle {
        grid-column: 1;
        grid-row: 1;
        display: inline-grid;
        align-content: center;
        justify-items: center;
        gap: 5px;
        width: 42px;
        height: 42px;
        padding: 0;
        border: 1px solid rgba(47, 36, 29, 0.13);
        border-radius: 50%;
        background: #fffaf3;
        color: #4f682d;
        cursor: pointer;
    }

    .site-header .mobile-menu-toggle span {
        display: block;
        width: 18px;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }

    .site-header.is-menu-open .mobile-menu-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .site-header.is-menu-open .mobile-menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .site-header.is-menu-open .mobile-menu-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .site-header .brand {
        grid-column: 2;
        grid-row: 1;
        justify-self: center;
    }

    .site-header .brand-logo {
        height: 48px !important;
        max-height: 48px !important;
    }

    .site-header .header-actions {
        grid-column: 3;
        grid-row: 1;
        justify-self: center;
        justify-content: center;
        width: 44px;
    }

    .site-header .header-order-button {
        display: none;
    }

    .site-header .cart-link b {
        min-width: 29px;
        height: 29px;
    }

    .site-header .main-nav {
        grid-column: 1 / -1;
        grid-row: 2;
        display: none;
        grid-template-columns: 1fr;
        gap: 0;
        width: 100%;
        margin-top: 7px;
        padding: 8px;
        overflow: visible;
        border: 1px solid rgba(47, 36, 29, 0.10);
        border-radius: 16px;
        background: #fffaf3;
        box-shadow: 0 16px 35px rgba(55, 39, 26, 0.12);
        text-align: center;
    }

    .site-header.is-menu-open .main-nav {
        display: grid;
    }

    .site-header .main-nav a {
        width: 100%;
        min-width: 0;
        padding: 13px 12px;
        border-radius: 10px;
        font-size: 13px;
        line-height: 1.2;
        text-align: center;
        white-space: normal;
    }

    .site-header .main-nav a:hover,
    .site-header .main-nav a.active {
        background: #f3eee5;
        text-decoration: none;
    }

    .site-header .main-nav .mobile-menu-order-link {
        display: inline-flex;
        gap: 9px;
        margin-top: 6px;
        background: #e89a3d;
        color: #fff;
        font-weight: 900;
        text-transform: uppercase;
    }

    .site-header .main-nav .mobile-menu-order-link:hover {
        background: #dc8e32;
        color: #fff;
    }
}

/* Compact footer and customer inquiry */
.site-footer .footer-main {
    width: min(1320px, 92%);
    grid-template-columns: 1.45fr .72fr 1.45fr 1fr;
    gap: clamp(24px, 3vw, 42px);
    padding: 46px 0 42px;
    align-items: start;
}

.site-footer .footer-brand img {
    width: 150px;
}

.site-footer .footer-brand p {
    margin-top: 14px;
}

.site-footer .footer-links h4 {
    margin-bottom: 16px;
}

.site-footer .footer-links > a,
.site-footer .footer-links > p {
    margin-bottom: 10px;
}

.site-footer .footer-link-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 20px;
}

.site-footer .footer-link-grid a {
    min-width: 0;
    margin: 0;
    line-height: 1.35;
}

.site-footer .footer-email-link {
    display: inline-block;
    margin: 4px 0 16px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    text-decoration: none !important;
    overflow-wrap: anywhere;
}

.site-footer .footer-email-link:hover {
    color: #f2b56d !important;
}

.inquiry-page {
    min-height: 100vh;
    padding: clamp(32px, 6vw, 64px) 20px;
    background:
        radial-gradient(circle at 90% 10%, rgba(232,154,61,.20), transparent 30%),
        linear-gradient(135deg, #f4eee3, #fffaf3);
}

.ready3-modal-overlay--inquiry .ready3-modal-window {
    width: min(840px, 94vw);
    height: min(820px, 90vh);
}

.inquiry-card {
    width: min(760px, 100%);
    margin: auto;
    padding: clamp(28px, 5vw, 48px);
    border: 1px solid rgba(74, 56, 42, .12);
    border-radius: 26px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 24px 70px rgba(55, 39, 26, .13);
}

.inquiry-heading {
    margin-bottom: 26px;
    text-align: center;
}

.inquiry-kicker {
    margin: 0 0 10px;
    color: #638038;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
}

.inquiry-heading h1,
.inquiry-success h1 {
    margin: 0 0 12px;
    color: #30271f;
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.08;
}

.inquiry-heading > p:last-child,
.inquiry-success > p:last-child {
    margin: 0;
    color: #70665d;
    line-height: 1.65;
}

.inquiry-alert {
    margin-bottom: 20px;
    padding: 13px 15px;
    border: 1px solid #e7b4aa;
    border-radius: 12px;
    background: #fff1ee;
    color: #8c3328;
}

.inquiry-form {
    display: grid;
    gap: 18px;
}

.inquiry-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.inquiry-form label {
    display: grid;
    gap: 8px;
    color: #40372f;
    font-size: 13px;
    font-weight: 800;
}

.inquiry-form label small {
    font-weight: 500;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #d9cec2;
    border-radius: 12px;
    background: #fffdf9;
    color: #30271f;
    font: inherit;
    font-weight: 500;
    outline: none;
}

.inquiry-form textarea {
    resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
    border-color: #78934d;
    box-shadow: 0 0 0 3px rgba(120, 147, 77, .14);
}

.inquiry-submit {
    justify-self: center;
    min-width: 210px;
    padding: 14px 24px;
    border: 0;
    border-radius: 999px;
    background: #e89a3d;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(232, 154, 61, .26);
}

.inquiry-submit:hover {
    background: #d9892e;
    transform: translateY(-1px);
}

.inquiry-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.inquiry-success {
    padding: clamp(30px, 7vw, 70px) 0;
    text-align: center;
}

.inquiry-success > span {
    display: grid;
    width: 68px;
    height: 68px;
    margin: 0 auto 20px;
    place-items: center;
    border-radius: 50%;
    background: #617d39;
    color: #fff;
    font-size: 34px;
    font-weight: 900;
}

html.ready3-modal-embedded .inquiry-page {
    display: grid;
    min-height: 100vh;
    padding: 34px 24px;
}

@media (max-width: 1020px) {
    .site-footer .footer-main {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 650px) {
    .site-footer .footer-main {
        grid-template-columns: 1fr;
        padding: 38px 0 34px;
        text-align: center;
    }

    .site-footer .footer-link-grid {
        gap: 10px 14px;
        text-align: left;
    }

    .inquiry-form__row {
        grid-template-columns: 1fr;
    }

    .inquiry-page,
    html.ready3-modal-embedded .inquiry-page {
        padding: 20px 12px 32px;
    }

    .inquiry-card {
        padding: 28px 18px;
        border-radius: 20px;
    }
}
