/* HERO */
    .page-hero {
      padding: 9rem 2rem 4rem;
      position: relative; overflow: hidden;
      background: linear-gradient(135deg, var(--cream) 0%, var(--sand) 100%);
    }
    .page-hero-shape { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.4; }
    .page-hero-shape-1 { width: 500px; height: 500px; background: var(--sunshine-light); top: -100px; right: -100px; animation: float1 8s ease-in-out infinite; }
    .page-hero-shape-2 { width: 400px; height: 400px; background: var(--turquoise); bottom: -150px; left: -100px; opacity: 0.2; animation: float2 10s ease-in-out infinite; }
    @keyframes float1 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-30px, 20px); } }
    @keyframes float2 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(20px, -30px); } }
    .page-hero-inner { max-width: 1400px; margin: 0 auto; position: relative; z-index: 1; text-align: center; }
    .page-hero-tag {
      display: inline-flex; align-items: center; gap: 0.5rem;
      background: linear-gradient(135deg, var(--sunshine), var(--coral-light));
      color: white;
      padding: 0.5rem 1.2rem; border-radius: 100px;
      font-size: 1rem; font-weight: 600;
      margin-bottom: 1.5rem;
      animation: fadeIn 0.6s ease 0.2s both;
    }
    .page-hero-tag svg { width: 14px; height: 14px; flex-shrink: 0; }
    .page-hero h1 {
      font-family: 'Ribeye', cursive;
      font-size: clamp(2.3rem, 5.5vw, 4rem);
      font-weight: 400; line-height: 1.05;
      margin-bottom: 1rem;
      animation: fadeIn 0.6s ease 0.4s both;
    }
    .page-hero h1 .accent-coral { color: var(--coral); }
    .page-hero p.lead {
      font-size: 1.2rem; color: var(--text-mid);
      max-width: 650px; margin: 0 auto;
      line-height: 1.7;
      animation: fadeIn 0.6s ease 0.6s both;
    }

    /* CATEGORY NAV */
    .cat-nav {
      position: sticky;
      top: 136px;
      z-index: 50;
      background: rgba(255, 252, 247, 0.92);
      backdrop-filter: blur(20px);
      border: 1px solid rgba(0,0,0,0.06);
      border-radius: 100px;
      padding: 0.6rem 0.5rem;
      box-shadow: 0 4px 20px rgba(0,0,0,0.06);
      margin: 1rem 16px 0;
    }
    .cat-nav-wrap {
      max-width: 1400px;
      margin: 0 auto;
      position: relative;
      padding: 0 3.5rem;
    }
    .cat-nav-inner {
      display: flex;
      gap: 0.5rem;
      overflow-x: auto;
      scrollbar-width: none;
      cursor: grab;
      scroll-behavior: smooth;
      user-select: none;
      -webkit-user-select: none;
    }
    .cat-nav-inner.dragging {
      cursor: grabbing;
      scroll-behavior: auto;
    }
    .cat-nav-inner::-webkit-scrollbar { display: none; }
    .cat-nav-inner a { user-drag: none; -webkit-user-drag: none; }
    .cat-nav-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 36px; height: 36px;
      background: white;
      border: 1px solid rgba(0,0,0,0.08);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 2;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      transition: all 0.25s ease;
      opacity: 0;
      pointer-events: none;
    }
    .cat-nav-arrow.show { opacity: 1; pointer-events: auto; }
    .cat-nav-arrow:hover { background: var(--coral); border-color: var(--coral); transform: translateY(-50%) scale(1.08); }
    .cat-nav-arrow:hover svg { stroke: white; }
    .cat-nav-arrow svg {
      width: 18px; height: 18px;
      stroke: var(--text);
      fill: none;
      stroke-width: 2.5;
      stroke-linecap: round;
      stroke-linejoin: round;
      transition: stroke 0.25s ease;
    }
    .cat-nav-arrow.left { left: 0; }
    .cat-nav-arrow.right { right: 0; }
    .cat-nav a {
      flex-shrink: 0;
      padding: 0.6rem 1.2rem;
      border-radius: 100px;
      text-decoration: none;
      font-size: 1rem;
      font-weight: 600;
      color: var(--text-mid);
      background: var(--cream);
      white-space: nowrap;
      transition: all 0.3s ease;
    }
    .cat-nav a:hover { background: var(--sand); color: var(--coral); }
    .cat-nav a.active { background: var(--coral); color: white; }

    /* SECTIONS */
    section { padding: 4rem 2rem; }
    .container { max-width: 1300px; margin: 0 auto; position: relative; z-index: 1; }

    .menu-section { scroll-margin-top: 170px; }
    .menu-section-header { margin-bottom: 2.5rem; text-align: center; }
    .section-chip {
      display: inline-flex; align-items: center; gap: 0.4rem;
      background: var(--sand); color: var(--coral);
      padding: 0.4rem 1rem; border-radius: 100px;
      font-size: 1rem; font-weight: 600;
      text-transform: uppercase; letter-spacing: 1.5px;
      margin-bottom: 1rem;
    }
    .section-chip svg { width: 14px; height: 14px; fill: var(--coral); }
    .menu-section h2 {
      font-family: 'Ribeye', cursive;
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 400;
      margin-bottom: 0.5rem;
    }
    .menu-section .section-desc {
      color: var(--text-mid);
      max-width: 600px;
      margin: 0 auto;
      font-size: 1.05rem;
    }

    /* MENU ITEM GRID */
    .menu-grid {
      display: grid;
      /*grid-template-columns: repeat(2, 1fr);*/
	  grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1.2rem;
    }
    .menu-grid.three-col { grid-template-columns: repeat(3, 1fr); }
    .menu-item {
      background: white;
      border-radius: 18px;
      padding: 1.4rem 1.5rem;
      border: 1px solid rgba(0,0,0,0.05);
      transition: all 0.3s ease;
      display: flex;
      flex-direction: column;
      gap: 0.4rem;
    }
    .menu-item:hover {
      border-color: rgba(232, 85, 61, 0.2);
      transform: translateY(-3px);
      box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    }
    .menu-item-row {
      /*display: flex; 
	  align-items: baseline; 
	  justify-content: space-between;
      gap: 1rem;*/
	  display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 1rem;
      width: 100%;
    }

	.a-la-carte .menu-item h3,
	.bottled-beer .menu-item h3{
		flex: none; 
	}

    .menu-item h3 {
      font-family: 'DM Sans', sans-serif;
      font-size: 1.15rem;
      font-weight: 700;
      color: var(--text);
      letter-spacing: 0.3px;
	  /*flex: 1;
      margin: 0;*/
	  /*margin: 0;
      flex: 1 1 60%; 
      min-width: 0;
      overflow-wrap: break-word;*/
	  margin: 0;
      flex: 1; /* Takes up all available remaining space */
      min-width: 0; /* Allows the title to shrink properly within the flexbox */
      overflow-wrap: break-word; /* Wraps long words gracefully if they hit the limit */
    }

    .appetizers .menu-item h3 {
		flex: 1 ! important;
    }

	.menu-item .prices-wrapper {
		/*display: flex;
		flex-direction: column;
		align-items: flex-end;
		flex-shrink: 0;*/
		/*display: flex;
		flex-direction: column;
		align-items: flex-end;
		flex: 0 0 40%; 
		text-align: right;
		white-space: nowrap;*/
		display: flex;
        flex-direction: column;
        align-items: flex-end;
        flex-shrink: 0; 
        text-align: right;
        white-space: nowrap;
	}

    .menu-item .price {
      font-family: 'DM Sans', sans-serif;
      font-size: 1.15rem;
      font-weight: 700;
      color: var(--coral);
      /*flex-shrink: 0;*/
	  white-space: nowrap;
    }
    .menu-item .desc {
      color: var(--text-mid);
      font-size: 1rem;
      line-height: 1.6;
    }

	.menu-item .subtitle {
      color: var(--text-mid);
      font-size: 1rem;
      line-height: 1.6;
    }

    .menu-item .badge {
      display: inline-block;
      align-self: flex-start;
      padding: 0.2rem 0.6rem;
      border-radius: 100px;
      font-size: 0.95rem;
      font-weight: 600;
      background: var(--sunshine-light);
      color: var(--text);
      margin-top: 0.3rem;
    }
    .menu-item .badge.new { background: var(--coral); color: white; }
    .menu-item .badge.popular { background: var(--turquoise); color: white; }

    /* SECTION COLOR VARIANTS */
    .menu-section.alt {
      background: var(--cream);
      position: relative;
      overflow: hidden;
    }
    .menu-section.alt::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: url('/wp-content/uploads/drinks-turquoise.svg');
      background-size: 520px 520px;
      background-repeat: repeat;
      opacity: 0.08;
      pointer-events: none;
    }
    .menu-section.dark {
      background: var(--turquoise);
      position: relative;
      overflow: hidden;
    }
    .menu-section.dark::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: url('/wp-content/uploads/cactus-white.svg');
      background-size: 500px 500px;
      background-repeat: repeat;
      opacity: 0.14;
      pointer-events: none;
    }
    .menu-section.dark h2 { color: white; }
    .menu-section.dark .section-desc { color: rgba(255,255,255,0.85); }
    .menu-section.dark .section-chip { background: rgba(255,255,255,0.2); color: white; }
    .menu-section.dark .section-chip svg { fill: white; }
    .menu-section.dark .menu-item {
      background: rgba(255,255,255,0.12);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255,255,255,0.15);
    }
    .menu-section.dark .menu-item:hover {
      background: rgba(255,255,255,0.2);
      border-color: rgba(255,255,255,0.3);
    }
    .menu-section.dark .menu-item h3 { color: white; flex: none; }
    .menu-section.dark .menu-item .price { color: white; }
    .menu-section.dark .menu-item .desc { color: rgba(255,255,255,0.8); }
	.menu-section.dark .menu-item .subtitle { color: rgba(255,255,255,0.8); }

    /* HERO MENU PIC */
    .menu-section.with-image .container {
      display: grid;
      /*grid-template-columns: 380px 1fr;*/
	  grid-template-columns: 380px minmax(0, 1fr);
      gap: 2.5rem;
      align-items: start;
    }
    .menu-section.with-image .menu-photo {
      position: sticky; top: 100px;
      border-radius: var(--radius);
      overflow: hidden;
      aspect-ratio: 1;
      box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    }
    .menu-section.with-image .menu-photo img {
      width: 100%; height: 100%;
      object-fit: cover;
    }
    .menu-section.with-image .menu-section-header { text-align: left; margin-bottom: 1.8rem; }
    .menu-section.with-image .section-desc { margin: 0; }

    /* SUB SECTION (price for two/three sizes) */
    .price-list { display: flex; align-items: center; gap: 0.8rem; flex-wrap: wrap; margin-top: 0.3rem; }
    .price-list .pl-item {
      display: inline-flex; align-items: center; gap: 0.4rem;
      background: var(--cream);
      padding: 0.3rem 0.7rem;
      border-radius: 100px;
      font-size: 1rem;
      color: var(--text-mid);
    }
    .price-list .pl-item strong { color: var(--coral); font-family: 'DM Sans', sans-serif; font-weight: 700; }
    .menu-section.dark .price-list .pl-item {
      background: rgba(255,255,255,0.15);
      color: white;
    }
    .menu-section.dark .price-list .pl-item strong { color: white; }

    /* SUNSHINE VARIANT */
    .menu-section.sunshine {
      background: linear-gradient(135deg, var(--sunshine-light) 0%, var(--sunshine) 100%);
      position: relative;
      overflow: hidden;
    }
    .menu-section.sunshine::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: url('/wp-content/uploads/music-tacos-coral.svg');
      background-size: 520px 520px;
      background-repeat: repeat;
      opacity: 0.15;
      pointer-events: none;
    }
    .menu-section.sunshine h2 { color: var(--text); }
    .menu-section.sunshine .section-chip { background: rgba(255,255,255,0.55); color: var(--coral); }
    .menu-section.sunshine .menu-item { background: rgba(255,255,255,0.85); border-color: rgba(255,255,255,0.6); }
    .menu-section.sunshine .menu-item:hover { background: white; }

    /* CORAL VARIANT */
    .menu-section.coral {
      background: linear-gradient(135deg, var(--coral) 0%, var(--hot-pink) 100%);
      position: relative;
      overflow: hidden;
    }
    .menu-section.coral::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: url('/wp-content/uploads/cactus-white.svg');
      background-size: 500px 500px;
      background-repeat: repeat;
      opacity: 0.15;
      pointer-events: none;
    }
    .menu-section.coral h2 { color: white; }
    .menu-section.coral .section-desc { color: rgba(255,255,255,0.9); }
    .menu-section.coral .section-chip { background: rgba(255,255,255,0.25); color: white; }
    .menu-section.coral .section-chip svg { fill: white; }
    .menu-section.coral .menu-item {
      /*background: rgba(255,255,255,0.14);*/
	  background: rgba(0, 0, 0, 0.125);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255,255,255,0.2);
    }
    .menu-section.coral .menu-item:hover {
      /*background: rgba(255,255,255,0.22);*/
	  background: rgba(0, 0, 0, 0.22);
      border-color: rgba(255,255,255,0.35);
    }
    .menu-section.coral .menu-item h3 { color: white; }
    .menu-section.coral .menu-item .price { color: white; }
    .menu-section.coral .menu-item .desc { color: rgba(255,255,255,0.85); }
    .menu-section.coral .subcat-header { color: var(--sunshine); }

    /* IMAGE STRIP - decorative photo row */
    .image-strip {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1rem;
      margin: 2.5rem 0;
    }
    .image-strip .strip-item {
      aspect-ratio: 1;
      border-radius: var(--radius);
      overflow: hidden;
      transition: transform 0.4s ease;
    }
    .image-strip .strip-item:nth-child(2) { transform: translateY(20px); }
    .image-strip .strip-item:nth-child(4) { transform: translateY(20px); }
    .image-strip .strip-item:hover { transform: translateY(-5px) scale(1.02); }
    .image-strip .strip-item:nth-child(2):hover { transform: translateY(15px) scale(1.02); }
    .image-strip .strip-item:nth-child(4):hover { transform: translateY(15px) scale(1.02); }
    .image-strip img {
      width: 100%; height: 100%;
      object-fit: cover;
      transition: transform 0.6s ease;
    }
    .image-strip .strip-item:hover img { transform: scale(1.08); }
    @media (max-width: 768px) {
      .image-strip { grid-template-columns: repeat(2, 1fr); }
      .image-strip .strip-item:nth-child(2),
      .image-strip .strip-item:nth-child(4) { transform: translateY(0); }
    }

    /* INFO CALLOUT */
    .menu-callout {
      background: linear-gradient(135deg, var(--sunshine) 0%, var(--coral-light) 100%);
      border-radius: var(--radius);
      padding: 2rem 2.5rem;
      color: white;
      margin: 2rem 0;
      display: flex;
      align-items: center;
      gap: 1.5rem;
    }
    .menu-callout svg { width: 48px; height: 48px; flex-shrink: 0; stroke: white; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    .menu-callout h4 {
      font-family: 'Ribeye', cursive;
      font-size: 1.4rem;
      font-weight: 400;
      margin-bottom: 0.3rem;
    }
    .menu-callout p { font-size: 1.05rem; line-height: 1.5; opacity: 0.95; }

    /* SUB-CATEGORY HEADER */
    .subcat-header {
      font-family: 'Ribeye', cursive;
      font-size: 1.5rem;
      color: var(--coral);
      margin: 2rem 0 1rem;
      text-align: center;
    }
    /*.menu-section.dark .subcat-header { color: var(--sunshine); }*/
	.menu-section.dark .subcat-header { color: white; }
    .menu-section.dark .subcat-desc { 
		color: rgba(255,255,255,0.85); 
		max-width: 600px;
    	margin: 0 auto 2.5rem;
    	font-size: 1.05rem;
		text-align:center;
	}

    /* COMBINATION DINNERS LIST */
    .combo-list {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0.8rem;
      margin-top: 1rem;
    }
    .combo-item {
      background: white;
      border-radius: 14px;
      padding: 1rem 1.2rem;
      border: 1px solid rgba(0,0,0,0.05);
      font-size: 1rem;
      color: var(--text-mid);
      line-height: 1.5;
      display: flex;
      align-items: flex-start;
      gap: 0.7rem;
    }
    .combo-item .num {
      flex-shrink: 0;
      width: 28px; height: 28px;
      background: var(--coral); color: white;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 0.95rem; font-weight: 700;
      font-family: 'Ribeye', cursive;
    }

    /* CTA */
    .cta-section {
      background: var(--turquoise);
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .cta-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: url('/wp-content/uploads/cactus-white.svg');
      background-size: 500px 500px;
      background-repeat: repeat;
      opacity: 0.14;
      pointer-events: none;
    }
    .cta-section h2 { font-family: 'Ribeye', cursive; font-size: clamp(2rem, 4vw, 2.8rem); color: white; margin-bottom: 1rem; }
    .cta-section p { color: rgba(255,255,255,0.9); font-size: 1.15rem; margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; }
    .cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
    .btn {
      display: inline-flex; align-items: center; gap: 0.6rem;
      padding: 1rem 2rem; border-radius: 100px;
      font-weight: 600; font-size: 1rem;
      text-decoration: none; cursor: pointer;
      transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
      border: none; font-family: 'DM Sans', sans-serif;
    }
    .btn svg { width: 20px; height: 20px; }
    .btn-fiesta { background: linear-gradient(135deg, var(--coral), var(--hot-pink)); color: white; box-shadow: 0 8px 30px rgba(232, 85, 61, 0.35); }
    .btn-fiesta:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 12px 40px rgba(232, 85, 61, 0.5); }
    .btn-fun { background: var(--sunshine); color: var(--text); box-shadow: 0 6px 20px rgba(255, 186, 66, 0.3); }
    .btn-fun:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 12px 35px rgba(255, 186, 66, 0.45); background: var(--sunshine-light); }
    .btn-white { background: white; color: var(--text); }
    .btn-white:hover { background: var(--sunshine); transform: translateY(-4px) scale(1.02); }


    /* ANIMATIONS */
    @keyframes fadeIn { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: translateY(0); } }
    .reveal { opacity: 0; transform: translateY(30px); transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1); }
    .reveal.visible { opacity: 1; transform: translateY(0); }
    @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } }

    /* RESPONSIVE */
	@media (min-width: 1025px) and (max-width: 1200px){
		.with-image .menu-item-row{
			flex-direction: column;
			gap: 0.25rem;
		}
		
		.with-image .menu-item .prices-wrapper {
			align-items: flex-start;
		}
	}
    @media (max-width: 1024px) {
      .menu-grid.three-col { grid-template-columns: repeat(2, 1fr); }
      .menu-section.with-image .container { grid-template-columns: 1fr; }
      .menu-section.with-image .menu-photo { position: relative; top: auto; max-width: 400px; margin-bottom: 2rem; }
    }
	@media (max-width: 992px){
		.menu-item-row{
			flex-direction: column;
			gap: 0.25rem;
		}
		
		.menu-item .prices-wrapper {
			align-items: flex-start;
		}
	}
	@media (min-width:768px){
		.combo-list{
		  /* Define 10 explicit rows */
		  grid-template-rows: repeat(10, auto);
		  /* Force items to fill by columns instead of rows */
		  grid-auto-flow: column;
		  /* Set both columns to have equal width */
		  grid-template-columns: repeat(2, 1fr);
		}
	}
    @media (max-width: 768px) {
      .menu-grid, .menu-grid.three-col { grid-template-columns: 1fr; }
      section, .page-hero { padding-left: 1.5rem; padding-right: 1.5rem; }
      section { padding-top: 3rem; padding-bottom: 3rem; }
      .menu-callout { flex-direction: column; text-align: center; }
    }
    @media (max-width: 480px) {
      .cta-buttons { flex-direction: column; }
      .btn { width: 100%; justify-content: center; }
    }