:root {
        --bg: #fff3df;
        --card: #ffffff;
        --ink: #0b0f14;
        --muted: #6a6f77;
        --red: #ff2d3d;
        --red2: #b3001b;
        --line: #bda882;
        --dumpling: #fff0f2;

        --color-primary: #40210f;
        --color-secondary: #ec6a32;
        --color-accent: #eac893;
        --color-text: #5d3716;
        --color-bg: #eddabd;
        --color-white: #fff;
        --color-light-bg: #fff9f0;
        --color-shadow: #eddabd;

        --font-body: "Fredoka";
        --font-display: 'Titan One';
        --font-primary:"Fredoka";
        --font-secondary:"Fredoka";

        --base: 18px;
        --radius: 22px;
    }

    body {
        font-family: var(--font-secondary);
        color: var(--color-text);
        background: var(--color-bg);
        line-height: 1.5;
    }

    h1, h2, h3 {
        font-family: var(--font-primary);
        color: var(--color-primary);
    }

    .wrap {
        max-width: 1200px;
        margin: 0 auto;
        padding: 18px 14px 28px;
    }

    .poster {
        background: var(--card);
        border: 3px solid var(--ink);
        border-radius: var(--radius);
        overflow: hidden;
        box-shadow: 0 16px 34px rgba(0,0,0,.18);
    }

    .btn-brand, .btn-order {
        font-family: var(--font-primary);
        font-weight: 900;
        border-radius: 16px;
        background: linear-gradient(135deg, var(--red), #ff6a3d);
        border: 0;
        color: #fff;
        padding: 12px 16px;
        box-shadow: 0 12px 20px rgba(255,45,61,.22);
    }

    .btn-brand:hover, .btn-order:hover {
        filter: brightness(.98);
    }

    .btn-order {
        background: var(--color-secondary);
        border: 3px solid var(--color-white);
        box-shadow: 3px 3px 0px 0px #FFF7EB;
    }

    .hero .btn-order {
        padding: 24px 24px;
        font-size: 32px;
        border: 3px solid #dfd1b6;
        box-shadow: 12px 7px 0px 0px #FFF7EB;
    }

    .header {
        padding: 18px 18px 10px;
        display: flex;
        gap: 16px;
        align-items: center;
    }

    .logoBox {
        width: 114px;
        height: 114px;
        border-radius: 20px;
        background: #fff;
        padding: 12px;
        border: 2px solid var(--ink);
        overflow: hidden;
        box-shadow: 0 10px 22px rgba(0,0,0,.12);
        flex: 0 0 auto;
    }

    .logoBox img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .index-hero-title {
        font-family: var(--font-display);
        font-weight: 900;
        letter-spacing: .6px;
        line-height: 1;
        margin: 0;
        font-size: clamp(60px, 4.2vw, 98px);
            -webkit-text-stroke: 1px var(--color-primary);
        text-shadow: 3px 3px 0px #401C10;
        color: var(--color-light-bg);
    }

    .title, .hero-title {
        font-family: var(--font-display);
        font-weight: 900;
        letter-spacing: .6px;
        line-height: 1;
        margin: 0;
        font-size: clamp(40px, 4.2vw, 58px);
    }

    .hero-title {
        -webkit-text-stroke: 1px var(--color-primary);
        text-shadow: 4px 3px 0px #401C10;
        color: var(--color-light-bg);
    }

    .subtitlePill {
        font-family: var(--font-primary);
        font-weight: 900;
        display: inline-block;
        font-size: 20px;
    }

    .grid {
        padding: 14px 18px 18px;
    }

    .menu-card {
        border: 3px solid var(--ink);
        border-radius: 20px;
        background: #fff;
    }

    .card-body {
        padding: 16px;
    }

    .badge {
        border-radius: 9px !important;
    }

    .sectionBadge {
        font-family: var(--font-primary);
        font-weight: 900;
        letter-spacing: .5px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 8px 14px;
        border-radius: 9px;
        background: var(--ink);
        color: #fff;
        font-size: 18px;
    }

    .sectionBadgeDot {
        width: 12px;
        height: 12px;
        border-radius: 999px;
        background: var(--red);
        box-shadow: 0 0 0 5px rgba(255,45,61,.20);
    }

    .priceRow {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        gap: 12px;
        padding-top: 10px;
        margin-top: 10px;
        border-top: 2px solid var(--line);
    }

    .priceBig, .price {
        font-family: var(--font-primary);
        font-weight: 900;
        color: var(--red);
        font-size: clamp(28px, 2.2vw + 18px, 36px);
        line-height: 1;
    }

    .price {
        color: var(--color-secondary);
        text-shadow: 0 0 3px var(--color-accent);
    }

    .itemsCount {
        font-weight: 900;
        color: var(--muted);
        text-align: right;
        font-size: clamp(16px, 1vw + 12px, 20px);
    }

    .menuList {
        margin: 10px 0 0;
        padding-left: 22px;
        font-weight: 900;
        font-size: clamp(20px, 1.35vw + 14px, 26px);
        line-height: 1.25;
    }

    .menuList li {
        margin: 6px;
    }

    .menusubList {
        margin: 10px 0 0;
        padding-left: 22px;
        font-weight: 850;
        font-size: clamp(16px, 1vw + 12px, 20px);
        line-height: 1.25;
    }

    .menusubList li {
        margin: 6px 0;
    }

    .menusubList ol {
        margin: 6px 0 0 0;
        padding-left: 0;
        list-style: none;
        color: var(--muted);
        font-weight: 850;
        font-size: clamp(16px, 1vw + 12px, 20px);
    }

    .fineRule {
        border: 0;
        border-top: 2px dashed var(--line);
        margin: 12px 0;
        opacity: 1;
    }

    .dumplingCard {
        background: var(--dumpling);
        border: 4px solid var(--red);
        position: relative;
    }

    .dumplingTag {
        position: absolute;
        right: 14px;
        top: 14px;
        background: var(--red);
        color: #fff;
        font-family: var(--font-primary);
        font-weight: 900;
        padding: 8px 12px;
        border-radius: 999px;
        font-size: 14px;
        letter-spacing: .10em;
        text-transform: uppercase;
        box-shadow: 0 10px 18px rgba(255,45,61,.22);
    }

    .dumplingMeta {
        color: var(--muted);
        font-weight: 900;
        font-size: clamp(18px, 1.1vw + 15px, 24px);
        margin-top: 6px;
    }

    .subhead {
        color: var(--ink);
        font-weight: 700;
        letter-spacing: .14em;
        font-family: var(--font-primary);
        text-transform: uppercase;
        font-size: clamp(14px, .9vw + 12px, 18px);
        margin-top: 16px;
    }

    .flavorPill, .flavorStyle {
        font-weight: 900;
        border: 2px solid var(--ink) !important;
        background: #fff !important;
        color: var(--ink) !important;
        padding: 10px 12px;
        font-size: clamp(16px, 1vw + 12px, 22px);
    }

    .flavorStyle {
        border-radius: 12px;
        background: black !important;
        color: white !important;
    }

    .dumplingList {
        border-top: 2px dashed var(--ink);
        margin-top: 10px;
    }

    .dumplingItem {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        gap: 12px;
        padding: 12px 0;
        border-bottom: 2px dashed var(--ink);
    }

    .dumplingLabel {
        font-weight: 900;
        color: var(--ink);
        font-size: clamp(20px, 1.4vw + 14px, 28px);
    }

    .dumplingHintSmall {
        display: block;
        margin-top: 2px;
        color: var(--muted);
        font-weight: 850;
        font-size: 14px;
    }

    .dumplingPrice {
        font-family: var(--font-primary);
        font-weight: 900;
        color: var(--red2);
        white-space: nowrap;
        font-size: clamp(22px, 1.8vw + 16px, 34px);
    }

    .extraLine {
        padding: 12px 0;
        border-top: 2px solid var(--line);
        font-weight: 900;
        font-size: clamp(18px, 1.1vw + 14px, 22px);
    }

    .extraLine:first-child {
        border-top: 0;
        padding-top: 0;
    }

    .extraPrice {
        font-family: var(--font-display);
        font-weight: 900;
        color: var(--ink);
        font-size: clamp(18px, 1.1vw + 14px, 22px);
    }

    .footerText {
        text-align: center;
        font-family: var(--font-display);
        font-size: clamp(20px, 1.4vw + 14px, 26px);
        font-weight: 900;
        color: var(--ink);
        padding: 4px 18px 18px;
    }

    .navbar {
        background: var(--color-primary);
        border-radius: 1.5rem;
        margin-top: 100px !important;
    }

    #navbarNav {
        margin-left: 140px;
    }

    .navbar .logo {
        height: 120px;
        margin-bottom: 20px;
        position: absolute;
    }

    .nav-link {
        color: #FFF7EB !important;
        font-weight: bold;
        font-size: 1.5rem !important;
    }

    .nav-link:hover, .nav-link.active {
        background: #df8637;
        color: var(--color-white) !important;
        border-radius: 0.375rem;
    }

    .hero {
        border-radius: 1.5rem;
        box-shadow: 0 4px 12px var(--color-shadow);
        color: var(--color-white);
        padding: 4rem 2rem;
        min-height: 60vh;
        position: relative;
        overflow: hidden;
    }

    .hero-desc {
        color: var(--color-text);
        margin: 44px;
        font-size: 32px;
        font-weight: bold;
    }

    .menu-item {
        background: var(--color-white);
        border-radius: 1rem;
        border: 2px solid #552800;
        height: 400px;
        text-align: center;
    }

    .menu-item:hover {
        box-shadow: 2px 4px 8px 4px #52514f;
        transform: translateY(-5px);
        transition: all 0.3s ease-in-out;
    }

    .menu-item img {
        border-radius: 1rem 1rem 0 0;
        height: 250px;
        width: 100%;
        object-fit: contain;
    }

    .menu-item h4 {
        font-family: var(--font-primary);
        color: rgb(44, 38, 38);
        text-shadow: 0 0 3px var(--color-accent);
    }

    .review-card {
        background: #ffefcb;
        border-radius: 0.75rem;
        box-shadow: 0 2px 8px var(--color-shadow);
    }

    .stars {
        color: #faaf18;
    }

    .about-btn {
        background: var(--color-secondary);
        color: var(--color-white);
        border: none;
        font-weight: bold;
    }

    .insta-btn {
        border: 2px solid var(--color-primary);
        background: var(--color-white);
        color: var(--color-primary);
        font-weight: bold;
    }

    footer {
        background: #fcecda;
        border-radius: 1rem 1rem 0 0;
        box-shadow: 0 -2px 6px #ebd6b7;
    }

    .footer-menu a {
        color: var(--color-primary);
        font-weight: bold;
    }

    hr {
        border-top: 4px solid var(--color-primary);
        margin-left: 80px;
        margin-right: 80px;
    }

    @media (min-width: 1200px) {
        .container-fluid {
            margin: 0 auto;
        }
    }

    @media (max-width: 768px) {
        .hero .row {
            flex-direction: column;
        }
        #navbarNav {
            margin-left: 0;
        }
        .navbar-nav {
            margin-left: 120px;
            text-align: center;
        }
    }

    @media (max-width: 480px) {
        .hero-title {
            font-size: 3rem;
            line-height: 3rem;
        }
    }

    .dumpling-table th, .dumpling-table td { vertical-align: middle; font-size: 32px; }
.dumpling-table thead th { background: #f8f9fa; }

.dumpling-pcs {
    
    font-size: 18px;
    color: var(--muted);
}
.text-muted {
    color: var(--muted) !important;
}

/* ALL PRINT STYLES CONSOLIDATED HERE */
@media print {
  /* Keep colors */
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    font-size: 18px !important;  /* Base font size - fits one page */
  }


  body {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Hide non-menu elements */
  nav, .no-print, footer {
    display: none !important;
  }

  /* KEEP DESKTOP LAYOUT - CRITICAL */
  .poster { width: 100% !important; }
  .wrap, .container { max-width: 1200px !important; }

  /* FORCE 2-COLUMN DESKTOP GRID */
  .row {
    display: flex !important;
    flex-wrap: nowrap !important;
  }
  
  .col-12.col-lg-5 { width: 41.6667% !important; }
  .col-12.col-lg-7 { width: 58.3333% !important; }
  
  /* Title sizing */
  .hero-title { font-size: 26px !important; }
  
  .logoBox {
    width: 80px !important;
    height: auto !important;
  }
  /* Logo */
  .logoBox img { 
    width: 60px !important; 
    height: auto !important; 
  }
  
  /* Tighten spacing */
  .mt-5 { margin-top: 4px !important; }
  .mt-3 { margin-top: 3px !important; }
  .mb-2 { margin-bottom: 2px !important; }
  .m-4, .m-2, .m-5 { margin: 2px !important; }
  
  /* Card padding */
  .card-body { padding: 8px !important; }
  
  /* Prices and badges */
  .priceBig, .duingPrice, .extraPrice, .flavorPill {
    font-size: 18px !important;
  }
  .dumpling-pcs {
    font-size: 12px !important;
  }
}